Releases: YannMagnin/sh-elf-vhex
Releases · YannMagnin/sh-elf-vhex
v2.2.2 (2024-07-06)
FIXES
- patches/gcc : use the
softfp
floating point library in libgcc instead offdpbit
- patches/gcc : add missing
sfp-machine.h
implementation - project/readme : fix
softfp
information
v2.2.1 (2024-06-13)
FIXES
- scripts/gcc : fix
--noconfirm
handling when missing GCC prerequisites fails - scripts/gcc : fix missing
bzip2
tool required by the GCC prerequisites checking step
v2.2.0 (2024-06-07)
FEATURES
- scripts/install : support the
--noconfirm
flag
FIXES
- scripts/install : fix
--overwrite
uninstall operation when used throughcurl
- readme : fix missing information
v2.1.0 (2024-05-12)
FEATURES
- patches : support
GCC
14.1 - patches : support
binutils
2.42 - scripts/uninstall : support
--force
flag
FIXES
- scripts/install : fix broken
--overwrite
flag
v2.0.0 (2023-12-22)
BREAKING
- remove
vxSDK
support
FEATURES
- support
GCC
13.2.0
- support
Binutils
2.41
- allow install using
curl
operation - support Bash 3.x
- support MacOS
ENHANCEMENTS
- rework all scripts
- update the README file
BUG FIXES
- a lot of bug fixes
v2.0.0-rc1 (2023-12-17)
BUG FIXES
- fix
curl
operation information - fix script help message
v2.0.0-rc0 (2023-12-17)
BREAKING
- remove
vxSDK
support
FEATURES
- support
GCC
13.2.0
- support
Binutils
2.41
- allow install using
curl
operation
ENHANCEMENTS
- rework all scripts
- update the README file
BUG FIXES
- a lot of bug fixes