diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-06 06:14:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-06 06:14:25 +0000 |
commit | 2a888aec629c297b2d4b17a8c3a6cadb82a13d05 (patch) | |
tree | bb74b0ed432aa69084b5d9451665b8024eefdaab /eclass | |
parent | Marked ppc stable for bug #112842. (diff) | |
download | gentoo-2-2a888aec629c297b2d4b17a8c3a6cadb82a13d05.tar.gz gentoo-2-2a888aec629c297b2d4b17a8c3a6cadb82a13d05.tar.bz2 gentoo-2-2a888aec629c297b2d4b17a8c3a6cadb82a13d05.zip |
remove stray line continuation
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 6db60bf7a3bf..a9520fccb3b4 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.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.eclass,v 1.228 2005/12/06 01:19:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.229 2005/12/06 06:14:25 vapier Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -2046,7 +2046,7 @@ do_gcc_config() { current_gcc_config=$(env -i gcc-config -c ${CTARGET} | grep -v '^ ') if [[ -n ${current_gcc_config} ]] ; then # figure out which specs-specific config is active - current_specs=$(gcc-config -S ${current_gcc_config} | awk '{print $3}') \ + current_specs=$(gcc-config -S ${current_gcc_config} | awk '{print $3}') [[ -n ${current_specs} ]] && use_specs=-${current_specs} fi |