summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2008-09-14 09:55:29 -0400
committerDavid Edelsohn <dje@gcc.gnu.org>2008-09-14 09:55:29 -0400
commit138b9ed9aafe702a5bc841536a5d739b1451ac0d (patch)
tree3136e29c26e57a0bda7cd8752278e2bf2ba2efb6 /gcc/config.host
parent9215065fd6861ffbe6e5d7348dca6720f594612b (diff)
downloadgcc-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.host3
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"