Fix build problems for win32 cross compilation and cygwin which were introduced with r29983.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30052 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
88234fa921
commit
dc0abc7744
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"
|
LDOPTS="$LDOPTS -mconsole"
|
||||||
output="$output.exe"
|
output="$output.exe"
|
||||||
winbuild="yes"
|
winbuild="yes"
|
||||||
|
SHARED_CFLAGS=''
|
||||||
else
|
else
|
||||||
case $uname in
|
case $uname in
|
||||||
CYGWIN*)
|
CYGWIN*)
|
||||||
|
@ -241,6 +242,7 @@ simcc () {
|
||||||
LDOPTS="$LDOPTS -mconsole"
|
LDOPTS="$LDOPTS -mconsole"
|
||||||
output="$output.exe"
|
output="$output.exe"
|
||||||
winbuild="yes"
|
winbuild="yes"
|
||||||
|
SHARED_CFLAGS=''
|
||||||
;;
|
;;
|
||||||
|
|
||||||
MINGW*)
|
MINGW*)
|
||||||
|
|
Loading…
Reference in a new issue