svn commit: trunk/busybox/scripts

aldot at busybox.net aldot at busybox.net
Fri Feb 2 16:11:24 UTC 2007


Author: aldot
Date: 2007-02-02 08:11:24 -0800 (Fri, 02 Feb 2007)
New Revision: 17727

Log:
- minor tweak


Modified:
   trunk/busybox/scripts/Makefile.IMA


Changeset:
Modified: trunk/busybox/scripts/Makefile.IMA
===================================================================
--- trunk/busybox/scripts/Makefile.IMA	2007-02-02 16:06:02 UTC (rev 17726)
+++ trunk/busybox/scripts/Makefile.IMA	2007-02-02 16:11:24 UTC (rev 17727)
@@ -106,10 +106,11 @@
 lib-all-y += $(patsubst %,libbb/%,$(sort $(lib-y)))
 lib-y:=
 
+include Makefile.flags
 ifndef BB_VER
 BB_VER:=""
 endif
-include Makefile.flags
+
 CPPFLAGS+= -D"KBUILD_STR(s)=\#s" #-Q
 
 HOSTCC = gcc
@@ -117,7 +118,7 @@
 
 busybox: $(usage_stuff)
 	$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_EXTRA) --combine -fwhole-program \
-		-funit-at-a-time -Wno-error  \
+		-funit-at-a-time -Wno-error -std=gnu99  \
 		-o $(@)_unstripped $(lib-all-y:.o=.c) \
 		-Wl,--start-group -lcrypt -lm -Wl,--end-group
 	cp $(@)_unstripped $@




More information about the busybox-cvs mailing list