From 6472bcde6537ff2cb623b664201d51f805719184 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Fri, 24 Jun 2011 10:00:06 +0000 Subject: 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 --- 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*) -- cgit v1.2.3