From c7b10dc037c094599647612e50db6a0505d0fbcc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 5 Apr 2007 21:10:59 +0000 Subject: set default FLTFLAGS for a fatty stack --- Makefile.flags | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.flags') diff --git a/Makefile.flags b/Makefile.flags index e4cdc459e..988d6e708 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -68,3 +68,6 @@ LDLIBS += -ldmalloc endif #LDFLAGS += -nostdlib + +# Busybox is a stack-fatty so make sure we increase default size +FLTFLAGS += -s 20000 -- cgit v1.2.3