~ubuntu-branches/ubuntu/natty/sunpinyin/natty

« back to all changes in this revision

Viewing changes to debian/patches/arm-endianess.patch

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-09-18 18:45:53 UTC
  • Revision ID: james.westby@ubuntu.com-20100918184553-x30chxyyn0rwepoi
Tags: 2.0.2-0ubuntu2
Fix endianness check on armel. LP: #642113.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- ./SConstruct.orig   2010-09-18 16:57:58.000000000 +0000
 
2
+++ ./SConstruct        2010-09-18 16:44:53.000000000 +0000
 
3
@@ -246,6 +246,7 @@
 
4
   || defined(_M_ALPHA) || defined(__amd64) \
 
5
   || defined(__amd64__) || defined(_M_AMD64) \
 
6
   || defined(__x86_64) || defined(__x86_64__) \
 
7
+  || defined(__ARMEL__) \
 
8
   || defined(_M_X64) || defined(__bfin__)
 
9
 # undef WORDS_BIGENDIAN
 
10