mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
Add and use mh-aix43 to set AR_FOR_TARGET.
From-SVN: r22077
This commit is contained in:
parent
d0b9d6139a
commit
9ea976658e
@ -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>
|
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.
|
||||||
|
@ -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)
|
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.
|
||||||
|
3
config/mh-aix43
Normal file
3
config/mh-aix43
Normal 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
|
Loading…
Reference in New Issue
Block a user