Searched refs:ARCH_INC (Results 1 – 1 of 1) sorted by relevance
113 ARCH_INC=$ARCH116 ARCH_INC=$ARCH157 if [ "$ARCH_INC" != "$ARCH" ]; then158 test -n "`echo $ARCH_INC | grep bc$ARCH`" && NEED_BC2NATIVE=yes159 test -z "`echo $ARCH_INC | grep $ARCH`" && NEED_BC_LIB=yes160 ARCH_INC=$(find_ndk_unknown_archs)161 test -z "$ARCH_INC" && ARCH_INC="$ARCH"162 test "$NEED_BC_LIB" = "yes" && ARCH_LIB=$ARCH_INC163 test "$NEED_BC_LIB" = "yes" -o "$NEED_BC2NATIVE" = "yes" && ARCH_STL=$ARCH_INC179 if [ "$ARCH_INC" != "$ARCH" ]; then[all …]