commit 7fd2907

chld  ·  2026-08-29 18:19:11 +0000 UTC
parent a89fd42
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 ARCH="$karch" 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"