mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* configure.in (hppa*-*-netbsd*, hppa*-*-openbsd): Set COREFILE to
netbsd-core.lo. * configure: Regenerate.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2004-06-08 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* configure.in (hppa*-*-netbsd*, hppa*-*-openbsd): Set COREFILE to
|
||||||
|
netbsd-core.lo.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2004-06-07 Daniel Jacobowitz <dan@debian.org>
|
2004-06-07 Daniel Jacobowitz <dan@debian.org>
|
||||||
|
|
||||||
From: Albert Chin-A-Young <china@thewrittenword.com>
|
From: Albert Chin-A-Young <china@thewrittenword.com>
|
||||||
|
154
bfd/configure
vendored
154
bfd/configure
vendored
@ -5281,6 +5281,10 @@ if test "${target}" = "${host}"; then
|
|||||||
hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
|
hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
|
||||||
hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
|
hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
|
||||||
COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
|
COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
|
||||||
|
hppa*-*-netbsd* | hppa*-*-openbsd*)
|
||||||
|
COREFILE=netbsd-core.lo
|
||||||
|
;;
|
||||||
|
|
||||||
i370-*-*)
|
i370-*-*)
|
||||||
COREFILE=trad-core.lo
|
COREFILE=trad-core.lo
|
||||||
TRAD_HEADER='"hosts/i370linux.h"'
|
TRAD_HEADER='"hosts/i370linux.h"'
|
||||||
@ -5413,16 +5417,16 @@ if test "${target}" = "${host}"; then
|
|||||||
# Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
|
# Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
|
||||||
# have c_impl as a member of struct core_dumpx
|
# have c_impl as a member of struct core_dumpx
|
||||||
echo $ac_n "checking for c_impl in struct core_dumpx""... $ac_c" 1>&6
|
echo $ac_n "checking for c_impl in struct core_dumpx""... $ac_c" 1>&6
|
||||||
echo "configure:5417: checking for c_impl in struct core_dumpx" >&5
|
echo "configure:5421: checking for c_impl in struct core_dumpx" >&5
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5419 "configure"
|
#line 5423 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <core.h>
|
#include <core.h>
|
||||||
int main() {
|
int main() {
|
||||||
struct core_dumpx c; c.c_impl = 0;
|
struct core_dumpx c; c.c_impl = 0;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5426: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
#define HAVE_ST_C_IMPL 1
|
#define HAVE_ST_C_IMPL 1
|
||||||
@ -5499,17 +5503,17 @@ rm -f conftest*
|
|||||||
do
|
do
|
||||||
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
||||||
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
||||||
echo "configure:5503: checking for $ac_hdr" >&5
|
echo "configure:5507: checking for $ac_hdr" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5508 "configure"
|
#line 5512 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <$ac_hdr>
|
#include <$ac_hdr>
|
||||||
EOF
|
EOF
|
||||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||||
{ (eval echo configure:5513: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
{ (eval echo configure:5517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||||
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
||||||
if test -z "$ac_err"; then
|
if test -z "$ac_err"; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
@ -5537,12 +5541,12 @@ done
|
|||||||
|
|
||||||
if test "$ac_cv_header_sys_procfs_h" = yes; then
|
if test "$ac_cv_header_sys_procfs_h" = yes; then
|
||||||
echo $ac_n "checking for prstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for prstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5541: checking for prstatus_t in sys/procfs.h" >&5
|
echo "configure:5545: checking for prstatus_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5546 "configure"
|
#line 5550 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5551,7 +5555,7 @@ int main() {
|
|||||||
prstatus_t avar
|
prstatus_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5559: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_prstatus_t=yes
|
bfd_cv_have_sys_procfs_type_prstatus_t=yes
|
||||||
else
|
else
|
||||||
@ -5573,12 +5577,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_prstatus_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_prstatus_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for prstatus32_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for prstatus32_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5577: checking for prstatus32_t in sys/procfs.h" >&5
|
echo "configure:5581: checking for prstatus32_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus32_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus32_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5582 "configure"
|
#line 5586 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5587,7 +5591,7 @@ int main() {
|
|||||||
prstatus32_t avar
|
prstatus32_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5595: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_prstatus32_t=yes
|
bfd_cv_have_sys_procfs_type_prstatus32_t=yes
|
||||||
else
|
else
|
||||||
@ -5609,12 +5613,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_prstatus32_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_prstatus32_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for prstatus_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for prstatus_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5613: checking for prstatus_t.pr_who in sys/procfs.h" >&5
|
echo "configure:5617: checking for prstatus_t.pr_who in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5618 "configure"
|
#line 5622 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5623,7 +5627,7 @@ int main() {
|
|||||||
prstatus_t avar; void* aref = (void*) &avar.pr_who
|
prstatus_t avar; void* aref = (void*) &avar.pr_who
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5627: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5631: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
|
bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
|
||||||
else
|
else
|
||||||
@ -5645,12 +5649,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for prstatus32_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for prstatus32_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5649: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
|
echo "configure:5653: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5654 "configure"
|
#line 5658 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5659,7 +5663,7 @@ int main() {
|
|||||||
prstatus32_t avar; void* aref = (void*) &avar.pr_who
|
prstatus32_t avar; void* aref = (void*) &avar.pr_who
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5663: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5667: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
|
bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
|
||||||
else
|
else
|
||||||
@ -5681,12 +5685,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5685: checking for pstatus_t in sys/procfs.h" >&5
|
echo "configure:5689: checking for pstatus_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5690 "configure"
|
#line 5694 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5695,7 +5699,7 @@ int main() {
|
|||||||
pstatus_t avar
|
pstatus_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5703: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_pstatus_t=yes
|
bfd_cv_have_sys_procfs_type_pstatus_t=yes
|
||||||
else
|
else
|
||||||
@ -5717,12 +5721,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for pxstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for pxstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5721: checking for pxstatus_t in sys/procfs.h" >&5
|
echo "configure:5725: checking for pxstatus_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pxstatus_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pxstatus_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5726 "configure"
|
#line 5730 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5731,7 +5735,7 @@ int main() {
|
|||||||
pxstatus_t avar
|
pxstatus_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5735: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5739: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_pxstatus_t=yes
|
bfd_cv_have_sys_procfs_type_pxstatus_t=yes
|
||||||
else
|
else
|
||||||
@ -5753,12 +5757,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_pxstatus_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_pxstatus_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for pstatus32_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for pstatus32_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5757: checking for pstatus32_t in sys/procfs.h" >&5
|
echo "configure:5761: checking for pstatus32_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus32_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus32_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5762 "configure"
|
#line 5766 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5767,7 +5771,7 @@ int main() {
|
|||||||
pstatus32_t avar
|
pstatus32_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5775: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_pstatus32_t=yes
|
bfd_cv_have_sys_procfs_type_pstatus32_t=yes
|
||||||
else
|
else
|
||||||
@ -5789,12 +5793,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus32_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus32_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for prpsinfo_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for prpsinfo_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5793: checking for prpsinfo_t in sys/procfs.h" >&5
|
echo "configure:5797: checking for prpsinfo_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5798 "configure"
|
#line 5802 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5803,7 +5807,7 @@ int main() {
|
|||||||
prpsinfo_t avar
|
prpsinfo_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5807: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
|
bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
|
||||||
else
|
else
|
||||||
@ -5825,12 +5829,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_prpsinfo_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_prpsinfo_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for prpsinfo32_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for prpsinfo32_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5829: checking for prpsinfo32_t in sys/procfs.h" >&5
|
echo "configure:5833: checking for prpsinfo32_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo32_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo32_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5834 "configure"
|
#line 5838 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5839,7 +5843,7 @@ int main() {
|
|||||||
prpsinfo32_t avar
|
prpsinfo32_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5843: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
|
bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
|
||||||
else
|
else
|
||||||
@ -5861,12 +5865,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_prpsinfo32_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_prpsinfo32_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for psinfo_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for psinfo_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5865: checking for psinfo_t in sys/procfs.h" >&5
|
echo "configure:5869: checking for psinfo_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5870 "configure"
|
#line 5874 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5875,7 +5879,7 @@ int main() {
|
|||||||
psinfo_t avar
|
psinfo_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5883: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_psinfo_t=yes
|
bfd_cv_have_sys_procfs_type_psinfo_t=yes
|
||||||
else
|
else
|
||||||
@ -5897,12 +5901,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_psinfo_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_psinfo_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for psinfo32_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for psinfo32_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5901: checking for psinfo32_t in sys/procfs.h" >&5
|
echo "configure:5905: checking for psinfo32_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo32_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo32_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5906 "configure"
|
#line 5910 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5911,7 +5915,7 @@ int main() {
|
|||||||
psinfo32_t avar
|
psinfo32_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5919: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_psinfo32_t=yes
|
bfd_cv_have_sys_procfs_type_psinfo32_t=yes
|
||||||
else
|
else
|
||||||
@ -5933,12 +5937,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_psinfo32_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_psinfo32_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for lwpstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for lwpstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5937: checking for lwpstatus_t in sys/procfs.h" >&5
|
echo "configure:5941: checking for lwpstatus_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpstatus_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpstatus_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5942 "configure"
|
#line 5946 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5947,7 +5951,7 @@ int main() {
|
|||||||
lwpstatus_t avar
|
lwpstatus_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5951: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5955: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
|
bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
|
||||||
else
|
else
|
||||||
@ -5969,12 +5973,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpstatus_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpstatus_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for lwpxstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for lwpxstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:5973: checking for lwpxstatus_t in sys/procfs.h" >&5
|
echo "configure:5977: checking for lwpxstatus_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpxstatus_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpxstatus_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 5978 "configure"
|
#line 5982 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -5983,7 +5987,7 @@ int main() {
|
|||||||
lwpxstatus_t avar
|
lwpxstatus_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:5987: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:5991: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
|
bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
|
||||||
else
|
else
|
||||||
@ -6005,12 +6009,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpxstatus_t" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpxstatus_t" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for lwpstatus_t.pr_context in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for lwpstatus_t.pr_context in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:6009: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
|
echo "configure:6013: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 6014 "configure"
|
#line 6018 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -6019,7 +6023,7 @@ int main() {
|
|||||||
lwpstatus_t avar; void* aref = (void*) &avar.pr_context
|
lwpstatus_t avar; void* aref = (void*) &avar.pr_context
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:6023: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:6027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
|
bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
|
||||||
else
|
else
|
||||||
@ -6041,12 +6045,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for lwpstatus_t.pr_reg in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for lwpstatus_t.pr_reg in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:6045: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
|
echo "configure:6049: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 6050 "configure"
|
#line 6054 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -6055,7 +6059,7 @@ int main() {
|
|||||||
lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
|
lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:6059: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:6063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
|
bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
|
||||||
else
|
else
|
||||||
@ -6077,12 +6081,12 @@ EOF
|
|||||||
echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" 1>&6
|
echo "$ac_t""$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking for win32_pstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
echo $ac_n "checking for win32_pstatus_t in sys/procfs.h""... $ac_c" 1>&6
|
||||||
echo "configure:6081: checking for win32_pstatus_t in sys/procfs.h" >&5
|
echo "configure:6085: checking for win32_pstatus_t in sys/procfs.h" >&5
|
||||||
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_win32_pstatus_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_win32_pstatus_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 6086 "configure"
|
#line 6090 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#define _SYSCALL32
|
#define _SYSCALL32
|
||||||
@ -6091,7 +6095,7 @@ int main() {
|
|||||||
win32_pstatus_t avar
|
win32_pstatus_t avar
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:6095: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:6099: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
|
bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
|
||||||
else
|
else
|
||||||
@ -6564,10 +6568,10 @@ case ${host64}-${target64}-${want64} in
|
|||||||
if test -n "$GCC" ; then
|
if test -n "$GCC" ; then
|
||||||
bad_64bit_gcc=no;
|
bad_64bit_gcc=no;
|
||||||
echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6
|
echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6
|
||||||
echo "configure:6568: checking for gcc version with buggy 64-bit support" >&5
|
echo "configure:6572: checking for gcc version with buggy 64-bit support" >&5
|
||||||
# Add more tests for gcc versions with non-working 64-bit support here.
|
# Add more tests for gcc versions with non-working 64-bit support here.
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 6571 "configure"
|
#line 6575 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
:__GNUC__:__GNUC_MINOR__:__i386__:
|
:__GNUC__:__GNUC_MINOR__:__i386__:
|
||||||
EOF
|
EOF
|
||||||
@ -6609,12 +6613,12 @@ esac
|
|||||||
for ac_func in ftello ftello64 fseeko fseeko64
|
for ac_func in ftello ftello64 fseeko fseeko64
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:6613: checking for $ac_func" >&5
|
echo "configure:6617: checking for $ac_func" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 6618 "configure"
|
#line 6622 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
@ -6637,7 +6641,7 @@ $ac_func();
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:6641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:6645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
@ -6663,13 +6667,13 @@ done
|
|||||||
|
|
||||||
if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
|
if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
|
||||||
echo $ac_n "checking size of off_t""... $ac_c" 1>&6
|
echo $ac_n "checking size of off_t""... $ac_c" 1>&6
|
||||||
echo "configure:6667: checking size of off_t" >&5
|
echo "configure:6671: checking size of off_t" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_sizeof_off_t'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_sizeof_off_t'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
|
for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 6673 "configure"
|
#line 6677 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -6679,7 +6683,7 @@ int main() {
|
|||||||
switch (0) case 0: case (sizeof (off_t) == $ac_size):;
|
switch (0) case 0: case (sizeof (off_t) == $ac_size):;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:6683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:6687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_sizeof_off_t=$ac_size
|
ac_cv_sizeof_off_t=$ac_size
|
||||||
else
|
else
|
||||||
@ -6703,7 +6707,7 @@ EOF
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
echo $ac_n "checking file_ptr type""... $ac_c" 1>&6
|
echo $ac_n "checking file_ptr type""... $ac_c" 1>&6
|
||||||
echo "configure:6707: checking file_ptr type" >&5
|
echo "configure:6711: checking file_ptr type" >&5
|
||||||
bfd_file_ptr="long"
|
bfd_file_ptr="long"
|
||||||
bfd_ufile_ptr="unsigned long"
|
bfd_ufile_ptr="unsigned long"
|
||||||
if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
|
if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
|
||||||
@ -6728,17 +6732,17 @@ for ac_hdr in unistd.h
|
|||||||
do
|
do
|
||||||
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
||||||
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
||||||
echo "configure:6732: checking for $ac_hdr" >&5
|
echo "configure:6736: checking for $ac_hdr" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 6737 "configure"
|
#line 6741 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <$ac_hdr>
|
#include <$ac_hdr>
|
||||||
EOF
|
EOF
|
||||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||||
{ (eval echo configure:6742: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
{ (eval echo configure:6746: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||||
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
||||||
if test -z "$ac_err"; then
|
if test -z "$ac_err"; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
@ -6767,12 +6771,12 @@ done
|
|||||||
for ac_func in getpagesize
|
for ac_func in getpagesize
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:6771: checking for $ac_func" >&5
|
echo "configure:6775: checking for $ac_func" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 6776 "configure"
|
#line 6780 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
@ -6795,7 +6799,7 @@ $ac_func();
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:6799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:6803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
@ -6820,7 +6824,7 @@ fi
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
|
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
|
||||||
echo "configure:6824: checking for working mmap" >&5
|
echo "configure:6828: checking for working mmap" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -6828,7 +6832,7 @@ else
|
|||||||
ac_cv_func_mmap_fixed_mapped=no
|
ac_cv_func_mmap_fixed_mapped=no
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 6832 "configure"
|
#line 6836 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
/* Thanks to Mike Haertel and Jim Avera for this test.
|
/* Thanks to Mike Haertel and Jim Avera for this test.
|
||||||
@ -6968,7 +6972,7 @@ main()
|
|||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:6972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:6976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
ac_cv_func_mmap_fixed_mapped=yes
|
ac_cv_func_mmap_fixed_mapped=yes
|
||||||
else
|
else
|
||||||
@ -6993,12 +6997,12 @@ fi
|
|||||||
for ac_func in madvise mprotect
|
for ac_func in madvise mprotect
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:6997: checking for $ac_func" >&5
|
echo "configure:7001: checking for $ac_func" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 7002 "configure"
|
#line 7006 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
@ -7021,7 +7025,7 @@ $ac_func();
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:7025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:7029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
|
@ -181,6 +181,10 @@ if test "${target}" = "${host}"; then
|
|||||||
hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
|
hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
|
||||||
hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
|
hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
|
||||||
COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
|
COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
|
||||||
|
hppa*-*-netbsd* | hppa*-*-openbsd*)
|
||||||
|
COREFILE=netbsd-core.lo
|
||||||
|
;;
|
||||||
|
|
||||||
i370-*-*)
|
i370-*-*)
|
||||||
COREFILE=trad-core.lo
|
COREFILE=trad-core.lo
|
||||||
TRAD_HEADER='"hosts/i370linux.h"'
|
TRAD_HEADER='"hosts/i370linux.h"'
|
||||||
|
Reference in New Issue
Block a user