Lines Matching refs:toolchain
17 # This shell script is used to rebuild the gcc and toolchain binaries
24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
27 "Rebuild the gcc toolchain prebuilt binaries for the Android NDK.
29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is
30 the top-level NDK installation path and <toolchain> is the name of
31 the toolchain to use (e.g. arm-linux-androideabi-4.4.3)."
34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
78 TOOLCHAIN="$3"
111 # Check toolchain name
113 if [ -z "$TOOLCHAIN" ] ; then
114 echo "ERROR: Missing toolchain name parameter. See --help for details."
123 parse_toolchain_name $TOOLCHAIN
161 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
166 # Location where the toolchain license files are
167 TOOLCHAIN_LICENSES=$ANDROID_NDK_ROOT/build/tools/toolchain-licenses
188 # configure the toolchain
190 dump "Configure: $TOOLCHAIN toolchain build"
191 # Old versions of the toolchain source packages placed the
236 dump "Error while trying to configure toolchain build. See $TMPLOG"
240 # build the toolchain
241 dump "Building : $TOOLCHAIN toolchain [this can take a long time]."
255 echo "Error while building mingw toolchain. See $TMPLOG"
259 echo "Error while building toolchain. See $TMPLOG"
265 # install the toolchain to its final location
266 dump "Install : $TOOLCHAIN toolchain binaries."
269 echo "Error while installing toolchain. See $TMPLOG"
307 ARCHIVE="$TOOLCHAIN-$HOST_TAG.tar.bz2"
308 SUBDIR=$(get_toolchain_install_subdir $TOOLCHAIN $HOST_TAG)