We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Building with a custom toolchain (markdown)
Created Building with a custom toolchain (markdown)
Destroyed Building with a custom toolchain (markdown)
This now has been made more polite
The package syntax has changed. %package(...) needs a valid package path, which @workspace_name is not, but @workspace_name// is. A directory under this package then follows with a single forward slash.
Adding a mention of --host_crosstool_top
Add sample project and testing script link.
Update new_http_archive rule to download linaro toolchain package from https://releases.linaro.org directly. Update repo rule name as only names with Alphanumeric characters are supported now.
update documentation for cc_toolchain_suite rules
Wrong %package syntax
Fix indent
Added a link to CROSSTOOL wiki page
Create a page about using a custom toolchain in an external repository