diff options
-rw-r--r-- | Makefile.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules index 4a69bff324..d2d0556f9e 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 |