summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-10-25 19:59:07 +0000
committerTravis Tilley <lv@gentoo.org>2004-10-25 19:59:07 +0000
commit21ad872fa192a6c42b60ad5f48d493ab70ffd62c (patch)
treea25f08fc202bc981a755b8577844b31a6d85ceee /eclass/toolchain.eclass
parentstable on ia64 #68661 (Manifest recommit) (diff)
downloadgentoo-2-21ad872fa192a6c42b60ad5f48d493ab70ffd62c.tar.gz
gentoo-2-21ad872fa192a6c42b60ad5f48d493ab70ffd62c.tar.bz2
gentoo-2-21ad872fa192a6c42b60ad5f48d493ab70ffd62c.zip
only download boundschecking patch if USE=boundschecking
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 05e3492c3eda..66e306abe6bd 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.34 2004/10/25 17:35:52 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.35 2004/10/25 19:59:07 lv Exp $
#
# This eclass should contain general toolchain-related functions that are
# expected to not change, or change much.
@@ -246,7 +246,7 @@ get_gcc_src_uri() {
if [ -n "${HTB_VER}" ] ; then
GCC_SRC_URI="${GCC_SRC_URI}
- http://web.inter.nl.net/hcc/Haj.Ten.Brugge/bounds-checking-${PN}-${PV}-${HTB_VER}.patch.bz2"
+ boundschecking? ( http://web.inter.nl.net/hcc/Haj.Ten.Brugge/bounds-checking-${PN}-${PV}-${HTB_VER}.patch.bz2 )"
fi
echo "${GCC_SRC_URI}"