aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/arm64_short_int.patch
blob: 4bec1ef85326839108548463391f04c668fa858a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Support ARM64 ("aarch64") platform
Forwarded: yes
Author: Martin Michlmayr <tbm@hp.com>
--- scm~/scmfig.h	2015-07-15 15:18:06.109091000 +0000
+++ scm/scmfig.h	2015-07-15 15:21:18.669091000 +0000
@@ -253,6 +253,10 @@
 #  endif
 # endif
 #endif
+#ifdef __aarch64__
+# define SHORT_INT
+# define CDR_DOUBLES
+#endif
 #ifdef __alpha
 # define SHORT_INT
 #endif