[oe-commits] Holger Hans Peter Freyther : site: Add ac value for mipsel-linux and mipsel-linux-uclibc

git version control git at git.openembedded.org
Mon Aug 17 13:59:36 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0907be2124ae3ca7b80dfc60d7632504339f00bd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0907be2124ae3ca7b80dfc60d7632504339f00bd

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Thu Aug 13 06:55:59 2009 +0200

site: Add ac value for mipsel-linux and mipsel-linux-uclibc

The results were found using google and applying
common sense.

---

 site/mipsel-linux        |    4 ++++
 site/mipsel-linux-uclibc |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/site/mipsel-linux b/site/mipsel-linux
index 06602ca..ef7612b 100644
--- a/site/mipsel-linux
+++ b/site/mipsel-linux
@@ -6,6 +6,10 @@ ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
 # tslib, others
 ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
 
+# mysql
+ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
+ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
+
 # bash
 ac_cv_c_long_double=${ac_cv_c_long_double=no}
 bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
diff --git a/site/mipsel-linux-uclibc b/site/mipsel-linux-uclibc
index 9545fea..9fdfe3a 100644
--- a/site/mipsel-linux-uclibc
+++ b/site/mipsel-linux-uclibc
@@ -6,6 +6,10 @@ ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
 # tslib, others
 ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
 
+# mysql
+ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
+ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
+
 # bash
 ac_cv_c_long_double=${ac_cv_c_long_double=no}
 bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}





More information about the Openembedded-commits mailing list