1
0
Fork 0
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:
Christian Gmeiner 2008-09-01 13:03:27 +00:00
parent 903156d5d9
commit 736af6f33f

2
tools/configure vendored
View file

@ -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