Add and use mh-aix43 to set AR_FOR_TARGET.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Aug 1998 11:38:06 +0000 (11:38 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Aug 1998 11:38:06 +0000 (11:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22077 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
config/ChangeLog
config/mh-aix43 [new file with mode: 0644]

index 0300df6..191a6fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
+
+       * configure.in: Use mh-aix43.
+
 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * configure: Fix --without/--disable cases for gxx-include-dir.
index 32a7b85..790119b 100644 (file)
@@ -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 (file)
index 0000000..3887c0c
--- /dev/null
@@ -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