aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/cross-powerpc-linux-gnu/template
blob: b97a21d0d72e14812de0273b6d9dba42b2df62c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Template file for 'cross-powerpc-linux-gnu'
_binutils_version=2.35.1
_gcc_version=10.2.1_pre1
_glibc_version=2.32
_linux_version=5.10.4
pkgname=cross-powerpc-linux-gnu
version=0.34
revision=1
build_style=void-cross
configure_args="--enable-secureplt --disable-vtable-verify"
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="Thomas Batten <stenstorpmc@gmail.com>"
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
 https://dev.alpinelinux.org/~nenolod/gcc-${_gcc_version}.tar.xz
 ${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz
 ${KERNEL_SITE}/kernel/v5.x/linux-${_linux_version}.tar.xz"
checksum="3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607
 772cfd5d30eb9cc5a996fec9ba8cdcb45d37df1c9b5770610103b814b732c590
 1627ea54f5a1a8467032563393e0901077626dc66f37f10ee6363bb722222836
 904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec"
nocross=yes

cross_gcc_skip_go=yes
cross_binutils_configure_args="--enable-secureplt"
cross_gcc_bootstrap_configure_args="--with-long-double-128"
cross_glibc_cflags="-O2"

if [ "$XBPS_TARGET_MACHINE" = "ppc" ]; then
	broken="Can't build crosstoolchain to itself"
fi

cross-powerpc-linux-gnu-libc_package() {
	short_desc+=" - glibc files"
	nostrip=yes
	noshlibprovides=yes
	noverifyrdeps=yes

	pkg_install() {
		vmove usr/${sourcepkg/cross-}
	}
}