diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-11-07 02:44:13 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-11-07 02:44:13 +0000 |
| commit | 254745bd4c85e5a3c77d90a91901b7217ff66f84 (patch) | |
| tree | 02882e42c784546d9b86a1f086a591c139a2d9e1 | |
| parent | 2528cb539ecf2a7e38ac67e5cdf76694ff92f947 (diff) | |
| parent | 29b93e91bc7355c95124e05eccf852189d68c536 (diff) | |
Notes
| -rw-r--r-- | contrib/libf2c/ChangeLog | 8 | ||||
| -rwxr-xr-x | contrib/libf2c/configure | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/contrib/libf2c/ChangeLog b/contrib/libf2c/ChangeLog index 3a789fe9c3aab..5c3d789410dd3 100644 --- a/contrib/libf2c/ChangeLog +++ b/contrib/libf2c/ChangeLog @@ -1,3 +1,11 @@ +2003-10-16 Release Manager + + * GCC 3.3.2 Released. + +2003-09-09 Alan Modra <amodra@bigpond.net.au> + + * configure: Regenerate. + 2003-08-04 Release Manager * GCC 3.3.1 Released. diff --git a/contrib/libf2c/configure b/contrib/libf2c/configure index 0d19de5b28f06..2dd15f8465355 100755 --- a/contrib/libf2c/configure +++ b/contrib/libf2c/configure @@ -2083,7 +2083,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*) |
