]> code.ossystems Code Review - openembedded-core.git/commitdiff
llvm: Remove -fcommon
authorAdrian Bunk <bunk@stusta.de>
Tue, 12 May 2020 14:14:16 +0000 (17:14 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 May 2020 13:13:50 +0000 (14:13 +0100)
I cannot reproduce the problem.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/llvm/llvm_git.bb

index a8607f5008d9a96809a8daba2475bc995f1e5a9a..d24ed761bf39da4aa2716f89f2c79d3751000072 100644 (file)
@@ -92,8 +92,6 @@ EXTRA_OECMAKE_append_class-nativesdk = "\
                   -DLLVM_CONFIG_PATH=${STAGING_BINDIR_NATIVE}/llvm-config${PV} \
                  "
 
-CFLAGS += "-fcommon"
-
 do_configure_prepend() {
 # Fix paths in llvm-config
        sed -i "s|sys::path::parent_path(CurrentPath))\.str()|sys::path::parent_path(sys::path::parent_path(CurrentPath))).str()|g" ${S}/tools/llvm-config/llvm-config.cpp