diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-25 17:27:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-25 17:27:30 +0000 |
commit | 5a5f5b89343da34ffedbe526bc3992c8e3bd5269 (patch) | |
tree | f8dd28eb186de907fbd1cb84845507b3366f04e9 /sys-devel/gcc/gcc-4.6.2.ebuild | |
parent | Initial commit of this simple lib. Required for spatialite. (diff) | |
download | gentoo-2-5a5f5b89343da34ffedbe526bc3992c8e3bd5269.tar.gz gentoo-2-5a5f5b89343da34ffedbe526bc3992c8e3bd5269.tar.bz2 gentoo-2-5a5f5b89343da34ffedbe526bc3992c8e3bd5269.zip |
Update x32 support.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc/gcc-4.6.2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.6.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-4.6.2.ebuild b/sys-devel/gcc/gcc-4.6.2.ebuild index 86a24191478e..d7341bfef39d 100644 --- a/sys-devel/gcc/gcc-4.6.2.ebuild +++ b/sys-devel/gcc/gcc-4.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.10 2012/05/22 05:07:54 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.11 2012/05/25 17:27:30 vapier Exp $ PATCH_VER="1.4" UCLIBC_VER="1.0" @@ -42,9 +42,7 @@ src_unpack() { fi # drop the x32 stuff once 4.7 goes stable - case ${CHOST} in - x86_64*) has x32 $(get_all_abis) || EPATCH_EXCLUDE+=" 80_all_gcc-4.6-x32.patch" ;; - esac + EPATCH_EXCLUDE+=" 80_all_gcc-4.6-x32.patch" toolchain_src_unpack |