comparison gcc/config/t-sysroot-suffix @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 77e2b8dfacca
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # Generate SYSROOT_SUFFIX_SPEC from MULTILIB_OSDIRNAMES 1 # Generate SYSROOT_SUFFIX_SPEC from MULTILIB_OSDIRNAMES
2 2
3 sysroot-suffix.h: $(srcdir)/config/print-sysroot-suffix.sh 3 sysroot-suffix.h: $(srcdir)/config/print-sysroot-suffix.sh
4 $(SHELL) $(srcdir)/config/print-sysroot-suffix.sh \ 4 $(SHELL) $(srcdir)/config/print-sysroot-suffix.sh \
5 "$(MULTILIB_OSDIRNAMES)" "$(MULTILIB_OPTIONS)" \ 5 "$(MULTILIB_OSDIRNAMES)" "$(MULTILIB_OPTIONS)" \
6 "$(MULTILIB_MATCHES)" > tmp-sysroot-suffix.h 6 "$(MULTILIB_MATCHES)" "$(MULTILIB_REUSE)" > tmp-sysroot-suffix.h
7 mv tmp-sysroot-suffix.h $@ 7 mv tmp-sysroot-suffix.h $@