summaryrefslogtreecommitdiff
path: root/arm-riscos-gnueabi/recipes/patches/oslib/vapi.p
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2022-11-03 19:31:20 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-11-03 19:31:20 +0000
commitfe903c0d9292cf54f44ef3ee6054a1377f2655d1 (patch)
tree61bc5863eac1339efe365400e49960471fbceca3 /arm-riscos-gnueabi/recipes/patches/oslib/vapi.p
parentd1ed006979f5bf00369b8e15baa61152ff69a262 (diff)
downloadtoolchains-fe903c0d9292cf54f44ef3ee6054a1377f2655d1.tar.gz
toolchains-fe903c0d9292cf54f44ef3ee6054a1377f2655d1.tar.bz2
Drop "hf" from arm-riscos-gnueabihf ABI triplet
The way we configure this toolchain means that it will generate Risc PC-compatible ARMv4 binaries using the soft-float ABI. These are not compatible with the ARMv7 hard-float binaries produced by the upstream compiler, so change the triplet to avoid confusion.
Diffstat (limited to 'arm-riscos-gnueabi/recipes/patches/oslib/vapi.p')
-rw-r--r--arm-riscos-gnueabi/recipes/patches/oslib/vapi.p10
1 files changed, 10 insertions, 0 deletions
diff --git a/arm-riscos-gnueabi/recipes/patches/oslib/vapi.p b/arm-riscos-gnueabi/recipes/patches/oslib/vapi.p
new file mode 100644
index 0000000..a3daf40
--- /dev/null
+++ b/arm-riscos-gnueabi/recipes/patches/oslib/vapi.p
@@ -0,0 +1,10 @@
+--- Tools/DefMod2/vapi.c.orig 2017-09-19 11:57:15.559547484 +0100
++++ Tools/DefMod2/vapi.c 2017-09-19 11:57:31.067750029 +0100
+@@ -23,6 +23,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <ctype.h>
++#include <stdbool.h>
+
+ #include "oslib/os.h"
+