diff options
author | Rob Landley <rob@landley.net> | 2020-06-16 10:22:22 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-06-16 10:22:22 -0500 |
commit | 1a4e631d484c8b373a39bd055af613b5f152924c (patch) | |
tree | 36fee553042a1cf9d09c9b0263a433943c7aa836 /www | |
parent | 055d8eac143d2f294814af8dc7d6a243f156e202 (diff) | |
download | toybox-1a4e631d484c8b373a39bd055af613b5f152924c.tar.gz |
Zach Van Rijn wanted his handle capitalized.
Diffstat (limited to 'www')
-rw-r--r-- | www/news.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/news.html b/www/news.html index c87223b8..003af553 100644 --- a/www/news.html +++ b/www/news.html @@ -84,7 +84,7 @@ and LINUX_VER = 4.19.90 because the default musl-cross-make config uses an out-of-tree headers package for some reason (those who forget history are <a href=https://lkml.org/lkml/2006/4/28/194>doomed to repeat it</a>) which breaks m68k and s390x. I won't post binaries of the resulting toolchains -because they're GPLv3, but <a href=https://musl.cc/>thalheim might</a>. +because they're GPLv3, but <a href=https://musl.cc/>Thalheim might</a>. (I've also <a href=http://lists.landley.net/pipermail/toybox-landley.net/2020-May/011673.html>test built</a> with the Android NDK, but bionic's startup code currently segfaults before calling main() if it can't open /dev/null, and the kernel guys |