Changeset 223efc0 in mainline for tools/toolchain.sh


Ignore:
Timestamp:
2017-12-06T05:08:02Z (6 years ago)
Author:
Kai Liu <nebulabox@…>
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)
Message:

Fix toolchain build broken on macOS 10.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r40fd6f0 r223efc0  
    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.