diff options
author | Cort Dougan <cort@cs.nmt.edu> | 1999-05-30 16:05:07 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-05-30 09:05:07 -0700 |
commit | 26d088fa91b6dc3cfd4841a5fd0556821b50a7da (patch) | |
tree | fa9f536d9b3cd4615c38b99385fbfa1558e8b2e5 /config.guess | |
parent | 3e41d13b038153f299e0778130d676f6315be58b (diff) | |
download | gcc-26d088fa91b6dc3cfd4841a5fd0556821b50a7da.tar.gz |
Cort Dougan <cort@cs.nmt.edu>
Cort Dougan <cort@cs.nmt.edu>
* config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
From-SVN: r27254
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> |