diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-09 22:07:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-09 22:07:29 +0000 |
commit | 6c54dc0f2b3d7e495e44b756393684d75c16acee (patch) | |
tree | 0afd5158955b35b9bcba668de7d7b0d26ff79ca7 /tools | |
parent | 58aa4c98bb61020beffde5759c7bd65e190d160c (diff) |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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) |