diff options
author | Alan Modra <amodra@bigpond.net.au> | 2003-09-09 06:24:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2003-09-09 15:54:39 +0930 |
commit | e517f636177b2379b1bd805efac97601f96062fc (patch) | |
tree | 7aae1f966d81c224be35d1977de88dfe53579fa9 /libf2c | |
parent | bf9ab6b6577224876e3133cdd73e5ddeb19e2c51 (diff) | |
download | gcc-e517f636177b2379b1bd805efac97601f96062fc.tar.gz |
* libtool.m4 (LD): Correct powerpc64 host match.
From-SVN: r71229
Diffstat (limited to 'libf2c')
-rw-r--r-- | libf2c/ChangeLog | 4 | ||||
-rwxr-xr-x | libf2c/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 17b58403cd2..32647c6c735 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 9 15:22:57 2003 Alan Modra <amodra@bigpond.net.au> + + * configure: Regenerate. + 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in: Replace PWD with PWD_COMMAND. 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*) |