diff options
author | Jeff Law <law@redhat.com> | 1998-10-09 21:10:04 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-10-09 21:10:04 +0000 |
commit | 734fb33c30c1dd34225308e466d3005da15aa7df (patch) | |
tree | 18014aa1ee3db286d529408f6a2bc06dc1be7cb9 /config/mh-aix43 | |
parent | 710c8d2fad10518bee68a086ddfe37fdb5d16391 (diff) | |
download | fsf-binutils-gdb-734fb33c30c1dd34225308e466d3005da15aa7df.zip fsf-binutils-gdb-734fb33c30c1dd34225308e466d3005da15aa7df.tar.gz fsf-binutils-gdb-734fb33c30c1dd34225308e466d3005da15aa7df.tar.bz2 |
Merge egcs-19981008.
Diffstat (limited to 'config/mh-aix43')
-rw-r--r-- | config/mh-aix43 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mh-aix43 b/config/mh-aix43 new file mode 100644 index 0000000..9eb750c --- /dev/null +++ b/config/mh-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 |