commit: 8ddf8d8bd71a55d28d9eb41ea3b7b3562cdca3a3
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Thu May 5 19:44:11 2016 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Thu May 5 19:44:11 2016 +0000
URL: https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=8ddf8d8b
Update gcc 6.1.0 to use patchset 1.1
sys-devel/gcc/gcc-6.1.0.ebuild | 4 ++--
sys-devel/gcc/metadata.xml | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/sys-devel/gcc/gcc-6.1.0.ebuild b/sys-devel/gcc/gcc-6.1.0.ebuild
index 71a02c1..062641d 100644
--- a/sys-devel/gcc/gcc-6.1.0.ebuild
+++ b/sys-devel/gcc/gcc-6.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
-PATCH_VER="1.0"
+PATCH_VER="1.1"
#UCLIBC_VER="1.0"
# Hardened gcc 4 stuff
diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index 68aedfb..c86e01d 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -18,7 +18,9 @@
code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT
DOES)</flag>
<flag name="multislot">Allow for SLOTs to include minor version (3.3.4
instead of just 3.3)</flag>
- <flag name="ssp">Enable SSP support</flag>
+ <flag name="ssp">Build programs with Stack Smashing Protection as
default</flag>
+ <flag name="pie">Build programs as Position Independent Executables as
default</flag>
+ <flag name="pch">Enable precompiled header support for faster compilation
at the expense of disk space and memory</flag>
<flag name="objc">Build support for the Objective C code language</flag>
<flag name="objc++">Build support for the Objective C++ language</flag>
<flag name="objc-gc">Build support for the Objective C code language
Garbage