From 1983e432d98c71dfc6530213a2635cbd4795cbc9 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Thu, 21 Jul 1994 21:43:17 +0000 Subject: [PATCH] * config.sub: Refer to NeXT's operating system as nextstep. --- ChangeLog | 2 ++ config.sub | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index db0fca24494..92f32a53fe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com) + * config.sub: Refer to NeXT's operating system as nextstep. + * config.sub (case $basic_machine): Re-order the cases, to match the order in the FSF version (which is mostly alphabethical). Merge in some additions and changes from the FSF. diff --git a/config.sub b/config.sub index 3275aa4bc42..6330f7dd9a4 100755 --- a/config.sub +++ b/config.sub @@ -73,7 +73,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 | \ @@ -464,10 +464,10 @@ case $basic_machine in next) basic_machine=m68k-next case $os in - -ns2*) + -ns2* | -nextstep2*) ;; *) - os=-ns3 + os=-nextstep3 ;; esac ;; @@ -747,7 +747,7 @@ case $os in | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos* \ + | -hiux* | -386bsd* | -netbsd* | -nextstep | -riscix* | -lynxos*\ | -go32 | -vsta | -sim | -es1800* | -udi | -hms* | -xray | -hds* \ | -os68k* | -none* | -v88r* | -aout* | -coff | -elf* | -bosx* \ | -abug | -ecoff* | -netware* | -os9* ) @@ -899,7 +899,7 @@ case $basic_machine in os=-mvs ;; *-next) - os=-bsd + os=-nextstep ;; i[34]86-*) os=-sco3.2v2 -- 2.30.2