commit: a83e2ef19176363919dfb54f5463122811e00950
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 4 00:10:31 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Nov 4 00:10:31 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=a83e2ef1
sys-devel/gcc: bring up to date with mainline
Package-Manager: portage-2.2.8-r2
Manifest-Sign-Key: 0xF52D4BBA
---
sys-devel/gcc/gcc-4.7.4-r99.ebuild | 4 ----
sys-devel/gcc/gcc-4.8.3-r99.ebuild | 6 +-----
sys-devel/gcc/metadata.xml | 1 +
3 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/sys-devel/gcc/gcc-4.7.4-r99.ebuild
b/sys-devel/gcc/gcc-4.7.4-r99.ebuild
index 0eef441..d8b0cc0 100644
--- a/sys-devel/gcc/gcc-4.7.4-r99.ebuild
+++ b/sys-devel/gcc/gcc-4.7.4-r99.ebuild
@@ -24,10 +24,6 @@ SSP_MUSL_STABLE="amd64 arm ppc x86"
inherit eutils toolchain
-DESCRIPTION="The GNU Compiler Collection"
-
-LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++
gcc-runtime-library-exception-3.1 ) FDL-1.3+"
-
KEYWORDS="amd64 arm ~mips x86"
RDEPEND=""
diff --git a/sys-devel/gcc/gcc-4.8.3-r99.ebuild
b/sys-devel/gcc/gcc-4.8.3-r99.ebuild
index ec0f018..43e2ecf 100644
--- a/sys-devel/gcc/gcc-4.8.3-r99.ebuild
+++ b/sys-devel/gcc/gcc-4.8.3-r99.ebuild
@@ -19,15 +19,11 @@ SSP_STABLE="amd64 x86 mips ppc ppc64 arm"
# uclibc need to be >= 0.9.33
SSP_UCLIBC_STABLE="x86 amd64 mips ppc ppc64 arm"
PIE_MUSL_STABLE="amd64 arm ppc mips x86"
-SSP_MUSL_STABLE="amd64 arm ppc mips x86"
+SSP_MUSL_STABLE="amd64 arm ppc mips"
#end Hardened stuff
inherit eutils toolchain
-DESCRIPTION="The GNU Compiler Collection"
-
-LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++
gcc-runtime-library-exception-3.1 ) FDL-1.3+"
-
KEYWORDS="amd64 arm x86"
RDEPEND=""
diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index 3098af0..0b0c8ff 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -22,5 +22,6 @@
<flag name="objc-gc">Build support for the Objective C code language
Garbage
Collector</flag>
<flag name="regression-test">Run the testsuite and install the results
(requires FEATURES=test)</flag>
+ <flag name="sanitize">Build support various sanitizer functions
(ASAN/TSAN/etc...)</flag>
</use>
</pkgmetadata>