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 | b650fcd78011b5c498fd4c760cdf6932d38e57f2 (patch) | |
tree | 48042638609f1d776bb3949c7c3cbae11ebdf0e2 | |
parent | old (diff) | |
download | historical-b650fcd78011b5c498fd4c760cdf6932d38e57f2.tar.gz historical-b650fcd78011b5c498fd4c760cdf6932d38e57f2.tar.bz2 historical-b650fcd78011b5c498fd4c760cdf6932d38e57f2.zip |
initial commit of an experimental uclibc-hardened profile
-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 @@ +.. |