diff options
author | Sebastian Pop <s.pop@samsung.com> | 2014-08-28 16:43:55 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2014-08-28 16:43:55 +0000 |
commit | e0c0c325357ae6b57a5648bdcf1c6af4c0a31572 (patch) | |
tree | 19d5d3c6ef64cc92526779c7ac07dcaff82bcdd2 /ChangeLog | |
parent | 7d594ac83d9f0528b3f3b6429f437a47a40530aa (diff) | |
download | gcc-e0c0c325357ae6b57a5648bdcf1c6af4c0a31572.zip gcc-e0c0c325357ae6b57a5648bdcf1c6af4c0a31572.tar.gz gcc-e0c0c325357ae6b57a5648bdcf1c6af4c0a31572.tar.bz2 |
check functionality of isl version 0.12
* config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
(ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
of checking for version number.
* configure: Regenerated.
* configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
From-SVN: r214683
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2014-08-27 Sebastian Pop <s.pop@samsung.com> + + * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed. + (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead + of checking for version number. + * configure: Regenerated. + * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number. + 2014-08-27 David Malcolm <dmalcolm@redhat.com> * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses) |