50 lines
1.6 KiB
Bash
50 lines
1.6 KiB
Bash
# Template file for 'cross-aarch64-linux-gnu'
|
|
_binutils_version=2.39
|
|
_gcc_version=12.2.0
|
|
_glibc_version=2.38
|
|
_linux_version=5.10.4
|
|
pkgname=cross-aarch64-linux-gnu
|
|
version=0.35
|
|
revision=7
|
|
build_style=void-cross
|
|
configure_args="--with-arch=armv8-a"
|
|
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="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
|
homepage="https://www.voidlinux.org/"
|
|
distfiles="${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz"
|
|
distfiles+=" ${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz"
|
|
distfiles+=" ${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
|
|
distfiles+=" ${KERNEL_SITE}/kernel/v5.x/linux-${_linux_version}.tar.xz"
|
|
checksum="645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
|
|
e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
|
|
fb82998998b2b29965467bc1b69d152e9c307d2cf301c9eafb4555b770ef3fd2
|
|
904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec"
|
|
nocross=yes
|
|
|
|
cross_glibc_cflags="-O2 -march=armv8-a"
|
|
|
|
if [ "$XBPS_TARGET_MACHINE" = "aarch64" ]; then
|
|
broken="Can't build crosstoolchain to itself"
|
|
fi
|
|
|
|
case "$XBPS_MACHINE" in
|
|
ppc64*) ;;
|
|
ppc*|mips*) broken="no gccgo support";;
|
|
esac
|
|
|
|
cross-aarch64-linux-gnu-libc_package() {
|
|
short_desc+=" - glibc files"
|
|
nostrip=yes
|
|
noshlibprovides=yes
|
|
noverifyrdeps=yes
|
|
|
|
pkg_install() {
|
|
vmove usr/${sourcepkg/cross-}
|
|
}
|
|
}
|