Home | History | Annotate | Download | only in build-aux

Lines Matching refs:gcc

141   depmode=gcc
168 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
169 gccflag=-qmakedep=gcc,-MF
170 depmode=gcc
175 ## gcc 3 implements dependency tracking that does exactly what
200 gcc)
201 ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
204 ## There are various ways to get dependency output from gcc. Here's
209 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
211 ## supported by the other compilers which use the 'gcc' depmode.
233 ## dummy dependencies for each header file. Too bad gcc doesn't do
235 ## Some versions of gcc put a space before the ':'. On the theory
362 ## compilers, so we must ensure this comes after the gcc and icc options.