[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/171.swim/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Jul 19 12:05:58 PDT 2005



Changes in directory llvm-test/External/SPEC/CFP2000/171.swim:

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/171.swim/Makefile
diff -u llvm-test/External/SPEC/CFP2000/171.swim/Makefile:1.1 llvm-test/External/SPEC/CFP2000/171.swim/Makefile:1.2
--- llvm-test/External/SPEC/CFP2000/171.swim/Makefile:1.1	Wed Oct  6 16:37:29 2004
+++ llvm-test/External/SPEC/CFP2000/171.swim/Makefile	Tue Jul 19 14:05:46 2005
@@ -1,10 +1,10 @@
 LEVEL = ../../../..
 
 Source = swim.f
-include $(LEVEL)/Makefile.f2c
-
+NAGFORTRAN_FLAGS = 
 STDIN_FILENAME  = swim.in
 STDOUT_FILENAME = swim.out
 FP_ABSTOLERANCE = 0.000001
 
+include $(LEVEL)/Makefile.FORTRAN
 include ../../Makefile.spec2000






More information about the llvm-commits mailing list