Commit 8f40e1b2 by David Edelsohn Committed by David Edelsohn

* config.gcc (powerpc-ibm-aix*): Define target_gtfiles.

From-SVN: r272693
parent 66d7749b
2019-06-26 David Edelsohn <dje.gcc@gmail.com>
* config.gcc (powerpc-ibm-aix*): Define target_gtfiles.
2019-06-26 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000-internal.h (rs6000_keep_leaf_when_profiled): New
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment