From 21f77776e6abfcb7bb7e33ab10ffeda3d76b0539 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 20 May 2004 22:29:17 -0700 Subject: [PATCH 1/1] linpack conflict resolution darcs-hash:20040521052917-24bed-899ed3aa492aad81413b8bdededb9e21414ed3e2.gz --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 # -- 1.7.10.4