mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Rearrange handling of NetBSD ports.
This commit is contained in:
parent
ab3a1065d5
commit
1d62957bb2
15
config.sub
vendored
15
config.sub
vendored
@ -129,9 +129,6 @@ case $basic_machine in
|
|||||||
| pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
|
| pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
|
||||||
| sh-* | powerpc-* | sparc64-*)
|
| sh-* | powerpc-* | sparc64-*)
|
||||||
;;
|
;;
|
||||||
# Recognize names of some NetBSD ports.
|
|
||||||
hp300-* | amiga-* | sun3-* | da30-* | pmax-*)
|
|
||||||
;;
|
|
||||||
# Recognize the various machine names and aliases which stand
|
# Recognize the various machine names and aliases which stand
|
||||||
# for a CPU type and a company and sometimes even an OS.
|
# for a CPU type and a company and sometimes even an OS.
|
||||||
3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
|
3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
|
||||||
@ -154,7 +151,7 @@ case $basic_machine in
|
|||||||
basic_machine=580-amdahl
|
basic_machine=580-amdahl
|
||||||
os=-sysv
|
os=-sysv
|
||||||
;;
|
;;
|
||||||
amiga)
|
amiga | amiga-*)
|
||||||
basic_machine=m68k-cbm
|
basic_machine=m68k-cbm
|
||||||
;;
|
;;
|
||||||
amigados)
|
amigados)
|
||||||
@ -204,7 +201,10 @@ case $basic_machine in
|
|||||||
crds | unos)
|
crds | unos)
|
||||||
basic_machine=m68k-crds
|
basic_machine=m68k-crds
|
||||||
;;
|
;;
|
||||||
decstation | decstation-3100 | pmax | pmin | dec3100 | decstatn)
|
da30 | da30-*)
|
||||||
|
basic_machine=m68k-da30
|
||||||
|
;;
|
||||||
|
decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
|
||||||
basic_machine=mips-dec
|
basic_machine=mips-dec
|
||||||
;;
|
;;
|
||||||
delta | 3300 | motorola-3300 | motorola-delta \
|
delta | 3300 | motorola-3300 | motorola-delta \
|
||||||
@ -256,6 +256,9 @@ case $basic_machine in
|
|||||||
basic_machine=m88k-harris
|
basic_machine=m88k-harris
|
||||||
os=-sysv3
|
os=-sysv3
|
||||||
;;
|
;;
|
||||||
|
hp300-*)
|
||||||
|
basic_machine=m68k-hp
|
||||||
|
;;
|
||||||
hp300bsd)
|
hp300bsd)
|
||||||
basic_machine=m68k-hp
|
basic_machine=m68k-hp
|
||||||
os=-bsd
|
os=-bsd
|
||||||
@ -442,7 +445,7 @@ case $basic_machine in
|
|||||||
basic_machine=sparc-sun
|
basic_machine=sparc-sun
|
||||||
os=-sunos4
|
os=-sunos4
|
||||||
;;
|
;;
|
||||||
sun3)
|
sun3 | sun3-*)
|
||||||
basic_machine=m68k-sun
|
basic_machine=m68k-sun
|
||||||
;;
|
;;
|
||||||
sun4)
|
sun4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user