Home | History | Annotate | Download | only in build

Lines Matching refs:TMPC

156 TMPC=/tmp/android-$$-test.c
164 rm -f $TMPC $TMPO $TMPL $TMPE
253 cat > $TMPC <<EOF
303 # try to compile the current source file in $TMPC into an object
308 log2 "Object : $CC -o $TMPO -c $CFLAGS $TMPC"
309 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
328 # perform a simple compile / link / run of the source file in $TMPC
331 log2 "RunExec : $CC -o $TMPE $CFLAGS $TMPC"
335 cat $TMPC
342 cat $TMPC
358 # check that a given C program in $TMPC can be compiled on the host system
378 # check that a given C program $TMPC can be linked on the host system
417 echo "#include $2" > $TMPC
418 cat >> $TMPC <<EOF
427 # run the test program that is in $TMPC and set its exit status