diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-11 19:31:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-11 19:31:26 +0000 |
commit | 736aa1152e4e5202b33651f848a1b8b45d197795 (patch) | |
tree | 6136ea4e46d62e7ae277a6a8c2660d40a0b7644c /eclass/toolchain.eclass | |
parent | Added CVS-patch for compilation on amd64. Added installation of shared-memory... (diff) | |
download | gentoo-2-736aa1152e4e5202b33651f848a1b8b45d197795.tar.gz gentoo-2-736aa1152e4e5202b33651f848a1b8b45d197795.tar.bz2 gentoo-2-736aa1152e4e5202b33651f848a1b8b45d197795.zip |
make sure fixlafiles.awk-no_gcc_la is named properly
Diffstat (limited to 'eclass/toolchain.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 0649c545cebc..b52f8cd2b134 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.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.eclass,v 1.279 2006/05/10 04:29:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.280 2006/05/11 19:31:26 vapier Exp $ HOMEPAGE="http://gcc.gnu.org/" LICENSE="GPL-2 LGPL-2.1" @@ -1669,7 +1669,7 @@ gcc-compiler_src_install() { if ! is_crosscompile ; then insinto /lib/rcscripts/awk if tc_version_is_at_least 4.0 ; then - doins "${GCC_FILESDIR}"/awk/fixlafiles.awk-no_gcc_la || die + newins "${GCC_FILESDIR}"/awk/fixlafiles.awk-no_gcc_la fixlafiles.awk || die find "${D}/${LIBPATH}" -name libstdc++.la -type f -exec rm "{}" \; else doins "${GCC_FILESDIR}"/awk/fixlafiles.awk || die |