From: Richard M. Stallman Date: Mon, 2 Jun 1997 22:34:02 +0000 (+0000) Subject: (powerpcle-*-solaris2*): New alternative. X-Git-Tag: emacs-20.1~1818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42326ef0db326a0d5f684dfd026f34d8fe175a8b;p=emacs.git (powerpcle-*-solaris2*): New alternative. --- 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 ;;