Skip to content

Commit

Permalink
feat: update the GCC toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 committed Oct 8, 2024
1 parent 78b1aca commit f223a69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/cirrus-ci-tools
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_**Devel-env**_ is aimed to set the development environment up on Linux server _**WITHOUT**_ root privileges.

It provides the following stuffs:
1. GCC toolchain **(GCC 14.1 + GLIBC 2.39)** - relocated by [patchelf](https://github.com/NixOS/patchelf)
1. GCC toolchain **(GCC 14.2 + GLIBC 2.40)** - relocated by [patchelf](https://github.com/NixOS/patchelf)
2. Toolset - built from source manually

### TIPS: The GCC toolchain can be used *standalone*.
Expand Down
8 changes: 4 additions & 4 deletions toolchain/generate_toolchan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ declare -r WORKSPACE_PATH

declare -r PACKAGES_PATH="${WORKSPACE_PATH}/packages"

declare -r BINUTILS_PACKAGE_URL='https://ftpmirror.gnu.org/binutils/binutils-2.42.tar.xz'
declare -r BINUTILS_MD5SUM='a075178a9646551379bfb64040487715'
declare -r BINUTILS_PACKAGE_URL='https://ftpmirror.gnu.org/binutils/binutils-2.43.tar.xz'
declare -r BINUTILS_MD5SUM='a54bb52cd75555416f316fbbe885925a'

declare -r LINUX_PACKAGE_URL='https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.30.tar.xz'
declare -r LINUX_MD5SUM='07623f4eaf59a1bfbd6ad1a5035d970d'
declare -r LINUX_PACKAGE_URL='https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.2.tar.xz'
declare -r LINUX_MD5SUM='00b4181d5087910cecb81c281909beba'

declare -r GLIBC_PACKAGE_URL='https://ftpmirror.gnu.org/glibc/glibc-2.40.tar.xz'
declare -r GLIBC_MD5SUM='b390feef233022114950317f10c4fa97'
Expand Down

0 comments on commit f223a69

Please sign in to comment.