comparison config.sub @ 4901:c8bade6c2b02

Add H3050/RX support.
author Richard Kenner <kenner@gnu.org>
date Sat, 30 Oct 1993 21:17:31 +0000
parents a9faadbe66cf
children a8a03a975fe8
comparison
equal deleted inserted replaced
4900:be43750c20d2 4901:c8bade6c2b02
63 # Prevent following clause from handling this invalid input. 63 # Prevent following clause from handling this invalid input.
64 ;; 64 ;;
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 ;;
74 -hiux*)
75 os==-hiuxwe2
73 ;; 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/'`
77 ;; 80 ;;
314 hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7) 317 hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7)
315 basic_machine=hppa1.1-hp 318 basic_machine=hppa1.1-hp
316 ;; 319 ;;
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
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
319 ;; 330 ;;
320 isi68 | isi) 331 isi68 | isi)
321 basic_machine=m68k-isi 332 basic_machine=m68k-isi
322 os=-sysv 333 os=-sysv
323 ;; 334 ;;
521 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \ 532 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
522 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 533 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
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|'`
530 ;; 541 ;;
531 -sunos6*) 542 -sunos6*)
616 *-ibm) 627 *-ibm)
617 os=-aix 628 os=-aix
618 ;; 629 ;;
619 *-hp) 630 *-hp)
620 os=-hpux 631 os=-hpux
632 ;;
633 *-hitachi)
634 os=-hiux
621 ;; 635 ;;
622 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) 636 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
623 os=-sysv 637 os=-sysv
624 ;; 638 ;;
625 *-cbm) 639 *-cbm)
692 vendor=ibm 706 vendor=ibm
693 ;; 707 ;;
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 ;;
700 -dgux*) 717 -dgux*)
701 vendor=dg 718 vendor=dg