diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-05 21:10:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-05 21:10:59 +0000 |
commit | c7b10dc037c094599647612e50db6a0505d0fbcc (patch) | |
tree | 250ae8a01ea72fdafa29d38523f931f46fa2af85 /Makefile.flags | |
parent | 2f7b923f5c46de0840d7a683b75b6e8561461135 (diff) | |
download | busybox-w32-c7b10dc037c094599647612e50db6a0505d0fbcc.tar.gz busybox-w32-c7b10dc037c094599647612e50db6a0505d0fbcc.tar.bz2 busybox-w32-c7b10dc037c094599647612e50db6a0505d0fbcc.zip |
set default FLTFLAGS for a fatty stack
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index e4cdc459e..988d6e708 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -68,3 +68,6 @@ LDLIBS += -ldmalloc | |||
68 | endif | 68 | endif |
69 | 69 | ||
70 | #LDFLAGS += -nostdlib | 70 | #LDFLAGS += -nostdlib |
71 | |||
72 | # Busybox is a stack-fatty so make sure we increase default size | ||
73 | FLTFLAGS += -s 20000 | ||