mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 10:55:46 +08:00
* config.sub: Refer to NeXT's operating system as nextstep.
This commit is contained in:
@ -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.
|
||||
|
10
config.sub
vendored
10
config.sub
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user