diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-09 16:47:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-06-09 16:47:30 +0000 |
commit | b73ae599cf3d981462cb15f462ecc6c10979f130 (patch) | |
tree | 90106917ce05906060a0887d9765bb1dcfd064a9 /sys-devel | |
parent | Version bump. Do not install COPYING or INSTALL. Fix some compiler warnings. (diff) | |
download | gentoo-2-b73ae599cf3d981462cb15f462ecc6c10979f130.tar.gz gentoo-2-b73ae599cf3d981462cb15f462ecc6c10979f130.tar.bz2 gentoo-2-b73ae599cf3d981462cb15f462ecc6c10979f130.zip |
Fix from upstream for missing symbol versions in multilib builds #304239.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.3.6-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index ee8566e1203a..61e32c465b91 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # 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.811 2011/04/13 03:35:39 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.812 2011/06/09 16:47:30 vapier Exp $ + + 09 Jun 2011; Mike Frysinger <vapier@gentoo.org> gcc-3.3.6-r1.ebuild: + Fix from upstream for missing symbol versions in multilib builds #304239. 13 Apr 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.0.ebuild: Patchset bump. Fixes a couple ICEs and a wrong-code -ftree-vectorize bug. diff --git a/sys-devel/gcc/gcc-3.3.6-r1.ebuild b/sys-devel/gcc/gcc-3.3.6-r1.ebuild index 97cfc9054923..e4957b8bc870 100644 --- a/sys-devel/gcc/gcc-3.3.6-r1.ebuild +++ b/sys-devel/gcc/gcc-3.3.6-r1.ebuild @@ -1,9 +1,9 @@ # 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-3.3.6-r1.ebuild,v 1.16 2011/03/08 03:05:44 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.17 2011/06/09 16:47:30 vapier Exp $ MAN_VER="" -PATCH_VER="1.6" +PATCH_VER="1.7" UCLIBC_VER="1.0" PIE_VER="8.7.8" PP_VER="1.0" @@ -81,7 +81,6 @@ src_unpack() { # misc patches that havent made it into a patch tarball yet [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch - epatch "${FILESDIR}"/3.3.6/gcc-3.3.6-cross-compile.patch # Anything useful and objc will require libffi. Seriously. Lets just force # libffi to install with USE="objc", even though it normally only installs |