Searched refs:INSTALL_ROOT (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/utils/crosstool/ARM/ |
D | build-install-linux.sh | 12 readonly INSTALL_ROOT="${INSTALL_ROOT:-/usr/local/crosstool}" 22 readonly CODE_SOURCERY="${INSTALL_ROOT}/codesourcery" 45 readonly LLVM_INSTALL_DIR="${INSTALL_ROOT}/${CROSS_TARGET}/llvm" 50 readonly LLVMGCC_INSTALL_DIR="${INSTALL_ROOT}/${CROSS_TARGET}/llvm-gcc-4.2" 191 echo "Building in ${SCRATCH_ROOT}; installing in ${INSTALL_ROOT}"
|
D | README | 28 $INSTALL_ROOT (if you want to install in directory other than /usr/local). 32 % env INSTALL_ROOT=[dir to install in] \
|
/external/llvm/utils/crosstool/ARM/ |
D | build-install-linux.sh | 12 readonly INSTALL_ROOT="${INSTALL_ROOT:-/usr/local/crosstool}" 22 readonly CODE_SOURCERY="${INSTALL_ROOT}/codesourcery" 45 readonly LLVM_INSTALL_DIR="${INSTALL_ROOT}/${CROSS_TARGET}/llvm" 50 readonly LLVMGCC_INSTALL_DIR="${INSTALL_ROOT}/${CROSS_TARGET}/llvm-gcc-4.2" 191 echo "Building in ${SCRATCH_ROOT}; installing in ${INSTALL_ROOT}"
|
D | README | 28 $INSTALL_ROOT (if you want to install in directory other than /usr/local). 32 % env INSTALL_ROOT=[dir to install in] \
|
/external/llvm-project/libcxx/test/configs/ |
D | libcxx-trunk-static.cfg.in | 4 INSTALL_ROOT = "@CMAKE_BINARY_DIR@" 29 …{compile_flags}', '-nostdinc++ -isystem {} -I {}'.format(os.path.join(INSTALL_ROOT, 'include', 'c+… 31 config.substitutions.append(('%{link_flags}', '-nostdlib++ {} {}'.format(os.path.join(INSTALL_ROOT,… 32 … os.path.join(INSTALL_ROOT, 'lib', 'libc++abi.a'))))
|
D | libcxx-trunk-shared.cfg.in | 4 INSTALL_ROOT = "@CMAKE_BINARY_DIR@" 29 …{compile_flags}', '-nostdinc++ -isystem {} -I {}'.format(os.path.join(INSTALL_ROOT, 'include', 'c+… 31 …link_flags}', '-nostdlib++ -L {0} -lc++ -Wl,-rpath,{0}'.format(os.path.join(INSTALL_ROOT, 'lib'))))
|
/external/libgsm/ |
D | Makefile | 74 INSTALL_ROOT = macro 81 GSM_INSTALL_ROOT = $(INSTALL_ROOT) 92 TOAST_INSTALL_ROOT = $(INSTALL_ROOT)
|
/external/expat/ |
D | Changes | 712 #1490371, #1613457: support both, DESTDIR and INSTALL_ROOT,
|