summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-04-28 17:00:37 +0000
committerTravis Tilley <lv@gentoo.org>2004-04-28 17:00:37 +0000
commit3b4c5425361cb3ca25c1048d0c758df686ca3695 (patch)
tree9112a1e286c5e445e96b2ef4a73ea6c93383d2d0 /sys-devel
parentfixing config issue. closes 49183 (Manifest recommit) (diff)
downloadgentoo-2-3b4c5425361cb3ca25c1048d0c758df686ca3695.tar.gz
gentoo-2-3b4c5425361cb3ca25c1048d0c758df686ca3695.tar.bz2
gentoo-2-3b4c5425361cb3ca25c1048d0c758df686ca3695.zip
gcj works on x86... dont give error message there
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/gcc-3.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.0.ebuild b/sys-devel/gcc/gcc-3.4.0.ebuild
index a4cc9dabe783..de1a2aae680c 100644
--- a/sys-devel/gcc/gcc-3.4.0.ebuild
+++ b/sys-devel/gcc/gcc-3.4.0.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.ebuild,v 1.10 2004/04/27 23:39:00 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0.ebuild,v 1.11 2004/04/28 17:00:37 lv Exp $
IUSE="static nls bootstrap java build X multilib gcj hardened f77 objc uclibc"
@@ -255,7 +255,7 @@ 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 java && use gcj && die "gcj will not compile yet with gcc 3.4.0. re-emerge with USE=-gcj"
+ 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"