diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-15 13:07:56 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-15 13:07:56 +0000 |
commit | 5b0131d5ced27314d70d9cf40b6aff27fc80c23f (patch) | |
tree | 0b0ad10065ff420dea6ae0512dcd2d6c544cfc04 /config/ChangeLog | |
parent | 323cf38f87bb10d55260f024e079cfbf9f9b6c0a (diff) | |
download | gcc-5b0131d5ced27314d70d9cf40b6aff27fc80c23f.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195195 138bc75d-0d04-0410-961f-82ee72b054a4
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 c3079db58cf..c6e8b256e7a 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 |