Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] uclibc/defconfig: enable XSI math
@ 2016-04-21 13:54 Gustavo Zacarias
  2016-04-21 13:54 ` [Buildroot] [PATCH 2/2] mpv: new package Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2016-04-21 13:54 UTC (permalink / raw)
  To: buildroot

ARM926 size delta +12 KB.
It's required for the upcoming mpv package.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/uclibc/uClibc-ng.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/uclibc/uClibc-ng.config b/package/uclibc/uClibc-ng.config
index 66de5a9..2671e06 100644
--- a/package/uclibc/uClibc-ng.config
+++ b/package/uclibc/uClibc-ng.config
@@ -1,4 +1,5 @@
 DO_C99_MATH=y
+DO_XSI_MATH=y
 KERNEL_HEADERS="/usr/src/linux/include"
 # LDSO_CACHE_SUPPORT is not set
 # UCLIBC_STATIC_LDCONFIG is not set
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-04-23  9:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 13:54 [Buildroot] [PATCH 1/2] uclibc/defconfig: enable XSI math Gustavo Zacarias
2016-04-21 13:54 ` [Buildroot] [PATCH 2/2] mpv: new package Gustavo Zacarias
2016-04-21 20:04   ` Arnout Vandecappelle
2016-04-21 20:28     ` Gustavo Zacarias
2016-04-21 20:14 ` [Buildroot] [PATCH 1/2] uclibc/defconfig: enable XSI math Arnout Vandecappelle
2016-04-21 20:32   ` Gustavo Zacarias
2016-04-23  9:40 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox