Changeset 158445 in webkit


Ignore:
Timestamp:
Nov 1, 2013 11:59:54 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

HPPA build fixes
https://bugs.webkit.org/show_bug.cgi?id=123625

Original patch from John David Anglin <dave.anglin@bell.net>

Patch by Emilio Pozuelo Monfort <pochu27@gmail.com> on 2013-11-01
Reviewed by Darin Adler.

  • wtf/Platform.h:
  • wtf/dtoa/utils.h:
Location:
trunk/Source/WTF
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r158433 r158445  
     12013-11-01  Emilio Pozuelo Monfort  <pochu27@gmail.com>
     2
     3        HPPA build fixes
     4        https://bugs.webkit.org/show_bug.cgi?id=123625
     5
     6        Original patch from John David Anglin <dave.anglin@bell.net>
     7
     8        Reviewed by Darin Adler.
     9
     10        * wtf/Platform.h:
     11        * wtf/dtoa/utils.h:
     12
    1132013-11-01  Patrick Gansterer  <paroga@webkit.org>
    214
  • trunk/Source/WTF/wtf/Platform.h

    r158330 r158445  
    6969#if defined(__hppa__) || defined(__hppa64__)
    7070#define WTF_CPU_HPPA 1
     71#define WTF_CPU_BIG_ENDIAN 1
    7172#endif
    7273
  • trunk/Source/WTF/wtf/dtoa/utils.h

    r157474 r158445  
    5050defined(_MIPS_ARCH_MIPS32R2)
    5151#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
    52 #elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(ARM64)
     52#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(ARM64) || CPU(HPPA)
    5353#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
    5454#elif defined(_M_IX86) || defined(__i386__)
Note: See TracChangeset for help on using the changeset viewer.