diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-05 21:45:41 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-06 15:31:32 -0700 |
commit | d744bc6c4e1f50a72974d29ca58c5d861f6f7634 (patch) | |
tree | a3e903e645ad6276e4ca7c91c0f7b3b4a7b969bc /site/mips-common | |
parent | eb6fc049798ae5a1ece3c448bf03abbf5e884d56 (diff) |
siteinfo: Add common-mips site file.
* After renaming the target triplet the file names
needs to be renamed because they are used in get_siteinfo_list
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'site/mips-common')
-rw-r--r-- | site/mips-common | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/site/mips-common b/site/mips-common new file mode 100644 index 0000000000..baffaab0a0 --- /dev/null +++ b/site/mips-common @@ -0,0 +1,14 @@ +ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} +ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} + +# screen +screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} +screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no} +screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no} +screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes} +screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes} +screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no} +screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no} +screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes} +screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes} + |