]> 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 23:08:47 +0000 (23:08 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 31 Aug 1998 23:08:47 +0000 (17:08 -0600)
From-SVN: r22143

config/ChangeLog
config/mh-aix43

index 29a5d8efc5b8130023381a0074b14789599e5957..c52b59ed2716f3dadea7fdf22beb64aeba97520b 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