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

  /ndk/build/tools/
build-host-python.sh 20 # found in $TOOLCHAIN_SRC_DIR/gcc/gcc-*
57 TOOLCHAIN_SRC_DIR=
58 register_var_option "--toolchain-src-dir=<path>" TOOLCHAIN_SRC_DIR "Select toolchain source directory"
83 if [ -z "$TOOLCHAIN_SRC_DIR" ]; then
86 check_toolchain_src_dir "$TOOLCHAIN_SRC_DIR"
87 TOOLCHAIN_SRC_DIR=`cd $TOOLCHAIN_SRC_DIR; pwd`
211 PYTHON_SRCDIR=$TOOLCHAIN_SRC_DIR/python/Python-$VERSION
233 local SRCDIR=$TOOLCHAIN_SRC_DIR/python/Python-$2
374 GCC_DIRS=$(find $TOOLCHAIN_SRC_DIR/gcc/ -maxdepth 1 -name "gcc-*" -type d
    [all...]
build-host-gdb.sh 52 TOOLCHAIN_SRC_DIR=
53 register_var_option "--toolchain-src-dir=<path>" TOOLCHAIN_SRC_DIR "Select toolchain source directory"
86 if [ -z "$TOOLCHAIN_SRC_DIR" ]; then
94 GDB_SRCDIR=$TOOLCHAIN_SRC_DIR/gdb/gdb-$VERSION
145 local SRCDIR=$TOOLCHAIN_SRC_DIR/expat/expat-2.0.1
174 local SRCDIR=$TOOLCHAIN_SRC_DIR/gdb/gdb-$3
build-host-gcc.sh 124 TOOLCHAIN_SRC_DIR=
125 register_var_option "--toolchain-src-dir=<path>" TOOLCHAIN_SRC_DIR "Select toolchain source directory"
176 if [ -z "$TOOLCHAIN_SRC_DIR" ]; then
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 73 TOOLCHAIN_SRC_DIR=$WORK_DIR/toolchain-src
347 TOOLCHAIN_SRC_DIR="$1"
348 if [ ! -d "$TOOLCHAIN_SRC_DIR" ]; then
352 if [ ! -d "$TOOLCHAIN_SRC_DIR/build" ]; then
1038 (mkdir -p $TOOLCHAIN_SRC_DIR && cd $TOOLCHAIN_SRC_DIR &&
1041 SOURCES_LIST=$TOOLCHAIN_SRC_DIR/SOURCES
1183 $TOOLCHAIN_SRC_DIR/binutils/binutils-$BINUTILS_VERSION/configure \
1211 tar xjf $TOOLCHAIN_SRC_DIR/gmp/gmp-$GMP_VERSION.tar.bz2
1247 tar xjf $TOOLCHAIN_SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 389 TOOLCHAIN_SRC_DIR=$WORK_DIR/toolchain-src
392 TOOLCHAIN_SRC_DIR="$1"
393 if [ ! -d "$TOOLCHAIN_SRC_DIR" ]; then
397 if [ ! -d "$TOOLCHAIN_SRC_DIR/build" ]; then
1252 (mkdir -p $TOOLCHAIN_SRC_DIR && cd $TOOLCHAIN_SRC_DIR &&
1255 SOURCES_LIST=$TOOLCHAIN_SRC_DIR/SOURCES
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 389 TOOLCHAIN_SRC_DIR=$WORK_DIR/toolchain-src
392 TOOLCHAIN_SRC_DIR="$1"
393 if [ ! -d "$TOOLCHAIN_SRC_DIR" ]; then
397 if [ ! -d "$TOOLCHAIN_SRC_DIR/build" ]; then
1252 (mkdir -p $TOOLCHAIN_SRC_DIR && cd $TOOLCHAIN_SRC_DIR &&
1255 SOURCES_LIST=$TOOLCHAIN_SRC_DIR/SOURCES
    [all...]

Completed in 86 milliseconds