summaryrefslogtreecommitdiffstats
path: root/meta/site/sparc-linux
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-27 22:37:54 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-27 22:37:54 +0000
commitaf134e38ba0914b2368e50757d5019f4a9ee3ca3 (patch)
treef2e89ec0b0753133653052363543959e0786f9c8 /meta/site/sparc-linux
parentc2d22f0f36980eecc7cf2ad818a5033476614bfc (diff)
downloadpoky-af134e38ba0914b2368e50757d5019f4a9ee3ca3.tar.gz
site: Sync some site files with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1791 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site/sparc-linux')
-rw-r--r--meta/site/sparc-linux21
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}
22ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} 22ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
23ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1} 23ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
24 24
25ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
26libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes}
27libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes}
28ac_cv_alignof_CORBA_long_double=4
29ac_cv_c_long_double=${ac_cv_c_long_double=yes}
30
31
25ac_cv_sys_restartable_syscalls=yes 32ac_cv_sys_restartable_syscalls=yes
26ac_cv_uchar=${ac_cv_uchar=no} 33ac_cv_uchar=${ac_cv_uchar=no}
27ac_cv_uint=${ac_cv_uint=yes} 34ac_cv_uint=${ac_cv_uint=yes}
28ac_cv_ulong=${ac_cv_ulong=yes} 35ac_cv_ulong=${ac_cv_ulong=yes}
29ac_cv_ushort=${ac_cv_ushort=yes} 36ac_cv_ushort=${ac_cv_ushort=yes}
30 37
31mr_cv_target_elf=${mr_cv_target_elf=yes}
32
33ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} 38ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
34cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} 39cookie_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
41am_cv_func_working_getline=${am_cv_func_working_getline=yes} 46am_cv_func_working_getline=${am_cv_func_working_getline=yes}
47
48#glib
49glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
50glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
51glib_cv_uscore=${glib_cv_uscore=no}
52glib_cv_stack_grows=${glib_cv_stack_grows=no}
53
54#linux
55ac_cv_linux_vers=${ac_cv_linux_vers=2}
56
57#bash
58bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}