Disable AoT except on amd64

This should be a no-op for all platforms except aarch64.  AoT is disabled
on aarch64 due to crashes in internal JDK tests for that feature.
This commit is contained in:
Greg Lewis 2019-09-27 15:29:33 +00:00
parent b1659bc2f5
commit 395ca6f9a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513042

View file

@ -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