[Toybox] [PATCH] timeout: --foreground, --preserve-status, and --signal.

Rob Landley rob at landley.net
Wed Mar 13 15:41:47 PDT 2019


On 3/12/19 11:07 PM, enh wrote:
> while does anyone really care about TOYBOX_FLOAT in 2019? and how much
> binary size does floating point emulation cost them, as a percentage
> of toybox?

It's not binary size, it's processors (generally tiny embedded microcontrollers)
that haven't got an FPU, and you don't necessarily want to pull in the libc soft
float library (or may be stuck with a toolchain without it).

That said, yeah: bit of a corner case.

Rob



More information about the Toybox mailing list