From daa76df62d0fc773b4110ea19f6da7fc86c88ebe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Jul 2021 09:29:57 -0700 Subject: libclc: Drop using -cl-no-stdinc This flag is no longer needed with latest clang-13 Signed-off-by: Khem Raj (cherry picked from commit 5e3f7c2fd647ae9552a19f679f37260fc5ebecff) --- recipes-devtools/clang/libclc_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-devtools/clang/libclc_git.bb b/recipes-devtools/clang/libclc_git.bb index 4edd4bf..9525b25 100644 --- a/recipes-devtools/clang/libclc_git.bb +++ b/recipes-devtools/clang/libclc_git.bb @@ -19,7 +19,6 @@ EXTRA_OECMAKE += " \ -DCMAKE_CROSSCOMPILING_EMULATOR=${WORKDIR}/qemuwrapper \ -Dclc_comp_in:FILEPATH=${OECMAKE_SOURCEPATH}/cmake/CMakeCLCCompiler.cmake.in \ -Dll_comp_in:FILEPATH=${OECMAKE_SOURCEPATH}/cmake/CMakeLLAsmCompiler.cmake.in \ - -DCMAKE_LLAsm_FLAGS=-cl-no-stdinc -DCMAKE_CLC_FLAGS=-cl-no-stdinc \ " do_configure_prepend () { -- cgit v1.2.3-54-g00ecf