diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 062ed8c..8e3285b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -526,6 +526,7 @@ riscv*) rs6000*-*-*) extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt" extra_objs="rs6000-string.o rs6000-p8swap.o rs6000-logue.o" + target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c" ;; sparc*-*-*) cpu_type=sparc @@ -2810,7 +2811,6 @@ rs6000-ibm-aix6.* | powerpc-ibm-aix6.*) tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h" tmake_file="rs6000/t-aix52 t-slibgcc" extra_options="${extra_options} rs6000/aix64.opt" - target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c" use_collect2=yes thread_file='aix' use_gcc_stdint=wrap @@ -2820,7 +2820,6 @@ rs6000-ibm-aix7.1.* | powerpc-ibm-aix7.1.*) tm_file="${tm_file} rs6000/aix.h rs6000/aix71.h rs6000/xcoff.h rs6000/aix-stdint.h" tmake_file="rs6000/t-aix52 t-slibgcc" extra_options="${extra_options} rs6000/aix64.opt" - target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c" use_collect2=yes thread_file='aix' use_gcc_stdint=wrap @@ -2830,7 +2829,6 @@ rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*) tm_file="${tm_file} rs6000/aix.h rs6000/aix72.h rs6000/xcoff.h rs6000/aix-stdint.h" tmake_file="rs6000/t-aix52 t-slibgcc" extra_options="${extra_options} rs6000/aix64.opt" - target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c" use_collect2=yes thread_file='aix' use_gcc_stdint=wrap |