diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-27 17:30:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-27 17:30:26 +0000 |
commit | 18b8d766b663509d5fef365e8142ffa807b9c329 (patch) | |
tree | 1486bf82ed9fccc470a2c2499441dcc011e26ed1 /eclass | |
parent | Version bump. (diff) | |
download | historical-18b8d766b663509d5fef365e8142ffa807b9c329.tar.gz historical-18b8d766b663509d5fef365e8142ffa807b9c329.tar.bz2 historical-18b8d766b663509d5fef365e8142ffa807b9c329.zip |
use the Debian way for building protoize
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index b4544fc368f4..f212059e5f91 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.301 2006/08/19 13:36:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.302 2006/08/27 17:30:26 vapier Exp $ HOMEPAGE="http://gcc.gnu.org/" LICENSE="GPL-2 LGPL-2.1" @@ -1024,8 +1024,7 @@ gcc_src_unpack() { ${ETYPE}_src_unpack || die "failed to ${ETYPE}_src_unpack" # enable protoize / unprotoize - sed -i -e '/^COMPILERS =/s:$: protoize$(exeext) unprotoize$(exeext):' \ - "${S}"/gcc/Makefile.in + sed -i -e '/^LANGUAGES =/s:$: proto:' "${S}"/gcc/Makefile.in fix_files="" for x in contrib/test_summary libstdc++-v3/scripts/check_survey.in ; do |