Imported from ../bash-2.03.tar.gz.
This commit is contained in:
parent
bc4cd23ce9
commit
b72432fdcc
191 changed files with 10113 additions and 3553 deletions
36
cross-build/beos-sig.h
Normal file
36
cross-build/beos-sig.h
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
/* This file is used when cross compiling bash to run native on BeOS. */
|
||||
|
||||
#ifndef __GNUC__
|
||||
# error cross compiling requires gcc
|
||||
#endif
|
||||
|
||||
/* A translation list so we can be polite to our users.
|
||||
Use gcc labelled initializers to set up the array. Note that
|
||||
some entries might wind up being NULL. */
|
||||
|
||||
char *signal_names[NSIG + 2] = {
|
||||
[0] "EXIT",
|
||||
[SIGHUP] "SIGHUP",
|
||||
[SIGINT] "SIGINT",
|
||||
[SIGQUIT] "SIGQUIT",
|
||||
[SIGILL] "SIGILL",
|
||||
[SIGCHLD] "SIGCHLD",
|
||||
[SIGABRT] "SIGABRT",
|
||||
[SIGPIPE] "SIGPIPE",
|
||||
[SIGFPE] "SIGFPE",
|
||||
[SIGKILL] "SIGKILL",
|
||||
[SIGSTOP] "SIGSTOP",
|
||||
[SIGSEGV] "SIGSEGV",
|
||||
[SIGCONT] "SIGCONT",
|
||||
[SIGTSTP] "SIGTSTP",
|
||||
[SIGALRM] "SIGALRM",
|
||||
[SIGTERM] "SIGTERM",
|
||||
[SIGTTIN] "SIGTTIN",
|
||||
[SIGTTOU] "SIGTTOU",
|
||||
[SIGUSR1] "SIGUSR1",
|
||||
[SIGUSR2] "SIGUSR2",
|
||||
[SIGWINCH] "SIGWINCH",
|
||||
[SIGKILLTHR] "SIGKILLTHR",
|
||||
[NSIG] "DEBUG",
|
||||
[NSIG + 1] (char *)0x0,
|
||||
};
|
||||
|
|
@ -14,6 +14,7 @@ bash_cv_sys_restartable_syscalls=${bash_cv_sys_restartable_syscalls='no'}
|
|||
ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p='4'}
|
||||
ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
|
||||
ac_cv_sizeof_long=${ac_cv_sizeof_long='4'}
|
||||
ac_cv_sizeof_double=${ac_cv_sizeof_double='8'}
|
||||
|
||||
bash_cv_dup2_broken=${bash_cv_dup2_broken='no'}
|
||||
bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe='no'}
|
||||
|
|
@ -36,4 +37,6 @@ bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken='no'}
|
|||
bash_cv_type_int32_t=${bash_cv_type_int32_t='int'}
|
||||
bash_cv_type_u_int32_t=${bash_cv_type_u_int32_t='int'}
|
||||
|
||||
ac_cv_type_bits64_t=${ac_cv_type_bits64_t='no'}
|
||||
|
||||
# end of cross-build/cygwin32.cache
|
||||
|
|
|
|||
169
cross-build/opennt.cache
Normal file
169
cross-build/opennt.cache
Normal file
|
|
@ -0,0 +1,169 @@
|
|||
# This file is a shell script that caches the results of configure
|
||||
# tests run on this system so they can be shared between configure
|
||||
# scripts and configure runs. It is not useful on other systems.
|
||||
# If it contains results you don't want to keep, you may remove or edit it.
|
||||
#
|
||||
# By default, configure uses ./config.cache as the cache file,
|
||||
# creating it if it does not exist already. You can give configure
|
||||
# the --cache-file=FILE option to use a different cache file; that is
|
||||
# what configure does when it calls configure scripts in
|
||||
# subdirectories, so they share the cache.
|
||||
# Giving --cache-file=/dev/null disables caching, for debugging configure.
|
||||
# config.status only pays attention to the cache file if you give it the
|
||||
# --recheck option to rerun configure.
|
||||
#
|
||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
|
||||
ac_cv_decl_sys_siglist=${ac_cv_decl_sys_siglist=no}
|
||||
ac_cv_func___setostype=${ac_cv_func___setostype=no}
|
||||
ac_cv_func_alloca_works=${ac_cv_func_alloca_works=yes}
|
||||
ac_cv_func_bcopy=${ac_cv_func_bcopy=yes}
|
||||
ac_cv_func_bindtextdomain=${ac_cv_func_bindtextdomain=no}
|
||||
ac_cv_func_bzero=${ac_cv_func_bzero=yes}
|
||||
ac_cv_func_confstr=${ac_cv_func_confstr=yes}
|
||||
ac_cv_func_dlclose=${ac_cv_func_dlclose=no}
|
||||
ac_cv_func_dlopen=${ac_cv_func_dlopen=no}
|
||||
ac_cv_func_dlsym=${ac_cv_func_dlsym=no}
|
||||
ac_cv_func_dup2=${ac_cv_func_dup2=yes}
|
||||
ac_cv_func_getcwd=${ac_cv_func_getcwd=yes}
|
||||
ac_cv_func_getdtablesize=${ac_cv_func_getdtablesize=no}
|
||||
ac_cv_func_getgroups=${ac_cv_func_getgroups=yes}
|
||||
ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
|
||||
ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
|
||||
ac_cv_func_getpeername=${ac_cv_func_getpeername=yes}
|
||||
ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
|
||||
ac_cv_func_getrlimit=${ac_cv_func_getrlimit=no}
|
||||
ac_cv_func_getrusage=${ac_cv_func_getrusage=no}
|
||||
ac_cv_func_gettext=${ac_cv_func_gettext=no}
|
||||
ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
|
||||
ac_cv_func_killpg=${ac_cv_func_killpg=yes}
|
||||
ac_cv_func_lstat=${ac_cv_func_lstat=no}
|
||||
ac_cv_func_memmove=${ac_cv_func_memmove=yes}
|
||||
ac_cv_func_mkfifo=${ac_cv_func_mkfifo=yes}
|
||||
ac_cv_func_putenv=${ac_cv_func_putenv=yes}
|
||||
ac_cv_func_rename=${ac_cv_func_rename=yes}
|
||||
ac_cv_func_sbrk=${ac_cv_func_sbrk=no}
|
||||
ac_cv_func_select=${ac_cv_func_select=yes}
|
||||
ac_cv_func_setdtablesize=${ac_cv_func_setdtablesize=no}
|
||||
ac_cv_func_setenv=${ac_cv_func_setenv=yes}
|
||||
ac_cv_func_setlinebuf=${ac_cv_func_setlinebuf=yes}
|
||||
ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
|
||||
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
|
||||
ac_cv_func_siginterrupt=${ac_cv_func_siginterrupt=no}
|
||||
ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp=yes}
|
||||
ac_cv_func_strchr=${ac_cv_func_strchr=yes}
|
||||
ac_cv_func_strcoll_works=${ac_cv_func_strcoll_works=yes}
|
||||
ac_cv_func_strerror=${ac_cv_func_strerror=yes}
|
||||
ac_cv_func_strtod=${ac_cv_func_strtod=yes}
|
||||
ac_cv_func_strtol=${ac_cv_func_strtol=yes}
|
||||
ac_cv_func_strtoul=${ac_cv_func_strtoul=yes}
|
||||
ac_cv_func_sysconf=${ac_cv_func_sysconf=yes}
|
||||
ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes}
|
||||
ac_cv_func_tcgetpgrp=${ac_cv_func_tcgetpgrp=yes}
|
||||
ac_cv_func_textdomain=${ac_cv_func_textdomain=no}
|
||||
ac_cv_func_times=${ac_cv_func_times=yes}
|
||||
ac_cv_func_tzset=${ac_cv_func_tzset=yes}
|
||||
ac_cv_func_ulimit=${ac_cv_func_ulimit=no}
|
||||
ac_cv_func_uname=${ac_cv_func_uname=yes}
|
||||
ac_cv_func_vprintf=${ac_cv_func_vprintf=yes}
|
||||
ac_cv_func_wait3=${ac_cv_func_wait3=no}
|
||||
ac_cv_func_wait3_rusage=${ac_cv_func_wait3_rusage=no}
|
||||
ac_cv_func_waitpid=${ac_cv_func_waitpid=yes}
|
||||
ac_cv_header_alloca_h=${ac_cv_header_alloca_h=no}
|
||||
ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h=yes}
|
||||
ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=no}
|
||||
ac_cv_header_libintl_h=${ac_cv_header_libintl_h=no}
|
||||
ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
|
||||
ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
|
||||
ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
|
||||
ac_cv_header_minix_config_h=${ac_cv_header_minix_config_h=no}
|
||||
ac_cv_header_stat_broken=${ac_cv_header_stat_broken=no}
|
||||
ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h=yes}
|
||||
ac_cv_header_stdc=${ac_cv_header_stdc=yes}
|
||||
ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
|
||||
ac_cv_header_string_h=${ac_cv_header_string_h=yes}
|
||||
ac_cv_header_sys_file_h=${ac_cv_header_sys_file_h=yes}
|
||||
ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
|
||||
ac_cv_header_sys_pte_h=${ac_cv_header_sys_pte_h=no}
|
||||
ac_cv_header_sys_ptem_h=${ac_cv_header_sys_ptem_h=no}
|
||||
ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=no}
|
||||
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=no}
|
||||
ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes}
|
||||
ac_cv_header_sys_stream_h=${ac_cv_header_sys_stream_h=no}
|
||||
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
|
||||
ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes}
|
||||
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
|
||||
ac_cv_header_termcap_h=${ac_cv_header_termcap_h=no}
|
||||
ac_cv_header_termio_h=${ac_cv_header_termio_h=no}
|
||||
ac_cv_header_termios_h=${ac_cv_header_termios_h=yes}
|
||||
ac_cv_header_time=${ac_cv_header_time=yes}
|
||||
ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
|
||||
ac_cv_header_varargs_h=${ac_cv_header_varargs_h=no}
|
||||
ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir=no}
|
||||
ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=no}
|
||||
ac_cv_lib_intl_bindtextdomain=${ac_cv_lib_intl_bindtextdomain=no}
|
||||
ac_cv_lib_termcap_tgetent=${ac_cv_lib_termcap_tgetent=yes}
|
||||
ac_cv_path_install=${ac_cv_path_install='//C/OpenNT21b3/bin/install -c'}
|
||||
ac_cv_prog_AR=${ac_cv_prog_AR=ar}
|
||||
ac_cv_prog_CC=${ac_cv_prog_CC=gcc}
|
||||
ac_cv_prog_CPP=${ac_cv_prog_CPP='cc -E'}
|
||||
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB=:}
|
||||
ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross=no}
|
||||
ac_cv_prog_cc_g=${ac_cv_prog_cc_g=yes}
|
||||
ac_cv_prog_cc_works=${ac_cv_prog_cc_works=yes}
|
||||
ac_cv_prog_gcc=${ac_cv_prog_gcc=yes}
|
||||
ac_cv_prog_gcc_traditional=${ac_cv_prog_gcc_traditional=no}
|
||||
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes}
|
||||
ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
|
||||
ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
|
||||
ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
|
||||
ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
|
||||
ac_cv_sys_interpreter=${ac_cv_sys_interpreter=yes}
|
||||
ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=no}
|
||||
ac_cv_type_getgroups=${ac_cv_type_getgroups=gid_t}
|
||||
ac_cv_type_mode_t=${ac_cv_type_mode_t=yes}
|
||||
ac_cv_type_off_t=${ac_cv_type_off_t=yes}
|
||||
ac_cv_type_pid_t=${ac_cv_type_pid_t=yes}
|
||||
ac_cv_type_signal=${ac_cv_type_signal=void}
|
||||
ac_cv_type_size_t=${ac_cv_type_size_t=yes}
|
||||
ac_cv_type_time_t=${ac_cv_type_time_t=yes}
|
||||
ac_cv_type_uid_t=${ac_cv_type_uid_t=yes}
|
||||
bash_cv_can_redecl_getpw=${bash_cv_can_redecl_getpw=yes}
|
||||
bash_cv_decl_under_sys_siglist=${bash_cv_decl_under_sys_siglist=no}
|
||||
bash_cv_dev_fd=${bash_cv_dev_fd=absent}
|
||||
bash_cv_dirent_has_d_fileno=${bash_cv_dirent_has_d_fileno=no}
|
||||
bash_cv_dirent_has_dino=${bash_cv_dirent_has_dino=yes}
|
||||
bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
|
||||
bash_cv_fionread_in_ioctl=${bash_cv_fionread_in_ioctl=yes}
|
||||
bash_cv_func_lstat=${bash_cv_func_lstat=no}
|
||||
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}
|
||||
bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
|
||||
bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
|
||||
bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
|
||||
bash_cv_have_strsignal=${bash_cv_have_strsignal=yes}
|
||||
bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
|
||||
bash_cv_mail_dir=${bash_cv_mail_dir=/usr/spool/mail}
|
||||
bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
|
||||
bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
|
||||
bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
|
||||
bash_cv_printf_declared=${bash_cv_printf_declared=yes}
|
||||
bash_cv_sbrk_declared=${bash_cv_sbrk_declared=no}
|
||||
bash_cv_signal_vintage=${bash_cv_signal_vintage=posix}
|
||||
bash_cv_speed_t_in_sys_types=${bash_cv_speed_t_in_sys_types=no}
|
||||
bash_cv_struct_timeval=${bash_cv_struct_timeval=yes}
|
||||
bash_cv_struct_winsize_header=${bash_cv_struct_winsize_header=ioctl_h}
|
||||
bash_cv_struct_winsize_in_ioctl=${bash_cv_struct_winsize_in_ioctl=yes}
|
||||
bash_cv_sys_errlist=${bash_cv_sys_errlist=yes}
|
||||
bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
|
||||
bash_cv_sys_siglist=${bash_cv_sys_siglist=yes}
|
||||
bash_cv_termcap_lib=${bash_cv_termcap_lib=libtermcap}
|
||||
bash_cv_termio_ldisc=${bash_cv_termio_ldisc=no}
|
||||
bash_cv_termios_ldisc=${bash_cv_termios_ldisc=no}
|
||||
bash_cv_tiocgwinsz_in_ioctl=${bash_cv_tiocgwinsz_in_ioctl=yes}
|
||||
bash_cv_tiocstat_in_ioctl=${bash_cv_tiocstat_in_ioctl=no}
|
||||
bash_cv_type_clock_t=${bash_cv_type_clock_t=yes}
|
||||
bash_cv_type_quad_t=${bash_cv_type_quad_t=yes}
|
||||
bash_cv_type_rlimit=${bash_cv_type_rlimit=long}
|
||||
bash_cv_type_sigset_t=${bash_cv_type_sigset_t=yes}
|
||||
bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=no}
|
||||
bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
|
||||
bash_cv_void_sighandler=${bash_cv_void_sighandler=yes}
|
||||
45
cross-build/x86-beos.cache
Normal file
45
cross-build/x86-beos.cache
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# This file is a shell script that caches the results of configure
|
||||
# tests for x86 BeOS so they don't need to be done when cross-compiling.
|
||||
|
||||
# AC_FUNC_GETPGRP should also define GETPGRP_VOID
|
||||
ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void='yes'}
|
||||
# AC_FUNC_SETVBUF_REVERSED should not define anything else
|
||||
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed='no'}
|
||||
# on BeOS, system calls do not restart
|
||||
ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls='no'}
|
||||
bash_cv_sys_restartable_syscalls=${bash_cv_sys_restartable_syscalls='no'}
|
||||
|
||||
ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr='yes'}
|
||||
|
||||
# x86 BeOS is little endian
|
||||
ac_cv_c_bigendian=${ac_cv_c_bigendian='no'}
|
||||
ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p='4'}
|
||||
ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
|
||||
ac_cv_sizeof_long=${ac_cv_sizeof_long='4'}
|
||||
ac_cv_sizeof_double=${ac_cv_sizeof_double='8'}
|
||||
|
||||
bash_cv_dev_fd=${bash_cv_dev_fd='absent'}
|
||||
bash_cv_dup2_broken=${bash_cv_dup2_broken='no'}
|
||||
bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe='no'}
|
||||
bash_cv_type_rlimit=${bash_cv_type_rlimit='long'}
|
||||
bash_cv_decl_under_sys_siglist=${bash_cv_decl_under_sys_siglist='no'}
|
||||
bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist='no'}
|
||||
bash_cv_sys_siglist=${bash_cv_sys_siglist='yes'}
|
||||
bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust='no'}
|
||||
bash_cv_getenv_redef=${bash_cv_getenv_redef='yes'}
|
||||
bash_cv_printf_declared=${bash_cv_printf_declared='yes'}
|
||||
bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds='no'}
|
||||
bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen='no'}
|
||||
bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers='no'}
|
||||
bash_cv_job_control_missing=${bash_cv_job_control_missing='present'}
|
||||
bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes='present'}
|
||||
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp='missing'}
|
||||
bash_cv_mail_dir=${bash_cv_mail_dir='unknown'}
|
||||
bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken='no'}
|
||||
|
||||
bash_cv_type_int32_t=${bash_cv_type_int32_t='int'}
|
||||
bash_cv_type_u_int32_t=${bash_cv_type_u_int32_t='int'}
|
||||
|
||||
ac_cv_type_bits64_t=${ac_cv_type_bits64_t='no'}
|
||||
|
||||
# end of cross-build/x86-beos.cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue