OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gcc_version
(Results
76 - 100
of
136
) sorted by null
1
2
3
4
5
6
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
61
GCC_VERSION
=4.4.3
80
TOOLCHAIN_NAME=$GCC_TARGET-glibc2.7-$
GCC_VERSION
217
--gcc-version=*)
GCC_VERSION
="$optarg"
301
echo " --gcc-version=VERSION GCC version number [$
GCC_VERSION
]."
[
all
...]
/external/v8/build/
standalone.gypi
183
'
GCC_VERSION
': '4.2',
/external/webkit/Source/JavaScriptCore/Configurations/
Base.xcconfig
125
GCC_VERSION
= $(GCC_VERSION_$(TARGET_GCC_VERSION));
/external/webkit/Source/JavaScriptGlue/Configurations/
Base.xcconfig
92
GCC_VERSION
= $(GCC_VERSION_$(TARGET_GCC_VERSION));
/external/webkit/Source/WebCore/Configurations/
Base.xcconfig
125
GCC_VERSION
= $(GCC_VERSION_$(TARGET_GCC_VERSION));
/external/webkit/Source/WebKit/mac/Configurations/
Base.xcconfig
111
GCC_VERSION
= $(GCC_VERSION_$(TARGET_GCC_VERSION));
/external/webkit/Source/WebKit2/Configurations/
Base.xcconfig
102
GCC_VERSION
= $(GCC_VERSION_$(TARGET_GCC_VERSION));
/ndk/build/tools/
dev-defaults.sh
135
# Out: default arch-specific toolchain name (e.g. 'arm-linux-androideabi-$
GCC_VERSION
')
make-standalone-toolchain.sh
189
# Get GCC_BASE_VERSION. Note that GCC_BASE_VERSION may be slightly different from
GCC_VERSION
.
292
GNUSTL_DIR=$NDK_DIR/$GNUSTL_SUBDIR/$
GCC_VERSION
build-gdbserver.sh
179
"-I$TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/$
GCC_VERSION
/include \
/external/libvorbis/
configure.ac
127
GCC_VERSION
=`$CC -dumpversion`
128
AC_MSG_RESULT([$
GCC_VERSION
])
/external/valgrind/main/nightly/bin/
nightly
184
gcc_version
="`gcc --version | head -1`"
201
echo "GCC version: $
gcc_version
" >> final
/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
...]
/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"
/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/clang/docs/
UsersManual.rst
[
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/webkit/Source/JavaScriptCore/wtf/
Platform.h
87
#define
GCC_VERSION
(__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
88
#define GCC_VERSION_AT_LEAST(major, minor, patch) (
GCC_VERSION
>= (major * 10000 + minor * 100 + patch))
[
all
...]
/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
...]
Completed in 624 milliseconds
1
2
3
4
5
6