summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-06-24 03:48:58 +0000
committerwtc%google.com <devnull@localhost>2008-06-24 03:48:58 +0000
commit405155090aba9546a5b8610d73abc9230875b585 (patch)
treeaceee41133cc330da34a7138b29ac87988ff83bc
parentbd69ae5fdb2f1a6383ef4c31441fc441601d3c6e (diff)
downloadnspr-hg-405155090aba9546a5b8610d73abc9230875b585.tar.gz
Bug 432430: fail the compilation if __arm__ is not defined.
-rw-r--r--pr/include/md/_symbian.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/pr/include/md/_symbian.cfg b/pr/include/md/_symbian.cfg
index e371b8bd..2a225f79 100644
--- a/pr/include/md/_symbian.cfg
+++ b/pr/include/md/_symbian.cfg
@@ -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