]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/has-stack-protector: add -fno-PIE
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 4 Nov 2016 18:39:39 +0000 (19:39 +0100)
committerMichal Marek <mmarek@suse.com>
Wed, 9 Nov 2016 21:28:05 +0000 (22:28 +0100)
commit2a38d993fc51aecf66bad2e3279813579dc7ae67
tree1e29308232a326471658f6f17a34c045c6f9dce7
parent15c34ec81322021d24a96f0d831c21b7ed464efe
scripts/has-stack-protector: add -fno-PIE

Adding -no-PIE to the fstack protector check. -no-PIE was introduced
before -fstack-protector so there is no need for a runtime check.

Without it the build stops:
|Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong available but compiler is broken

due to -mcmodel=kernel + -fPIE if -fPIE is enabled by default.

Tagging it stable so it is possible to compile recent stable kernels as
well.

Cc: stable@vger.kernel.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/gcc-x86_64-has-stack-protector.sh