Skip to content

Commit

Permalink
fix: downgrade glibc to 2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 committed Oct 8, 2024
1 parent 7fa741b commit 8253415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2 + GLIBC 2.40)** - relocated by [patchelf](https://github.com/NixOS/patchelf)
1. GCC toolchain **(GCC 14.2 + GLIBC 2.39)** - relocated by [patchelf](https://github.com/NixOS/patchelf)
2. Toolset - built from source manually

### TIPS: The GCC toolchain can be used *standalone*.
Expand Down
4 changes: 2 additions & 2 deletions toolchain/generate_toolchan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ declare -r BINUTILS_MD5SUM='9202d02925c30969d1917e4bad5a2320'
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'
declare -r GLIBC_PACKAGE_URL='https://ftpmirror.gnu.org/glibc/glibc-2.39.tar.xz'
declare -r GLIBC_MD5SUM='be81e87f72b5ea2c0ffe2bedfeb680c6'

declare -r GCC_PACKAGE_URL='https://ftpmirror.gnu.org/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz'
declare -r GCC_MD5SUM='2268420ba02dc01821960e274711bde0'
Expand Down

0 comments on commit 8253415

Please sign in to comment.