[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Sun Dec 5 11:14:30 PST 2004
Changes in directory llvm:
Makefile.rules updated: 1.251 -> 1.252
---
Log message:
Provide a variable to compute where the libstdc++.a is
---
Diffs of the changes: (+1 -0)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.251 llvm/Makefile.rules:1.252
--- llvm/Makefile.rules:1.251 Sat Dec 4 23:17:22 2004
+++ llvm/Makefile.rules Sun Dec 5 13:14:19 2004
@@ -216,6 +216,7 @@
# Need a better way to compute this.
LLVMGCCLibDir := $(dir $(shell $(LLVMGCC) -print-file-name=libgcc.a))/
+LLVMGCCStdCXXLibDir := $(dir $(shell $(LLVMGCC) -print-file-name=libstdc++.a))/
#--------------------------------------------------------------------
# Adjust to user's request
More information about the llvm-commits
mailing list