nixpkgs/pkgs/development/interpreters/kaffe/builder.sh
Martin Bravenboer 57978bb80c Added kaffe, in order to have a JVM that can be compiled from source.
svn path=/nixpkgs/trunk/; revision=1321
2004-08-23 17:06:50 +00:00

6 lines
112 B
Bash
Executable file

. $stdenv/setup || exit 1
configureFlags="--with-jikes=$jikes/bin/jikes --enable-pure-java-math"
genericBuild