Changes in tools/toolchain.sh [e38ff16:6ae5e3f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    re38ff16 r6ae5e3f  
    3131BINUTILS_GDB_GIT="https://github.com/HelenOS/binutils-gdb.git"
    3232
    33 BINUTILS_BRANCH="binutils-2_30-helenos"
    34 BINUTILS_VERSION="2.30"
    35 
    36 GDB_BRANCH="gdb-8_1-helenos"
    37 GDB_VERSION="8.1"
     33BINUTILS_BRANCH="binutils-2_31_1-helenos"
     34BINUTILS_VERSION="2.31.1"
     35
     36GDB_BRANCH="gdb-8_2-helenos"
     37GDB_VERSION="8.2"
    3838
    3939GCC_GIT="https://github.com/HelenOS/gcc.git"
Note: See TracChangeset for help on using the changeset viewer.