Changeset 51183 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 19, 2009, 5:46:38 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r51174 r51183 1 2009-11-19 Thiago Macieira <[email protected]> 2 3 Reviewed by Simon Hausmann. 4 5 Build fix for 32-bit Sparc machines: these machines are big-endian. 6 7 * wtf/Platform.h: 8 1 9 2009-11-18 Laszlo Gombos <[email protected]> 2 10 -
trunk/JavaScriptCore/wtf/Platform.h
r51032 r51183 224 224 #endif 225 225 226 /* PLATFORM(SPARC32) */ 227 #if defined(__sparc) && !defined(__arch64__) || defined(__sparcv8) 228 #define WTF_PLATFORM_SPARC32 1 229 #define WTF_PLATFORM_BIG_ENDIAN 1 230 #endif 231 232 #if PLATFORM(SPARC32) || PLATFORM(SPARC64) 233 #define WTF_PLATFORM_SPARC 234 #endif 235 226 236 /* PLATFORM(PPC64) */ 227 237 #if defined(__ppc64__) \
Note:
See TracChangeset
for help on using the changeset viewer.