diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-01-12 18:56:45 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-01-12 18:56:45 +0000 |
commit | 91b2c84db09cd67af285d1866c78df1a9bc111b5 (patch) | |
tree | 6feb9212ade0f93d01bc852ce088c32a022aec94 /config/mt-aix43 | |
parent | 2d0e6f43d34855cf0d970894af0a19fdbbccade7 (diff) | |
download | gdb-91b2c84db09cd67af285d1866c78df1a9bc111b5.zip gdb-91b2c84db09cd67af285d1866c78df1a9bc111b5.tar.gz gdb-91b2c84db09cd67af285d1866c78df1a9bc111b5.tar.bz2 |
Merge in changes from egcs for AIX cross-compilation support.
Diffstat (limited to 'config/mt-aix43')
-rw-r--r-- | config/mt-aix43 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mt-aix43 b/config/mt-aix43 new file mode 100644 index 0000000..9eb750c --- /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 |