diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.flags b/Makefile.flags index e73cf9d31..b54679047 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -79,6 +79,6 @@ SKIP_STRIP = y endif # Busybox is a stack-fatty so make sure we increase default size -# TODO: use "make stksizes" to find & fix big stack users; should -# just steal scripts/checkstack.pl from the kernel ... +# TODO: use "make stksizes" to find & fix big stack users +# (we stole scripts/checkstack.pl from the kernel... thanks guys!) FLTFLAGS += -s 20000 |