From: Jani Monoses Date: Tue, 11 Aug 2020 14:12:43 +0000 (+0100) Subject: Use VFPv3-D16 FPU for ARM builds X-Git-Tag: archive/raspbian/8.8.4-1+rpi1^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1d03d648b0c78de72b3fdb77448f78aaf31c9460;p=ghc.git Use VFPv3-D16 FPU for ARM builds Upstream-Bug: https://ghc.haskell.org/trac/ghc/ticket/5914 Launchpad-Bug: https://ghc.haskell.org/trac/ghc/ticket/5914 Jani writes: The D16 part was Debian/Ubuntu specific, IIRC we define hardfloat in that particular variant (16 double registers) or we had a different naming for some reason. Gbp-Pq: Name ARM-VFPv3D16 --- diff --git a/aclocal.m4 b/aclocal.m4 index 41cecf09..b3b68b61 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -454,7 +454,7 @@ AC_DEFUN([GET_ARM_ISA], )], [changequote(, )dnl ARM_ISA=ARMv7 - ARM_ISA_EXT="[VFPv3,NEON]" + ARM_ISA_EXT="[VFPv3D16,NEON]" changequote([, ])dnl ]) ])