Add H3050/RX support.

This commit is contained in:
kenner 1993-10-30 21:17:31 +00:00
parent 4e75104697
commit 7c799a692f

21
config.sub vendored
View File

@ -65,12 +65,15 @@ case $os in
-dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
-att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -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 | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* \
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp ) -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp )
os= os=
basic_machine=$1 basic_machine=$1
;; ;;
-hiux*)
os==-hiuxwe2
;;
-sco4) -sco4)
os=-sco3.2v4 os=-sco3.2v4
basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
@ -317,6 +320,14 @@ case $basic_machine in
hp9k8[0-9][0-9] | hp8[0-9][0-9]) hp9k8[0-9][0-9] | hp8[0-9][0-9])
basic_machine=hppa1.0-hp basic_machine=hppa1.0-hp
;; ;;
h3050r* | hiux*)
basic_machine=hppa1.1-hitachi
os=-hiuxwe2
;;
pa-hitachi)
basic_machine=hppa1.1-hitachi
os=-hiuxwe2
;;
isi68 | isi) isi68 | isi)
basic_machine=m68k-isi basic_machine=m68k-isi
os=-sysv os=-sysv
@ -523,7 +534,7 @@ case $os in
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -386bsd* | -netbsd* | -riscix* | -lynxos*) | -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos*)
;; ;;
-sunos5*) -sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'` os=`echo $os | sed -e 's|sunos5|solaris2|'`
@ -619,6 +630,9 @@ case $basic_machine in
*-hp) *-hp)
os=-hpux os=-hpux
;; ;;
*-hitachi)
os=-hiux
;;
i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
os=-sysv os=-sysv
;; ;;
@ -694,6 +708,9 @@ case $basic_machine in
-hpux*) -hpux*)
vendor=hp vendor=hp
;; ;;
-hiux*)
vendor=hitachi
;;
-unos*) -unos*)
vendor=crds vendor=crds
;; ;;