diff options
Diffstat (limited to 'profiles/uclibc/mips/mipsel/hardened/make.defaults')
-rw-r--r-- | profiles/uclibc/mips/mipsel/hardened/make.defaults | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/uclibc/mips/mipsel/hardened/make.defaults b/profiles/uclibc/mips/mipsel/hardened/make.defaults new file mode 100644 index 00000000..41e2d419 --- /dev/null +++ b/profiles/uclibc/mips/mipsel/hardened/make.defaults @@ -0,0 +1,6 @@ +GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic" +USE="ncurses readline zlib uclibc hardened pic" + +# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic" |