diff options
author | Magnus Granberg (Zorry) <zorry@gentoo.org> | 2010-04-10 14:14:42 +0200 |
---|---|---|
committer | Magnus Granberg (Zorry) <zorry@gentoo.org> | 2010-04-10 14:14:42 +0200 |
commit | 580bfae0c103399e9ea42a137e210de55ac9ce8c (patch) | |
tree | 6a0bb1e94ded2fced673143ba6ecf9af68034312 /README | |
parent | updated the specs to 0.1.8 to fix strict_overflow and fix the README.Gentoo.p... (diff) | |
download | hardened-gccpatchset-580bfae0c103399e9ea42a137e210de55ac9ce8c.tar.gz hardened-gccpatchset-580bfae0c103399e9ea42a137e210de55ac9ce8c.tar.bz2 hardened-gccpatchset-580bfae0c103399e9ea42a137e210de55ac9ce8c.zip |
updated the README and Todo
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ This overlay is for the Hardened GCC patchset. Dirs -upstream/ Patches that should go upstrem -espf-gcc-$gcc-version/ Patches to GCC version 123 +upstream/ Patches that should go upstream +espf-gcc-$gccversion/ Patches to GCC version 123 specs/ The spec for hardenendno* and vanilla + +How to tar and bzip2 it +tar -cf gcc-$gccversion-espf-$espfversion.tar espf-gcc-$gccversion specs +bzip2 -z gcc-$gccversion-espf-$espfversion.tar |