From 74eb05c6d794b02971b3d7511a598a719cd7551f Mon Sep 17 00:00:00 2001 From: No Author Date: Sat, 29 Aug 1998 21:39:18 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'egcs_1_1_branch'. From-SVN: r22091 --- config/mh-aix43 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/mh-aix43 diff --git a/config/mh-aix43 b/config/mh-aix43 new file mode 100644 index 000000000000..3887c0c2aa1d --- /dev/null +++ b/config/mh-aix43 @@ -0,0 +1,3 @@ +# 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. +AR_FOR_TARGET=ar -X32_64 -- 2.47.2