LoongArch: Add ARCH_HAS_FORTIFY_SOURCE selection
authorQing Zhang <zhangqing@loongson.cn>
Mon, 1 May 2023 09:19:52 +0000 (17:19 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Mon, 1 May 2023 09:19:52 +0000 (17:19 +0800)
commitd4c937c2a57bbba24790be6fe7a791456f5fbb60
treed9f45f15145d8fcdce875f14a9bda3bbe7b579b3
parent2f1648220214d18168e55920c21014e71c2d5bbc
LoongArch: Add ARCH_HAS_FORTIFY_SOURCE selection

FORTIFY_SOURCE could detect various overflows at compile and run time.
ARCH_HAS_FORTIFY_SOURCE means that the architecture can be built and run
with CONFIG_FORTIFY_SOURCE. So select it in LoongArch.

See more about this feature from commit 6974f0c4555e285 ("include/linux/
string.h: add the option of fortified string.h functions").

Signed-off-by: Qing Zhang <zhangqing@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/Kconfig