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

  /build/core/combo/
HOST_darwin-x86_64.mk 37 HOST_CXX := $(HOST_TOOLCHAIN_PREFIX)-g++
HOST_linux-x86_64.mk 24 HOST_CXX := $(HOST_TOOLCHAIN_PREFIX)g++
HOST_linux-x86.mk 24 $(combo_2nd_arch_prefix)HOST_CXX := $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)g++
HOST_darwin-x86.mk 37 $(combo_2nd_arch_prefix)HOST_CXX := $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)-g++
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 772 HOST_CXX=${CXX-g++}
783 HOST_CXX="ccache $HOST_CXX"
814 HOST_CXX=$HOST_CXX" -m32"
822 echo "Using build C++ compiler: $HOST_CXX"
827 export CXX="$HOST_CXX"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 774 HOST_CXX=${CXX-g++}
785 HOST_CXX="ccache $HOST_CXX"
816 HOST_CXX=$HOST_CXX" -m32"
824 echo "Using build C++ compiler: $HOST_CXX"
829 export CXX="$HOST_CXX"
    [all...]
  /external/llvm/test/
Makefile 140 @$(ECHOPATH) s!@HOST_CXX@!$(CXX)!g >> lit.tmp

Completed in 220 milliseconds