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 | 29b93e91bc7355c95124e05eccf852189d68c536 (patch) | |
tree | 8bd26f24a269f51ed4b310487fa89dca964a6a30 /contrib/libf2c | |
parent | f33a15e8d6f0f41fc3fd026e7726cb019f2dc0fd (diff) |
Gcc 3.3.3 20031106 libf2c bits.
Notes
Notes:
svn path=/vendor/gcc/dist/; revision=122186
Diffstat (limited to 'contrib/libf2c')
-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 3a789fe9c3aa..5c3d789410dd 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 0d19de5b28f0..2dd15f846535 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*) |