PKGBUILDs/extra/ghc/add-vfp-flags.patch

13 lines
411 B
Diff
Raw Normal View History

2014-05-04 15:03:37 +00:00
diff -urN a/aclocal.m4 b/aclocal.m4
--- a/aclocal.m4 2014-04-07 12:26:08.000000000 -0600
+++ b/aclocal.m4 2014-05-04 08:43:23.399271800 -0600
@@ -408,7 +408,7 @@
)],
2013-01-31 17:29:38 +00:00
[changequote(, )dnl
2013-03-22 17:00:26 +00:00
ARM_ISA=ARMv7
- ARM_ISA_EXT="[VFPv3,NEON]"
+ ARM_ISA_EXT="[VFPv3D16]"
changequote([, ])dnl
])
])