diff options
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 83eab40..ee4c699 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,12 @@ +2011-01-25 Jakub Jelinek <jakub@redhat.com> + + * cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog. + +2011-01-10 Jan Hubicka <jh@suse.cz> + + * bootstrap-lto.mk: -fuse-linker-plugin is default now; + pass -fno-lto to STAGEprofile. + 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com> PR target/40125 @@ -99,8 +108,8 @@ 2010-06-09 Iain Sandoe <iains@gcc.gnu.org> PR bootstrap/43170 - * tls.m4 (GCC_CHECK_TLS): Add volatile qualifier to the test - references. Move the main () test reference ahead of + * tls.m4 (GCC_CHECK_TLS): Add volatile qualifier to the test + references. Move the main () test reference ahead of pthread_create(). Add a comment to explain the requirements of the test. @@ -382,7 +391,7 @@ PR bootstrap/32009 * mh-ppc-darwin (BOOT_CFLAGS): Reenable. - + 2008-01-08 Jakub Jelinek <jakub@redhat.com> * futex.m4: New file. @@ -456,7 +465,7 @@ * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross builds. - + 2007-06-20 Mike Stump <mrs@apple.com> * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds. @@ -481,7 +490,7 @@ 2007-04-11 Kai Tietz <kai.tietz@onevision.com> - * stdint.m4: Make template compatible with older cygwin + * stdint.m4: Make template compatible with older cygwin types.h, wrapping each type in a __XXX_t_defined #ifdef. 2007-03-26 H.J. Lu <hongjiu.lu@intel.com> @@ -585,7 +594,8 @@ 2006-07-25 Paolo Bonzini <bonzini@gnu.org> PR build/26188 - * stdint.m4: Test for uintptr_t even on systems with uint64_t or uint32_t. + * stdint.m4: Test for uintptr_t even on systems with uint64_t + or uint32_t. 2006-07-21 Steve Ellcey <sje@cup.hp.com> |