aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-06-11 14:10:21 -0400
committerAnthony G. Basile <blueness@gentoo.org>2012-06-11 14:10:21 -0400
commit66216c2b40faa0a7f1dc164a2e7705f491c5bfbc (patch)
tree2340a17a8ee8575273947386c4e3b4a6af470946 /profiles/prefix/linux/make.defaults
parentupdate make.default on hardened/amd64 with -pic (diff)
downloadhardened-dev-66216c2b40faa0a7f1dc164a2e7705f491c5bfbc.tar.gz
hardened-dev-66216c2b40faa0a7f1dc164a2e7705f491c5bfbc.tar.bz2
hardened-dev-66216c2b40faa0a7f1dc164a2e7705f491c5bfbc.zip
Sync with tree profiles June 10, 2012
Diffstat (limited to 'profiles/prefix/linux/make.defaults')
-rw-r--r--profiles/prefix/linux/make.defaults8
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/prefix/linux/make.defaults b/profiles/prefix/linux/make.defaults
index a9d9c5fa..363e22eb 100644
--- a/profiles/prefix/linux/make.defaults
+++ b/profiles/prefix/linux/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/make.defaults,v 1.4 2010/08/12 20:11:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/make.defaults,v 1.6 2011/02/13 16:53:40 arfrever Exp $
# 'Sane' defaults
ELIBC="glibc"
@@ -8,7 +8,7 @@ KERNEL="linux"
# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org>
# on glibc system you cannot turn it off
-USE="${USE} iconv"
+USE="iconv"
# build gcc with mudflap (pointer checking) and parallelization support
USE="${USE} mudflap openmp"
@@ -23,7 +23,7 @@ USE="${USE} -acl"
# direction with how LDFLAGS will be set by default, this entry
# may move.
# 2010/08/12 - Fabian Groffen <grobian@gentoo.org>
-# Unlike default/prefix, we do NOT have --as-needed here, as it seems to
+# Unlike default/linux, we do NOT have --as-needed here, as it seems to
# break a random amount of packages, that don't break (or just not
# enough) for non-Prefix installs.
LDFLAGS="-Wl,-O1"