Bug 963031 - AArch support for Graphics. r=doublec

This commit is contained in:
Marcin Juszkiewicz 2014-01-27 08:18:27 -05:00
parent 10bfe54f9a
commit 8641c84714

View File

@ -46,6 +46,10 @@ typedef uint32_t uint32;
#define ARCH_CPU_SPARC_FAMILY 1
#define ARCH_CPU_SPARC 1
#define ARCH_CPU_64_BITS 1
#elif defined(__aarch64__)
#define ARCH_CPU_AARCH64_FAMILY 1
#define ARCH_CPU_AARCH64 1
#define ARCH_CPU_64_BITS 1
#else
#warning Please add support for your architecture in chromium_types.h
#endif