[Bug driver/69367] spec file documentation is incomplete
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Mar 7 22:25:00 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69367
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Sandra Loosemore <sandra@gcc.gnu.org>:
https://gcc.gnu.org/g:c600bb7aefca1ac43e57ac8dde957183a8fca7a9
commit r16-7947-gc600bb7aefca1ac43e57ac8dde957183a8fca7a9
Author: Sandra Loosemore <sloosemore@baylibre.com>
Date: Tue Mar 3 03:52:03 2026 +0000
doc: Move specs documentation to GCC internals manual [PR69367] [PR69849]
The description of specs should have ended up in the GCC internals
manual instead of the user-facing documentation when the two manuals
were split many years ago.
gcc/ChangeLog
PR driver/69367
PR driver/69849
* Makefile.in (TEXI_GCCINT_FILES): Add specs.texi.
* doc/gccint.texi: Include it.
* doc/install.texi: Fix cross-references.
* doc/invoke.texi: Likewise.
(Option Summary): Reclassify -specs/--specs as a developer option.
(Overall Options): Move -specs= documentation to...
(Developer Options): ...here.
(Spec Files): Move entire section to....
* doc/specs.texi: ....new file.
* common.opt.urls: Regenerated.
More information about the Gcc-bugs
mailing list