HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 76 - 100 of 442) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/fio/compiler/
compiler.h 9 #error Compiler too old, need gcc at least gcc 3.x
17 * Mark unused variables passed to ops functions as unused, to silence gcc
  /external/libpcap/msdos/
common.dj 10 GCCLIB = /djgpp/lib/gcc-lib/djgpp/3.31
25 @echo libgcc.a not found. Set \"$(GCCLIB)\" to \"/djgpp/lib/gcc-lib/djgpp/3.X\"
51 CC = gcc.exe
  /external/mesa3d/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
  /external/vixl/tools/
cross_build_gcc.sh 30 echo "Usage: tools/cross_build_gcc.sh <GCC prefix> [scons arguments ...]"
37 export CC=$1gcc
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
Makefile 2 CC=gcc
3 LINKER=gcc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xstormy16/
gcc.d 3 #name: gcc
gcc.sh 38 cat > gcc.s <<EOF
45 gentest gcc
  /device/google/contexthub/util/nanoapp_encr/
Makefile 19 CC ?= gcc
  /device/google/contexthub/util/nanoapp_sign/
Makefile 19 CC ?= gcc
  /external/autotest/client/site_tests/hardware_TLBMissCost/src/
Makefile 2 # Force to use gcc to build it. Clang upstream bug is at
4 CC=${CHOST}-gcc
  /external/compiler-rt/test/builtins/Unit/
test 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
ttp.hpp 18 #include <boost/mpl/aux_/config/gcc.hpp>
  /prebuilts/misc/darwin-x86/analyzer/bin/
ccc-syntax 12 # with Android toolchain mostly gcc.
67 # isn't explicitly added in the commmand line. Likelywise for other gcc implicit
70 # We can query search paths by doing "gcc -v" and parsing the output with
71 # sed -n '1,/BEGIN/!{ /END/,/BEING/!p; }' (*1), but forking gcc here adds overhead.
78 # (*2) prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/bin/i686-apple-darwin10-gcc -m64 -v -E - < /dev/null 2>&1 | \
84 -I prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include
  /build/core/combo/
HOST_linux-x86_64.mk 21 HOST_TOOLCHAIN_PREFIX := prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/bin/x86_64-linux-
23 HOST_CC := $(HOST_TOOLCHAIN_PREFIX)gcc
33 # gcc location for clang; to be updated when clang is updated
34 HOST_TOOLCHAIN_FOR_CLANG := prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8
HOST_linux-x86.mk 21 $(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX := prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/bin/x86_64-linux-
23 $(combo_2nd_arch_prefix)HOST_CC := $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)gcc
33 # gcc location for clang; to be updated when clang is updated
34 $(combo_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG := prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8
  /external/llvm/utils/
check-each-file 5 # This script depends on the llvm-native-gcc script.
11 echo "Building $program with llvm-native-gcc"
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
25 gcc -c __main.c
28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker
113 echo "Recompiling everything with llvm-native-gcc"
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
123 echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc"
128 echo Trying to compile $f with native gcc and rebuild $program
130 gmake ${f} CC=gcc > /dev/null 2>&
    [all...]
Makefile 16 getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
  /external/icu/icu4c/source/
runConfigureICU 38 AIX/GCC Use the GNU gcc/g++ compilers on AIX
39 Cygwin Use the GNU gcc/g++ compilers on Cygwin
43 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
46 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
47 Linux/gcc Use the GNU gcc/g++ compilers on Linux
52 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
53 MinGW Use the GNU gcc/g++ compilers on MinG
    [all...]
  /external/libvpx/libvpx/build/make/
Android.mk 16 # ./libvpx/configure --target=armv7-android-gcc --disable-examples \
46 # --target=armv6-android-gcc and modify the Application.mk file to
60 include $(CONFIG_DIR)libs-armv7-android-gcc.mk
63 include $(CONFIG_DIR)libs-armv6-android-gcc.mk
66 include $(CONFIG_DIR)libs-armv8-android-gcc.mk
69 include $(CONFIG_DIR)libs-x86-android-gcc.mk
71 include $(CONFIG_DIR)libs-x86_64-android-gcc.mk
73 include $(CONFIG_DIR)libs-mips-android-gcc.mk
  /external/compiler-rt/test/builtins/timing/
time 9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name