Changeset f6017ee in mainline


Ignore:
Timestamp:
2016-05-16T17:56:08Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dcc150cb, fe036fe
Parents:
eff9f8c
Message:

update dependency information and improve dependency check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    reff9f8c rf6017ee  
    5353EOF
    5454
     55ISL_MAIN=<<EOF
     56isl_ctx_get_max_operations (isl_ctx_alloc ());
     57EOF
     58
    5559BINUTILS_VERSION="2.26"
    5660BINUTILS_RELEASE=""
    57 #BINUTILS_PATCHES="toolchain-binutils-2.23.1.patch"
     61## BINUTILS_PATCHES="toolchain-binutils-2.23.1.patch"
    5862GCC_VERSION="6.1.0"
    59 #GCC_PATCHES="toolchain-gcc-4.8.1-targets.patch toolchain-gcc-4.8.1-headers.patch"
     63## GCC_PATCHES="toolchain-gcc-4.8.1-targets.patch toolchain-gcc-4.8.1-headers.patch"
    6064GDB_VERSION="7.11"
    61 #GDB_PATCHES="toolchain-gdb-7.6.1.patch"
     65## GDB_PATCHES="toolchain-gdb-7.6.1.patch"
    6266
    6367BASEDIR="`pwd`"
     
    114118        check_dependency "MPFR" "<mpfr.h>" "${MPFR_MAIN}"
    115119        check_dependency "MPC" "<mpc.h>" "${MPC_MAIN}"
     120        check_dependency "isl" "<isl/ctx.h>" "${ISL_MAIN}"
    116121        echo
    117122}
     
    215220        echo " - SED, AWK, Flex, Bison, gzip, bzip2, Bourne Shell"
    216221        echo " - gettext, zlib, Texinfo, libelf, libgomp"
    217         echo " - terminfo"
     222        echo " - GNU Make, Coreutils, Sharutils, tar"
    218223        echo " - GNU Multiple Precision Library (GMP)"
    219         echo " - GNU Make"
    220         echo " - GNU tar"
    221         echo " - GNU Coreutils"
    222         echo " - GNU Sharutils"
    223224        echo " - MPFR"
    224225        echo " - MPC"
    225         echo " - Parma Polyhedra Library (PPL)"
    226         echo " - ClooG-PPL"
    227         echo " - native C compiler, assembler and linker"
    228         echo " - native C library with headers"
     226        echo " - integer point manipulation library (isl)"
     227        echo " - native C and C++ compiler, assembler and linker"
     228        echo " - native C and C++ standard library with headers"
    229229        echo
    230230}
Note: See TracChangeset for help on using the changeset viewer.