Skip to content
Commit 7bdc229f authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

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: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 171c4006
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment