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