diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-05 21:13:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-05 21:13:55 +0000 |
commit | 568d8c9a5cb05a595b4201198fd3c780920586dc (patch) | |
tree | 3989fdb9d898b49bb18cb73b1a23b57804c9ddc2 /Makefile.flags | |
parent | 05732281e46dbb814575f6fcefcfe09a17c2320d (diff) | |
download | busybox-w32-568d8c9a5cb05a595b4201198fd3c780920586dc.tar.gz busybox-w32-568d8c9a5cb05a595b4201198fd3c780920586dc.tar.bz2 busybox-w32-568d8c9a5cb05a595b4201198fd3c780920586dc.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 3c2cbbbfb..3728a5b8d 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -59,3 +59,6 @@ ifeq ($(CONFIG_SELINUX),y) | |||
59 | LDLIBS += -lselinux -lsepol | 59 | LDLIBS += -lselinux -lsepol |
60 | endif | 60 | endif |
61 | #LDFLAGS += -nostdlib | 61 | #LDFLAGS += -nostdlib |
62 | |||
63 | # Busybox is a stack-fatty so make sure we increase default size | ||
64 | FLTFLAGS += -s 20000 | ||