Changes in / [bd1b755:220adfa] in mainline


Ignore:
Location:
tools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    rbd1b755 r220adfa  
    6363## GCC_PATCHES="toolchain-gcc-4.8.1-targets.patch toolchain-gcc-4.8.1-headers.patch"
    6464GDB_VERSION="7.12.1"
    65 ## GDB_PATCHES="toolchain-gdb-7.6.1.patch"
     65GDB_PATCHES="toolchain-gdb-7.12.1.patch"
    6666ISL_VERSION="0.18"
    6767
    6868BASEDIR="`pwd`"
    69 SRCDIR="$(readlink -f $(dirname "$0"))"
     69SRCDIR="$(cd "$(dirname "$0")" && pwd -P)"
    7070BINUTILS="binutils-${BINUTILS_VERSION}${BINUTILS_RELEASE}.tar.bz2"
    7171GCC="gcc-${GCC_VERSION}.tar.bz2"
Note: See TracChangeset for help on using the changeset viewer.