Mercurial > emacs
changeset 28742:4b2207602eef
Add support for `powerpc*-*-linux-gnu*'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 27 Apr 2000 19:05:51 +0000 |
parents | efa45c683e9a |
children | cd4858a8d658 |
files | configure.in |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Apr 27 19:00:09 2000 +0000 +++ b/configure.in Thu Apr 27 19:05:51 2000 +0000 @@ -654,6 +654,11 @@ NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion. ;; + ## Macintosh PowerPC + powerpc*-*-linux-gnu* ) + machine=macppc opsys=gnu-linux + ;; + ## Masscomp machines m68*-masscomp-rtu* ) machine=masscomp opsys=rtu