Disable stack protector for target CFLAGS
Stack protector on ARM reads the canary via TLS (__aeabi_read_tp), which is unavailable since the toolchain is built with --disable-tls and uClibc runs on uClinux without TLS support. This caused linker errors in d3des.c. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Reference in New Issue
Block a user