[Toybox] musl libc

Rob Landley rob at landley.net
Wed Mar 7 17:46:23 PST 2012


On 03/07/2012 10:00 AM, Georgi Chorbadzhiyski wrote:
> Around 03/07/2012 05:44 PM, Georgi Chorbadzhiyski scribbled:
>> Anyway, with 1 from above and the two patches that I've already posted
>> I can successfully build allyesconfig with musl 0.8.6 on 32 bit x86
>> machine.
> 
> Forgot the fun part, toybox allyesconfig compiled with musl.
> 
> gf at gf:~/git/toybox$ size toybox toybox-static
>    text    data     bss     dec     hex filename
>   87060    2152    5168   94380   170ac toybox
>  179247    1600    9476  190323   2e773 toybox-static
> 

Fairly reasonable. :)

I'm a bit concerned that building a dynamic "false" toybox command with
the ubuntu x86-64 host toolchain is 10k, but it is 64 bit code linked
against glibc.  An nm --size-sort on toybox_unstripped isn't showing
huge outliers.  (toybuf is bss, doesn't count.)

Rob

 1331171183.0


More information about the Toybox mailing list