From 3e85cb0748ca9c923c339034ec0df3b458d411f8 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 7 Dec 2024 23:58:23 -0600 Subject: system/binutils: Make bootstrapping almost work * textrels in readelf, who knows why * !tracedeps because /lib/libc.so doesn't have a provider in the seed env. It only looks because binutils sets a special rpath for itself. --- system/binutils/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/binutils/APKBUILD b/system/binutils/APKBUILD index 06f7c4cb6..00c76043c 100644 --- a/system/binutils/APKBUILD +++ b/system/binutils/APKBUILD @@ -40,7 +40,7 @@ source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz if [ "$CHOST" != "$CTARGET" ]; then pkgname="$pkgname-$CTARGET_ARCH" subpackages="" - options="!check" + options="!check textrels !tracedeps" sonameprefix="$pkgname:" builddir="$srcdir"/binutils-$pkgver fi -- cgit v1.2.3-70-g09d2