diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-17 02:23:59 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-17 02:23:59 +0000 |
commit | 16ece46b049659d5fa1a9be61c955afa714fcb7a (patch) | |
tree | 1542c4a1c01f4c516942c73aaeb7dc84e5e91e8a /site/mipsel-linux-uclibc | |
parent | d30433fa7c88037145e36f167809d7bf1fa0d21c (diff) |
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.
Diffstat (limited to 'site/mipsel-linux-uclibc')
-rw-r--r-- | site/mipsel-linux-uclibc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/site/mipsel-linux-uclibc b/site/mipsel-linux-uclibc index 8ac42316dd..f36a30aa64 100644 --- a/site/mipsel-linux-uclibc +++ b/site/mipsel-linux-uclibc @@ -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} |