mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
Kbuild: rename HAVE_CC_STACKPROTECTOR config variable
HAVE_CC_STACKPROTECTOR should be selected by architectures with stack
canary implementation. It is not about the compiler support.
For the consistency with commit 050e9baa9d
("Kbuild: rename
CC_STACKPROTECTOR[_STRONG] config variables"), remove 'CC_' from the
config symbol.
I moved the 'select' lines to keep the alphabetical sorting.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a0f8c29706
commit
d148eac0e7
8 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Feature name: stackprotector
|
||||
# Kconfig: HAVE_CC_STACKPROTECTOR
|
||||
# Kconfig: HAVE_STACKPROTECTOR
|
||||
# description: arch supports compiler driven stack overflow protection
|
||||
#
|
||||
-----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue