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:
9f57956
)
consistent use of -solaris2*
author
David D. Zuhn
<zoo@cygnus>
Sat, 13 Mar 1993 02:52:21 +0000
(
02:52
+0000)
committer
David D. Zuhn
<zoo@cygnus>
Sat, 13 Mar 1993 02:52:21 +0000
(
02:52
+0000)
gas/ChangeLog
patch
|
blob
|
history
gas/configure.in
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index fd3ff162101af3c3f19c855e53988ec60627b63f..c66a14c103cbc3960975fc93a0dddcb27bc1a03d 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+Fri Mar 12 18:33:36 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * configure.in: recognize sparc-sun-solaris2* instead of -solaris2
+
Fri Mar 12 12:00:07 1993 Ian Lance Taylor (ian@cygnus.com)
* expr.c, write.c: Ultrix native 4.2 cc requires assert condition
diff --git
a/gas/configure.in
b/gas/configure.in
index 36f12d56f4581d1611067ac93404cfacfce282fd..22d9833f341d6583d4a34a26bb9afdbdb1ce4464 100644
(file)
--- a/
gas/configure.in
+++ b/
gas/configure.in
@@
-65,7
+65,7
@@
case "${host}" in
sparc-sun-sunos*)
gas_host=sun4
;;
- sparc-sun-solaris2)
+ sparc-sun-solaris2
*
)
gas_host=sysv
;;
*-*-ansi | *-*-ultrix | *-*-hpux | *-*-sysv*)