view gcc/config/t-sysroot-suffix @ 88:f214c1d5b862

merge 89
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 20 Dec 2011 18:53:46 +0900
parents 77e2b8dfacca
children 04ced10e8804
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)" > tmp-sysroot-suffix.h
	mv tmp-sysroot-suffix.h $@