As a desired wish from #221:
This requires on my system to install texinfowhich ships makeinfo to generate (tex)info doc files...
$ LANG=C LC_ALL=C ./build-binutils.py -t x86_64-linux-gnu
root# apt-get install -t unstable --no-install-recommends texinfo -y
...otherwise the build breaks.
For a fast toolchain build I wish an option like --no-docs to suppress the building and installing these doc files.
This saves build-time and disc-usage.
As a desired wish from #221:
This requires on my system to install
texinfowhich shipsmakeinfoto generate (tex)info doc files......otherwise the build breaks.
For a fast toolchain build I wish an option like
--no-docsto suppress the building and installing these doc files.This saves build-time and disc-usage.