avidyalalala / sunpinyin

Automatically exported from code.google.com/p/sunpinyin
0 stars 0 forks source link

fail to compile on armel arch #204

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
see https://launchpad.net/ubuntu/+source/sunpinyin/2.0.2-0ubuntu1/+build/1949870

Original issue reported on code.google.com by tchai...@gmail.com on 12 Sep 2010 at 5:27

GoogleCodeExporter commented 9 years ago
   || defined(_POWER) || defined(__powerpc__) \
228 228 
   || defined(__ppc__) || defined(__hpux) || defined(__hppa) \
229 229 
   || defined(_MIPSEB) || defined(_POWER) \
    230 
+  || defined(__arm__) || defined(__ARMEL__) \
230 231 
   || defined(__s390__)
231 232 
 # define WORDS_BIGENDIAN 1

Original comment by find...@gmail.com on 13 Sep 2010 at 11:28