Home | History | Annotate | Download | only in tools

Lines Matching refs:CC

651     # binutils 2.21, because defining CC/CXX in the environment makes the
655 NDK_CCACHE_CC=$CC
657 # Unfortunately, we can just do CC="$NDK_CCACHE $CC" because some
661 CC=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-gcc.sh
680 # Do *not* set CC and CXX when building the Windows binaries
684 unset CC CXX STRIP
692 # We only do this if the CC variable is not defined to a given value
695 if [ "$HOST_OS" = "linux" -a -z "$CC" -a "$MINGW" != "yes" -a "$TRY64" != "yes" ]; then
699 CC="$LEGACY_TOOLCHAIN_DIR/bin/i686-linux-gcc"
705 CC=${CC:-gcc}
740 log2 $CC $HOST_CFLAGS -c -o $TMPO $TMPC
741 $NDK_CCACHE $CC $HOST_CFLAGS -c -o $TMPO $TMPC >$TMPL 2>&1
745 # NOTE: We need to modify the definitions of CC and CXX directly
748 CC="$CC -m32"
771 CC=$ABI_CONFIGURE_HOST-gcc
778 export CC CXX LD AR AS RANLIB STRIP