diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2004-11-18 22:23:43 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2004-11-18 22:23:43 +0000 |
commit | 0bcc7580960ce8afc9a687c49768ae2e733bd8f5 (patch) | |
tree | 2f991934b1c21c0cfd933b17f96c043c958563b5 | |
parent | Bump to 4.0.8. Trim old ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-0bcc7580960ce8afc9a687c49768ae2e733bd8f5.tar.gz gentoo-2-0bcc7580960ce8afc9a687c49768ae2e733bd8f5.tar.bz2 gentoo-2-0bcc7580960ce8afc9a687c49768ae2e733bd8f5.zip |
We don't need no stinky libstdc++-v3 on MIPS. Not to mention that 3.4.3 can't compile it anyways
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index b7612817a952..a4105561abb7 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.349 2004/11/17 15:26:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.350 2004/11/18 22:23:43 iluxa Exp $ + + 18 Nov 2004; Ilya A. Volynets-Evenbach <iluxa@gentoo.org> gcc-3.4.3.ebuild: + We don't need no stinky libstdc++-v3 on MIPS. Not to mention that 3.4.3 can't + compile it anyways *gcc-3.3.5 (17 Nov 2004) diff --git a/sys-devel/gcc/gcc-3.4.3.ebuild b/sys-devel/gcc/gcc-3.4.3.ebuild index 776e4d6cf291..bfe055c010bf 100644 --- a/sys-devel/gcc/gcc-3.4.3.ebuild +++ b/sys-devel/gcc/gcc-3.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3.ebuild,v 1.8 2004/11/18 12:19:56 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3.ebuild,v 1.9 2004/11/18 22:23:43 iluxa Exp $ inherit eutils flag-o-matic libtool gnuconfig toolchain @@ -40,7 +40,7 @@ DEPEND="${RDEPEND} >=sys-devel/binutils-2.14.90.0.8-r1 amd64? ( >=sys-devel/binutils-2.15.90.0.1.1-r1 )" PDEPEND="sys-devel/gcc-config - !nocxx? ( !n32? ( !n64? ( !uclibc? ( !build? ( sys-libs/libstdc++-v3 ) ) ) ) )" + !nocxx? ( !mips? ( !uclibc? ( !build? ( sys-libs/libstdc++-v3 ) ) ) )" GENTOO_TOOLCHAIN_BASE_URI="http://dev.gentoo.org/~lv/GCC/" #BRANCH_UPDATE="20041025" |