Add and use mh-aix43 to set AR_FOR_TARGET.

From-SVN: r22077
This commit is contained in:
David Edelsohn 1998-08-29 11:38:06 +00:00 committed by David Edelsohn
parent d0b9d6139a
commit 9ea976658e
3 changed files with 11 additions and 0 deletions

View File

@ -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.

View 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.

3
config/mh-aix43 Normal file
View File

@ -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