diff options
-rw-r--r-- | Makefile.flags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index ed42c2b6d..0c680f904 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -4,7 +4,10 @@ | |||
4 | 4 | ||
5 | BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) | 5 | BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) |
6 | 6 | ||
7 | # -std=gnu99 needed for [U]LLONG_MAX on some systems | ||
8 | |||
7 | CPPFLAGS += \ | 9 | CPPFLAGS += \ |
10 | -std=gnu99 \ | ||
8 | -Iinclude -Ilibbb \ | 11 | -Iinclude -Ilibbb \ |
9 | $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/libbb \ | 12 | $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/libbb \ |
10 | -include include/autoconf.h \ | 13 | -include include/autoconf.h \ |