https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115893

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
(In reply to David Binderman from comment #2)
> IMHO, an x86_64 build shouldn't be doing *anything* with any avr
> documentation.
The GCC user documentation as well as the Internals manual covers all targets. 
See for example the documentation of function attributes:

https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Function-Attributes.html

There is nothing like target-specific versions of these documents.

> Suggest remove the call to texinfo. It shouldn't be needed.
Then for some reason you are building the documentation. Maybe your target
requires explicit --disable-doc or something like that, or you have specified
--enable-doc.

Reply via email to