# HG changeset patch # User Gerd Moellmann # Date 956862351 0 # Node ID 4b2207602eefdb56df5057eae75aaf04ebd088d7 # Parent efa45c683e9a583c136ffa59a853ea5f09aeddd2 Add support for `powerpc*-*-linux-gnu*'. diff -r efa45c683e9a -r 4b2207602eef configure.in --- 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