diff options
author | Travis Tilley <lv@gentoo.org> | 2004-09-09 23:10:26 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-09-09 23:10:26 +0000 |
commit | 2e291a4717fbbba75d656b8eff3d7a243093edd6 (patch) | |
tree | 639d7fac3e77336a28923a1999fac483171b496a /sys-devel | |
parent | damnit pkg_setup (diff) | |
download | gentoo-2-2e291a4717fbbba75d656b8eff3d7a243093edd6.tar.gz gentoo-2-2e291a4717fbbba75d656b8eff3d7a243093edd6.tar.bz2 gentoo-2-2e291a4717fbbba75d656b8eff3d7a243093edd6.zip |
damnit pkg_setup! foiled again!!
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.4.2.ebuild b/sys-devel/gcc/gcc-3.4.2.ebuild index 98fda399356b..74a77967a4fc 100644 --- a/sys-devel/gcc/gcc-3.4.2.ebuild +++ b/sys-devel/gcc/gcc-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2.ebuild,v 1.3 2004/09/08 23:07:04 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2.ebuild,v 1.4 2004/09/09 23:10:26 lv Exp $ IUSE="static nls bootstrap build nomultilib gcj gtk f77 objc hardened uclibc n32 n64" @@ -55,6 +55,9 @@ SRC_URI="$(get_gcc_src_uri)" S="$(gcc_get_s_dir)" +PIEPATCH_EXCLUDE="upstream/04_all_gcc-3.4.0-v8.7.6.1-pie-arm-uclibc.patch.bz2" +HARDENED_GCC_WORKS="x86 sparc amd64" + # Recently there has been a lot of stability problem in Gentoo-land. Many # things can be the cause to this, but I believe that it is due to gcc3 # still having issues with optimizations, or with it not filtering bad @@ -117,8 +120,6 @@ fi pkg_setup() { gcc_setup_variables - PIEPATCH_EXCLUDE="upstream/04_all_gcc-3.4.0-v8.7.6.1-pie-arm-uclibc.patch.bz2" - (use x86 || use sparc || use amd64) && HARDENED_GCC_WORKS="true" } check_option_validity() { |