changeset 18128:42b9cdc157b1

(powerpcle-*-solaris2*): New alternative.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Jun 1997 22:34:02 +0000
parents 6316f98dda40
children e92598964ee6
files configure.in
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Jun 02 22:10:28 1997 +0000
+++ b/configure.in	Mon Jun 02 22:34:02 1997 +0000
@@ -646,6 +646,12 @@
     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 @@
       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 ;;