aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 8be999cb2..f24fd9475 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -17,7 +17,7 @@ CPPFLAGS += \
17 $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ 17 $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \
18 $(if $(CONFIG_TIME64),-D_TIME_BITS=64) \ 18 $(if $(CONFIG_TIME64),-D_TIME_BITS=64) \
19 -DMINGW_VER=$(squote)$(quote)$(MINGW_VER)$(quote)$(squote) \ 19 -DMINGW_VER=$(squote)$(quote)$(MINGW_VER)$(quote)$(squote) \
20 -DBB_VER=$(squote)$(quote)$(BB_VER)$(quote)$(squote) 20 $(if $(CONFIG_PLATFORM_MINGW32),,-DBB_VER=$(squote)$(quote)$(BB_VER)$(quote)$(squote))
21 21
22CFLAGS += $(call cc-option,-Wall,) 22CFLAGS += $(call cc-option,-Wall,)
23CFLAGS += $(call cc-option,-Wshadow,) 23CFLAGS += $(call cc-option,-Wshadow,)