aboutsummaryrefslogtreecommitdiffstats
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
commit4362003b22a832d14e7eef553b0100d819dc727a (patch)
treec619c908129a56785489738eda0adc4e220b3b3a
parent5e9a501d976c9c799a4cb470b80a37888cd824f2 (diff)
downloadexternal_llvm-4362003b22a832d14e7eef553b0100d819dc727a.zip
external_llvm-4362003b22a832d14e7eef553b0100d819dc727a.tar.gz
external_llvm-4362003b22a832d14e7eef553b0100d819dc727a.tar.bz2
Provide a variable to compute where the libstdc++.a is
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18544 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 4a69bff..d2d0556f 100644
--- a/Makefile.rules
+++ b/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