diff options
author | 2004-06-14 02:08:22 +0000 | |
---|---|---|
committer | 2004-06-14 02:08:22 +0000 | |
commit | c0223793bd7980523a5aea6b8e22174155e78b3d (patch) | |
tree | 45b240546b348083b24ef7866a05352118113d2f /profiles/hardened/x86/make.defaults | |
parent | added potential fix for building nptl with a hardened toolchain and did a few... (diff) | |
download | historical-c0223793bd7980523a5aea6b8e22174155e78b3d.tar.gz historical-c0223793bd7980523a5aea6b8e22174155e78b3d.tar.bz2 historical-c0223793bd7980523a5aea6b8e22174155e78b3d.zip |
Add USE=pie hardened
Diffstat (limited to 'profiles/hardened/x86/make.defaults')
-rw-r--r-- | profiles/hardened/x86/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/x86/make.defaults b/profiles/hardened/x86/make.defaults index ace86a70fb7a..c912c2f4da49 100644 --- a/profiles/hardened/x86/make.defaults +++ b/profiles/hardened/x86/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.3 2004/03/19 15:19:11 zhen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.4 2004/06/14 02:08:22 tseng Exp $ ARCH="x86" ACCEPT_KEYWORDS="x86" -GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic" -USE="x86 hardened berkdb crypt readline nls ssl tcpd zlib pam pic" +GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic pie hardened" +USE="x86 hardened berkdb crypt readline nls ssl tcpd zlib pam pic pie hardened" |