tools-musl: add mips32r2

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Felix Janda 2014-12-10 23:42:08 +01:00 committed by Anthony G. Basile
parent 2e53df5f57
commit 5a74aea195
5 changed files with 77 additions and 0 deletions

View 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.8.3
/usr/${CHOST}/lib
/usr/games/lib
EOF
}

View file

@ -0,0 +1,2 @@
>sys-devel/gcc-4.8.3-r99
>sys-fs/eudev-1.10-r2

View file

@ -0,0 +1,3 @@
dev-util/pkgconf pkg-config
sys-devel/gettext -nls
sys-fs/e2fsprogs -nls

View file

@ -0,0 +1 @@
hardened