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 | 1ecb07b82ea339281b05976d0ae34e598c29e2be (patch) | |
tree | bdb4715025d993a9ab4d79ed1e85ae0e353380ff /eclass/toolchain-binutils.eclass | |
parent | Fix set_pp for amd64 & ppc (diff) | |
download | historical-1ecb07b82ea339281b05976d0ae34e598c29e2be.tar.gz historical-1ecb07b82ea339281b05976d0ae34e598c29e2be.tar.bz2 historical-1ecb07b82ea339281b05976d0ae34e598c29e2be.zip |
tweak upgrade msg a little
Diffstat (limited to 'eclass/toolchain-binutils.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 |