From fffe2c479e68c8141f51594b5b6079b7c0aafbed Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Tue, 22 Nov 2022 03:30:35 +0000
Subject: [PATCH] scripts/bootstrap.sh: remove cloog from buildlist

---
 scripts/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 3ab891d87d4a..496c66044144 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -117,7 +117,7 @@ fi
 # ordered cross-build
 for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
 	   openssl ca-certificates libmd \
-	   gmp mpfr4 mpc1 isl25 cloog libucontext binutils gcc \
+	   gmp mpfr4 mpc1 isl25 libucontext binutils gcc \
 	   libbsd libretls busybox make \
 	   apk-tools file \
 	   libcap openrc alpine-conf alpine-baselayout alpine-keys alpine-base patch build-base \
-- 
GitLab