diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-30 16:06:14 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-30 16:06:14 +0000 |
commit | c9315bfb43de0e06c89e82e4fc3688b7f9095f85 (patch) | |
tree | e7e624cff8ec3d938f7c3d2a7f004208c2609454 /config.guess | |
parent | f17c053f8bb257bb85404cf0253aff6e6b0db075 (diff) | |
download | newlib-c9315bfb43de0e06c89e82e4fc3688b7f9095f85.zip newlib-c9315bfb43de0e06c89e82e4fc3688b7f9095f85.tar.gz newlib-c9315bfb43de0e06c89e82e4fc3688b7f9095f85.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-x | config.guess | 2 |
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> |