summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/compiler-rt_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/compiler-rt_git.bb')
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index b921f1d..c4235a6 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -56,7 +56,9 @@ HF[vardepvalue] = "${HF}"
56OECMAKE_TARGET_COMPILE = "compiler-rt" 56OECMAKE_TARGET_COMPILE = "compiler-rt"
57OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers" 57OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers"
58OECMAKE_SOURCEPATH = "${S}/llvm" 58OECMAKE_SOURCEPATH = "${S}/llvm"
59EXTRA_OECMAKE += "-DCOMPILER_RT_STANDALONE_BUILD=OFF \ 59EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo \
60 -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF \
61 -DCOMPILER_RT_STANDALONE_BUILD=OFF \
60 -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON \ 62 -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON \
61 -DCMAKE_C_COMPILER_TARGET=${HOST_ARCH}${HF}${HOST_VENDOR}-${HOST_OS} \ 63 -DCMAKE_C_COMPILER_TARGET=${HOST_ARCH}${HF}${HOST_VENDOR}-${HOST_OS} \
62 -DCOMPILER_RT_BUILD_XRAY=OFF \ 64 -DCOMPILER_RT_BUILD_XRAY=OFF \