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:
1b87a1b
)
use sysv config for solaris2 hosting
author
David D. Zuhn
<zoo@cygnus>
Mon, 12 Oct 1992 02:10:51 +0000
(
02:10
+0000)
committer
David D. Zuhn
<zoo@cygnus>
Mon, 12 Oct 1992 02:10:51 +0000
(
02:10
+0000)
gas/ChangeLog
patch
|
blob
|
history
gas/configure.in
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 6354e04672f79f4fcc6c3f413bcc2993a2351997..5deaf148c247b6a708defa6811ccc0dc4403eadf 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,8
@@
+Sat Oct 10 12:33:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * configure.in: differentiate between SunOS 4 and Solaris2 for Sun4
+ hosts, use the sysv configuration for solaris2
+
Mon Oct 5 03:30:36 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
* configure.in: recognize i386-*-bsd emulation.
diff --git
a/gas/configure.in
b/gas/configure.in
index 5fd29a7466ade05e2247794ec58c58d3a7c85854..f406a37762fa796fa4c27482c407615fef19895d 100644
(file)
--- a/
gas/configure.in
+++ b/
gas/configure.in
@@
-52,9
+52,12
@@
case "${host}" in
i386-sun-sunos*)
gas_host=sun386
;;
- sparc-sun-*)
+ sparc-sun-
sunos
*)
gas_host=sun4
;;
+ sparc-sun-solaris2)
+ gas_host=sysv
+ ;;
*-*-ansi | *-*-ultrix | *-*-hpux | *-*-sysv*)
gas_host=${host_os}
;;