mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Backport r30052 to v3.9 branch. Fixes build problems for win32 cross compilation and cygwin.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_9@30062 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3562e0fb1f
commit
6472bcde65
1 changed files with 2 additions and 0 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -232,6 +232,7 @@ simcc () {
|
|||
LDOPTS="$LDOPTS -mconsole"
|
||||
output="$output.exe"
|
||||
winbuild="yes"
|
||||
SHARED_CFLAGS=''
|
||||
else
|
||||
case $uname in
|
||||
CYGWIN*)
|
||||
|
|
@ -241,6 +242,7 @@ simcc () {
|
|||
LDOPTS="$LDOPTS -mconsole"
|
||||
output="$output.exe"
|
||||
winbuild="yes"
|
||||
SHARED_CFLAGS=''
|
||||
;;
|
||||
|
||||
MINGW*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue