set default FLTFLAGS for a fatty stack

1_5_stable
Mike Frysinger 2007-04-05 21:13:55 +00:00
parent 05732281e4
commit 568d8c9a5c
2 changed files with 4 additions and 0 deletions

View File

@ -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

View 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