Commit Graph

7 Commits

Author SHA1 Message Date
Yann MAGNIN 6bd2cde188
sh-elf-vhex - v2.1.0-dev0 : support gcc 14.1 and binutils 2.42
*add*
> [patches]
  | [gcc] support 14.1
  | [binutils] support 2.42
> [scripts]
  | [uninstall] support `--force` flag to skip user interaction

*fix*
> [scripts]
  | [install] rework broken `--overwrite`
2024-05-12 00:17:11 +02:00
YannMagnin e40d7f9fc6
sh-elf-vhex - v2.0.0-rc16 : hotfix typo
*fix*
> [scripts]
  | [install] fix typo
  | [uninstall] fix typo
2023-12-22 10:22:24 +01:00
YannMagnin b6ce41b6b9
sh-elf-vhex - v2.0.0-rc9 : hotfix missing uninstall validation step
*fix*
> [scripts]
  | [uninstall] hotfix missing uninstall validation step
2023-12-19 19:36:56 +01:00
YannMagnin b40c63c221
sh-elf-vhex - v2.0.0-rc8 : hotfix install
*fix*
> [scripts]
  | [install] remove bootstrap dead code
  | [uninstall] hotfix utils loading
2023-12-19 19:25:58 +01:00
YannMagnin 8b7d15faf4
sh-elf-vhex - v2.0.0-rc7 : remove bootstrap script
*update*
> [project]
  | [readme] update the install curl operation information
  | [readme] add the uninstall curl operation information
  | [readme] move technical notes
> [scripts]
  | [install] merge bootstrap code
  | [uninstall] merge bootstrap code
  | [bootstrap] remove the bootstrap script
2023-12-19 19:13:36 +01:00
YannMagnin 3b071dbbdf
sh-elf-vhex - v1.4.0-dev1 : create bootstrap script + drop vxSDK support (WIP)
*regression*
> [project]
  | [arch] drop vxSDK support (WIP)

*add*
> [scripts]
  | [bootstrap] create the bootstrap script

*update*
> [scripts]
  | [install] move to internal name (`install.sh` -> `_install.sh`)
  | [uninstall] move to internal name (`uninstall.sh` -> `_uninstall.sh`)
  | [utils] move to internal name (`utils.sh` -> `_utils.sh`)
  | [utils] review code (WIP)
2023-12-01 16:23:13 +01:00
Yann MAGNIN 14db2abf33 sh-elf-vhex - v1.2.0-rc0 : Update vxSDK integration
*update*
<> [patchs/gcc/11.2.0/gcc/config.gcc]
  | force-provide the stdint-gcc.h needed by the fxlibc
<> Makefile
  | prepare circular dependency workaround (WIP)
  | change build design : first build binutils then GCC (stage1,fxlibc,stage2)
  | proper export the first rule (all)
  | proper fix circular dependencies with fxlibc and openlibm
<> [scripts/binutils]
  | [build] add sysroot support
  | [configure] add sysroot support
  | [configure] proper setup archive cache
  | [configure] add cmake as legits dependency (fxlibc)
  | [configure] remove untested android fix
  | [install] support sysroot
<> [scripts/gcc]
  | [build] add sysroot support
  | [configure] add sysroot support
  | [configure] proper setup archive cache
<> [scripts]
  | [install] isolate installation step for binutils and gcc
  | [uninstall] isolate uninstallation step for binutils and gcc
2023-01-08 16:59:05 +01:00
Renamed from scripts/binutils/uninstall.sh (Browse further)