diff options
Diffstat (limited to 'libgcc/configure')
-rw-r--r-- | libgcc/configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libgcc/configure b/libgcc/configure index 192db62..63b91b4 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -593,6 +593,8 @@ LIBOBJS asm_hidden_op extra_parts cpu_type +tm_defines +tm_file tmake_file sfp_machine_header set_use_emutls @@ -4785,6 +4787,16 @@ done tmake_file="${tmake_file_}" +# Likewise export definitions for libgcc_tm.h +tm_file_= +for f in ${tm_file} +do + tm_file_="${tm_file_} \$(srcdir)/config/$f" +done +tm_file="${tm_file_}" + + + # Substitute configuration variables |