X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=8a452d6c8e4999f3274a2a4e01dbacf978f56b69;hb=8eacea507ec91136304f86c7933e85c2060ba7e4;hp=7fcbf5ec6bf8c2cab71cb4ebc6eb0aed467a0936;hpb=17da0d711dc2a5eb62a1b7e6d933bddef4a19019;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 7fcbf5e..8a452d6 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ dist-clean: rm -rf .jikes .configure* .install* build .compile .build* find upstream -name config.cache -exec rm {} \; test -e upstream/nestedvm && make -C upstream/nestedvm clean + rm .install_nestedvm libwing_Linux := -Lupstream/install/i686-pc-linux-gnu/lib/ libwing_Linux += upstream/install/i686-pc-linux-gnu/lib/libWINGs.a @@ -147,7 +148,8 @@ 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 -cp upstream/nestedvm/build:upstream/nestedvm/upstream/build/bcel-5.1/bcel-5.1.jar \ - org.xwt.mips.Compiler org.ibex.translators.MIPSApps $< -o onepage,pagesize=8m -outfile $@ + org.xwt.mips.Compiler org.ibex.translators.MIPSApps $< -outfile $@ +#-o onepage,pagesize=8m compile: .compile .compile: .download_nestedvm .download_bcel-5.1 $(java_sources) $(java_classes); touch $@