Make `solaris' reflect the most recent major release.

This commit is contained in:
dje 1993-07-09 20:44:12 +00:00
parent 8fd94ec566
commit 62b59c0015

3
config.sub vendored
View File

@ -498,6 +498,9 @@ case $os in
-solaris1 | -solaris1.*)
os=`echo $os | sed -e 's|solaris1|sunos4|'`
;;
-solaris)
os=-solaris2
;;
# First accept the basic system types.
# The portable systems comes first.
# Each alternative must end in a *, to match a version number.