Magellan Linux

Annotation of /trunk/qt4/patches/qt-4.8.7-gcc8.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3147 - (hide annotations) (download)
Fri Jun 29 12:48:57 2018 UTC (5 years, 11 months ago) by niro
File size: 554 byte(s)
-added gcc8 patch
1 niro 3147 diff -up qt-everywhere-opensource-src-4.8.7/src/script/script.pro.gcc8 qt-everywhere-opensource-src-4.8.7/src/script/script.pro
2     --- qt-everywhere-opensource-src-4.8.7/src/script/script.pro.gcc8 2015-05-07 09:14:43.000000000 -0500
3     +++ qt-everywhere-opensource-src-4.8.7/src/script/script.pro 2018-05-19 16:01:24.699926959 -0500
4     @@ -91,6 +91,9 @@ symbian {
5     TARGET.UID3=0x2001B2E1
6     }
7    
8     +# hack around gcc8 optimization bug with -O2
9     +QMAKE_CXXFLAGS_RELEASE += -O1
10     +
11     symbian {
12     symbian-abld|symbian-sbsv2 {
13     MMP_RULES += ALWAYS_BUILD_AS_ARM