summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-09 22:07:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-09 22:07:29 +0000
commit6c54dc0f2b3d7e495e44b756393684d75c16acee (patch)
tree0afd5158955b35b9bcba668de7d7b0d26ff79ca7 /tools
parent58aa4c98bb61020beffde5759c7bd65e190d160c (diff)
downloadrockbox-6c54dc0f2b3d7e495e44b756393684d75c16acee.tar.gz
rockbox-6c54dc0f2b3d7e495e44b756393684d75c16acee.zip
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-xtools/configure2
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 () {
36 # naive approach to selecting a mingw cross-compiler on linux/*nix 36 # naive approach to selecting a mingw cross-compiler on linux/*nix
37 echo "Enabling win32 crosscompiling" 37 echo "Enabling win32 crosscompiling"
38 38
39 prefixtools i386-mingw32msvc- 39 prefixtools i586-mingw32msvc-
40 40
41 LDOPTS="-lgdi32 -luser32 -mwindows" 41 LDOPTS="-lgdi32 -luser32 -mwindows"
42 # add cross-compiler option(s) 42 # add cross-compiler option(s)