diff options
author | Richard Stallman <rms@gnu.org> | 1996-01-17 22:40:42 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1996-01-17 22:40:42 +0000 |
commit | 82732e5f7a614eb00906c6d8bebfb54463aa9e04 (patch) | |
tree | f437c1b10ec614c175c05fb4fd17f96355bbd20d /gcc/config.sub | |
parent | 47851d2ccd9a18af5c2f465f832e7bd0d7b70780 (diff) | |
download | gcc-82732e5f7a614eb00906c6d8bebfb54463aa9e04.tar.gz |
Default OS to nextstep if machine vendor is Next.
-ns2 is an alias for -nextstep.
From-SVN: r11041
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-x | gcc/config.sub | 6 |
1 files changed, 6 insertions, 0 deletions
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 ;; |