From 5cccec3aafab17c7205f671ccc4335980bba9043 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 2 Aug 2017 00:22:39 -0700 Subject: pull in Martin Michlmayr's arm64 patch Bug #791959 --- debian/patches/arm64_short_int.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) create mode 100644 debian/patches/arm64_short_int.patch 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 +--- 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 -- cgit v1.2.3