diff options
| -rw-r--r-- | meta/site/endian-big | 3 | ||||
| -rw-r--r-- | meta/site/endian-little | 4 | ||||
| -rw-r--r-- | meta/site/mipsel-linux | 11 | ||||
| -rw-r--r-- | meta/site/mipsel-linux-uclibc | 3 | ||||
| -rw-r--r-- | meta/site/powerpc-common | 323 | ||||
| -rw-r--r-- | meta/site/powerpc-linux | 236 | ||||
| -rw-r--r-- | meta/site/powerpc-linux-uclibc | 0 | ||||
| -rw-r--r-- | meta/site/sh-common | 7 | ||||
| -rw-r--r-- | meta/site/sparc-linux | 21 |
9 files changed, 361 insertions, 247 deletions
diff --git a/meta/site/endian-big b/meta/site/endian-big index baa7161476..29edc8d94d 100644 --- a/meta/site/endian-big +++ b/meta/site/endian-big | |||
| @@ -1,2 +1,5 @@ | |||
| 1 | ac_cv_c_littleendian=${ac_cv_c_littleendian=no} | 1 | ac_cv_c_littleendian=${ac_cv_c_littleendian=no} |
| 2 | ac_cv_c_bigendian=${ac_cv_c_bigendian=yes} | 2 | ac_cv_c_bigendian=${ac_cv_c_bigendian=yes} |
| 3 | |||
| 4 | # libnet | ||
| 5 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=big} | ||
diff --git a/meta/site/endian-little b/meta/site/endian-little index c66db59f31..9fcf31b8b1 100644 --- a/meta/site/endian-little +++ b/meta/site/endian-little | |||
| @@ -1,2 +1,6 @@ | |||
| 1 | ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | 1 | ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} |
| 2 | ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | 2 | ac_cv_c_bigendian=${ac_cv_c_bigendian=no} |
| 3 | |||
| 4 | # libnet | ||
| 5 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil} | ||
| 6 | |||
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index 3412c112ed..bab92eff63 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux | |||
| @@ -12,8 +12,6 @@ bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | |||
| 12 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} | 12 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} |
| 13 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | 13 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} |
| 14 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | 14 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} |
| 15 | bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} | ||
| 16 | bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} | ||
| 17 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | 15 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} |
| 18 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | 16 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} |
| 19 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | 17 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} |
| @@ -25,7 +23,6 @@ bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | |||
| 25 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | 23 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} |
| 26 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | 24 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} |
| 27 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | 25 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} |
| 28 | ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} | ||
| 29 | 26 | ||
| 30 | # openssh | 27 | # openssh |
| 31 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} | 28 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} |
| @@ -115,3 +112,11 @@ ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} | |||
| 115 | 112 | ||
| 116 | #lmbench | 113 | #lmbench |
| 117 | ac_cv_uint=${ac_cv_unit=yes} | 114 | ac_cv_uint=${ac_cv_unit=yes} |
| 115 | |||
| 116 | # D-BUS | ||
| 117 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
| 118 | |||
| 119 | #mono | ||
| 120 | cv_mono_sizeof_sunpath=108 | ||
| 121 | mono_cv_uscore=${mono_cv_uscore=no} | ||
| 122 | |||
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc index 8ac42316dd..f36a30aa64 100644 --- a/meta/site/mipsel-linux-uclibc +++ b/meta/site/mipsel-linux-uclibc | |||
| @@ -12,8 +12,6 @@ bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | |||
| 12 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} | 12 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} |
| 13 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | 13 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} |
| 14 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | 14 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} |
| 15 | bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} | ||
| 16 | bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} | ||
| 17 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | 15 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} |
| 18 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | 16 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} |
| 19 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | 17 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} |
| @@ -25,7 +23,6 @@ bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | |||
| 25 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | 23 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} |
| 26 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | 24 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} |
| 27 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | 25 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} |
| 28 | ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} | ||
| 29 | 26 | ||
| 30 | # openssh | 27 | # openssh |
| 31 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} | 28 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} |
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common new file mode 100644 index 0000000000..46dd9680fa --- /dev/null +++ b/meta/site/powerpc-common | |||
| @@ -0,0 +1,323 @@ | |||
| 1 | ac_cv_func_getpgrp_void=yes | ||
| 2 | ac_cv_func_setpgrp_void=yes | ||
| 3 | ac_cv_func_setgrent_void=yes | ||
| 4 | ac_cv_func_malloc_0_nonnull=yes | ||
| 5 | ac_cv_func_malloc_works=yes | ||
| 6 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
| 7 | ac_cv_func_setvbuf_reversed=no | ||
| 8 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | ||
| 9 | ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1} | ||
| 10 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | ||
| 11 | ac_cv_sizeof_double=${ac_cv_sizeof_double=8} | ||
| 12 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | ||
| 13 | ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4} | ||
| 14 | ac_cv_sizeof_float=${ac_cv_sizeof_float=4} | ||
| 15 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} | ||
| 16 | ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4} | ||
| 17 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} | ||
| 18 | ac_cv_sizeof_short=${ac_cv_sizeof_short=2} | ||
| 19 | ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} | ||
| 20 | ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2} | ||
| 21 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} | ||
| 22 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} | ||
| 23 | ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4} | ||
| 24 | ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=4} | ||
| 25 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} | ||
| 26 | ac_cv_sys_restartable_syscalls=yes | ||
| 27 | ac_cv_type___int64=${ac_cv_type___int64=no} | ||
| 28 | ac_cv_type_size_t=${ac_cv_type_size_t=yes} | ||
| 29 | ac_cv_type_void_p=${ac_cv_type_void_p=yes} | ||
| 30 | ac_cv_uchar=${ac_cv_uchar=no} | ||
| 31 | ac_cv_uint=${ac_cv_uint=yes} | ||
| 32 | ac_cv_ulong=${ac_cv_ulong=yes} | ||
| 33 | ac_cv_ushort=${ac_cv_ushort=yes} | ||
| 34 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} | ||
| 35 | cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} | ||
| 36 | |||
| 37 | |||
| 38 | # apache | ||
| 39 | ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} | ||
| 40 | apr_cv_process_shared_works=${apr_cv_process_shared_works=no} | ||
| 41 | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} | ||
| 42 | |||
| 43 | ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} | ||
| 44 | ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no} | ||
| 45 | ac_cv_sctp=${ac_cv_sctp=no} | ||
| 46 | |||
| 47 | # ssh | ||
| 48 | ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes} | ||
| 49 | ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no} | ||
| 50 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} | ||
| 51 | ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes} | ||
| 52 | ac_cv_type_struct_timespec=${ac_cv_type_struct_timespec=yes} | ||
| 53 | ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} | ||
| 54 | |||
| 55 | # coreutils | ||
| 56 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1019} | ||
| 57 | |||
| 58 | # libpcap | ||
| 59 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | ||
| 60 | |||
| 61 | # nano | ||
| 62 | ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no} | ||
| 63 | nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no} | ||
| 64 | |||
| 65 | |||
| 66 | # libnet | ||
| 67 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | ||
| 68 | |||
| 69 | # screen | ||
| 70 | screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} | ||
| 71 | screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no} | ||
| 72 | screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no} | ||
| 73 | screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes} | ||
| 74 | screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes} | ||
| 75 | screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no} | ||
| 76 | screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no} | ||
| 77 | screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes} | ||
| 78 | screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes} | ||
| 79 | |||
| 80 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | ||
| 81 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} | ||
| 82 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | ||
| 83 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} | ||
| 84 | |||
| 85 | # socat | ||
| 86 | ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13} | ||
| 87 | sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes} | ||
| 88 | |||
| 89 | # links | ||
| 90 | ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes} | ||
| 91 | |||
| 92 | # sleepycat db | ||
| 93 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} | ||
| 94 | db_cv_sprintf_count=${db_cv_sprintf_count=yes} | ||
| 95 | db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar} | ||
| 96 | db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod} | ||
| 97 | db_cv_path_cp=${db_cv_path_cp=/bin/cp} | ||
| 98 | db_cv_path_ln=${db_cv_path_ln=/bin/ln} | ||
| 99 | db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir} | ||
| 100 | db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib} | ||
| 101 | db_cv_path_rm=${db_cv_path_rm=/bin/rm} | ||
| 102 | db_cv_path_sh=${db_cv_path_sh=/bin/sh} | ||
| 103 | db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip} | ||
| 104 | db_cv_align_t=${db_cv_align_t='unsigned long long'} | ||
| 105 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} | ||
| 106 | db_cv_mutex=${db_cv_mutex=no} | ||
| 107 | db_cv_posixmutexes=${db_cv_posixmutexes=no} | ||
| 108 | db_cv_uimutexes=${db_cv_uimutexes=no} | ||
| 109 | |||
| 110 | # php | ||
| 111 | ac_cv_pread=${ac_cv_pread=no} | ||
| 112 | ac_cv_pwrite=${ac_cv_pwrite=no} | ||
| 113 | php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes} | ||
| 114 | |||
| 115 | # glib | ||
| 116 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
| 117 | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} | ||
| 118 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | ||
| 119 | glib_cv_uscore=${glib_cv_uscore=no} | ||
| 120 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} | ||
| 121 | glib_cv_has__inline=${glib_cv_has__inline=yes} | ||
| 122 | glib_cv_has__inline__=${glib_cv_has__inline__=yes} | ||
| 123 | glib_cv_hasinline=${glib_cv_hasinline=yes} | ||
| 124 | glib_cv_sane_realloc=${glib_cv_sane_realloc=yes} | ||
| 125 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
| 126 | glib_cv_uscore=${glib_cv_uscore=no} | ||
| 127 | glib_cv_va_copy=${glib_cv_va_copy=no} | ||
| 128 | glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} | ||
| 129 | glib_cv___va_copy=${glib_cv___va_copy=yes} | ||
| 130 | glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no} | ||
| 131 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
| 132 | glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes} | ||
| 133 | glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes} | ||
| 134 | glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes} | ||
| 135 | |||
| 136 | # ettercap | ||
| 137 | ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes} | ||
| 138 | |||
| 139 | # libesmtp | ||
| 140 | acx_working_snprintf=${acx_working_snprintf=yes} | ||
| 141 | |||
| 142 | # D-BUS | ||
| 143 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
| 144 | |||
| 145 | # glib 2.0 | ||
| 146 | glib_cv_long_long_format=${glib_cv_long_long_format=ll} | ||
| 147 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
| 148 | glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8} | ||
| 149 | glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4} | ||
| 150 | glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4} | ||
| 151 | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} | ||
| 152 | glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes} | ||
| 153 | |||
| 154 | glib_cv_strlcpy=${glib_cv_strlcpy=no} | ||
| 155 | |||
| 156 | # httppc | ||
| 157 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} | ||
| 158 | |||
| 159 | # lftp | ||
| 160 | ac_cv_need_trio=${ac_cv_need_trio=no} | ||
| 161 | lftp_cv_va_copy=${lftp_cv_va_copy=no} | ||
| 162 | lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes} | ||
| 163 | lftp_cv___va_copy=${lftp_cv___va_copy=yes} | ||
| 164 | |||
| 165 | # edb | ||
| 166 | db_cv_spinlocks=${db_cv_spinlocks=no} | ||
| 167 | |||
| 168 | # fget | ||
| 169 | compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes} | ||
| 170 | compat_cv_func_basename_works=${compat_cv_func_basename_works=no} | ||
| 171 | compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no} | ||
| 172 | |||
| 173 | # slrn | ||
| 174 | slrn_cv___va_copy=${slrn_cv___va_copy=yes} | ||
| 175 | slrn_cv_va_copy=${slrn_cv_va_copy=no} | ||
| 176 | slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes} | ||
| 177 | ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} | ||
| 178 | ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} | ||
| 179 | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} | ||
| 180 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | ||
| 181 | |||
| 182 | # startup-notification | ||
| 183 | lf_cv_sane_realloc=yes | ||
| 184 | |||
| 185 | # libidl | ||
| 186 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
| 187 | |||
| 188 | # ORBit2 | ||
| 189 | ac_cv_alignof_CORBA_boolean=1 | ||
| 190 | ac_cv_alignof_CORBA_char=1 | ||
| 191 | ac_cv_alignof_CORBA_double=4 | ||
| 192 | ac_cv_alignof_CORBA_float=4 | ||
| 193 | ac_cv_alignof_CORBA_long=4 | ||
| 194 | ac_cv_alignof_CORBA_long_double=4 | ||
| 195 | ac_cv_alignof_CORBA_long_long=4 | ||
| 196 | ac_cv_alignof_CORBA_octet=1 | ||
| 197 | ac_cv_alignof_CORBA_pointer=4 | ||
| 198 | ac_cv_alignof_CORBA_short=2 | ||
| 199 | ac_cv_alignof_CORBA_struct=4 | ||
| 200 | ac_cv_alignof_CORBA_wchar=2 | ||
| 201 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} | ||
| 202 | |||
| 203 | # cvs | ||
| 204 | cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} | ||
| 205 | |||
| 206 | # bash | ||
| 207 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} | ||
| 208 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 209 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} | ||
| 210 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
| 211 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
| 212 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
| 213 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
| 214 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
| 215 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
| 216 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
| 217 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
| 218 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
| 219 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
| 220 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
| 221 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
| 222 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
| 223 | |||
| 224 | # openssh | ||
| 225 | ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'} | ||
| 226 | ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_have_space_d_name_in_struct_dirent='no'} | ||
| 227 | ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf='no'} | ||
| 228 | ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug='yes'} | ||
| 229 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr='no'} | ||
| 230 | ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr='yes'} | ||
| 231 | |||
| 232 | # vim | ||
| 233 | ac_cv_sizeof_int=${ac_cv_sizeof_int='4'} | ||
| 234 | |||
| 235 | #modphp | ||
| 236 | ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes} | ||
| 237 | ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=0} | ||
| 238 | ac_cv_func_dlopen=${ac_cv_func_dlopen=yes} | ||
| 239 | lt_cv_dlopen_self=${lt_cv_dlopen_self=yes} | ||
| 240 | |||
| 241 | # apache2 (note other apache stanza in this file) | ||
| 242 | ap_void_ptr_lt_long=${ap_void_ptr_lt_long=no} | ||
| 243 | apr_cv_use_lfs64=${apr_cv_use_lfs64=yes} | ||
| 244 | apr_cv_epoll=${apr_cv_epoll=yes} | ||
| 245 | apr_cv_pthreads_cflags=${apr_cv_pthreads_cflags=-pthread} | ||
| 246 | apr_cv_pthreads_lib=${apr_cv_pthreads_lib=-lpthread} | ||
| 247 | apr_cv_mutex_recursive=${apr_cv_mutex_recursive=yes} | ||
| 248 | ac_cv_func_mmap=${ac_cv_func_mmap=yes} | ||
| 249 | ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes} | ||
| 250 | ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} | ||
| 251 | ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4} | ||
| 252 | ac_cv_socklen_t=${ac_cv_socklen_t=yes} | ||
| 253 | ac_cv_struct_rlimit=${ac_cv_struct_rlimit=yes} | ||
| 254 | ac_cv_negative_eai=${ac_cv_negative_eai=yes} | ||
| 255 | apr_cv_gai_addrconfig=${apr_cv_gai_addrconfig=no} | ||
| 256 | ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no} | ||
| 257 | apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} | ||
| 258 | |||
| 259 | # binutils (libiberty) | ||
| 260 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | ||
| 261 | ac_cv_type_int=${ac_cv_type_int=yes} | ||
| 262 | ac_cv_type_uintptr_t=${ac_cv_type_uintptr_t=yes} | ||
| 263 | liberty_cv_uint64=${liberty_cv_uint64=uint64_t} | ||
| 264 | |||
| 265 | #samba | ||
| 266 | ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} | ||
| 267 | fu_cv_sys_stat_statvfs64=${fu_cv_sys_stat_statvfs64=yes} | ||
| 268 | samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no} | ||
| 269 | samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no} | ||
| 270 | samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes} | ||
| 271 | samba_cv_HAVE_BROKEN_READDIR_NAME=${samba_cv_HAVE_BROKEN_READDIR_NAME=no} | ||
| 272 | samba_cv_HAVE_C99_VSNPRINTF=${samba_cv_HAVE_C99_VSNPRINTF=yes} | ||
| 273 | samba_cv_HAVE_DEV64_T=${samba_cv_HAVE_DEV64_T=no} | ||
| 274 | samba_cv_HAVE_DEVICE_MAJOR_FN=${samba_cv_HAVE_DEVICE_MAJOR_FN=yes} | ||
| 275 | samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes} | ||
| 276 | samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes} | ||
| 277 | samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes} | ||
| 278 | samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} | ||
| 279 | samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no} | ||
| 280 | samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes} | ||
| 281 | samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes} | ||
| 282 | samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no} | ||
| 283 | samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes} | ||
| 284 | samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes} | ||
| 285 | samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes} | ||
| 286 | samba_cv_HAVE_MAKEDEV=${samba_cv_HAVE_MAKEDEV=yes} | ||
| 287 | samba_cv_HAVE_MMAP=${samba_cv_HAVE_MMAP=yes} | ||
| 288 | samba_cv_HAVE_OFF64_T=${samba_cv_HAVE_OFF64_T=no} | ||
| 289 | samba_cv_HAVE_SECURE_MKSTEMP=${samba_cv_HAVE_SECURE_MKSTEMP=yes} | ||
| 290 | samba_cv_HAVE_SENDFILE64=${samba_cv_HAVE_SENDFILE64=yes} | ||
| 291 | samba_cv_HAVE_SENDFILE=${samba_cv_HAVE_SENDFILE=yes} | ||
| 292 | samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes} | ||
| 293 | samba_cv_HAVE_TRUNCATED_SALT=${samba_cv_HAVE_TRUNCATED_SALT=no} | ||
| 294 | samba_cv_HAVE_UNSIGNED_CHAR=${samba_cv_HAVE_UNSIGNED_CHAR=yes} | ||
| 295 | samba_cv_HAVE_WORKING_AF_LOCAL=${samba_cv_HAVE_WORKING_AF_LOCAL=yes} | ||
| 296 | samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes} | ||
| 297 | samba_cv_REALPATH_TAKES_NULL=${samba_cv_REALPATH_TAKES_NULL=yes} | ||
| 298 | samba_cv_REPLACE_INET_NTOA=${samba_cv_REPLACE_INET_NTOA=no} | ||
| 299 | samba_cv_REPLACE_READDIR=${samba_cv_REPLACE_READDIR=no} | ||
| 300 | samba_cv_SIZEOF_DEV_T=${samba_cv_SIZEOF_DEV_T=yes} | ||
| 301 | samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes} | ||
| 302 | samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes} | ||
| 303 | samba_cv_STAT_STATVFS64=${samba_cv_STAT_STATVFS64=yes} | ||
| 304 | samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes} | ||
| 305 | samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes} | ||
| 306 | samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes} | ||
| 307 | samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes} | ||
| 308 | samba_cv_have_longlong=${samba_cv_have_longlong=yes} | ||
| 309 | samba_cv_have_setresgid=${samba_cv_have_setresgid=yes} | ||
| 310 | samba_cv_have_setresuid=${samba_cv_have_setresuid=yes} | ||
| 311 | |||
| 312 | #monotone | ||
| 313 | ac_cv_sync_with_stdio=${ac_cv_sync_with_stdio=yes} | ||
| 314 | ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes} | ||
| 315 | |||
| 316 | # mysql | ||
| 317 | mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no} | ||
| 318 | mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no} | ||
| 319 | ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} | ||
| 320 | |||
| 321 | # sudo | ||
| 322 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} | ||
| 323 | |||
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux index a80866dbd0..bea14d5a75 100644 --- a/meta/site/powerpc-linux +++ b/meta/site/powerpc-linux | |||
| @@ -1,235 +1,5 @@ | |||
| 1 | ac_cv_func_getpgrp_void=yes | ||
| 2 | ac_cv_func_setpgrp_void=yes | ||
| 3 | ac_cv_func_setgrent_void=yes | ||
| 4 | ac_cv_func_malloc_0_nonnull=yes | ||
| 5 | ac_cv_func_malloc_works=yes | ||
| 6 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
| 7 | ac_cv_func_setvbuf_reversed=no | ||
| 8 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | ||
| 9 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | ||
| 10 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | ||
| 11 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} | ||
| 12 | ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4} | ||
| 13 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} | ||
| 14 | ac_cv_sizeof_short=${ac_cv_sizeof_short=2} | ||
| 15 | ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2} | ||
| 16 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} | ||
| 17 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} | ||
| 18 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} | ||
| 19 | |||
| 20 | ac_cv_sys_restartable_syscalls=yes | ||
| 21 | ac_cv_type___int64=${ac_cv_type___int64=no} | ||
| 22 | ac_cv_type_size_t=${ac_cv_type_size_t=yes} | ||
| 23 | ac_cv_type_void_p=${ac_cv_type_void_p=yes} | ||
| 24 | ac_cv_uchar=${ac_cv_uchar=no} | ||
| 25 | ac_cv_uint=${ac_cv_uint=yes} | ||
| 26 | ac_cv_ulong=${ac_cv_ulong=yes} | ||
| 27 | ac_cv_ushort=${ac_cv_ushort=yes} | ||
| 28 | |||
| 29 | mr_cv_target_elf=${mr_cv_target_elf=yes} | ||
| 30 | |||
| 31 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} | ||
| 32 | cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} | ||
| 33 | |||
| 34 | # libc | 1 | # libc |
| 35 | libc_cv_ppc_machine=${libc_cv_ppc_machine=yes} | 2 | libc_cv_ppc_machine=${libc_cv_ppc_machine=yes} |
| 36 | 3 | libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes} | |
| 37 | # apache | 4 | libc_cv_mabi_ibmlongdouble=${libc_cv_mabi_ibmlongdouble=yes} |
| 38 | ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} | 5 | libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes} |
| 39 | apr_cv_process_shared_works=${apr_cv_process_shared_works=no} | ||
| 40 | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} | ||
| 41 | |||
| 42 | ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} | ||
| 43 | ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no} | ||
| 44 | ac_cv_sctp=${ac_cv_sctp=no} | ||
| 45 | |||
| 46 | # ssh | ||
| 47 | ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes} | ||
| 48 | ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no} | ||
| 49 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} | ||
| 50 | ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes} | ||
| 51 | ac_cv_type_struct_timespec=${ac_cv_type_struct_timespec=yes} | ||
| 52 | ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} | ||
| 53 | |||
| 54 | # coreutils | ||
| 55 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1019} | ||
| 56 | |||
| 57 | # libpcap | ||
| 58 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | ||
| 59 | |||
| 60 | # nano | ||
| 61 | ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no} | ||
| 62 | nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no} | ||
| 63 | |||
| 64 | # libnet | ||
| 65 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=big} | ||
| 66 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | ||
| 67 | |||
| 68 | # screen | ||
| 69 | screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} | ||
| 70 | screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no} | ||
| 71 | screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no} | ||
| 72 | screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes} | ||
| 73 | screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes} | ||
| 74 | screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no} | ||
| 75 | screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no} | ||
| 76 | screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes} | ||
| 77 | screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes} | ||
| 78 | |||
| 79 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | ||
| 80 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} | ||
| 81 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | ||
| 82 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} | ||
| 83 | |||
| 84 | # socat | ||
| 85 | ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13} | ||
| 86 | sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes} | ||
| 87 | |||
| 88 | # links | ||
| 89 | ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes} | ||
| 90 | |||
| 91 | # sleepycat db | ||
| 92 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} | ||
| 93 | db_cv_sprintf_count=${db_cv_sprintf_count=yes} | ||
| 94 | db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar} | ||
| 95 | db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod} | ||
| 96 | db_cv_path_cp=${db_cv_path_cp=/bin/cp} | ||
| 97 | db_cv_path_ln=${db_cv_path_ln=/bin/ln} | ||
| 98 | db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir} | ||
| 99 | db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib} | ||
| 100 | db_cv_path_rm=${db_cv_path_rm=/bin/rm} | ||
| 101 | db_cv_path_sh=${db_cv_path_sh=/bin/sh} | ||
| 102 | db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip} | ||
| 103 | db_cv_align_t=${db_cv_align_t='unsigned long long'} | ||
| 104 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} | ||
| 105 | db_cv_mutex=${db_cv_mutex=no} | ||
| 106 | db_cv_posixmutexes=${db_cv_posixmutexes=no} | ||
| 107 | db_cv_uimutexes=${db_cv_uimutexes=no} | ||
| 108 | |||
| 109 | # php | ||
| 110 | ac_cv_pread=${ac_cv_pread=no} | ||
| 111 | ac_cv_pwrite=${ac_cv_pwrite=no} | ||
| 112 | php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes} | ||
| 113 | |||
| 114 | # glib | ||
| 115 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
| 116 | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} | ||
| 117 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | ||
| 118 | glib_cv_uscore=${glib_cv_uscore=no} | ||
| 119 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} | ||
| 120 | glib_cv_has__inline=${glib_cv_has__inline=yes} | ||
| 121 | glib_cv_has__inline__=${glib_cv_has__inline__=yes} | ||
| 122 | glib_cv_hasinline=${glib_cv_hasinline=yes} | ||
| 123 | glib_cv_sane_realloc=${glib_cv_sane_realloc=yes} | ||
| 124 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
| 125 | glib_cv_uscore=${glib_cv_uscore=no} | ||
| 126 | glib_cv_va_copy=${glib_cv_va_copy=no} | ||
| 127 | glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} | ||
| 128 | glib_cv___va_copy=${glib_cv___va_copy=yes} | ||
| 129 | glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no} | ||
| 130 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
| 131 | glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes} | ||
| 132 | glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes} | ||
| 133 | glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes} | ||
| 134 | |||
| 135 | # ettercap | ||
| 136 | ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes} | ||
| 137 | |||
| 138 | # libesmtp | ||
| 139 | acx_working_snprintf=${acx_working_snprintf=yes} | ||
| 140 | |||
| 141 | # D-BUS | ||
| 142 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | ||
| 143 | |||
| 144 | # glib 2.0 | ||
| 145 | glib_cv_long_long_format=${glib_cv_long_long_format=ll} | ||
| 146 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
| 147 | glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8} | ||
| 148 | glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4} | ||
| 149 | glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4} | ||
| 150 | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} | ||
| 151 | glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes} | ||
| 152 | |||
| 153 | glib_cv_strlcpy=${glib_cv_strlcpy=no} | ||
| 154 | |||
| 155 | # httppc | ||
| 156 | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} | ||
| 157 | |||
| 158 | # lftp | ||
| 159 | ac_cv_need_trio=${ac_cv_need_trio=no} | ||
| 160 | lftp_cv_va_copy=${lftp_cv_va_copy=no} | ||
| 161 | lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes} | ||
| 162 | lftp_cv___va_copy=${lftp_cv___va_copy=yes} | ||
| 163 | |||
| 164 | # edb | ||
| 165 | db_cv_spinlocks=${db_cv_spinlocks=no} | ||
| 166 | |||
| 167 | # fget | ||
| 168 | compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes} | ||
| 169 | compat_cv_func_basename_works=${compat_cv_func_basename_works=no} | ||
| 170 | compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no} | ||
| 171 | |||
| 172 | # slrn | ||
| 173 | slrn_cv___va_copy=${slrn_cv___va_copy=yes} | ||
| 174 | slrn_cv_va_copy=${slrn_cv_va_copy=no} | ||
| 175 | slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes} | ||
| 176 | ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} | ||
| 177 | ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} | ||
| 178 | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} | ||
| 179 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | ||
| 180 | |||
| 181 | # startup-notification | ||
| 182 | lf_cv_sane_realloc=yes | ||
| 183 | |||
| 184 | # libidl | ||
| 185 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
| 186 | |||
| 187 | # ORBit2 | ||
| 188 | ac_cv_alignof_CORBA_boolean=1 | ||
| 189 | ac_cv_alignof_CORBA_char=1 | ||
| 190 | ac_cv_alignof_CORBA_double=4 | ||
| 191 | ac_cv_alignof_CORBA_float=4 | ||
| 192 | ac_cv_alignof_CORBA_long=4 | ||
| 193 | ac_cv_alignof_CORBA_long_double=4 | ||
| 194 | ac_cv_alignof_CORBA_long_long=4 | ||
| 195 | ac_cv_alignof_CORBA_octet=1 | ||
| 196 | ac_cv_alignof_CORBA_pointer=4 | ||
| 197 | ac_cv_alignof_CORBA_short=2 | ||
| 198 | ac_cv_alignof_CORBA_struct=4 | ||
| 199 | ac_cv_alignof_CORBA_wchar=2 | ||
| 200 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} | ||
| 201 | |||
| 202 | # cvs | ||
| 203 | cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} | ||
| 204 | |||
| 205 | # bash | ||
| 206 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} | ||
| 207 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
| 208 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} | ||
| 209 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
| 210 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
| 211 | bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} | ||
| 212 | bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} | ||
| 213 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
| 214 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
| 215 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
| 216 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
| 217 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
| 218 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
| 219 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
| 220 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
| 221 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
| 222 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
| 223 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
| 224 | ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} | ||
| 225 | |||
| 226 | # openssh | ||
| 227 | ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'} | ||
| 228 | ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_have_space_d_name_in_struct_dirent='no'} | ||
| 229 | ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf='no'} | ||
| 230 | ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug='yes'} | ||
| 231 | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr='no'} | ||
| 232 | ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr='yes'} | ||
| 233 | |||
| 234 | # vim | ||
| 235 | ac_cv_sizeof_int=${ac_cv_sizeof_int='4'} | ||
diff --git a/meta/site/powerpc-linux-uclibc b/meta/site/powerpc-linux-uclibc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/meta/site/powerpc-linux-uclibc | |||
diff --git a/meta/site/sh-common b/meta/site/sh-common index da34d36015..e8228fdb31 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common | |||
| @@ -30,13 +30,12 @@ ac_cv_uint=${ac_cv_uint=yes} | |||
| 30 | ac_cv_ulong=${ac_cv_ulong=yes} | 30 | ac_cv_ulong=${ac_cv_ulong=yes} |
| 31 | ac_cv_ushort=${ac_cv_ushort=yes} | 31 | ac_cv_ushort=${ac_cv_ushort=yes} |
| 32 | 32 | ||
| 33 | mr_cv_target_elf=${mr_cv_target_elf=yes} | ||
| 34 | |||
| 35 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} | 33 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} |
| 36 | 34 | ||
| 37 | # apache | 35 | # apache |
| 38 | ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} | 36 | ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} |
| 39 | apr_cv_process_shared_works=${apr_cv_process_shared_works=no} | 37 | apr_cv_process_shared_works=${apr_cv_process_shared_works=no} |
| 38 | apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} | ||
| 40 | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} | 39 | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} |
| 41 | 40 | ||
| 42 | ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} | 41 | ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} |
| @@ -229,8 +228,6 @@ bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | |||
| 229 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} | 228 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} |
| 230 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | 229 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} |
| 231 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | 230 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} |
| 232 | bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} | ||
| 233 | bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} | ||
| 234 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | 231 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} |
| 235 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | 232 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} |
| 236 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | 233 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} |
| @@ -242,7 +239,6 @@ bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | |||
| 242 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | 239 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} |
| 243 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | 240 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} |
| 244 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | 241 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} |
| 245 | ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} | ||
| 246 | 242 | ||
| 247 | # mono | 243 | # mono |
| 248 | cv_mono_sizeof_sunpath=108 | 244 | cv_mono_sizeof_sunpath=108 |
| @@ -296,4 +292,3 @@ ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} | |||
| 296 | # libnet | 292 | # libnet |
| 297 | ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no} | 293 | ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no} |
| 298 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | 294 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} |
| 299 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil} | ||
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} | ||
