[Webkit-unassigned] [Bug 69920] [Qt] [Symbian] Remove support for the Symbian platform for the QtWebKit port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 06:50:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69920





--- Comment #4 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-10-12 06:50:47 PST ---
(From update of attachment 110675)
View in context: https://bugs.webkit.org/attachment.cgi?id=110675&action=review

> Source/WebKit.pri:-112
> -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
> -    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
> -    # Match other compilers' (GCC, MSVC, WINSCW...) behavior regarding bitfield signedness.
> -    # This flag is not needed for RVCT 2.x.
> -    QMAKE_CXXFLAGS.ARMCC_4_0 += --signed_bitfields
> -}
> -
> -*-armcc {
> -    QMAKE_CFLAGS += $$RVCT_COMMON_CFLAGS
> -    QMAKE_CXXFLAGS += $$RVCT_COMMON_CXXFLAGS
> -}

Yeah I wonder about these as well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list