summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-02 22:34:02 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-02 22:34:02 +0000
commitaacfae629547a4d47409e597317862fe486971ec (patch)
tree62a0e8e11c52288ffa39d9c813e77fd823bc0194
parentb90eb5f707c92e77d8b5d5619645d5549e9f325c (diff)
downloademacs-aacfae629547a4d47409e597317862fe486971ec.tar.gz
(powerpcle-*-solaris2*): New alternative.
-rw-r--r--configure.in7
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
machine=plexus opsys=usg5-2
;;
+ ## PowerPC reference platform
+ powerpcle-*-solaris2* )
+ machine=prep
+ opsys=sol2-5
+ ;;
+
## Pyramid machines
## I don't really have any idea what sort of processor the Pyramid has,
## so I'm assuming it is its own architecture.
@@ -731,6 +737,7 @@ case "${canonical}" in
m68* ) machine=sun3 ;;
i[3456]86-sun-sunos[34]* ) machine=sun386 ;;
i[3456]86-*-* ) machine=intel386 ;;
+ powerpcle* ) machine=powerpcle ;;
powerpc* | rs6000* ) machine=ibmrs6000 ;;
sparc* ) machine=sparc ;;
* ) unported=yes ;;