Commit 9ea97665 by David Edelsohn Committed by David Edelsohn

Add and use mh-aix43 to set AR_FOR_TARGET.

From-SVN: r22077
parent d0b9d613
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> 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
* configure: Fix --without/--disable cases for gxx-include-dir. * configure: Fix --without/--disable cases for gxx-include-dir.
......
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) Mon Aug 10 00:15:47 1998 HJ Lu (hjl@gnu.org)
* mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE. * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
......
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment