[llvm-commits] CVS: llvm-test/Makefile.config.in
Misha Brukman
brukman at cs.uiuc.edu
Thu Oct 7 14:49:07 PDT 2004
Changes in directory llvm-test:
Makefile.config.in updated: 1.3 -> 1.4
---
Log message:
Add F2C-related config variables
---
Diffs of the changes: (+6 -0)
Index: llvm-test/Makefile.config.in
diff -u llvm-test/Makefile.config.in:1.3 llvm-test/Makefile.config.in:1.4
--- llvm-test/Makefile.config.in:1.3 Tue Sep 7 13:00:07 2004
+++ llvm-test/Makefile.config.in Thu Oct 7 16:48:26 2004
@@ -35,6 +35,12 @@
SPEC2000_ROOT := @SPEC2000_ROOT@
SPEC95_ROOT := @SPEC95_ROOT@
+# F2C: Enable LLVM to run Fortran benchmarks without a Fortran front-end
+ at USE_F2C@
+F2C := @F2C@
+F2C_INC := @F2C_INC@
+F2C_LIB := @F2C_LIB@
+
# Path to the Povray source code.
@USE_POVRAY@
POVRAY_ROOT := @POVRAY_ROOT@
More information about the llvm-commits
mailing list