mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
b1659bc2f5
commit
395ca6f9a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513042
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue