Changeset 53493 in webkit


Ignore:
Timestamp:
Jan 19, 2010 2:14:29 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-19 Kristian Amlie <kristian.amlie@nokia.com>

Reviewed by Laszlo Gombos.

[Qt] Fix qmake warning with qmake in Qt for Symbian
https://bugs.webkit.org/show_bug.cgi?id=33786

  • WebCore.pro: Use QMAKE_LFLAGS instead of MMP_RULES.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53490 r53493  
     12010-01-19  Kristian Amlie <kristian.amlie@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] Fix qmake warning with qmake in Qt for Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=33786
     7
     8        * WebCore.pro: Use QMAKE_LFLAGS instead of MMP_RULES.
     9
    1102010-01-19  Daniel Bates  <dbates@rim.com>
    211
  • trunk/WebCore/WebCore.pro

    r53464 r53493  
    2727    # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
    2828    # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
    29     MMP_RULES += "LINKEROPTION  armcc --rw-base 0xE00000"
     29    QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000
    3030    MMP_RULES += ALWAYS_BUILD_AS_ARM
    3131    QMAKE_CXXFLAGS.ARMCC += -OTime -O3
Note: See TracChangeset for help on using the changeset viewer.