aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-04-26 17:03:51 +0000
committerIan Lance Taylor <ian@airs.com>1993-04-26 17:03:51 +0000
commitdb526bd7ffc43e8a93b34248c0e95d503b71c388 (patch)
tree7d2be9ad6871304215887df477644b5f7c9cf64e /build-all.mk
parent9aa31e91d68c5e49b99fbedf257ef25ad8664944 (diff)
downloadgdb-db526bd7ffc43e8a93b34248c0e95d503b71c388.zip
gdb-db526bd7ffc43e8a93b34248c0e95d503b71c388.tar.gz
gdb-db526bd7ffc43e8a93b34248c0e95d503b71c388.tar.bz2
Canonicalize rs6000-ibm-aix3.2 to rs6000-ibm-aix.
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-all.mk b/build-all.mk
index b9e2fa6..1c845b2 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -34,6 +34,9 @@ endif
ifeq ($(canonhost),mips-sgi-irix4.0.1)
canonhost := mips-sgi-irix4
endif
+ifeq ($(canonhost),rs6000-ibm-aix3.2)
+canonhost := rs6000-ibm-aix
+endif
ifeq ($(canonhost),i486-unknown-sco3.2v4.0)
canonhost := i386-sco3.2v4
endif