HomeSort by relevance Sort by last modified time
    Searched refs:ccache (Results 1 - 14 of 14) sorted by null

  /build/core/combo/
select.mk 64 ccache := prebuilt/$(HOST_PREBUILT_TAG)/ccache/ccache macro
65 # prepend ccache if necessary
66 ifneq ($(ccache),$(firstword $($(combo_target)CC)))
67 $(combo_target)CC := $(ccache) $($(combo_target)CC)
69 ifneq ($(ccache),$(firstword $($(combo_target)CXX)))
70 $(combo_target)CXX := $(ccache) $($(combo_target)CXX)
72 ccache = macro
  /ndk/build/tools/
build-ccache.sh 17 # This shell script is used to download the sources of the ccache
20 # We use a special patched version of ccache 2.4 that works
24 # Beta versions of ccache 3.0 are supposed to do that as well but
32 PROGRAM_DESCRIPTION="Rebuild the prebuilt ccache binary for the Android NDK toolchain."
34 CCACHE_VERSION=ccache-2.4-android-20070905
105 echo "Building ccache from sources..."
108 dump "Could not build ccache in $BUILD_OUT"
111 PREBUILT_DIR=$NDK_DIR/build/prebuilt/$HOST_TAG/ccache
112 mkdir -p $PREBUILT_DIR && cp -p $BUILD_OUT/$CCACHE_VERSION/ccache $PREBUILT_DIR
114 dump "Could not copy ccache binary!
    [all...]
  /external/bison/build-aux/
config.rpath 42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  /external/libvpx/
configure 266 ccache
521 # ccache only really works on gcc toolchains
522 enabled gcc || soft_disable ccache
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 383 echo -n "Checking for ccache..."
384 find_program CMD_CCACHE ccache
386 echo "$HOST_CC" | tr ' ' '\n' | grep -q -e "ccache"
391 HOST_CC="ccache $HOST_CC"
392 HOST_CXX="ccache $HOST_CXX"
  /external/libvpx/build/make/
configure.sh 368 enabled ccache && CC="ccache ${CC}"
  /external/chromium/sdch/open-vcdiff/
configure     [all...]
  /external/expat/
configure     [all...]
  /external/libffi/
configure     [all...]
  /external/chromium/third_party/libevent/
configure     [all...]
  /external/dbus/
configure     [all...]
  /external/protobuf/
configure     [all...]
  /external/protobuf/gtest/
configure     [all...]
  /external/libpng/
configure     [all...]

Completed in 78 milliseconds