diff options
author | Ned Ludd <solar@gentoo.org> | 2004-11-10 07:15:58 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-11-10 07:15:58 +0000 |
commit | 2fe9054986e46d4113d314bed96c31a5af3f4002 (patch) | |
tree | cd09d77b5164e026ab8e87e11ccd69a2b34494b1 /profiles/uclibc/mips | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-2fe9054986e46d4113d314bed96c31a5af3f4002.tar.gz gentoo-2-2fe9054986e46d4113d314bed96c31a5af3f4002.tar.bz2 gentoo-2-2fe9054986e46d4113d314bed96c31a5af3f4002.zip |
initial commit of an experimental uclibc-hardened profile
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r-- | profiles/uclibc/mips/hardened/make.defaults | 9 | ||||
-rw-r--r-- | profiles/uclibc/mips/hardened/parent | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/profiles/uclibc/mips/hardened/make.defaults b/profiles/uclibc/mips/hardened/make.defaults new file mode 100644 index 000000000000..6b2f3b6f242f --- /dev/null +++ b/profiles/uclibc/mips/hardened/make.defaults @@ -0,0 +1,9 @@ +ARCH="mips" +ACCEPT_KEYWORDS="mips" + +FEATURES="-sandbox" +GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc hardened pic pie" +STAGE1_USE="uclibc hardened pic pie" + +UCLIBC_CPU_DEFAULT="MIPS_ISA_1" +UCLIBC_ENDIAN_DEFAULT="BIG" diff --git a/profiles/uclibc/mips/hardened/parent b/profiles/uclibc/mips/hardened/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/hardened/parent @@ -0,0 +1 @@ +.. |