diff options
Diffstat (limited to 'profiles/uclibc/mips/hardened/make.defaults')
-rw-r--r-- | profiles/uclibc/mips/hardened/make.defaults | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/profiles/uclibc/mips/hardened/make.defaults b/profiles/uclibc/mips/hardened/make.defaults index 5d2d78686595..8648620aa6d0 100644 --- a/profiles/uclibc/mips/hardened/make.defaults +++ b/profiles/uclibc/mips/hardened/make.defaults @@ -1,10 +1,3 @@ -ARCH="mips" -ACCEPT_KEYWORDS="mips" - -FEATURES="-sandbox" -GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc hardened pic pie" -USE="${GRP_STAGE23_USE}" STAGE1_USE="uclibc hardened pic pie" - -UCLIBC_CPU_DEFAULT="MIPS_ISA_1" -UCLIBC_ENDIAN_DEFAULT="BIG" +GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc hardened pic pie" +USE="berkdb ncurses readline zlib uclibc hardened pic pie" |