commit a89fd42
chld
·
2026-08-29 18:18:49 +0000 UTC
parent a1808a2
linux-headers: set arch
1 files changed,
+1,
-1
+1,
-1
1@@ -19,7 +19,7 @@ build() {
2 esac
3
4 msg "preparing kernel tree..."
5- gmake mrproper HOSTCC="cc -static" || die "mrproper failed"
6+ gmake mrproper ARCH="$karch" HOSTCC="cc -static" || die "mrproper failed"
7
8 msg "installing headers into staging..."
9 gmake headers ARCH="$karch" HOSTCC="cc -static" || die "headers failed"