summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-06-22 17:46:26 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-06-22 17:46:26 +0000
commitdc0abc77441a5ed38a79208d7932e2cfcf23ef42 (patch)
treeeb3b9e2dd8a39a7f8c0cd5c209ece80851df8078 /tools/configure
parent88234fa9214870e618bacc94506fdbe0fc58acc1 (diff)
downloadrockbox-dc0abc77441a5ed38a79208d7932e2cfcf23ef42.zip
rockbox-dc0abc77441a5ed38a79208d7932e2cfcf23ef42.tar.gz
rockbox-dc0abc77441a5ed38a79208d7932e2cfcf23ef42.tar.bz2
rockbox-dc0abc77441a5ed38a79208d7932e2cfcf23ef42.tar.xz
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
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index caefce7..52ae52c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -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*)