Canonicalize sparc-sun-solaris2.1 to sparc-sun-solaris2.

This commit is contained in:
Ian Lance Taylor 1993-05-31 17:09:16 +00:00
parent 275049c078
commit 89da237fe9
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ tlog = 1> $(canonhost)-x-$$i-build-log 2>&1
canonhost := $(shell $(TREE)/config.sub $(host))
# Convert config.guess results to a simpler form.
ifeq ($(canonhost),sparc-sun-solaris2.1)
canonhost := sparc-sun-solaris2
endif
ifeq ($(canonhost),mips-dec-ultrix4.2)
canonhost := mips-dec-ultrix
endif