Home
last modified time | relevance | path

Searched hist:"9 db78852739e9f4335d1f2350c01a6b5e2998507" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/boot/compressed/
H A DMakefilediff 9db78852739e9f4335d1f2350c01a6b5e2998507 Wed Dec 04 05:28:12 CET 2019 Masahiro Yamada <masahiroy@kernel.org> ARM: 8945/1: decompressor: use CONFIG option instead of cc-option

The Kconfig stage (arch/Kconfig) has already evaluated whether the
compiler supports -fno-stack-protector.

You can use CONFIG_CC_HAS_STACKPROTECTOR_NONE instead of invoking
the compiler to check the flag here.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>