From d5379e02ad273b9c12633389eb6acd1b3441efed Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 20 Jun 1996 16:20:05 +0000 Subject: [PATCH] Add support for PowerPC Linux --- config.guess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.guess b/config.guess index 925dab43498..c416b7811ea 100755 --- a/config.guess +++ b/config.guess @@ -364,6 +364,8 @@ EOF echo "${UNAME_MACHINE}-unknown-linux" ; exit 0 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0 + elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then + echo "powerpc-unknown-linux" ; exit 0 elif test "${UNAME_MACHINE}" = "alpha" ; then echo alpha-unknown-linux ; exit 0 elif test "${UNAME_MACHINE}" = "sparc" ; then -- 2.11.4.GIT