From: Uros Bizjak Date: Wed, 20 Feb 2008 15:16:16 +0000 (+0100) Subject: ChangeLog: Whitespace fixes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b40b2a52ddc89b5eeee382902dee2c1f797a01a;p=gcc.git ChangeLog: Whitespace fixes. * ChangeLog: Whitespace fixes. * gcc/ChangeLog: Ditto. * config/ChangeLog: Ditto. From-SVN: r132482 --- diff --git a/ChangeLog b/ChangeLog index b2233f5c0d5..b5d275c2cc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,26 +1,26 @@ 2008-02-20 Paolo Bonzini - PR bootstrap/32009 - PR bootstrap/32161 - - * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here. - * configure: Regenerate. - - * Makefile.def: Define stage_libcflags for all bootstrap stages. - * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS, - STAGE4_LIBCFLAGS): New. - (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without - $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET). - (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS. - (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS. - (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags - for target modules. Don't export LIBCFLAGS. - (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass - $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after - the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET. - (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with - $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS). - * Makefile.in: Regenerate. + PR bootstrap/32009 + PR bootstrap/32161 + + * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here. + * configure: Regenerate. + + * Makefile.def: Define stage_libcflags for all bootstrap stages. + * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS, + STAGE4_LIBCFLAGS): New. + (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without + $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET). + (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS. + (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS. + (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags + for target modules. Don't export LIBCFLAGS. + (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass + $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after + the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET. + (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with + $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS). + * Makefile.in: Regenerate. 2008-02-16 Ralf Wildenhues diff --git a/config/ChangeLog b/config/ChangeLog index d6cc1b5073f..4cf0ccc0156 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,7 +1,7 @@ 2008-02-20 Paolo Bonzini - PR bootstrap/32009 - * mh-ppc-darwin (BOOT_CFLAGS): Reenable. + PR bootstrap/32009 + * mh-ppc-darwin (BOOT_CFLAGS): Reenable. 2008-01-08 Jakub Jelinek diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91bd7e24de2..5fa81dc782d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -12,9 +12,9 @@ 2008-02-20 Paolo Bonzini - * doc/install.texi: Correct references to CFLAGS, replacing them - with BOOT_CFLAGS. Document flags used during bootstrap for - target libraries. + * doc/install.texi: Correct references to CFLAGS, replacing them + with BOOT_CFLAGS. Document flags used during bootstrap for + target libraries. 2008-02-20 Uros Bizjak