2003-03-22 03:59:32 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.2.2, from Juan RP in PR 20308.
Also build shared libs on Linux, from Jeremy C. Reed in PR 20735.
Changes since 3.2.1:
On the following i386-based systems GCC 3.2.1 broke the C ABI wrt.
functions returning structures: Cygwin, FreeBSD (GCC 3.2.1 as shipped with
FreeBSD 5.0 does not have this problem), Interix, a.out-based Linux and
NetBSD, OpenBSD, and Darwin. GCC 3.2.2 reverts this ABI change, and thus
restores ABI-compatibility with previous releases (except GCC 3.2.1) on
these platforms.
Lots of other bug fixes, see http://gcc.gnu.org/gcc-3.2/changes.html.
|
2003-02-06 22:52:20 by Dan McMahill | Files touched by this commit (1) |
Log message:
on alpha, turn off optimization for the first part of the build. This
works around a bug with optimization in gcc-2.95.3 which prevents building
this pkg.
Optimization is still turned on during the build of the final libraries
and compilers.
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2003-01-11 05:31:53 by grant beattie | Files touched by this commit (1) |
Log message:
fix oops in last.
|
2003-01-11 05:28:51 by grant beattie | Files touched by this commit (1) |
Log message:
Properly test for CC=gcc and generalise the logic to make this more
likely to build on non-NetBSD platforms.
Tested on Solaris 8.
|
2003-01-09 12:03:15 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
Regen distinfo.
|
2003-01-06 08:42:28 by Masao Uebayashi | Files touched by this commit (6) | |
Log message:
Initial import of GCC 3.2.1, the latest release of GNU Compiler
Collection, which currently contains front ends for C, C++,
Objective-C, Fortran, Java, and Ada.
For more detail, see
http://gcc.gnu.org/gcc-3.2/
XXX Only tested on NetBSD/i386 -current. Tests on Linux and Solaris
are very encouraged.
XXX buildlink2.mk is not provided, meaning no other packages can
depend on this for now.
|