diff options
author | David Edelsohn <edelsohn@gnu.org> | 2000-09-26 19:57:08 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2000-09-26 15:57:08 -0400 |
commit | 1409d0c7df120dfb77fa6563e4c3c121ac7c872a (patch) | |
tree | 8a8c1a01829d7b7a238cb161f2670ec8d5c07a29 /config/mt-aix43 | |
parent | aca8c6e8a388fc28eb3165dbf45b9b2e0acbd634 (diff) | |
download | gcc-1409d0c7df120dfb77fa6563e4c3c121ac7c872a.zip gcc-1409d0c7df120dfb77fa6563e4c3c121ac7c872a.tar.gz gcc-1409d0c7df120dfb77fa6563e4c3c121ac7c872a.tar.bz2 |
* config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
From-SVN: r36648
Diffstat (limited to 'config/mt-aix43')
-rw-r--r-- | config/mt-aix43 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mt-aix43 b/config/mt-aix43 index 9eb750c..0c6627f 100644 --- a/config/mt-aix43 +++ b/config/mt-aix43 @@ -1,4 +1,4 @@ # 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 +NM_FOR_TARGET=nm -B -X32_64 |