зеркало из https://github.com/mozilla/gecko-dev.git
Bug 713517 - Add IPC support for alpha. r=benjamin
This commit is contained in:
Родитель
505ec5c9b0
Коммит
fcfb606e8d
|
@ -86,6 +86,9 @@
|
|||
#elif defined(__s390__)
|
||||
#define ARCH_CPU_S390 1
|
||||
#define ARCH_CPU_32_BITS 1
|
||||
#elif defined(__alpha__)
|
||||
#define ARCH_CPU_ALPHA 1
|
||||
#define ARCH_CPU_64_BITS 1
|
||||
#else
|
||||
#error Please add support for your architecture in build/build_config.h
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче