mirror of git://gcc.gnu.org/git/gcc.git
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>
|
Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
|
||||||
|
|
||||||
* mh-aix43: New file.
|
* mh-aix43: New file.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
# AIX 4.3 and above requires -X32_64 flag to all ar commands
|
# AIX 4.3 and above requires -X32_64 flag to all ar and nm commands
|
||||||
# to allow archives to contain both 32-bit and 64-bit objects.
|
# to handle both 32-bit and 64-bit objects.
|
||||||
AR_FOR_TARGET=ar -X32_64
|
AR_FOR_TARGET=ar -X32_64
|
||||||
|
NM_FOR_TARGET=nm -X32_64
|
||||||
|
|
Loading…
Reference in New Issue