All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] doc: Add txt document for the new package-specific FLAT_STACKSIZE option.
@ 2013-06-06  8:47 Sonic Zhang
  2013-06-06 20:28 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Sonic Zhang @ 2013-06-06  8:47 UTC (permalink / raw)
  To: buildroot

From: Sonic Zhang <sonic.zhang@analog.com>

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
---
 docs/manual/adding-packages-generic.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index a615ae2..20d5483 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -330,6 +330,12 @@ information is (assuming the package name is +libfoo+) :
   non-opensource packages: Buildroot will not save the source code for this
   package when collecting the +legal-info+.
 
+* +LIBFOO_FLAT_STACKSIZE+ defines the stack size of an application built into
+  the FLAT binary format. The application stack size on the NOMMU architecture
+  processors can't be enlarged at run time. The default stack size for the
+  FLAT binary format is only 4k bytes. If the application consumes more stack,
+  append the required number here.
+
 The recommended way to define these variables is to use the following
 syntax:
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] doc: Add txt document for the new package-specific FLAT_STACKSIZE option.
  2013-06-06  8:47 [Buildroot] [PATCH] doc: Add txt document for the new package-specific FLAT_STACKSIZE option Sonic Zhang
@ 2013-06-06 20:28 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-06-06 20:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Sonic" == Sonic Zhang <sonic.adi@gmail.com> writes:

 Sonic> From: Sonic Zhang <sonic.zhang@analog.com>
 Sonic> Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-06 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-06  8:47 [Buildroot] [PATCH] doc: Add txt document for the new package-specific FLAT_STACKSIZE option Sonic Zhang
2013-06-06 20:28 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.