Ignore:
Timestamp:
Apr 7, 2011, 9:41:30 AM (14 years ago)
Author:
[email protected]
Message:

2011-04-07 Liang Qi <[email protected]>

Reviewed by Laszlo Gombos.

[Qt][Symbian] Enable webkit build with GCCE on Symbian.
https://bugs.webkit.org/show_bug.cgi?id=57841

  • wtf/MathExtras.h: GCCE compiler doesn't support those std static functions.

2011-04-07 Liang Qi <[email protected]>

Reviewed by Laszlo Gombos.

[Qt][Symbian] Enable webkit build with GCCE on Symbian.
https://bugs.webkit.org/show_bug.cgi?id=57841

  • WebCore.pri: Thanks for Norbert Leser <[email protected]> who checked RVCT part. --rw-base value in QMAKE_LFLAGS.ARMCC and -Tdata value in QMAKE_LFLAGS.GCCE are updated to 0x1000000 together. They need to be updated in the future when WebKit grows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wtf/MathExtras.h

    r82254 r83179  
    239239}
    240240
    241 #if !COMPILER(MSVC) && !COMPILER(WINSCW) && !(COMPILER(RVCT) && (OS(SYMBIAN) || PLATFORM(BREWMP))) && !OS(SOLARIS)
     241#if !COMPILER(MSVC) && !(COMPILER(RVCT) && PLATFORM(BREWMP)) && !OS(SOLARIS) && !OS(SYMBIAN)
    242242using std::isfinite;
    243243using std::isinf;
Note: See TracChangeset for help on using the changeset viewer.