comparison config.sub @ 4806:d48a4664d92a

Recognize operating system "riscix*"; recognize acorn as vendor
author Erich Stefan Boleyn <erich@uruk.org>
date Sun, 03 Oct 1993 16:50:05 +0000
parents 2182fb1e1cc1
children d223eac75bc4
comparison
equal deleted inserted replaced
4805:6d9ebfc05a1f 4806:d48a4664d92a
516 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \ 516 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
517 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 517 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
518 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 518 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
519 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ 519 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
520 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 520 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
521 | -386bsd* | -netbsd* | -lynxos*) 521 | -386bsd* | -netbsd* | -riscix* | -lynxos*)
522 ;; 522 ;;
523 -sunos5*) 523 -sunos5*)
524 os=`echo $os | sed -e 's|sunos5|solaris2|'` 524 os=`echo $os | sed -e 's|sunos5|solaris2|'`
525 ;; 525 ;;
526 -sunos6*) 526 -sunos6*)
585 # that MANUFACTURER isn't an operating system. Otherwise, code above 585 # that MANUFACTURER isn't an operating system. Otherwise, code above
586 # will signal an error saying that MANUFACTURER isn't an operating 586 # will signal an error saying that MANUFACTURER isn't an operating
587 # system, and we'll never get to this point. 587 # system, and we'll never get to this point.
588 588
589 case $basic_machine in 589 case $basic_machine in
590 *-acorn)
591 os=-riscix1.2
592 ;;
590 *-dec | vax-*) 593 *-dec | vax-*)
591 os=-ultrix4.2 594 os=-ultrix4.2
592 ;; 595 ;;
593 i386-sun) 596 i386-sun)
594 os=-sunos4.0.2 597 os=-sunos4.0.2
669 # manufacturer. We pick the logical manufacturer. 672 # manufacturer. We pick the logical manufacturer.
670 vendor=unknown 673 vendor=unknown
671 case $basic_machine in 674 case $basic_machine in
672 *-unknown) 675 *-unknown)
673 case $os in 676 case $os in
677 -riscix*)
678 vendor=acorn
679 ;;
674 -sunos*) 680 -sunos*)
675 vendor=sun 681 vendor=sun
676 ;; 682 ;;
677 -lynxos*) 683 -lynxos*)
678 vendor=lynx 684 vendor=lynx