add binutils, clang-tools
This commit is contained in:
parent
0213b82a2f
commit
caa5bc0394
2 changed files with 6 additions and 3 deletions
|
|
@ -232,11 +232,13 @@ in {
|
||||||
|
|
||||||
# Systems Emulation
|
# Systems Emulation
|
||||||
qemu # Fellice Bellard's Quick Emulator
|
qemu # Fellice Bellard's Quick Emulator
|
||||||
# Make
|
# GNU Utils
|
||||||
gnumake
|
gnumake
|
||||||
|
binutils
|
||||||
# C Family
|
# C Family
|
||||||
gcc
|
gcc
|
||||||
clang
|
clang
|
||||||
|
clang-tools
|
||||||
# Rust
|
# Rust
|
||||||
cargo
|
cargo
|
||||||
rustc
|
rustc
|
||||||
|
|
|
||||||
|
|
@ -217,18 +217,19 @@ in {
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
bash
|
bash
|
||||||
zsh
|
|
||||||
fish
|
fish
|
||||||
shellcheck
|
shellcheck
|
||||||
grc # colorise command outputs
|
grc # colorise command outputs
|
||||||
|
|
||||||
# Systems Emulation
|
# Systems Emulation
|
||||||
qemu # Fellice Bellard's Quick Emulator
|
qemu # Fellice Bellard's Quick Emulator
|
||||||
# Make
|
# GNU Utils
|
||||||
gnumake
|
gnumake
|
||||||
|
binutils
|
||||||
# C Family
|
# C Family
|
||||||
gcc
|
gcc
|
||||||
clang
|
clang
|
||||||
|
clang-tools
|
||||||
# Rust
|
# Rust
|
||||||
cargo
|
cargo
|
||||||
rustc
|
rustc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue