blob: 52b8113869e44e7af7672205cb836eb59bb6bfe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This overlay is for the Hardened GCC patchset.
Dirs
upstream/ Patches that should go upstream
gcc-$gccversion/piepatch PIE Patches
gcc-$gccversion/specs The spec for hardenendno* and vanilla
How to tar and bzip2 it
tar -cf gcc-$gccversion-piepatches-v$pieversion.tar piepatch
bzip2 -z gcc-$gccversion-piepatches-v$pieversion.tar
tar -cf gcc-$gccversion-specs-$specsversion.tar specs
bzip2 -z gcc-$gccversion-specs-$specsversion.tar
|