aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/t-sysroot-suffix
blob: 08b4f949e3cbc981b7d340df094d6cbae57a7dd3 (plain)
1
2
3
4
5
6
7
# 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 $@