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
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
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