This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[crosstool-ng/crosstool-ng] ce8976: Sort out ISL/CLooG dependencies.


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: ce8976fba1f57e720f14326616df4876d3ce4dc9
      https://github.com/crosstool-ng/crosstool-ng/commit/ce8976fba1f57e720f14326616df4876d3ce4dc9
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
    M config/companion_libs/cloog.in
    M config/companion_libs/isl.in

  Log Message:
  -----------
  Sort out ISL/CLooG dependencies.

Source-wise, both CLooG and GCC depend on ISL, and GCC may depend on
CLooG. However, GCC may or may not require CLooG (GCC5 dropped this
dependency). Also, all GCC4.x releases build fine with any of the CLooG
releases we have.

With all that in mind, it is easier to specify ISL dependency on
particular GCC releases; and CLooG dependency (if applicable) on ISL.

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: 168b5f8858af5ab889b95076ecb110d7aca94f67
      https://github.com/crosstool-ng/crosstool-ng/commit/168b5f8858af5ab889b95076ecb110d7aca94f67
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
    M config/companion_libs/isl.in

  Log Message:
  -----------
  Add ISL 0.17.1 and 0.18.

GCC accepts them using the same check for "0.15 or newer", but since
they are not "officially recommended" by GCC installation guide,
mark them as experimental.

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: e282fd5551b35cba0c09b92efbe6fa17af7f80a8
      https://github.com/crosstool-ng/crosstool-ng/commit/e282fd5551b35cba0c09b92efbe6fa17af7f80a8
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
    M config/companion_libs/cloog.in
    M config/companion_libs/isl.in

  Log Message:
  -----------
  Merge pull request #524 from stilor/force-isl-0.15-for-gcc-4.x

Fix GCC4.x samples after ISL 0.16.1 import.


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/dc9dac222045...e282fd5551b3

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]