X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=fa38892f8a9b1c088aff297fe2abe4200b4c0b69;hp=2d7ca4307e441e3bc0588de5dd6b80b25d5389f9;hb=21f77776e6abfcb7bb7e33ab10ffeda3d76b0539;hpb=bdcb66ca8ab2d0ff484d2733fcbf7db1dcc5aeb0 diff --git a/Makefile b/Makefile index 2d7ca43..fa38892 100644 --- a/Makefile +++ b/Makefile @@ -276,7 +276,15 @@ Paranoia_CFLAGS = "-Wno-error" Paranoia_LDFLAGS = -lm paranoiatest: build/tests/Paranoia.class $(JAVA) -cp build tests.Paranoia - + +# 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 + +linpacktest: build/tests/Linpack.class + $(JAVA) -cp build tests.Linpack + # # Freetype Stuff #