From 1983e432d98c71dfc6530213a2635cbd4795cbc9 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Thu, 21 Jul 1994 21:43:17 +0000 Subject: * config.sub: Refer to NeXT's operating system as nextstep. --- config.sub | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.sub') diff --git a/config.sub b/config.sub index 3275aa4..6330f7d 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 -- cgit v1.1