summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-06-24 10:00:06 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-06-24 10:00:06 +0000
commit6472bcde6537ff2cb623b664201d51f805719184 (patch)
tree873c5e0fb3c98098e0c8b09ae7c65e741341efa2
parent3562e0fb1f69b71ee75d6e6a521f8f3f25904373 (diff)
downloadrockbox-6472bcde6537ff2cb623b664201d51f805719184.tar.gz
rockbox-6472bcde6537ff2cb623b664201d51f805719184.zip
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
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index caefce7ba3..52ae52cbf1 100755
--- a/tools/configure
+++ b/tools/configure
@@ -232,6 +232,7 @@ simcc () {
232 LDOPTS="$LDOPTS -mconsole" 232 LDOPTS="$LDOPTS -mconsole"
233 output="$output.exe" 233 output="$output.exe"
234 winbuild="yes" 234 winbuild="yes"
235 SHARED_CFLAGS=''
235 else 236 else
236 case $uname in 237 case $uname in
237 CYGWIN*) 238 CYGWIN*)
@@ -241,6 +242,7 @@ simcc () {
241 LDOPTS="$LDOPTS -mconsole" 242 LDOPTS="$LDOPTS -mconsole"
242 output="$output.exe" 243 output="$output.exe"
243 winbuild="yes" 244 winbuild="yes"
245 SHARED_CFLAGS=''
244 ;; 246 ;;
245 247
246 MINGW*) 248 MINGW*)