From: brian Date: Thu, 15 Dec 2005 00:09:55 +0000 (-0800) Subject: target 1.3 vms X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=437397dbd57fbfc6656c49f1aff377da37484bb6 target 1.3 vms darcs-hash:20051215000955-24bed-45c7a9b1130db250f8d922c8c726c6c90d1326a3.gz --- diff --git a/Makefile b/Makefile index e72cab7..e539ef6 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ MIPS_LDFLAGS= $(flags) --static -Wl,--gc-sections MIPS_STRIP = mips-unknown-elf-strip # Java compiler/VM settings -JAVAC = javac -source 1.3 +JAVAC = javac -source 1.3 -target 1.3 JAVA = java ifeq ($(firstword $(JAVAC)),gcj) JAVAC_NODEBUG_FLAGS = -g0 @@ -238,7 +238,7 @@ nestedvm.jar: $(java_classes) .manifest compact_runtime_compiler.jar: $(java_classes) .manifest $(tasks)/build_darcs_gcclass .gcclass_hints mkdir -p tmp/pruned rm -rf tmp/pruned/* - java -cp \ + $(JAVA) -cp \ upstream/build/gcclass/build:upstream/build/gcclass/upstream/bcel-5.1/bcel-5.1.jar \ com.brian_web.gcclass.GCClass \ "$(classpath)" tmp/pruned org.ibex.nestedvm.RuntimeCompiler.main `cat .gcclass_hints`