Canonicalize rs6000-ibm-aix3.2 to rs6000-ibm-aix.
authorIan Lance Taylor <ian@airs.com>
Mon, 26 Apr 1993 17:03:51 +0000 (17:03 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 26 Apr 1993 17:03:51 +0000 (17:03 +0000)
build-all.mk

index b9e2fa62bf46c648145495a31018b9938b1a8aa2..1c845b2f81fa51d56051d364b259052ad29dbd2d 100644 (file)
@@ -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
This page took 0.024639 seconds and 4 git commands to generate.