diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-20 20:56:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-21 18:50:24 +0100 |
commit | 0bd6bfb2b643ea2b4b1440dfd917ba752f0c0d15 (patch) | |
tree | 52ad6d0e988b933f55c76426bb17bcd3a93eee17 /extra/Configs/Config.in | |
parent | 013f366f501c928315cc2893f0f2348c8956d09e (diff) |
remove obstack support
Remove __UCLIBC_HAS_OBSTACK__ as it isn't very uptodate and
maintained part. It shouldn't be required for any software and
mostly shipped with stuff which use it. (f.e. binutils-gdb)
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 05610aee2..64ff513a0 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -610,15 +610,6 @@ config MALLOC_STANDARD endchoice -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 |