From: Martin Schwidefsky Date: Fri, 11 Jan 2013 14:26:01 +0000 (+0100) Subject: s390: use -fPIC for module compile X-Git-Tag: v3.8-rc4~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bdc229fad1d42beda70f1966042262470660082;p=pandora-kernel.git s390: use -fPIC for module compile The xfs module uses a lot of tracepoint, with TRACEPOINTS=y and a few debugging options the GOT table of the xfs module will get bigger than 4K. To get a working xfs module it needs to be compiled with -fPIC instead of -fpic. To play safe use -fPIC for all modules. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed