[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Jul 19 12:05:58 PDT 2005
Changes in directory llvm-test/External/SPEC/CFP2000/168.wupwise:
Makefile updated: 1.1 -> 1.2
---
Log message:
Make these tests all work with NAG fortran or F2C
---
Diffs of the changes: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile
diff -u llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.1 llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.2
--- llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.1 Wed Oct 6 15:47:56 2004
+++ llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile Tue Jul 19 14:05:46 2005
@@ -5,9 +5,9 @@
dlarnd.f lsame.f muldoe.f su3mul.f zaxpy.f zscal.f \
dznrm2.f phinit.f uinith.f zcopy.f
-include $(LEVEL)/Makefile.f2c
-
STDIN_FILENAME = wupwise.in
STDOUT_FILENAME = wupwise.out
+NAGFORTRAN_FLAGS = -dusty -dcfuns
+include $(LEVEL)/Makefile.FORTRAN
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list