aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/arm64_short_int.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/arm64_short_int.patch')
-rw-r--r--debian/patches/arm64_short_int.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/arm64_short_int.patch b/debian/patches/arm64_short_int.patch
new file mode 100644
index 0000000..4bec1ef
--- /dev/null
+++ b/debian/patches/arm64_short_int.patch
@@ -0,0 +1,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