diff options
Diffstat (limited to 'recipes-core/openjdk/openjdk-common.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-common.inc b/recipes-core/openjdk/openjdk-common.inc index a993ea0..9c746de 100644 --- a/recipes-core/openjdk/openjdk-common.inc +++ b/recipes-core/openjdk/openjdk-common.inc | |||
@@ -72,6 +72,6 @@ export WANT_LLVM_RELEASE = "2.8" | |||
72 | export LLVM_CONFIGURE_ARCH="${@get_llvm_configure_arch(d)}" | 72 | export LLVM_CONFIGURE_ARCH="${@get_llvm_configure_arch(d)}" |
73 | 73 | ||
74 | # Large stack is required at least on x86_64 host, otherwise random segfaults appear: | 74 | # Large stack is required at least on x86_64 host, otherwise random segfaults appear: |
75 | QEMU = "${@qemu_target_binary(d)} ${QEMU_OPTIONS} -s 2097152 -L ${STAGING_DIR_TARGET} -E LD_LIBRARY_PATH=${STAGING_BASELIBDIR}" | 75 | QEMU = "${@qemu_target_binary(d)} ${QEMU_OPTIONS} -s 2097152" |
76 | 76 | ||
77 | EXTRA_OEMAKE += 'QEMU="${QEMU}"' | 77 | EXTRA_OEMAKE += 'QEMU="${QEMU}"' |