Add $(EXTRACFLAGS) to $(CFLAGS) for MinGW/gcc build on Windows
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 10 Oct 2012 13:01:43 +0000 (14:01 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 10 Oct 2012 13:01:43 +0000 (14:01 +0100)
This is useful if anything is ever put into $(EXTRACFLAGS) (e.g. I'm
currently experimenting with optionally putting $(CXX_FLAG) into it for a
C++ build), and is already done in the VC case (here, and in
win32/Makefile).

win32/makefile.mk

index 9978006..e9d40f8 100644 (file)
@@ -452,7 +452,7 @@ LINK_DBG    = -s
 .ENDIF
 
 EXTRACFLAGS    =
-CFLAGS         = $(INCLUDES) $(DEFINES) $(LOCDEFS) $(OPTIMIZE)
+CFLAGS         = $(EXTRACFLAGS) $(INCLUDES) $(DEFINES) $(LOCDEFS) $(OPTIMIZE)
 LINK_FLAGS     = $(LINK_DBG) -L"$(INST_COREDIR)" -L"$(CCLIBDIR)"
 OBJOUT_FLAG    = -o
 EXEOUT_FLAG    = -o