Provide a variable to compute where the libstdc++.a is

llvm-svn: 18544
This commit is contained in:
Reid Spencer 2004-12-05 19:14:19 +00:00
parent db332473fa
commit 6d6503a9b3
1 changed files with 1 additions and 0 deletions

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