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. 2acf986b741bd27cc441d2972b248dd506f0415a


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  2acf986b741bd27cc441d2972b248dd506f0415a (commit)
      from  b10779500e8a7c0734beaefe782c495ab1ecc930 (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=2acf986b741bd27cc441d2972b248dd506f0415a

commit 2acf986b741bd27cc441d2972b248dd506f0415a
Author: Yao Qi <yao@codesourcery.com>
Date:   Sat Nov 15 16:03:40 2014 +0800

    Don't set CC in config/i386/go32.mh
    
    I cross-compile gdb for msdosdjgpp (both target and host is
    i586-pc-msdosdjgpp), so the CC should be i586-pc-msdosdjgpp-gcc.
    However, CC is set incorrectly to gcc after config/i386/go32.mh is inlined
    into the Makefile.
    
    This patch is to remove the CC setting in config/i386/go32.mh.
    
    gdb:
    
    2014-11-19  Yao Qi  <yao@codesourcery.com>
    
    	* config/i386/go32.mh (CC): Remove.

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

Summary of changes:
 gdb/ChangeLog           |    4 ++++
 gdb/config/i386/go32.mh |    1 -
 2 files changed, 4 insertions(+), 1 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]