mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
cross-armv7l-linux-gnueabihf: update to match glibc
This commit is contained in:
parent
e43ad4d11e
commit
fda07d5d15
1 changed files with 8 additions and 7 deletions
|
@ -2,10 +2,11 @@
|
||||||
_binutils_version=2.39
|
_binutils_version=2.39
|
||||||
_gcc_version=12.2.0
|
_gcc_version=12.2.0
|
||||||
_glibc_version=2.36
|
_glibc_version=2.36
|
||||||
|
_glibc_patchver="72-g0f90d6204d"
|
||||||
_linux_version=5.10.4
|
_linux_version=5.10.4
|
||||||
pkgname=cross-armv7l-linux-gnueabihf
|
pkgname=cross-armv7l-linux-gnueabihf
|
||||||
version=0.35
|
version=0.35
|
||||||
revision=1
|
revision=2
|
||||||
build_style=void-cross
|
build_style=void-cross
|
||||||
configure_args="--with-arch=armv7-a --with-fpu=vfpv3 --with-float=hard"
|
configure_args="--with-arch=armv7-a --with-fpu=vfpv3 --with-float=hard"
|
||||||
hostmakedepends="texinfo tar gcc-objc gcc-go flex perl python3"
|
hostmakedepends="texinfo tar gcc-objc gcc-go flex perl python3"
|
||||||
|
@ -16,14 +17,14 @@ short_desc="Void cross toolchain for ${pkgname/cross-}"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
distfiles="
|
distfiles="${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz"
|
||||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz
|
distfiles+=" ${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz"
|
||||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
# distfiles+=" ${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
|
||||||
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz
|
distfiles+=" https://vasilek.cz/paste/glibc-${_glibc_version}-${_glibc_patchver}.tar.xz"
|
||||||
${KERNEL_SITE}/kernel/v5.x/linux-${_linux_version}.tar.xz"
|
distfiles+=" ${KERNEL_SITE}/kernel/v5.x/linux-${_linux_version}.tar.xz"
|
||||||
checksum="645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
|
checksum="645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
|
||||||
e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
|
e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
|
||||||
1c959fea240906226062cb4b1e7ebce71a9f0e3c0836c09e7e3423d434fcfe75
|
656200722d5ba968b4888a2d2950719d72c86290fd0479f61897d25b7db2cb57
|
||||||
904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec"
|
904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue