forked from len0rd/rockbox
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
This commit is contained in:
parent
58aa4c98bb
commit
6c54dc0f2b
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -36,7 +36,7 @@ crosswincc () {
|
||||||
# naive approach to selecting a mingw cross-compiler on linux/*nix
|
# naive approach to selecting a mingw cross-compiler on linux/*nix
|
||||||
echo "Enabling win32 crosscompiling"
|
echo "Enabling win32 crosscompiling"
|
||||||
|
|
||||||
prefixtools i386-mingw32msvc-
|
prefixtools i586-mingw32msvc-
|
||||||
|
|
||||||
LDOPTS="-lgdi32 -luser32 -mwindows"
|
LDOPTS="-lgdi32 -luser32 -mwindows"
|
||||||
# add cross-compiler option(s)
|
# add cross-compiler option(s)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue