Home | History | Annotate | Download | only in libopus

Lines Matching refs:gcc

85   depmode=gcc
112 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
113 gccflag=-qmakedep=gcc,-MF
114 depmode=gcc
119 ## gcc 3 implements dependency tracking that does exactly what
145 gcc)
146 ## There are various ways to get dependency output from gcc. Here's
151 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
175 ## dummy dependencies for each header file. Too bad gcc doesn't do
178 ## Some versions of gcc put a space before the ':'. On the theory