Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493648 | Differences between
and this patch

Collapse All | Expand All

(-)newlib-2.0.0.orig/newlib/acconfig.h (+3 lines)
Lines 52-57 Link Here
52
/* Define if the platform supports long double type.  */
52
/* Define if the platform supports long double type.  */
53
#undef  _HAVE_LONG_DOUBLE
53
#undef  _HAVE_LONG_DOUBLE
54
54
55
/* Define if compiler supports -fno-tree-loop-distribute-patterns. */
56
#undef  _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
57
55
/* Define if the platform long double type is equal to double.  */
58
/* Define if the platform long double type is equal to double.  */
56
#undef  _LDBL_EQ_DBL
59
#undef  _LDBL_EQ_DBL
57
60
(-)newlib-2.0.0.orig/newlib/configure (-141 / +186 lines)
Lines 1-11 Link Here
1
#! /bin/sh
1
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.68 for newlib 2.0.0.
3
# Generated by GNU Autoconf 2.69 for newlib 2.0.0.
4
#
4
#
5
#
5
#
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8
# Foundation, Inc.
9
#
7
#
10
#
8
#
11
# This configure script is free software; the Free Software Foundation
9
# This configure script is free software; the Free Software Foundation
Lines 134-139 Link Here
134
# CDPATH.
132
# CDPATH.
135
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
134
135
# Use a proper internal environment variable to ensure we don't fall
136
  # into an infinite loop, continuously re-executing ourselves.
137
  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138
    _as_can_reexec=no; export _as_can_reexec;
139
    # We cannot yet assume a decent shell, so we have to provide a
140
# neutralization value for shells without unset; and this also
141
# works around shells that cannot unset nonexistent variables.
142
# Preserve -v and -x to the replacement shell.
143
BASH_ENV=/dev/null
144
ENV=/dev/null
145
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146
case $- in # ((((
147
  *v*x* | *x*v* ) as_opts=-vx ;;
148
  *v* ) as_opts=-v ;;
149
  *x* ) as_opts=-x ;;
150
  * ) as_opts= ;;
151
esac
152
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153
# Admittedly, this is quite paranoid, since all the known shells bail
154
# out after a failed `exec'.
155
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156
as_fn_exit 255
157
  fi
158
  # We don't want this to propagate to other subprocesses.
159
          { _as_can_reexec=; unset _as_can_reexec;}
137
if test "x$CONFIG_SHELL" = x; then
160
if test "x$CONFIG_SHELL" = x; then
138
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
161
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
139
  emulate sh
162
  emulate sh
Lines 167-173 Link Here
167
else
190
else
168
  exitcode=1; echo positional parameters were not saved.
191
  exitcode=1; echo positional parameters were not saved.
169
fi
192
fi
170
test x\$exitcode = x0 || exit 1"
193
test x\$exitcode = x0 || exit 1
194
test -x / || exit 1"
171
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
195
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
172
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
196
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
173
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
197
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
Lines 220-240 Link Here
220
244
221
245
222
      if test "x$CONFIG_SHELL" != x; then :
246
      if test "x$CONFIG_SHELL" != x; then :
223
  # We cannot yet assume a decent shell, so we have to provide a
247
  export CONFIG_SHELL
224
	# neutralization value for shells without unset; and this also
248
             # We cannot yet assume a decent shell, so we have to provide a
225
	# works around shells that cannot unset nonexistent variables.
249
# neutralization value for shells without unset; and this also
226
	# Preserve -v and -x to the replacement shell.
250
# works around shells that cannot unset nonexistent variables.
227
	BASH_ENV=/dev/null
251
# Preserve -v and -x to the replacement shell.
228
	ENV=/dev/null
252
BASH_ENV=/dev/null
229
	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
253
ENV=/dev/null
230
	export CONFIG_SHELL
254
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
231
	case $- in # ((((
255
case $- in # ((((
232
	  *v*x* | *x*v* ) as_opts=-vx ;;
256
  *v*x* | *x*v* ) as_opts=-vx ;;
233
	  *v* ) as_opts=-v ;;
257
  *v* ) as_opts=-v ;;
234
	  *x* ) as_opts=-x ;;
258
  *x* ) as_opts=-x ;;
235
	  * ) as_opts= ;;
259
  * ) as_opts= ;;
236
	esac
260
esac
237
	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
261
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262
# Admittedly, this is quite paranoid, since all the known shells bail
263
# out after a failed `exec'.
264
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265
exit 255
238
fi
266
fi
239
267
240
    if test x$as_have_required = xno; then :
268
    if test x$as_have_required = xno; then :
Lines 336-341 Link Here
336
364
337
365
338
} # as_fn_mkdir_p
366
} # as_fn_mkdir_p
367
368
# as_fn_executable_p FILE
369
# -----------------------
370
# Test if FILE is an executable regular file.
371
as_fn_executable_p ()
372
{
373
  test -f "$1" && test -x "$1"
374
} # as_fn_executable_p
339
# as_fn_append VAR VALUE
375
# as_fn_append VAR VALUE
340
# ----------------------
376
# ----------------------
341
# Append the text in VALUE to the end of the definition contained in VAR. Take
377
# Append the text in VALUE to the end of the definition contained in VAR. Take
Lines 457-462 Link Here
457
  chmod +x "$as_me.lineno" ||
493
  chmod +x "$as_me.lineno" ||
458
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
494
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
459
495
496
  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497
  # already done that, so ensure we don't try to do so again and fall
498
  # in an infinite loop.  This has already happened in practice.
499
  _as_can_reexec=no; export _as_can_reexec
460
  # Don't try to exec as it changes $[0], causing all sort of problems
500
  # Don't try to exec as it changes $[0], causing all sort of problems
461
  # (the dirname of $[0] is not the place where we might find the
501
  # (the dirname of $[0] is not the place where we might find the
462
  # original and so on.  Autoconf is especially sensitive to this).
502
  # original and so on.  Autoconf is especially sensitive to this).
Lines 491-506 Link Here
491
    # ... but there are two gotchas:
531
    # ... but there are two gotchas:
492
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
532
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
493
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
533
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
494
    # In both cases, we have to default to `cp -p'.
534
    # In both cases, we have to default to `cp -pR'.
495
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
535
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
496
      as_ln_s='cp -p'
536
      as_ln_s='cp -pR'
497
  elif ln conf$$.file conf$$ 2>/dev/null; then
537
  elif ln conf$$.file conf$$ 2>/dev/null; then
498
    as_ln_s=ln
538
    as_ln_s=ln
499
  else
539
  else
500
    as_ln_s='cp -p'
540
    as_ln_s='cp -pR'
501
  fi
541
  fi
502
else
542
else
503
  as_ln_s='cp -p'
543
  as_ln_s='cp -pR'
504
fi
544
fi
505
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
545
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
506
rmdir conf$$.dir 2>/dev/null
546
rmdir conf$$.dir 2>/dev/null
Lines 512-539 Link Here
512
  as_mkdir_p=false
