Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/26bf2874121f488ef2d08c1b306ab98bb11a5f09
...commit
http://git.netsurf-browser.org/toolchains.git/commit/26bf2874121f488ef2d08c1b306ab98bb11a5f09
...tree
http://git.netsurf-browser.org/toolchains.git/tree/26bf2874121f488ef2d08c1b306ab98bb11a5f09
The branch, chris/ndk32 has been updated
via 26bf2874121f488ef2d08c1b306ab98bb11a5f09 (commit)
from a1b46e1e4885ce238ceedbb89607ea50ba3e631a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=26bf2874121f488ef2d08c1b306ab98bb11a5f09
commit 26bf2874121f488ef2d08c1b306ab98bb11a5f09
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
m68k-amigaos: RawDoFmt appears to be broken in NDK3.2R3
We don't use kdofmt() (which doesn't appear in the official docs) or any of
libdebug so removing this function call.
diff --git a/m68k-unknown-amigaos/recipes/patches/clib2/debug_kdofmt.c.p
b/m68k-unknown-amigaos/recipes/patches/clib2/debug_kdofmt.c.p
new file mode 100644
index 0000000..2ae3b30
--- /dev/null
+++ b/m68k-unknown-amigaos/recipes/patches/clib2/debug_kdofmt.c.p
@@ -0,0 +1,11 @@
+--- debug_kdofmt.c 2021-07-01 11:32:15.376743755 +0100
++++ debug_kdofmt.c 2021-07-01 11:40:09.153038071 +0100
+@@ -40,6 +40,6 @@ KDoFmt(const char * format_string,APTR d
+ {
+ assert( format_string != NULL );
+
+- if(format_string != NULL)
+- RawDoFmt((STRPTR)format_string,data_stream,(VOID
(*)())put_char_routine,put_char_data);
++/* if(format_string != NULL)
++ RawDoFmt((STRPTR)format_string,data_stream,(VOID
(*)())put_char_routine,put_char_data); */
+ }
-----------------------------------------------------------------------
Summary of changes:
m68k-unknown-amigaos/recipes/patches/clib2/debug_kdofmt.c.p | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 m68k-unknown-amigaos/recipes/patches/clib2/debug_kdofmt.c.p
diff --git a/m68k-unknown-amigaos/recipes/patches/clib2/debug_kdofmt.c.p
b/m68k-unknown-amigaos/recipes/patches/clib2/debug_kdofmt.c.p
new file mode 100644
index 0000000..2ae3b30
--- /dev/null
+++ b/m68k-unknown-amigaos/recipes/patches/clib2/debug_kdofmt.c.p
@@ -0,0 +1,11 @@
+--- debug_kdofmt.c 2021-07-01 11:32:15.376743755 +0100
++++ debug_kdofmt.c 2021-07-01 11:40:09.153038071 +0100
+@@ -40,6 +40,6 @@ KDoFmt(const char * format_string,APTR d
+ {
+ assert( format_string != NULL );
+
+- if(format_string != NULL)
+- RawDoFmt((STRPTR)format_string,data_stream,(VOID
(*)())put_char_routine,put_char_data);
++/* if(format_string != NULL)
++ RawDoFmt((STRPTR)format_string,data_stream,(VOID
(*)())put_char_routine,put_char_data); */
+ }
--
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]