Home | History | Annotate | Download | only in tools

Lines Matching full: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.8).
35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver
70 TOOLCHAIN="$3"
83 GDBVER=$(get_default_gdbserver_version_for_gcc $TOOLCHAIN)
113 # Check toolchain name
115 if [ -z "$TOOLCHAIN" ] ; then
116 echo "ERROR: Missing toolchain name parameter. See --help for details."
130 parse_toolchain_name $TOOLCHAIN
131 check_toolchain_install $ANDROID_BUILD_TOP/prebuilts/ndk/current $TOOLCHAIN
180 dump "Configure: $TOOLCHAIN gdbserver-$GDBVER build with $PLATFORM"
211 dump "Building : $TOOLCHAIN gdbserver."
215 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
221 # note that we install it in the toolchain bin directory
229 dump "Install : $TOOLCHAIN $DSTFILE."