diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2008-09-14 09:55:29 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2008-09-14 09:55:29 -0400 |
commit | 138b9ed9aafe702a5bc841536a5d739b1451ac0d (patch) | |
tree | 3136e29c26e57a0bda7cd8752278e2bf2ba2efb6 /gcc/config.host | |
parent | 9215065fd6861ffbe6e5d7348dca6720f594612b (diff) | |
download | gcc-138b9ed9aafe702a5bc841536a5d739b1451ac0d.tar.gz |
config.host: Add x-aix to host_xmake_file.
* config.host: Add x-aix to host_xmake_file.
* config/rs6000/t-aix52: Do not override LDFLAGS.
* config/rs6000/x-aix: New file.
From-SVN: r140361
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" |