Changeset f6017ee in mainline for tools/toolchain.sh
- Timestamp:
- 2016-05-16T17:56:08Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dcc150cb, fe036fe
- Parents:
- eff9f8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/toolchain.sh
reff9f8c rf6017ee 53 53 EOF 54 54 55 ISL_MAIN=<<EOF 56 isl_ctx_get_max_operations (isl_ctx_alloc ()); 57 EOF 58 55 59 BINUTILS_VERSION="2.26" 56 60 BINUTILS_RELEASE="" 57 # BINUTILS_PATCHES="toolchain-binutils-2.23.1.patch"61 ## BINUTILS_PATCHES="toolchain-binutils-2.23.1.patch" 58 62 GCC_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" 60 64 GDB_VERSION="7.11" 61 # GDB_PATCHES="toolchain-gdb-7.6.1.patch"65 ## GDB_PATCHES="toolchain-gdb-7.6.1.patch" 62 66 63 67 BASEDIR="`pwd`" … … 114 118 check_dependency "MPFR" "<mpfr.h>" "${MPFR_MAIN}" 115 119 check_dependency "MPC" "<mpc.h>" "${MPC_MAIN}" 120 check_dependency "isl" "<isl/ctx.h>" "${ISL_MAIN}" 116 121 echo 117 122 } … … 215 220 echo " - SED, AWK, Flex, Bison, gzip, bzip2, Bourne Shell" 216 221 echo " - gettext, zlib, Texinfo, libelf, libgomp" 217 echo " - terminfo"222 echo " - GNU Make, Coreutils, Sharutils, tar" 218 223 echo " - GNU Multiple Precision Library (GMP)" 219 echo " - GNU Make"220 echo " - GNU tar"221 echo " - GNU Coreutils"222 echo " - GNU Sharutils"223 224 echo " - MPFR" 224 225 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" 229 229 echo 230 230 }
Note:
See TracChangeset
for help on using the changeset viewer.