comparison config.guess @ 15462:6418750a8408 libc-1-92 libc-960621 libc-960622 libc-960623 libc-960624 libc-960625 libc-960626 libc-960627 libc-960628

Add support for PowerPC Linux
author Michael Meissner <gnu@the-meissners.org>
date Thu, 20 Jun 1996 16:20:05 +0000
parents 832e49a9a8ea
children 6a77264bef21
comparison
equal deleted inserted replaced
15461:a0dc879461b8 15462:6418750a8408
362 echo "${UNAME_MACHINE}-unknown-linuxcoff" ; exit 0 362 echo "${UNAME_MACHINE}-unknown-linuxcoff" ; exit 0
363 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68kelf"; then 363 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68kelf"; then
364 echo "${UNAME_MACHINE}-unknown-linux" ; exit 0 364 echo "${UNAME_MACHINE}-unknown-linux" ; exit 0
365 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then 365 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then
366 echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0 366 echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0
367 elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then
368 echo "powerpc-unknown-linux" ; exit 0
367 elif test "${UNAME_MACHINE}" = "alpha" ; then 369 elif test "${UNAME_MACHINE}" = "alpha" ; then
368 echo alpha-unknown-linux ; exit 0 370 echo alpha-unknown-linux ; exit 0
369 elif test "${UNAME_MACHINE}" = "sparc" ; then 371 elif test "${UNAME_MACHINE}" = "sparc" ; then
370 echo sparc-unknown-linux ; exit 0 372 echo sparc-unknown-linux ; exit 0
371 else 373 else