summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 7d625eb..d4cf7ac 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -170,6 +170,10 @@ EXTRA_OEMAKE = ' \
170 ' 170 '
171 171
172do_compile() { 172do_compile() {
173 # Use JAVA_TOOL_OPTIONS from environment. On some machines this is needed
174 # in order to start java when the amount of RAM is limited for the user.
175 export JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS}"
176
173 # OpenJDK uses slightly different names for certain arches. We need to know 177 # OpenJDK uses slightly different names for certain arches. We need to know
174 # this to create some files which are expected by the build. 178 # this to create some files which are expected by the build.
175 case "${TRANSLATED_TARGET_ARCH}" in 179 case "${TRANSLATED_TARGET_ARCH}" in