summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-26 09:43:42 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-26 09:43:42 -0400
commit8e280bdda84dabfd6d17eb52cd51ea78cfb8829a (patch)
tree5eb5a788ad22cbfaae5418bc4e792446e9058eb4
parent3611266d0ffe20e32912c9070d4d0f7e7b2ebfce (diff)
downloadrockbox-8e280bdda84dabfd6d17eb52cd51ea78cfb8829a.tar.gz
rockbox-8e280bdda84dabfd6d17eb52cd51ea78cfb8829a.zip
configure: Hopefully resolve windows simulator builds issues for hosted targets
Change-Id: If4ded4cb3a19603ea0e5e0b7d3f4c281492dbc8b
-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