mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtbase: use bfd linker
Configure Qt always to use bdf linker instead of gold linker, which has issues with some of code in Qt: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842304 Change-Id: I743e4b4ed882f936af47a7f5a3b13f24b0635426 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
This commit is contained in:
parent
c7108eb5a1
commit
5ce04254ae
|
|
@ -122,6 +122,7 @@ EXTRA_OECMAKE_append_class-target = "\
|
|||
-DFEATURE_rpath=OFF \
|
||||
-DQT_QPA_DEFAULT_PLATFORM=${QT_QPA_DEFAULT_PLATFORM} \
|
||||
-DQT_AVOID_CMAKE_ARCHIVING_API=ON \
|
||||
-DFEATURE_use_bfd_linker=ON \
|
||||
"
|
||||
|
||||
SYSROOT_DIRS += "${QT6_INSTALL_MKSPECSDIR}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user