From dc0abc77441a5ed38a79208d7932e2cfcf23ef42 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Wed, 22 Jun 2011 17:46:26 +0000 Subject: [PATCH] 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 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configure b/tools/configure index caefce7ba3..52ae52cbf1 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*)