summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-08-21 18:22:53 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-08-21 18:22:53 +0000
commitbca8ecc492aa440562285c823e322306c7a01a0c (patch)
treeb6c1b2c442ec9cd9201b3b21233f2cefb806c526 /sys-devel
parentUpdated to a new version. (diff)
downloadgentoo-2-bca8ecc492aa440562285c823e322306c7a01a0c.tar.gz
gentoo-2-bca8ecc492aa440562285c823e322306c7a01a0c.tar.bz2
gentoo-2-bca8ecc492aa440562285c823e322306c7a01a0c.zip
unhide filter-flags
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/binutils-2.13.90.0.4.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/binutils-2.13.90.0.4.ebuild b/sys-devel/binutils/binutils-2.13.90.0.4.ebuild
index 35840c683300..ff0c5db5c2d4 100644
--- a/sys-devel/binutils/binutils-2.13.90.0.4.ebuild
+++ b/sys-devel/binutils/binutils-2.13.90.0.4.ebuild
@@ -1,20 +1,23 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.4.ebuild,v 1.2 2002/08/21 14:33:24 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.4.ebuild,v 1.3 2002/08/21 18:22:53 azarah Exp $
# NOTE to Maintainer: ChangeLog states that it no longer use perl to build
# the manpages, but seems this is incorrect ....
inherit libtool flag-o-matic
+# Generate borked binaries. Bug #6730
+filter-flags "-fomit-frame-pointer"
+
S=${WORKDIR}/${P}
DESCRIPTION="Tools necessary to build programs"
SRC_URI="ftp://ftp.kernel.org/pub/linux/devel/binutils/${P}.tar.bz2"
-filter-flags "-fomit-frame-pointer"
+HOMEPAGE="http://sources.redhat.com/binutils/"
+
SLOT="0"
LICENSE="GPL-2|LGPL-2"
KEYWORDS="x86 ppc sparc sparc64"
-HOMEPAGE="http://sources.redhat.com/binutils/"
DEPEND="virtual/glibc
>=sys-apps/portage-2.0.21