tools-musl: add support for powerpc
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
ebb7aacb35
commit
266b474a59
5 changed files with 75 additions and 0 deletions
15
tools-musl/portage.ppc.vanilla/bashrc
Normal file
15
tools-musl/portage.ppc.vanilla/bashrc
Normal file
|
@ -0,0 +1,15 @@
|
|||
post_src_install() {
|
||||
[[ $PN != musl ]] && return 0
|
||||
|
||||
local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
|
||||
mkdir "${D}"/etc
|
||||
cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
|
||||
/lib
|
||||
/usr/lib
|
||||
/usr/local/lib
|
||||
/usr/lib/opengl/xorg-x11/lib
|
||||
/usr/lib/gcc/${CHOST}/4.7.4
|
||||
/usr/${CHOST}/lib
|
||||
/usr/games/lib
|
||||
EOF
|
||||
}
|
1
tools-musl/portage.ppc.vanilla/package.accept_keywords
Normal file
1
tools-musl/portage.ppc.vanilla/package.accept_keywords
Normal file
|
@ -0,0 +1 @@
|
|||
=sys-devel/gettext-0.19.2 ~amd64 ~arm ~x86 ~ppc
|
2
tools-musl/portage.ppc.vanilla/package.use
Normal file
2
tools-musl/portage.ppc.vanilla/package.use
Normal file
|
@ -0,0 +1,2 @@
|
|||
sys-devel/gettext -nls
|
||||
sys-fs/e2fsprogs -nls
|
1
tools-musl/portage.ppc.vanilla/profile/use.mask
Normal file
1
tools-musl/portage.ppc.vanilla/profile/use.mask
Normal file
|
@ -0,0 +1 @@
|
|||
hardened
|
Loading…
Add table
Add a link
Reference in a new issue