From 9c11d96b1d5e3e1ae02e4cb01e41581bcbce7399 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 17 Jan 1996 22:40:42 +0000 Subject: [PATCH] Default OS to nextstep if machine vendor is Next. -ns2 is an alias for -nextstep. --- config.sub | 6 ++++++ lib/config.sub | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/config.sub b/config.sub index 0e273f25..f71c2ae3 100644 --- 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 ;; diff --git a/lib/config.sub b/lib/config.sub index 0e273f25..f71c2ae3 100644 --- a/lib/config.sub +++ b/lib/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 ;; -- 2.43.5