aboutsummaryrefslogtreecommitdiff
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
commitaf754d91f9600568b95d55e397f03315dfc8bb38 (patch)
tree18b234edac4e923f0ec43c958a167e7920d86dad /config.guess
parentec2f040d5502c25d8e6e2acb2779fab17125cf9f (diff)
downloadfsf-binutils-gdb-af754d91f9600568b95d55e397f03315dfc8bb38.zip
fsf-binutils-gdb-af754d91f9600568b95d55e397f03315dfc8bb38.tar.gz
fsf-binutils-gdb-af754d91f9600568b95d55e397f03315dfc8bb38.tar.bz2
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 3c75a80..885f661 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>