diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-05-31 17:09:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-05-31 17:09:16 +0000 |
commit | 89da237fe9856da46344030f65c40768b75ec114 (patch) | |
tree | 2b19ff599cd841b22e2817a4bdeee57f09cc9b83 /build-all.mk | |
parent | 275049c07854ea359022d4a2929f92234f6db6d1 (diff) | |
download | gdb-89da237fe9856da46344030f65c40768b75ec114.zip gdb-89da237fe9856da46344030f65c40768b75ec114.tar.gz gdb-89da237fe9856da46344030f65c40768b75ec114.tar.bz2 |
Canonicalize sparc-sun-solaris2.1 to sparc-sun-solaris2.
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-all.mk b/build-all.mk index 0816da9..1e5ab1a 100644 --- a/build-all.mk +++ b/build-all.mk @@ -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 |