cross-arm-linux-gnueabihf: update to glibc-2.29
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
3ef8882f0e
commit
757f64a8d4
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
_binutils_version=2.32
|
||||
_gcc_version=8.2.0
|
||||
_glibc_version=2.28
|
||||
_glibc_version=2.29
|
||||
_linux_version=4.19
|
||||
|
||||
_triplet=arm-linux-gnueabihf
|
||||
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.29
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
b1900051afad76f7a4f73e71413df4826dce085ef8ddb785a945b66d7d513082
|
||||
f3eeb8d57e25ca9fc13c2af3dae97754f9f643bc69229546828e3a240e2af04b
|
||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
||||
|
||||
lib32disabled=yes
|
||||
|
@ -33,8 +33,8 @@ nopie=yes
|
|||
nodebug=yes
|
||||
create_wrksrc=yes
|
||||
|
||||
hostmakedepends="perl flex gcc-ada libada-devel"
|
||||
makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel isl15-devel"
|
||||
hostmakedepends="flex gcc-ada libada-devel perl python3"
|
||||
makedepends="isl15-devel libmpc-devel zlib-devel"
|
||||
depends="${pkgname}-libc-${version}_${revision}"
|
||||
nostrip_files="libcaf_single.a libgcc.a libgcov.a libgcc_eh.a
|
||||
libgnarl_pic.a libgnarl.a libgnat_pic.a libgnat.a"
|
||||
|
@ -140,9 +140,11 @@ _glibc_headers() {
|
|||
[ -f ${wrksrc}/.glibc_headers_done ] && return 0
|
||||
|
||||
cd ${wrksrc}/glibc-${_glibc_version}
|
||||
for f in ${XBPS_SRCPKGDIR}/glibc/patches/*.patch; do
|
||||
_apply_patch -p1 "$f"
|
||||
done
|
||||
if [ -d "${XBPS_SRCPKGDIR}/glibc/patches" ]; then
|
||||
for f in ${XBPS_SRCPKGDIR}/glibc/patches/*.patch; do
|
||||
_apply_patch -p1 "$f"
|
||||
done
|
||||
fi
|
||||
|
||||
cd ${wrksrc}
|
||||
msg_normal "Building cross glibc headers\n"
|
||||
|
|
Loading…
Reference in New Issue