summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-12-31 21:26:11 +0000
committerNed Ludd <solar@gentoo.org>2008-12-31 21:26:11 +0000
commitdc45469f83163901b1ed26158bc1ce0d7b59c04c (patch)
treec94ab3f8e279311ae19c120a982bfbe40243905f /eclass/toolchain.eclass
parentFix for gcc 4.3 as per bug #251118 and die added. (diff)
downloadhistorical-dc45469f83163901b1ed26158bc1ce0d7b59c04c.tar.gz
historical-dc45469f83163901b1ed26158bc1ce0d7b59c04c.tar.bz2
historical-dc45469f83163901b1ed26158bc1ce0d7b59c04c.zip
s/default-specs/specs/
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 7167bbce72ec..9835c5edd5a5 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.371 2008/12/29 22:46:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.372 2008/12/31 21:26:11 solar Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -334,7 +334,7 @@ get_gcc_src_uri() {
# gcc minispec for the hardened gcc 4 compiler
[[ -n ${SPECS_VER} ]] && \
- GCC_SRC_URI="${GCC_SRC_URI} !nopie? ( $(gentoo_urls gcc-${SPECS_GCC_VER}-default-specs-${SPECS_VER}.tar.bz2) )"
+ GCC_SRC_URI="${GCC_SRC_URI} !nopie? ( $(gentoo_urls gcc-${SPECS_GCC_VER}-specs-${SPECS_VER}.tar.bz2) )"
# gcc bounds checking patch
if [[ -n ${HTB_VER} ]] ; then