aboutsummaryrefslogtreecommitdiff
path: root/libf2c
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 /libf2c
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 'libf2c')
-rw-r--r--libf2c/ChangeLog4
-rwxr-xr-xlibf2c/configure2
2 files changed, 5 insertions, 1 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog
index 17b5840..32647c6 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 8faafe6..d779679 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*)