From e872712e9a8688334cddd387f3c6228c9bcd47ed Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 3 Jul 2024 18:13:46 +0800 Subject: [PATCH] dependencies: List rust-bindgen as Linux external dependency It's needed to enable Rust-based features in the kernel. Rustc is also needed but it's required by rust-bindgen so I'm skipping it (like BLFS). LLVM (Clang) is also a required dependency of rust-bindgen but it's listed here for different purposes (LTO and CFI). --- appendices/dependencies.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index c48238a8b..6de2de8b7 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1934,9 +1934,11 @@ &external; - cpio and + cpio, LLVM - (with Clang) + (with Clang), and + Rust-bindgen