Home | History | Annotate | Download | only in info

Lines Matching full:driver

1288      compiler driver program and of the preprocessor and the compiler
1294 the driver-generated command lines.
1304 driver to pass all the source files to the compiler at once (for
1309 driver, using this option, the driver will invoke the compiler(s)
6844 You can use `-Wp,OPTION' to bypass the compiler driver and pass
6848 compiler driver before being passed to the preprocessor, and `-Wp'
6851 should avoid using `-Wp' and let the driver handle the options
7027 Passing `-M' to the driver implies `-E', and suppresses warnings
7046 When used with the driver options `-MD' or `-MMD', `-MF' overrides
7096 implied. The driver determines FILE based on whether an `-o'
7097 option is given. If it is, the driver uses its argument but with
7650 If, instead, you use the GCC driver to create shared libraries,
7662 catch exceptions, you must link it using the G++ or GCJ driver, as
7746 The compiler driver program runs one or more of the subprograms
7751 For each subprogram to be run, the compiler driver first tries the
7753 not specified, the driver tries two standard prefixes, which are
7787 file, in order to override the defaults that the `gcc' driver
7836 `gcc' is a driver program. It performs its job by invoking a sequence
10046 On HP-UX 10 and later, the GCC driver adds the necessary options to
10050 `-nolibdld' option can be used to prevent the GCC driver from
14389 Controlling the Compilation Driver `gcc': (gccint)Driver.
14563 other file, if necessary using the `-x' option to make the driver treat
34232 library is to use a C++ driver that specifies that C++ library by
34233 default. The `g++' driver, for example, tells the linker where to find
34238 do the final link using a C++ driver that uses that library by default,