From: David Edelsohn Date: Mon, 31 Aug 1998 23:08:47 +0000 (+0000) Subject: * mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well. X-Git-Tag: releases/egcs-1.1.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209b1e5408f540c2499729f3e341a598affff8a6;p=thirdparty%2Fgcc.git * mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well. From-SVN: r22143 --- diff --git a/config/ChangeLog b/config/ChangeLog index 29a5d8efc5b8..c52b59ed2716 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 31 17:50:53 1998 David Edelsohn + + * mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well. + Sat Aug 29 14:32:55 1998 David Edelsohn * mh-aix43: New file. diff --git a/config/mh-aix43 b/config/mh-aix43 index 3887c0c2aa1d..9eb750c29661 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