From 1409d0c7df120dfb77fa6563e4c3c121ac7c872a Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 26 Sep 2000 19:57:08 +0000 Subject: [PATCH] * config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag. From-SVN: r36648 --- ChangeLog | 4 ++++ config/mt-aix43 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8386381a237..85151e5077c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-09-26 David Edelsohn + + * config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag. + Mon 25-Sep-2000 19:46:09 BST Neil Booth * MAINTAINERS: Add self as cpplib co-maintainer. diff --git a/config/mt-aix43 b/config/mt-aix43 index 9eb750c2966..0c6627fa7e2 100644 --- a/config/mt-aix43 +++ b/config/mt-aix43 @@ -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 -- 2.30.2