diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-02 15:48:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-02 15:48:40 +0000 |
commit | d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f (patch) | |
tree | a46b1ecc1466f488921f0c517b7f66d6ab363959 /meta/site/common-glibc | |
parent | 3fadcdb07a809a2a90708f38c75f4150cb039c88 (diff) | |
download | openembedded-core-d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f.tar.gz openembedded-core-d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f.tar.bz2 openembedded-core-d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f.tar.xz openembedded-core-d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f.zip |
site: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2655 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site/common-glibc')
-rw-r--r-- | meta/site/common-glibc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 6df99933c..9ed7a85a8 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc @@ -1,5 +1,7 @@ # general ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} +ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} +ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} # bash bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} @@ -18,3 +20,6 @@ ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes} ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} glib_cv_long_long_format=${glib_cv_long_long_format=ll} + +# gnucash +am_cv_scanf_lld=${am_cv_scanf_lld=yes} |