552
  as_mkdir_p=false
513
fi
553
fi
514
554
515
if test -x / >/dev/null 2>&1; then
555
as_test_x='test -x'
516
  as_test_x='test -x'
556
as_executable_p=as_fn_executable_p
517
else
518
  if ls -dL / >/dev/null 2>&1; then
519
    as_ls_L_option=L
520
  else
521
    as_ls_L_option=
522
  fi
523
  as_test_x='
524
    eval sh -c '\''
525
      if test -d "$1"; then
526
	test -d "$1/.";
527
      else
528
	case $1 in #(
529
	-*)set "./$1";;
530
	esac;
531
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
532
	???[sx]*):;;*)false;;esac;fi
533
    '\'' sh
534
  '
535
fi
536
as_executable_p=$as_test_x
537
557
538
# Sed expression to map a string onto a valid CPP name.
558
# Sed expression to map a string onto a valid CPP name.
539
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
559
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Lines 616-621 Link Here
616
LIBOBJS
636
LIBOBJS
617
HAVE_LONG_DOUBLE_FALSE
637
HAVE_LONG_DOUBLE_FALSE
618
HAVE_LONG_DOUBLE_TRUE
638
HAVE_LONG_DOUBLE_TRUE
639
libc_cv_cc_loop_to_function
619
libc_cv_initfinit_array
640
libc_cv_initfinit_array
620
CC_FOR_BUILD
641
CC_FOR_BUILD
621
STDIO64_OBJECTLIST
642
STDIO64_OBJECTLIST
Lines 1275-1282 Link Here
1275
if test "x$host_alias" != x; then
1296
if test "x$host_alias" != x; then
1276
  if test "x$build_alias" = x; then
1297
  if test "x$build_alias" = x; then
1277
    cross_compiling=maybe
1298
    cross_compiling=maybe
1278
    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1279
    If a cross compiler is detected then cross compile mode will be used" >&2
1280
  elif test "x$build_alias" != "x$host_alias"; then
1299
  elif test "x$build_alias" != "x$host_alias"; then
1281
    cross_compiling=yes
1300
    cross_compiling=yes
1282
  fi
1301
  fi
Lines 1556-1564 Link Here
1556
if $ac_init_version; then
1575
if $ac_init_version; then
1557
  cat <<\_ACEOF
1576
  cat <<\_ACEOF
1558
newlib configure 2.0.0
1577
newlib configure 2.0.0
1559
generated by GNU Autoconf 2.68
1578
generated by GNU Autoconf 2.69
1560
1579
1561
Copyright (C) 2010 Free Software Foundation, Inc.
1580
Copyright (C) 2012 Free Software Foundation, Inc.
1562
This configure script is free software; the Free Software Foundation
1581
This configure script is free software; the Free Software Foundation
1563
gives unlimited permission to copy, distribute and modify it.
1582
gives unlimited permission to copy, distribute and modify it.
1564
_ACEOF
1583
_ACEOF
Lines 1634-1640 Link Here
1634
	 test ! -s conftest.err
1653
	 test ! -s conftest.err
1635
       } && test -s conftest$ac_exeext && {
1654
       } && test -s conftest$ac_exeext && {
1636
	 test "$cross_compiling" = yes ||
1655
	 test "$cross_compiling" = yes ||
1637
	 $as_test_x conftest$ac_exeext
1656
	 test -x conftest$ac_exeext
1638
       }; then :
1657
       }; then :
1639
  ac_retval=0
1658
  ac_retval=0
1640
else
1659
else
Lines 1834-1840 Link Here
1834
running configure, to aid debugging if configure makes a mistake.
1853
running configure, to aid debugging if configure makes a mistake.
1835
1854
1836
It was created by newlib $as_me 2.0.0, which was
1855
It was created by newlib $as_me 2.0.0, which was
1837
generated by GNU Autoconf 2.68.  Invocation command line was
1856
generated by GNU Autoconf 2.69.  Invocation command line was
1838
1857
1839
  $ $0 $@
1858
  $ $0 $@
1840
1859
Lines 2462-2468 Link Here
2462
    # by default.
2481
    # by default.
2463
    for ac_prog in ginstall scoinst install; do
2482
    for ac_prog in ginstall scoinst install; do
2464
      for ac_exec_ext in '' $ac_executable_extensions; do
2483
      for ac_exec_ext in '' $ac_executable_extensions; do
2465
	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2484
	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2466
	  if test $ac_prog = install &&
2485
	  if test $ac_prog = install &&
2467
	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2486
	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2468
	    # AIX install.  It has an incompatible calling convention.
2487
	    # AIX install.  It has an incompatible calling convention.
Lines 2631-2637 Link Here
2631
  IFS=$as_save_IFS
2650
  IFS=$as_save_IFS
2632
  test -z "$as_dir" && as_dir=.
2651
  test -z "$as_dir" && as_dir=.
2633
    for ac_exec_ext in '' $ac_executable_extensions; do
2652
    for ac_exec_ext in '' $ac_executable_extensions; do
2634
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2653
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2635
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2654
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2636
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2655
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2637
    break 2
2656
    break 2
Lines 2671-2677 Link Here
2671
  IFS=$as_save_IFS
2690
  IFS=$as_save_IFS
2672
  test -z "$as_dir" && as_dir=.
2691
  test -z "$as_dir" && as_dir=.
2673
    for ac_exec_ext in '' $ac_executable_extensions; do
2692
    for ac_exec_ext in '' $ac_executable_extensions; do
2674
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2693
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2675
    ac_cv_prog_ac_ct_STRIP="strip"
2694
    ac_cv_prog_ac_ct_STRIP="strip"
2676
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2695
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2677
    break 2
2696
    break 2
Lines 2722-2728 Link Here
2722
  test -z "$as_dir" && as_dir=.
2741
  test -z "$as_dir" && as_dir=.
2723
    for ac_prog in mkdir gmkdir; do
2742
    for ac_prog in mkdir gmkdir; do
2724
	 for ac_exec_ext in '' $ac_executable_extensions; do
2743
	 for ac_exec_ext in '' $ac_executable_extensions; do
2725
	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2744
	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2726
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2745
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2727
	     'mkdir (GNU coreutils) '* | \
2746
	     'mkdir (GNU coreutils) '* | \
2728
	     'mkdir (coreutils) '* | \
2747
	     'mkdir (coreutils) '* | \
Lines 2775-2781 Link Here
2775
  IFS=$as_save_IFS
2794
  IFS=$as_save_IFS
2776
  test -z "$as_dir" && as_dir=.
2795
  test -z "$as_dir" && as_dir=.
2777
    for ac_exec_ext in '' $ac_executable_extensions; do
2796
    for ac_exec_ext in '' $ac_executable_extensions; do
2778
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2797
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2779
    ac_cv_prog_AWK="$ac_prog"
