projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275049c
)
Canonicalize sparc-sun-solaris2.1 to sparc-sun-solaris2.
author
Ian Lance Taylor
<ian@airs.com>
Mon, 31 May 1993 17:09:16 +0000
(17:09 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Mon, 31 May 1993 17:09:16 +0000
(17:09 +0000)
build-all.mk
patch
|
blob
|
history
diff --git
a/build-all.mk
b/build-all.mk
index
0816da9
..
1e5ab1a
100644
(file)
--- 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