Searched refs:TMPO (Results 1 – 4 of 4) sorted by relevance
437 TMPO=/tmp/ndk-$USER/tmp/tests/test-$$.o444 rm -f $TMPC $TMPO $TMPL $TMPE552 log2 "Object : $CC -o $TMPO -c $CFLAGS $TMPC"553 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL558 log2 "Object : $CXX -o $TMPO -c $CXXFLAGS $TMPC"559 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL566 log2 "Link : $LD -o $TMPE $TMPO $LDFLAGS"567 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
336 $TOOLCHAIN_PREFIX-gcc -Wl,-shared,-Bsymbolic -nostdlib -o $TMPO $TMPC 1>/dev/null 2>&1345 local newfuncs="`extract_shared_library_functions $TMPO`"346 local newvars="`extract_shared_library_variables $TMPO`"358 mkdir -p "$libdir" && cp -f $TMPO "$2"
56 TMPO=/tmp/ndk-$USER/tmp/tests/tmp-platform.o438 …COMMAND="$CC -Wl,-shared,-Bsymbolic -Wl,-soname,$LIBRARY -nostdlib -o $TMPO $TMPC -Wl,--exclude-li…450 mkdir -p "$libdir" && rm -f "$DSTFILE" && cp -f $TMPO "$DSTFILE"
964 log2 $CC $HOST_CFLAGS -c -o $TMPO $TMPC965 $NDK_CCACHE $CC $HOST_CFLAGS -c -o $TMPO $TMPC >$TMPL 2>&1