mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
2acf986b74
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.
12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
# Host: Intel x86 running DJGPP
|
|
|
|
# We include several header files from config/djgpp
|
|
MH_CFLAGS= -I$(srcdir)/config/djgpp
|
|
|
|
NATDEPFILES= go32-nat.o x86-nat.o x86-dregs.o
|
|
|
|
HOST_IPC=
|
|
XM_CLIBS= -ldbg
|
|
|
|
|