diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-14 13:55:29 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-14 13:55:29 +0000 |
commit | 4267148957e170c4d4ee655ccf19b2583b077554 (patch) | |
tree | 3136e29c26e57a0bda7cd8752278e2bf2ba2efb6 /gcc/config.host | |
parent | 466c589ebd9f7165277caaa4063125288cd5f93c (diff) | |
download | gcc-4267148957e170c4d4ee655ccf19b2583b077554.tar.gz |
* config.host: Add x-aix to host_xmake_file.
* config/rs6000/t-aix52: Do not override LDFLAGS.
* config/rs6000/x-aix: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140361 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.host b/gcc/config.host index 1d2462911df..2cfcd6bf13a 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -203,6 +203,9 @@ case ${host} in out_host_hook_obj="${out_host_hook_obj} host-ppc64-darwin.o" host_xmake_file="${host_xmake_file} rs6000/x-darwin64" ;; + rs6000-ibm-aix* | powerpc-ibm-aix*) + host_xmake_file="${host_xmake_file} rs6000/x-aix" + ;; *-*-solaris2*) out_host_hook_obj=host-solaris.o host_xmake_file="${host_xmake_file} x-solaris" |