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:
Andree Buschmann 2011-06-22 17:46:26 +00:00
parent 88234fa921
commit dc0abc7744

2
tools/configure vendored
View file

@ -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*)