summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-06-26 07:52:45 +0000
committerru <ru@FreeBSD.org>2008-06-26 07:52:45 +0000
commitc878414354902f7800675ee0bf31d10892400a81 (patch)
treebe33cabf41774f2cce52ff453a59c8e7ea375148 /lib/libc
parent2b91fddddae74c8aeb407e90be1ac4d4cb7cde8d (diff)
downloadFreeBSD-src-c878414354902f7800675ee0bf31d10892400a81.zip
FreeBSD-src-c878414354902f7800675ee0bf31d10892400a81.tar.gz
Fix a chicken-and-egg problem: this files implements SSP support,
so we cannot compile it with -fstack-protector[-all] flags (or it will self-recurse); this is ensured in sys/conf/files. This OTOH means that checking for defines __SSP__ and __SSP_ALL__ to determine if we should be compiling the support is impossible (which it was trying, resulting in an empty object file). Fix this by always compiling the symbols in this files. It's good because it allows us to always have SSP support, and then compile with SSP selectively. Repoted by: tinderbox
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud