Age | Commit message (Collapse) | Author |
|
|
|
Now that the rules-cc support toolchain definitions for the shell,
document the current status quo that the shell is (still) taken
from host.
|
|
An intended use case of this bootstrappable toolchain is to be
imported as toolchain into other projects. However, only export
targets should be imported into other projects (a recommendation
that is a requirement when obtaineing the imported project via a
serve endpoint). Fix this by exporting the toolchains.
|
|
... which not only requires "/bin" (for "sh") but also
"/usr/bin" for coreutils ("dirname", "realpath", "chmod",
etc.), which are needed for compiler wrappers and the patch
runner script.
|
|
|