Changeset e38ff16 in mainline for tools/toolchain.sh


Ignore:
Timestamp:
2018-09-12T10:37:00Z (6 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
275530a4
Parents:
70259a55
Message:

toolchain.sh —no-install shall not remove PKG

Without this modification, toolchain was installed to target/PKG and
promptly removed. Now, everything is installed into tools/PKG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r70259a55 re38ff16  
    254254
    255255        WORKDIR="${BASEDIR}/${TARGET}"
    256         INSTALL_DIR="${WORKDIR}/PKG"
     256        INSTALL_DIR="${BASEDIR}/PKG"
    257257        BINUTILSDIR="${WORKDIR}/binutils-${BINUTILS_VERSION}"
    258258        GCCDIR="${WORKDIR}/gcc-${GCC_VERSION}"
Note: See TracChangeset for help on using the changeset viewer.