root / trunk / data / jamvm / make.sh

Revision 314, 292 bytes (checked in by saurik, 6 months ago)

JamVM should provide jvm and should setup the BOOTCLASSPATH in such a way that jikes works out of the box.

Line 
1pkg:setup
2#PKG_CONF=./autogen.sh
3pkg:configure --with-classpath-install-dir=/usr --enable-ffi=no
4make with_classpath_install_dir="$(PKG_DEST_ classpath)/usr"
5pkg:install
6pkg: rm -rf /usr/include
7pkg: ln -s jamvm /usr/bin/java
8pkg: mkdir -p /etc/profile.d
9pkg: cp -a %/jamvm.sh /etc/profile.d
Note: See TracBrowser for help on using the browser.