set default FLTFLAGS for a fatty stack
authorMike Frysinger <vapier@gentoo.org>
Thu, 5 Apr 2007 21:13:55 +0000 (21:13 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 5 Apr 2007 21:13:55 +0000 (21:13 -0000)
Makefile
Makefile.flags

index c9faf4a9eeadbcc27d8c26473e290b13b379d146..89a3d2e75190de1c6756b14d9113f0835a1a99c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -317,6 +317,7 @@ export      VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION \
 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
index 3c2cbbbfb91f9e6f3c3dbdfd06fbfc9dadf5886c..3728a5b8d9a6f05bcace4008b00c106fab0cf5e3 100644 (file)
@@ -59,3 +59,6 @@ ifeq ($(CONFIG_SELINUX),y)
 LDLIBS += -lselinux -lsepol
 endif
 #LDFLAGS += -nostdlib
+
+# Busybox is a stack-fatty so make sure we increase default size
+FLTFLAGS += -s 20000