Skip to content

Commit

Permalink
Bump MPFR and GDB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
franzflasch committed Dec 11, 2023
1 parent b2ef87a commit ae3850e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configs/git_source_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function setup_urls_git() {
}

function setup_variables_git_master() {
MPFR="mpfr-4.2.0"
MPFR="mpfr-4.2.1"
GMP="gmp-6.3.0"
MPC="mpc-1.3.1"
ISL="isl-0.26"
Expand All @@ -53,7 +53,7 @@ function setup_variables_git_master() {
}

function setup_variables_git_13() {
MPFR="mpfr-4.2.0"
MPFR="mpfr-4.2.1"
GMP="gmp-6.3.0"
MPC="mpc-1.3.1"
ISL="isl-0.26"
Expand All @@ -68,7 +68,7 @@ function setup_variables_git_13() {

NEWLIB="newlib-4.3.0"
AVRLIBC="avr-libc-2_1_0-release"
GDB="gdb-13.2-release"
GDB="gdb-14.1-release"
PICOLIBC="main"
MINGW="v11.0.1"
UCLIBC_NG="v1.0.44"
Expand Down
6 changes: 3 additions & 3 deletions configs/tar_source_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function setup_urls_tar() {
}

function setup_variables_tar_13() {
MPFR="mpfr-4.2.0"
MPFR="mpfr-4.2.1"
GMP="gmp-6.3.0"
MPC="mpc-1.3.1"
ISL="isl-0.26"
Expand All @@ -37,8 +37,8 @@ function setup_variables_tar_13() {
GLIBC="glibc-2.38"
NEWLIB="newlib-4.3.0.20230120"
AVRLIBC="avr-libc-2_1_0"
GDB="gdb-13.2"
PICOLIBC="1.8.3"
GDB="gdb-14.1"
PICOLIBC="1.8.5"
MINGW="v11.0.1"
UCLIBC_NG="1.0.44"
ELF2FLT="v2023.09"
Expand Down

0 comments on commit ae3850e

Please sign in to comment.