From: brian Date: Fri, 21 May 2004 05:29:17 +0000 (-0700) Subject: linpack conflict resolution X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=21f77776e6abfcb7bb7e33ab10ffeda3d76b0539;ds=sidebyside linpack conflict resolution darcs-hash:20040521052917-24bed-899ed3aa492aad81413b8bdededb9e21414ed3e2.gz --- 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 #