summaryrefslogtreecommitdiff
path: root/libf2c/configure
diff options
context:
space:
mode:
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-09 06:24:39 +0000
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-09 06:24:39 +0000
commit9165b0aff4dcdbcf057b0ab2dfdafeaf0c8c7ebf (patch)
tree7aae1f966d81c224be35d1977de88dfe53579fa9 /libf2c/configure
parentbd0cf2bc687c95482ca6fd34046ffc13cffe2ad2 (diff)
downloadgcc-9165b0aff4dcdbcf057b0ab2dfdafeaf0c8c7ebf.tar.gz
* libtool.m4 (LD): Correct powerpc64 host match.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71229 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/configure')
-rwxr-xr-xlibf2c/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libf2c/configure b/libf2c/configure
index 8faafe614b7..d779679380e 100755
--- a/libf2c/configure
+++ b/libf2c/configure
@@ -2054,7 +2054,7 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
;;
- ppc64-*linux*)
+ ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
;;
s390x-*linux*)