view gcc/config/t-sysroot-suffix @ 151:2eca1fb48fa2

Added tag current for changeset 26042f4007d5
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 23 May 2020 14:59:38 +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 $@