From 89da237fe9856da46344030f65c40768b75ec114 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 31 May 1993 17:09:16 +0000 Subject: [PATCH] Canonicalize sparc-sun-solaris2.1 to sparc-sun-solaris2. --- build-all.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-all.mk b/build-all.mk index 0816da949a4..1e5ab1a9529 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 -- 2.30.2