aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
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/rs6000
parent9215065fd6861ffbe6e5d7348dca6720f594612b (diff)
downloadgcc-138b9ed9aafe702a5bc841536a5d739b1451ac0d.zip
gcc-138b9ed9aafe702a5bc841536a5d739b1451ac0d.tar.gz
gcc-138b9ed9aafe702a5bc841536a5d739b1451ac0d.tar.bz2
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/rs6000')
-rw-r--r--gcc/config/rs6000/t-aix523
-rw-r--r--gcc/config/rs6000/x-aix3
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/rs6000/t-aix52 b/gcc/config/rs6000/t-aix52
index 3b19cbc..81ab90e 100644
--- a/gcc/config/rs6000/t-aix52
+++ b/gcc/config/rs6000/t-aix52
@@ -54,6 +54,3 @@ TARGET_LIBGCC2_CFLAGS = -mlong-double-128
# Either 32-bit and 64-bit objects in archives.
AR_FLAGS_FOR_TARGET = -X32_64
-
-# genautomata requires more than 256MB of data
-build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000
diff --git a/gcc/config/rs6000/x-aix b/gcc/config/rs6000/x-aix
new file mode 100644
index 0000000..32e7357
--- /dev/null
+++ b/gcc/config/rs6000/x-aix
@@ -0,0 +1,3 @@
+# genautomata requires more than 256MB of data
+build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000
+