1
0
Fork 0

add arm (linux) and riscv (linux + baremetal) cross compiler pkgs

This commit is contained in:
Pratham Patel 2023-01-25 18:23:06 +05:30
parent 82d519cbbf
commit 6a88949bb0
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ PKGS_TO_INSTALL+=(tar unrar unzip xz zip)
# software devel
PKGS_TO_INSTALL+=(cargo-audit cargo-auditable cargo-bloat cargo-depgraph cargo-outdated cargo-spellcheck cargo-update cargo-watch rustup)
# cross compilation
PKGS_TO_INSTALL+=(aarch64-linux-gnu-gcc riscv64-elf-gcc riscv64-linux-gnu-gcc)
# kernel devel
PKGS_TO_INSTALL+=(base-devel bc cpio gcc git inetutils kmod libelf linux-headers linux-lts-headers make perl tar xmlto xz)