commit | c7b10dc037c094599647612e50db6a0505d0fbcc | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Apr 05 21:10:59 2007 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Apr 05 21:10:59 2007 +0000 |
tree | 250ae8a01ea72fdafa29d38523f931f46fa2af85 | |
parent | 2f7b923f5c46de0840d7a683b75b6e8561461135 [diff] [blame] |
set default FLTFLAGS for a fatty stack
diff --git a/Makefile.flags b/Makefile.flags index e4cdc45..988d6e7 100644 --- a/Makefile.flags +++ b/Makefile.flags
@@ -68,3 +68,6 @@ endif #LDFLAGS += -nostdlib + +# Busybox is a stack-fatty so make sure we increase default size +FLTFLAGS += -s 20000