X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=24d675a8fbd7869ce3e6c392a4f1e7ec62851f67;hp=28e81008272cd954f6a4e7bf399114aad3bf54d2;hb=6ca8e846620f8c46811c8417b6f9b7f05d79a706;hpb=efc2be846f690aee919c3172737faca7e26950a5 diff --git a/Makefile b/Makefile index 28e8100..24d675a 100644 --- a/Makefile +++ b/Makefile @@ -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