diff options
author | Jay Freeman <saurik@saurik.com> | 2016-01-06 12:04:39 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2016-01-06 12:04:39 +0000 |
commit | 2ff680c0198901d585675ee5a972ddca4241e431 (patch) | |
tree | 5b33191e1485c2a2abc0c07259b4d48bee3d6412 /data/jamvm/make.sh | |
parent | 86291c55fb38d6ae8f8d1f0cb1a9b80f3e571f6a (diff) |
Upgrade to JamVM 1.5.2 and fix GetVMs.
git-svn-id: http://svn.telesphoreo.org/trunk@815 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/jamvm/make.sh')
-rw-r--r-- | data/jamvm/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/jamvm/make.sh b/data/jamvm/make.sh index 6eabcff9e..1e3afc97b 100644 --- a/data/jamvm/make.sh +++ b/data/jamvm/make.sh @@ -1,6 +1,6 @@ pkg:setup #PKG_CONF=./autogen.sh -pkg:configure --with-classpath-install-dir=/usr --enable-ffi=no +PKG_MCPU=-marm pkg:configure --with-classpath-install-dir=/usr --enable-ffi=no make with_classpath_install_dir="$(PKG_DEST_ classpath)/usr" pkg:install pkg: rm -rf /usr/include |