diff options
author | Alexander Gabert <pappy@gentoo.org> | 2004-04-22 14:15:10 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2004-04-22 14:15:10 +0000 |
commit | 7727df54a7db90fcf00a35bc4c593a2b0510921c (patch) | |
tree | a9d01fdd001c6a5de35538b796765474c2b39289 | |
parent | stable on amd64 (diff) | |
download | historical-7727df54a7db90fcf00a35bc4c593a2b0510921c.tar.gz historical-7727df54a7db90fcf00a35bc4c593a2b0510921c.tar.bz2 historical-7727df54a7db90fcf00a35bc4c593a2b0510921c.zip |
changed description of hardened USE flag and debug use flag for gcc-config
-rw-r--r-- | profiles/use.desc | 4 | ||||
-rw-r--r-- | profiles/use.local.desc | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 62b7f13cd373..78c6f5aed2dc 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.150 2004/03/30 16:17:44 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.151 2004/04/22 14:15:09 pappy Exp $ 3dfx - Adds support for 3dfx video cards to XFree86. See: voodoo3 3dnow - Adds support for 3dnow multimedia processor instructions @@ -76,7 +76,7 @@ gtk - Adds support for x11-libs/gtk+ (The GIMP Toolkit) gtk2 - Use gtk+-2.0.0 over gtk+-1.2 in cases where a program supports both. gtkhtml - Adds support for gnome-extra/gtkhtml guile - Adds support for dev-util/guile (interpreter for Scheme) -hardened - activate the default security implementation of specific Gentoo Hardened patches (kernel, gcc, glibc, binutils) +hardened - activate Gentoo Hardened security improvements (kernel, gcc, glibc, binutils) icc - Add support for the Intel C++ Compiler (does _not_ set $CC) icc-pgo - Enable PGO data generation or use when use icc. icq - Enable ICQ IM protocol support diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 32e6216f17c4..d9393888144a 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.309 2004/04/22 05:49:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.310 2004/04/22 14:15:10 pappy Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -293,7 +293,10 @@ sys-apps/tcng:tcsim - enable traffic simulator sys-apps/tinylogin:uclibc - Compile with uclibc sys-apps/tpctl:tpctlir - enable support for thinkpad models 760 and 765 sys-cluster/heartbeat:ldirectord - Adds support for ldiretord, use enabled because it has a lot of deps -sys-devel/gcc:hardened - automatically create default PIE (position independent executables) and SSP (stack smashing protector) executables and libraries using a Gentoo Hardened specs file +sys-devel/gcc:hardened - improve PIE (position independent executables) and SSP (stack smashing protector) building of executables and libraries +sys-devel/gcc-config:hardened - enable environment aware wrapper for comfortable PIE and SSP building +sys-devel/gcc-config:debug - activate verbose commandline output of the wrapper in gcc-config +sys-devel/hardened-gcc:debug - activate verbose commandline output of the default PIE SSP hardened-gcc wrapper sys-devel/gcc:multilib - On 64bit systems, if you want to be able to compile 32bit and 64bit binaries sys-devel/gcc:ada - Build support for the ada language sys-devel/gcc:f77 - Build support for the f77 language |