Mercurial > emacs
changeset 14210:e6659990d8f8
Default OS to nextstep if machine vendor is Next.
-ns2 is an alias for -nextstep.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 17 Jan 1996 22:40:42 +0000 |
parents | 64e4cd5afcd8 |
children | 949aa01aca87 |
files | config.sub |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ;;