cross*musl: use new kernel-libc-headers (missed files)
Closes: #5933 [via git-merge-pr]
This commit is contained in:
parent
f7667e30d9
commit
d92e5f2697
4 changed files with 20 additions and 4 deletions
|
@ -11,7 +11,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.23
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Cross toolchain for ARM64 LE target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -123,6 +123,10 @@ _linux_headers() {
|
|||
|
||||
cd linux-${_linux_version}
|
||||
|
||||
for f in ${XBPS_SRCPKGDIR}/kernel-libc-headers/patches/*.patch; do
|
||||
_apply_patch -p0 $f
|
||||
done
|
||||
|
||||
make ARCH=arm64 headers_check
|
||||
make ARCH=arm64 INSTALL_HDR_PATH=${_sysroot}/usr headers_install
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.23
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Cross toolchain for MIPS32r2 BE softfloat target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -126,6 +126,10 @@ _linux_headers() {
|
|||
|
||||
cd linux-${_linux_version}
|
||||
|
||||
for f in ${XBPS_SRCPKGDIR}/kernel-libc-headers/patches/*.patch; do
|
||||
_apply_patch -p0 $f
|
||||
done
|
||||
|
||||
make ARCH=mips headers_check
|
||||
make ARCH=mips INSTALL_HDR_PATH=${_sysroot}/usr headers_install
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.23
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Cross toolchain for MIPS32r2 LE softfloat target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -126,6 +126,10 @@ _linux_headers() {
|
|||
|
||||
cd linux-${_linux_version}
|
||||
|
||||
for f in ${XBPS_SRCPKGDIR}/kernel-libc-headers/patches/*.patch; do
|
||||
_apply_patch -p0 $f
|
||||
done
|
||||
|
||||
make ARCH=mips headers_check
|
||||
make ARCH=mips INSTALL_HDR_PATH=${_sysroot}/usr headers_install
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.23
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Cross toolchain for MIPS32r2 LE hardfloat target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -126,6 +126,10 @@ _linux_headers() {
|
|||
|
||||
cd linux-${_linux_version}
|
||||
|
||||
for f in ${XBPS_SRCPKGDIR}/kernel-libc-headers/patches/*.patch; do
|
||||
_apply_patch -p0 $f
|
||||
done
|
||||
|
||||
make ARCH=mips headers_check
|
||||
make ARCH=mips INSTALL_HDR_PATH=${_sysroot}/usr headers_install
|
||||
|
||||
|
|
Loading…
Reference in a new issue