Changeset 190976f in mainline for tools/toolchain.sh


Ignore:
Timestamp:
2012-10-01T18:37:30Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
716185d
Parents:
675fcbd
Message:

bump to GCC 4.7.2 and GDB 7.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r675fcbd r190976f  
    5555BINUTILS_VERSION="2.22"
    5656BINUTILS_RELEASE=""
    57 GCC_VERSION="4.7.1"
    58 GDB_VERSION="7.4"
     57GCC_VERSION="4.7.2"
     58GDB_VERSION="7.5"
    5959
    6060BASEDIR="`pwd`"
     
    192192        echo " - SED, AWK, Flex, Bison, gzip, bzip2, Bourne Shell"
    193193        echo " - gettext, zlib, Texinfo, libelf, libgomp"
     194        echo " - terminfo"
    194195        echo " - GNU Multiple Precision Library (GMP)"
    195196        echo " - GNU Make"
     
    274275       
    275276        download_fetch "${BINUTILS_SOURCE}" "${BINUTILS}" "ee0f10756c84979622b992a4a61ea3f5"
    276         download_fetch "${GCC_SOURCE}" "${GCC}" "933e6f15f51c031060af64a9e14149ff"
    277         download_fetch "${GDB_SOURCE}" "${GDB}" "95a9a8305fed4d30a30a6dc28ff9d060"
     277        download_fetch "${GCC_SOURCE}" "${GCC}" "cc308a0891e778cfda7a151ab8a6e762"
     278        download_fetch "${GDB_SOURCE}" "${GDB}" "24a6779a9fe0260667710de1b082ef61"
    278279}
    279280
Note: See TracChangeset for help on using the changeset viewer.