aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-09-09 06:24:39 +0000
committerAlan Modra <amodra@gcc.gnu.org>2003-09-09 15:54:39 +0930
commite517f636177b2379b1bd805efac97601f96062fc (patch)
tree7aae1f966d81c224be35d1977de88dfe53579fa9 /boehm-gc
parentbf9ab6b6577224876e3133cdd73e5ddeb19e2c51 (diff)
downloadgcc-e517f636177b2379b1bd805efac97601f96062fc.zip
gcc-e517f636177b2379b1bd805efac97601f96062fc.tar.gz
gcc-e517f636177b2379b1bd805efac97601f96062fc.tar.bz2
* libtool.m4 (LD): Correct powerpc64 host match.
From-SVN: r71229
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
-rwxr-xr-xboehm-gc/configure2
2 files changed, 5 insertions, 1 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index f1dc38f..f0918f6 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-09 Alan Modra <amodra@bigpond.net.au>
+
+ * configure: Regenerate.
+
2003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Roger Sayle <roger@eyesopen.com>
diff --git a/boehm-gc/configure b/boehm-gc/configure
index 05905ca..0ef1af8 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*)