Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include: ssp: ignore fortify for purecap
lib/libc/secure and hence *_chk() libc function variants for SSP are not built when the world is compiled for the pure-capability ABI. In such a case, don't define __SSP_FORTIFY_LEVEL, based on _FORTIFY_SOURCE, that is used to redefine libc functions to their *_chk() variants. This check matches the check in lib/libc/Makefile to exclude lib/libc/secure.
- Loading branch information