1 --- js/src/assembler/wtf/Platform.h 2012-02-13 22:50:06.343654548 +0000
2 +++ js/src/assembler/wtf/Platform.h 2012-02-13 22:50:44.631173638 +0000
4 /* Note that for this platform PLATFORM(WIN_OS) is also defined. */
5 #if defined(_WIN32_WCE)
6 #define WTF_PLATFORM_WINCE 1
10 /* Operating system level dependencies for Linux-like systems that */
11 /* should be used regardless of operating environment */
13 +#if defined(__linux__) && !defined(ANDROID)
14 #define WTF_PLATFORM_LINUX 1
17 /* PLATFORM(FREEBSD) */
18 /* Operating system level dependencies for FreeBSD-like systems that */
19 /* should be used regardless of operating environment */
21 #define WTF_PLATFORM_FREEBSD 1