diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-11-12 19:33:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-11-12 19:33:00 +0000 |
commit | 03a7299b188d68da297a5d5ce55e742bcdbeaa70 (patch) | |
tree | b6f6b3cdd7d37e84115670e3294d30945e4a6058 /eclass/toolchain.eclass | |
parent | amd64 stable wrt #198845 (diff) | |
download | historical-03a7299b188d68da297a5d5ce55e742bcdbeaa70.tar.gz historical-03a7299b188d68da297a5d5ce55e742bcdbeaa70.tar.bz2 historical-03a7299b188d68da297a5d5ce55e742bcdbeaa70.zip |
apply to gcc-4+
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 64c0fc9591d2..755b27287ee5 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.341 2007/11/12 15:23:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.342 2007/11/12 19:33:00 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1097,7 +1097,7 @@ gcc_src_unpack() { # update configure files local f einfo "Fixing misc issues in configure files" - [[ ${GCCMAJOR} == 4 ]] && epatch "${GCC_FILESDIR}"/gcc-configure-texinfo.patch + [[ ${GCCMAJOR} -ge 4 ]] && epatch "${GCC_FILESDIR}"/gcc-configure-texinfo.patch for f in $(grep -l 'autoconf version 2.13' $(find "${S}" -name configure)) ; do ebegin " Updating ${f/${S}\/} [LANG]" patch "${f}" "${GCC_FILESDIR}"/gcc-configure-LANG.patch >& "${T}"/configure-patch.log \ |