From bf7e08944ebd0de7eac563e64237e180d646467d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 1 Dec 2007 19:18:28 +0000 Subject: site: Add arm-darwin (from poky) --- site/arm-darwin | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 site/arm-darwin (limited to 'site') diff --git a/site/arm-darwin b/site/arm-darwin new file mode 100644 index 0000000000..77a46dc862 --- /dev/null +++ b/site/arm-darwin @@ -0,0 +1,5 @@ +ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes} +ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=no} +glib_cv_stack_grows=${glib_cv_stack_grows=no} +glib_cv_uscore=${glib_cv_uscore=no} +ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} -- cgit v1.2.3 From 7181f2f12b9b48fa6666973da0e9c82ea9e57bd7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 1 Dec 2007 21:22:19 +0000 Subject: site/common-glibc: Add entry for gcc-zlib from poky --- site/common-glibc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'site') diff --git a/site/common-glibc b/site/common-glibc index 1f9c967dff..0ec53423f1 100644 --- a/site/common-glibc +++ b/site/common-glibc @@ -33,10 +33,14 @@ mono_cv_uscore=${mono_cv_uscore=no} # guile ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes} +#gcc-zlib +ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes} +ac_cv_func_memcpy=${ac_cv_func_memcpy=yes} +ac_cv_func_strerror=${ac_cv_func_strerror=yes} + # squid ac_cv_af_unix_large_dgram=${ac_cv_af_unix_large_dgram=yes} ac_cv_func_setresuid=${ac_cv_func_setresuid=yes} ac_cv_func_va_copy=${ac_cv_func_va_copy=yes} ac_cv_func___va_copy=${ac_cv_func___va_copy=yes} ac_cv_epoll_works=${ac_cv_epoll_works=yes} - -- cgit v1.2.3