Changeset a912aff in mainline


Ignore:
Timestamp:
2018-02-07T07:27:48Z (6 years ago)
Author:
GitHub <noreply@…>
Parents:
2660ee3 (diff), 220adfa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Kai Liu <nebulabox@…> (2018-02-07 07:27:48)
git-committer:
GitHub <noreply@…> (2018-02-07 07:27:48)
Message:

Merge 220adfa40192f4969d92a5de29826f012343ae2a into 2660ee33905b12512a15891b19f47af71a4770f1

Location:
tools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r2660ee3 ra912aff  
    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.