changeset 6771:0cedd76336a0

Add ns* as operating systems; default to ns2 for NeXT.
author Richard Kenner <kenner@gnu.org>
date Sat, 09 Apr 1994 19:01:54 +0000
parents a41377a11bf0
children 6e53158ad17d
files config.sub
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.sub	Sat Apr 09 06:34:27 1994 +0000
+++ b/config.sub	Sat Apr 09 19:01:54 1994 +0000
@@ -340,7 +340,13 @@
 		;;
 	next)
 		basic_machine=m68k-next
-		os=-bsd
+		case $os in
+		    -ns2*)
+			;;
+		    *)
+		      $os=-ns3
+			;;
+		esac
 		;;
 	nh3000)
 		basic_machine=m68k-harris
@@ -539,7 +545,7 @@
 	      | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
 	      | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
 	      | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
-	      | -lynxos* | -bosx* )
+	      | -lynxos* | -bosx* | -ns*)
 		;;
 	-sunos5*)
 		os=`echo $os | sed -e 's|sunos5|solaris2|'`