# HG changeset patch # User Richard M. Stallman # Date 821918442 0 # Node ID e6659990d8f846b62c1c0d6951eac472fb2d6868 # Parent 64e4cd5afcd8fd15387e9042a31e9ea9acd293ae Default OS to nextstep if machine vendor is Next. -ns2 is an alias for -nextstep. diff -r 64e4cd5afcd8 -r e6659990d8f8 config.sub --- a/config.sub Wed Jan 17 22:26:18 1996 +0000 +++ b/config.sub Wed Jan 17 22:40:42 1996 +0000 @@ -676,6 +676,9 @@ -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 @@ m88k-omron*) os=-luna ;; + *-next ) + os=-nextstep + ;; *-sequent) os=-ptx ;;