OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCC_VERSION
(Results
51 - 75
of
90
) sorted by null
1
2
3
4
/art/runtime/base/
macros.h
22
#define
GCC_VERSION
(__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
/ndk/build/tools/
build-gcc.sh
300
case "$
GCC_VERSION
" in
356
--with-gcc-version=$
GCC_VERSION
\
359
--with-gxx-include-dir=$TOOLCHAIN_BUILD_PREFIX/include/c++/$
GCC_VERSION
\
519
do_relink_bin gcc-$
GCC_VERSION
gcc
builder-funcs.sh
495
GCC_VERSION
=$3
507
BINPREFIX=$NDK_DIR/$(get_toolchain_binprefix_for_arch $ARCH $
GCC_VERSION
)
510
GCC_TOOLCHAIN=`dirname $NDK_DIR/$(get_toolchain_binprefix_for_arch $ARCH $
GCC_VERSION
)`
build-mingw64-toolchain.sh
145
GCC_VERSION
=4.7.2
180
--gcc-version=*)
GCC_VERSION
=$optarg;;
201
echo " --gcc-version=<version> Select gcc version [$
GCC_VERSION
]."
401
download_package http://ftp.gnu.org/gnu/gcc/gcc-$
GCC_VERSION
/gcc-$
GCC_VERSION
.tar.bz2
673
build_core_gcc gcc-$
GCC_VERSION
$GCC_CONFIGURE_OPTIONS
682
build_libgcc gcc-$
GCC_VERSION
prebuilt-common.sh
1071
GCC_VERSION
=`expr -- "$TOOLCHAIN" : '.*-\([0-9x\.]*\)'`
1072
log "Using GCC version: $
GCC_VERSION
"
[
all
...]
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
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
113
GCC_VERSION
=4.6
247
--gcc-version=*)
GCC_VERSION
="$optarg"
334
echo " --gcc-version=VERSION GCC version number [$
GCC_VERSION
]"
411
TOOLCHAIN_NAME=$GCC_TARGET-glibc2.7-$
GCC_VERSION
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
113
GCC_VERSION
=4.6
247
--gcc-version=*)
GCC_VERSION
="$optarg"
334
echo " --gcc-version=VERSION GCC version number [$
GCC_VERSION
]"
411
TOOLCHAIN_NAME=$GCC_TARGET-glibc2.7-$
GCC_VERSION
[
all
...]
/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
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h
650
#if
GCC_VERSION
>= 2000 && !defined USE_C_ALLOCA
output.h
122
#if
GCC_VERSION
>= 3004
bitmap.h
393
#if (
GCC_VERSION
>= 3004)
defaults.h
928
#if
GCC_VERSION
>= 3000 && defined IN_GCC
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h
650
#if
GCC_VERSION
>= 2000 && !defined USE_C_ALLOCA
output.h
122
#if
GCC_VERSION
>= 3004
bitmap.h
393
#if (
GCC_VERSION
>= 3004)
defaults.h
928
#if
GCC_VERSION
>= 3000 && defined IN_GCC
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h
650
#if
GCC_VERSION
>= 2000 && !defined USE_C_ALLOCA
output.h
122
#if
GCC_VERSION
>= 3004
bitmap.h
393
#if (
GCC_VERSION
>= 3004)
defaults.h
928
#if
GCC_VERSION
>= 3000 && defined IN_GCC
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h
650
#if
GCC_VERSION
>= 2000 && !defined USE_C_ALLOCA
output.h
122
#if
GCC_VERSION
>= 3004
bitmap.h
393
#if (
GCC_VERSION
>= 3004)
/art/runtime/
common_test.h
241
#if
GCC_VERSION
>= 40303
Completed in 1120 milliseconds
1
2
3
4