summarylogtreecommitdiffstats
path: root/0003_armv4t_disable_vfp.patch
diff options
context:
space:
mode:
authorpat-s2018-03-04 20:19:56 +0100
committerpat-s2018-03-04 20:19:56 +0100
commiteca02c0286853717fb82b9f3a91b3c3ffbb7d6da (patch)
tree5149a1e3aedac0eb6c765ed09201f418a7f39eeb /0003_armv4t_disable_vfp.patch
parent8fb7d7687be1fdc6908573c8895b0d1ada9d5716 (diff)
downloadaur-eca02c0286853717fb82b9f3a91b3c3ffbb7d6da.tar.gz
update sources
Diffstat (limited to '0003_armv4t_disable_vfp.patch')
-rw-r--r--0003_armv4t_disable_vfp.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/0003_armv4t_disable_vfp.patch b/0003_armv4t_disable_vfp.patch
new file mode 100644
index 000000000000..765a3bf642e3
--- /dev/null
+++ b/0003_armv4t_disable_vfp.patch
@@ -0,0 +1,15 @@
+Description: disable ARM vfpv3 detection at runtime - breaks when true
+Forwarded: not-needed, armv4t not supported upstream
+Last-Update: 2014-04-24
+Author: Jérémy Lal <kapouer@melix.org>
+--- a/src/platform-linux.cc
++++ b/src/platform-linux.cc
+@@ -143,7 +143,7 @@
+ search_string = "vfp";
+ break;
+ case VFP3:
+- search_string = "vfpv3";
++ search_string = "vfpv3-disabled";
+ break;
+ case ARMv7:
+ search_string = "ARMv7";