# HG changeset patch # User Michael Meissner # Date 835287605 0 # Node ID 6418750a8408eca208dfa69dbfce31679dfd140b # Parent a0dc879461b83f2f626ba25264729e3d28865870 Add support for PowerPC Linux diff -r a0dc879461b8 -r 6418750a8408 config.guess --- a/config.guess Wed Jun 19 23:14:13 1996 +0000 +++ b/config.guess Thu Jun 20 16:20:05 1996 +0000 @@ -364,6 +364,8 @@ 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