From 437397dbd57fbfc6656c49f1aff377da37484bb6 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 14 Dec 2005 16:09:55 -0800 Subject: [PATCH 1/1] target 1.3 vms darcs-hash:20051215000955-24bed-45c7a9b1130db250f8d922c8c726c6c90d1326a3.gz --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` -- 1.7.10.4