48 lines
1.6 KiB
Bash
48 lines
1.6 KiB
Bash
# Template file for 'cross-powerpcle-linux-musl'
|
|
_binutils_version=2.35.1
|
|
_gcc_version=10.2.1_pre1
|
|
_musl_version=1.1.24
|
|
_linux_version=5.10.4
|
|
pkgname=cross-powerpcle-linux-musl
|
|
version=0.34
|
|
revision=2
|
|
build_style=void-cross
|
|
configure_args="--enable-secureplt --disable-vtable-verify
|
|
--disable-decimal-float"
|
|
hostmakedepends="texinfo tar gcc-objc flex perl python3"
|
|
makedepends="isl15-devel libmpc-devel zlib-devel gmp-devel mpfr-devel"
|
|
depends="${pkgname}-libc-${version}_${revision}"
|
|
short_desc="Void cross toolchain for ${pkgname/cross-}"
|
|
maintainer="q66 <daniel@octaforge.org>"
|
|
homepage="https://www.voidlinux.org/"
|
|
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
|
distfiles="
|
|
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz
|
|
https://dev.alpinelinux.org/~nenolod/gcc-${_gcc_version}.tar.xz
|
|
https://musl.libc.org/releases/musl-${_musl_version}.tar.gz
|
|
${KERNEL_SITE}/kernel/v5.x/linux-${_linux_version}.tar.xz"
|
|
checksum="3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607
|
|
772cfd5d30eb9cc5a996fec9ba8cdcb45d37df1c9b5770610103b814b732c590
|
|
1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
|
|
904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec"
|
|
nocross=yes
|
|
|
|
cross_gcc_skip_go=yes
|
|
cross_binutils_configure_args="--enable-secureplt"
|
|
cross_musl_cflags="-O2"
|
|
|
|
if [ "$XBPS_TARGET_MACHINE" = "ppcle-musl" ]; then
|
|
broken="Can't build crosstoolchain to itself"
|
|
fi
|
|
|
|
cross-powerpcle-linux-musl-libc_package() {
|
|
short_desc+=" - libc files"
|
|
nostrip=yes
|
|
noverifyrdeps=yes
|
|
noshlibprovides=yes
|
|
|
|
pkg_install() {
|
|
vmove usr/${sourcepkg/cross-}
|
|
}
|
|
}
|