Changes in tools/toolchain.sh [12735849:9f9450b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r12735849 r9f9450b  
    6262
    6363BASEDIR="`pwd`"
    64 SRCDIR="$(readlink -f $(dirname "$0"))"
    6564BINUTILS="binutils-${BINUTILS_VERSION}${BINUTILS_RELEASE}.tar.bz2"
    6665GCC="gcc-${GCC_VERSION}.tar.bz2"
     
    441440        echo ">>> Applying patches"
    442441        for p in $BINUTILS_PATCHES; do
    443                 patch_sources "${SRCDIR}/${p}" 0 "binutils"
     442                patch_sources "${BASEDIR}/${p}" 0 "binutils"
    444443        done
    445444        for p in $GCC_PATCHES; do
    446                 patch_sources "${SRCDIR}/${p}" 0 "GCC"
     445                patch_sources "${BASEDIR}/${p}" 0 "GCC"
    447446        done
    448447        for p in $GDB_PATCHES; do
    449                 patch_sources "${SRCDIR}/${p}" 0 "GDB"
     448                patch_sources "${BASEDIR}/${p}" 0 "GDB"
    450449        done
    451450       
Note: See TracChangeset for help on using the changeset viewer.