X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=bac1e265aa990a69e3933e06ad41884428932cdb;hp=28e81008272cd954f6a4e7bf399114aad3bf54d2;hb=b7956688249a89b71e4873cdff862631e4b3704a;hpb=e49fc4ef5aeba5419beecec88fcb7b5ebd9f9e0e diff --git a/Makefile b/Makefile index 28e8100..bac1e26 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ build/%.class: build/%.java build/org/ibex/nestedvm/Runtime.class else build/%.class: build/%.mips build/org/ibex/nestedvm/ClassFileCompiler.class - $(JAVA) -cp "$(classpath)" org.ibex.nestedvm.Compiler -outformat class -outfile $@ $(compiler_flags) $($(notdir $*)_COMPILERFLAGS) $(subst /,.,$*) $< + $(JAVA) -cp "$(classpath)" org.ibex.nestedvm.Compiler -outformat class -d build $(compiler_flags) $($(notdir $*)_COMPILERFLAGS) $(subst /,.,$*) $< endif @@ -305,7 +305,7 @@ paranoiatest: build/tests/Paranoia.class # Linpack build/tests/Linpack.mips: $(tasks)/download_linpack $(tasks)/build_gcc_step2 mkdir -p `dirname "$@"` - $(MIPS_G77) $(MIPS_CFLAGS) $(MIPS_LDFLAGS) -o $@ upstream/download/linpack_bench.f -lc + $(MIPS_G77) $(MIPS_CFLAGS) $(Linpack_CFLAGS) $(MIPS_LDFLAGS) -o $@ upstream/download/linpack_bench.f -lc linpacktest: build/tests/Linpack.class $(JAVA) -cp build tests.Linpack