diff options
author | Zorry <zorry.at.ume.nu> | 2009-01-14 02:59:12 +0100 |
---|---|---|
committer | Zorry <zorry.at.ume.nu> | 2009-01-14 02:59:12 +0100 |
commit | 8e22ca0ff3cc8d3e967378afe68d4c70b47397c7 (patch) | |
tree | 6327679406da20dc9f2cd6a37b92c11ee390532b /README | |
parent | Added -Wformat-security patch in piepatch for sys-devel/gcc (diff) | |
download | hardened-dev-8e22ca0ff3cc8d3e967378afe68d4c70b47397c7.tar.gz hardened-dev-8e22ca0ff3cc8d3e967378afe68d4c70b47397c7.tar.bz2 hardened-dev-8e22ca0ff3cc8d3e967378afe68d4c70b47397c7.zip |
Edit the README files
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,13 +2,15 @@ This overlay is based on the pieworld work done by former gentoo developer kevqu Changes by Xake and zorry. Thanks KernelOfTruth, dw and everyone else helping testing, suggesting fixes and other things we have missed. For questions there is a tread @ forums.gentoo.org -This overlay has support for -fPIE, -fstack-protector{,-all} and -D_FORTIFY_SOURCE=0,1,2 trough splitted minispecs for GCC-4.x +This overlay has support for PIE/PIC, -fstack-protector{,-all} and -D_FORTIFY_SOURCE=0,1,2 trough splitted minispecs for GCC-4.x We have disable -fstrict-overflow flag. +-Wformat-security is on as default. uClibc is not supported yet. you will need 0.9.0.30 when we support it. -If u want GCC 4.4 or the new piepatch then use the testing branch. +If you want GCC 4.4 then use the testing branch. For /etc/portages/packages.* files read packages.README Notice: pieworld.README is not up-to-date, it is mostly here for reference since it is the work we based this overlay on. -/zorry 2008-12-01 +The working gcc 4.3.2-r2 in portage only have PIE/PIC support yet. +/zorry 2009-01-14 |