[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile

Bill Wendling isanbard at gmail.com
Fri Sep 22 11:41:47 PDT 2006



Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM:

Makefile updated: 1.3 -> 1.4
---
Log message:

Needed to increase the "continuation" limit to something that's reflected
in the programs.


---
Diffs of the changes:  (+2 -0)

 Makefile |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile
diff -u llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile:1.3 llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile:1.4
--- llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile:1.3	Thu Sep  7 19:59:14 2006
+++ llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile	Fri Sep 22 13:41:33 2006
@@ -156,6 +156,8 @@
           -I$(SPEC_BENCH_DIR)/src                 \
           -I$(SPEC_BENCH_DIR)/src/include 
 
+NAGFORTRAN_FLAGS += -maxcontin=39
+
 include ../../Makefile.spec2006
 include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
 






More information about the llvm-commits mailing list