Home | History | Annotate | Download | only in tools

Lines Matching refs:TOOLCHAIN

24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
27 "Rebuild the gdbserver prebuilt binary for the Android NDK toolchain.
30 <ndk-dir> is the top-level NDK installation path and <toolchain>
31 is the name of the toolchain to use (e.g. arm-linux-androideabi-4.6).
35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver
74 TOOLCHAIN="$3"
110 # Check toolchain name
112 if [ -z "$TOOLCHAIN" ] ; then
113 echo "ERROR: Missing toolchain name parameter. See --help for details."
127 parse_toolchain_name $TOOLCHAIN
128 check_toolchain_install $NDK_DIR $TOOLCHAIN
173 dump "Configure: $TOOLCHAIN gdbserver-$GDB_VERSION build."
210 dump "Building : $TOOLCHAIN gdbserver."
214 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
220 # note that we install it in the toolchain bin directory
228 dump "Install : $TOOLCHAIN $DSTFILE."