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)
commit2acf986b741bd27cc441d2972b248dd506f0415a
treec0d04fceac4403f03ef608ee1ca23bcdd19c643f
parentb10779500e8a7c0734beaefe782c495ab1ecc930
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.
gdb/ChangeLog
gdb/config/i386/go32.mh
This page took 0.025126 seconds and 4 git commands to generate.