svn commit: branches/busybox_1_5_stable

vapier at busybox.net vapier at busybox.net
Thu Apr 5 14:13:55 PDT 2007


Author: vapier
Date: 2007-04-05 14:13:55 -0700 (Thu, 05 Apr 2007)
New Revision: 18340

Log:
set default FLTFLAGS for a fatty stack

Modified:
   branches/busybox_1_5_stable/Makefile
   branches/busybox_1_5_stable/Makefile.flags


Changeset:
Modified: branches/busybox_1_5_stable/Makefile
===================================================================
--- branches/busybox_1_5_stable/Makefile	2007-04-05 21:10:59 UTC (rev 18339)
+++ branches/busybox_1_5_stable/Makefile	2007-04-05 21:13:55 UTC (rev 18340)
@@ -317,6 +317,7 @@
 export CPPFLAGS NOSTDINC_FLAGS LINUXINCLUDE OBJCOPYFLAGS LDFLAGS
 export CFLAGS CFLAGS_KERNEL CFLAGS_MODULE
 export AFLAGS AFLAGS_KERNEL AFLAGS_MODULE
+export FLTFLAGS
 
 # When compiling out-of-tree modules, put MODVERDIR in the module
 # tree rather than in the kernel tree. The kernel tree might

Modified: branches/busybox_1_5_stable/Makefile.flags
===================================================================
--- branches/busybox_1_5_stable/Makefile.flags	2007-04-05 21:10:59 UTC (rev 18339)
+++ branches/busybox_1_5_stable/Makefile.flags	2007-04-05 21:13:55 UTC (rev 18340)
@@ -59,3 +59,6 @@
 LDLIBS += -lselinux -lsepol
 endif
 #LDFLAGS += -nostdlib
+
+# Busybox is a stack-fatty so make sure we increase default size
+FLTFLAGS += -s 20000



More information about the busybox-cvs mailing list