From 6dcd016526bbcbd9ee36af7f46cae4308b2af1fb Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Wed, 12 Jan 2000 18:56:45 +0000 Subject: Merge in changes from egcs for AIX cross-compilation support. --- config/ChangeLog | 5 +++++ config/mh-aix43 | 4 ---- config/mt-aix43 | 4 ++++ 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 config/mh-aix43 create mode 100644 config/mt-aix43 (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index 7d6fc6093..d824a6fbd 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2000-01-06 Geoff Keating + + * mh-aix43: Delete, move to mt-aix43. + * mt-aix43: New file. + 1999-04-07 Michael Meissner * mt-d30v: New file, pass -g -Os -Wa,-C as default options. diff --git a/config/mh-aix43 b/config/mh-aix43 deleted file mode 100644 index 9eb750c29..000000000 --- a/config/mh-aix43 +++ /dev/null @@ -1,4 +0,0 @@ -# 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 diff --git a/config/mt-aix43 b/config/mt-aix43 new file mode 100644 index 000000000..9eb750c29 --- /dev/null +++ b/config/mt-aix43 @@ -0,0 +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 -- cgit v1.2.3