[Toybox] FreeBSD issues

Ed Maste emaste at freebsd.org
Wed Jan 16 09:53:09 PST 2019


On Wed, 16 Jan 2019 at 12:12, Rob Landley <rob at landley.net> wrote:
>
> If somebody _else_ finds github useful, go for it.

Ok :)

> You were going to send a procedure for setting up a qemu build/test environment?

Right, will do.

> Could you do:
>
>   grep FOR_grep -A 33 generated/flags.h
>
> Mine's:
>
> #ifdef FOR_grep
> #ifndef TT
> #define TT this.grep
> #endif
> #define FLAG_x (1<<0)
> #define FLAG_m (1<<1)
...

Indeed, mine has 'FORCED_FLAG' instead of '1':
#define FLAG_x (FORCED_FLAG<<0)
...

I'll dig into the build machinery.



More information about the Toybox mailing list