* [Buildroot] [PATCH] uclibc-snapshot: enable option UCLIBC_HAS_OBSTACK
@ 2013-11-07 22:22 Chris Zankel
2013-11-08 7:20 ` Thomas Petazzoni
2013-11-10 9:07 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Chris Zankel @ 2013-11-07 22:22 UTC (permalink / raw)
To: buildroot
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(+)
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
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] uclibc-snapshot: enable option UCLIBC_HAS_OBSTACK
2013-11-07 22:22 [Buildroot] [PATCH] uclibc-snapshot: enable option UCLIBC_HAS_OBSTACK Chris Zankel
@ 2013-11-08 7:20 ` Thomas Petazzoni
2013-11-10 9:07 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-11-08 7:20 UTC (permalink / raw)
To: buildroot
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>
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] uclibc-snapshot: enable option UCLIBC_HAS_OBSTACK
2013-11-07 22:22 [Buildroot] [PATCH] uclibc-snapshot: enable option UCLIBC_HAS_OBSTACK Chris Zankel
2013-11-08 7:20 ` Thomas Petazzoni
@ 2013-11-10 9:07 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-11-10 9:07 UTC (permalink / raw)
To: buildroot
>>>>> "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.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-10 9:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 22:22 [Buildroot] [PATCH] uclibc-snapshot: enable option UCLIBC_HAS_OBSTACK Chris Zankel
2013-11-08 7:20 ` Thomas Petazzoni
2013-11-10 9:07 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox