diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-08 16:03:58 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-10 00:58:56 -0700 |
commit | af8c8d14ffa9daf9f6ec19fa2d49c687cf5cff64 (patch) | |
tree | cc7896d7977f17aa9bb4be369bc0b75736a5c31d /site/sparc-linux | |
parent | 1b703ecdda89afd3ce1f44545356a201ddb65d07 (diff) |
conf: Decosmetize TARGET_OS
* This patch reverts the cosmetic change which used linux-gnu instead of linux
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Holger Freyther <zecke@selfish.org>
Diffstat (limited to 'site/sparc-linux')
-rw-r--r-- | site/sparc-linux | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/site/sparc-linux b/site/sparc-linux new file mode 100644 index 0000000000..ea6386b609 --- /dev/null +++ b/site/sparc-linux @@ -0,0 +1,55 @@ +ac_cv_func_getpgrp_void=yes +ac_cv_func_setpgrp_void=yes +ac_cv_func_setgrent_void=yes +ac_cv_func_malloc_0_nonnull=yes +ac_cv_func_malloc_works=yes +ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} +ac_cv_func_setvbuf_reversed=no +ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} +ac_cv_sizeof_char=${ac_cv_sizeof_char=1} +ac_cv_sizeof_int=${ac_cv_sizeof_int=4} +ac_cv_sizeof_long=${ac_cv_sizeof_long=4} +ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4} +ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} +ac_cv_sizeof_short=${ac_cv_sizeof_short=2} +ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2} +ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} +ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} +ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} +ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} +ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4} +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} + +ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} +cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} + +# minicom +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} |