Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: fix x86 stack protector with later GCC
Newer versions of GCC default to using thread-local storage ABI for the canary value instead of a global. We don't implement TLS in Zephyr like this (at least for now) so specify that we want to use the global instead. Signed-off-by: Andrew Boie <[email protected]>
- Loading branch information