summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-04 01:12:44 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-04 01:12:44 +0000
commit844a5890570c3ba68f1c561c37ce2df15c26699b (patch)
tree1e83227e0c911a1d185e51fe3774f54dc981314c /eclass
parentremove useless BUILDDIR usage (diff)
downloadgentoo-2-844a5890570c3ba68f1c561c37ce2df15c26699b.tar.gz
gentoo-2-844a5890570c3ba68f1c561c37ce2df15c26699b.tar.bz2
gentoo-2-844a5890570c3ba68f1c561c37ce2df15c26699b.zip
add gnu to the SRC_URI list
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain-binutils.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index 65b1be620211..bd1003932b9c 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -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/eclass/toolchain-binutils.eclass,v 1.35 2005/04/17 07:35:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.36 2005/05/04 01:12:44 vapier Exp $
# We install binutils into CTARGET-VERSION specific directories. This lets
# us easily merge multiple versions for multiple targets (if we wish) and
@@ -21,7 +21,8 @@ fi
DESCRIPTION="Tools necessary to build programs"
HOMEPAGE="http://sources.redhat.com/binutils/"
SRC_URI="mirror://kernel/linux/devel/binutils/${P}.tar.bz2
- mirror://kernel/linux/devel/binutils/test/${P}.tar.bz2"
+ mirror://kernel/linux/devel/binutils/test/${P}.tar.bz2
+ mirror://gnu/binutils/${P}.tar.bz2"
[[ -n ${PATCHVER} ]] && \
SRC_URI="${SRC_URI} mirror://gentoo/${P}-patches-${PATCHVER}.tar.bz2"
[[ -n ${UCLIBC_PATCHVER} ]] && \