Provide a variable to compute where the libstdc++.a is
authorReid Spencer <rspencer@reidspencer.com>
Sun, 5 Dec 2004 19:14:19 +0000 (19:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 5 Dec 2004 19:14:19 +0000 (19:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18544 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 4a69bff3243afa538723eda861ee4fb8fd889a7b..d2d0556f9ee7ab0a50913c653f20431892af740d 100644 (file)
@@ -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