diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-25 14:52:39 +0000 |
---|---|---|
committer | Changhyeok Bae <changhyeok.bae@gmail.com> | 2018-01-23 22:19:04 +0900 |
commit | 9607370507f5ff7b4e69caef8c9fd4576022d357 (patch) | |
tree | 00beda77fc3023156663508e8ca72a6fe7f711ca | |
parent | 1128153a0b861994a3d3c688d9105ca937a00b6b (diff) |
qtbase: Remove -no-use-gold-linker option
Bug-AGL: SPEC-1181
Change-Id: I104b459c6ad0fb904dfeca0b7a8c1fdc73da1794
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtbase_%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index 203b3264b..d568b1284 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -14,6 +14,3 @@ EXTRA_OECONF_append = "" # '-qpa wayland-egl' set wayland-egl as default of platform plagins PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard" - -# Temporarily fix bug due to binutils 2.28 -QT_CONFIG_FLAGS_append = " -no-use-gold-linker" |