OSDN Git Service

Add support for PowerPC Linux
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 1996 16:20:05 +0000 (16:20 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 1996 16:20:05 +0000 (16:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12312 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config.guess

index 925dab4..c416b78 100755 (executable)
@@ -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