From bf11e8942d39d9445f1f6cfb6716f58b4d8189d5 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 26 Nov 2006 22:17:46 +0000 Subject: [PATCH] added gcc flag which is needed for ULLONG_MAX to appear on Tito's box --- Makefile.flags | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.flags b/Makefile.flags index ed42c2b..0c680f9 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 \ -- 2.7.4