diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-31 18:22:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-31 18:22:08 +0000 |
commit | 6a0ddadbea6f732be26b44f95c661b201e754a65 (patch) | |
tree | 8c2c9e26bf7148f946183139089bf7b3c33ea474 /eclass | |
parent | Fix set_pp for amd64 & ppc (diff) | |
download | gentoo-2-6a0ddadbea6f732be26b44f95c661b201e754a65.tar.gz gentoo-2-6a0ddadbea6f732be26b44f95c661b201e754a65.tar.bz2 gentoo-2-6a0ddadbea6f732be26b44f95c661b201e754a65.zip |
tweak upgrade msg a little
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index dfcccd78c667..160b0fde9c8f 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.64 2006/08/31 04:40:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.65 2006/08/31 18:22:08 vapier Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and @@ -148,7 +148,7 @@ tc-binutils_apply_patches() { toolchain-binutils_src_unpack() { is_cross && [[ $(binutils-config -V) != binutils-config-1.9* ]] \ - && die "You need to upgrade your >=binutils-config-1.9" + && die "You need to upgrade your binutils-config to 1.9 or newer" tc-binutils_unpack tc-binutils_apply_patches |