HomeSort by: relevance | last modified time | path
    Searched refs:gcc (Results 1 - 25 of 647) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/freetype/dist/builds/dos/
dos-gcc.mk 17 include $(TOP_DIR)/builds/compiler/gcc.mk
detect.mk 73 # Use DJGPP (i.e. gcc) by default.
75 CONFIG_FILE := dos-gcc.mk
76 CC ?= gcc
80 ifneq ($(findstring emx,$(MAKECMDGOALS)),) # EMX gcc
82 CC := gcc
  /xsrc/external/mit/freetype/dist/builds/os2/
os2-gcc.mk 2 # FreeType 2 configuration rules for the OS/2 + gcc
19 # include gcc-specific definitions
20 include $(TOP_DIR)/builds/compiler/gcc.mk
os2-dev.mk 2 # FreeType 2 configuration rules for OS/2 + GCC
23 # include gcc-specific definitions
24 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
detect.mk 35 # gcc-emx by default
36 CONFIG_FILE := os2-gcc.mk
69 CC := gcc
  /xsrc/external/mit/freetype/dist/builds/unix/
unix-dev.mk 2 # FreeType 2 Configuration rules for Unix + GCC
22 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
detect.mk 42 CC := gcc
  /xsrc/external/mit/freetype/dist/builds/windows/
w32-dev.mk 2 # FreeType 2 configuration rules for Win32 + GCC
26 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
w32-gcc.mk 2 # FreeType 2 configuration rules for Win32 + GCC
24 # include gcc-specific definitions
25 include $(TOP_DIR)/builds/compiler/gcc.mk
w32-mingw32.mk 26 # include gcc-specific definitions
27 include $(TOP_DIR)/builds/compiler/gcc.mk
detect.mk 90 # gcc Makefile by default
91 CONFIG_FILE := w32-gcc.mk
93 CC := gcc
103 $(info $(empty) make setup gcc (with Mingw))
165 CC := gcc
190 ifneq ($(findstring devel-gcc,$(MAKECMDGOALS)),) # development target
192 CC := gcc
194 .PHONY: devel-gcc
195 devel-gcc: setup
  /xsrc/external/mit/xorg-cf-files/dist/
nto.cf 2 /* Get X to build using the gcc toolchain, self hosted RTP x86 */
103 #define CcCmd gcc
121 #define CcCmd /usr/gcc/ntomips/bin/gcc -bntomips -EL
122 #define ArCmd /usr/gcc/bin/ar cq
123 #define LdCmd /usr/gcc/bin/ld
124 #define AsCmd /usr/gcc/ntomips/bin/as
125 #define RanlibCmd /usr/gcc/bin/ranlib
135 #define CcCmd /usr/gcc/ntoppc/bin/gcc -bntopp
    [all...]
cross.def 22 #define PostIncDir /skiff/local/lib/gcc-lib/arm-linux/2.95.2/include
23 #define CcCmd /skiff/local/bin/arm-linux-gcc
  /xsrc/external/mit/MesaLib.old/dist/scons/
dxsdk.py 61 gcc = 'gcc' in os.path.basename(env['CC']).split('-')
62 if gcc:
63 # Make GCC more forgiving towards Microsoft's headers
  /xsrc/external/mit/freetype/dist/builds/compiler/
emx.mk 18 CC := set GCCOPT="-ansi -pedantic"; gcc
gcc.mk 2 # FreeType 2 gcc-specific definitions
18 CC := gcc
gcc-dev.mk 2 # FreeType 2 gcc-specific with NO OPTIMIZATIONS + DEBUGGING
18 CC := gcc
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/fedora/
x86_build.sh 25 gcc \
26 gcc-c++ \
  /xsrc/external/mit/freetype/dist/src/tools/ftrandom/
Makefile 8 # The setup below is for gcc on a Unix-like platform,
17 CC = gcc
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
prim_x86_gcc.h 30 * Environment: GCC on i386 or x86-64
46 #error This file is intended to be used by gcc on i386 or x86-64 system
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
prim_x86_gcc.h 30 * Environment: GCC on i386 or x86-64
46 #error This file is intended to be used by gcc on i386 or x86-64 system
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
x86_build-base.sh 29 gcc \
  /xsrc/external/mit/brotli/dist/
Makefile 19 CC=$(CROSS_COMPILE)-gcc
  /xsrc/external/mit/appres/dist/
depcomp 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
    [all...]
  /xsrc/external/mit/bdftopcf/dist/
depcomp 142 depmode=gcc
169 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
170 gccflag=-qmakedep=gcc,-MF
171 depmode=gcc
176 ## gcc 3 implements dependency tracking that does exactly what
201 gcc)
202 ## Note that this doesn't just cater to obsolete pre-3.x GCC compilers.
205 ## There are various ways to get dependency output from gcc. Here's
210 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
212 ## supported by the other compilers which use the 'gcc' depmode
    [all...]

Completed in 12 milliseconds

1 2 3 4 5 6 7 8 91011>>