From 029fb0f83b06ee451fce2e85c754044838fd774c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 6 Feb 2000 12:21:30 +0000 Subject: [PATCH] 2000-02-06 Ben Elliston * config.guess: Fix a regression in PowerPC Linux detection. From Franz Sirl. --- ChangeLog | 3 +++ config.guess | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 <