Skip to content
Snippets Groups Projects
Commit 2f8d396b authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

Add support for building native win32 tools


Add support for compiling the host tools in the tools directory using
the MinGW toolchain.  This produces executables which can be used on
standard Windows computers without requiring cygwin.

One must specify the MinGW compiler and strip utilities as if they
were the host toolchain in order to build win32 executables, eg:

make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools

Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
parent e50abf66
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment