diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-11 03:29:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-11 03:29:19 +0000 |
commit | dfdb1f2526bf9fb661881670f0ffc3c712ad258c (patch) | |
tree | fbb418ea6fddfc0005cb8d10896d35279dabf030 /sys-devel/gcc | |
parent | Marked stable on amd64 (diff) | |
download | gentoo-2-dfdb1f2526bf9fb661881670f0ffc3c712ad258c.tar.gz gentoo-2-dfdb1f2526bf9fb661881670f0ffc3c712ad258c.tar.bz2 gentoo-2-dfdb1f2526bf9fb661881670f0ffc3c712ad258c.zip |
so people know why SPLIT_SPECS are disabled
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-4.0.2-r1.ebuild b/sys-devel/gcc/gcc-4.0.2-r1.ebuild index d2de9e329a1f..d9b65795fe44 100644 --- a/sys-devel/gcc/gcc-4.0.2-r1.ebuild +++ b/sys-devel/gcc/gcc-4.0.2-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-4.0.2-r1.ebuild,v 1.3 2005/10/10 14:10:29 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r1.ebuild,v 1.4 2005/10/11 03:29:19 vapier Exp $ PATCH_VER="1.2" PATCH_GCC_VER="4.0.2" @@ -14,6 +14,10 @@ HTB_GCC_VER="4.0.1" 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 + inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" |