From: Richard Stallman Date: Wed, 17 Jan 1996 22:40:42 +0000 (+0000) Subject: Default OS to nextstep if machine vendor is Next. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82732e5f7a614eb00906c6d8bebfb54463aa9e04;p=gcc.git Default OS to nextstep if machine vendor is Next. -ns2 is an alias for -nextstep. From-SVN: r11041 --- diff --git a/gcc/config.sub b/gcc/config.sub index 0e273f256b8..f71c2ae35a0 100755 --- a/gcc/config.sub +++ b/gcc/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 ;;