Commit 3ae32cb7 by David Edelsohn Committed by David Edelsohn

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

From-SVN: r22138
parent cce72319
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.
......
# 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
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