diff --git a/ChangeLog b/ChangeLog index 7558ac4..080d3b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ with a C++ compiler. Function prototypes are mandatory in C++. From Ossama Othman . + * config.guess: Fix a regression in PowerPC Linux detection. + From Franz Sirl. + 2000-02-03 Ben Elliston * config.guess: Handle versions of DJGPP's uname(1) command which diff --git a/config.guess b/config.guess index 7b49616..e99502a 100755 --- a/config.guess +++ b/config.guess @@ -668,7 +668,7 @@ EOF echo "${UNAME_MACHINE}-unknown-linux-gnuaout" exit 0 ;; - elf32ppc) + elf32ppc | elf32ppclinux) # Determine Lib Version cat >$dummy.c <