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 | poky-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-glibc | 5 |
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 @@ | |||
1 | # general | 1 | # general |
2 | ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} | 2 | ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} |
3 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | ||
4 | ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} | ||
3 | 5 | ||
4 | # bash | 6 | # bash |
5 | bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} | 7 | 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} | |||
18 | ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} | 20 | ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} |
19 | glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} | 21 | glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} |
20 | glib_cv_long_long_format=${glib_cv_long_long_format=ll} | 22 | glib_cv_long_long_format=${glib_cv_long_long_format=ll} |
23 | |||
24 | # gnucash | ||
25 | am_cv_scanf_lld=${am_cv_scanf_lld=yes} | ||