Changes in tools/toolchain.sh [f3a7b0d:0557618] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    rf3a7b0d r0557618  
    3131BINUTILS_GDB_GIT="https://github.com/HelenOS/binutils-gdb.git"
    3232
    33 BINUTILS_BRANCH="binutils-2_31_1-helenos"
    34 BINUTILS_VERSION="2.31.1"
     33BINUTILS_BRANCH="binutils-2_40-helenos"
     34BINUTILS_VERSION="2.40"
    3535
    3636GDB_BRANCH="gdb-8_2-helenos"
     
    3838
    3939GCC_GIT="https://github.com/HelenOS/gcc.git"
    40 GCC_BRANCH="8_2_0-helenos"
    41 GCC_VERSION="8.2.0"
     40GCC_BRANCH="13_1_1-helenos"
     41GCC_VERSION="13.1.1"
    4242
    4343BASEDIR="$PWD"
     
    414414        check_error $? "Change directory failed."
    415415
    416         if $USE_HELENOS_TARGET ; then
    417                 SYSROOT=--with-sysroot --with-build-sysroot="${WORKDIR}/sysroot"
    418         else
    419                 SYSROOT=--without-headers
    420         fi
    421 
    422416        change_title "GCC: configure (${PLATFORM})"
    423417        PATH="$PATH:${INSTALL_DIR}/${PREFIX}/bin" "${BASEDIR}/downloads/gcc-${GCC_VERSION}/configure" \
     
    432426                --disable-shared \
    433427                --disable-werror \
    434                 $SYSROOT
     428                --without-headers
    435429        check_error $? "Error configuring GCC."
    436430
Note: See TracChangeset for help on using the changeset viewer.