diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-10-01 17:09:32 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-10-01 17:10:43 +0200 |
commit | c9a49e87cac70e9e9853e155926aee99cd1d0036 (patch) | |
tree | 46938e971eade51a8d84f16c01ac4734a231f2e0 /recipes | |
parent | e6eab3078944f6d49379107913ce65d43abbef84 (diff) |
ecj-initial: Increased maximum heap space to 1 GiB.
ecj-bootstrap-native: Dito.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ecj/ecj-bootstrap-native.bb | 2 | ||||
-rw-r--r-- | recipes/ecj/ecj-initial.bb | 2 | ||||
-rwxr-xr-x | recipes/ecj/files/ecj.in | 2 | ||||
-rw-r--r-- | recipes/ecj/libecj-bootstrap_3.4.1.bb | 2 | ||||
-rw-r--r-- | recipes/ecj/libecj-bootstrap_3.4.bb | 2 | ||||
-rw-r--r-- | recipes/ecj/libecj-bootstrap_3.5.bb | 2 |
6 files changed, 7 insertions, 5 deletions
diff --git a/recipes/ecj/ecj-bootstrap-native.bb b/recipes/ecj/ecj-bootstrap-native.bb index 2bda972207..6c80de749a 100644 --- a/recipes/ecj/ecj-bootstrap-native.bb +++ b/recipes/ecj/ecj-bootstrap-native.bb @@ -17,7 +17,7 @@ SRC_URI = "file://ecj.in" S = "${WORKDIR}" -PR = "r1" +PR = "r2" JAR = "ecj-bootstrap.jar" diff --git a/recipes/ecj/ecj-initial.bb b/recipes/ecj/ecj-initial.bb index 106453691b..6695fbd2b2 100644 --- a/recipes/ecj/ecj-initial.bb +++ b/recipes/ecj/ecj-initial.bb @@ -9,6 +9,8 @@ LICENSE = "EPL" DEPENDS = "libecj-bootstrap" +PR = "r1" + SRC_URI = "file://ecj.in" S = "${WORKDIR}" diff --git a/recipes/ecj/files/ecj.in b/recipes/ecj/files/ecj.in index 2099991cef..2cff2593d5 100755 --- a/recipes/ecj/files/ecj.in +++ b/recipes/ecj/files/ecj.in @@ -1 +1 @@ -${RUNTIME} -Xmx512m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"} +${RUNTIME} -Xmx1024m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"} diff --git a/recipes/ecj/libecj-bootstrap_3.4.1.bb b/recipes/ecj/libecj-bootstrap_3.4.1.bb index 85662abb4c..c7e605b2f7 100644 --- a/recipes/ecj/libecj-bootstrap_3.4.1.bb +++ b/recipes/ecj/libecj-bootstrap_3.4.1.bb @@ -1,6 +1,6 @@ require libecj-bootstrap.inc -PR = "r0" +PR = "r1" SRC_URI = "\ http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4.1-200809111700/ecjsrc-3.4.1.zip \ diff --git a/recipes/ecj/libecj-bootstrap_3.4.bb b/recipes/ecj/libecj-bootstrap_3.4.bb index 381f424735..61a980aeac 100644 --- a/recipes/ecj/libecj-bootstrap_3.4.bb +++ b/recipes/ecj/libecj-bootstrap_3.4.bb @@ -1,6 +1,6 @@ require libecj-bootstrap.inc -PR = "r1" +PR = "r2" SRC_URI = "\ http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4-200806172000/ecjsrc-3.4.zip \ diff --git a/recipes/ecj/libecj-bootstrap_3.5.bb b/recipes/ecj/libecj-bootstrap_3.5.bb index 005000eb4b..adc97121b1 100644 --- a/recipes/ecj/libecj-bootstrap_3.5.bb +++ b/recipes/ecj/libecj-bootstrap_3.5.bb @@ -4,7 +4,7 @@ DEFAULT_PREFERENCE = "-1" require libecj-bootstrap.inc -PR = "r0" +PR = "r1" SRC_URI = " \ http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.5-200906111540/ecjsrc-3.5.zip \ |