aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site/common-glibc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-02 15:48:40 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-02 15:48:40 +0000
commitd20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f (patch)
treea46b1ecc1466f488921f0c517b7f66d6ab363959 /meta/site/common-glibc
parent3fadcdb07a809a2a90708f38c75f4150cb039c88 (diff)
downloadopenembedded-core-d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f.tar.gz
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-glibc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 6df99933c0..9ed7a85a87 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}