mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
llvm: Remove -fcommon
I cannot reproduce the problem. (From OE-Core rev: 80cc6e60b98da7c9de9e9da629353cf1fb687197) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cf8ed74154
commit
b23cc4a8f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user