1c3d31fe1Smrg# Generate SYSROOT_SUFFIX_SPEC from MULTILIB_OSDIRNAMES
2c3d31fe1Smrg
3c3d31fe1Smrgsysroot-suffix.h: $(srcdir)/config/print-sysroot-suffix.sh
4c3d31fe1Smrg	$(SHELL) $(srcdir)/config/print-sysroot-suffix.sh \
5c3d31fe1Smrg	  "$(MULTILIB_OSDIRNAMES)" "$(MULTILIB_OPTIONS)" \
6*63aace61Smrg	  "$(MULTILIB_MATCHES)" "$(MULTILIB_REUSE)" > tmp-sysroot-suffix.h
7c3d31fe1Smrg	mv tmp-sysroot-suffix.h $@
8