OSDN Git Service

Fix gcc color diagnostics
authorColin Cross <ccross@android.com>
Fri, 2 Oct 2015 22:17:47 +0000 (15:17 -0700)
committerColin Cross <ccross@android.com>
Fri, 2 Oct 2015 23:42:10 +0000 (16:42 -0700)
commit12adaf5cb93231af5721c7a17535533f53f2b4ea
tree812c03d12fe6cfca2e7566c50fa6b8abbb130238
parentb9599804877f00fd1efddb18f779216efae14d4f
Fix gcc color diagnostics

gcc color diagnostics stopped working when the flag was moved to
TARGET_GLOBAL_CFLAGS, as that gets overwritten by combo/select.mk.  Put
it back in COMMON_GLOBAL_CFLAGS, and then let the windows build filter
it out, similar to the way clang deals with unknown flags.

Change-Id: I2db221edb893d81f199494e7515d1b9282c12fae
core/combo/HOST_CROSS_windows-x86.mk
core/config.mk