/development/build/tools/ |
windows_sdk.mk | 18 ifeq ($(strip $(shell which i586-mingw32msvc-gcc 2>/dev/null)),)
|
/external/elfutils/libebl/ |
Makefile | 194 CC = gcc 197 CPP = gcc -E 251 ac_ct_CC = gcc
|
/external/qemu/ |
android-configure.sh | 34 HOST_CC=${CC:-gcc} 122 HOST_CC=`dirname $0`/../../prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/i686-linux-gcc
|
/external/quake/quake/src/QW/ |
Makefile.Solaris | 22 CC=gcc
|
/external/valgrind/main/drd/scripts/ |
download-and-build-splash2.in | 85 -CC := gcc
|
/ndk/build/core/ |
default-build-commands.mk | 85 TARGET_CC = $(TOOLCHAIN_PREFIX)gcc
|
/ndk/sources/host-tools/nawk-20071023/ |
README | 66 compiled this without any changes using gcc -Wall and/or local C 84 This compiles without change on Macintosh OS X using gcc and
|
/build/core/combo/ |
TARGET_linux-sh.mk | 20 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else 26 TARGET_CC := $(TARGET_TOOLS_PREFIX)gcc$(HOST_EXECUTABLE_SUFFIX)
|
TARGET_linux-x86.mk | 25 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else 31 TARGET_CC := $(TARGET_TOOLS_PREFIX)gcc$(HOST_EXECUTABLE_SUFFIX)
|
/external/expat/amiga/ |
Makefile | 73 CC = gcc
|
/external/llvm/tools/bugpoint/ |
BugDriver.h | 38 class GCC; 54 GCC *gcc; member in class:llvm::BugDriver
|
/external/netcat/ |
stupidh | 19 ## WARNING: You may have to change "cc" to "gcc" below if you don't have 26 ## accomodate gcc's BOGUS assumptions based on input filename. 30 ## Here is where to change "cc" to "gcc" if needed: 103 ### More recently, some of this was swiped from the "gcc" doc. Autoconf is 308 gcc 365 # FL must be named something.c, so STUPID gcc recognized it as a non-object!! 463 # auto-sniff cc-vs-gcc somehow? maybe a straight OR with exit statii..
|
/external/srtp/ |
Makefile | 33 CC = gcc
|
/ndk/build/tools/ |
build-host-prebuilts.sh | 75 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc/gcc-$DEFAULT_GCC_VERSION" ]; then 247 run $BUILDTOOLS/build-gcc.sh "$SRC_DIR" "$NDK_DIR" $TOOLCHAIN_NAME $TOOLCHAIN_FLAGS
|
/external/clang/lib/Driver/ |
ToolChains.cpp | 200 // Fallback to llvm-gcc for i386 kext compiles, we don't support that ABI. 270 // For fallback, we need to know how to find the GCC cc1 executables, so we 271 // also add the GCC libexec paths. This is legacy code that can be removed 286 Path += "/../llvm-gcc-4.2/libexec/gcc/"; 290 Path = "/usr/llvm-gcc-4.2/libexec/gcc/"; 300 // only available in the gcc library directory (in particular 305 P.appendComponent("gcc"); 324 // Determine the arch specific GCC subdirectory [all...] |
/external/bison/src/ |
Makefile | 125 CC = gcc 128 CPP = gcc -E 142 GCC = yes 198 ac_ct_CC = gcc
|
/external/elfutils/src/ |
Makefile | 136 CC = gcc 139 CPP = gcc -E 195 ac_ct_CC = gcc
|
/external/grub/ |
config.status | 531 s,@CC@,gcc,;t t 532 s,@ac_ct_CC@,gcc,;t t 547 s,@CCAS@,gcc,;t t 556 s,@CPP@,gcc -E,;t t [all...] |
/external/icu4c/ |
config.status | 303 with options \" 'CC=gcc' 'CFLAGS= -O3' 'CXXFLAGS= -O' 'CXX=g++'\" 382 echo "running /bin/sh ./configure " 'CC=gcc' 'CFLAGS= -O3' 'CXXFLAGS= -O' 'CXX=g++' $ac_configure_extra_args " --no-create --no-recursion" >&6 383 exec /bin/sh ./configure 'CC=gcc' 'CFLAGS= -O3' 'CXXFLAGS= -O' 'CXX=g++' $ac_configure_extra_args --no-create --no-recursion 537 s,@CC@,gcc,;t t 540 s,@ac_ct_CC@,gcc,;t t 573 s,@GENCCODE_ASSEMBLY@,-a gcc,;t t 574 s,@CPP@,gcc -E,;t t [all...] |
/external/jpeg/ |
ltconfig | 132 --with-gcc assume that the GNU C compiler will be used 156 --with-gcc) with_gcc=yes ;; 312 # AIX sometimes has problems with the GCC collect2 program. For some 354 # Check to see if we are using GCC. 356 # If CC is not set, then try to find GCC or a usable CC. 358 echo $ac_n "checking for gcc... $ac_c" 1>&6 363 if test -f $dir/gcc; then 364 CC="gcc" 377 # Not "gcc", so try "cc", rejecting "/usr/ucb/cc". 421 # Now see if the compiler is really GCC [all...] |
/external/chromium/build/ |
install-chroot.sh | 272 autoconf automake1.9 dpkg-dev g++-multilib gcc-multilib gdb less libtool \
|
/external/llvm/ |
Makefile | 237 --with-llvm-gcc="$(LLVM_TOP)/llvm-gcc" ; \
|
/external/llvm/test/ |
Makefile | 125 BUGPOINT_TOPTS="-gcc-tool-args $(TargetCommonOpts)" 132 CXX_FOR_OCAMLOPT := $(subst gcc,g++,$(CC_FOR_OCAMLOPT))
|
/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 47 CC=gcc
|
/external/bison/ |
Makefile | 124 CC = gcc 127 CPP = gcc -E 140 GCC = yes 193 ac_ct_CC = gcc
|