summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-17 22:40:42 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-17 22:40:42 +0000
commit9b30450ef06bfc0658f9a97cc00a9a7b1c5ec83e (patch)
tree183b55d73f820cd86dd9e4b1d70f15e09ae1ddac /config.sub
parentc183f0dad48eb5d4928d36e1c637058f9b99cfeb (diff)
downloademacs-9b30450ef06bfc0658f9a97cc00a9a7b1c5ec83e.tar.gz
Default OS to nextstep if machine vendor is Next.
-ns2 is an alias for -nextstep.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 0e273f256b8..f71c2ae35a0 100755
--- a/config.sub
+++ b/config.sub
@@ -676,6 +676,9 @@ case $os in
-ctix* | -uts*)
os=-sysv
;;
+ -ns2 )
+ os=-nextstep2
+ ;;
# Preserve the version number of sinix5.
-sinix5.*)
os=`echo $os | sed -e 's|sinix|sysv|'`
@@ -783,6 +786,9 @@ case $basic_machine in
m88k-omron*)
os=-luna
;;
+ *-next )
+ os=-nextstep
+ ;;
*-sequent)
os=-ptx
;;