/hardware/ti/wlan/mac80211/ti-utils/ |
Makefile | 1 CC = $(CROSS_COMPILE)gcc
|
/ndk/build/tools/ |
gen-toolchain-wrapper.sh | 17 # This shell script is used to rebuild the gcc and toolchain binaries 39 /tmp/my-toolchain/my-gcc 46 calling the host version of 'cc', 'gcc', etc... 91 PROGRAMS="cc gcc c++ g++ cpp as ld ar ranlib strip strings nm objdump dlltool" 111 # $1: program name, without any prefix (e.g. gcc, g++, ar, etc..) 125 cc|gcc) FLAGS=$FLAGS" $EXTRA_CFLAGS";;
|
build-mingw64-toolchain.sh | 180 --gcc-version=*) GCC_VERSION=$optarg;; 201 echo " --gcc-version=<version> Select gcc version [$GCC_VERSION]." 287 PROBE_CC=${CC:-gcc} 298 PROBE_CC=${HOST_BINPREFIX}gcc 300 echo "Using GCC: $PROBE_CC" 401 download_package http://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2 460 CC=${BINPREFIX}gcc [all...] |
build-host-gcc.sh | 17 # Rebuild the host GCC toolchain binaries from sources. 90 This is required to generate proper target GCC libraries. 131 register_var_option "--build-dir=<path>" BUILD_DIR "Build GCC into directory" 143 register_var_option "--no-target-libs" NO_TARGET_LIBS "Don't build gcc target libs." 181 BUILD_DIR=/tmp/ndk-$USER/build/host-gcc 509 local TMPC=/tmp/build-host-gcc-$USER-$$.c 538 local GCC="$PREFIX-gcc" 539 if [ -f "$GCC" ]; then 540 if check_compiler "$GCC" "$@"; the [all...] |
/ndk/tests/standalone/ |
run.sh | 23 # This script will use ${PREFIX}gcc to invoke the compiler, 28 # LDFLAGS Linker flags (passed to ${PREFIX}gcc, not ${PREFIX}ld) 107 echo "The prefix can also be the full-path to the \$TARGET-gcc or \$TARGET-g++ program " 257 # Test GCC 258 # Remove -gcc or -g++ from prefix if any 259 PREFIX=${PREFIX%-gcc} 265 GCC=${PREFIX}gcc 266 if [ ! -f "$GCC" ]; then 267 panic "Missing compiler, please fix your prefix definition: $GCC" [all...] |
/ndk/sources/host-tools/make-3.81/ |
build_w32.bat | 27 if "%1" == "gcc" GoTo GCCBuild
167 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c variable.c
168 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c rule.c
169 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c remote-stub.c
170 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c commands.c
171 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c file.c
172 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c getloadavg.c
173 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c default.c
174 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c signame.c
175 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c ex (…) [all...] |
/external/compiler-rt/make/ |
options.mk | 7 CC := gcc
|
/external/icu4c/config/ |
mh-alpha-linux-gcc | 72 GENCCODE_ASSEMBLY=-a gcc
|
/external/ipsec-tools/ |
Makefile | 2 gcc -O3 -Wall -o racoon -I. -Isrc/include-glibc -Isrc/libipsec \
|
/external/libvpx/libvpx/build/make/ |
Android.mk | 16 # ./libvpx/configure --target=armv7-android-gcc --disable-examples \ 45 # --target=arm5te-android-gcc and modify the Application.mk file to 59 include $(CONFIG_DIR)/libs-armv7-android-gcc.mk 61 include $(CONFIG_DIR)/libs-armv5te-android-gcc.mk
|
/external/llvm/utils/ |
llvm-native-gxx | 128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs"; 157 run "gcc $NativeGCCOptions $GeneratedCode -o $OutputFile"; 204 llvm-native-g++ takes the same options as llvm-gcc. All options
|
/frameworks/base/media/mca/filterfw/native/ |
Android.mk | 39 # gcc should always be placed at the end.
|
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
config.mk | 16 # config file for the arm gcc-4.4.3 toolchain for the Android NDK
|
/ndk/toolchains/arm-linux-androideabi-4.6/ |
config.mk | 16 # config file for the arm gcc-4.6 toolchain for the Android NDK
|
/ndk/toolchains/arm-linux-androideabi-4.7/ |
config.mk | 16 # config file for the arm gcc-4.7 toolchain for the Android NDK
|
/ndk/toolchains/mipsel-linux-android-4.4.3/ |
config.mk | 16 # config file for the mipsel gcc-4.4.3 toolchain for the Android NDK
|
/ndk/toolchains/mipsel-linux-android-4.6/ |
config.mk | 16 # config file for the mipsel gcc-4.6 toolchain for the Android NDK
|
/ndk/toolchains/mipsel-linux-android-4.7/ |
config.mk | 16 # config file for the mipsel gcc-4.7 toolchain for the Android NDK
|
/ndk/toolchains/x86-4.4.3/ |
config.mk | 16 # config file for the x86 gcc-4.4.3 toolchain for the Android NDK
|
/ndk/toolchains/x86-4.6/ |
config.mk | 16 # config file for the x86 gcc-4.6 toolchain for the Android NDK
|
/ndk/toolchains/x86-4.7/ |
config.mk | 16 # config file for the x86 gcc-4.7 toolchain for the Android NDK
|
/external/blktrace/btt/ |
Makefile | 8 CC = gcc
|
/external/compiler-rt/BlocksRuntime/tests/ |
makefile | 7 #CCDIR=/Volumes/Keep/gcc/usr/bin 17 gcc -fobjc-gc-only -g -arch x86_64 -arch i386 -std=gnu99 testfilerunner.m -o testfilerunner -framework Foundation
|
/external/libpng/contrib/pngminim/preader/ |
makefile | 5 CC=gcc
|
/external/qemu/android/build/ |
common.sh | 208 find_program MINGW32_CC $MINGW32_PREFIX-gcc 210 echo "ERROR: It looks like $MINGW32_PREFIX-gcc is not in your path" 246 CC=gcc 248 CC=gcc-3.3 263 # this is highly dependent on your GCC installation (and no, we can't set 285 LD=gcc
|