Changes in tools/toolchain.sh [2a922c8:7e9fce6] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r2a922c8 r7e9fce6  
    5353EOF
    5454
    55 BINUTILS_VERSION="2.21"
    56 GCC_VERSION="4.6.0"
    57 GDB_VERSION="7.2"
     55BINUTILS_VERSION="2.21.1"
     56BINUTILS_RELEASE="a"
     57GCC_VERSION="4.6.1"
     58GDB_VERSION="7.3.1"
    5859
    5960BASEDIR="`pwd`"
    60 BINUTILS="binutils-${BINUTILS_VERSION}.tar.bz2"
     61BINUTILS="binutils-${BINUTILS_VERSION}${BINUTILS_RELEASE}.tar.bz2"
    6162GCC_CORE="gcc-core-${GCC_VERSION}.tar.bz2"
    6263GCC_OBJC="gcc-objc-${GCC_VERSION}.tar.bz2"
     
    273274        GDB_SOURCE="ftp://ftp.gnu.org/gnu/gdb/"
    274275       
    275         download_fetch "${BINUTILS_SOURCE}" "${BINUTILS}" "c84c5acc9d266f1a7044b51c85a823f5"
    276         download_fetch "${GCC_SOURCE}" "${GCC_CORE}" "b1957f3209080b2f55bc3756d3a62b7c"
    277         download_fetch "${GCC_SOURCE}" "${GCC_OBJC}" "120d4675366ee82ea52f9ed65b57da04"
    278         download_fetch "${GCC_SOURCE}" "${GCC_CPP}" "a30090fa655d0db4c970740d353c81f1"
    279         download_fetch "${GDB_SOURCE}" "${GDB}" "64260e6c56979ee750a01055f16091a5"
     276        download_fetch "${BINUTILS_SOURCE}" "${BINUTILS}" "bde820eac53fa3a8d8696667418557ad"
     277        download_fetch "${GCC_SOURCE}" "${GCC_CORE}" "0c0e7e35d2215e19de9c97efba507553"
     278        download_fetch "${GCC_SOURCE}" "${GCC_OBJC}" "cbf0d4b701827922cf37ba6a4ace0079"
     279        download_fetch "${GCC_SOURCE}" "${GCC_CPP}" "0d75ca7ca35b1e7f252223f9d23a6ad1"
     280        download_fetch "${GDB_SOURCE}" "${GDB}" "b89a5fac359c618dda97b88645ceab47"
    280281}
    281282
     
    325326       
    326327        change_title "binutils: configure (${PLATFORM})"
    327         ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls
     328        CFLAGS=-Wno-error ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --disable-nls
    328329        check_error $? "Error configuring binutils."
    329330       
Note: See TracChangeset for help on using the changeset viewer.