summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2005-10-07 17:54:38 +0000
committerStefan Jones <cretin@gentoo.org>2005-10-07 17:54:38 +0000
commit0b99de483e92b9b057585eb75edf911acac7aa38 (patch)
tree33f50088e770fa302ffe0514d465801d022662b7 /dev-util
parentRemove old ebuilds. (diff)
downloadgentoo-2-0b99de483e92b9b057585eb75edf911acac7aa38.tar.gz
gentoo-2-0b99de483e92b9b057585eb75edf911acac7aa38.tar.bz2
gentoo-2-0b99de483e92b9b057585eb75edf911acac7aa38.zip
Do not use --with-gnu-* as some ports might not have gnu-ld and gnu-as
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/xmingw-gcc/ChangeLog6
-rw-r--r--dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild4
-rw-r--r--dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild4
3 files changed, 7 insertions, 7 deletions
diff --git a/dev-util/xmingw-gcc/ChangeLog b/dev-util/xmingw-gcc/ChangeLog
index 682abba08162..4b863d0e25ae 100644
--- a/dev-util/xmingw-gcc/ChangeLog
+++ b/dev-util/xmingw-gcc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/xmingw-gcc
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/ChangeLog,v 1.13 2005/09/22 23:13:43 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/ChangeLog,v 1.14 2005/10/07 17:54:38 cretin Exp $
+
+ 07 Oct 2005; Stefan Jones <cretin@gentoo.org> xmingw-gcc-3.4.2-r1.ebuild,
+ xmingw-gcc-3.4.4.ebuild:
+ Remove --with-gnu-* due to bug #108386
22 Sep 2005; Stefan Jones <cretin@gentoo.org> xmingw-gcc-3.4.2.ebuild,
xmingw-gcc-3.4.2-r1.ebuild, xmingw-gcc-3.4.4.ebuild:
diff --git a/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild b/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild
index dda8a47d6036..80786b6ac4c5 100644
--- a/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild
+++ b/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild,v 1.4 2005/09/22 23:13:43 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.4.2-r1.ebuild,v 1.5 2005/10/07 17:54:38 cretin Exp $
MY_P=${P/xmingw-/}
S=${WORKDIR}/${MY_P}
@@ -68,8 +68,6 @@ src_compile() {
--disable-nls \
--enable-threads \
--with-gcc \
- --with-gnu-ld \
- --with-gnu-as \
--disable-win32-registry \
--enable-sjlj-exceptions \
--without-x \
diff --git a/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild b/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild
index c9ecd1d493a7..51596e52c3b1 100644
--- a/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild
+++ b/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild,v 1.2 2005/09/22 23:13:43 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild,v 1.3 2005/10/07 17:54:38 cretin Exp $
inherit eutils
@@ -72,8 +72,6 @@ src_compile() {
--disable-nls \
--enable-threads \
--with-gcc \
- --with-gnu-ld \
- --with-gnu-as \
--disable-win32-registry \
--enable-sjlj-exceptions \
--without-x \