diff options
author | Magnus Granberg <zorry@gentoo.org> | 2012-08-01 20:35:36 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2012-08-01 20:35:36 +0200 |
commit | 0e28c5d8e6e028437340bd03b2d450dbe06bf03a (patch) | |
tree | b937672becb8c6f1175c8554bd76bada25629d63 /upstream/gcc_doc.patch | |
parent | updated upstream patches with doc and some testsuite fixes (diff) | |
download | hardened-gccpatchset-0e28c5d8e6e028437340bd03b2d450dbe06bf03a.tar.gz hardened-gccpatchset-0e28c5d8e6e028437340bd03b2d450dbe06bf03a.tar.bz2 hardened-gccpatchset-0e28c5d8e6e028437340bd03b2d450dbe06bf03a.zip |
updated upstream patches with small fixes
Diffstat (limited to 'upstream/gcc_doc.patch')
-rw-r--r-- | upstream/gcc_doc.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/upstream/gcc_doc.patch b/upstream/gcc_doc.patch index ba76d17..fc39347 100644 --- a/upstream/gcc_doc.patch +++ b/upstream/gcc_doc.patch @@ -55,7 +55,7 @@ that were used to generate code (@option{-fpie}, @option{-fPIE}, or model suboptions) when you specify this option. -+NOTE: With configure --enable-espf=@r{[}all@r{|}ssp@r{]} this option is ++NOTE: With configure --enable-espf=@r{[}all@r{|}pie@r{]} this option is +enabled by default for C, C++, ObjC, ObjC++, if none of @option{-fno-PIE}, +@option{-fno-pie}, @option{-fPIC}, @option{-fpic}, @option{-fno-PIC}, +@option{-fno-pic}, @option{-nostdlib}, @option{-nostartfiles}, @@ -68,7 +68,7 @@ @code{__pie__} and @code{__PIE__}. The macros have the value 1 for @option{-fpie} and 2 for @option{-fPIE}. -+NOTE: With configure --enable-espf=@r{[}all@r{|}ssp@r{]} this option is ++NOTE: With configure --enable-espf=@r{[}all@r{|}pie@r{]} this option is +enabled by default for C, C++, ObjC, ObjC++, if none of @option{-fno-PIE}, +@option{-fno-pie}, @option{-fPIC}, @option{-fpic}, @option{-fno-PIC}, +@option{-fno-pic}, @option{-nostdlib}, @option{-nostartfiles}, @@ -88,11 +88,11 @@ +@option{-D_FORTIFY_SOURCE=2}, @option{-Wformat} and +@option{-Wformat-security} will be turn on as default and depend on +if you use @samp{all} it will turn on @option{-fstack-protection}and -+@option{-fPIE} by default. if the support is there. If you use -+@samp{ssp} it will turn on @option{-fstack-protection} by default if the -+support is there. If you use @samp{pie} it will turn on @option{-fPIE} -+by default if the support is there. We only support x86-64-*-linux* as target -+for now. ++@option{-fPIE} and @option{-pie} by default. if the support is there. If you ++use @samp{ssp} it will turn on @option{-fstack-protection} by default if the ++support is there. If you use @samp{pie} it will turn on @option{-fPIE} and ++@option{-pie} by default if the support is there. We only support ++i?86*-*-linux*, x86_32*-*-linux* and x86_64*-*-linux* as target for now. + @item --disable-libquadmath Specify that the GCC quad-precision math library should not be built. |