Skip to content

v3.0.3

Compare
Choose a tag to compare
@abhiTronix abhiTronix released this 22 Sep 17:05
· 111 commits to master since this release

Enhancements

  • Experimantal support for Raspberry Pi Desktop OS toolchains:
    • Added x86_64TB CI build script.
    • Added support x86 & x86_64 Raspberry Pi Desktop OS types.
    • Added Github Action workflow for these toolchains.
    • Added Dependencies for i686 envs.
  • Migration to latest GCC 10.2.0 and GDB 9.2.
    • Replaced GCC version 10.1.0 with latest 10.2.0.
    • Removed obselete 9.2.0 from build matrix.
    • Removed obselete GCC 10.1.0 from docs.

Improvements

  • Reduced x86/86_64 Pi Desktop builds to GCC v10.2.0 only.
  • Replaced unsupported depreciated i386 arch with i686.
  • Updated SF_deployer and SF_docs_deployer to include these new changes.
  • Removed obselete versions from Docs.
  • Updated README.md and added new docs.
  • Updated curl to latest v7.72.0
  • Minor tweaks in script.

Bug-Fixes

  • Fixed Incorrect Variable in curl command.
  • Fixed missing root directory in x86_64 matrix.
  • Fixed wrong Banner Image URL in docs.
  • Fixed x86_64 undefined filename bug.
  • Fixed wrong bash-script in x86 envs.
  • Fixed x86_64 -Werror=zero-length-bounds bug for gcc-10.
  • Reimplemented x86_64TB CI build-script from scratch.
  • Fixed -march wrong value on x86_64 machines.
  • Different env variables for handling arch names.
  • Changed target to more generic *-pc-linux-gnu.
  • Fixed undefined patcher bugs.
  • Fixed typos.