diff options
author | 2009-08-06 07:58:36 +0000 | |
---|---|---|
committer | 2009-08-06 07:58:36 +0000 | |
commit | 79bcb9580f2d8a627ea3f44a16ffcc316e4416f3 (patch) | |
tree | 83d6fe5ec430c424d305ffd747369d0394715774 /profiles/hardened | |
parent | 10.0 releng (diff) | |
download | gentoo-2-79bcb9580f2d8a627ea3f44a16ffcc316e4416f3.tar.gz gentoo-2-79bcb9580f2d8a627ea3f44a16ffcc316e4416f3.tar.bz2 gentoo-2-79bcb9580f2d8a627ea3f44a16ffcc316e4416f3.zip |
10.0 releng
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/x86/10.0/desktop/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/10.0/developer/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/10.0/make.defaults | 8 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/10.0/no-nptl/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/10.0/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/10.0/server/parent | 2 |
6 files changed, 18 insertions, 0 deletions
diff --git a/profiles/hardened/linux/x86/10.0/desktop/parent b/profiles/hardened/linux/x86/10.0/desktop/parent new file mode 100644 index 000000000000..ad6c5e126fbb --- /dev/null +++ b/profiles/hardened/linux/x86/10.0/desktop/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/desktop diff --git a/profiles/hardened/linux/x86/10.0/developer/parent b/profiles/hardened/linux/x86/10.0/developer/parent new file mode 100644 index 000000000000..4c893748ce71 --- /dev/null +++ b/profiles/hardened/linux/x86/10.0/developer/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/developer diff --git a/profiles/hardened/linux/x86/10.0/make.defaults b/profiles/hardened/linux/x86/10.0/make.defaults new file mode 100644 index 000000000000..5d1c665e8ffd --- /dev/null +++ b/profiles/hardened/linux/x86/10.0/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2008 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/10.0/make.defaults,v 1.1 2009/08/06 07:58:35 ssuominen Exp $ + +# STAGE1_USE does not stack +STAGE1_USE="hardened nptl nptlonly pic" + +USE="-unicode" diff --git a/profiles/hardened/linux/x86/10.0/no-nptl/parent b/profiles/hardened/linux/x86/10.0/no-nptl/parent new file mode 100644 index 000000000000..0627a62b5353 --- /dev/null +++ b/profiles/hardened/linux/x86/10.0/no-nptl/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/no-nptl diff --git a/profiles/hardened/linux/x86/10.0/parent b/profiles/hardened/linux/x86/10.0/parent new file mode 100644 index 000000000000..605d0438e49e --- /dev/null +++ b/profiles/hardened/linux/x86/10.0/parent @@ -0,0 +1,2 @@ +.. +../../../../releases/10.0 diff --git a/profiles/hardened/linux/x86/10.0/server/parent b/profiles/hardened/linux/x86/10.0/server/parent new file mode 100644 index 000000000000..c39901657c87 --- /dev/null +++ b/profiles/hardened/linux/x86/10.0/server/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/server |