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/common-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/common-uclibc')
-rw-r--r-- | site/common-uclibc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/common-uclibc b/site/common-uclibc index e69de29bb2..a57abdbef8 100644 --- a/site/common-uclibc +++ b/site/common-uclibc @@ -0,0 +1,6 @@ +# general +ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no} + +# bash +bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no} +bash_cv_sys_siglist=${bash_cv_sys_siglist=no} |