From patchwork Mon Feb 6 06:40:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/20] Enable options needed for ltp to compile Date: Mon, 06 Feb 2012 06:40:28 -0000 From: Khem Raj X-Patchwork-Id: 20727 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro index 3948d1a..c33bf8e 100644 --- a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro +++ b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro @@ -183,3 +183,8 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_UTMPX=y UCLIBC_LINUX_MODULE_26=y UCLIBC_HAS_RESOLVER_SUPPORT=y +# needed for LTP +UCLIBC_SUSV4_LEGACY=y +UCLIBC_HAS_OBSOLETE_BSD_SIGNAL=y +DO_XSI_MATH=y +UCLIBC_SV4_DEPRECATED=y