tools-musl: initial commit

This commit is contained in:
Anthony G. Basile 2014-01-27 12:22:49 +00:00
parent 3d4d415a27
commit c5b17f302e
10 changed files with 1129 additions and 0 deletions

View file

@ -0,0 +1,17 @@
CHOST=x86_64-gentoo-linux-musl
CFLAGS="-Os -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
USE="-hardened -fortran -mudflap"
USE="${USE} -xattr python zlib"
MAKEOPTS="-j9"
INSTALL_MASK="charset.alias"
FEATURES="-sandbox"
PORTDIR="/usr/portage"
source /var/lib/layman/make.conf
GENTOO_MIRRORS="ftp://192.168.3.1/pub/gentoo"
SYNC="rsync://192.168.3.1/portage"

View file

@ -0,0 +1 @@
/usr/portage/profiles/hardened/linux/musl/amd64

View file

@ -0,0 +1,2 @@
=sys-libs/musl-0.9.15 ~amd64
=sys-apps/getent-0 ~amd64

View file

@ -0,0 +1,2 @@
sys-fs/udev
sys-apps/systemd

View file

@ -0,0 +1,3 @@
app-editors/vim -python
dev-vcs/git -gpg
sys-apps/busybox -* savedconfig

View file

@ -0,0 +1,7 @@
[DEFAULT]
main-repo = gentoo
[gentoo]
location = /usr/portage
sync-type = rsync
sync-uri = rsync://192.168.3.1/portage

File diff suppressed because it is too large Load diff