2798
    ac_cv_prog_AWK="$ac_prog"
2780
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2799
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2781
    break 2
2800
    break 2
Lines 3103-3109 Link Here
3103
  IFS=$as_save_IFS
3122
  IFS=$as_save_IFS
3104
  test -z "$as_dir" && as_dir=.
3123
  test -z "$as_dir" && as_dir=.
3105
    for ac_exec_ext in '' $ac_executable_extensions; do
3124
    for ac_exec_ext in '' $ac_executable_extensions; do
3106
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3125
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3107
    ac_cv_prog_CC="gcc"
3126
    ac_cv_prog_CC="gcc"
3108
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3127
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3109
    break 2
3128
    break 2
Lines 3271-3277 Link Here
3271
  IFS=$as_save_IFS
3290
  IFS=$as_save_IFS
3272
  test -z "$as_dir" && as_dir=.
3291
  test -z "$as_dir" && as_dir=.
3273
    for ac_exec_ext in '' $ac_executable_extensions; do
3292
    for ac_exec_ext in '' $ac_executable_extensions; do
3274
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3293
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3275
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3294
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3276
       ac_prog_rejected=yes
3295
       ac_prog_rejected=yes
3277
       continue
3296
       continue
Lines 3449-3455 Link Here
3449
  IFS=$as_save_IFS
3468
  IFS=$as_save_IFS
3450
  test -z "$as_dir" && as_dir=.
3469
  test -z "$as_dir" && as_dir=.
3451
    for ac_exec_ext in '' $ac_executable_extensions; do
3470
    for ac_exec_ext in '' $ac_executable_extensions; do
3452
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3471
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3453
    ac_cv_prog_AS="${ac_tool_prefix}as"
3472
    ac_cv_prog_AS="${ac_tool_prefix}as"
3454
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3473
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3455
    break 2
3474
    break 2
Lines 3489-3495 Link Here
3489
  IFS=$as_save_IFS
3508
  IFS=$as_save_IFS
3490
  test -z "$as_dir" && as_dir=.
3509
  test -z "$as_dir" && as_dir=.
3491
    for ac_exec_ext in '' $ac_executable_extensions; do
3510
    for ac_exec_ext in '' $ac_executable_extensions; do
3492
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3511
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3493
    ac_cv_prog_ac_ct_AS="as"
3512
    ac_cv_prog_ac_ct_AS="as"
3494
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3513
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3495
    break 2
3514
    break 2
Lines 3541-3547 Link Here
3541
  IFS=$as_save_IFS
3560
  IFS=$as_save_IFS
3542
  test -z "$as_dir" && as_dir=.
3561
  test -z "$as_dir" && as_dir=.
3543
    for ac_exec_ext in '' $ac_executable_extensions; do
3562
    for ac_exec_ext in '' $ac_executable_extensions; do
3544
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3563
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3545
    ac_cv_prog_AR="${ac_tool_prefix}ar"
3564
    ac_cv_prog_AR="${ac_tool_prefix}ar"
3546
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3565
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3547
    break 2
3566
    break 2
Lines 3581-3587 Link Here
3581
  IFS=$as_save_IFS
3600
  IFS=$as_save_IFS
3582
  test -z "$as_dir" && as_dir=.
3601
  test -z "$as_dir" && as_dir=.
3583
    for ac_exec_ext in '' $ac_executable_extensions; do
3602
    for ac_exec_ext in '' $ac_executable_extensions; do
3584
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3603
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3585
    ac_cv_prog_ac_ct_AR="ar"
3604
    ac_cv_prog_ac_ct_AR="ar"
3586
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3605
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3587
    break 2
3606
    break 2
Lines 3633-3639 Link Here
3633
  IFS=$as_save_IFS
3652
  IFS=$as_save_IFS
3634
  test -z "$as_dir" && as_dir=.
3653
  test -z "$as_dir" && as_dir=.
3635
    for ac_exec_ext in '' $ac_executable_extensions; do
3654
    for ac_exec_ext in '' $ac_executable_extensions; do
3636
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3655
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3637
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3656
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3638
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3657
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3639
    break 2
3658
    break 2
Lines 3673-3679 Link Here
3673
  IFS=$as_save_IFS
3692
  IFS=$as_save_IFS
3674
  test -z "$as_dir" && as_dir=.
3693
  test -z "$as_dir" && as_dir=.
3675
    for ac_exec_ext in '' $ac_executable_extensions; do
3694
    for ac_exec_ext in '' $ac_executable_extensions; do
3676
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3695
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3677
    ac_cv_prog_ac_ct_RANLIB="ranlib"
3696
    ac_cv_prog_ac_ct_RANLIB="ranlib"
3678
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3697
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3679
    break 2
3698
    break 2
Lines 3725-3731 Link Here
3725
  IFS=$as_save_IFS
3744
  IFS=$as_save_IFS
3726
  test -z "$as_dir" && as_dir=.
3745
  test -z "$as_dir" && as_dir=.
3727
    for ac_exec_ext in '' $ac_executable_extensions; do
3746
    for ac_exec_ext in '' $ac_executable_extensions; do
3728
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3747
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3729
    ac_cv_prog_READELF="${ac_tool_prefix}readelf"
3748
    ac_cv_prog_READELF="${ac_tool_prefix}readelf"
3730
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3749
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3731
    break 2
3750
    break 2
Lines 3765-3771 Link Here
3765
  IFS=$as_save_IFS
3784
  IFS=$as_save_IFS
3766
  test -z "$as_dir" && as_dir=.
3785
  test -z "$as_dir" && as_dir=.
3767
    for ac_exec_ext in '' $ac_executable_extensions; do
3786
    for ac_exec_ext in '' $ac_executable_extensions; do
3768
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3787
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3769
    ac_cv_prog_ac_ct_READELF="readelf"
3788
    ac_cv_prog_ac_ct_READELF="readelf"
3770
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3789
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3771
    break 2
3790
    break 2
Lines 3948-3954 Link Here
3948
    for ac_prog in sed gsed; do
3967
    for ac_prog in sed gsed; do
3949
    for ac_exec_ext in '' $ac_executable_extensions; do
3968
    for ac_exec_ext in '' $ac_executable_extensions; do
3950
      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3969
      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3951
      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3970
      as_fn_executable_p "$ac_path_SED" || continue
3952
# Check for GNU ac_path_SED and select it if it is found.
3971
# Check for GNU ac_path_SED and select it if it is found.
3953
  # Check for GNU $ac_path_SED
3972
  # Check for GNU $ac_path_SED
3954
case `"$ac_path_SED" --version 2>&1` in
3973
case `"$ac_path_SED" --version 2>&1` in
Lines 4078-4084 Link Here
4078
  IFS=$as_save_IFS
4097
  IFS=$as_save_IFS
4079
  test -z "$as_dir" && as_dir=.
4098
  test -z "$as_dir" && as_dir=.
