projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70947c
)
from fsf: sequent os is bsd(ish)
author
Ken Raeburn
<raeburn@cygnus>
Mon, 28 Dec 1992 20:10:40 +0000
(20:10 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Mon, 28 Dec 1992 20:10:40 +0000
(20:10 +0000)
ChangeLog
patch
|
blob
|
history
config.sub
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 57157da4fa5bb5614ff532c61df7096731417798..046e5fdb0634dff646a22059fd4fde889bc562a3 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
+
+ * config.sub: (from FSF) Sequent uses a BSD-like OS.
+
Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
* configure.in (i[34]86-*-isc*): added; uses mh-sysv.
diff --git
a/config.sub
b/config.sub
index 18e22fb4ed40475ceea0899dda1cac84e654e8ab..ca2532575d7b7166e20cbf8dfe66841dd2c3fa98 100755
(executable)
--- a/
config.sub
+++ b/
config.sub
@@
-774,6
+774,9
@@
case $basic_machine in
m88k-omron*)
os=-luna
;;
+ *-sequent)
+ os=-bsd
+ ;;
*-crds)
os=-unos
;;