]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
authorDavid Edelsohn <edelsohn@mhpcc.edu>
Mon, 31 Aug 1998 14:53:38 +0000 (14:53 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 31 Aug 1998 14:53:38 +0000 (10:53 -0400)
From-SVN: r22138

config/ChangeLog
config/mh-aix43

index 790119b5d866a3001d3bee61ccdd5add96a4137b..3ee80bda1d6156a6ff2a6b745debf69f7b91266c 100644 (file)
@@ -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.
index 3887c0c2aa1da829b3460db5d1149a2bd22eb6d0..9eb750c296617063e4040e6b6d42d75fed57f330 100644 (file)
@@ -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