mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
configure: Hopefully resolve windows simulator builds issues for hosted targets
Change-Id: If4ded4cb3a19603ea0e5e0b7d3f4c281492dbc8b
This commit is contained in:
parent
3611266d0f
commit
8e280bdda8
1 changed files with 2 additions and 0 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -311,6 +311,8 @@ simcc () {
|
|||
# add cross-compiler option(s)
|
||||
GCCOPTS="$GCCOPTS -Wno-format"
|
||||
LDOPTS="$LDOPTS -mconsole -static"
|
||||
GLOBAL_LDOPTS=`echo $GLOBAL_LDOPTS | sed -e s/\-Wl,-z,defs//`
|
||||
LDOPTS=`echo $LDOPTS | sed -e s/-ldl// -e s/-lrt// -e s/-lasound//`
|
||||
output="$output.exe"
|
||||
winbuild="yes"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue