OAR

RTEMS GNU Tools On-Line Library


Fragments

PREV UP NEXT Bookshelf Using and Porting the GNU Compiler Collection (GCC)

Chapter 19: Makefile Fragments

When you configure GCC using the `configure' script (see Installation), it will construct the file `Makefile' from the template file `Makefile.in'. When it does this, it will incorporate makefile fragment files from the `config' directory, named `t-target' and `x-host'. If these files do not exist, it means nothing needs to be added for a given target or host.

  • Target Fragment Writing the `t-target' file.
  • Host Fragment Writing the `x-host' file.

  • PREV UP NEXT Bookshelf Using and Porting the GNU Compiler Collection (GCC)

    Packaging copyright © 1988-2000 OAR Corporation
    Context copyright by each document's author. See Free Software Foundation for information.