diff options
| author | Eric Christopher <echristo@apple.com> | 2011-11-11 22:51:42 +0000 | 
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-11-11 22:51:42 +0000 | 
| commit | bee515f66baf4f7858d30c2fe6657d35f177dfcd (patch) | |
| tree | 7021bd540f4cf03404871704458e01ae7c48dc02 /Makefile | |
| parent | c3937b97c00a857dff3528895e71ecfbc7ff3a28 (diff) | |
| download | external_llvm-bee515f66baf4f7858d30c2fe6657d35f177dfcd.zip external_llvm-bee515f66baf4f7858d30c2fe6657d35f177dfcd.tar.gz external_llvm-bee515f66baf4f7858d30c2fe6657d35f177dfcd.tar.bz2  | |
Add an option '--enable-libcpp' that will have the compiler pass on
options to use libc++ as the default c++ library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ cross-compile-build-tools:  	  ENABLE_COVERAGE=$(ENABLE_COVERAGE) \  	  DISABLE_ASSERTIONS=$(DISABLE_ASSERTIONS) \  	  ENABLE_EXPENSIVE_CHECKS=$(ENABLE_EXPENSIVE_CHECKS) \ +	  ENABLE_LIBCPP=$(ENABLE_LIBCPP) \  	  CFLAGS= \  	  CXXFLAGS= \  	) || exit 1;  | 
