From: Yao Qi <yao@codesourcery.com>
To: <gdb-patches@sourceware.org>
Subject: [PATCH] Don't set CC in config/i386/go32.mh
Date: Sat, 15 Nov 2014 08:52:00 -0000 [thread overview]
Message-ID: <1416041503-29957-1-git-send-email-yao@codesourcery.com> (raw)
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
next reply other threads:[~2014-11-15 8:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-15 8:52 Yao Qi [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1416041503-29957-1-git-send-email-yao@codesourcery.com \
--to=yao@codesourcery.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox