mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
qtpdf: Do not add -rtlib=libgcc -unwindlib=libgcc when using gcc
We need to also check for compiler along with runtime to apply this patch so we dont accidentally add these options when using TOOLCHAIN = "gcc" Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -208,7 +208,7 @@ SRC_URI += " \
|
||||
file://0001-configure.json-remove-python2-dependency.patch \
|
||||
file://0002-gn.pro-do-not-try-to-statically-link-stdc.patch \
|
||||
"
|
||||
SRC_URI:append:runtime-llvm = " file://0003-Fix-build-with-clang.patch"
|
||||
SRC_URI:append:toolchain-clang:runtime-llvm = " file://0003-Fix-build-with-clang.patch"
|
||||
|
||||
# These flags below go more into detail than qtwebengine's documentation
|
||||
PACKAGECONFIG[no-core] = "-no-build-qtwebengine-core,,"
|
||||
|
||||
Reference in New Issue
Block a user