GNU Compiler Collection (GCC) Internals: Front End |
---|
Next: Back End, Previous: Documentation, Up: gcc Directory [Contents][Index]
A front end for a language in GCC has the following parts:
default_compilers
in gcc.c for source file
suffixes for that language.
If the front end is added to the official GCC source repository, the following are also necessary:
• Front End Directory: | The front end language directory. | |
• Front End Config: | The front end config-lang.in file. | |
• Front End Makefile: | The front end Make-lang.in file. |
Next: Back End, Previous: Documentation, Up: gcc Directory [Contents][Index]