commit | 54648c2a3badc101121cda01ed81cc422c0fe70f | [log] [tgz] |
---|---|---|
author | Ziyan <jaraidaniel@gmail.com> | Thu Jan 12 18:47:54 2017 +0100 |
committer | Ethan Chen <intervigil@gmail.com> | Thu Jan 12 18:28:12 2017 +0000 |
tree | c3d8f215157273c06804b296ad2ca583693d1624 | |
parent | 20c06fd75e09f3910ec699bdc54eec08f6bb4594 [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