aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Kenner1994-04-09 19:01:54 +0000
committerRichard Kenner1994-04-09 19:01:54 +0000
commit2ff52571a601355c99c04a5e6db11158737aa501 (patch)
tree204535419227bf3c5866b94fdd68ed59540d6d58
parent5d45642bf463ab9418dea97f5560f90bd9df7ba9 (diff)
downloademacs-2ff52571a601355c99c04a5e6db11158737aa501.tar.gz
emacs-2ff52571a601355c99c04a5e6db11158737aa501.zip
Add ns* as operating systems; default to ns2 for NeXT.
-rwxr-xr-xconfig.sub10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index b21500e862d..ff0323bf973 100755
--- a/config.sub
+++ b/config.sub
@@ -340,7 +340,13 @@ case $basic_machine in
340 ;; 340 ;;
341 next) 341 next)
342 basic_machine=m68k-next 342 basic_machine=m68k-next
343 os=-bsd 343 case $os in
344 -ns2*)
345 ;;
346 *)
347 $os=-ns3
348 ;;
349 esac
344 ;; 350 ;;
345 nh3000) 351 nh3000)
346 basic_machine=m68k-harris 352 basic_machine=m68k-harris
@@ -539,7 +545,7 @@ case $os in
539 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ 545 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
540 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 546 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
541 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ 547 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
542 | -lynxos* | -bosx* ) 548 | -lynxos* | -bosx* | -ns*)
543 ;; 549 ;;
544 -sunos5*) 550 -sunos5*)
545 os=`echo $os | sed -e 's|sunos5|solaris2|'` 551 os=`echo $os | sed -e 's|sunos5|solaris2|'`