Home | History | Annotate | Download | only in info

Lines Matching full:driver

1327      compiler driver program and of the preprocessor and the compiler
1333 the driver-generated command lines.
1343 driver to pass all the source files to the compiler at once (for
1348 driver, using this option, the driver will invoke the compiler(s)
7419 You can use `-Wp,OPTION' to bypass the compiler driver and pass
7423 compiler driver before being passed to the preprocessor, and `-Wp'
7426 should avoid using `-Wp' and let the driver handle the options
7599 Passing `-M' to the driver implies `-E', and suppresses warnings
7618 When used with the driver options `-MD' or `-MMD', `-MF' overrides
7668 implied. The driver determines FILE based on whether an `-o'
7669 option is given. If it is, the driver uses its argument but with
8229 If, instead, you use the GCC driver to create shared libraries,
8241 catch exceptions, you must link it using the G++ or GCJ driver, as
8342 The compiler driver program runs one or more of the subprograms
8347 For each subprogram to be run, the compiler driver first tries the
8349 not specified, the driver tries two standard prefixes, which are
8383 file, in order to override the defaults that the `gcc' driver
8432 `gcc' is a driver program. It performs its job by invoking a sequence
10709 On HP-UX 10 and later, the GCC driver adds the necessary options to
10713 `-nolibdld' option can be used to prevent the GCC driver from
15393 Controlling the Compilation Driver `gcc': (gccint)Driver.
15567 other file, if necessary using the `-x' option to make the driver treat
36039 library is to use a C++ driver that specifies that C++ library by
36040 default. The `g++' driver, for example, tells the linker where to find
36045 do the final link using a C++ driver that uses that library by default,