diff options
-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 @@ +.. |