diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2008-09-01 13:03:27 +0000 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2008-09-01 13:03:27 +0000 |
| commit | 736af6f33f21c4830901c26efd01f17bed381731 (patch) | |
| tree | 61fd92783fd838ed35cccdf0adb8484f160057e3 | |
| parent | 903156d5d9491445be8da8f9d8bd862fb78d1873 (diff) | |
| download | rockbox-736af6f33f21c4830901c26efd01f17bed381731.zip rockbox-736af6f33f21c4830901c26efd01f17bed381731.tar.gz rockbox-736af6f33f21c4830901c26efd01f17bed381731.tar.bz2 rockbox-736af6f33f21c4830901c26efd01f17bed381731.tar.xz | |
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
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index a992ecc..728d4d3 100755 --- a/tools/configure +++ b/tools/configure @@ -99,7 +99,7 @@ simcc () { prefixtools "" simver=sdl - GCCOPTS='-W -Wall -g -fno-builtin -fPIC' + GCCOPTS='-W -Wall -g -fno-builtin' output="rockboxui" # use this as default output binary name |