mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +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:
parent
94968c5834
commit
029fb0f83b
@ -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
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user