On Wed, 16 Jan 2019 at 12:12, Rob Landley <[email protected]> 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. _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
