Changes in tools/toolchain.sh [3e05a69:56210a7] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r3e05a69 r56210a7  
    3131BINUTILS_GDB_GIT="https://github.com/HelenOS/binutils-gdb.git"
    3232
    33 BINUTILS_BRANCH="binutils-2_41-helenos"
    34 BINUTILS_VERSION="2.41"
     33BINUTILS_BRANCH="binutils-2_43-helenos"
     34BINUTILS_VERSION="2.43"
    3535
    3636GDB_BRANCH="gdb-13.2-helenos"
     
    3838
    3939GCC_GIT="https://github.com/HelenOS/gcc.git"
    40 GCC_BRANCH="13_2_0-helenos"
    41 GCC_VERSION="13.2"
     40GCC_BRANCH="14_2_0-helenos"
     41GCC_VERSION="14.2"
    4242
    4343BASEDIR="$PWD"
     
    419419                --enable-languages=c,c++,go \
    420420                --enable-lto \
     421                --enable-obsolete \
    421422                --disable-shared \
    422423                --disable-werror \
Note: See TracChangeset for help on using the changeset viewer.