aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2011-01-05 02:11:40 +0100
committerMagnus Granberg <zorry@gentoo.org>2011-01-05 02:11:40 +0100
commit25f62d304e7b80331d0a85820c22e22ee1f9dd1b (patch)
treee65609b97884533222fd211a5c3c1ca06ba83054
parentRemoved redundant make.defaults (diff)
downloadhardened-dev-25f62d304e7b80331d0a85820c22e22ee1f9dd1b.tar.gz
hardened-dev-25f62d304e7b80331d0a85820c22e22ee1f9dd1b.tar.bz2
hardened-dev-25f62d304e7b80331d0a85820c22e22ee1f9dd1b.zip
update make.default on hardened/amd64 with -pic
-rw-r--r--profiles/hardened/linux/amd64/make.defaults2
-rw-r--r--profiles/hardened/linux/make.defaults2
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/linux/amd64/make.defaults b/profiles/hardened/linux/amd64/make.defaults
index b61284a3..172e9339 100644
--- a/profiles/hardened/linux/amd64/make.defaults
+++ b/profiles/hardened/linux/amd64/make.defaults
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/make.defaults,v 1.2 2009/07/09 00:47:47 gengor Exp $
-USE="justify -unicode"
+USE="justify -unicode -pic"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults
index 75f450fe..9035535b 100644
--- a/profiles/hardened/linux/make.defaults
+++ b/profiles/hardened/linux/make.defaults
@@ -4,4 +4,4 @@
STAGE1_USE="hardened nptl nptlonly pic"
-USE="-fortran -ipv6 hardened pic sysfs urandom"
+USE="-fortran -ipv6 hardened pic sysfs urandom -jit"