summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0013-Disable-ltcg-for-host_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtbase/0013-Disable-ltcg-for-host_build.patch')
-rw-r--r--recipes-qt/qt5/qtbase/0013-Disable-ltcg-for-host_build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase/0013-Disable-ltcg-for-host_build.patch b/recipes-qt/qt5/qtbase/0013-Disable-ltcg-for-host_build.patch
index b56224b9..7c77805d 100644
--- a/recipes-qt/qt5/qtbase/0013-Disable-ltcg-for-host_build.patch
+++ b/recipes-qt/qt5/qtbase/0013-Disable-ltcg-for-host_build.patch
@@ -22,7 +22,7 @@ index a94f6d0eeb..ccab725843 100644
22 static:no-static-ltcg { 22 static:no-static-ltcg {
23 # Static library but no-static-ltcg enabled: skip LTCG 23 # Static library but no-static-ltcg enabled: skip LTCG
24-} else: CONFIG(release, debug|release) { 24-} else: CONFIG(release, debug|release) {
25+} else: CONFIG(release, debug|release)!host_build { 25+} else: CONFIG(release, debug|release):!host_build {
26 # We need fat object files when creating static libraries on some platforms 26 # We need fat object files when creating static libraries on some platforms
27 # so the linker will know to load a particular object from the library 27 # so the linker will know to load a particular object from the library
28 # in the first place. On others, we have special ar and nm to create the symbol 28 # in the first place. On others, we have special ar and nm to create the symbol