aboutsummaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authorDoug Evans <[email protected]>1993-07-09 20:44:12 +0000
committerDoug Evans <[email protected]>1993-07-09 20:44:12 +0000
commitf920529b21e5729a63681f2590e31887314c9716 (patch)
tree6c66e3d39fc2e3dd30d22b9c3e306d72421c1f56 /config.sub
parent60b691e23156010e86d35ded11aa9b3dde67a791 (diff)
Make `solaris' reflect the most recent major release.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 12bc0bdd65..55ba7bf18e 100755
--- a/config.sub
+++ b/config.sub
@@ -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.