diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-12-06 01:04:08 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-12-06 01:04:08 +0000 |
commit | a4978769b1caff73b845447f063216dd9019bbbc (patch) | |
tree | 6016d38828749da17fa9360c441dafc2a0eb612b /sys-devel | |
parent | Marked stable on AMD64 as I am told there are no regressions over current sta... (diff) | |
download | gentoo-2-a4978769b1caff73b845447f063216dd9019bbbc.tar.gz gentoo-2-a4978769b1caff73b845447f063216dd9019bbbc.tar.bz2 gentoo-2-a4978769b1caff73b845447f063216dd9019bbbc.zip |
Bump to patchset 1.1. Fixes compile issues on arm (bug #366253), and enable
fortification by default using builtin defines instead of spec rules as the
latter may become unsupportable in the future.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.2.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 7d87c26e7384..4f8a87bdb717 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.838 2011/12/04 23:00:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.839 2011/12/06 01:04:08 dirtyepic Exp $ + + 06 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.2.ebuild: + Bump to patchset 1.1. Fixes compile issues on arm (bug #366253), and enable + fortification by default using builtin defines instead of spec rules as the + latter may become unsupportable in the future. 04 Dec 2011; Mike Frysinger <vapier@gentoo.org> gcc-3.3.6-r1.ebuild, gcc-3.4.6-r2.ebuild: diff --git a/sys-devel/gcc/gcc-4.6.2.ebuild b/sys-devel/gcc/gcc-4.6.2.ebuild index 678b67a952a0..54ac9f5b236b 100644 --- a/sys-devel/gcc/gcc-4.6.2.ebuild +++ b/sys-devel/gcc/gcc-4.6.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.3 2011/12/03 20:28:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.4 2011/12/06 01:04:08 dirtyepic Exp $ -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |