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. 0d8a6ab7d39d28fb1557e2a62e9e4b336341ab34


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  0d8a6ab7d39d28fb1557e2a62e9e4b336341ab34 (commit)
      from  bc3c6b36422973aad17445ad5e436064f7337d47 (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=0d8a6ab7d39d28fb1557e2a62e9e4b336341ab34

commit 0d8a6ab7d39d28fb1557e2a62e9e4b336341ab34
Author: Aaro Koskinen <aaro.koskinen@iki.fi>
Date:   Mon Feb 17 17:12:59 2014 -0500

    sim: ppc: drop $(LIBS) from psim dependency
    
    When cross-compiling GDB for PPC, there's a prerequisite "-lz" for psim
    that results in a build failure. With such prerequisite, GNU Make will
    try to search the library from build machine's /usr/lib which is wrong.
    On 64-bit Linux build machines the compilation will fail because of this.
    
    URL: https://sourceware.org/bugzilla/show_bug.cgi?id=12202

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

Summary of changes:
 sim/ppc/ChangeLog   |    8 ++++++--
 sim/ppc/Makefile.in |    2 +-
 2 files changed, 7 insertions(+), 3 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]