]> git.baikalelectronics.ru Git - kernel.git/commit
s390: use -fPIC for module compile
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 11 Jan 2013 14:26:01 +0000 (15:26 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Sat, 12 Jan 2013 17:49:26 +0000 (18:49 +0100)
commitbdb85051b5ed3bed944127b268f56fda70479c8a
tree9190ee55da8db10fcfcf6ccae10680b272d4fb74
parente8b57e5f57bcf626079c026f0a6386ea8462077d
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 <schwidefsky@de.ibm.com>
arch/s390/Makefile