Bug 432430: fail the compilation if __arm__ is not defined.

This commit is contained in:
wtc%google.com 2008-06-24 03:48:58 +00:00
Родитель 67cab1b501
Коммит 73f78af198
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -102,6 +102,10 @@
#define PR_BYTES_PER_WORD_LOG2 2
#define PR_BYTES_PER_DWORD_LOG2 3
#else
#error "Unknown CPU architecture"
#endif
#ifndef HAVE_LONG_LONG