summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-05 19:14:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-05 19:14:19 +0000
commit6d6503a9b32decbde38101a650c5a87cf44dd3b1 (patch)
treea4d99b5a92223b9df21f0aed398544708d06acc6
parentdb332473fa208a105b919091dfddbb4b3233c9f5 (diff)
downloadllvm-6d6503a9b32decbde38101a650c5a87cf44dd3b1.tar.gz
Provide a variable to compute where the libstdc++.a is
llvm-svn: 18544
-rw-r--r--llvm/Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 4a69bff3243a..d2d0556f9ee7 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -216,6 +216,7 @@ endif
# 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