site: Add ac value for mipsel-linux and mipsel-linux-uclibc
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 13 Aug 2009 04:55:59 +0000 (06:55 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 17 Aug 2009 13:58:25 +0000 (15:58 +0200)
The results were found using google and applying
common sense.

site/mipsel-linux
site/mipsel-linux-uclibc

index 06602ca..ef7612b 100644 (file)
@@ -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}
index 9545fea..9fdfe3a 100644 (file)
@@ -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}