Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79087 - genkernel: dietlibc compilation fails when --fstack-protect is part of CFLAGS
Summary: genkernel: dietlibc compilation fails when --fstack-protect is part of CFLAGS
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Hardened (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-22 06:33 UTC by Omkhar Arasaratnam (RETIRED)
Modified: 2005-01-22 06:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Omkhar Arasaratnam (RETIRED) gentoo-dev 2005-01-22 06:33:43 UTC
when using genkernel dietlibc compilation fails when -fstack-protect is included in CFLAGS

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 solar (RETIRED) gentoo-dev 2005-01-22 06:38:44 UTC
hardened does not support -fstack-protector via CFLAGS. We have patches in dietlibc that handle ssp correctly when using the hardened toolchain and profiles..

Solution options.
1) enable USE=hardened and rebuild your toolchain
2) remove -fstack-protector from CFLAGS
3) build a kernel yourself.