Changeset a36c4aa in mainline for tools


Ignore:
Timestamp:
2025-08-12T18:03:48Z (2 months ago)
Author:
Martin Decky <martin@…>
Branches:
master
Children:
113fb4f
Parents:
2e9f284
Message:

Switch to binutils 2.45 and GCC 15.2

This requires a few minor modifications and one temporary workaround,
but should be otherwise painless.

The switch to binutils 2.45 is especially useful due to its fixes when
compiled by a C23 compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r2e9f284 ra36c4aa  
    3131BINUTILS_GDB_GIT="https://github.com/HelenOS/binutils-gdb.git"
    3232
    33 BINUTILS_BRANCH="binutils-2_43-helenos"
    34 BINUTILS_VERSION="2.43"
     33BINUTILS_BRANCH="binutils-2_45-helenos"
     34BINUTILS_VERSION="2.45"
    3535
    3636GCC_GIT="https://github.com/HelenOS/gcc.git"
    37 GCC_BRANCH="14_2_0-helenos"
    38 GCC_VERSION="14.2"
     37GCC_BRANCH="15_2_0-helenos"
     38GCC_VERSION="15.2"
    3939
    4040BASEDIR="$PWD"
Note: See TracChangeset for help on using the changeset viewer.