HomeSort by relevance Sort by last modified time
    Searched full:gcc_version (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /external/v8/src/
platform-linux.cc 202 #define GCC_VERSION (__GNUC__ * 10000 \
205 #if GCC_VERSION >= 40600
212 #elif GCC_VERSION < 40500
227 #undef GCC_VERSION
    [all...]
  /ndk/build/tools/
dev-defaults.sh 140 # Out: default arch-specific toolchain name (e.g. 'arm-linux-androideabi-$GCC_VERSION')
build-cxx-stl.sh 80 GCC_VERSION=$DEFAULT_GCC_VERSION
81 register_var_option "--gcc-version=<ver>" GCC_VERSION "Specify GCC version"
414 builder_begin_android $ABI "$BUILDDIR" "$GCC_VERSION" "$LLVM_VERSION" "$MAKEFILE"
make-standalone-toolchain.sh 217 # Get GCC_BASE_VERSION. Note that GCC_BASE_VERSION may be slightly different from GCC_VERSION.
408 GNUSTL_DIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION
prebuilt-common.sh 1071 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9x\.]*\)'`
1072 log "Using GCC version: $GCC_VERSION"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/
check-all-builds.sh 326 GCC_VERSION=4.7
332 echo "$ANDROID_BUILD_TOP/prebuilts/gcc/$ANDROID_HOST_TAG/$arch/$target-$GCC_VERSION"
363 result="$(get_prebuilt_clang) -target $target -B$gcc_dir/$target/bin -I$gcc_dir/lib/gcc/$target/$GCC_VERSION/include"
  /external/openssl/
check-all-builds.sh 326 GCC_VERSION=4.7
332 echo "$ANDROID_BUILD_TOP/prebuilts/gcc/$ANDROID_HOST_TAG/$arch/$target-$GCC_VERSION"
363 result="$(get_prebuilt_clang) -target $target -B$gcc_dir/$target/bin -I$gcc_dir/lib/gcc/$target/$GCC_VERSION/include"
  /external/ceres-solver/
CMakeLists.txt 608 EXECUTE_PROCESS(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION)
609 IF (GCC_VERSION VERSION_LESS 4.3)
611 ENDIF (GCC_VERSION VERSION_LESS 4.3)
  /external/chromium_org/third_party/WebKit/Source/web/
web.gyp 351 ['gcc_version>=46', {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pretty-print.h 308 #if GCC_VERSION >= 3005
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 308 #if GCC_VERSION >= 3005
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pretty-print.h 308 #if GCC_VERSION >= 3005
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 308 #if GCC_VERSION >= 3005
  /external/chromium_org/third_party/libxml/src/
configure.in 920 GCC_VERSION=`${CC} --version | head -1 | awk '{print $3}'`
921 GCC_MAJOR=`echo ${GCC_VERSION} | sed 's+\..*++'`
922 GCC_MEDIUM=`echo ${GCC_VERSION} | sed 's+[[0-9]]*\.++' | sed 's+\..*++'`
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/
UniversalBinaryNotes.rtf 71 \f1 GCC_VERSION flag which lets us set gcc 3.3 for PowerPC and gcc 4.0 for Intel.\
  /external/valgrind/main/
configure.in 108 [gcc_version=`${CC} --version \
120 case "${is_clang}-${gcc_version}" in
122 AC_MSG_RESULT([ok (${gcc_version})])
125 AC_MSG_RESULT([ok (${gcc_version})])
128 AC_MSG_RESULT([ok (clang-${gcc_version})])
131 AC_MSG_RESULT([no (${gcc_version})])
    [all...]
  /external/chromium/build/
common.gypi 404 # This will set gcc_version to XY if you are running gcc X.Y.*.
406 'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)',
    [all...]
  /external/chromium_org/third_party/mesa/src/
configure.ac 114 GCC_VERSION=`$CC -dumpversion`
116 GCC_VERSION_MAJOR=`echo $GCC_VERSION | cut -d. -f1`
117 GCC_VERSION_MINOR=`echo $GCC_VERSION | cut -d. -f2`
    [all...]
  /external/mesa3d/
configure.ac 114 GCC_VERSION=`$CC -dumpversion`
116 GCC_VERSION_MAJOR=`echo $GCC_VERSION | cut -d. -f1`
117 GCC_VERSION_MINOR=`echo $GCC_VERSION | cut -d. -f2`
    [all...]
  /art/runtime/
common_test.h 241 #if GCC_VERSION >= 40303
  /external/chromium_org/testing/gtest/
README 224 Comment options SDKROOT, MACOS_DEPLOYMENT_TARGET, and GCC_VERSION. If
  /external/chromium_org/third_party/WebKit/Source/core/
core.gyp 731 ['OS == "android" and target_arch == "ia32" and gcc_version == 46', {
    [all...]
  /external/clang/docs/
UsersManual.rst     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/
README 224 Comment options SDKROOT, MACOS_DEPLOYMENT_TARGET, and GCC_VERSION. If
  /ndk/sources/third_party/googletest/googletest/
README 224 Comment options SDKROOT, MACOS_DEPLOYMENT_TARGET, and GCC_VERSION. If

Completed in 1656 milliseconds

1 2 3 45 6 7