[llvm-commits] CVS: llvm/Makefile.config.in
Reid Spencer
reid at x10sys.com
Sat Apr 21 14:28:35 PDT 2007
Changes in directory llvm:
Makefile.config.in updated: 1.75 -> 1.76
---
Log message:
Add support for determining which languages the llvm-gcc front end
supports.
---
Diffs of the changes: (+1 -0)
Makefile.config.in | 1 +
1 files changed, 1 insertion(+)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.75 llvm/Makefile.config.in:1.76
--- llvm/Makefile.config.in:1.75 Thu Mar 29 14:05:44 2007
+++ llvm/Makefile.config.in Sat Apr 21 16:28:12 2007
@@ -188,6 +188,7 @@
LLVMCC1PLUS := @LLVMCC1PLUS@
LLVMGCC_VERSION := @LLVMGCC_VERSION@
LLVMGCC_MAJVERS := @LLVMGCC_MAJVERS@
+LLVMGCC_LANGS := @LLVMGCC_LANGS@
# Path to directory where object files should be stored during a build.
# Set OBJ_ROOT to "." if you do not want to use a separate place for
More information about the llvm-commits
mailing list