From: Denis Vlasenko Date: Sun, 26 Nov 2006 22:17:46 +0000 (-0000) Subject: added gcc flag which is needed for ULLONG_MAX to appear X-Git-Tag: 1_4_0~315 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bf11e8942d39d9445f1f6cfb6716f58b4d8189d5;p=oweals%2Fbusybox.git added gcc flag which is needed for ULLONG_MAX to appear on Tito's box --- diff --git a/Makefile.flags b/Makefile.flags index ed42c2b6d..0c680f904 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -4,7 +4,10 @@ BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) +# -std=gnu99 needed for [U]LLONG_MAX on some systems + CPPFLAGS += \ + -std=gnu99 \ -Iinclude -Ilibbb \ $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/libbb \ -include include/autoconf.h \