svn commit: trunk/busybox
vda at busybox.net
vda at busybox.net
Sun Nov 26 14:17:46 PST 2006
Author: vda
Date: 2006-11-26 14:17:46 -0800 (Sun, 26 Nov 2006)
New Revision: 16678
Log:
added gcc flag which is needed for ULLONG_MAX to appear
on Tito's box
Modified:
trunk/busybox/Makefile.flags
Changeset:
Modified: trunk/busybox/Makefile.flags
===================================================================
--- trunk/busybox/Makefile.flags 2006-11-26 20:13:39 UTC (rev 16677)
+++ trunk/busybox/Makefile.flags 2006-11-26 22:17:46 UTC (rev 16678)
@@ -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 \
More information about the busybox-cvs
mailing list