diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-02 22:34:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-02 22:34:02 +0000 |
commit | 42326ef0db326a0d5f684dfd026f34d8fe175a8b (patch) | |
tree | 5438816852bc0dde363e3b0a3685091dad0e7201 /configure.in | |
parent | b4686a1c45e1a0680d652c979d65fd96ff8cb4aa (diff) | |
download | emacs-42326ef0db326a0d5f684dfd026f34d8fe175a8b.tar.gz |
(powerpcle-*-solaris2*): New alternative.
Diffstat (limited to 'configure.in')
-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 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 ;; |