summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-05-06 09:02:14 +0000
committerTravis Tilley <lv@gentoo.org>2004-05-06 09:02:14 +0000
commitc8240181ab911b1b6d8cb4961586f6b6b048c0c5 (patch)
tree402b3e3f9578866db8f50b2a1fd7a1da92a64c38
parentInital import thanks to John Hampton <pacopablo@pacopablo.com> #49554 (Manife... (diff)
downloadgentoo-2-c8240181ab911b1b6d8cb4961586f6b6b048c0c5.tar.gz
gentoo-2-c8240181ab911b1b6d8cb4961586f6b6b048c0c5.tar.bz2
gentoo-2-c8240181ab911b1b6d8cb4961586f6b6b048c0c5.zip
gcj apparently works somewhere. go figure.
-rw-r--r--sys-devel/gcc/gcc-3.4.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.4.0-r1.ebuild b/sys-devel/gcc/gcc-3.4.0-r1.ebuild
index 2aa8d7c6dec1..7f5d8f457e32 100644
--- a/sys-devel/gcc/gcc-3.4.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-3.4.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0-r1.ebuild,v 1.1 2004/05/04 23:40:57 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0-r1.ebuild,v 1.2 2004/05/06 09:02:14 lv Exp $
IUSE="static nls bootstrap java build X multilib gcj f77 objc hardened uclibc"
@@ -300,8 +300,8 @@ src_unpack() {
# it fail right near the end, so lets die right away when parts that are
# known to be broken are going to be compiled.
# Travis Tilley <lv@gentoo.org>
- use amd64 && use java && use gcj && die "gcj will not compile yet with gcc 3.4.0 on amd64. re-emerge with USE=-gcj"
- use amd64 && use multilib && die "multilib support will not compile yet with gcc 3.4.0. re-emerge with USE=-multilib"
+ #use amd64 && use java && use gcj && die "gcj will not compile yet with gcc 3.4.0 on amd64. re-emerge with USE=-gcj"
+ #use amd64 && use multilib && die "multilib support will not compile yet with gcc 3.4.0. re-emerge with USE=-multilib"
local release_version="Gentoo Linux ${PVR}"