HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_ARCH (Results 1 - 4 of 4) sorted by null

  /ndk/build/tools/
dev-platform-expand.sh 131 if [ -n "$OPTION_ARCH" ]; then
132 OPTION_ARCH=$(commas_to_spaces $OPTION_ARCH)
138 if [ -n "$OPTION_ARCH" -a "$OPTION_ARCH" != "$OPTION_ABI" ]; then
142 OPTION_ARCH=$OPTION_ABI
gen-platforms.sh 69 OPTION_ARCH=
105 OPTION_ARCH=$optarg
209 if [ -n "$OPTION_ARCH" ]; then
210 OPTION_ARCH=$(commas_to_spaces $OPTION_ARCH)
216 if [ -n "$OPTION_ARCH" -a "$OPTION_ARCH" != "$OPTION_ABI" ]; then
220 OPTION_ARCH=$OPTION_ABI
223 if [ -n "$OPTION_ARCH" ] ; then
224 ARCHS="$OPTION_ARCH"
    [all...]
  /external/qemu/distrib/
build-kernel.sh 45 OPTION_ARCH=
70 OPTION_ARCH=$optarg
146 if [ -n "$OPTION_ARCH" ]; then
147 ARCH=$OPTION_ARCH
  /external/dnsmasq/src/
rfc2131.c 54 #define OPTION_ARCH 93
777 if ((opt = option_find(mess, sz, OPTION_ARCH, 2)))
    [all...]

Completed in 777 milliseconds