The gcc Subdirectory#
The gcc
directory contains many files that are part of the C
sources of GCC, other files used as part of the configuration and
build process, and subdirectories including documentation and a
testsuite. The files that are sources of GCC are documented in a
separate chapter. See Passes and Files of the Compiler.
- Subdirectories of gcc
- Configuration in the gcc Directory
- Build System in the gcc Directory
- Makefile Targets
- Library Source Files and Headers under the gcc Directory
- Headers Installed by GCC
- Building Documentation
- Miscellaneous Documentation
- Anatomy of a Language Front End
- Anatomy of a Target Back End