summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
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 43f02f5643..35f4b6d107 100755
--- a/tools/configure
+++ b/tools/configure
@@ -311,6 +311,8 @@ simcc () {
311 # add cross-compiler option(s) 311 # add cross-compiler option(s)
312 GCCOPTS="$GCCOPTS -Wno-format" 312 GCCOPTS="$GCCOPTS -Wno-format"
313 LDOPTS="$LDOPTS -mconsole -static" 313 LDOPTS="$LDOPTS -mconsole -static"
314 GLOBAL_LDOPTS=`echo $GLOBAL_LDOPTS | sed -e s/\-Wl,-z,defs//`
315 LDOPTS=`echo $LDOPTS | sed -e s/-ldl// -e s/-lrt// -e s/-lasound//`
314 output="$output.exe" 316 output="$output.exe"
315 winbuild="yes" 317 winbuild="yes"
316 318