commit | a9c2864fd7ddc4fad1eef60905cf3d8f695e0181 | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Mon Dec 01 16:13:30 2014 -0800 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Fri Jan 27 13:52:11 2017 -0800 |
tree | eb59ddda2549f755026e387c57b4d971c7d87cd3 | |
parent | c69559c952ecbdea42048650ec8db1278477dd3f [diff] |
ANDROID: 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>