diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-06-22 17:46:26 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-06-22 17:46:26 +0000 |
| commit | dc0abc77441a5ed38a79208d7932e2cfcf23ef42 (patch) | |
| tree | eb3b9e2dd8a39a7f8c0cd5c209ece80851df8078 /tools/configure | |
| parent | 88234fa9214870e618bacc94506fdbe0fc58acc1 (diff) | |
| download | rockbox-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-x | tools/configure | 2 |
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*) |