Home
last modified time | relevance | path

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

/external/qemu/
Dandroid-configure.sh35 OPTION_CC=
57 --cc=*) OPTION_CC="$optarg"
116 if [ -z "$CC" -a -z "$OPTION_CC" -a "$HOST_OS" = linux ] ; then
135 if [ -n "$OPTION_CC" ]; then
136 echo "Using specified C compiler: $OPTION_CC"
137 CC="$OPTION_CC"