| Differences between
and this patch
- a/Tools/ChangeLog +12 lines
Lines 1-3 a/Tools/ChangeLog_sec1
1
2012-03-27  Csaba Osztrogonác  <ossy@webkit.org>
2
3
        [Qt] Couple of tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode
4
        https://bugs.webkit.org/show_bug.cgi?id=52810
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        Use SSE2 floating point math on 32 bit instead of the default
9
        387 to make layout test result same on 32 and on 64 bit builds.
10
11
        * qmake/mkspecs/features/unix/default_post.prf:
12
1
2012-03-26  Scott Byer  <scottbyer@chromium.org>
13
2012-03-26  Scott Byer  <scottbyer@chromium.org>
2
14
3
        Enable layout testing of the scroll animator.
15
        Enable layout testing of the scroll animator.
- a/Tools/qmake/mkspecs/features/unix/default_post.prf +4 lines
Lines 4-9 a/Tools/qmake/mkspecs/features/unix/default_post.prf_sec1
4
# See 'Tools/qmake/README' for an overview of the build system
4
# See 'Tools/qmake/README' for an overview of the build system
5
# -------------------------------------------------------------------
5
# -------------------------------------------------------------------
6
6
7
# Use SSE2 floating point math on 32 bit instead of the default
8
# 387 to make layout test result same on 32 and on 64 bit builds.
9
linux-g++*:isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -march=pentium4 -msse2 -mfpmath=sse
10
7
# Treat warnings as errors on x86/Linux/GCC
11
# Treat warnings as errors on x86/Linux/GCC
8
linux-g++* {
12
linux-g++* {
9
    isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386) {
13
    isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386) {

Return to Bug 52810