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:
Ben Elliston 2000-02-06 12:21:30 +00:00
parent 94968c5834
commit 029fb0f83b
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@
with a C++ compiler. Function prototypes are mandatory in C++.
From Ossama Othman <othman@cs.wustl.edu>.
* config.guess: Fix a regression in PowerPC Linux detection.
From Franz Sirl.
2000-02-03 Ben Elliston <bje@redhat.com>
* config.guess: Handle versions of DJGPP's uname(1) command which

2
config.guess vendored
View File

@ -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>