forked from len0rd/rockbox
add -fPIC to GCCOPTS for simgcc to prevent warnings like: warning: creating a DT_TEXTREL in object.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18376 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3409e9d195
commit
07840bdd0a
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -99,7 +99,7 @@ simcc () {
|
|||
prefixtools ""
|
||||
|
||||
simver=sdl
|
||||
GCCOPTS='-W -Wall -g -fno-builtin'
|
||||
GCCOPTS='-W -Wall -g -fno-builtin -fPIC'
|
||||
|
||||
output="rockboxui" # use this as default output binary name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue