view gcc/config/t-sysroot-suffix @ 120:f93fa5091070

fix conv1.c
author mir3636
date Thu, 08 Mar 2018 14:53:42 +0900
parents 04ced10e8804
children
line wrap: on
line source

# 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)" "$(MULTILIB_REUSE)" > tmp-sysroot-suffix.h
	mv tmp-sysroot-suffix.h $@