Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/config/t-sysroot-suffix
2023-03-06 14:48:14 +01:00

7 lines
317 B
Text

# 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 $@