aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk3
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