diff options
author | Ned Ludd <solar@gentoo.org> | 2005-04-18 19:36:18 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-04-18 19:36:18 +0000 |
commit | ffb7b855c7fa0ff807a5d79d5c6a4c5f5bb96e7f (patch) | |
tree | 4b81f0187deb170edca78cf9d11a454e00be6d87 /profiles/uclibc/ppc | |
parent | added ~amd64 to KEYWORDS, fixes #89225 (diff) | |
download | historical-ffb7b855c7fa0ff807a5d79d5c6a4c5f5bb96e7f.tar.gz historical-ffb7b855c7fa0ff807a5d79d5c6a4c5f5bb96e7f.tar.bz2 historical-ffb7b855c7fa0ff807a5d79d5c6a4c5f5bb96e7f.zip |
- removed obsoleted USE pie flag
Diffstat (limited to 'profiles/uclibc/ppc')
-rw-r--r-- | profiles/uclibc/ppc/hardened/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/uclibc/ppc/hardened/make.defaults b/profiles/uclibc/ppc/hardened/make.defaults index 8648620aa6d0..12dce486ac07 100644 --- a/profiles/uclibc/ppc/hardened/make.defaults +++ b/profiles/uclibc/ppc/hardened/make.defaults @@ -1,3 +1,3 @@ -STAGE1_USE="uclibc hardened pic pie" -GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc hardened pic pie" -USE="berkdb ncurses readline zlib uclibc hardened pic pie" +STAGE1_USE="uclibc hardened pic" +GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc hardened pic" +USE="berkdb ncurses readline zlib uclibc hardened pic" |