From aac338057596bd988b2c2c592f06b294494eff4c Mon Sep 17 00:00:00 2001 From: bonzini Date: Sat, 20 Nov 2010 20:33:11 +0000 Subject: [PATCH] move config/ entries to config/ChangeLog git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166982 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 8 +------- config/ChangeLog | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe178fb425b..2f3cae32388 100644 --- a/ChangeLog +++ b/ChangeLog @@ -92,24 +92,18 @@ 2010-11-12 Tobias Grosser - * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to - define the cloog backend to use. Furthermore, only pass the ppllibs to - the configure checks, if necessary. * configure: Regenerate. 2010-11-12 Tobias Grosser - * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL. - * configure: regenerate + * configure: Regenerate. 2010-11-12 Tobias Grosser - * config/cloog.m4: Fix typo. verison -> version. * configure: Regenerate. 2010-11-12 Tobias Grosser - * config/cloog.m4: Pass ppl libraries to the CLooG version check. * configure: Regenerate. 2010-11-11 Andreas Simbuerger diff --git a/config/ChangeLog b/config/ChangeLog index e3d62489e9a..5633e8c32b9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -2,6 +2,24 @@ * cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names. +2010-11-12 Tobias Grosser + + * cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to + define the cloog backend to use. Furthermore, only pass the ppllibs to + the configure checks, if necessary. + +2010-11-12 Tobias Grosser + + * cloog.m4: Use CLooG predefined macro to check for CLooG PPL. + +2010-11-12 Tobias Grosser + + * cloog.m4: Fix typo. verison -> version. + +2010-11-12 Tobias Grosser + + * cloog.m4: Pass ppl libraries to the CLooG version check. + 2010-11-11 Jan Hubicka * bootstrap-lto: Use -flto. -- 2.11.4.GIT