Ah, missed that when I updated the FAQ.

On 2/1/23 14:25, Moritz C. Weber wrote:
> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/README b/README
> index f39c9216..ba3041d2 100644
> --- a/README
> +++ b/README
> @@ -39,7 +39,7 @@ toybox to run on the current machine. Cross compiling 
> requires an appropriately
>  prefixed cross compiler toolchain, several example toolchains (built using
>  the file "scripts/mcm-buildall.sh" in the toybox source) are available at:
>  
> -  https://mkroot.musl.cc/latest/
> +  https://musl.cc

Those are completely unrelated cross compilers which aren't built by my script,
so I can't guarantee #ifdef __MUSL__ will work or nommu targets won't have a
broken fork() preventing the build from recognizing it's nommu, or if I fix the
date issue with trailing % or fix the REG_STARTEND issue breaking the trailing /
test in tar --xform ... there's no guarantee that other toolchain will reproduce
what I'm seeing. (Let alone random version skew.)

I broke down and put my own native compiler binary tarballs up on landley.net
last year, and changed the FAQ to point to that. I still have a pending "change
the README to markdown" todo item that's made me reluctant to touch it in the
meantime, but... yeah.

Fixed. Thanks for the poke.

Rob
_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to