Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-05-30 20:06:14 +0400
committerRichard Henderson <rth@redhat.com>1999-05-30 20:06:14 +0400
commitc9315bfb43de0e06c89e82e4fc3688b7f9095f85 (patch)
treee7e624cff8ec3d938f7c3d2a7f004208c2609454
parentf17c053f8bb257bb85404cf0253aff6e6b0db075 (diff)
Cort Dougan <cort@cs.nmt.edu>
* config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig.guess2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b01c9c016..d0a5953e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
+
+ * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
+
1999-05-24 Nick Clifton <nickc@cygnus.com>
* config.sub: Updated to match latest EGCS version.
diff --git a/config.guess b/config.guess
index 3c75a80de..885f66120 100755
--- a/config.guess
+++ b/config.guess
@@ -576,7 +576,7 @@ EOF
sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
- elf32ppc)
+ elf32ppc | elf32ppclinux)
# Determine Lib Version
cat >dummy.c <<EOF
#include <features.h>