Home
last modified time | relevance | path

Searched hist:"27 b2a49a1493f5199a4c2f84abc6aebf81184e2b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile27b2a49a1493f5199a4c2f84abc6aebf81184e2b Tue Feb 25 17:01:46 CST 2014 Fathi Boudra <fathi.boudra@linaro.org> Makefile: fix extra parenthesis typo when CC_STACKPROTECTOR_REGULAR is enabled

An extra parenthesis typo introduced in 19952a92037e ("stackprotector:
Unify the HAVE_CC_STACKPROTECTOR logic between architectures") is
causing the following error when CONFIG_CC_STACKPROTECTOR_REGULAR is
enabled:

Makefile:608: Cannot use CONFIG_CC_STACKPROTECTOR: -fstack-protector not supported by compiler
Makefile:608: *** missing separator. Stop.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Acked-by: Kees Cook <keescook@chromium.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>