51 lines
1.7 KiB
Bash
51 lines
1.7 KiB
Bash
# Template file for 'cross-x86_64-linux-gnu'
|
|
_binutils_version=2.41
|
|
_gcc_version=13.2.0
|
|
_glibc_version=2.39
|
|
_linux_version=6.1
|
|
pkgname=cross-x86_64-linux-gnu
|
|
version=0.36
|
|
revision=2
|
|
build_style=void-cross
|
|
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, 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/v${_linux_version%%.*}.x/linux-${_linux_version}.tar.xz"
|
|
checksum="ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
|
|
e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
|
|
f77bd47cf8170c57365ae7bf86696c118adb3b120d3259c64c502d3dc1e2d926
|
|
2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb"
|
|
nocross=yes
|
|
|
|
# explicitly enable for final gcc, gfortran does not build without on x86
|
|
cross_gcc_configure_args="--enable-libquadmath"
|
|
cross_glibc_cflags="-O2"
|
|
|
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
|
broken="Can't build crosstoolchain to itself"
|
|
fi
|
|
|
|
case "$XBPS_MACHINE" in
|
|
ppc64*) ;;
|
|
ppc*|mips*) broken="no gccgo support";;
|
|
esac
|
|
|
|
cross-x86_64-linux-gnu-libc_package() {
|
|
short_desc+=" - glibc files"
|
|
nostrip=yes
|
|
noverifyrdeps=yes
|
|
noshlibprovides=yes
|
|
|
|
pkg_install() {
|
|
vmove usr/${sourcepkg/cross-}
|
|
}
|
|
}
|