Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:testing commit in: eclass/
Date: Tue, 31 Dec 2013 10:57:23
Message-Id: 1388487374.de84e4612456071e4eb31ded4b6f55ae18370907.zorry@gentoo
1 commit: de84e4612456071e4eb31ded4b6f55ae18370907
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 10:56:14 2013 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 10:56:14 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=de84e461
7
8 udate toolchain.eclass and Manifest
9
10 ---
11 eclass/toolchain-r1.eclass | 6 +++---
12 1 file changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/eclass/toolchain-r1.eclass b/eclass/toolchain-r1.eclass
15 index 2797242..aec6869 100644
16 --- a/eclass/toolchain-r1.eclass
17 +++ b/eclass/toolchain-r1.eclass
18 @@ -538,9 +538,9 @@ gcc-compiler-configure() {
19 confgcc+=" --disable-libmudflap"
20 fi
21 if use hardened ; then
22 - confgcc+=" --enable-espf=all"
23 - else
24 - confgcc+=" --enable-espf=no"
25 + confgcc+=" --enable-default-ssp"
26 + confgcc+=" --enable-default-pie"
27 + confgcc+=" --disable-libstdcxx-pch"
28 fi
29
30 if in_iuse openmp ; then