From 8f40e1b249fc81c3cf008d53750f23af1042febe Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 26 Jun 2019 13:36:23 +0000 Subject: [PATCH] * config.gcc (powerpc-ibm-aix*): Define target_gtfiles. From-SVN: r272693 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4abebb4c6b6..d238889a70c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-06-26 David Edelsohn + + * config.gcc (powerpc-ibm-aix*): Define target_gtfiles. + 2019-06-26 Segher Boessenkool * config/rs6000/rs6000-internal.h (rs6000_keep_leaf_when_profiled): New diff --git a/gcc/config.gcc b/gcc/config.gcc index fe010d7e543..c9939b86846 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2810,6 +2810,7 @@ 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 @@ -2819,6 +2820,7 @@ 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 @@ -2828,6 +2830,7 @@ 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.30.2