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 | 5eeb84051f65cefd2c184dcc03e600e05b684b97 (patch) | |
tree | d57a7c0e5e42bea4fe2039db63fdd41a706840c9 /eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-5eeb84051f65cefd2c184dcc03e600e05b684b97.tar.gz gentoo-2-5eeb84051f65cefd2c184dcc03e600e05b684b97.tar.bz2 gentoo-2-5eeb84051f65cefd2c184dcc03e600e05b684b97.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 |