From 6c54dc0f2b3d7e495e44b756393684d75c16acee Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Mar 2005 22:07:29 +0000 Subject: The win32 cross-compiler now uses a "i586-mingw32msvc-" prefix, since that is what the debian package is using. Install your own win32 cross-compiler on Debian Linux like this: apt-get install mingw32 mingw32-binutils mingw32-runtime git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6177 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index f339c71974..ebcd6f5e16 100755 --- a/tools/configure +++ b/tools/configure @@ -36,7 +36,7 @@ crosswincc () { # naive approach to selecting a mingw cross-compiler on linux/*nix echo "Enabling win32 crosscompiling" - prefixtools i386-mingw32msvc- + prefixtools i586-mingw32msvc- LDOPTS="-lgdi32 -luser32 -mwindows" # add cross-compiler option(s) -- cgit v1.2.3