Changeset a912aff in mainline
- Timestamp:
- 2018-02-07T07:27:48Z (7 years ago)
- 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)
- Location:
- tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r2660ee3 ra912aff 63 63 ## GCC_PATCHES="toolchain-gcc-4.8.1-targets.patch toolchain-gcc-4.8.1-headers.patch" 64 64 GDB_VERSION="7.12.1" 65 ## GDB_PATCHES="toolchain-gdb-7.6.1.patch"65 GDB_PATCHES="toolchain-gdb-7.12.1.patch" 66 66 ISL_VERSION="0.18" 67 67 68 68 BASEDIR="`pwd`" 69 SRCDIR="$( readlink -f $(dirname "$0"))"69 SRCDIR="$(cd "$(dirname "$0")" && pwd -P)" 70 70 BINUTILS="binutils-${BINUTILS_VERSION}${BINUTILS_RELEASE}.tar.bz2" 71 71 GCC="gcc-${GCC_VERSION}.tar.bz2"
Note:
See TracChangeset
for help on using the changeset viewer.