~pali/+junk/mesa-lts-saucy-packaging

« back to all changes in this revision

Viewing changes to debian/patches/aarch64.diff

  • Committer: Pali Rohár
  • Date: 2014-04-11 10:59:06 UTC
  • Revision ID: pali.rohar@gmail.com-20140411105906-qk25ix27pd6rdho8
Import debian packaging for mesa-lts-saucy version 9.2.1-1ubuntu3~precise1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: b/src/mesa/main/compiler.h
 
2
===================================================================
 
3
--- a/src/mesa/main/compiler.h
 
4
+++ b/src/mesa/main/compiler.h
 
5
@@ -314,6 +314,7 @@
 
6
     defined(__hppa__) || defined(hpux) || \
 
7
     defined(__mips) || defined(_MIPS_ARCH) || \
 
8
     defined(__arm__) || \
 
9
+    defined(__aarch64__) || \
 
10
     defined(__sh__) || defined(__m32r__) || \
 
11
     (defined(__sun) && defined(_IEEE_754)) || \
 
12
     defined(__alpha__)