Chromium Code Reviews| Index: build/build_config.h |
| =================================================================== |
| --- build/build_config.h (revision 98273) |
| +++ build/build_config.h (working copy) |
| @@ -110,6 +110,8 @@ |
| #define ARCH_CPU_32_BITS 1 |
| #define ARCH_CPU_LITTLE_ENDIAN 1 |
| #define WCHAR_T_IS_UNSIGNED 1 |
| +#elif defined(__pnacl__) |
| +#define ARCH_CPU_32_BITS 1 |
| #else |
| #error Please add support for your architecture in build/build_config.h |
| #endif |