diff options
| -rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 086b28b3c6e..2bab174a0e7 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -646,6 +646,12 @@ case "${canonical}" in | |||
| 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. |
| @@ -731,6 +737,7 @@ case "${canonical}" in | |||
| 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 ;; |