Home | History | Annotate | Download | only in tools

Lines Matching refs:toolchain

17 # Rebuild the mingw64 cross-toolchain from scratch
155 TEMP_DIR=$TMPDIR/build-mingw64-toolchain-$USER
188 This program is used to rebuild a mingw64 cross-toolchain from scratch.
190 It uses your host 'gcc' by default to generate a cross-toolchain named
194 /path/to/build-mingw64-toolchain.sh
196 All toolchain binaries can generate both Win32 and Win64 executables.
202 toolchain prefix, e.g. <prefix>-gcc to compile. For example, to generate
204 SDK's compatibility Linux toolchain, one can do the following:
211 /path/to/build-mingw64-toolchain.sh --binprefix=x86_64-linux
231 --binprefix=<prefix> Specify bin prefix for host toolchain."
232 --no-multilib Disable multilib toolchain build."
238 --package-dir=<path> Package toolchain to directory."
451 fail_panic "Building MinGW-w64 toolchain requires specifying an svn version"
458 PATCHES_DIR="$PROGDIR/toolchain-patches-host/mingw-w64"
633 # Build and install the C runtime files needed by the toolchain
712 log "Packaging $TARGET_TAG toolchain to $PACKAGE_NAME"
714 fail_panic "Could not package $TARGET_TAG toolchain!"