diff options
author | Per Bothner <bothner@cygnus.com> | 1994-09-07 01:15:22 +0000 |
---|---|---|
committer | Per Bothner <bothner@cygnus.com> | 1994-09-07 01:15:22 +0000 |
commit | 6f22f4137111baba117023af6f0dc7cf21f40d34 (patch) | |
tree | 2e7d104281c28dfc603bba8b72edbd97b5f20e4f /config.sub | |
parent | 0cdbb50a7bab94443025e35eb99c0831273cc480 (diff) | |
download | emacs-6f22f4137111baba117023af6f0dc7cf21f40d34.tar.gz |
* config.sub: Cleanup NeXT support to emit nextstep*.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/config.sub b/config.sub index 2ecf9689065..0c6bdecc1d9 100755 --- a/config.sub +++ b/config.sub @@ -64,7 +64,7 @@ case $os in ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next* | -hp | -isi* | -apollo | -altos* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp ) @@ -344,13 +344,16 @@ case $basic_machine in basic_machine=mips-sony os=-newsos ;; - next) + next | m*-next ) basic_machine=m68k-next case $os in + -nextstep* ) + ;; -ns2*) + os=-nextstep2 ;; *) - os=-ns3 + os=-nextstep3 ;; esac ;; @@ -556,7 +559,7 @@ case $os in | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ - | -lynxos* | -bosx* | -ns* | -cxux* | -aout* | -elf*) + | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf*) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` @@ -686,7 +689,7 @@ case $basic_machine in os=-mvs ;; *-next) - os=-bsd + os=-nextstep3 ;; i[34]86-*) os=-sco3.2v2 |