diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-16 07:59:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-16 07:59:45 +0000 |
commit | 4390b8661144dabeedc6d4a151093de0c9bb6ccb (patch) | |
tree | d150ace0592df80e070d042c190a292dc8ffe54f /sys-devel | |
parent | new package (diff) | |
download | historical-4390b8661144dabeedc6d4a151093de0c9bb6ccb.tar.gz historical-4390b8661144dabeedc6d4a151093de0c9bb6ccb.tar.bz2 historical-4390b8661144dabeedc6d4a151093de0c9bb6ccb.zip |
document the spec splitting
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-4.0.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-4.0.1.ebuild b/sys-devel/gcc/gcc-4.0.1.ebuild index 4972bb9b4fb5..7962d9fb68c0 100644 --- a/sys-devel/gcc/gcc-4.0.1.ebuild +++ b/sys-devel/gcc/gcc-4.0.1.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.1.ebuild,v 1.6 2005/10/07 02:01:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.1.ebuild,v 1.7 2005/10/16 07:59:45 vapier Exp $ PATCH_VER="1.0" PATCH_GCC_VER="4.0.1" @@ -13,6 +13,10 @@ HTB_VER="1.00" 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" |