]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
uclibc-snapshot: enable option UCLIBC_HAS_OBSTACK
authorChris Zankel <chris@zankel.net>
Thu, 7 Nov 2013 22:22:12 +0000 (14:22 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 10 Nov 2013 09:07:41 +0000 (10:07 +0100)
Prior to uClibc commit f143f920694c, uClibc used to always include the
gnu obstack extension, which is used and required by many tools, such as
binutils.

Because of the change mentioned above, obstack is now optional, and got
disabled per default, so enable it in the uClibc snapshot configuration file.

Signed-off-by: Chris Zankel <chris@zankel.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/uclibc/uClibc-snapshot.config

index cb6258d83d4c181faeb6729add9d18c60b49d4b3..145f70926f457e43881eaa0b854ad77caa3cc572 100644 (file)
@@ -113,6 +113,7 @@ UCLIBC_HAS_LFS=y
 # MALLOC_SIMPLE is not set
 MALLOC_STANDARD=y
 MALLOC_GLIBC_COMPAT=y
+UCLIBC_HAS_OBSTACK=y
 UCLIBC_DYNAMIC_ATEXIT=y
 # COMPAT_ATEXIT is not set
 UCLIBC_SUSV3_LEGACY=y