HomeSort by: relevance | last modified time | path
    Searched defs:CC (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/freetype/dist/builds/os2/
detect.mk 42 CC := icc
51 CC := wcc386
60 CC := bcc32
69 CC := gcc
  /xsrc/external/mit/freetype/dist/builds/windows/
detect.mk 92 ifeq ($(firstword $(CC)),cc)
93 CC := gcc
120 CC := cl
129 CC := cl
138 CC := wcc386
147 CC := icc
156 CC := lcc
165 CC := gcc
174 CC := bcc3
    [all...]
  /xsrc/external/mit/imake/dist/
mdepend.cpp 8 XCOMM [-o object-suffix] [-v] [-a] [-cc compiler] [-d dependencyflag]
13 XCOMM variable "CC" or the command line flag -cc.
24 CC=PREPROC
123 -cc)
124 CC="$2"
153 CC="$CC $compilerlistdependsflag"
157 echo "exec $CC `cat $ARGS`" >> $CPPCMD
  /xsrc/external/mit/freetype/dist/builds/dos/
detect.mk 76 CC ?= gcc
82 CC := gcc
91 CC := tcc
100 CC := wcc386
109 CC := bcc32
118 CC := bcc
  /xsrc/external/mit/freetype/dist/builds/unix/
detect.mk 42 CC := gcc
54 CC := lcc
62 # `unix-def.mk' together with `unix-cc.mk' is created.
  /xsrc/external/mit/freetype/dist/src/tools/ftrandom/
Makefile 17 CC = gcc
40 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $<
43 $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
  /xsrc/external/mit/brotli/dist/
Makefile 19 CC=$(CROSS_COMPILE)-gcc
39 $(CC) $(LDFLAGS) $(OBJECTS) -lm -o $(BINDIR)/$(EXECUTABLE)
54 $(CC) $(CFLAGS) $(CPPFLAGS) -Ic/include \
  /xsrc/external/mit/freetype/dist/builds/amiga/
makefile 55 CC = ppc-morphos-gcc
65 $(CC) -c $(CFLAGS) -o $@ $<
68 $(CC) -c $(CFLAGS) -o $@ $<
71 $(CC) -c $(CFLAGS) -o $@ $<
75 $(CC) -c $(CFLAGS) -o $@ $<
78 $(CC) -c $(CFLAGS) -o $@ $<
82 $(CC) -c $(CFLAGS) -o $@ $<
88 $(CC) -c $(CFLAGS) -o $@ $<
91 $(CC) -c $(CFLAGS) -o $@ $<
94 $(CC) -c $(CFLAGS) -o $@ $
    [all...]
  /xsrc/external/mit/freetype/dist/builds/compiler/
ansi-cc.mk 18 CC := cc
bcc-dev.mk 18 CC := bcc32
bcc.mk 18 CC := bcc32
emx.mk 18 CC := set GCCOPT="-ansi -pedantic"; gcc
gcc-dev.mk 18 CC := gcc
66 ifeq ($(findstring g++,$(CC)),)
gcc.mk 18 CC := gcc
intelc.mk 18 CC := icl
unix-lcc.mk 18 CC := lcc
visualage.mk 18 CC := icc
visualc.mk 18 CC := cl
watcom.mk 18 CC := wcc386
win-lcc.mk 18 CC := lcc
  /xsrc/external/mit/MesaLib/dist/bin/pick/
core.py 50 IS_CC = re.compile(r'^\s*cc:\s*["\']?([0-9]{2}\.[0-9])?["\']?\s*["\']?([0-9]{2}\.[0-9])?["\']?\s*\<?mesa-stable',
71 CC = 0
268 # We give precedence to fixes and cc tags over revert tags.
288 commit.nomination_type = NominationType.CC
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_sdvo.c 958 uint8_t CC:3;

Completed in 63 milliseconds