mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
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).
This commit is contained in:
parent
6ee537a893
commit
e872712e9a
@ -1934,9 +1934,11 @@
|
||||
<segtitle>&external;</segtitle>
|
||||
<seglistitem>
|
||||
<seg>
|
||||
<ulink url="&blfs-book;general/cpio.html">cpio</ulink> and
|
||||
<ulink url="&blfs-book;general/cpio.html">cpio</ulink>,
|
||||
<ulink url="&blfs-book;general/llvm.html">LLVM</ulink>
|
||||
(with Clang)
|
||||
(with Clang), and
|
||||
<ulink
|
||||
url="&blfs-book;general/rust-bindgen.html">Rust-bindgen</ulink>
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user