diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-27 22:37:54 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-27 22:37:54 +0000 |
commit | af134e38ba0914b2368e50757d5019f4a9ee3ca3 (patch) | |
tree | f2e89ec0b0753133653052363543959e0786f9c8 /meta/site/sparc-linux | |
parent | c2d22f0f36980eecc7cf2ad818a5033476614bfc (diff) | |
download | openembedded-core-af134e38ba0914b2368e50757d5019f4a9ee3ca3.tar.gz openembedded-core-af134e38ba0914b2368e50757d5019f4a9ee3ca3.tar.bz2 openembedded-core-af134e38ba0914b2368e50757d5019f4a9ee3ca3.zip |
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-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} ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1} +ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} +libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes} +libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes} +ac_cv_alignof_CORBA_long_double=4 +ac_cv_c_long_double=${ac_cv_c_long_double=yes} + + ac_cv_sys_restartable_syscalls=yes ac_cv_uchar=${ac_cv_uchar=no} ac_cv_uint=${ac_cv_uint=yes} ac_cv_ulong=${ac_cv_ulong=yes} ac_cv_ushort=${ac_cv_ushort=yes} -mr_cv_target_elf=${mr_cv_target_elf=yes} - ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} @@ -39,3 +44,15 @@ am_cv_sys_posix_termios=${am_cv_sys_posix_termios=yes} # gettext am_cv_func_working_getline=${am_cv_func_working_getline=yes} + +#glib +glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} +glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} +glib_cv_uscore=${glib_cv_uscore=no} +glib_cv_stack_grows=${glib_cv_stack_grows=no} + +#linux +ac_cv_linux_vers=${ac_cv_linux_vers=2} + +#bash +bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} |