[oe-commits] [meta-openembedded] 05/06: klibc: Disable bcmp builtin for clang on glibc as well

git at git.openembedded.org git at git.openembedded.org
Sat Oct 5 14:47:54 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch warrior-next
in repository meta-openembedded.

commit 73c59ca02131bf1332f059808423af49324a249f
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Aug 17 12:19:05 2019 -0700

    klibc: Disable bcmp builtin for clang on glibc as well
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    (cherry picked from commit 806fbbf81788648e567dc79c2bea98de69f79cc0)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index 7faf0ca..86aae33 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -34,7 +34,7 @@ ARMPATCHES_arm = "file://klibc-config-eabi.patch \
 S = "${WORKDIR}/git"
 
 OPTFLAGS = "${TUNE_CCARGS} -Os"
-OPTFLAGS_append_libc-musl_toolchain-clang = " -fno-builtin-bcmp"
+OPTFLAGS_append_toolchain-clang = " -fno-builtin-bcmp"
 
 PARALLEL_MAKE = ""
 EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list