summaryrefslogtreecommitdiff
path: root/config/mt-aix43
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@geoffk.org>2000-01-12 18:56:45 +0000
committerGeoffrey Keating <geoffk@geoffk.org>2000-01-12 18:56:45 +0000
commit979165f104061b7ebcf48ee0618d795a8f598755 (patch)
tree457056a1fb7a7812c5715d652377089d7e15d846 /config/mt-aix43
parent1bac256691badb601224ee826f71bf5b94ef538b (diff)
downloadgdb-979165f104061b7ebcf48ee0618d795a8f598755.tar.gz
Merge in changes from egcs for AIX cross-compilation support.
Diffstat (limited to 'config/mt-aix43')
-rw-r--r--config/mt-aix434
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mt-aix43 b/config/mt-aix43
new file mode 100644
index 00000000000..9eb750c2966
--- /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