aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-08-02 00:22:39 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-08-02 11:26:16 -0700
commit5cccec3aafab17c7205f671ccc4335980bba9043 (patch)
treea7a82bd05efa40cf23203ec5c0a1744a32244e69
parent398fce1643b74f715d08307a605333a6c0fb530a (diff)
downloadscm-5cccec3aafab17c7205f671ccc4335980bba9043.tar.gz
scm-5cccec3aafab17c7205f671ccc4335980bba9043.zip
pull in Martin Michlmayr's arm64 patch
Bug #791959
-rw-r--r--debian/patches/arm64_short_int.patch16
-rw-r--r--debian/patches/series1
2 files changed, 17 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
diff --git a/debian/patches/series b/debian/patches/series
index cf3a15e..08793dc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ not-usr-local.patch
kfreebsd_support.patch
texinfo5_fixes.patch
ppc64_short_int.patch
+arm64_short_int.patch