blob: 3de5eb6fc7b480dac7a328dbe9a4ae8ef0ada180 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# This subdir contains the cascading profiles for native uclibc environments
###############################################################################
# This profile is *not* production ready and may damage your systems
# integrity if used. It is therefore recomened to wait before trying to
# use this.
#
# In case you want try anyway..
# ACCEPT_KEYWORDS="~x86" emerge -pve system
# unmask anything portage is yelling at you about
# You will need to unmask binutils as well. Bug #54059
# echo '=sys-devel/binutils-2.15.91.0.1-r2 -* x86 ~x86' >> /etc/portage/packge.unmask
###############################################################################
mkdir -p /etc/portage/
cat <<EOF>> /etc/portage/package.keywords
>=sys-devel/gcc-config-1.3.6 ~x86
>=sys-devel/binutils-2.14.90.0.6-r1 -* x86 ~x86
>=sys-devel/gcc-3.4.0 -* x86 ~x86
# faulty on uclibc
#app-arch/tar ~x86
dev-libs/uclibc ~x86
sys-apps/modutils ~x86
sys-apps/shadow ~x86
sys-devel/binutils ~x86
sys-devel/gcc ~x86
# stable libtool works too
sys-devel/libtool ~x86
sys-devel/automake ~x86
sys-fs/devfsd ~x86
sys-libs/db ~x86
sys-libs/ncurses ~x86
sys-devel/libperl ~x86
dev-lang/perl ~x86
EOF
|