mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Add NetBSD support.
This commit is contained in:
parent
45fc40b3aa
commit
5347fada50
12
config.sub
vendored
12
config.sub
vendored
@ -129,6 +129,9 @@ 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.
|
||||||
|
amiga-* | hp300-* | mac68k-* | sun3-* | 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)
|
||||||
@ -378,7 +381,14 @@ case $basic_machine in
|
|||||||
basic_machine=m68k-tti
|
basic_machine=m68k-tti
|
||||||
;;
|
;;
|
||||||
pc532)
|
pc532)
|
||||||
basic_machine=ns32k-pc532
|
case $os in
|
||||||
|
-netbsd*)
|
||||||
|
basic_machine=pc532-unknown
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
basic_machine=ns32k-pc532
|
||||||
|
;;
|
||||||
|
esac
|
||||||
;;
|
;;
|
||||||
pentium-*)
|
pentium-*)
|
||||||
# We will change tis to say i586 once there has been
|
# We will change tis to say i586 once there has been
|
||||||
|
Loading…
x
Reference in New Issue
Block a user