summaryrefslogtreecommitdiffstats
path: root/boehm-gc/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 /boehm-gc/configure
parentbd0cf2bc687c95482ca6fd34046ffc13cffe2ad2 (diff)
downloadppe42-gcc-9165b0aff4dcdbcf057b0ab2dfdafeaf0c8c7ebf.tar.gz
ppe42-gcc-9165b0aff4dcdbcf057b0ab2dfdafeaf0c8c7ebf.zip
* 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 'boehm-gc/configure')
-rwxr-xr-xboehm-gc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure
index 05905ca3557..0ef1af8e771 100755
--- a/boehm-gc/configure
+++ b/boehm-gc/configure
@@ -2385,7 +2385,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*)
OpenPOWER on IntegriCloud