diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-13 10:54:25 -0400 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-06-14 10:43:41 +0200 |
commit | f143f920694cec922ed2ac4082aab223acc413df (patch) | |
tree | 82880e0e2ca8c23a0e77583f94e7866b97c44a0c /extra/Configs/Config.in | |
parent | fd355bc1dbcb794ae1abf0fad1459e28d8567ba0 (diff) |
config: UCLIBC_HAS_OBSTACK to optionally enable obstack support
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index e1120ac28..374d77241 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -648,6 +648,15 @@ config MALLOC_GLIBC_COMPAT does not detect glibc style returning-a-valid-pointer-for-malloc(0) behavior). Most people can safely answer N. +config UCLIBC_HAS_OBSTACK + bool "Obstack Support (gnu extension)" + help + When this option is enabled, uClibc will provide support for obstacks. + An obstack is a structure in which memory can be dynamically allocated + as a 'stack of objects'. Many programs need this GNU extention and + you should say Y if you are using any. Otherwise, say N to save some + space. + config UCLIBC_DYNAMIC_ATEXIT bool "Dynamic atexit() Support" default y |