From cc3bf8b68308e869875acb6965e00d1b60476cb7 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 30 Oct 1993 21:17:31 +0000 Subject: [PATCH] Add H3050/RX support. --- config.sub | 21 +++++++++++++++++++-- lib/config.sub | 21 +++++++++++++++++++-- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/config.sub b/config.sub index b93b4da3..b9088497 100644 --- a/config.sub +++ b/config.sub @@ -65,12 +65,15 @@ case $os in -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -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* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp ) os= basic_machine=$1 ;; + -hiux*) + os==-hiuxwe2 + ;; -sco4) os=-sco3.2v4 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]) 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) basic_machine=m68k-isi os=-sysv @@ -523,7 +534,7 @@ case $os in | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -386bsd* | -netbsd* | -riscix* | -lynxos*) + | -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos*) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` @@ -619,6 +630,9 @@ case $basic_machine in *-hp) os=-hpux ;; + *-hitachi) + os=-hiux + ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; @@ -694,6 +708,9 @@ case $basic_machine in -hpux*) vendor=hp ;; + -hiux*) + vendor=hitachi + ;; -unos*) vendor=crds ;; diff --git a/lib/config.sub b/lib/config.sub index b93b4da3..b9088497 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -65,12 +65,15 @@ case $os in -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -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* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp ) os= basic_machine=$1 ;; + -hiux*) + os==-hiuxwe2 + ;; -sco4) os=-sco3.2v4 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]) 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) basic_machine=m68k-isi os=-sysv @@ -523,7 +534,7 @@ case $os in | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -386bsd* | -netbsd* | -riscix* | -lynxos*) + | -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos*) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` @@ -619,6 +630,9 @@ case $basic_machine in *-hp) os=-hpux ;; + *-hitachi) + os=-hiux + ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; @@ -694,6 +708,9 @@ case $basic_machine in -hpux*) vendor=hp ;; + -hiux*) + vendor=hitachi + ;; -unos*) vendor=crds ;; -- 2.43.5