From: Michael Meissner Date: Thu, 20 Jun 1996 16:20:05 +0000 (+0000) Subject: Add support for PowerPC Linux X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2099d02cc7f5578ac8d1c3959bd31bba995eb7b1;p=gcc.git Add support for PowerPC Linux From-SVN: r12312 --- diff --git a/gcc/config.guess b/gcc/config.guess index 925dab43498..c416b7811ea 100755 --- a/gcc/config.guess +++ b/gcc/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