summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-29 11:38:06 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-29 11:38:06 +0000
commit8a70d526bc46482c5e73e5d03d426efaa950b0ab (patch)
tree31863f1654ac084e384b26efcb4bbb251ebb5763 /config
parenta7813028b57b49c986fa554ef98ddba0300394fa (diff)
downloadgcc-8a70d526bc46482c5e73e5d03d426efaa950b0ab.tar.gz
Add and use mh-aix43 to set AR_FOR_TARGET.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22077 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mh-aix433
2 files changed, 7 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 32a7b85a930..790119b5d86 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
+
+ * mh-aix43: New file.
+
Mon Aug 10 00:15:47 1998 HJ Lu (hjl@gnu.org)
* mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
diff --git a/config/mh-aix43 b/config/mh-aix43
new file mode 100644
index 00000000000..3887c0c2aa1
--- /dev/null
+++ b/config/mh-aix43
@@ -0,0 +1,3 @@
+# AIX 4.3 and above requires -X32_64 flag to all ar commands
+# to allow archives to contain both 32-bit and 64-bit objects.
+AR_FOR_TARGET=ar -X32_64