Home
last modified time | relevance | path

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

/external/llvm/projects/sample/autoconf/
Dconfigure.ac577 *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
578 case "$a_target" in
607 *) AC_MSG_ERROR([Unrecognized target $a_target]) ;;
616 for a_target in $TARGETS_TO_BUILD; do
617 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then
/external/llvm/autoconf/
Dconfigure.ac638 *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
639 case "$a_target" in
669 *) AC_MSG_ERROR([Unrecognized target $a_target]) ;;
678 for a_target in $TARGETS_TO_BUILD; do
679 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then
/external/llvm/projects/sample/
Dconfigure5258 *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
5259 case "$a_target" in
5290 *) { { echo "$as_me:$LINENO: error: Unrecognized target $a_target" >&5
5291 echo "$as_me: error: Unrecognized target $a_target" >&2;}
5302 for a_target in $TARGETS_TO_BUILD; do
5303 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then
/external/llvm/
Dconfigure5314 *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
5315 case "$a_target" in
5347 *) { { echo "$as_me:$LINENO: error: Unrecognized target $a_target" >&5
5348 echo "$as_me: error: Unrecognized target $a_target" >&2;}
5357 for a_target in $TARGETS_TO_BUILD; do
5358 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then