Chromium Code Reviews| Index: build/build_config.h |
| diff --git a/build/build_config.h b/build/build_config.h |
| index 4856614050731cf0c90d7cc210d4c68249e9c259..143cf3e5b45d8678e23d57c854ff8037e56e6070 100644 |
| --- a/build/build_config.h |
| +++ b/build/build_config.h |
| @@ -108,6 +108,7 @@ |
| #define ARCH_CPU_LITTLE_ENDIAN 1 |
| #elif defined(__pnacl__) |
| #define ARCH_CPU_32_BITS 1 |
| +#define ARCH_CPU_LITTLE_ENDIAN 1 |
| #elif defined(__MIPSEL__) |
| #define ARCH_CPU_MIPS_FAMILY 1 |
| #define ARCH_CPU_MIPSEL 1 |