commit | 42a92bccd213ce4b7198d2e943ac0efe88cbe1aa | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Dec 14 17:05:37 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Dec 17 00:33:44 2018 +0900 |
tree | 8e9a8f0d8751d4406ab0c57fb2ee1ab50963ee1e | |
parent | 518d8a5644197abd3d5efb23c71afff25194da7e [diff] |
kbuild: add -fno-PIE flag unconditionally This flag is documented in the GCC 4.6 manual, and recognized by Clang as well. Let's rip off the cc-option switch. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>