summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-07-15 04:37:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-07-15 04:37:55 +0000
commit62dcc99cdf00228bea932a9a0c994e15c3329529 (patch)
treededb6ae5ea10f09d5f1522f0cac77792c591dbde /sys-devel/gcc/gcc-3.3.2-r7.ebuild
parentwhitespace (diff)
downloadgentoo-2-62dcc99cdf00228bea932a9a0c994e15c3329529.tar.gz
gentoo-2-62dcc99cdf00228bea932a9a0c994e15c3329529.tar.bz2
gentoo-2-62dcc99cdf00228bea932a9a0c994e15c3329529.zip
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.2-r7.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.3.2-r7.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.3.2-r7.ebuild b/sys-devel/gcc/gcc-3.3.2-r7.ebuild
index f9dcfc1f4ca1..5681c3fc3fc8 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-2007 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.32 2007/06/29 08:20:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.33 2007/07/15 04:37:55 mr_bones_ Exp $
IUSE="static nls bootstrap java build X multilib gcj"
@@ -132,7 +132,6 @@ RDEPEND="virtual/libc
PDEPEND="|| ( sys-devel/gcc-config app-admin/eselect-compiler )"
-
chk_gcc_version() {
# This next bit is for updating libtool linker scripts ...
local OLD_GCC_VERSION="`gcc -dumpversion`"
@@ -366,7 +365,6 @@ src_compile() {
fi
myconf="${myconf} --disable-multilib"
-
# Fix linking problem with c++ apps which where linkedi
# agains a 3.2.2 libgcc
[ "${ARCH}" = "hppa" ] && myconf="${myconf} --enable-sjlj-exceptions"