diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2019-06-26 13:36:23 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2019-06-26 09:36:23 -0400 |
commit | 8f40e1b249fc81c3cf008d53750f23af1042febe (patch) | |
tree | 373708db3f326fec591523cab1152e7e02c87fd1 /gcc/config.gcc | |
parent | 66d7749bce891ee8707c0c63ceffeac1a95b4d78 (diff) | |
download | gcc-8f40e1b249fc81c3cf008d53750f23af1042febe.zip gcc-8f40e1b249fc81c3cf008d53750f23af1042febe.tar.gz gcc-8f40e1b249fc81c3cf008d53750f23af1042febe.tar.bz2 |
* config.gcc (powerpc-ibm-aix*): Define target_gtfiles.
From-SVN: r272693
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index fe010d7..c9939b8 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 |