]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 26 Sep 2000 19:57:08 +0000 (19:57 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 26 Sep 2000 19:57:08 +0000 (15:57 -0400)
From-SVN: r36648

ChangeLog
config/mt-aix43

index 8386381a237a853281e6eac9b46ffef15bd11b47..85151e5077c5a0f3909c6c690e9d1204643e1a9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * MAINTAINERS: Add self as cpplib co-maintainer.
index 9eb750c296617063e4040e6b6d42d75fed57f330..0c6627fa7e2618eaac2a718819fbd1da05104089 100644 (file)
@@ -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