[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Tue Jan 30 08:07:11 PST 2007
Changes in directory llvm/test:
Makefile updated: 1.92 -> 1.93
---
Log message:
Add a gxxcmd variable for the g++ command line used to build llvm.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.92 llvm/test/Makefile:1.93
--- llvm/test/Makefile:1.92 Wed Jan 17 01:59:14 2007
+++ llvm/test/Makefile Tue Jan 30 10:06:55 2007
@@ -61,6 +61,7 @@
@echo 'set llvmgcc "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
@echo 'set llvmgxx "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
@echo 'set llvmgccmajvers "$(LLVMGCC_MAJVERS)"' >> site.tmp
+ @echo 'set gxxcmd "$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts)"' >> site.tmp
@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
@test ! -f site.exp || \
sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
More information about the llvm-commits
mailing list