Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Daniel authored and anacierdem committed Feb 12, 2024
1 parent ba66b94 commit a772e8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/build-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ JOBS="${JOBS:-1}" # If getconf returned nothing, default to 1
GCC_CONFIGURE_ARGS=()

# Dependency source libs (Versions)
BINUTILS_V=2.41
BINUTILS_V=2.42
GCC_V=13.2.0
NEWLIB_V=4.3.0.20230120
NEWLIB_V=4.4.0.20231231
GMP_V=6.3.0
MPC_V=1.3.1
MPFR_V=4.2.0
MPFR_V=4.2.1
MAKE_V=${MAKE_V:-""}

# Check if a command-line tool is available: status 0 means "yes"; status 1 means "no"
Expand Down

0 comments on commit a772e8e

Please sign in to comment.