From: Ian Lance Taylor Date: Mon, 26 Apr 1993 17:03:51 +0000 (+0000) Subject: Canonicalize rs6000-ibm-aix3.2 to rs6000-ibm-aix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db526bd7ffc43e8a93b34248c0e95d503b71c388;p=binutils-gdb.git Canonicalize rs6000-ibm-aix3.2 to rs6000-ibm-aix. --- diff --git a/build-all.mk b/build-all.mk index b9e2fa62bf4..1c845b2f81f 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