Skip to content
Snippets Groups Projects
Commit bf82deff authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: disable kernel stack protector support for i386/x86_64


When stack protector support is disabled in libc (always the case for
!musl), gcc assumes that it needs to use __stack_chk_guard for the stack
canary.
This causes kernel build errors, because the kernel is only set up to
handle TLS stack canaries.

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 46543
parent 9c59b303
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment