diff options
-rw-r--r-- | meta/site/powerpc64-linux | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/site/powerpc64-linux b/meta/site/powerpc64-linux index 9430ea1e23..a49c717421 100644 --- a/meta/site/powerpc64-linux +++ b/meta/site/powerpc64-linux | |||
@@ -19,3 +19,16 @@ ac_cv_sizeof_unsigned_long_long_int=${ac_cv_sizeof_unsigned_long_long_int=8} | |||
19 | ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} | 19 | ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} |
20 | ac_cv_sizeof_unsigned_short_int=${ac_cv_sizeof_unsigned_short_int=2} | 20 | ac_cv_sizeof_unsigned_short_int=${ac_cv_sizeof_unsigned_short_int=2} |
21 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8} | 21 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8} |
22 | |||
23 | # screen | ||
24 | screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} | ||
25 | screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no} | ||
26 | screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no} | ||
27 | screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes} | ||
28 | screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes} | ||
29 | screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no} | ||
30 | screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no} | ||
31 | screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes} | ||
32 | screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes} | ||
33 | |||
34 | |||