Home
last modified time | relevance | path

Searched refs:ARCH_INC (Results 1 – 1 of 1) sorted by relevance

/ndk/build/tools/
Dmake-standalone-toolchain.sh113 ARCH_INC=$ARCH
116 ARCH_INC=$ARCH
157 if [ "$ARCH_INC" != "$ARCH" ]; then
158 test -n "`echo $ARCH_INC | grep bc$ARCH`" && NEED_BC2NATIVE=yes
159 test -z "`echo $ARCH_INC | grep $ARCH`" && NEED_BC_LIB=yes
160 ARCH_INC=$(find_ndk_unknown_archs)
161 test -z "$ARCH_INC" && ARCH_INC="$ARCH"
162 test "$NEED_BC_LIB" = "yes" && ARCH_LIB=$ARCH_INC
163 test "$NEED_BC_LIB" = "yes" -o "$NEED_BC2NATIVE" = "yes" && ARCH_STL=$ARCH_INC
179 if [ "$ARCH_INC" != "$ARCH" ]; then
[all …]