4080
    for ac_exec_ext in '' $ac_executable_extensions; do
4099
    for ac_exec_ext in '' $ac_executable_extensions; do
4081
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4100
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4082
    ac_cv_prog_AWK="$ac_prog"
4101
    ac_cv_prog_AWK="$ac_prog"
4083
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4102
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4084
    break 2
4103
    break 2
Lines 4124-4130 Link Here
4124
  IFS=$as_save_IFS
4143
  IFS=$as_save_IFS
4125
  test -z "$as_dir" && as_dir=.
4144
  test -z "$as_dir" && as_dir=.
4126
    for ac_exec_ext in '' $ac_executable_extensions; do
4145
    for ac_exec_ext in '' $ac_executable_extensions; do
4127
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4146
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4128
    ac_cv_prog_AS="${ac_tool_prefix}as"
4147
    ac_cv_prog_AS="${ac_tool_prefix}as"
4129
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4148
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4130
    break 2
4149
    break 2
Lines 4164-4170 Link Here
4164
  IFS=$as_save_IFS
4183
  IFS=$as_save_IFS
4165
  test -z "$as_dir" && as_dir=.
4184
  test -z "$as_dir" && as_dir=.
4166
    for ac_exec_ext in '' $ac_executable_extensions; do
4185
    for ac_exec_ext in '' $ac_executable_extensions; do
4167
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4186
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4168
    ac_cv_prog_ac_ct_AS="as"
4187
    ac_cv_prog_ac_ct_AS="as"
4169
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4188
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4170
    break 2
4189
    break 2
Lines 4216-4222 Link Here
4216
  IFS=$as_save_IFS
4235
  IFS=$as_save_IFS
4217
  test -z "$as_dir" && as_dir=.
4236
  test -z "$as_dir" && as_dir=.
4218
    for ac_exec_ext in '' $ac_executable_extensions; do
4237
    for ac_exec_ext in '' $ac_executable_extensions; do
4219
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4238
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4220
    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
4239
    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
4221
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4240
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4222
    break 2
4241
    break 2
Lines 4256-4262 Link Here
4256
  IFS=$as_save_IFS
4275
  IFS=$as_save_IFS
4257
  test -z "$as_dir" && as_dir=.
4276
  test -z "$as_dir" && as_dir=.
4258
    for ac_exec_ext in '' $ac_executable_extensions; do
4277
    for ac_exec_ext in '' $ac_executable_extensions; do
4259
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4260
    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
4279
    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
4261
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4280
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4262
    break 2
4281
    break 2
Lines 4308-4314 Link Here
4308
  IFS=$as_save_IFS
4327
  IFS=$as_save_IFS
4309
  test -z "$as_dir" && as_dir=.
4328
  test -z "$as_dir" && as_dir=.
4310
    for ac_exec_ext in '' $ac_executable_extensions; do
4329
    for ac_exec_ext in '' $ac_executable_extensions; do
4311
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4330
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4312
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4331
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4313
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4332
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4314
    break 2
4333
    break 2
Lines 4348-4354 Link Here
4348
  IFS=$as_save_IFS
4367
  IFS=$as_save_IFS
4349
  test -z "$as_dir" && as_dir=.
4368
  test -z "$as_dir" && as_dir=.
4350
    for ac_exec_ext in '' $ac_executable_extensions; do
4369
    for ac_exec_ext in '' $ac_executable_extensions; do
4351
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4370
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4352
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
4371
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
4353
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4372
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4354
    break 2
4373
    break 2
Lines 4470-4476 Link Here
4470
  IFS=$as_save_IFS
4489
  IFS=$as_save_IFS
4471
  test -z "$as_dir" && as_dir=.
4490
  test -z "$as_dir" && as_dir=.
4472
    for ac_exec_ext in '' $ac_executable_extensions; do
4491
    for ac_exec_ext in '' $ac_executable_extensions; do
4473
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4492
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4474
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
4493
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
4475
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4494
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4476
    break 2
4495
    break 2
Lines 4510-4516 Link Here
4510
  IFS=$as_save_IFS
4529
  IFS=$as_save_IFS
4511
  test -z "$as_dir" && as_dir=.
4530
  test -z "$as_dir" && as_dir=.
4512
    for ac_exec_ext in '' $ac_executable_extensions; do
4531
    for ac_exec_ext in '' $ac_executable_extensions; do
4513
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4532
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4514
    ac_cv_prog_ac_ct_CC="gcc"
4533
    ac_cv_prog_ac_ct_CC="gcc"
4515
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4534
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4516
    break 2
4535
    break 2
Lines 4563-4569 Link Here
4563
  IFS=$as_save_IFS
4582
  IFS=$as_save_IFS
4564
  test -z "$as_dir" && as_dir=.
4583
  test -z "$as_dir" && as_dir=.
4565
    for ac_exec_ext in '' $ac_executable_extensions; do
4584
    for ac_exec_ext in '' $ac_executable_extensions; do
4566
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4585
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4567
    ac_cv_prog_CC="${ac_tool_prefix}cc"
4586
    ac_cv_prog_CC="${ac_tool_prefix}cc"
4568
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4587
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4569
    break 2
4588
    break 2
Lines 4604-4610 Link Here
4604
  IFS=$as_save_IFS
4623
  IFS=$as_save_IFS
4605
  test -z "$as_dir" && as_dir=.
4624
  test -z "$as_dir" && as_dir=.
4606
    for ac_exec_ext in '' $ac_executable_extensions; do
4625
    for ac_exec_ext in '' $ac_executable_extensions; do
4607
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4626
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4608
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4627
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4609
       ac_prog_rejected=yes
4628
       ac_prog_rejected=yes
4610
       continue
4629
       continue
Lines 4662-4668 Link Here
4662
  IFS=$as_save_IFS
4681
  IFS=$as_save_IFS
4663
  test -z "$as_dir" && as_dir=.
4682
  test -z "$as_dir" && as_dir=.
4664
    for ac_exec_ext in '' $ac_executable_extensions; do
4683
    for ac_exec_ext in '' $ac_executable_extensions; do
4665
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4684
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4666
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4685
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4667
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4686
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4668
    break 2
4687
    break 2
Lines 4706-4712 Link Here
4706
  IFS=$as_save_IFS
4725
  IFS=$as_save_IFS
4707
  test -z "$as_dir" && as_dir=.
4726
  test -z "$as_dir" && as_dir=.
4708
    for ac_exec_ext in '' $ac_executable_extensions; do
4727
    for ac_exec_ext in '' $ac_executable_extensions; do
4709
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4728
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4710
    ac_cv_prog_ac_ct_CC="$ac_prog"
4729
    ac_cv_prog_ac_ct_CC="$ac_prog"
4711
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4730
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4712
    break 2
4731
    break 2
