Changes in tools/toolchain.sh [f3a7b0d:0557618] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
rf3a7b0d r0557618 31 31 BINUTILS_GDB_GIT="https://github.com/HelenOS/binutils-gdb.git" 32 32 33 BINUTILS_BRANCH="binutils-2_ 31_1-helenos"34 BINUTILS_VERSION="2. 31.1"33 BINUTILS_BRANCH="binutils-2_40-helenos" 34 BINUTILS_VERSION="2.40" 35 35 36 36 GDB_BRANCH="gdb-8_2-helenos" … … 38 38 39 39 GCC_GIT="https://github.com/HelenOS/gcc.git" 40 GCC_BRANCH=" 8_2_0-helenos"41 GCC_VERSION=" 8.2.0"40 GCC_BRANCH="13_1_1-helenos" 41 GCC_VERSION="13.1.1" 42 42 43 43 BASEDIR="$PWD" … … 414 414 check_error $? "Change directory failed." 415 415 416 if $USE_HELENOS_TARGET ; then417 SYSROOT=--with-sysroot --with-build-sysroot="${WORKDIR}/sysroot"418 else419 SYSROOT=--without-headers420 fi421 422 416 change_title "GCC: configure (${PLATFORM})" 423 417 PATH="$PATH:${INSTALL_DIR}/${PREFIX}/bin" "${BASEDIR}/downloads/gcc-${GCC_VERSION}/configure" \ … … 432 426 --disable-shared \ 433 427 --disable-werror \ 434 $SYSROOT428 --without-headers 435 429 check_error $? "Error configuring GCC." 436 430
Note:
See TracChangeset
for help on using the changeset viewer.