Home
last modified time | relevance | path

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

/external/qemu/
Dandroid-configure.sh34 OPTION_CC=
58 --cc=*) OPTION_CC="$optarg"
118 if [ -z "$CC" -a -z "$OPTION_CC" -a "$HOST_OS" = linux ] ; then
126 echo "OPTION_CC='$OPTION_CC'"
127 if [ -n "$OPTION_CC" ]; then
128 echo "Using specified C compiler: $OPTION_CC"
129 CC="$OPTION_CC"