mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
From-SVN: r22138
This commit is contained in:
parent
cce7231983
commit
3ae32cb790
@ -1,3 +1,7 @@
|
||||
Mon Aug 31 17:50:53 1998 David Edelsohn <edelsohn@mhpcc.edu>
|
||||
|
||||
* mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
|
||||
|
||||
Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
|
||||
|
||||
* mh-aix43: New file.
|
||||
|
@ -1,3 +1,4 @@
|
||||
# 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.
|
||||
# AIX 4.3 and above requires -X32_64 flag to all ar and nm commands
|
||||
# to handle both 32-bit and 64-bit objects.
|
||||
AR_FOR_TARGET=ar -X32_64
|
||||
NM_FOR_TARGET=nm -X32_64
|
||||
|
Loading…
Reference in New Issue
Block a user