diff options
Diffstat (limited to 'meta/site/sparc-linux')
-rw-r--r-- | meta/site/sparc-linux | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/meta/site/sparc-linux b/meta/site/sparc-linux index 49abe7c389..491dc74bf4 100644 --- a/meta/site/sparc-linux +++ b/meta/site/sparc-linux | |||
@@ -22,14 +22,19 @@ ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4} | |||
22 | ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} | 22 | ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} |
23 | ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1} | 23 | ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1} |
24 | 24 | ||
25 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} | ||
26 | libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes} | ||
27 | libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes} | ||
28 | ac_cv_alignof_CORBA_long_double=4 | ||
29 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} | ||
30 | |||
31 | |||
25 | ac_cv_sys_restartable_syscalls=yes | 32 | ac_cv_sys_restartable_syscalls=yes |
26 | ac_cv_uchar=${ac_cv_uchar=no} | 33 | ac_cv_uchar=${ac_cv_uchar=no} |
27 | ac_cv_uint=${ac_cv_uint=yes} | 34 | ac_cv_uint=${ac_cv_uint=yes} |
28 | ac_cv_ulong=${ac_cv_ulong=yes} | 35 | ac_cv_ulong=${ac_cv_ulong=yes} |
29 | ac_cv_ushort=${ac_cv_ushort=yes} | 36 | ac_cv_ushort=${ac_cv_ushort=yes} |
30 | 37 | ||
31 | mr_cv_target_elf=${mr_cv_target_elf=yes} | ||
32 | |||
33 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} | 38 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} |
34 | cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} | 39 | cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} |
35 | 40 | ||
@@ -39,3 +44,15 @@ am_cv_sys_posix_termios=${am_cv_sys_posix_termios=yes} | |||
39 | 44 | ||
40 | # gettext | 45 | # gettext |
41 | am_cv_func_working_getline=${am_cv_func_working_getline=yes} | 46 | am_cv_func_working_getline=${am_cv_func_working_getline=yes} |
47 | |||
48 | #glib | ||
49 | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} | ||
50 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
51 | glib_cv_uscore=${glib_cv_uscore=no} | ||
52 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | ||
53 | |||
54 | #linux | ||
55 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | ||
56 | |||
57 | #bash | ||
58 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||