From 9a698c53f267bd13df799d94010ea7f694868243 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 20 Jan 2019 19:05:31 -0800 Subject: libcxx: Use compiler-rt for C runtime Signed-off-by: Khem Raj --- recipes-devtools/clang/libcxx_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index c0af976..a90cd2f 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb @@ -32,7 +32,8 @@ THUMB_TUNE_CCARGS = "" EXTRA_OECMAKE += "\ -DLIBCXX_CXX_ABI=libcxxabi \ - -DLLVM_BUILD_EXTERNAL_COMPILER_RT=ON \ + -DLIBCXX_USE_COMPILER_RT=YES \ + -DLIBCXXABI_USE_COMPILER_RT=YES \ -DCXX_SUPPORTS_CXX11=ON \ -DLIBCXXABI_LIBCXX_INCLUDES=${S}/libcxx/include \ -DLIBCXX_CXX_ABI_INCLUDE_PATHS=${S}/libcxxabi/include \ -- cgit v1.2.3-54-g00ecf