summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/binutils/binutils-2.24-r3.ebuild')
-rw-r--r--sys-devel/binutils/binutils-2.24-r3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-devel/binutils/binutils-2.24-r3.ebuild b/sys-devel/binutils/binutils-2.24-r3.ebuild
deleted file mode 100644
index 663eb8c..0000000
--- a/sys-devel/binutils/binutils-2.24-r3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild,v 1.8 2014/11/04 09:26:08 ago Exp $
-
-EAPI=4
-
-PATCHVER="1.4"
-ELF2FLT_VER=""
-inherit toolchain-binutils
-
-KEYWORDS="~amd64 ~arm ~x86"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-runtime-sysroot.patch
- toolchain-binutils_src_prepare
-}
-
-src_configure() {
- is_cross || EXTRA_ECONF+=" $(use_enable !rap runtime-sysroot)"
- toolchain-binutils_src_configure
-}
-