Home
last modified time | relevance | path

Searched refs:INSTALL_ROOT (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/utils/crosstool/ARM/
Dbuild-install-linux.sh12 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}"
DREADME28 $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/
Dbuild-install-linux.sh12 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}"
DREADME28 $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/
Dlibcxx-trunk-static.cfg.in4 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'))))
Dlibcxx-trunk-shared.cfg.in4 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/
DMakefile74 INSTALL_ROOT = macro
81 GSM_INSTALL_ROOT = $(INSTALL_ROOT)
92 TOAST_INSTALL_ROOT = $(INSTALL_ROOT)
/external/expat/
DChanges712 #1490371, #1613457: support both, DESTDIR and INSTALL_ROOT,