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:
875fc22
)
* configure.in: Match *-*-solaris2* not *-sun-solaris2*.
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Tue, 31 Aug 1993 16:03:04 +0000
(16:03 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Tue, 31 Aug 1993 16:03:04 +0000
(16:03 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 19f16f458d15af4181d9cacb49f2a1098ebd4bed..3547e70f9b8b280a8a25407694c56a3d32d08834 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-102,7
+102,7
@@
case "${host}" in
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
*-bull-bosx*) host_makefile_frag=config/mh-aix ;;
- *-
sun-solaris2*)
host_makefile_frag=config/mh-solaris ;;
+ *-
*-solaris2*)
host_makefile_frag=config/mh-solaris ;;
m68k-sun-*) host_makefile_frag=config/mh-sun3 ;;
*-sun-*) host_makefile_frag=config/mh-sun ;;
*-hp-hpux) host_makefile_frag=config/mh-hpux ;;