blob: 08b4f949e3cbc981b7d340df094d6cbae57a7dd3 [file] [log] [blame]
# Generate SYSROOT_SUFFIX_SPEC from MULTILIB_OSDIRNAMES
sysroot-suffix.h: $(srcdir)/config/print-sysroot-suffix.sh
$(SHELL) $(srcdir)/config/print-sysroot-suffix.sh \
"$(MULTILIB_OSDIRNAMES)" "$(MULTILIB_OPTIONS)" \
"$(MULTILIB_MATCHES)" > tmp-sysroot-suffix.h
mv tmp-sysroot-suffix.h $@