diff options
author | Stefan Jones <cretin@gentoo.org> | 2005-10-07 17:54:38 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2005-10-07 17:54:38 +0000 |
commit | bb4e3836af1697b0fb25b5c18473cef489c26b1c (patch) | |
tree | fe5601aa3e9abebf6f93558972fc893a7c427266 /dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild | |
parent | Remove old ebuilds. (diff) | |
download | historical-bb4e3836af1697b0fb25b5c18473cef489c26b1c.tar.gz historical-bb4e3836af1697b0fb25b5c18473cef489c26b1c.tar.bz2 historical-bb4e3836af1697b0fb25b5c18473cef489c26b1c.zip |
Do not use --with-gnu-* as some ports might not have gnu-ld and gnu-as
Package-Manager: portage-2.0.53_rc3
Diffstat (limited to 'dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild')
-rw-r--r-- | dev-util/xmingw-gcc/xmingw-gcc-3.4.4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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 \ |