diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-09 06:24:39 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-09 06:24:39 +0000 |
commit | 9165b0aff4dcdbcf057b0ab2dfdafeaf0c8c7ebf (patch) | |
tree | 7aae1f966d81c224be35d1977de88dfe53579fa9 /boehm-gc | |
parent | bd0cf2bc687c95482ca6fd34046ffc13cffe2ad2 (diff) | |
download | gcc-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 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 4 | ||||
-rwxr-xr-x | boehm-gc/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index f1dc38fe10f..f0918f67603 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 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*) |