PR libstdc++/83279 handle sendfile not copying entire file
[official-gcc.git] / gcc / config / t-sysroot-suffix
blob79d76e792d7693135ca82607abc8e486319c01f8
1 # Generate SYSROOT_SUFFIX_SPEC from MULTILIB_OSDIRNAMES
3 sysroot-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 $@