Changeset 223efc0 in mainline
- Timestamp:
- 2017-12-06T05:08:02Z (7 years ago)
- Children:
- 562ddbd
- Parents:
- 40fd6f0
- git-author:
- Kai Liu <nebulabox@…> (2017-12-06 05:00:44)
- git-committer:
- Kai Liu <nebulabox@…> (2017-12-06 05:08:02)
- Location:
- tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
r40fd6f0 r223efc0 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.