Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 318975 | Differences between
and this patch

Collapse All | Expand All

(-)qt-everywhere-opensource-src-4.6.2.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h (-1 / +7 lines)
Lines 367-372 Link Here
367
#endif
367
#endif
368
#endif
368
#endif
369
369
370
/* PLATFORM(alpha) */
371
#if defined(__alpha__)
372
#define WTF_PLATFORM_ALPHA 1
373
#endif
374
375
370
/* PLATFORM(WINCE) && PLATFORM(QT)
376
/* PLATFORM(WINCE) && PLATFORM(QT)
371
   We can not determine the endianess at compile time. For
377
   We can not determine the endianess at compile time. For
372
   Qt for Windows CE the endianess is specified in the
378
   Qt for Windows CE the endianess is specified in the
Lines 720-726 Link Here
720
#if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64)
726
#if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64)
721
#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX) || PLATFORM(SOLARIS) || PLATFORM(HPUX))
727
#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX) || PLATFORM(SOLARIS) || PLATFORM(HPUX))
722
#define WTF_USE_JSVALUE64 1
728
#define WTF_USE_JSVALUE64 1
723
#elif (PLATFORM(IA64) && !PLATFORM(IA64_32)) || PLATFORM(SPARC64)
729
#elif (PLATFORM(IA64) && !PLATFORM(IA64_32)) || PLATFORM(SPARC64) || PLATFORM(ALPHA)
724
#define WTF_USE_JSVALUE64 1
730
#define WTF_USE_JSVALUE64 1
725
#elif PLATFORM(AIX64)
731
#elif PLATFORM(AIX64)
726
#define WTF_USE_JSVALUE64 1
732
#define WTF_USE_JSVALUE64 1

Return to bug 318975