[Webkit-unassigned] [Bug 57841] [Qt] [Symbian] enable webkit build for the makefile build system with gcce
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 5 06:54:52 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57841
--- Comment #3 from Jocelyn Turcotte <jocelyn.turcotte at nokia.com> 2011-04-05 06:54:52 PST ---
(From update of attachment 88219)
View in context: https://bugs.webkit.org/attachment.cgi?id=88219&action=review
> Source/JavaScriptCore/wtf/MathExtras.h:241
> +#if !COMPILER(MSVC) && !COMPILER(WINSCW) && !(COMPILER(RVCT) && (OS(SYMBIAN) || PLATFORM(BREWMP))) && !OS(SOLARIS) && !(COMPILER(GCC) && OS(SYMBIAN))
You should use the OS(SYMBIAN) part already in the statement, e.g. :
... && ((OS(SYMBIAN) && !COMPILER(GCC)) || PLATFORM(BREWMP))) && ...
> Source/WebCore/WebCore.pri:-149
> - MMP_RULES += ALWAYS_BUILD_AS_ARM
What happenned with the MMP_RULES statement?
> Source/WebCore/WebCore.pri:150
> + CONFIG += do_not_build_as_thumb
Thumb was only disabled for Linux armcc builds, now you disable it for all builds, is this intentional?
--
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