Changeset e872712 for appendices


Ignore:
Timestamp:
07/03/2024 10:16:47 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/multilib
Children:
7a0aa45, e7b6af1
Parents:
6ee537a
git-author:
Xi Ruoyao <xry111@…> (07/03/2024 10:13:46 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/03/2024 10:16:47 AM)
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r6ee537a re872712  
    19351935        <seglistitem>
    19361936          <seg>
    1937             <ulink url="&blfs-book;general/cpio.html">cpio</ulink> and
     1937            <ulink url="&blfs-book;general/cpio.html">cpio</ulink>,
    19381938            <ulink url="&blfs-book;general/llvm.html">LLVM</ulink>
    1939             (with Clang)
     1939            (with Clang), and
     1940            <ulink
     1941  url="&blfs-book;general/rust-bindgen.html">Rust-bindgen</ulink>
    19401942          </seg>
    19411943        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.