summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-05-30 16:06:14 +0000
committerRichard Henderson <rth@redhat.com>1999-05-30 16:06:14 +0000
commitbd93f96afc89b3f880ed08004bea39c2c49bbc41 (patch)
treeffcab9956da06ee88e795d17114355a86e0d355d /config.guess
parent836a9958c8d3b3d9a8baf64a332b1ba440ad19f5 (diff)
downloadgdb-bd93f96afc89b3f880ed08004bea39c2c49bbc41.tar.gz
Cort Dougan <cort@cs.nmt.edu>
* config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 3c75a80de33..885f6612027 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>