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