From 2fd634d41d42b38c56a31a07963dd73ba892f3ba Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 27 Jun 2019 13:33:45 +0000 Subject: [PATCH] revert: config.gcc (powerpc-ibm-aix*): Define target_gtfiles. Revert 2019-06-26 David Edelsohn * config.gcc (powerpc-ibm-aix*): Define target_gtfiles. * config.gcc(rs6000-*-*): Define target_gtfiles. From-SVN: r272753 --- gcc/ChangeLog | 8 ++++++++ gcc/config.gcc | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 948948f..b94e7b2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2019-06-27 David Edelsohn + + Revert + 2019-06-26 David Edelsohn + * config.gcc (powerpc-ibm-aix*): Define target_gtfiles. + + * config.gcc(rs6000-*-*): Define target_gtfiles. + 2019-06-27 Jan Hubicka * ipa-devirt.c (odr_type_d): Add tbaa_enabled flag. 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 -- 2.7.4