diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-07-07 18:26:48 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-07-07 18:26:48 +0000 |
commit | 15bb346038ca26b17c24727083595e0da3f4f5e2 (patch) | |
tree | 1d839e5ecd6ae25ae6ddc7a15a4b4cb8af46a488 /profiles | |
parent | add use-based deps for libsdl (bug #276968) (diff) | |
download | gentoo-2-15bb346038ca26b17c24727083595e0da3f4f5e2.tar.gz gentoo-2-15bb346038ca26b17c24727083595e0da3f4f5e2.tar.bz2 gentoo-2-15bb346038ca26b17c24727083595e0da3f4f5e2.zip |
Add LDFLAGS optimization to older hardened profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/make.defaults | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/profiles/hardened/make.defaults b/profiles/hardened/make.defaults index 5b783cc251e6..1a5b80961ffd 100644 --- a/profiles/hardened/make.defaults +++ b/profiles/hardened/make.defaults @@ -1,7 +1,14 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.18 2009/07/06 00:43:38 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.19 2009/07/07 18:26:48 gengor Exp $ STAGE1_USE="hardened pic" USE="sysfs urandom xorg" INPUT_DEVICES="mouse keyboard evdev" + +# 2008/07/09 - Doug Goldstein <cardoe@gentoo.org> +# Adding LDFLAGS="-Wl,-O1 for all Linux profiles by default +# after discussion on the gentoo-dev ML. As we bang out a clear +# direction with how LDFLAGS will be set by default, this entry +# may move. +LDFLAGS="-Wl,-O1" |