From 2225b8f9803213be26181c9b633922f1683b5798 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 9 Apr 1994 15:01:54 -0400 Subject: [PATCH] Add ns* as operating systems; default to ns2 for NeXT. From-SVN: r7007 --- gcc/config.sub | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/config.sub b/gcc/config.sub index b21500e862d..ff0323bf973 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -340,7 +340,13 @@ case $basic_machine in ;; next) basic_machine=m68k-next - os=-bsd + case $os in + -ns2*) + ;; + *) + $os=-ns3 + ;; + esac ;; nh3000) basic_machine=m68k-harris @@ -539,7 +545,7 @@ case $os in | -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|'` -- 2.30.2