Home
last modified time | relevance | path

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

/external/llvm/autoconf/
Dconfigure.ac1114 *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
1115 case "$a_target" in
1153 *) AC_MSG_ERROR([Unrecognized target $a_target]) ;;
1173 for a_target in $TARGETS_TO_BUILD; do
1174 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then
/external/llvm/
Dconfigure5644 *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
5645 case "$a_target" in
5685 *) { { echo "$as_me:$LINENO: error: Unrecognized target $a_target" >&5
5686 echo "$as_me: error: Unrecognized target $a_target" >&2;}
5709 for a_target in $TARGETS_TO_BUILD; do
5710 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then