diff options
Diffstat (limited to 'sys-devel/gcc/gcc-4.1.2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.1.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-4.1.2.ebuild b/sys-devel/gcc/gcc-4.1.2.ebuild index cb783e94d398..6cae7fcf0b36 100644 --- a/sys-devel/gcc/gcc-4.1.2.ebuild +++ b/sys-devel/gcc/gcc-4.1.2.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.28 2011/07/20 08:58:35 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.29 2011/09/26 17:38:49 vapier Exp $ PATCH_VER="1.3" UCLIBC_VER="1.0" D_VER="0.24" -ETYPE="gcc-compiler" - # whether we should split out specs files for multiple {PIE,SSP}-by-default # and vanilla configurations. SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed @@ -57,7 +55,7 @@ if [[ ${CATEGORY} != cross-* ]] ; then fi src_unpack() { - gcc_src_unpack + toolchain_src_unpack use vanilla && return 0 |