forked from len0rd/rockbox
revert -fPIC change, as it seems to be gentoo related problem...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18378 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
903156d5d9
commit
736af6f33f
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -99,7 +99,7 @@ simcc () {
|
||||||
prefixtools ""
|
prefixtools ""
|
||||||
|
|
||||||
simver=sdl
|
simver=sdl
|
||||||
GCCOPTS='-W -Wall -g -fno-builtin -fPIC'
|
GCCOPTS='-W -Wall -g -fno-builtin'
|
||||||
|
|
||||||
output="rockboxui" # use this as default output binary name
|
output="rockboxui" # use this as default output binary name
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue