1 ################################################################################
5 ################################################################################
8 JAMVM_SITE
= http
://downloads.sourceforge.net
/project
/jamvm
/jamvm
/JamVM
%20$(JAMVM_VERSION
)
9 JAMVM_DEPENDENCIES
= zlib classpath
10 # int inlining seems to crash jamvm, don't build shared version of internal lib
12 --with-classpath-install-dir
=/usr \
13 --disable-int-inlining \
17 # jamvm has ARM assembly code that cannot be compiled in Thumb2 mode,
18 # so we must force traditional ARM mode.
20 JAMVM_CONF_ENV
= CFLAGS
="$(TARGET_CFLAGS) -marm"
23 $(eval
$(autotools-package
))