diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-01-20 17:19:12 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-02-07 14:37:14 -0800 |
commit | 22309029a9599b8f947c1fca664760123c325885 (patch) | |
tree | a70698c2c56d97639f4ef496a965a60ebe9e0a59 /meta/recipes-core/uclibc | |
parent | 180227d8ff71c42e0d16ad7eb4a5f9b7d6a0c1c6 (diff) | |
download | openembedded-core-22309029a9599b8f947c1fca664760123c325885.tar.gz openembedded-core-22309029a9599b8f947c1fca664760123c325885.tar.bz2 openembedded-core-22309029a9599b8f947c1fca664760123c325885.zip |
Enable options needed for ltp to compile
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/uclibc')
-rw-r--r-- | 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 3948d1a071..c33bf8e7c4 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 |