Lines 5152-5159 Link Here
5152
/* end confdefs.h.  */
5171
/* end confdefs.h.  */
5153
#include <stdarg.h>
5172
#include <stdarg.h>
5154
#include <stdio.h>
5173
#include <stdio.h>
5155
#include <sys/types.h>
5174
struct stat;
5156
#include <sys/stat.h>
5157
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
5175
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
5158
struct buf { int x; };
5176
struct buf { int x; };
5159
FILE * (*rcsopen) (struct buf *, struct stat *, int);
5177
FILE * (*rcsopen) (struct buf *, struct stat *, int);
Lines 5382-5388 Link Here
5382
    for ac_prog in grep ggrep; do
5400
    for ac_prog in grep ggrep; do
5383
    for ac_exec_ext in '' $ac_executable_extensions; do
5401
    for ac_exec_ext in '' $ac_executable_extensions; do
5384
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5402
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5385
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5403
      as_fn_executable_p "$ac_path_GREP" || continue
5386
# Check for GNU ac_path_GREP and select it if it is found.
5404
# Check for GNU ac_path_GREP and select it if it is found.
5387
  # Check for GNU $ac_path_GREP
5405
  # Check for GNU $ac_path_GREP
5388
case `"$ac_path_GREP" --version 2>&1` in
5406
case `"$ac_path_GREP" --version 2>&1` in
Lines 5448-5454 Link Here
5448
    for ac_prog in egrep; do
5466
    for ac_prog in egrep; do
5449
    for ac_exec_ext in '' $ac_executable_extensions; do
5467
    for ac_exec_ext in '' $ac_executable_extensions; do
5450
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5468
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5451
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5469
      as_fn_executable_p "$ac_path_EGREP" || continue
5452
# Check for GNU ac_path_EGREP and select it if it is found.
5470
# Check for GNU ac_path_EGREP and select it if it is found.
5453
  # Check for GNU $ac_path_EGREP
5471
  # Check for GNU $ac_path_EGREP
5454
case `"$ac_path_EGREP" --version 2>&1` in
5472
case `"$ac_path_EGREP" --version 2>&1` in
Lines 5515-5521 Link Here
5515
    for ac_prog in fgrep; do
5533
    for ac_prog in fgrep; do
5516
    for ac_exec_ext in '' $ac_executable_extensions; do
5534
    for ac_exec_ext in '' $ac_executable_extensions; do
5517
      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5535
      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5518
      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5536
      as_fn_executable_p "$ac_path_FGREP" || continue
5519
# Check for GNU ac_path_FGREP and select it if it is found.
5537
# Check for GNU ac_path_FGREP and select it if it is found.
5520
  # Check for GNU $ac_path_FGREP
5538
  # Check for GNU $ac_path_FGREP
5521
case `"$ac_path_FGREP" --version 2>&1` in
5539
case `"$ac_path_FGREP" --version 2>&1` in
Lines 5771-5777 Link Here
5771
  IFS=$as_save_IFS
5789
  IFS=$as_save_IFS
5772
  test -z "$as_dir" && as_dir=.
5790
  test -z "$as_dir" && as_dir=.
5773
    for ac_exec_ext in '' $ac_executable_extensions; do
5791
    for ac_exec_ext in '' $ac_executable_extensions; do
5774
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5792
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5775
    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5793
    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5776
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5794
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5777
    break 2
5795
    break 2
Lines 5815-5821 Link Here
5815
  IFS=$as_save_IFS
5833
  IFS=$as_save_IFS
5816
  test -z "$as_dir" && as_dir=.
5834
  test -z "$as_dir" && as_dir=.
5817
    for ac_exec_ext in '' $ac_executable_extensions; do
5835
    for ac_exec_ext in '' $ac_executable_extensions; do
5818
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5836
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5819
    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5837
    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5820
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5838
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5821
    break 2
5839
    break 2
Lines 6155-6161 Link Here
6155
  IFS=$as_save_IFS
6173
  IFS=$as_save_IFS
6156
  test -z "$as_dir" && as_dir=.
6174
  test -z "$as_dir" && as_dir=.
6157
    for ac_exec_ext in '' $ac_executable_extensions; do
6175
    for ac_exec_ext in '' $ac_executable_extensions; do
6158
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6176
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6159
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6177
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6160
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6178
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6161
    break 2
6179
    break 2
Lines 6195-6201 Link Here
6195
  IFS=$as_save_IFS
6213
  IFS=$as_save_IFS
6196
  test -z "$as_dir" && as_dir=.
6214
  test -z "$as_dir" && as_dir=.
6197
    for ac_exec_ext in '' $ac_executable_extensions; do
6215
    for ac_exec_ext in '' $ac_executable_extensions; do
6198
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6216
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6199
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
6217
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
6200
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6218
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6201
    break 2
6219
    break 2
Lines 6472-6478 Link Here
6472
  IFS=$as_save_IFS
6490
  IFS=$as_save_IFS
6473
  test -z "$as_dir" && as_dir=.
6491
  test -z "$as_dir" && as_dir=.
6474
    for ac_exec_ext in '' $ac_executable_extensions; do
6492
    for ac_exec_ext in '' $ac_executable_extensions; do
6475
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6493
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6476
    ac_cv_prog_AR="${ac_tool_prefix}ar"
6494
    ac_cv_prog_AR="${ac_tool_prefix}ar"
6477
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6495
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6478
    break 2
6496
    break 2
Lines 6512-6518 Link Here
6512
  IFS=$as_save_IFS
6530
  IFS=$as_save_IFS
6513
  test -z "$as_dir" && as_dir=.
6531
  test -z "$as_dir" && as_dir=.
6514
    for ac_exec_ext in '' $ac_executable_extensions; do
6532
    for ac_exec_ext in '' $ac_executable_extensions; do
6515
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6533
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6516
    ac_cv_prog_ac_ct_AR="ar"
6534
    ac_cv_prog_ac_ct_AR="ar"
6517
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6535
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6518
    break 2
6536
    break 2
Lines 6577-6583 Link Here
6577
  IFS=$as_save_IFS
6595
  IFS=$as_save_IFS
6578
  test -z "$as_dir" && as_dir=.
6596
  test -z "$as_dir" && as_dir=.
6579
    for ac_exec_ext in '' $ac_executable_extensions; do
6597
    for ac_exec_ext in '' $ac_executable_extensions; do
6580
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6598
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6581
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6599
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6582
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6600
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6583
    break 2
6601
    break 2
Lines 6617-6623 Link Here
6617
  IFS=$as_save_IFS
6635
  IFS=$as_save_IFS
6618
  test -z "$as_dir" && as_dir=.
6636
  test -z "$as_dir" && as_dir=.
6619
    for ac_exec_ext in '' $ac_executable_extensions; do
6637
    for ac_exec_ext in '' $ac_executable_extensions; do
6620
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6638
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6621
    ac_cv_prog_ac_ct_STRIP="strip"
6639
    ac_cv_prog_ac_ct_STRIP="strip"
