mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.

From-SVN: r22138
This commit is contained in:
David Edelsohn 1998-08-31 14:53:38 +00:00 committed by David Edelsohn
parent cce7231983
commit 3ae32cb790
2 changed files with 7 additions and 2 deletions

View File

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

View 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