diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-03-31 14:41:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-03-31 14:41:28 +0000 |
commit | 1e02b2a2c37aad827e176b83e9eb18268a13f704 (patch) | |
tree | 69fd5d965fa20d100272d09b2696de5ea635758e /lang/gcc43 | |
parent | Upgrade to 0.71. (diff) |
Document the large memory requirements when building with Java support.
Discussed with: alepulver
Diffstat (limited to 'lang/gcc43')
-rw-r--r-- | lang/gcc43/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc43/pkg-descr b/lang/gcc43/pkg-descr index 3c302b1c926b..c8bcbf62a690 100644 --- a/lang/gcc43/pkg-descr +++ b/lang/gcc43/pkg-descr @@ -3,4 +3,8 @@ GCC, the GNU Compiler Collection includes C, C++, Java and Fortran. This port installs the various front ends as gcc43, g++43, gcj43, gfortran43 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/ |