commit | 0471ff42aa9106e7e41f0b240b4b97b954bd37a9 | [log] [tgz] |
---|---|---|
author | Ziyan <jaraidaniel@gmail.com> | Thu Jan 12 18:47:54 2017 +0100 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri Sep 29 03:06:29 2017 -0400 |
tree | c40b8476792667073a8b4c2388604a867a2eee9c | |
parent | 00f47e98b6a8a4a0af42c6dd2843cd4c2a44caef [diff] |
build: kernel: build arm kernel modules with -fno-pic With androidkernel (androideabi) toolchains, -fpic is enabled by default. At least on my 3.4 arm kernel, this causes an issue with kernel modules: "Unknown symbol _GLOBAL_OFFSET_TABLE_". On traditional armeabi toolchains, -fpic is not enabled, resulting in working kernel modules; let's follow that here. Change-Id: I3058b5213b34bdde9bb9d744563c7d55cd42d2a5