projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025b030
)
handle our SCO name better
author
David D. Zuhn
<zoo@cygnus>
Mon, 12 Jul 1993 21:05:23 +0000
(21:05 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Mon, 12 Jul 1993 21:05:23 +0000
(21:05 +0000)
build-all.mk
patch
|
blob
|
history
diff --git
a/build-all.mk
b/build-all.mk
index
fdd92a8
..
a559833
100644
(file)
--- a/
build-all.mk
+++ b/
build-all.mk
@@
-44,6
+44,9
@@
endif
ifeq ($(canonhost),i486-unknown-sco3.2v4.0)
canonhost := i386-sco3.2v4
endif
+ifeq ($(canonhost),i386-unknown-sco3.2v4.0)
+canonhost := i386-sco3.2v4
+endif
ifeq ($(canonhost),i386-unknown-go32)
canonhost := i386-go32
endif