Skip to content
Snippets Groups Projects
Commit 4ebab75e authored by Natanael Copa's avatar Natanael Copa
Browse files

main/abuild: enable dt_relr for aarch64 and loongarch64

Supported with binutils 2.43

!70157 (comment 425786)
parent 261b4a58
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=abuild
pkgver=3.13.0
_ver=${pkgver%_git*}
pkgrel=3
pkgrel=4
pkgdesc="Script to build Alpine Packages"
url="https://git.alpinelinux.org/cgit/abuild/"
arch="all"
......@@ -56,7 +56,7 @@ package() {
install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf
case "$CARCH" in
x86*|ppc64le)
aarch64|loongarch64|x86*|ppc64le)
# binutils only supports it here
cat >>"$pkgdir"/usr/share/abuild/default.conf <<-EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment