Skip to content

Tags: abhiTronix/raspberry-pi-cross-compilers

Tags

v3.1.1-alpha3

Toggle v3.1.1-alpha3's commit message
[DEBUG] Removed invalid patch.

v3.1.1-alpha2

Toggle v3.1.1-alpha2's commit message
Fixed Base CLI Binaries URL path.

v3.1.1-alpha

Toggle v3.1.1-alpha's commit message
Added `TitleCaseConverter` function in SF_deployer

v3.1.0

Toggle v3.1.0's commit message
Refactored GitHub Actions workflows

v3.1.0-alpha

Toggle v3.1.0-alpha's commit message
Patched critical bug in GCC-10 series toolchains for bullseye (Fixes #90

)

- Implemented workflow to directly download patched GCC-10 source master branch from git when compiling bullseye toolchains.
- For more information on this bug, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101723

v3.0.9

Toggle v3.0.9's commit message
[DEBUG] Fixed critical GCC 10.2.0 `PATH_MAX` undefined bug

v3.0.8

Toggle v3.0.8's commit message
[DEBUG] Initial support for GCC 11.2.0 in User scripts (Fixes #86)

v3.0.8-alpha2

Toggle v3.0.8-alpha2's commit message
[DEBUG] Major bugs fixed

- Fixed `GCC_VERSION` variable not available for 32-bit binaries in SF_Deployer bash script.
- Added `GCC_VERSION` variable to 32-bit cross compiler bash scripts.
- Removed old comparison behavior in 64-bit cross compiler bash scripts.
- Added `GCC_VERSION` to CI workflow matrix.
- Removed redundant code and CI workflow runs.

v3.0.8-alpha1

Toggle v3.0.8-alpha1's commit message
Fixed GCC version bug in `CIBB_64b` script.

v3.0.8-alpha

Toggle v3.0.8-alpha's commit message
Script: Fixed bugs

- Replaced linux kernel tar release download and extraction with `git clone`.
- Updated Kernel config to `kernel8` in 64-bit toolchains.
- Restricted release type to `publish` only.
- Added `git` dependency in CI.
- Fixed minor typo.