All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH 1/3] jamvm compile add extra space to argument
@ 2013-09-30 13:46 Riku Voipio
  2013-09-30 13:46 ` [meta-java][PATCH 2/3] jamvm: update to latest in openjdk-7 Riku Voipio
  2013-09-30 13:46 ` [meta-java][PATCH 3/3] jamvm/java: allow spaces in arguments Riku Voipio
  0 siblings, 2 replies; 11+ messages in thread
From: Riku Voipio @ 2013-09-30 13:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: patches

Just as safety measure.
---
 recipes-core/jamvm/jamvm.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index da194f7..4677238 100644
--- a/recipes-core/jamvm/jamvm.inc
+++ b/recipes-core/jamvm/jamvm.inc
@@ -36,7 +36,7 @@ do_configure_append_virtclass-native() {
 EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm --enable-ffi"
 
 # Needed for big compilation targets like OpenJDK
-CFLAGS_append_virtclass-native = " -DDEFAULT_MAX_HEAP=1024*MB"
+CFLAGS_append_virtclass-native = " -DDEFAULT_MAX_HEAP=1024*MB "
 
 # Enforce usage of ecj-initial.
 EXTRA_OEMAKE = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-10-01  8:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 13:46 [meta-java][PATCH 1/3] jamvm compile add extra space to argument Riku Voipio
2013-09-30 13:46 ` [meta-java][PATCH 2/3] jamvm: update to latest in openjdk-7 Riku Voipio
2013-09-30 19:26   ` Henning Heinold
2013-10-01  7:30     ` Riku Voipio
2013-09-30 13:46 ` [meta-java][PATCH 3/3] jamvm/java: allow spaces in arguments Riku Voipio
2013-09-30 13:58   ` Eric Bénard
2013-09-30 19:22     ` Riku Voipio
2013-09-30 19:44       ` Eric Bénard
2013-09-30 19:30     ` Henning Heinold
2013-10-01  7:44       ` Riku Voipio
2013-10-01  8:17         ` Henning Heinold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.