aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc48/pkg-descr
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2007-03-31 14:41:28 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2007-03-31 14:41:28 +0000
commit1e02b2a2c37aad827e176b83e9eb18268a13f704 (patch)
tree69fd5d965fa20d100272d09b2696de5ea635758e /lang/gcc48/pkg-descr
parent6ec303c4d1cbe6e96b66cb02b6f789d2004d891b (diff)
downloadports-1e02b2a2c37aad827e176b83e9eb18268a13f704.tar.gz
ports-1e02b2a2c37aad827e176b83e9eb18268a13f704.zip
Document the large memory requirements when building with Java support.
Discussed with: alepulver
Notes
Notes: svn path=/head/; revision=188891
Diffstat (limited to 'lang/gcc48/pkg-descr')
-rw-r--r--lang/gcc48/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc48/pkg-descr b/lang/gcc48/pkg-descr
index 3c302b1c926b..c8bcbf62a690 100644
--- a/lang/gcc48/pkg-descr
+++ b/lang/gcc48/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/