OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOST_TAG32
(Results
1 - 7
of
7
) sorted by null
/ndk/build/tools/
rebuild-all-prebuilt.sh
33
SYSTEMS=$
HOST_TAG32
34
if [ "$
HOST_TAG32
" = "linux-x86" ]; then
build-host-prebuilts.sh
213
if [ "$
HOST_TAG32
" = "linux-x86" ]; then
227
if [ "$SYSTEM" != "$
HOST_TAG32
" -a "$CANADIAN_BUILD" != "yes" ]; then
make-release.sh
61
HOST_SYSTEMS="$
HOST_TAG32
"
prebuilt-common.sh
[
all
...]
make-standalone-toolchain.sh
49
SYSTEM=$
HOST_TAG32
244
if [ "$
HOST_TAG32
" = "windows" ]; then
build-llvm.sh
230
if [ "$
HOST_TAG32
" = "darwin-x86" -o "$DARWIN" = "yes" ]; then # -a "$HOST_ARCH" = "x86"
/ndk/tests/
run-tests-all.sh
52
if [ -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/$
HOST_TAG32
" ] ; then
56
TAGS=$TAGS" $
HOST_TAG32
"
59
TAGS=$
HOST_TAG32
102
dump "### Running $
HOST_TAG32
$V tests (32-bit host)"
Completed in 603 milliseconds