xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/t-sysroot-suffix (revision 1debfc3d3fad8af6f31804271c18e67f77b4d718)
1# Generate SYSROOT_SUFFIX_SPEC from MULTILIB_OSDIRNAMES
2
3sysroot-suffix.h: $(srcdir)/config/print-sysroot-suffix.sh
4	$(SHELL) $(srcdir)/config/print-sysroot-suffix.sh \
5	  "$(MULTILIB_OSDIRNAMES)" "$(MULTILIB_OPTIONS)" \
6	  "$(MULTILIB_MATCHES)" "$(MULTILIB_REUSE)" > tmp-sysroot-suffix.h
7	mv tmp-sysroot-suffix.h $@
8