summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Kling <andreas.kling@nokia.com>2011-06-07 17:27:04 +0200
committerAndreas Kling <andreas.kling@nokia.com>2011-06-07 17:27:04 +0200
commit8a396031fae6a3c96f2bde73643a8a69167cb3b4 (patch)
tree1f0de3a76c0031e8cbd16041e087d1aac8ca7f15
parentd9e9e64d0ae957c453d45a61bb45be3646bc853d (diff)
Fix build with RVCT 2.x
-rw-r--r--src/3rdparty/webkit/Source/WebKit.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/Source/WebKit.pri b/src/3rdparty/webkit/Source/WebKit.pri
index 127b6ee852..bfb23a2c74 100644
--- a/src/3rdparty/webkit/Source/WebKit.pri
+++ b/src/3rdparty/webkit/Source/WebKit.pri
@@ -107,10 +107,11 @@ linux-g++* {
symbian|*-armcc {
# Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT
- RVCT_COMMON_CFLAGS = --gnu --diag_suppress 68,111,177,368,830,1293 --signed_bitfields
+ RVCT_COMMON_CFLAGS = --gnu --diag_suppress 68,111,177,368,830,1293
RVCT_COMMON_CXXFLAGS = $$RVCT_COMMON_CFLAGS --no_parse_templates
# Make debug symbols leaner in RVCT4.x. Ignored by compiler for release builds
QMAKE_CXXFLAGS.ARMCC_4_0 += --remove_unneeded_entities
+ QMAKE_CXXFLAGS.ARMCC_4_0 += --signed_bitfields
}
*-armcc {