1
0
mirror of git://git.savannah.gnu.org/config.git synced 2025-06-04 21:40:21 +12:00

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

@ -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.