OSDN Git Service

um: link vmlinux with -no-pie
authorThomas Meyer <thomas@m3y3r.de>
Sun, 20 Aug 2017 11:26:04 +0000 (13:26 +0200)
committerRichard Weinberger <richard@nod.at>
Wed, 13 Sep 2017 20:34:30 +0000 (22:34 +0200)
commit883354afbc109c57f925ccc19840055193da0cc0
tree8280cb3276443190dc2ed23d680476fb4598e1ab
parentd3488649dcd23b7a6e63895274ec69f80e92d4ed
um: link vmlinux with -no-pie

Debian's gcc defaults to pie. The global Makefile already defines the -fno-pie option.
Link UML dynamic kernel image also with -no-pie to fix the build.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/Makefile