]> git.baikalelectronics.ru Git - kernel.git/commit
Makefile: fix extra parenthesis typo when CC_STACKPROTECTOR_REGULAR is enabled
authorFathi Boudra <fathi.boudra@linaro.org>
Tue, 25 Feb 2014 23:01:46 +0000 (15:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 25 Feb 2014 23:25:45 +0000 (15:25 -0800)
commitfb2f6004d38884647dabfce44b7da3b6756a87ea
tree80001efc40548d23e8995f1164b2e4299c2da6b7
parent32265b4ac22e30f1c12747b1719b6dee9ce41938
Makefile: fix extra parenthesis typo when CC_STACKPROTECTOR_REGULAR is enabled

An extra parenthesis typo introduced in 50233c8683e7 ("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>
Makefile