diff options
author | 2004-10-29 01:24:25 +0000 | |
---|---|---|
committer | 2004-10-29 01:24:25 +0000 | |
commit | 513b846bdaa68fe46ce00b63555ea4e83b0dccd2 (patch) | |
tree | 4d59fe50209196f375a6b51c62c4ea8cab84de4c /profiles/uclibc/ppc | |
parent | remove arm/s390 DEPEND cruft #67616 (diff) | |
download | historical-513b846bdaa68fe46ce00b63555ea4e83b0dccd2.tar.gz historical-513b846bdaa68fe46ce00b63555ea4e83b0dccd2.tar.bz2 historical-513b846bdaa68fe46ce00b63555ea4e83b0dccd2.zip |
move STAGE1_USE and GRP_STAGE23_USE to main make.defaults
Diffstat (limited to 'profiles/uclibc/ppc')
-rw-r--r-- | profiles/uclibc/ppc/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/uclibc/ppc/make.defaults b/profiles/uclibc/ppc/make.defaults index 682ea0d72312..7df6b6c8c840 100644 --- a/profiles/uclibc/ppc/make.defaults +++ b/profiles/uclibc/ppc/make.defaults @@ -1,2 +1,5 @@ ARCH="ppc" ACCEPT_KEYWORDS="ppc" + +GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc" +STAGE1_USE="uclibc" |