Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Don't set CC in config/i386/go32.mh
@ 2014-11-15  8:52 Yao Qi
  2014-11-15  9:01 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Yao Qi @ 2014-11-15  8:52 UTC (permalink / raw)
  To: gdb-patches

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.  Is it
OK?

gdb:

2014-11-15  Yao Qi  <yao@codesourcery.com>

	* config/i386/go32.mh (CC): Remove.
---
 gdb/config/i386/go32.mh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/config/i386/go32.mh b/gdb/config/i386/go32.mh
index b0ab60c..f1edfad 100644
--- a/gdb/config/i386/go32.mh
+++ b/gdb/config/i386/go32.mh
@@ -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
 
 
-- 
1.9.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-11-19 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-15  8:52 [PATCH] Don't set CC in config/i386/go32.mh Yao Qi
2014-11-15  9:01 ` Eli Zaretskii
2014-11-15 10:14   ` Joel Brobecker
2014-11-15 10:56     ` Eli Zaretskii
2014-11-15 11:45       ` Yao Qi
2014-11-15 12:55         ` Eli Zaretskii
2014-11-19  7:45           ` Yao Qi
2014-11-19 10:09       ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox