diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-17 22:40:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-17 22:40:42 +0000 |
commit | bc8789b942416ddf4ad49c9fff6d25beb7560a18 (patch) | |
tree | 9ec5b8873b4ec2e21e3590cfc33673316c90f321 | |
parent | 069aa63891e23b7b97e7c6bf2e3893384a32b031 (diff) | |
download | glibc-bc8789b942416ddf4ad49c9fff6d25beb7560a18.tar.gz glibc-bc8789b942416ddf4ad49c9fff6d25beb7560a18.tar.xz glibc-bc8789b942416ddf4ad49c9fff6d25beb7560a18.zip |
Default OS to nextstep if machine vendor is Next. -ns2 is an alias for -nextstep.
-rwxr-xr-x | config.sub | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.sub b/config.sub index 0e273f256b..f71c2ae35a 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 ;; |