From: Reid Spencer Date: Sun, 5 Dec 2004 19:14:19 +0000 (+0000) Subject: Provide a variable to compute where the libstdc++.a is X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4362003b22a832d14e7eef553b0100d819dc727a;p=oota-llvm.git 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 --- diff --git a/Makefile.rules b/Makefile.rules index 4a69bff3243..d2d0556f9ee 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