summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/openjdk11/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile
index f15a592d5447..7af53edbe51f 100644
--- a/java/openjdk11/Makefile
+++ b/java/openjdk11/Makefile
@@ -132,6 +132,9 @@ MAKE_ENV+= USE_CLANG=true
CONFIGURE_ARGS+= --disable-warnings-as-errors \
--disable-dtrace
.endif
+.if ${ARCH} != amd64
+CONFIGURE_ARGS+= --enable-aot=no
+.endif
.if empty(ICONV_LIB)
ICONV_CFLAGS= -DLIBICONV_PLUG