~ubuntu-branches/ubuntu/wily/sunpinyin/wily

« back to all changes in this revision

Viewing changes to debian/patches/aarch64.diff

  • Committer: Package Import Robot
  • Author(s): Chen Baozi
  • Date: 2015-02-11 12:34:59 UTC
  • mfrom: (11.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20150211123459-p715qpwh0ygl7evc
Tags: 2.0.3+git20140127-1.1
* Non-maintainer upload.
* Fix aarch64 endian check. (Closes: #727273)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/SConstruct
2
 
+++ b/SConstruct
3
 
@@ -324,6 +324,7 @@
4
 
   || defined(__x86_64)  || defined(__x86_64__) \
5
 
   || defined(_M_X64)    || defined(__bfin__) \
6
 
   || defined(__alpha__) || defined(__ARMEL__) \
7
 
+  || defined(__AARCH64EL__) \
8
 
   || defined(_MIPSEL)   || (defined(__sh__) && defined(__LITTLE_ENDIAN__))
9
 
 # undef WORDS_BIGENDIAN
10