summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-05-23 23:07:28 +0000
committerMike Frysinger <vapier@gentoo.org>2009-05-23 23:07:28 +0000
commitfdcdb47f2b2e1c3982e7ae94ab9dd6b6d3c83953 (patch)
treee2812f0784948d9d2d82194d694050a0c7c6dc05 /eclass/toolchain-binutils.eclass
parentdo not strip -fno-omit-frame-pointer #270497 by Mart Raudsepp (diff)
downloadhistorical-fdcdb47f2b2e1c3982e7ae94ab9dd6b6d3c83953.tar.gz
historical-fdcdb47f2b2e1c3982e7ae94ab9dd6b6d3c83953.tar.bz2
historical-fdcdb47f2b2e1c3982e7ae94ab9dd6b6d3c83953.zip
rever previous change
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r--eclass/toolchain-binutils.eclass13
1 files changed, 2 insertions, 11 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index 695af713e438..834315f9c214 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.82 2009/05/23 23:06:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.83 2009/05/23 23:07:28 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
#
@@ -68,16 +68,7 @@ add_src_uri() {
}
add_src_uri binutils-${PV}-patches-${PATCHVER}.tar.bz2 ${PATCHVER}
add_src_uri binutils-${PV}-uclibc-patches-${UCLIBC_PATCHVER}.tar.bz2 ${UCLIBC_PATCHVER}
-
-case ${ELF2FLT_VER} in
- cvs:*)
- inherit cvs
- ;;
- git:*)
- inherit git
- ;;
- *) add_src_uri elf2flt-${ELF2FLT_VER}.tar.bz2 ${ELF2FLT_VER};;
-esac
+add_src_uri elf2flt-${ELF2FLT_VER}.tar.bz2 ${ELF2FLT_VER}
if version_is_at_least 2.18 ; then
LICENSE="|| ( GPL-3 LGPL-3 )"