mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Add support for PowerPC Linux
This commit is contained in:
parent
d46debe536
commit
b001098243
2
config.guess
vendored
2
config.guess
vendored
@ -364,6 +364,8 @@ EOF
|
|||||||
echo "${UNAME_MACHINE}-unknown-linux" ; exit 0
|
echo "${UNAME_MACHINE}-unknown-linux" ; exit 0
|
||||||
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then
|
elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then
|
||||||
echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0
|
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
|
elif test "${UNAME_MACHINE}" = "alpha" ; then
|
||||||
echo alpha-unknown-linux ; exit 0
|
echo alpha-unknown-linux ; exit 0
|
||||||
elif test "${UNAME_MACHINE}" = "sparc" ; then
|
elif test "${UNAME_MACHINE}" = "sparc" ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user