add binutils, clang-tools

This commit is contained in:
Emile Clark-Boman 2025-08-31 15:15:47 +10:00
parent 0213b82a2f
commit caa5bc0394
2 changed files with 6 additions and 3 deletions

View file

@ -232,11 +232,13 @@ in {
# Systems Emulation
qemu # Fellice Bellard's Quick Emulator
# Make
# GNU Utils
gnumake
binutils
# C Family
gcc
clang
clang-tools
# Rust
cargo
rustc

View file

@ -217,18 +217,19 @@ in {
# Shell
bash
zsh
fish
shellcheck
grc # colorise command outputs
# Systems Emulation
qemu # Fellice Bellard's Quick Emulator
# Make
# GNU Utils
gnumake
binutils
# C Family
gcc
clang
clang-tools
# Rust
cargo
rustc