From: Richard M. Stallman Date: Wed, 17 Jan 1996 22:40:42 +0000 (+0000) Subject: Default OS to nextstep if machine vendor is Next. -ns2 is an alias for -nextstep. X-Git-Tag: upstream/2.30~29727 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc8789b942416ddf4ad49c9fff6d25beb7560a18;p=external%2Fglibc.git Default OS to nextstep if machine vendor is Next. -ns2 is an alias for -nextstep. --- diff --git a/config.sub b/config.sub index 0e273f2..f71c2ae 100755 --- 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 ;;