aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/t-sysroot-suffix
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config/t-sysroot-suffix')
-rw-r--r--gcc-4.9/gcc/config/t-sysroot-suffix7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/config/t-sysroot-suffix b/gcc-4.9/gcc/config/t-sysroot-suffix
new file mode 100644
index 000000000..08b4f949e
--- /dev/null
+++ b/gcc-4.9/gcc/config/t-sysroot-suffix
@@ -0,0 +1,7 @@
+# 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 $@