This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

gdb and binutils branch master updated. 786dc51990a8d593a8d727735910ccf97752d928


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  786dc51990a8d593a8d727735910ccf97752d928 (commit)
      from  e59fa00fa07f37aa04d38aecaf8098e01aaf253d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=786dc51990a8d593a8d727735910ccf97752d928

commit 786dc51990a8d593a8d727735910ccf97752d928
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Mon May 19 14:16:24 2014 -0700

    Do not build gdbserver with -Werror by default if development=false
    
    On GDB release branches, we change $development in gdb/development.sh
    to false, in order to build the GDB release without -Werror by default,
    thus avoiding harmless compiler warnings from breaking the build of
    someone who's only interested in building GDB rather than working
    on it.
    
    This patch implements the same strategy for gdbserver, using the exact
    same method.
    
    gdb/gdbserver/ChangeLog:
    
            * configure.ac: Only use -Werror by default when DEVELOPMENT
            is true.
            * configure: Regenerate.
    
    Tested on x86_64-linux, by rebuilding GDBserver first with development
    set to true, and then doing it again with development set to false.
    Werror was used in the first case, but not in the second.

-----------------------------------------------------------------------

Summary of changes:
 gdb/gdbserver/ChangeLog    |    6 ++++++
 gdb/gdbserver/configure    |    4 ++--
 gdb/gdbserver/configure.ac |    4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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