diff mbox

uclibc-snapshot: enable option UCLIBC_HAS_OBSTACK

Message ID 527c2507.a60d440a.1787.ffff99f7@mx.google.com
State Accepted
Commit 38dbd33b91adb4543e922e644b09430fa3836068
Headers show

Commit Message

Chris Zankel Nov. 7, 2013, 10:22 p.m. UTC
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>
---
 package/uclibc/uClibc-snapshot.config | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Nov. 8, 2013, 7:20 a.m. UTC | #1
Dear Chris Zankel,

On Thu, 7 Nov 2013 14:22:12 -0800, Chris Zankel wrote:
> 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>
> ---
>  package/uclibc/uClibc-snapshot.config | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Korsgaard Nov. 10, 2013, 9:07 a.m. UTC | #2
>>>>> "Chris" == Chris Zankel <chris@zankel.net> writes:

 > 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.

Committed, thanks.
diff mbox

Patch

diff --git a/package/uclibc/uClibc-snapshot.config b/package/uclibc/uClibc-snapshot.config
index cb6258d..145f709 100644
--- a/package/uclibc/uClibc-snapshot.config
+++ b/package/uclibc/uClibc-snapshot.config
@@ -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