diff options
author | Ned Ludd <solar@gentoo.org> | 2004-11-10 08:29:40 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-11-10 08:29:40 +0000 |
commit | 0e87ce6d4cf4ea55202b0fae8aa475a916b56ec2 (patch) | |
tree | 89ccbcab1f5f4e8127593f1c61fa16f555c8b16b | |
parent | dodir takes a list; only create /usr/share/man/it for linguas_it; error messa... (diff) | |
download | gentoo-2-0e87ce6d4cf4ea55202b0fae8aa475a916b56ec2.tar.gz gentoo-2-0e87ce6d4cf4ea55202b0fae8aa475a916b56ec2.tar.bz2 gentoo-2-0e87ce6d4cf4ea55202b0fae8aa475a916b56ec2.zip |
initial commit of an experimental ppc uclibc-hardened profile. whitespace fixups in virtuals.
-rw-r--r-- | profiles/uclibc/ppc/hardened/make.defaults | 8 | ||||
-rw-r--r-- | profiles/uclibc/ppc/hardened/parent | 1 | ||||
-rw-r--r-- | profiles/uclibc/virtuals | 6 |
3 files changed, 12 insertions, 3 deletions
diff --git a/profiles/uclibc/ppc/hardened/make.defaults b/profiles/uclibc/ppc/hardened/make.defaults new file mode 100644 index 000000000000..fc3b981cc4ef --- /dev/null +++ b/profiles/uclibc/ppc/hardened/make.defaults @@ -0,0 +1,8 @@ +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc hardened pic pie" +STAGE1_USE="uclibc hardened pic" + +UCLIBC_CPU_DEFAULT="" +UCLIBC_ENDIAN_DEFAULT="BIG" diff --git a/profiles/uclibc/ppc/hardened/parent b/profiles/uclibc/ppc/hardened/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/ppc/hardened/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/virtuals b/profiles/uclibc/virtuals index 9c5d32ceeb94..49b1dcebe269 100644 --- a/profiles/uclibc/virtuals +++ b/profiles/uclibc/virtuals @@ -1,7 +1,7 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/virtuals,v 1.11 2004/10/23 00:13:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/virtuals,v 1.12 2004/11/10 08:29:40 solar Exp $ -virtual/libc dev-libs/uclibc -virtual/os-headers sys-kernel/linux-headers +virtual/libc dev-libs/uclibc +virtual/os-headers sys-kernel/linux-headers virtual/linux-sources sys-kernel/vanilla-sources |