X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;h=e3879b4f640eb3150617594fccd9d59091da17e6;hp=3ca4a8f38aa3d18465f7d24f0ac71ea56afcb414;hb=f08f89d8a2a998b186663709122e1b591f1e185b;hpb=9f6bc4d29eafba1903d681a286e28483766afaa6 diff --git a/Makefile b/Makefile index 3ca4a8f..e3879b4 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ build/class/org/ibex/translators/MIPSApps.class: build/mips/mipsapps.mips .insta mkdir -p build/java/org/ibex/translators @echo -e "\n\033[1mtranslating .mips -> .class: $<\033[0m" java -Xint -cp upstream/nestedvm/build:upstream/nestedvm/upstream/build/bcel-5.1/bcel-5.1.jar \ - org.xwt.mips.ClassFileCompiler org.ibex.translators.MIPSApps $< -outfile $@ + org.xwt.mips.ClassFileCompiler org.ibex.translators.MIPSApps $< -o onepage,pagesize=8m -outfile $@ compile: .compile .compile: .download_nestedvm .download_bcel-5.1 $(java_sources) $(java_classes); touch $@