diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-30 16:05:07 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-30 16:05:07 +0000 |
commit | 4960e263e10dc48d5fc438f9f68271bcc266676c (patch) | |
tree | fa9f536d9b3cd4615c38b99385fbfa1558e8b2e5 /config.guess | |
parent | 4a7414aba2da6047db598cb5d2410c4115ffd8e3 (diff) | |
download | gcc-4960e263e10dc48d5fc438f9f68271bcc266676c.tar.gz |
Cort Dougan <cort@cs.nmt.edu>
* config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27254 138bc75d-0d04-0410-961f-82ee72b054a4
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 6cb567b8ae6..655d0649ad3 100755 --- a/config.guess +++ b/config.guess @@ -641,7 +641,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> |