diff options
author | gerald <gerald@FreeBSD.org> | 2007-03-31 22:41:28 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-03-31 22:41:28 +0800 |
commit | c93165bddfd9dd50faf444282d079ba95a1e01e2 (patch) | |
tree | 51a8239f2761d44de0fc0fd4d7c01230e11f4118 /lang/gcc | |
parent | de1955b8cf0e0f5b6c2340937cd6cf69499ee43f (diff) | |
download | freebsd-ports-gnome-c93165bddfd9dd50faf444282d079ba95a1e01e2.tar.gz freebsd-ports-gnome-c93165bddfd9dd50faf444282d079ba95a1e01e2.tar.zst freebsd-ports-gnome-c93165bddfd9dd50faf444282d079ba95a1e01e2.zip |
Document the large memory requirements when building with Java support.
Discussed with: alepulver
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc/pkg-descr b/lang/gcc/pkg-descr index 3c302b1c926b..c8bcbf62a690 100644 --- a/lang/gcc/pkg-descr +++ b/lang/gcc/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/ |