Canonicalize rs6000-ibm-aix3.2 to rs6000-ibm-aix.

This commit is contained in:
Ian Lance Taylor 1993-04-26 17:03:51 +00:00
parent 9aa31e91d6
commit db526bd7ff
1 changed files with 3 additions and 0 deletions

View 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