- GCC 10.2.0
- BusyBox 1.33.0
- GDB 10.1
- Mingw-w64 7.0.0
- GNU Make 4.2
- Vim 8.2
- Universal Ctags 20200824
- NASM 2.15.05
- binutils 2.36.1
Changes:
- All BusyBox commands come pre-"installed" via command aliases
- Alt-based keybindings now work in sh (per BusyBox upgrade)
- ASLR now supported and mandatory (per Binutils 2.36)
- New command alias: c99 => cc -std=c99
- New command alias: mingw32-make => make
- Upgrade Binutils to 2.36.1
- Upgrade NASM to 2.15.05
- Upgrade busybox-w32 to FRP-3812-g12e14ebba
Notes about builds:
- "-mini" does not include C++
- GFortran is incompatible with Binutils 2.36, so no Fortran compiler this release