This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r125700 - in /trunk: config/ChangeLog config/ac...


Author: bonzini
Date: Thu Jun 14 08:10:41 2007
New Revision: 125700

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125700
Log:
gcc:
2007-06-14  Paolo Bonzini  <bonzini@gnu.org>

        * acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.
        * aclocal.m4: Regenerate.
        * configure.ac: Use ACX_PROG_CC_WARNING_OPTS,
        ACX_PROG_CC_WARNINGS_ARE_ERRORS,
        ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_CHECK_PROG_VER.
	* configure: Regenerate.
        * Makefile.in (LOOSE_WARN): Subst loose_warn.

        * Makefile.in (quickstrap): Build libgcc too.

libiberty:
2007-06-14  Paolo Bonzini  <bonzini@gnu.org>

        * aclocal.m4: Include config/warnings.m4.
        * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
	* configure: Regenerate.

config:
2007-06-14  Paolo Bonzini  <bonzini@gnu.org>

        * acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines.


Modified:
    trunk/config/ChangeLog
    trunk/config/acx.m4
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/acinclude.m4
    trunk/gcc/aclocal.m4
    trunk/gcc/configure
    trunk/gcc/configure.ac
    trunk/libiberty/ChangeLog
    trunk/libiberty/aclocal.m4
    trunk/libiberty/configure
    trunk/libiberty/configure.ac


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]