Skip to content

Commit 6d6503a

Browse files
author
Reid Spencer
committed
Provide a variable to compute where the libstdc++.a is
llvm-svn: 18544
1 parent db33247 commit 6d6503a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/Makefile.rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ endif
216216

217217
# Need a better way to compute this.
218218
LLVMGCCLibDir := $(dir $(shell $(LLVMGCC) -print-file-name=libgcc.a))/
219+
LLVMGCCStdCXXLibDir := $(dir $(shell $(LLVMGCC) -print-file-name=libstdc++.a))/
219220

220221
#--------------------------------------------------------------------
221222
# Adjust to user's request

0 commit comments

Comments
 (0)