summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-26 19:57:08 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-26 19:57:08 +0000
commit6a774f610ec6911ad1a037d171ce6e04dc712cc0 (patch)
tree8a8c1a01829d7b7a238cb161f2670ec8d5c07a29 /config
parent48db617ddd1d3e7cc97cb7fa078dcfa47c0a359b (diff)
downloadgcc-6a774f610ec6911ad1a037d171ce6e04dc712cc0.tar.gz
* config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36648 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r--config/mt-aix432
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mt-aix43 b/config/mt-aix43
index 9eb750c2966..0c6627fa7e2 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