freebsd-ports/lang/gcc48/pkg-descr
Gerald Pfeifer 28db2f2cf9 Update to the 20090618 snapshot of GCC 4.5.0. Tweak pkg-descr "footer".
Add hack for non-default LOCALBASE until the ports infrastructure has
been fixed. [1]

The new share/libstdc++/python/libstdcxx has now moved to a version
specific location based on an upstream report of mine.

And there are now three new ffi related man pages.

Dedicated to:
2009-06-19 16:28:03 +00:00

12 lines
446 B
Text

GCC, the GNU Compiler Collection includes C, C++, Java and Fortran.
This port installs the various front ends as gcc45, g++45, gcj45,
gfortran45 and so forth into the ${PREFIX}/bin directory.
(Building the Java frontend and the associated libgcj library will
consume more than 512MB of main memory. Set WITHOUT_JAVA=yes in
the environment when building this port to avoid that.)
WWW: http://gcc.gnu.org/
Gerald Pfeifer <gerald@FreeBSD.org>