diff options
author | Paolo Bonzini <bonzini@gcc.gnu.org> | 2010-11-20 20:33:11 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2010-11-20 20:33:11 +0000 |
commit | 1f980c2509ccaa1660297432864e79043bc2cd95 (patch) | |
tree | c35d828e010a33ad5e4e0cd3c2db12ec4b1fee18 /config | |
parent | e655d2bfa95d0f2b1cf8f51ab2952c0cd459d1fd (diff) | |
download | gcc-1f980c2509ccaa1660297432864e79043bc2cd95.tar.gz |
move config/ entries to config/ChangeLog
From-SVN: r166982
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
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 <grosser@fim.uni-passau.de> + + * 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 <grosser@fim.uni-passau.de> + + * cloog.m4: Use CLooG predefined macro to check for CLooG PPL. + +2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> + + * cloog.m4: Fix typo. verison -> version. + +2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> + + * cloog.m4: Pass ppl libraries to the CLooG version check. + 2010-11-11 Jan Hubicka <jh@suse.cz> * bootstrap-lto: Use -flto. |