Don't set CC in config/i386/go32.mh
authorYao Qi <yao@codesourcery.com>
Sat, 15 Nov 2014 08:03:40 +0000 (16:03 +0800)
committerYao Qi <yao@codesourcery.com>
Wed, 19 Nov 2014 07:44:35 +0000 (15:44 +0800)
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.

gdb/ChangeLog
gdb/config/i386/go32.mh

index 451d07f..e3e2849 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-19  Yao Qi  <yao@codesourcery.com>
+
+       * config/i386/go32.mh (CC): Remove.
+
 2014-11-18  Doug Evans  <xdje42@gmail.com>
 
        * symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR.  All uses
index b0ab60c..f1edfad 100644 (file)
@@ -6,7 +6,6 @@ MH_CFLAGS= -I$(srcdir)/config/djgpp
 NATDEPFILES= go32-nat.o x86-nat.o x86-dregs.o
 
 HOST_IPC=
-CC= gcc
 XM_CLIBS= -ldbg