summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-24 04:28:09 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-24 04:28:09 +0000
commitd4a140731d34f88c8598828e26e33b7493a37022 (patch)
tree648b0edaa91ba9311ddef26b200d7357b8efe752 /sys-devel/gcc/gcc-3.3.2-r7.ebuild
parenttweak the order we apply patches so that we can get boundschecking to work wi... (diff)
downloadgentoo-2-d4a140731d34f88c8598828e26e33b7493a37022.tar.gz
gentoo-2-d4a140731d34f88c8598828e26e33b7493a37022.tar.bz2
gentoo-2-d4a140731d34f88c8598828e26e33b7493a37022.zip
punt get_number_of_jobs
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.2-r7.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.3.2-r7.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-3.3.2-r7.ebuild b/sys-devel/gcc/gcc-3.3.2-r7.ebuild
index 8d7508f1303d..11fbb70b2d82 100644
--- a/sys-devel/gcc/gcc-3.3.2-r7.ebuild
+++ b/sys-devel/gcc/gcc-3.3.2-r7.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/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.22 2005/03/22 06:23:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.23 2005/05/24 04:28:09 vapier Exp $
IUSE="static nls bootstrap java build X multilib gcj emul-linux-x86"
@@ -432,9 +432,6 @@ src_compile() {
find ${S} -name '*.[17]' -exec touch {} \; || :
fi
- # Setup -j in MAKEOPTS
- get_number_of_jobs
-
einfo "Building GCC..."
# Only build it static if we are just building the C frontend, else
# a lot of things break because there are not libstdc++.so ....