mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-05 04:38:20 +12:00
2000-02-06 Ben Elliston <bje@redhat.com>
* config.guess: Fix a regression in PowerPC Linux detection. From Franz Sirl.
This commit is contained in:
2
config.guess
vendored
2
config.guess
vendored
@ -668,7 +668,7 @@ EOF
|
||||
echo "${UNAME_MACHINE}-unknown-linux-gnuaout"
|
||||
exit 0
|
||||
;;
|
||||
elf32ppc)
|
||||
elf32ppc | elf32ppclinux)
|
||||
# Determine Lib Version
|
||||
cat >$dummy.c <<EOF
|
||||
#include <features.h>
|
||||
|
Reference in New Issue
Block a user