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
This commit is contained in:
Reid Spencer 2004-12-05 19:14:19 +00:00
parent 5e9a501d97
commit 4362003b22

View 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