projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0573228
)
set default FLTFLAGS for a fatty stack
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 5 Apr 2007 21:13:55 +0000
(21:13 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 5 Apr 2007 21:13:55 +0000
(21:13 -0000)
Makefile
patch
|
blob
|
history
Makefile.flags
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c9faf4a9eeadbcc27d8c26473e290b13b379d146..89a3d2e75190de1c6756b14d9113f0835a1a99c7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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
diff --git
a/Makefile.flags
b/Makefile.flags
index 3c2cbbbfb91f9e6f3c3dbdfd06fbfc9dadf5886c..3728a5b8d9a6f05bcace4008b00c106fab0cf5e3 100644
(file)
--- a/
Makefile.flags
+++ b/
Makefile.flags
@@
-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