diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-25 14:52:39 +0000 |
---|---|---|
committer | ronan <ronan.lemartret@gmail.com> | 2018-02-13 17:22:38 +0100 |
commit | 706ea4ba002b6a8f49e3513dbe08b4dbbdce48f4 (patch) | |
tree | fe612be948281f2697b97d67d9344188569ef89e /recipes-qt | |
parent | 02cf5eaf1a7437af9f185c121c961bce83478c60 (diff) |
qtbase: Remove -no-use-gold-linker option
Bug-AGL: SPEC-1181
Change-Id: I104b459c6ad0fb904dfeca0b7a8c1fdc73da1794
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'recipes-qt')
-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" |