Re: [PATCH 1/2] Add option to limit bootstrap to a single arch

2016-02-19 Thread Chris Johns
On 20/02/2016 12:07 AM, Martin Erik Werner wrote: > Using the -o|--only option, it is now possible to limit the > bootstrapping operation of arch-specific libbsp, libcpu and cpukit paths > to a single arch, for example: > > $ bootstrap -p -o or1k > > This is a somewhat ugly implementation, but

Re: [PATCH 1/2] Add option to limit bootstrap to a single arch

2016-02-19 Thread Gedare Bloom
You may want to use the sb-bootstrap in RSB. You can invoke bootstrap from any directory with config.ac to avoid rebootstrapping the whole tree.. On Fri, Feb 19, 2016 at 8:07 AM, Martin Erik Werner wrote: > Using the -o|--only option, it is now possible to limit the > bootstrapping operation of

[PATCH 1/2] Add option to limit bootstrap to a single arch

2016-02-19 Thread Martin Erik Werner
Using the -o|--only option, it is now possible to limit the bootstrapping operation of arch-specific libbsp, libcpu and cpukit paths to a single arch, for example: $ bootstrap -p -o or1k and $ bootstrap -o or1k This is a somewhat ugly implementation, but may be sufficient for the intended