linux_*_hardened: don't set FORTIFY_SOURCE

Upstreamed in anthraxx/linux-hardened@d12c0d5f0c.
This commit is contained in:
Emily 2020-04-04 23:08:09 +01:00
parent ed89b5b3f1
commit 7fdfe5381d

View file

@ -82,7 +82,4 @@ assert (versionAtLeast version "4.9");
CC_STACKPROTECTOR_REGULAR = whenOlder "4.18" no;
CC_STACKPROTECTOR_STRONG = whenOlder "4.18" yes;
# Enable compile/run-time buffer overflow detection ala glibc's _FORTIFY_SOURCE
FORTIFY_SOURCE = whenAtLeast "4.13" yes;
}