projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d10e080
)
qt: remove gcc 4.6.x specific kludge
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 1 Jul 2014 18:03:07 +0000
(20:03 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 10 Jul 2014 14:21:06 +0000
(16:21 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt/qt.mk
patch
|
blob
|
history
diff --git
a/package/qt/qt.mk
b/package/qt/qt.mk
index 6d01023cf7dc1ff5d570faa51972e4d6c01444e8..82a55095d70bd7c089e8ec6fb51991f8f0c9986c 100644
(file)
--- a/
package/qt/qt.mk
+++ b/
package/qt/qt.mk
@@
-217,11
+217,6
@@
endif
ifeq ($(BR2_arm)$(BR2_armeb),y)
QT_EMB_PLATFORM = arm
-ifeq ($(BR2_GCC_VERSION_4_6_X),y)
-# workaround for gcc issue
-# http://gcc.gnu.org/ml/gcc-patches/2010-11/msg02245.html
-QT_CXXFLAGS += -fno-strict-volatile-bitfields
-endif
else ifeq ($(BR2_avr32),y)
QT_EMB_PLATFORM = avr32
else ifeq ($(BR2_i386),y)