From 736af6f33f21c4830901c26efd01f17bed381731 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 1 Sep 2008 13:03:27 +0000 Subject: 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 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index a992ecc44e..728d4d39fd 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 -- cgit v1.2.3