summaryrefslogtreecommitdiff
path: root/packages/misc
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-05 15:11:39 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-05 15:11:39 +0100
commiteab582ccd77ccf4f8d9b4871d1e212751de40053 (patch)
tree5f5d692e8a95ffe6151dbae6a5e11e03d23b0041 /packages/misc
parent7efa5e6769dec7050fb83b55b4ffef93b889fb7d (diff)
downloadembtoolkit-eab582ccd77ccf4f8d9b4871d1e212751de40053.tar.gz
embtoolkit-eab582ccd77ccf4f8d9b4871d1e212751de40053.tar.bz2
embtoolkit-eab582ccd77ccf4f8d9b4871d1e212751de40053.tar.xz
Packages: libxml: if uClibc is used select needed options
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/misc')
-rw-r--r--packages/misc/libxml/libxml.kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/misc/libxml/libxml.kconfig b/packages/misc/libxml/libxml.kconfig
index f2618fc..619516d 100644
--- a/packages/misc/libxml/libxml.kconfig
+++ b/packages/misc/libxml/libxml.kconfig
@@ -25,6 +25,8 @@
config EMBTK_HAVE_LIBXML2
bool "Have libxml2"
+ select KEMBTK_UCLIBC_UCLIBC_HAS_FLOATS if EMBTK_CLIB_UCLIBC
+ select KEMBTK_UCLIBC_DO_C99_MATH if EMBTK_CLIB_UCLIBC
help
libxml2
choice