Lines Matching full:driver
1201 compiler driver program and of the preprocessor and the compiler
1207 the driver-generated command lines.
1217 driver to pass all the source files to the compiler at once (for
1222 driver, using this option, the driver will invoke the compiler(s)
6203 You can use `-Wp,OPTION' to bypass the compiler driver and pass
6207 compiler driver before being passed to the preprocessor, and `-Wp'
6210 should avoid using `-Wp' and let the driver handle the options
6383 Passing `-M' to the driver implies `-E', and suppresses warnings
6402 When used with the driver options `-MD' or `-MMD', `-MF' overrides
6452 implied. The driver determines FILE based on whether an `-o'
6453 option is given. If it is, the driver uses its argument but with
6990 If, instead, you use the GCC driver to create shared libraries,
7002 catch exceptions, you must link it using the G++ or GCJ driver, as
7086 The compiler driver program runs one or more of the subprograms
7091 For each subprogram to be run, the compiler driver first tries the
7093 not specified, the driver tries two standard prefixes, which are
7127 file, in order to override the defaults that the `gcc' driver
7176 `gcc' is a driver program. It performs its job by invoking a sequence
9245 On HP-UX 10 and later, the GCC driver adds the necessary options to
9249 `-nolibdld' option can be used to prevent the GCC driver from
13158 Controlling the Compilation Driver `gcc': (gccint)Driver.
13329 other file, if necessary using the `-x' option to make the driver treat
25972 library is to use a C++ driver that specifies that C++ library by
25973 default. The `g++' driver, for example, tells the linker where to find
25978 do the final link using a C++ driver that uses that library by default,