diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2010-11-20 20:31:10 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2010-11-20 20:31:10 +0000 |
commit | ceca02181819391697a61a8190ec2c9a8f042b1c (patch) | |
tree | ab6aa1c95317de5d009433de0d706fd9941bd1e5 /config/ChangeLog | |
parent | 9b980aa1edeb440c40b001070e82a5461ac15d18 (diff) | |
download | gdb-ceca02181819391697a61a8190ec2c9a8f042b1c.zip gdb-ceca02181819391697a61a8190ec2c9a8f042b1c.tar.gz gdb-ceca02181819391697a61a8190ec2c9a8f042b1c.tar.bz2 |
sync toplevel with gcc
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index e3d6248..5633e8c 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. |