diff options
author | Richard Biener <rguenther@suse.de> | 2013-01-15 13:07:56 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2013-01-15 13:07:56 +0000 |
commit | 2869f0ff8a6aeee0b5b776616b61ee4032a5d354 (patch) | |
tree | 0b0ad10065ff420dea6ae0512dcd2d6c544cfc04 /config/ChangeLog | |
parent | 783a3a053465d7f68b3bb5ae5bee631ea6297fa5 (diff) | |
download | gcc-2869f0ff8a6aeee0b5b776616b61ee4032a5d354.zip gcc-2869f0ff8a6aeee0b5b776616b61ee4032a5d354.tar.gz gcc-2869f0ff8a6aeee0b5b776616b61ee4032a5d354.tar.bz2 |
re PR other/55973 (r195150 doesn't properly handle out of tree isl 0.11.1)
2013-01-15 Richard Biener <rguenther@suse.de>
PR other/55973
* configure: Re-generate.
config/
* isl.m4 (ISL_INIT_FLAGS): Warn about disabled version check
for in-tree build.
(ISL_CHECK_VERSION): Do not use AC_CACHE_CHECK.
* cloog.m4 (CLOOG_INIT_FLAGS): Disable version check for
in-tree build and warn about that.
(CLOOG_CHECK_VERSION): Do not use AC_CACHE_CHECK.
From-SVN: r195195
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index c3079db..c6e8b256 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,13 @@ +2013-01-15 Richard Biener <rguenther@suse.de> + + PR other/55973 + * isl.m4 (ISL_INIT_FLAGS): Warn about disabled version check + for in-tree build. + (ISL_CHECK_VERSION): Do not use AC_CACHE_CHECK. + * cloog.m4 (CLOOG_INIT_FLAGS): Disable version check for + in-tree build and warn about that. + (CLOOG_CHECK_VERSION): Do not use AC_CACHE_CHECK. + 2013-01-07 H.J. Lu <hongjiu.lu@intel.com> * libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Remove |