From 16ece46b049659d5fa1a9be61c955afa714fcb7a Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 17 May 2007 02:23:59 +0000 Subject: site: Update the site files to handle glibc having sys_siglist while uclibc doesn't. It was only enabled for arm and ixp4xx in older version of uclibc but not for anything else. Uclibc says it'll go away in uclibc soon and so shouldn't be used. --- site/mipsel-linux | 3 --- 1 file changed, 3 deletions(-) (limited to 'site/mipsel-linux') diff --git a/site/mipsel-linux b/site/mipsel-linux index 3412c112ed..8a6b919b99 100644 --- a/site/mipsel-linux +++ b/site/mipsel-linux @@ -12,8 +12,6 @@ bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} -bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} -bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} bash_cv_dup2_broken=${bash_cv_dup2_broken=no} bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} @@ -25,7 +23,6 @@ bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} bash_cv_job_control_missing=${bash_cv_job_control_missing=present} bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} -ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} # openssh ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} -- cgit v1.2.3 From 55f385962c605f39474d950597c73ce9e5209537 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 18 May 2007 14:49:46 +0000 Subject: mipsel-linux site: add some more entries (from #2234) --- site/mipsel-linux | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'site/mipsel-linux') diff --git a/site/mipsel-linux b/site/mipsel-linux index 8a6b919b99..bab92eff63 100644 --- a/site/mipsel-linux +++ b/site/mipsel-linux @@ -112,3 +112,11 @@ ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} #lmbench ac_cv_uint=${ac_cv_unit=yes} + +# D-BUS +ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} + +#mono +cv_mono_sizeof_sunpath=108 +mono_cv_uscore=${mono_cv_uscore=no} + -- cgit v1.2.3