base-chroot-musl: switch to gcc (4.9.x).
This commit is contained in:
parent
20c7496ea0
commit
1eb5e48389
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-chroot-musl'
|
# Template file for 'base-chroot-musl'
|
||||||
pkgname=base-chroot-musl
|
pkgname=base-chroot-musl
|
||||||
version=0.12
|
version=0.13
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
@ -14,8 +14,8 @@ provides="base-chroot-${version}_${revision}"
|
||||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files>=0.92 kernel-libc-headers>=3.17 musl gcc-4.7
|
base-files>=0.92 kernel-libc-headers>=3.17 musl gcc gcc-c++
|
||||||
gcc-c++-4.7 patch chroot-bash chroot-grep coreutils
|
patch chroot-bash chroot-grep coreutils findutils
|
||||||
chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils
|
chroot-gettext chroot-texinfo sed chroot-gawk diffutils
|
||||||
make gzip file tar chroot-util-linux chroot-distcc
|
make gzip file tar chroot-util-linux chroot-distcc
|
||||||
chroot-git>=2.0 ccache xbps>=0.41 xz which"
|
chroot-git>=2.0 ccache xbps>=0.41 xz which"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue