mirror of git://gcc.gnu.org/git/gcc.git
* config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
From-SVN: r36648
This commit is contained in:
parent
aca8c6e8a3
commit
1409d0c7df
|
@ -1,3 +1,7 @@
|
||||||
|
2000-09-26 David Edelsohn <edelsohn@gnu.org>
|
||||||
|
|
||||||
|
* config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
|
||||||
|
|
||||||
Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
|
Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
|
||||||
|
|
||||||
* MAINTAINERS: Add self as cpplib co-maintainer.
|
* MAINTAINERS: Add self as cpplib co-maintainer.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# AIX 4.3 and above requires -X32_64 flag to all ar and nm commands
|
# AIX 4.3 and above requires -X32_64 flag to all ar and nm commands
|
||||||
# to handle 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
|
NM_FOR_TARGET=nm -B -X32_64
|
||||||
|
|
Loading…
Reference in New Issue