diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-09-28 03:13:09 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-09-28 03:13:09 +0000 |
commit | 6d0cd2b774187f3b41e9d3ea0b63d66c2f1228aa (patch) | |
tree | cc2b87fcfbea50095334adddfdccfd216221e52c /sys-devel | |
parent | Stable on alpha, bug 435754. (diff) | |
download | gentoo-2-6d0cd2b774187f3b41e9d3ea0b63d66c2f1228aa.tar.gz gentoo-2-6d0cd2b774187f3b41e9d3ea0b63d66c2f1228aa.tar.bz2 gentoo-2-6d0cd2b774187f3b41e9d3ea0b63d66c2f1228aa.zip |
Drop global scope tc-arch call, which breaks metadata generation due to KV being unset (since rev 1.118 of toolchain-funcs.eclass). The GENTOO_PATCH_EXCLUDE setting that this tc-arch call triggers appears to be obsolete anyway, since the variable is not exported and there are no references to it whatsoever in any eclasses or ebuilds.
(Portage version: 2.2.0_alpha134/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-2.95.3-r10.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 88ad6850a9fe..20e4fa3ed040 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.903 2012/09/27 20:59:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.904 2012/09/28 03:13:09 zmedico Exp $ + + 28 Sep 2012; Zac Medico <zmedico@gentoo.org> gcc-2.95.3-r10.ebuild: + Drop global scope tc-arch call, which breaks metadata generation due to KV + being unset (since rev 1.118 of toolchain-funcs.eclass). The + GENTOO_PATCH_EXCLUDE setting that this tc-arch call triggers appears to be + obsolete anyway, since the variable is not exported and there are no + references to it whatsoever in any eclasses or ebuilds. 27 Sep 2012; Mike Frysinger <vapier@gentoo.org> gcc-4.6.0.ebuild, gcc-4.6.1-r1.ebuild, gcc-4.6.2.ebuild, gcc-4.6.3.ebuild, gcc-4.7.0.ebuild, diff --git a/sys-devel/gcc/gcc-2.95.3-r10.ebuild b/sys-devel/gcc/gcc-2.95.3-r10.ebuild index 7e0ab83a6c6f..addb05774adb 100644 --- a/sys-devel/gcc/gcc-2.95.3-r10.ebuild +++ b/sys-devel/gcc/gcc-2.95.3-r10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r10.ebuild,v 1.8 2011/12/02 23:43:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r10.ebuild,v 1.9 2012/09/28 03:13:09 zmedico Exp $ PATCH_VER="1.3" @@ -10,8 +10,6 @@ DESCRIPTION="The GNU Compiler Collection" KEYWORDS="~alpha ~ppc ~sparc ~x86" -[[ $(tc-arch ${TARGET}) == "alpha" ]] && GENTOO_PATCH_EXCLUDE="10_all_new-atexit.patch" - gcc2-flags() { # Are we trying to compile with gcc3 ? CFLAGS and CXXFLAGS needs to be # valid for gcc-2.95.3 ... |