arch: arm64: force -fno-pic
authorGreg Hackmann <ghackmann@google.com>
Tue, 2 Dec 2014 00:13:30 +0000 (16:13 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:54:04 +0000 (13:54 -0800)
commit2e0392618c37189ddc579738e846febffe80bc25
tree19268181270be5eed637e769bfb0f368eb3ce96d
parent565ae0937ee24576f480ffb755addf1be28aa980
arch: arm64: force -fno-pic

The aarch64-linux-android- toolchain enables -fpic by default.  -fpic
isn't needed for the kernel and breaks CONFIG_JUMP_LABEL, so turn it
off.

Change-Id: I685da1dc60e4cf1e9abcfb56e03654675ac02a0c
Signed-off-by: Greg Hackmann <ghackmann@google.com>
arch/arm64/Makefile