Package: gmp Version: 5.0.5+dfsg-2 Severity: wishlist Tags: patch User: [email protected]
gmp needs a trivial patch to build for arm64 -- System Information: Debian Release: 6.0.6 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32.33-kvm-i386-20111128-dirty (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -u gmp-5.0.5+dfsg/debian/changelog gmp-5.0.5+dfsg/debian/changelog --- gmp-5.0.5+dfsg/debian/changelog +++ gmp-5.0.5+dfsg/debian/changelog @@ -1,3 +1,9 @@ +gmp (2:5.0.5+dfsg-2arm64) UNRELEASED; urgency=low + + * Add arm64 support + + -- Wookey <[email protected]> Fri, 16 Nov 2012 19:09:57 +0000 + gmp (2:5.0.5+dfsg-2) unstable; urgency=low * Revert to FAT binary situation of 5.0.4: disabled for amd64, diff -u gmp-5.0.5+dfsg/debian/patches/series gmp-5.0.5+dfsg/debian/patches/series --- gmp-5.0.5+dfsg/debian/patches/series +++ gmp-5.0.5+dfsg/debian/patches/series @@ -1 +1 @@ -# None at present +arm64-support.patch only in patch2: unchanged: --- gmp-5.0.5+dfsg.orig/debian/patches/arm64-support.patch +++ gmp-5.0.5+dfsg/debian/patches/arm64-support.patch @@ -0,0 +1,13 @@ +Index: gmp-5.0.2+dfsg/debian/gmp.h +=================================================================== +--- gmp-5.0.2+dfsg.orig/debian/gmp.h 2012-11-16 18:25:40.000000000 +0000 ++++ gmp-5.0.2+dfsg/debian/gmp.h 2012-11-16 18:37:44.000000000 +0000 +@@ -37,6 +37,8 @@ + + #if defined(__alpha__) + #include "gmp-alpha.h" ++#elif defined(__aarch64__) ++#include "gmp-arm.h" + #elif defined(__arm__) + #include "gmp-arm.h" + #elif defined(__avr32__)

