54 lines
1.8 KiB
Bash
54 lines
1.8 KiB
Bash
# Template file for 'cross-armv7l-linux-musleabihf'
|
|
_binutils_version=2.41
|
|
_gcc_version=13.2.0
|
|
_musl_version=1.1.24
|
|
_linux_version=6.1
|
|
_libucontext_version=1.2
|
|
pkgname=cross-armv7l-linux-musleabihf
|
|
version=0.36
|
|
revision=2
|
|
build_style=void-cross
|
|
configure_args="--with-arch=armv7-a --with-fpu=vfpv3 --with-float=hard"
|
|
hostmakedepends="texinfo tar gcc-objc gcc-go flex perl python3 pkg-config"
|
|
makedepends="isl-devel libmpc-devel gmp-devel mpfr-devel
|
|
zlib-devel libzstd-devel"
|
|
depends="${pkgname}-libc-${version}_${revision}"
|
|
short_desc="Void cross toolchain for ${pkgname/cross-}"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
|
homepage="https://www.voidlinux.org/"
|
|
distfiles="
|
|
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz
|
|
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
|
https://musl.libc.org/releases/musl-${_musl_version}.tar.gz
|
|
${KERNEL_SITE}/kernel/v${_linux_version%%.*}.x/linux-${_linux_version}.tar.xz
|
|
https://github.com/kaniini/libucontext/archive/libucontext-${_libucontext_version}.tar.gz"
|
|
checksum="ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
|
|
e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
|
|
1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
|
|
2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb
|
|
937fba9d0beebd7cf957b79979b19fe3a29bb9c4bfd25e869477d7154bbf8fd3"
|
|
nocross=yes
|
|
|
|
cross_musl_cflags="-O2 -march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
|
|
|
|
if [ "$XBPS_TARGET_MACHINE" = "armv7l-musl" ]; then
|
|
broken="Can't build crosstoolchain to itself"
|
|
fi
|
|
|
|
case "$XBPS_MACHINE" in
|
|
ppc64*) ;;
|
|
ppc*|mips*) broken="no gccgo support";;
|
|
esac
|
|
|
|
cross-armv7l-linux-musleabihf-libc_package() {
|
|
short_desc+=" - libc files"
|
|
nostrip=yes
|
|
noshlibprovides=yes
|
|
noverifyrdeps=yes
|
|
|
|
pkg_install() {
|
|
vmove usr/${sourcepkg/cross-}
|
|
}
|
|
}
|