comparison configure.in @ 18128:42b9cdc157b1

(powerpcle-*-solaris2*): New alternative.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Jun 1997 22:34:02 +0000
parents 429fd40a708f
children 9963d76b1017
comparison
equal deleted inserted replaced
18127:6316f98dda40 18128:42b9cdc157b1
644 ## Plexus 644 ## Plexus
645 m68*-plexus-sysv* ) 645 m68*-plexus-sysv* )
646 machine=plexus opsys=usg5-2 646 machine=plexus opsys=usg5-2
647 ;; 647 ;;
648 648
649 ## PowerPC reference platform
650 powerpcle-*-solaris2* )
651 machine=prep
652 opsys=sol2-5
653 ;;
654
649 ## Pyramid machines 655 ## Pyramid machines
650 ## I don't really have any idea what sort of processor the Pyramid has, 656 ## I don't really have any idea what sort of processor the Pyramid has,
651 ## so I'm assuming it is its own architecture. 657 ## so I'm assuming it is its own architecture.
652 pyramid-pyramid-bsd* ) 658 pyramid-pyramid-bsd* )
653 machine=pyramid opsys=bsd4-2 659 machine=pyramid opsys=bsd4-2
729 m68*-sunos1* ) machine=sun1 ;; 735 m68*-sunos1* ) machine=sun1 ;;
730 m68*-sunos2* ) machine=sun2 ;; 736 m68*-sunos2* ) machine=sun2 ;;
731 m68* ) machine=sun3 ;; 737 m68* ) machine=sun3 ;;
732 i[3456]86-sun-sunos[34]* ) machine=sun386 ;; 738 i[3456]86-sun-sunos[34]* ) machine=sun386 ;;
733 i[3456]86-*-* ) machine=intel386 ;; 739 i[3456]86-*-* ) machine=intel386 ;;
740 powerpcle* ) machine=powerpcle ;;
734 powerpc* | rs6000* ) machine=ibmrs6000 ;; 741 powerpc* | rs6000* ) machine=ibmrs6000 ;;
735 sparc* ) machine=sparc ;; 742 sparc* ) machine=sparc ;;
736 * ) unported=yes ;; 743 * ) unported=yes ;;
737 esac 744 esac
738 case "${canonical}" in 745 case "${canonical}" in