6622
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6640
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6623
    break 2
6641
    break 2
Lines 6676-6682 Link Here
6676
  IFS=$as_save_IFS
6694
  IFS=$as_save_IFS
6677
  test -z "$as_dir" && as_dir=.
6695
  test -z "$as_dir" && as_dir=.
6678
    for ac_exec_ext in '' $ac_executable_extensions; do
6696
    for ac_exec_ext in '' $ac_executable_extensions; do
6679
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6697
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6680
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6698
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6681
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6699
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6682
    break 2
6700
    break 2
Lines 6716-6722 Link Here
6716
  IFS=$as_save_IFS
6734
  IFS=$as_save_IFS
6717
  test -z "$as_dir" && as_dir=.
6735
  test -z "$as_dir" && as_dir=.
6718
    for ac_exec_ext in '' $ac_executable_extensions; do
6736
    for ac_exec_ext in '' $ac_executable_extensions; do
6719
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6737
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6720
    ac_cv_prog_ac_ct_RANLIB="ranlib"
6738
    ac_cv_prog_ac_ct_RANLIB="ranlib"
6721
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6739
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6722
    break 2
6740
    break 2
Lines 7146-7152 Link Here
7146
  rm -rf conftest*
7164
  rm -rf conftest*
7147
  ;;
7165
  ;;
7148
7166
7149
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7167
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7150
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7168
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7151
  # Find out which ABI we are using.
7169
  # Find out which ABI we are using.
7152
  echo 'int i;' > conftest.$ac_ext
7170
  echo 'int i;' > conftest.$ac_ext
Lines 7171-7177 Link Here
7171
		;;
7189
		;;
7172
	    esac
7190
	    esac
7173
	    ;;
7191
	    ;;
7174
	  ppc64-*linux*|powerpc64-*linux*)
7192
	  powerpc64le-*linux*)
7193
	    LD="${LD-ld} -m elf32lppclinux"
7194
	    ;;
7195
	  powerpc64-*linux*)
7175
	    LD="${LD-ld} -m elf32ppclinux"
7196
	    LD="${LD-ld} -m elf32ppclinux"
7176
	    ;;
7197
	    ;;
7177
	  s390x-*linux*)
7198
	  s390x-*linux*)
Lines 7190-7196 Link Here
7190
	  x86_64-*linux*)
7211
	  x86_64-*linux*)
7191
	    LD="${LD-ld} -m elf_x86_64"
7212
	    LD="${LD-ld} -m elf_x86_64"
7192
	    ;;
7213
	    ;;
7193
	  ppc*-*linux*|powerpc*-*linux*)
7214
	  powerpcle-*linux*)
7215
	    LD="${LD-ld} -m elf64lppc"
7216
	    ;;
7217
	  powerpc-*linux*)
7194
	    LD="${LD-ld} -m elf64ppc"
7218
	    LD="${LD-ld} -m elf64ppc"
7195
	    ;;
7219
	    ;;
7196
	  s390*-*linux*|s390*-*tpf*)
7220
	  s390*-*linux*|s390*-*tpf*)
Lines 7300-7306 Link Here
7300
  IFS=$as_save_IFS
7324
  IFS=$as_save_IFS
7301
  test -z "$as_dir" && as_dir=.
7325
  test -z "$as_dir" && as_dir=.
7302
    for ac_exec_ext in '' $ac_executable_extensions; do
7326
    for ac_exec_ext in '' $ac_executable_extensions; do
7303
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7327
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7304
    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7328
    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7305
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7329
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7306
    break 2
7330
    break 2
Lines 7340-7346 Link Here
7340
  IFS=$as_save_IFS
7364
  IFS=$as_save_IFS
7341
  test -z "$as_dir" && as_dir=.
7365
  test -z "$as_dir" && as_dir=.
7342
    for ac_exec_ext in '' $ac_executable_extensions; do
7366
    for ac_exec_ext in '' $ac_executable_extensions; do
7343
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7367
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7344
    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7368
    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7345
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7369
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7346
    break 2
7370
    break 2
Lines 7392-7398 Link Here
7392
  IFS=$as_save_IFS
7416
  IFS=$as_save_IFS
7393
  test -z "$as_dir" && as_dir=.
7417
  test -z "$as_dir" && as_dir=.
7394
    for ac_exec_ext in '' $ac_executable_extensions; do
7418
    for ac_exec_ext in '' $ac_executable_extensions; do
7395
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7419
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7396
    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7420
    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7397
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7421
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7398
    break 2
7422
    break 2
Lines 7432-7438 Link Here
7432
  IFS=$as_save_IFS
7456
  IFS=$as_save_IFS
7433
  test -z "$as_dir" && as_dir=.
7457
  test -z "$as_dir" && as_dir=.
7434
    for ac_exec_ext in '' $ac_executable_extensions; do
7458
    for ac_exec_ext in '' $ac_executable_extensions; do
7435
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7459
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7436
    ac_cv_prog_ac_ct_NMEDIT="nmedit"
7460
    ac_cv_prog_ac_ct_NMEDIT="nmedit"
7437
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7461
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7438
    break 2
7462
    break 2
Lines 7484-7490 Link Here
7484
  IFS=$as_save_IFS
7508
  IFS=$as_save_IFS
7485
  test -z "$as_dir" && as_dir=.
7509
  test -z "$as_dir" && as_dir=.
7486
    for ac_exec_ext in '' $ac_executable_extensions; do
7510
    for ac_exec_ext in '' $ac_executable_extensions; do
7487
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7511
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7488
    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7512
    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7489
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7513
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7490
    break 2
7514
    break 2
Lines 7524-7530 Link Here
7524
  IFS=$as_save_IFS
7548
  IFS=$as_save_IFS
7525
  test -z "$as_dir" && as_dir=.
7549
  test -z "$as_dir" && as_dir=.
7526
    for ac_exec_ext in '' $ac_executable_extensions; do
7550
    for ac_exec_ext in '' $ac_executable_extensions; do
7527
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7551
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7528
    ac_cv_prog_ac_ct_LIPO="lipo"
7552
    ac_cv_prog_ac_ct_LIPO="lipo"
7529
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7553
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7530
    break 2
7554
    break 2
Lines 7576-7582 Link Here
7576
  IFS=$as_save_IFS
7600
  IFS=$as_save_IFS
7577
  test -z "$as_dir" && as_dir=.
7601
  test -z "$as_dir" && as_dir=.
7578
    for ac_exec_ext in '' $ac_executable_extensions; do
7602
    for ac_exec_ext in '' $ac_executable_extensions; do
7579
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7603
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7580
    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7604
    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7581
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7605
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7582
    break 2
7606
    break 2
Lines 7616-7622 Link Here
7616
  IFS=$as_save_IFS
7640
  IFS=$as_save_IFS
7617
  test -z "$as_dir" && as_dir=.
7641
  test -z "$as_dir" && as_dir=.
