Searched refs:BUILD_TAG (Results 1 - 1 of 1) sorted by relevance

/ndk/build/tools/
H A Dbuild-host-gcc.sh211 BUILD_TAG=$HOST_TAG
331 # on a linux-x86_64 machine, we want to change the value of BUILD_TAG
354 case $(tag_to_bits $BUILD_TAG) in
361 BUILD_TAG=$BUILD_OS-$BUILD_ARCH
362 dump "Forcing build config: $BUILD_TAG"
367 BUILD_BITS=$(tag_to_bits $BUILD_TAG)
423 BUILD=$(tag_to_config_triplet $BUILD_TAG)
1439 if [ "$SYSTEM" = "$BUILD_TAG" -a -z "$NO_TARGET_LIBS" ]; then
1457 if [ "$SYSTEM" != "$BUILD_TAG" ]; then
1458 build_gcc $BUILD_TAG
[all...]

Completed in 33 milliseconds