diff options
author | 2005-05-24 05:08:39 +0000 | |
---|---|---|
committer | 2005-05-24 05:08:39 +0000 | |
commit | 7a16c63c5d1c8ef40d5a89378ba11dd1c48d6148 (patch) | |
tree | 2129ea0ec48eff1638e113e6f548b6d8d3c1954c /sys-devel/gcc/gcc-3.3.5-r1.ebuild | |
parent | make sure we can still exclude [ssp/pie] & boundschecking (diff) | |
download | gentoo-2-7a16c63c5d1c8ef40d5a89378ba11dd1c48d6148.tar.gz gentoo-2-7a16c63c5d1c8ef40d5a89378ba11dd1c48d6148.tar.bz2 gentoo-2-7a16c63c5d1c8ef40d5a89378ba11dd1c48d6148.zip |
mark older gccs as ssp/pie & boundschecking exclusive
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.5-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.5-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-3.3.5-r1.ebuild b/sys-devel/gcc/gcc-3.3.5-r1.ebuild index 3f06858cb3ce..b57ccbae7d9b 100644 --- a/sys-devel/gcc/gcc-3.3.5-r1.ebuild +++ b/sys-devel/gcc/gcc-3.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.5-r1.ebuild,v 1.22 2005/03/01 02:32:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.5-r1.ebuild,v 1.23 2005/05/24 05:08:39 vapier Exp $ MAN_VER="3.3.5" #BRANCH_UPDATE="20041025" @@ -11,6 +11,7 @@ PP_VER="3_3_2" PP_FVER="${PP_VER//_/.}-3" HTB_VER="1.00" #HTB_GCC_VER="" +HTB_EXCLUSIVE="true" ETYPE="gcc-compiler" |