Changeset 6e634d6 in mainline


Ignore:
Timestamp:
2012-11-24T00:45:33Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3412e844
Parents:
2f33fbc
Message:

toolchain: bump binutils to 2.23.1

Fixes https://lists.gnu.org/archive/html/bug-binutils/2012-03/msg00096.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r2f33fbc r6e634d6  
    5353EOF
    5454
    55 BINUTILS_VERSION="2.22"
     55BINUTILS_VERSION="2.23.1"
    5656BINUTILS_RELEASE=""
    5757GCC_VERSION="4.7.2"
     
    274274        GDB_SOURCE="ftp://ftp.gnu.org/gnu/gdb/"
    275275       
    276         download_fetch "${BINUTILS_SOURCE}" "${BINUTILS}" "ee0f10756c84979622b992a4a61ea3f5"
     276        download_fetch "${BINUTILS_SOURCE}" "${BINUTILS}" "33adb18c3048d057ac58d07a3f1adb38"
    277277        download_fetch "${GCC_SOURCE}" "${GCC}" "cc308a0891e778cfda7a151ab8a6e762"
    278278        download_fetch "${GDB_SOURCE}" "${GDB}" "24a6779a9fe0260667710de1b082ef61"
Note: See TracChangeset for help on using the changeset viewer.