7618
    for ac_exec_ext in '' $ac_executable_extensions; do
7642
    for ac_exec_ext in '' $ac_executable_extensions; do
7619
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7643
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7620
    ac_cv_prog_ac_ct_OTOOL="otool"
7644
    ac_cv_prog_ac_ct_OTOOL="otool"
7621
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7645
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7622
    break 2
7646
    break 2
Lines 7668-7674 Link Here
7668
  IFS=$as_save_IFS
7692
  IFS=$as_save_IFS
7669
  test -z "$as_dir" && as_dir=.
7693
  test -z "$as_dir" && as_dir=.
7670
    for ac_exec_ext in '' $ac_executable_extensions; do
7694
    for ac_exec_ext in '' $ac_executable_extensions; do
7671
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7695
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7672
    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7696
    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7673
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7697
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7674
    break 2
7698
    break 2
Lines 7708-7714 Link Here
7708
  IFS=$as_save_IFS
7732
  IFS=$as_save_IFS
7709
  test -z "$as_dir" && as_dir=.
7733
  test -z "$as_dir" && as_dir=.
7710
    for ac_exec_ext in '' $ac_executable_extensions; do
7734
    for ac_exec_ext in '' $ac_executable_extensions; do
7711
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7735
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7712
    ac_cv_prog_ac_ct_OTOOL64="otool64"
7736
    ac_cv_prog_ac_ct_OTOOL64="otool64"
7713
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7737
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7714
    break 2
7738
    break 2
Lines 11651-11657 Link Here
11651
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11675
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11652
  lt_status=$lt_dlunknown
11676
  lt_status=$lt_dlunknown
11653
  cat > conftest.$ac_ext <<_LT_EOF
11677
  cat > conftest.$ac_ext <<_LT_EOF
11654
#line 11654 "configure"
11678
#line 11782 "configure"
11655
#include "confdefs.h"
11679
#include "confdefs.h"
11656
11680
11657
#if HAVE_DLFCN_H
11681
#if HAVE_DLFCN_H
Lines 11757-11763 Link Here
11757
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11781
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11758
  lt_status=$lt_dlunknown
11782
  lt_status=$lt_dlunknown
11759
  cat > conftest.$ac_ext <<_LT_EOF
11783
  cat > conftest.$ac_ext <<_LT_EOF
11760
#line 11760 "configure"
11784
#line 11888 "configure"
11761
#include "confdefs.h"
11785
#include "confdefs.h"
11762
11786
11763
#if HAVE_DLFCN_H
11787
#if HAVE_DLFCN_H
Lines 12346-12351 Link Here
12346
12370
12347
fi
12371
fi
12348
12372
12373
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fno-tree-loop-distribute-patterns with \
12374
__attribute__ ((__optimize__))" >&5
12375
$as_echo_n "checking if $CC accepts -fno-tree-loop-distribute-patterns with \
12376
__attribute__ ((__optimize__))... " >&6; }
12377
if ${libc_cv_cc_loop_to_function+:} false; then :
12378
  $as_echo_n "(cached) " >&6
12379
else
12380
  cat > conftest.c <<EOF
12381
void
12382
__attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
12383
foo (void) {}
12384
EOF
12385
libc_cv_cc_loop_to_function=no
12386
if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -c
12387
			    -fno-tree-loop-distribute-patterns conftest.c'
12388
  { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
12389
  (eval $ac_try) 2>&5
12390
  ac_status=$?
12391
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12392
  test $ac_status = 0; }; }
12393
then
12394
  libc_cv_cc_loop_to_function=yes
12395
fi
12396
rm -f conftest*
12397
fi
12398
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_loop_to_function" >&5
12399
$as_echo "$libc_cv_cc_loop_to_function" >&6; }
12400
if test $libc_cv_cc_loop_to_function = yes; then
12401
  $as_echo "#define _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1" >>confdefs.h
12402
12403
fi
12404
12405
12349
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether long double type exists" >&5
12406
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether long double type exists" >&5
12350
$as_echo_n "checking whether long double type exists... " >&6; }
12407
$as_echo_n "checking whether long double type exists... " >&6; }
12351
if ${acnewlib_cv_type_long_double+:} false; then :
12408
if ${acnewlib_cv_type_long_double+:} false; then :
Lines 12907-12922 Link Here
12907
    # ... but there are two gotchas:
12964
    # ... but there are two gotchas:
12908
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12965
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12909
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12966
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12910
    # In both cases, we have to default to `cp -p'.
12967
    # In both cases, we have to default to `cp -pR'.
12911
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12968
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12912
      as_ln_s='cp -p'
12969
      as_ln_s='cp -pR'
12913
  elif ln conf$$.file conf$$ 2>/dev/null; then
12970
  elif ln conf$$.file conf$$ 2>/dev/null; then
12914
    as_ln_s=ln
12971
    as_ln_s=ln
12915
  else
12972
  else
12916
    as_ln_s='cp -p'
12973
    as_ln_s='cp -pR'
12917
  fi
12974
  fi
12918
else
12975
else
12919
  as_ln_s='cp -p'
12976
  as_ln_s='cp -pR'
12920
fi
12977
fi
12921
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12978
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12922
rmdir conf$$.dir 2>/dev/null
12979
rmdir conf$$.dir 2>/dev/null
Lines 12976-13003 Link Here
12976
  as_mkdir_p=false
13033
  as_mkdir_p=false
12977
fi
13034
fi
12978
13035
12979
if test -x / >/dev/null 2>&1; then
13036
12980
  as_test_x='test -x'
13037
# as_fn_executable_p FILE
12981
else
13038
# -----------------------
12982
  if ls -dL / >/dev/null 2>&1; then
13039
# Test if FILE is an executable regular file.
12983
    as_ls_L_option=L
13040
as_fn_executable_p ()
12984
  else
13041
{
12985
    as_ls_L_option=
13042
  test -f "$1" && test -x "$1"
12986
  fi
13043
} # as_fn_executable_p
12987
  as_test_x='
13044
as_test_x='test -x'
12988
    eval sh -c '\''
13045
as_executable_p=as_fn_executable_p
12989
      if test -d "$1"; then
12990
	test -d "$1/.";
12991
      else
12992
	case $1 in #(
12993
	-*)set "./$1";;
12994
	esac;
12995
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12996
	???[sx]*):;;*)false;;esac;fi
12997
    '\'' sh
12998
  '
12999
fi
13000
as_executable_p=$as_test_x
13001
13046
13002
# Sed expression to map a string onto a valid CPP name.
13047
# Sed expression to map a string onto a valid CPP name.
13003
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13048
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Lines 13019-13025 Link Here
13019
# values after options handling.
13064
# values after options handling.
13020
ac_log="
13065
ac_log="
13021
This file was extended by newlib $as_me 2.0.0, which was
13066
This file was extended by newlib $as_me 2.0.0, which was
13022
generated by GNU Autoconf 2.68.  Invocation command line was
13067
generated by GNU Autoconf 2.69.  Invocation command line was
13023
13068
13024
  CONFIG_FILES    = $CONFIG_FILES
