diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-06-03 22:59:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-06-03 22:59:41 +0000 |
commit | bfeecfcc66fa26b5b7fa3e627c0eca30944a952d (patch) | |
tree | f9f712a0c99f5f627a0bdfa86e56d325ffb18708 /sys-devel/gcc/gcc-4.7.0.ebuild | |
parent | Added die (diff) | |
download | gentoo-2-bfeecfcc66fa26b5b7fa3e627c0eca30944a952d.tar.gz gentoo-2-bfeecfcc66fa26b5b7fa3e627c0eca30944a952d.tar.bz2 gentoo-2-bfeecfcc66fa26b5b7fa3e627c0eca30944a952d.zip |
Apply x32 patch based on target ABIs.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc/gcc-4.7.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.7.0.ebuild b/sys-devel/gcc/gcc-4.7.0.ebuild index 6618fd6d49c1..ee7b3c0413f0 100644 --- a/sys-devel/gcc/gcc-4.7.0.ebuild +++ b/sys-devel/gcc/gcc-4.7.0.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.7.0.ebuild,v 1.3 2012/06/02 19:27:41 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.4 2012/06/03 22:59:41 vapier Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" @@ -43,7 +43,7 @@ src_unpack() { fi # drop the x32 stuff once 4.7 goes stable - if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis) ; then + if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis TARGET) ; then EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch" fi |