summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@mhpcc.edu>1998-08-31 14:53:38 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>1998-08-31 10:53:38 -0400
commit3ae32cb7903b5afb7f788e19607a3e8c2e4a8038 (patch)
tree992f9e6d44b2353300314b0666ca7fae83a604fd /config
parentcce7231983afaf8ffe0765ce651c9c905eb22c76 (diff)
downloadgcc-3ae32cb7903b5afb7f788e19607a3e8c2e4a8038.tar.gz
mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
From-SVN: r22138
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mh-aix435
2 files changed, 7 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 790119b5d86..3ee80bda1d6 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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>
* mh-aix43: New file.
diff --git a/config/mh-aix43 b/config/mh-aix43
index 3887c0c2aa1..9eb750c2966 100644
--- a/config/mh-aix43
+++ b/config/mh-aix43
@@ -1,3 +1,4 @@
-# AIX 4.3 and above requires -X32_64 flag to all ar commands
-# to allow archives to contain both 32-bit and 64-bit objects.
+# 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