Make `solaris' reflect the most recent major release.

From-SVN: r4892
This commit is contained in:
Doug Evans 1993-07-09 20:44:12 +00:00
parent 4c2164b713
commit fb93c62365
1 changed files with 3 additions and 0 deletions

3
gcc/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.