ghc/ghc-debian-ARM-VFPv3D16.patch

17 lines
564 B
Diff
Raw Normal View History

2012-04-13 16:46:47 +00:00
Description: Use VFPv3-D16 FPU for ARM builds
Author: Jani Monoses <jani@ubuntu.com>
Index: ghc/aclocal.m4
===================================================================
--- ghc.orig/aclocal.m4 2012-02-01 18:10:32.000000000 +0000
+++ ghc/aclocal.m4 2012-03-10 16:40:32.415005650 +0000
@@ -333,7 +333,7 @@
],
[changequote(, )dnl
ARM_ISA=ARMv7
- ARM_ISA_EXT="[VFPv3,NEON]"
+ ARM_ISA_EXT="[VFPv3D16,NEON]"
changequote([, ])dnl
])
])