2015-06-05 Julian Brown <julian@codesourcery.com> Sandra Loosemore <sandra@codesourcery.com> gcc/ * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings. * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE to print-sysroot-suffix.sh script. Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com> From-SVN: r224156
8 lines
317 B
Plaintext
8 lines
317 B
Plaintext
# 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 $@
|