tools-musl: initial commit
This commit is contained in:
parent
3d4d415a27
commit
c5b17f302e
10 changed files with 1129 additions and 0 deletions
17
tools-musl/portage/make.conf
Normal file
17
tools-musl/portage/make.conf
Normal 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"
|
1
tools-musl/portage/make.profile
Symbolic link
1
tools-musl/portage/make.profile
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/portage/profiles/hardened/linux/musl/amd64
|
2
tools-musl/portage/package.accept_keywords
Normal file
2
tools-musl/portage/package.accept_keywords
Normal file
|
@ -0,0 +1,2 @@
|
|||
=sys-libs/musl-0.9.15 ~amd64
|
||||
=sys-apps/getent-0 ~amd64
|
2
tools-musl/portage/package.mask
Normal file
2
tools-musl/portage/package.mask
Normal file
|
@ -0,0 +1,2 @@
|
|||
sys-fs/udev
|
||||
sys-apps/systemd
|
3
tools-musl/portage/package.use
Normal file
3
tools-musl/portage/package.use
Normal file
|
@ -0,0 +1,3 @@
|
|||
app-editors/vim -python
|
||||
dev-vcs/git -gpg
|
||||
sys-apps/busybox -* savedconfig
|
7
tools-musl/portage/repos.conf/gentoo.conf
Normal file
7
tools-musl/portage/repos.conf/gentoo.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
[DEFAULT]
|
||||
main-repo = gentoo
|
||||
|
||||
[gentoo]
|
||||
location = /usr/portage
|
||||
sync-type = rsync
|
||||
sync-uri = rsync://192.168.3.1/portage
|
1031
tools-musl/portage/savedconfig/sys-apps/busybox-1.21.0
Normal file
1031
tools-musl/portage/savedconfig/sys-apps/busybox-1.21.0
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue