aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Kenner1993-10-30 21:17:31 +0000
committerRichard Kenner1993-10-30 21:17:31 +0000
commit9e976cfabceb256c192790e862e48fb46114f061 (patch)
tree7247b7373a5fd2980778e703326c2f0efe1682fb
parent62a24cb5e11c503e26ff0e5ef7de33670149b769 (diff)
downloademacs-9e976cfabceb256c192790e862e48fb46114f061.tar.gz
emacs-9e976cfabceb256c192790e862e48fb46114f061.zip
Add H3050/RX support.
-rwxr-xr-xconfig.sub21
1 files changed, 19 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index b93b4da351d..b9088497ab9 100755
--- a/config.sub
+++ b/config.sub
@@ -65,12 +65,15 @@ case $os in
65 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ 65 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
66 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 66 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
67 -unicom* | -ibm* | -next* | -hp | -isi* | -apollo | -altos* | \ 67 -unicom* | -ibm* | -next* | -hp | -isi* | -apollo | -altos* | \
68 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi | \ 68 -convergent* | -ncr* | -news | -32* | -3600* | -3100* \
69 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 69 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
70 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp ) 70 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp )
71 os= 71 os=
72 basic_machine=$1 72 basic_machine=$1
73 ;; 73 ;;
74 -hiux*)
75 os==-hiuxwe2
76 ;;
74 -sco4) 77 -sco4)
75 os=-sco3.2v4 78 os=-sco3.2v4
76 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` 79 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
@@ -317,6 +320,14 @@ case $basic_machine in
317 hp9k8[0-9][0-9] | hp8[0-9][0-9]) 320 hp9k8[0-9][0-9] | hp8[0-9][0-9])
318 basic_machine=hppa1.0-hp 321 basic_machine=hppa1.0-hp
319 ;; 322 ;;
323 h3050r* | hiux*)
324 basic_machine=hppa1.1-hitachi
325 os=-hiuxwe2
326 ;;
327 pa-hitachi)
328 basic_machine=hppa1.1-hitachi
329 os=-hiuxwe2
330 ;;
320 isi68 | isi) 331 isi68 | isi)
321 basic_machine=m68k-isi 332 basic_machine=m68k-isi
322 os=-sysv 333 os=-sysv
@@ -523,7 +534,7 @@ case $os in
523 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 534 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
524 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ 535 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
525 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 536 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
526 | -386bsd* | -netbsd* | -riscix* | -lynxos*) 537 | -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos*)
527 ;; 538 ;;
528 -sunos5*) 539 -sunos5*)
529 os=`echo $os | sed -e 's|sunos5|solaris2|'` 540 os=`echo $os | sed -e 's|sunos5|solaris2|'`
@@ -619,6 +630,9 @@ case $basic_machine in
619 *-hp) 630 *-hp)
620 os=-hpux 631 os=-hpux
621 ;; 632 ;;
633 *-hitachi)
634 os=-hiux
635 ;;
622 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) 636 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
623 os=-sysv 637 os=-sysv
624 ;; 638 ;;
@@ -694,6 +708,9 @@ case $basic_machine in
694 -hpux*) 708 -hpux*)
695 vendor=hp 709 vendor=hp
696 ;; 710 ;;
711 -hiux*)
712 vendor=hitachi
713 ;;
697 -unos*) 714 -unos*)
698 vendor=crds 715 vendor=crds
699 ;; 716 ;;