13069
  CONFIG_FILES    = $CONFIG_FILES
13025
  CONFIG_HEADERS  = $CONFIG_HEADERS
13070
  CONFIG_HEADERS  = $CONFIG_HEADERS
Lines 13085-13094 Link Here
13085
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13130
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13086
ac_cs_version="\\
13131
ac_cs_version="\\
13087
newlib config.status 2.0.0
13132
newlib config.status 2.0.0
13088
configured by $0, generated by GNU Autoconf 2.68,
13133
configured by $0, generated by GNU Autoconf 2.69,
13089
  with options \\"\$ac_cs_config\\"
13134
  with options \\"\$ac_cs_config\\"
13090
13135
13091
Copyright (C) 2010 Free Software Foundation, Inc.
13136
Copyright (C) 2012 Free Software Foundation, Inc.
13092
This config.status script is free software; the Free Software Foundation
13137
This config.status script is free software; the Free Software Foundation
13093
gives unlimited permission to copy, distribute and modify it."
13138
gives unlimited permission to copy, distribute and modify it."
13094
13139
Lines 13179-13185 Link Here
13179
_ACEOF
13224
_ACEOF
13180
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13225
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13181
if \$ac_cs_recheck; then
13226
if \$ac_cs_recheck; then
13182
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13227
  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13183
  shift
13228
  shift
13184
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13229
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13185
  CONFIG_SHELL='$SHELL'
13230
  CONFIG_SHELL='$SHELL'
(-)newlib-2.0.0.orig/newlib/configure.in (+19 lines)
Lines 415-420 Link Here
415
  AC_DEFINE_UNQUOTED(HAVE_INITFINI_ARRAY)
415
  AC_DEFINE_UNQUOTED(HAVE_INITFINI_ARRAY)
416
fi
416
fi
417
417
418
AC_CACHE_CHECK(if $CC accepts -fno-tree-loop-distribute-patterns with \
419
__attribute__ ((__optimize__)), libc_cv_cc_loop_to_function, [dnl
420
cat > conftest.c <<EOF
421
void
422
__attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
423
foo (void) {}
424
EOF
425
libc_cv_cc_loop_to_function=no
426
if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS -c
427
			    -fno-tree-loop-distribute-patterns conftest.c])
428
then
429
  libc_cv_cc_loop_to_function=yes
430
fi
431
rm -f conftest*])
432
if test $libc_cv_cc_loop_to_function = yes; then
433
  AC_DEFINE(_HAVE_CC_INHIBIT_LOOP_TO_LIBCALL)
434
fi
435
AC_SUBST(libc_cv_cc_loop_to_function)
436
418
dnl Autoconf 2.59 doesn't support the AC_TYPE_LONG_DOUBLE macro. Instead of:
437
dnl Autoconf 2.59 doesn't support the AC_TYPE_LONG_DOUBLE macro. Instead of:
419
dnl   AC_TYPE_LONG_DOUBLE
438
dnl   AC_TYPE_LONG_DOUBLE
420
dnl   AM_CONDITIONAL(HAVE_LONG_DOUBLE, test x"$ac_cv_type_long_double" = x"yes")
439
dnl   AM_CONDITIONAL(HAVE_LONG_DOUBLE, test x"$ac_cv_type_long_double" = x"yes")
(-)newlib-2.0.0.orig/newlib/libc/string/local.h (+15 lines)
Lines 7-9 Link Here
7
/* Defined in locale/locale.c.  Returns a value != 0 if the current
7
/* Defined in locale/locale.c.  Returns a value != 0 if the current
8
   language is assumed to use CJK fonts. */
8
   language is assumed to use CJK fonts. */
9
int __locale_cjk_lang ();
9
int __locale_cjk_lang ();
10
11
/*
12
   Taken from glibc:
13
   Add the compiler optimization to inhibit loop transformation to library
14
   calls.  This is used to avoid recursive calls in memset and memmove
15
   default implementations.
16
*/
17
#ifdef _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
18
# define __inhibit_loop_to_libcall \
19
  __attribute__ ((__optimize__ ("-fno-tree-loop-distribute-patterns")))
20
#else
21
# define __inhibit_loop_to_libcall
22
#endif
23
24
(-)newlib-2.0.0.orig/newlib/libc/string/memmove.c (+3 lines)
Lines 40-45 Link Here
40
#include <stddef.h>
40
#include <stddef.h>
41
#include <limits.h>
41
#include <limits.h>
42
42
43
#include "local.h"
44
43
/* Nonzero if either X or Y is not aligned on a "long" boundary.  */
45
/* Nonzero if either X or Y is not aligned on a "long" boundary.  */
44
#define UNALIGNED(X, Y) \
46
#define UNALIGNED(X, Y) \
45
  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
47
  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
Lines 55-60 Link Here
55
57
56
/*SUPPRESS 20*/
58
/*SUPPRESS 20*/
57
_PTR
59
_PTR
60
__inhibit_loop_to_libcall
58
_DEFUN (memmove, (dst_void, src_void, length),
61
_DEFUN (memmove, (dst_void, src_void, length),
59
	_PTR dst_void _AND
62
	_PTR dst_void _AND
60
	_CONST _PTR src_void _AND
63
	_CONST _PTR src_void _AND
(-)newlib-2.0.0.orig/newlib/libc/string/memset.c (+3 lines)
Lines 35-45 Link Here
35
35
36
#include <string.h>
36
#include <string.h>
37
37
38
#include "local.h"
39
38
#define LBLOCKSIZE (sizeof(long))
40
#define LBLOCKSIZE (sizeof(long))
39
#define UNALIGNED(X)   ((long)X & (LBLOCKSIZE - 1))
41
#define UNALIGNED(X)   ((long)X & (LBLOCKSIZE - 1))
40
#define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
42
#define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
41
43
42
_PTR
44
_PTR
45
__inhibit_loop_to_libcall
43
_DEFUN (memset, (m, c, n),
46
_DEFUN (memset, (m, c, n),
44
	_PTR m _AND
47
	_PTR m _AND
45
	int c _AND
48
	int c _AND
(-)newlib-2.0.0.orig/newlib/newlib.hin (+3 lines)
Lines 55-60 Link Here
55
/* True if long double supported.  */
55
/* True if long double supported.  */
56
#undef  _HAVE_LONG_DOUBLE
56
#undef  _HAVE_LONG_DOUBLE
57
57
58
/* Define if compiler supports -fno-tree-loop-distribute-patterns. */
59
#undef  _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
60
58
/* True if long double supported and it is equal to double.  */
61
/* True if long double supported and it is equal to double.  */
59
#undef  _LDBL_EQ_DBL
62
#undef  _LDBL_EQ_DBL
60
63

Return to bug 493648