comparison configure @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children 351920fa3827
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
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.64. 3 # Generated by GNU Autoconf 2.69.
4 # 4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5 #
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 # Foundation, Inc. 7 #
8 # 8 #
9 # This configure script is free software; the Free Software Foundation 9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it. 10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ## 11 ## -------------------- ##
12 ## M4sh Initialization. ## 12 ## M4sh Initialization. ##
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.) 86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl" 87 IFS=" "" $as_nl"
88 88
89 # Find who we are. Look in the path if we contain no directory separator. 89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
90 case $0 in #(( 91 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;; 92 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH 94 for as_dir in $PATH
94 do 95 do
129 export LANGUAGE 130 export LANGUAGE
130 131
131 # CDPATH. 132 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133 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;}
134 if test "x$CONFIG_SHELL" = x; then 160 if test "x$CONFIG_SHELL" = x; then
135 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 :
136 emulate sh 162 emulate sh
137 NULLCMD=: 163 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163 189
164 else 190 else
165 exitcode=1; echo positional parameters were not saved. 191 exitcode=1; echo positional parameters were not saved.
166 fi 192 fi
167 test x\$exitcode = x0 || exit 1" 193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
168 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
169 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
170 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'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1" 199 test \$(( 1 + 1 )) = 2 || exit 1"
207 fi; } 234 fi; }
208 IFS=$as_save_IFS 235 IFS=$as_save_IFS
209 236
210 237
211 if test "x$CONFIG_SHELL" != x; then : 238 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a 239 export CONFIG_SHELL
213 # neutralization value for shells without unset; and this also 240 # We cannot yet assume a decent shell, so we have to provide a
214 # works around shells that cannot unset nonexistent variables. 241 # neutralization value for shells without unset; and this also
215 BASH_ENV=/dev/null 242 # works around shells that cannot unset nonexistent variables.
216 ENV=/dev/null 243 # Preserve -v and -x to the replacement shell.
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 244 BASH_ENV=/dev/null
218 export CONFIG_SHELL 245 ENV=/dev/null
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 246 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247 case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252 esac
253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254 # Admittedly, this is quite paranoid, since all the known shells bail
255 # out after a failed `exec'.
256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
257 exit 255
220 fi 258 fi
221 259
222 if test x$as_have_required = xno; then : 260 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all" 261 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system." 262 $as_echo "$0: the shells that I found on your system."
312 } 350 }
313 s/.*/./; q'` 351 s/.*/./; q'`
314 test -d "$as_dir" && break 352 test -d "$as_dir" && break
315 done 353 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs" 354 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
318 356
319 357
320 } # as_fn_mkdir_p 358 } # as_fn_mkdir_p
359
360 # as_fn_executable_p FILE
361 # -----------------------
362 # Test if FILE is an executable regular file.
363 as_fn_executable_p ()
364 {
365 test -f "$1" && test -x "$1"
366 } # as_fn_executable_p
321 # as_fn_append VAR VALUE 367 # as_fn_append VAR VALUE
322 # ---------------------- 368 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take 369 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over 370 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive 371 # repeated appends, instead of the typical quadratic growth present in naive
352 as_val=`expr "$@" || test $? -eq 1` 398 as_val=`expr "$@" || test $? -eq 1`
353 } 399 }
354 fi # as_fn_arith 400 fi # as_fn_arith
355 401
356 402
357 # as_fn_error ERROR [LINENO LOG_FD] 403 # as_fn_error STATUS ERROR [LINENO LOG_FD]
358 # --------------------------------- 404 # ----------------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 405 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 406 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0. 407 # script with STATUS, using 1 if that was 0.
362 as_fn_error () 408 as_fn_error ()
363 { 409 {
364 as_status=$?; test $as_status -eq 0 && as_status=1 410 as_status=$1; test $as_status -eq 0 && as_status=1
365 if test "$3"; then 411 if test "$4"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 412 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
368 fi 414 fi
369 $as_echo "$as_me: error: $1" >&2 415 $as_echo "$as_me: error: $2" >&2
370 as_fn_exit $as_status 416 as_fn_exit $as_status
371 } # as_fn_error 417 } # as_fn_error
372 418
373 if expr a : '\(a\)' >/dev/null 2>&1 && 419 if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then 420 test "X`expr 00001 : '.*\(...\)'`" = X001; then
437 s/-\n.*// 483 s/-\n.*//
438 ' >$as_me.lineno && 484 ' >$as_me.lineno &&
439 chmod +x "$as_me.lineno" || 485 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
441 487
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec=no; export _as_can_reexec
442 # Don't try to exec as it changes $[0], causing all sort of problems 492 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the 493 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this). 494 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno" 495 . "./$as_me.lineno"
446 # Exit status is that of the last command. 496 # Exit status is that of the last command.
471 if ln -s conf$$.file conf$$ 2>/dev/null; then 521 if ln -s conf$$.file conf$$ 2>/dev/null; then
472 as_ln_s='ln -s' 522 as_ln_s='ln -s'
473 # ... but there are two gotchas: 523 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'. 526 # In both cases, we have to default to `cp -pR'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p' 528 as_ln_s='cp -pR'
479 elif ln conf$$.file conf$$ 2>/dev/null; then 529 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln 530 as_ln_s=ln
481 else 531 else
482 as_ln_s='cp -p' 532 as_ln_s='cp -pR'
483 fi 533 fi
484 else 534 else
485 as_ln_s='cp -p' 535 as_ln_s='cp -pR'
486 fi 536 fi
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null 538 rmdir conf$$.dir 2>/dev/null
489 539
490 if mkdir -p . 2>/dev/null; then 540 if mkdir -p . 2>/dev/null; then
492 else 542 else
493 test -d ./-p && rmdir ./-p 543 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false 544 as_mkdir_p=false
495 fi 545 fi
496 546
497 if test -x / >/dev/null 2>&1; then 547 as_test_x='test -x'
498 as_test_x='test -x' 548 as_executable_p=as_fn_executable_p
499 else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517 fi
518 as_executable_p=$as_test_x
519 549
520 # Sed expression to map a string onto a valid CPP name. 550 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 551 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522 552
523 # Sed expression to map a string onto a valid variable name. 553 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 554 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525 555
526 556
527 exec 7<&0 </dev/null 6>&1 557 test -n "$DJDIR" || exec 7<&0 </dev/null
558 exec 6>&1
528 559
529 # Name of the host. 560 # Name of the host.
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 561 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
531 # so uname gets run too. 562 # so uname gets run too.
532 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 563 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533 564
534 # 565 #
535 # Initializations. 566 # Initializations.
570 WINDMC_FOR_TARGET 601 WINDMC_FOR_TARGET
571 WINDRES_FOR_TARGET 602 WINDRES_FOR_TARGET
572 STRIP_FOR_TARGET 603 STRIP_FOR_TARGET
573 READELF_FOR_TARGET 604 READELF_FOR_TARGET
574 RANLIB_FOR_TARGET 605 RANLIB_FOR_TARGET
606 OTOOL_FOR_TARGET
575 OBJDUMP_FOR_TARGET 607 OBJDUMP_FOR_TARGET
576 OBJCOPY_FOR_TARGET 608 OBJCOPY_FOR_TARGET
577 NM_FOR_TARGET 609 NM_FOR_TARGET
578 LIPO_FOR_TARGET 610 LIPO_FOR_TARGET
579 LD_FOR_TARGET 611 LD_FOR_TARGET
580 DLLTOOL_FOR_TARGET 612 DLLTOOL_FOR_TARGET
581 AS_FOR_TARGET 613 AS_FOR_TARGET
582 AR_FOR_TARGET 614 AR_FOR_TARGET
615 GDC_FOR_TARGET
583 GOC_FOR_TARGET 616 GOC_FOR_TARGET
584 GFORTRAN_FOR_TARGET 617 GFORTRAN_FOR_TARGET
585 GCC_FOR_TARGET 618 GCC_FOR_TARGET
586 CXX_FOR_TARGET 619 CXX_FOR_TARGET
587 CC_FOR_TARGET 620 CC_FOR_TARGET
588 READELF 621 READELF
622 OTOOL
589 OBJDUMP 623 OBJDUMP
590 OBJCOPY 624 OBJCOPY
591 WINDMC 625 WINDMC
592 WINDRES 626 WINDRES
593 STRIP 627 STRIP
610 WINDMC_FOR_BUILD 644 WINDMC_FOR_BUILD
611 RANLIB_FOR_BUILD 645 RANLIB_FOR_BUILD
612 NM_FOR_BUILD 646 NM_FOR_BUILD
613 LD_FOR_BUILD 647 LD_FOR_BUILD
614 LDFLAGS_FOR_BUILD 648 LDFLAGS_FOR_BUILD
649 GDC_FOR_BUILD
615 GOC_FOR_BUILD 650 GOC_FOR_BUILD
616 GFORTRAN_FOR_BUILD 651 GFORTRAN_FOR_BUILD
617 DLLTOOL_FOR_BUILD 652 DLLTOOL_FOR_BUILD
618 CXX_FOR_BUILD 653 CXX_FOR_BUILD
619 CXXFLAGS_FOR_BUILD 654 CXXFLAGS_FOR_BUILD
769 with_gmp_dir 804 with_gmp_dir
770 with_gmp 805 with_gmp
771 with_gmp_include 806 with_gmp_include
772 with_gmp_lib 807 with_gmp_lib
773 with_stage1_libs 808 with_stage1_libs
809 with_static_standard_libraries
774 with_stage1_ldflags 810 with_stage1_ldflags
775 with_boot_libs 811 with_boot_libs
776 with_boot_ldflags 812 with_boot_ldflags
777 with_isl 813 with_isl
778 with_isl_include 814 with_isl_include
822 STRIP 858 STRIP
823 WINDRES 859 WINDRES
824 WINDMC 860 WINDMC
825 OBJCOPY 861 OBJCOPY
826 OBJDUMP 862 OBJDUMP
863 OTOOL
827 READELF 864 READELF
828 CC_FOR_TARGET 865 CC_FOR_TARGET
829 CXX_FOR_TARGET 866 CXX_FOR_TARGET
830 GCC_FOR_TARGET 867 GCC_FOR_TARGET
831 GFORTRAN_FOR_TARGET 868 GFORTRAN_FOR_TARGET
832 GOC_FOR_TARGET 869 GOC_FOR_TARGET
870 GDC_FOR_TARGET
833 AR_FOR_TARGET 871 AR_FOR_TARGET
834 AS_FOR_TARGET 872 AS_FOR_TARGET
835 DLLTOOL_FOR_TARGET 873 DLLTOOL_FOR_TARGET
836 LD_FOR_TARGET 874 LD_FOR_TARGET
837 LIPO_FOR_TARGET 875 LIPO_FOR_TARGET
838 NM_FOR_TARGET 876 NM_FOR_TARGET
839 OBJCOPY_FOR_TARGET 877 OBJCOPY_FOR_TARGET
840 OBJDUMP_FOR_TARGET 878 OBJDUMP_FOR_TARGET
879 OTOOL_FOR_TARGET
841 RANLIB_FOR_TARGET 880 RANLIB_FOR_TARGET
842 READELF_FOR_TARGET 881 READELF_FOR_TARGET
843 STRIP_FOR_TARGET 882 STRIP_FOR_TARGET
844 WINDRES_FOR_TARGET 883 WINDRES_FOR_TARGET
845 WINDMC_FOR_TARGET' 884 WINDMC_FOR_TARGET'
903 ac_prev= 942 ac_prev=
904 continue 943 continue
905 fi 944 fi
906 945
907 case $ac_option in 946 case $ac_option in
908 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 947 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
909 *) ac_optarg=yes ;; 948 *=) ac_optarg= ;;
949 *) ac_optarg=yes ;;
910 esac 950 esac
911 951
912 # Accept the important Cygnus configure options, so we can diagnose typos. 952 # Accept the important Cygnus configure options, so we can diagnose typos.
913 953
914 case $ac_dashdash$ac_option in 954 case $ac_dashdash$ac_option in
949 989
950 -disable-* | --disable-*) 990 -disable-* | --disable-*)
951 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 991 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
952 # Reject names that are not valid shell variable names. 992 # Reject names that are not valid shell variable names.
953 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 993 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
954 as_fn_error "invalid feature name: $ac_useropt" 994 as_fn_error $? "invalid feature name: $ac_useropt"
955 ac_useropt_orig=$ac_useropt 995 ac_useropt_orig=$ac_useropt
956 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 996 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
957 case $ac_user_opts in 997 case $ac_user_opts in
958 *" 998 *"
959 "enable_$ac_useropt" 999 "enable_$ac_useropt"
975 1015
976 -enable-* | --enable-*) 1016 -enable-* | --enable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1017 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
978 # Reject names that are not valid shell variable names. 1018 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1019 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 as_fn_error "invalid feature name: $ac_useropt" 1020 as_fn_error $? "invalid feature name: $ac_useropt"
981 ac_useropt_orig=$ac_useropt 1021 ac_useropt_orig=$ac_useropt
982 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1022 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in 1023 case $ac_user_opts in
984 *" 1024 *"
985 "enable_$ac_useropt" 1025 "enable_$ac_useropt"
1179 1219
1180 -with-* | --with-*) 1220 -with-* | --with-*)
1181 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1221 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1182 # Reject names that are not valid shell variable names. 1222 # Reject names that are not valid shell variable names.
1183 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1223 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1184 as_fn_error "invalid package name: $ac_useropt" 1224 as_fn_error $? "invalid package name: $ac_useropt"
1185 ac_useropt_orig=$ac_useropt 1225 ac_useropt_orig=$ac_useropt
1186 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1226 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1187 case $ac_user_opts in 1227 case $ac_user_opts in
1188 *" 1228 *"
1189 "with_$ac_useropt" 1229 "with_$ac_useropt"
1195 1235
1196 -without-* | --without-*) 1236 -without-* | --without-*)
1197 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1237 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1198 # Reject names that are not valid shell variable names. 1238 # Reject names that are not valid shell variable names.
1199 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1239 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1200 as_fn_error "invalid package name: $ac_useropt" 1240 as_fn_error $? "invalid package name: $ac_useropt"
1201 ac_useropt_orig=$ac_useropt 1241 ac_useropt_orig=$ac_useropt
1202 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1242 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1203 case $ac_user_opts in 1243 case $ac_user_opts in
1204 *" 1244 *"
1205 "with_$ac_useropt" 1245 "with_$ac_useropt"
1225 ac_prev=x_libraries ;; 1265 ac_prev=x_libraries ;;
1226 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1266 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1227 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1267 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1228 x_libraries=$ac_optarg ;; 1268 x_libraries=$ac_optarg ;;
1229 1269
1230 -*) as_fn_error "unrecognized option: \`$ac_option' 1270 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1231 Try \`$0 --help' for more information." 1271 Try \`$0 --help' for more information"
1232 ;; 1272 ;;
1233 1273
1234 *=*) 1274 *=*)
1235 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1275 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1236 # Reject names that are not valid shell variable names. 1276 # Reject names that are not valid shell variable names.
1237 case $ac_envvar in #( 1277 case $ac_envvar in #(
1238 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1278 '' | [0-9]* | *[!_$as_cr_alnum]* )
1239 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1279 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1240 esac 1280 esac
1241 eval $ac_envvar=\$ac_optarg 1281 eval $ac_envvar=\$ac_optarg
1242 export $ac_envvar ;; 1282 export $ac_envvar ;;
1243 1283
1244 *) 1284 *)
1245 # FIXME: should be removed in autoconf 3.0. 1285 # FIXME: should be removed in autoconf 3.0.
1246 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1286 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1247 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1287 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1248 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1288 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1249 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1289 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1250 ;; 1290 ;;
1251 1291
1252 esac 1292 esac
1253 done 1293 done
1254 1294
1255 if test -n "$ac_prev"; then 1295 if test -n "$ac_prev"; then
1256 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1296 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1257 as_fn_error "missing argument to $ac_option" 1297 as_fn_error $? "missing argument to $ac_option"
1258 fi 1298 fi
1259 1299
1260 if test -n "$ac_unrecognized_opts"; then 1300 if test -n "$ac_unrecognized_opts"; then
1261 case $enable_option_checking in 1301 case $enable_option_checking in
1262 no) ;; 1302 no) ;;
1263 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1303 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1264 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1304 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1265 esac 1305 esac
1266 fi 1306 fi
1267 1307
1268 # Check all directory arguments for consistency. 1308 # Check all directory arguments for consistency.
1281 # Be sure to have absolute directory names. 1321 # Be sure to have absolute directory names.
1282 case $ac_val in 1322 case $ac_val in
1283 [\\/$]* | ?:[\\/]* ) continue;; 1323 [\\/$]* | ?:[\\/]* ) continue;;
1284 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1324 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1285 esac 1325 esac
1286 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1326 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1287 done 1327 done
1288 1328
1289 # There might be people who depend on the old broken behavior: `$host' 1329 # There might be people who depend on the old broken behavior: `$host'
1290 # used to hold the argument of --host etc. 1330 # used to hold the argument of --host etc.
1291 # FIXME: To remove some day. 1331 # FIXME: To remove some day.
1295 1335
1296 # FIXME: To remove some day. 1336 # FIXME: To remove some day.
1297 if test "x$host_alias" != x; then 1337 if test "x$host_alias" != x; then
1298 if test "x$build_alias" = x; then 1338 if test "x$build_alias" = x; then
1299 cross_compiling=maybe 1339 cross_compiling=maybe
1300 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1301 If a cross compiler is detected then cross compile mode will be used." >&2
1302 elif test "x$build_alias" != "x$host_alias"; then 1340 elif test "x$build_alias" != "x$host_alias"; then
1303 cross_compiling=yes 1341 cross_compiling=yes
1304 fi 1342 fi
1305 fi 1343 fi
1306 1344
1311 1349
1312 1350
1313 ac_pwd=`pwd` && test -n "$ac_pwd" && 1351 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1314 ac_ls_di=`ls -di .` && 1352 ac_ls_di=`ls -di .` &&
1315 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1353 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1316 as_fn_error "working directory cannot be determined" 1354 as_fn_error $? "working directory cannot be determined"
1317 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1355 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1318 as_fn_error "pwd does not report name of working directory" 1356 as_fn_error $? "pwd does not report name of working directory"
1319 1357
1320 1358
1321 # Find the source files, if location was not specified. 1359 # Find the source files, if location was not specified.
1322 if test -z "$srcdir"; then 1360 if test -z "$srcdir"; then
1323 ac_srcdir_defaulted=yes 1361 ac_srcdir_defaulted=yes
1352 else 1390 else
1353 ac_srcdir_defaulted=no 1391 ac_srcdir_defaulted=no
1354 fi 1392 fi
1355 if test ! -r "$srcdir/$ac_unique_file"; then 1393 if test ! -r "$srcdir/$ac_unique_file"; then
1356 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1394 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1357 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1395 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1358 fi 1396 fi
1359 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1397 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1360 ac_abs_confdir=`( 1398 ac_abs_confdir=`(
1361 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1399 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1362 pwd)` 1400 pwd)`
1363 # When building in place, set srcdir=. 1401 # When building in place, set srcdir=.
1364 if test "$ac_abs_confdir" = "$ac_pwd"; then 1402 if test "$ac_abs_confdir" = "$ac_pwd"; then
1365 srcdir=. 1403 srcdir=.
1366 fi 1404 fi
1370 case $srcdir in 1408 case $srcdir in
1371 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1409 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1372 esac 1410 esac
1373 case $srcdir in 1411 case $srcdir in
1374 *" "*) 1412 *" "*)
1375 as_fn_error "path to source, $srcdir, contains spaces" 1413 as_fn_error $? "path to source, $srcdir, contains spaces"
1376 ;; 1414 ;;
1377 esac 1415 esac
1378 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'` 1416 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1379 1417
1380 for ac_var in $ac_precious_vars; do 1418 for ac_var in $ac_precious_vars; do
1403 Configuration: 1441 Configuration:
1404 -h, --help display this help and exit 1442 -h, --help display this help and exit
1405 --help=short display options specific to this package 1443 --help=short display options specific to this package
1406 --help=recursive display the short help of all the included packages 1444 --help=recursive display the short help of all the included packages
1407 -V, --version display version information and exit 1445 -V, --version display version information and exit
1408 -q, --quiet, --silent do not print \`checking...' messages 1446 -q, --quiet, --silent do not print \`checking ...' messages
1409 --cache-file=FILE cache test results in FILE [disabled] 1447 --cache-file=FILE cache test results in FILE [disabled]
1410 -C, --config-cache alias for \`--cache-file=config.cache' 1448 -C, --config-cache alias for \`--cache-file=config.cache'
1411 -n, --no-create do not create output files 1449 -n, --no-create do not create output files
1412 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1450 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1413 1451
1540 --with-gmp-include=PATH/include plus 1578 --with-gmp-include=PATH/include plus
1541 --with-gmp-lib=PATH/lib 1579 --with-gmp-lib=PATH/lib
1542 --with-gmp-include=PATH specify directory for installed GMP include files 1580 --with-gmp-include=PATH specify directory for installed GMP include files
1543 --with-gmp-lib=PATH specify directory for the installed GMP library 1581 --with-gmp-lib=PATH specify directory for the installed GMP library
1544 --with-stage1-libs=LIBS libraries for stage1 1582 --with-stage1-libs=LIBS libraries for stage1
1583 --with-static-standard-libraries
1584 use -static-libstdc++ and -static-libgcc
1585 (default=auto)
1545 --with-stage1-ldflags=FLAGS 1586 --with-stage1-ldflags=FLAGS
1546 linker flags for stage1 1587 linker flags for stage1
1547 --with-boot-libs=LIBS libraries for stage2 and later 1588 --with-boot-libs=LIBS libraries for stage2 and later
1548 --with-boot-ldflags=FLAGS 1589 --with-boot-ldflags=FLAGS
1549 linker flags for stage2 and later 1590 linker flags for stage2 and later
1578 CC C compiler command 1619 CC C compiler command
1579 CFLAGS C compiler flags 1620 CFLAGS C compiler flags
1580 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1621 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1581 nonstandard directory <lib dir> 1622 nonstandard directory <lib dir>
1582 LIBS libraries to pass to the linker, e.g. -l<library> 1623 LIBS libraries to pass to the linker, e.g. -l<library>
1583 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1624 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1584 you have headers in a nonstandard directory <include dir> 1625 you have headers in a nonstandard directory <include dir>
1585 CXX C++ compiler command 1626 CXX C++ compiler command
1586 CXXFLAGS C++ compiler flags 1627 CXXFLAGS C++ compiler flags
1587 build_configargs 1628 build_configargs
1588 additional configure arguments for build directories 1629 additional configure arguments for build directories
1600 STRIP STRIP for the host 1641 STRIP STRIP for the host
1601 WINDRES WINDRES for the host 1642 WINDRES WINDRES for the host
1602 WINDMC WINDMC for the host 1643 WINDMC WINDMC for the host
1603 OBJCOPY OBJCOPY for the host 1644 OBJCOPY OBJCOPY for the host
1604 OBJDUMP OBJDUMP for the host 1645 OBJDUMP OBJDUMP for the host
1646 OTOOL OTOOL for the host
1605 READELF READELF for the host 1647 READELF READELF for the host
1606 CC_FOR_TARGET 1648 CC_FOR_TARGET
1607 CC for the target 1649 CC for the target
1608 CXX_FOR_TARGET 1650 CXX_FOR_TARGET
1609 CXX for the target 1651 CXX for the target
1611 GCC for the target 1653 GCC for the target
1612 GFORTRAN_FOR_TARGET 1654 GFORTRAN_FOR_TARGET
1613 GFORTRAN for the target 1655 GFORTRAN for the target
1614 GOC_FOR_TARGET 1656 GOC_FOR_TARGET
1615 GOC for the target 1657 GOC for the target
1658 GDC_FOR_TARGET
1659 GDC for the target
1616 AR_FOR_TARGET 1660 AR_FOR_TARGET
1617 AR for the target 1661 AR for the target
1618 AS_FOR_TARGET 1662 AS_FOR_TARGET
1619 AS for the target 1663 AS for the target
1620 DLLTOOL_FOR_TARGET 1664 DLLTOOL_FOR_TARGET
1627 NM for the target 1671 NM for the target
1628 OBJCOPY_FOR_TARGET 1672 OBJCOPY_FOR_TARGET
1629 OBJCOPY for the target 1673 OBJCOPY for the target
1630 OBJDUMP_FOR_TARGET 1674 OBJDUMP_FOR_TARGET
1631 OBJDUMP for the target 1675 OBJDUMP for the target
1676 OTOOL_FOR_TARGET
1677 OTOOL for the target
1632 RANLIB_FOR_TARGET 1678 RANLIB_FOR_TARGET
1633 RANLIB for the target 1679 RANLIB for the target
1634 READELF_FOR_TARGET 1680 READELF_FOR_TARGET
1635 READELF for the target 1681 READELF for the target
1636 STRIP_FOR_TARGET 1682 STRIP_FOR_TARGET
1705 1751
1706 test -n "$ac_init_help" && exit $ac_status 1752 test -n "$ac_init_help" && exit $ac_status
1707 if $ac_init_version; then 1753 if $ac_init_version; then
1708 cat <<\_ACEOF 1754 cat <<\_ACEOF
1709 configure 1755 configure
1710 generated by GNU Autoconf 2.64 1756 generated by GNU Autoconf 2.69
1711 1757
1712 Copyright (C) 2009 Free Software Foundation, Inc. 1758 Copyright (C) 2012 Free Software Foundation, Inc.
1713 This configure script is free software; the Free Software Foundation 1759 This configure script is free software; the Free Software Foundation
1714 gives unlimited permission to copy, distribute and modify it. 1760 gives unlimited permission to copy, distribute and modify it.
1715 _ACEOF 1761 _ACEOF
1716 exit 1762 exit
1717 fi 1763 fi
1751 $as_echo "$as_me: failed program was:" >&5 1797 $as_echo "$as_me: failed program was:" >&5
1752 sed 's/^/| /' conftest.$ac_ext >&5 1798 sed 's/^/| /' conftest.$ac_ext >&5
1753 1799
1754 ac_retval=1 1800 ac_retval=1
1755 fi 1801 fi
1756 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1802 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1757 return $ac_retval 1803 as_fn_set_status $ac_retval
1758 1804
1759 } # ac_fn_c_try_compile 1805 } # ac_fn_c_try_compile
1760 1806
1761 # ac_fn_cxx_try_compile LINENO 1807 # ac_fn_cxx_try_compile LINENO
1762 # ---------------------------- 1808 # ----------------------------
1789 $as_echo "$as_me: failed program was:" >&5 1835 $as_echo "$as_me: failed program was:" >&5
1790 sed 's/^/| /' conftest.$ac_ext >&5 1836 sed 's/^/| /' conftest.$ac_ext >&5
1791 1837
1792 ac_retval=1 1838 ac_retval=1
1793 fi 1839 fi
1794 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1840 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1795 return $ac_retval 1841 as_fn_set_status $ac_retval
1796 1842
1797 } # ac_fn_cxx_try_compile 1843 } # ac_fn_cxx_try_compile
1798 1844
1799 # ac_fn_cxx_try_link LINENO 1845 # ac_fn_cxx_try_link LINENO
1800 # ------------------------- 1846 # -------------------------
1821 test $ac_status = 0; } && { 1867 test $ac_status = 0; } && {
1822 test -z "$ac_cxx_werror_flag" || 1868 test -z "$ac_cxx_werror_flag" ||
1823 test ! -s conftest.err 1869 test ! -s conftest.err
1824 } && test -s conftest$ac_exeext && { 1870 } && test -s conftest$ac_exeext && {
1825 test "$cross_compiling" = yes || 1871 test "$cross_compiling" = yes ||
1826 $as_test_x conftest$ac_exeext 1872 test -x conftest$ac_exeext
1827 }; then : 1873 }; then :
1828 ac_retval=0 1874 ac_retval=0
1829 else 1875 else
1830 $as_echo "$as_me: failed program was:" >&5 1876 $as_echo "$as_me: failed program was:" >&5
1831 sed 's/^/| /' conftest.$ac_ext >&5 1877 sed 's/^/| /' conftest.$ac_ext >&5
1835 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1881 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1836 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1882 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1837 # interfere with the next link command; also delete a directory that is 1883 # interfere with the next link command; also delete a directory that is
1838 # left behind by Apple's compiler. We do this before executing the actions. 1884 # left behind by Apple's compiler. We do this before executing the actions.
1839 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1885 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1840 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1886 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1841 return $ac_retval 1887 as_fn_set_status $ac_retval
1842 1888
1843 } # ac_fn_cxx_try_link 1889 } # ac_fn_cxx_try_link
1844 1890
1845 # ac_fn_c_try_link LINENO 1891 # ac_fn_c_try_link LINENO
1846 # ----------------------- 1892 # -----------------------
1867 test $ac_status = 0; } && { 1913 test $ac_status = 0; } && {
1868 test -z "$ac_c_werror_flag" || 1914 test -z "$ac_c_werror_flag" ||
1869 test ! -s conftest.err 1915 test ! -s conftest.err
1870 } && test -s conftest$ac_exeext && { 1916 } && test -s conftest$ac_exeext && {
1871 test "$cross_compiling" = yes || 1917 test "$cross_compiling" = yes ||
1872 $as_test_x conftest$ac_exeext 1918 test -x conftest$ac_exeext
1873 }; then : 1919 }; then :
1874 ac_retval=0 1920 ac_retval=0
1875 else 1921 else
1876 $as_echo "$as_me: failed program was:" >&5 1922 $as_echo "$as_me: failed program was:" >&5
1877 sed 's/^/| /' conftest.$ac_ext >&5 1923 sed 's/^/| /' conftest.$ac_ext >&5
1881 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1927 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1882 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1928 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1883 # interfere with the next link command; also delete a directory that is 1929 # interfere with the next link command; also delete a directory that is
1884 # left behind by Apple's compiler. We do this before executing the actions. 1930 # left behind by Apple's compiler. We do this before executing the actions.
1885 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1931 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1886 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1932 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1887 return $ac_retval 1933 as_fn_set_status $ac_retval
1888 1934
1889 } # ac_fn_c_try_link 1935 } # ac_fn_c_try_link
1890 cat >config.log <<_ACEOF 1936 cat >config.log <<_ACEOF
1891 This file contains any messages produced by compilers while 1937 This file contains any messages produced by compilers while
1892 running configure, to aid debugging if configure makes a mistake. 1938 running configure, to aid debugging if configure makes a mistake.
1893 1939
1894 It was created by $as_me, which was 1940 It was created by $as_me, which was
1895 generated by GNU Autoconf 2.64. Invocation command line was 1941 generated by GNU Autoconf 2.69. Invocation command line was
1896 1942
1897 $ $0 $@ 1943 $ $0 $@
1898 1944
1899 _ACEOF 1945 _ACEOF
1900 exec 5>>config.log 1946 exec 5>>config.log
2000 trap 'exit_status=$? 2046 trap 'exit_status=$?
2001 # Save into config.log some information that might help in debugging. 2047 # Save into config.log some information that might help in debugging.
2002 { 2048 {
2003 echo 2049 echo
2004 2050
2005 cat <<\_ASBOX 2051 $as_echo "## ---------------- ##
2006 ## ---------------- ##
2007 ## Cache variables. ## 2052 ## Cache variables. ##
2008 ## ---------------- ## 2053 ## ---------------- ##"
2009 _ASBOX
2010 echo 2054 echo
2011 # The following way of writing the cache mishandles newlines in values, 2055 # The following way of writing the cache mishandles newlines in values,
2012 ( 2056 (
2013 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 2057 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2014 eval ac_val=\$$ac_var 2058 eval ac_val=\$$ac_var
2038 esac | 2082 esac |
2039 sort 2083 sort
2040 ) 2084 )
2041 echo 2085 echo
2042 2086
2043 cat <<\_ASBOX 2087 $as_echo "## ----------------- ##
2044 ## ----------------- ##
2045 ## Output variables. ## 2088 ## Output variables. ##
2046 ## ----------------- ## 2089 ## ----------------- ##"
2047 _ASBOX
2048 echo 2090 echo
2049 for ac_var in $ac_subst_vars 2091 for ac_var in $ac_subst_vars
2050 do 2092 do
2051 eval ac_val=\$$ac_var 2093 eval ac_val=\$$ac_var
2052 case $ac_val in 2094 case $ac_val in
2055 $as_echo "$ac_var='\''$ac_val'\''" 2097 $as_echo "$ac_var='\''$ac_val'\''"
2056 done | sort 2098 done | sort
2057 echo 2099 echo
2058 2100
2059 if test -n "$ac_subst_files"; then 2101 if test -n "$ac_subst_files"; then
2060 cat <<\_ASBOX 2102 $as_echo "## ------------------- ##
2061 ## ------------------- ##
2062 ## File substitutions. ## 2103 ## File substitutions. ##
2063 ## ------------------- ## 2104 ## ------------------- ##"
2064 _ASBOX
2065 echo 2105 echo
2066 for ac_var in $ac_subst_files 2106 for ac_var in $ac_subst_files
2067 do 2107 do
2068 eval ac_val=\$$ac_var 2108 eval ac_val=\$$ac_var
2069 case $ac_val in 2109 case $ac_val in
2073 done | sort 2113 done | sort
2074 echo 2114 echo
2075 fi 2115 fi
2076 2116
2077 if test -s confdefs.h; then 2117 if test -s confdefs.h; then
2078 cat <<\_ASBOX 2118 $as_echo "## ----------- ##
2079 ## ----------- ##
2080 ## confdefs.h. ## 2119 ## confdefs.h. ##
2081 ## ----------- ## 2120 ## ----------- ##"
2082 _ASBOX
2083 echo 2121 echo
2084 cat confdefs.h 2122 cat confdefs.h
2085 echo 2123 echo
2086 fi 2124 fi
2087 test "$ac_signal" != 0 && 2125 test "$ac_signal" != 0 &&
2132 # Let the site file select an alternate cache file if it wants to. 2170 # Let the site file select an alternate cache file if it wants to.
2133 # Prefer an explicitly selected file to automatically selected ones. 2171 # Prefer an explicitly selected file to automatically selected ones.
2134 ac_site_file1=NONE 2172 ac_site_file1=NONE
2135 ac_site_file2=NONE 2173 ac_site_file2=NONE
2136 if test -n "$CONFIG_SITE"; then 2174 if test -n "$CONFIG_SITE"; then
2137 ac_site_file1=$CONFIG_SITE 2175 # We do not want a PATH search for config.site.
2176 case $CONFIG_SITE in #((
2177 -*) ac_site_file1=./$CONFIG_SITE;;
2178 */*) ac_site_file1=$CONFIG_SITE;;
2179 *) ac_site_file1=./$CONFIG_SITE;;
2180 esac
2138 elif test "x$prefix" != xNONE; then 2181 elif test "x$prefix" != xNONE; then
2139 ac_site_file1=$prefix/share/config.site 2182 ac_site_file1=$prefix/share/config.site
2140 ac_site_file2=$prefix/etc/config.site 2183 ac_site_file2=$prefix/etc/config.site
2141 else 2184 else
2142 ac_site_file1=$ac_default_prefix/share/config.site 2185 ac_site_file1=$ac_default_prefix/share/config.site
2143 ac_site_file2=$ac_default_prefix/etc/config.site 2186 ac_site_file2=$ac_default_prefix/etc/config.site
2144 fi 2187 fi
2145 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 2188 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2146 do 2189 do
2147 test "x$ac_site_file" = xNONE && continue 2190 test "x$ac_site_file" = xNONE && continue
2148 if test -r "$ac_site_file"; then 2191 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2192 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2150 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2193 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2151 sed 's/^/| /' "$ac_site_file" >&5 2194 sed 's/^/| /' "$ac_site_file" >&5
2152 . "$ac_site_file" 2195 . "$ac_site_file" \
2196 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2197 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2198 as_fn_error $? "failed to load site script $ac_site_file
2199 See \`config.log' for more details" "$LINENO" 5; }
2153 fi 2200 fi
2154 done 2201 done
2155 2202
2156 if test -r "$cache_file"; then 2203 if test -r "$cache_file"; then
2157 # Some versions of bash will fail to source /dev/null (special 2204 # Some versions of bash will fail to source /dev/null (special files
2158 # files actually), so we avoid doing that. 2205 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2159 if test -f "$cache_file"; then 2206 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2207 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2161 $as_echo "$as_me: loading cache $cache_file" >&6;} 2208 $as_echo "$as_me: loading cache $cache_file" >&6;}
2162 case $cache_file in 2209 case $cache_file in
2163 [\\/]* | ?:[\\/]* ) . "$cache_file";; 2210 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2164 *) . "./$cache_file";; 2211 *) . "./$cache_file";;
2223 if $ac_cache_corrupted; then 2270 if $ac_cache_corrupted; then
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2271 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2225 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2273 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2227 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2274 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2228 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2275 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2229 fi 2276 fi
2230 ## -------------------- ## 2277 ## -------------------- ##
2231 ## Main body of script. ## 2278 ## Main body of script. ##
2232 ## -------------------- ## 2279 ## -------------------- ##
2233 2280
2234 ac_ext=c 2281 ac_ext=c
2235 ac_cpp='$CPP $CPPFLAGS' 2282 ac_cpp='$CPP $CPPFLAGS'
2236 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2283 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2237 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2284 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2238 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2285 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2239
2240 2286
2241 2287
2242 2288
2243 2289
2244 2290
2274 2320
2275 2321
2276 # Find the build, host, and target systems. 2322 # Find the build, host, and target systems.
2277 ac_aux_dir= 2323 ac_aux_dir=
2278 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2324 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2279 for ac_t in install-sh install.sh shtool; do 2325 if test -f "$ac_dir/install-sh"; then
2280 if test -f "$ac_dir/$ac_t"; then 2326 ac_aux_dir=$ac_dir
2281 ac_aux_dir=$ac_dir 2327 ac_install_sh="$ac_aux_dir/install-sh -c"
2282 ac_install_sh="$ac_aux_dir/$ac_t -c" 2328 break
2283 break 2 2329 elif test -f "$ac_dir/install.sh"; then
2284 fi 2330 ac_aux_dir=$ac_dir
2285 done 2331 ac_install_sh="$ac_aux_dir/install.sh -c"
2332 break
2333 elif test -f "$ac_dir/shtool"; then
2334 ac_aux_dir=$ac_dir
2335 ac_install_sh="$ac_aux_dir/shtool install -c"
2336 break
2337 fi
2286 done 2338 done
2287 if test -z "$ac_aux_dir"; then 2339 if test -z "$ac_aux_dir"; then
2288 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 2340 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2289 fi 2341 fi
2290 2342
2291 # These three variables are undocumented and unsupported, 2343 # These three variables are undocumented and unsupported,
2292 # and are intended to be withdrawn in a future Autoconf release. 2344 # and are intended to be withdrawn in a future Autoconf release.
2293 # They can cause serious problems if a builder's source tree is in a directory 2345 # They can cause serious problems if a builder's source tree is in a directory
2297 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2349 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2298 2350
2299 2351
2300 # Make sure we can run config.sub. 2352 # Make sure we can run config.sub.
2301 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2353 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2302 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2354 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2303 2355
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2305 $as_echo_n "checking build system type... " >&6; } 2357 $as_echo_n "checking build system type... " >&6; }
2306 if test "${ac_cv_build+set}" = set; then : 2358 if ${ac_cv_build+:} false; then :
2307 $as_echo_n "(cached) " >&6 2359 $as_echo_n "(cached) " >&6
2308 else 2360 else
2309 ac_build_alias=$build_alias 2361 ac_build_alias=$build_alias
2310 test "x$ac_build_alias" = x && 2362 test "x$ac_build_alias" = x &&
2311 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2363 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2312 test "x$ac_build_alias" = x && 2364 test "x$ac_build_alias" = x &&
2313 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 2365 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2314 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2366 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2315 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2367 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2316 2368
2317 fi 2369 fi
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2319 $as_echo "$ac_cv_build" >&6; } 2371 $as_echo "$ac_cv_build" >&6; }
2320 case $ac_cv_build in 2372 case $ac_cv_build in
2321 *-*-*) ;; 2373 *-*-*) ;;
2322 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 2374 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2323 esac 2375 esac
2324 build=$ac_cv_build 2376 build=$ac_cv_build
2325 ac_save_IFS=$IFS; IFS='-' 2377 ac_save_IFS=$IFS; IFS='-'
2326 set x $ac_cv_build 2378 set x $ac_cv_build
2327 shift 2379 shift
2362 NONENONEs,x,x, && 2414 NONENONEs,x,x, &&
2363 program_transform_name=s,y,y, 2415 program_transform_name=s,y,y,
2364 2416
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2366 $as_echo_n "checking host system type... " >&6; } 2418 $as_echo_n "checking host system type... " >&6; }
2367 if test "${ac_cv_host+set}" = set; then : 2419 if ${ac_cv_host+:} false; then :
2368 $as_echo_n "(cached) " >&6 2420 $as_echo_n "(cached) " >&6
2369 else 2421 else
2370 if test "x$host_alias" = x; then 2422 if test "x$host_alias" = x; then
2371 ac_cv_host=$ac_cv_build 2423 ac_cv_host=$ac_cv_build
2372 else 2424 else
2373 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2425 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2374 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2426 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2375 fi 2427 fi
2376 2428
2377 fi 2429 fi
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2379 $as_echo "$ac_cv_host" >&6; } 2431 $as_echo "$ac_cv_host" >&6; }
2380 case $ac_cv_host in 2432 case $ac_cv_host in
2381 *-*-*) ;; 2433 *-*-*) ;;
2382 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 2434 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2383 esac 2435 esac
2384 host=$ac_cv_host 2436 host=$ac_cv_host
2385 ac_save_IFS=$IFS; IFS='-' 2437 ac_save_IFS=$IFS; IFS='-'
2386 set x $ac_cv_host 2438 set x $ac_cv_host
2387 shift 2439 shift
2395 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2447 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2396 2448
2397 2449
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 2450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2399 $as_echo_n "checking target system type... " >&6; } 2451 $as_echo_n "checking target system type... " >&6; }
2400 if test "${ac_cv_target+set}" = set; then : 2452 if ${ac_cv_target+:} false; then :
2401 $as_echo_n "(cached) " >&6 2453 $as_echo_n "(cached) " >&6
2402 else 2454 else
2403 if test "x$target_alias" = x; then 2455 if test "x$target_alias" = x; then
2404 ac_cv_target=$ac_cv_host 2456 ac_cv_target=$ac_cv_host
2405 else 2457 else
2406 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2458 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2407 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 2459 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2408 fi 2460 fi
2409 2461
2410 fi 2462 fi
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 2463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2412 $as_echo "$ac_cv_target" >&6; } 2464 $as_echo "$ac_cv_target" >&6; }
2413 case $ac_cv_target in 2465 case $ac_cv_target in
2414 *-*-*) ;; 2466 *-*-*) ;;
2415 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; 2467 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2416 esac 2468 esac
2417 target=$ac_cv_target 2469 target=$ac_cv_target
2418 ac_save_IFS=$IFS; IFS='-' 2470 ac_save_IFS=$IFS; IFS='-'
2419 set x $ac_cv_target 2471 set x $ac_cv_target
2420 shift 2472 shift
2463 # ./install, which can be erroneously created by make from ./install.sh. 2515 # ./install, which can be erroneously created by make from ./install.sh.
2464 # Reject install programs that cannot install multiple files. 2516 # Reject install programs that cannot install multiple files.
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2466 $as_echo_n "checking for a BSD-compatible install... " >&6; } 2518 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2467 if test -z "$INSTALL"; then 2519 if test -z "$INSTALL"; then
2468 if test "${ac_cv_path_install+set}" = set; then : 2520 if ${ac_cv_path_install+:} false; then :
2469 $as_echo_n "(cached) " >&6 2521 $as_echo_n "(cached) " >&6
2470 else 2522 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH 2524 for as_dir in $PATH
2473 do 2525 do
2483 # OSF1 and SCO ODT 3.0 have their own names for install. 2535 # OSF1 and SCO ODT 3.0 have their own names for install.
2484 # Don't use installbsd from OSF since it installs stuff as root 2536 # Don't use installbsd from OSF since it installs stuff as root
2485 # by default. 2537 # by default.
2486 for ac_prog in ginstall scoinst install; do 2538 for ac_prog in ginstall scoinst install; do
2487 for ac_exec_ext in '' $ac_executable_extensions; do 2539 for ac_exec_ext in '' $ac_executable_extensions; do
2488 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2540 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2489 if test $ac_prog = install && 2541 if test $ac_prog = install &&
2490 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2542 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2491 # AIX install. It has an incompatible calling convention. 2543 # AIX install. It has an incompatible calling convention.
2492 : 2544 :
2493 elif test $ac_prog = install && 2545 elif test $ac_prog = install &&
2541 2593
2542 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2594 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2543 2595
2544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5 2596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2545 $as_echo_n "checking whether ln works... " >&6; } 2597 $as_echo_n "checking whether ln works... " >&6; }
2546 if test "${acx_cv_prog_LN+set}" = set; then : 2598 if ${acx_cv_prog_LN+:} false; then :
2547 $as_echo_n "(cached) " >&6 2599 $as_echo_n "(cached) " >&6
2548 else 2600 else
2549 rm -f conftestdata_t 2601 rm -f conftestdata_t
2550 echo >conftestdata_f 2602 echo >conftestdata_f
2551 if ln conftestdata_f conftestdata_t 2>/dev/null 2603 if ln conftestdata_f conftestdata_t 2>/dev/null
2578 $as_echo "no, using $LN_S" >&6; } 2630 $as_echo "no, using $LN_S" >&6; }
2579 fi 2631 fi
2580 2632
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 2633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2582 $as_echo_n "checking for a sed that does not truncate output... " >&6; } 2634 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2583 if test "${ac_cv_path_SED+set}" = set; then : 2635 if ${ac_cv_path_SED+:} false; then :
2584 $as_echo_n "(cached) " >&6 2636 $as_echo_n "(cached) " >&6
2585 else 2637 else
2586 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 2638 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2587 for ac_i in 1 2 3 4 5 6 7; do 2639 for ac_i in 1 2 3 4 5 6 7; do
2588 ac_script="$ac_script$as_nl$ac_script" 2640 ac_script="$ac_script$as_nl$ac_script"
2598 IFS=$as_save_IFS 2650 IFS=$as_save_IFS
2599 test -z "$as_dir" && as_dir=. 2651 test -z "$as_dir" && as_dir=.
2600 for ac_prog in sed gsed; do 2652 for ac_prog in sed gsed; do
2601 for ac_exec_ext in '' $ac_executable_extensions; do 2653 for ac_exec_ext in '' $ac_executable_extensions; do
2602 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 2654 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2603 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 2655 as_fn_executable_p "$ac_path_SED" || continue
2604 # Check for GNU ac_path_SED and select it if it is found. 2656 # Check for GNU ac_path_SED and select it if it is found.
2605 # Check for GNU $ac_path_SED 2657 # Check for GNU $ac_path_SED
2606 case `"$ac_path_SED" --version 2>&1` in 2658 case `"$ac_path_SED" --version 2>&1` in
2607 *GNU*) 2659 *GNU*)
2608 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 2660 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2633 done 2685 done
2634 done 2686 done
2635 done 2687 done
2636 IFS=$as_save_IFS 2688 IFS=$as_save_IFS
2637 if test -z "$ac_cv_path_SED"; then 2689 if test -z "$ac_cv_path_SED"; then
2638 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 2690 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
2639 fi 2691 fi
2640 else 2692 else
2641 ac_cv_path_SED=$SED 2693 ac_cv_path_SED=$SED
2642 fi 2694 fi
2643 2695
2651 do 2703 do
2652 # Extract the first word of "$ac_prog", so it can be a program name with args. 2704 # Extract the first word of "$ac_prog", so it can be a program name with args.
2653 set dummy $ac_prog; ac_word=$2 2705 set dummy $ac_prog; ac_word=$2
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2655 $as_echo_n "checking for $ac_word... " >&6; } 2707 $as_echo_n "checking for $ac_word... " >&6; }
2656 if test "${ac_cv_prog_AWK+set}" = set; then : 2708 if ${ac_cv_prog_AWK+:} false; then :
2657 $as_echo_n "(cached) " >&6 2709 $as_echo_n "(cached) " >&6
2658 else 2710 else
2659 if test -n "$AWK"; then 2711 if test -n "$AWK"; then
2660 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2712 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2661 else 2713 else
2663 for as_dir in $PATH 2715 for as_dir in $PATH
2664 do 2716 do
2665 IFS=$as_save_IFS 2717 IFS=$as_save_IFS
2666 test -z "$as_dir" && as_dir=. 2718 test -z "$as_dir" && as_dir=.
2667 for ac_exec_ext in '' $ac_executable_extensions; do 2719 for ac_exec_ext in '' $ac_executable_extensions; do
2668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2720 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2669 ac_cv_prog_AWK="$ac_prog" 2721 ac_cv_prog_AWK="$ac_prog"
2670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2671 break 2 2723 break 2
2672 fi 2724 fi
2673 done 2725 done
2731 # these tools are built for the build environment 2783 # these tools are built for the build environment
2732 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes" 2784 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2733 2785
2734 # these libraries are used by various programs built for the host environment 2786 # these libraries are used by various programs built for the host environment
2735 #f 2787 #f
2736 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv" 2788 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv libctf"
2737 2789
2738 # these tools are built for the host environment 2790 # these tools are built for the host environment
2739 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to 2791 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2740 # know that we are building the simulator. 2792 # know that we are building the simulator.
2741 # binutils, gas and ld appear in that order because it makes sense to run 2793 # binutils, gas and ld appear in that order because it makes sense to run
2762 target-libquadmath \ 2814 target-libquadmath \
2763 target-libgfortran \ 2815 target-libgfortran \
2764 target-libffi \ 2816 target-libffi \
2765 target-libobjc \ 2817 target-libobjc \
2766 target-libada \ 2818 target-libada \
2767 target-libgo" 2819 target-libgo \
2820 target-libphobos \
2821 target-zlib"
2768 2822
2769 # these tools are built using the target libraries, and are intended to 2823 # these tools are built using the target libraries, and are intended to
2770 # run only in the target environment 2824 # run only in the target environment
2771 # 2825 #
2772 # note: any program that *uses* libraries that are in the "target_libraries" 2826 # note: any program that *uses* libraries that are in the "target_libraries"
2833 # No prefix. 2887 # No prefix.
2834 target_subdir=${target_noncanonical} 2888 target_subdir=${target_noncanonical}
2835 2889
2836 # Be sure to cover against remnants of an in-tree build. 2890 # Be sure to cover against remnants of an in-tree build.
2837 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then 2891 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2838 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}. 2892 as_fn_error $? "building out of tree but $srcdir contains host-${host_noncanonical}.
2839 Use a pristine source tree when building in a separate tree" "$LINENO" 5 2893 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2840 fi 2894 fi
2841 2895
2842 # Skipdirs are removed silently. 2896 # Skipdirs are removed silently.
2843 skipdirs= 2897 skipdirs=
2915 2969
2916 # Check whether --enable-offload-targets was given. 2970 # Check whether --enable-offload-targets was given.
2917 if test "${enable_offload_targets+set}" = set; then : 2971 if test "${enable_offload_targets+set}" = set; then :
2918 enableval=$enable_offload_targets; 2972 enableval=$enable_offload_targets;
2919 if test x"$enable_offload_targets" = x; then 2973 if test x"$enable_offload_targets" = x; then
2920 as_fn_error "no offload targets specified" "$LINENO" 5 2974 as_fn_error $? "no offload targets specified" "$LINENO" 5
2921 fi 2975 fi
2922 2976
2923 else 2977 else
2924 enable_offload_targets= 2978 enable_offload_targets=
2925 fi 2979 fi
2984 fi 3038 fi
2985 ;; 3039 ;;
2986 no) 3040 no)
2987 ;; 3041 ;;
2988 *) 3042 *)
2989 as_fn_error "invalid --enable-gold argument" "$LINENO" 5 3043 as_fn_error $? "invalid --enable-gold argument" "$LINENO" 5
2990 ;; 3044 ;;
2991 esac 3045 esac
2992 3046
2993 # Check whether --enable-ld was given. 3047 # Check whether --enable-ld was given.
2994 if test "${enable_ld+set}" = set; then : 3048 if test "${enable_ld+set}" = set; then :
2999 3053
3000 3054
3001 case "${ENABLE_LD}" in 3055 case "${ENABLE_LD}" in
3002 default) 3056 default)
3003 if test x${default_ld} != x; then 3057 if test x${default_ld} != x; then
3004 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5 3058 as_fn_error $? "either gold or ld can be the default ld" "$LINENO" 5
3005 fi 3059 fi
3006 ;; 3060 ;;
3007 yes) 3061 yes)
3008 ;; 3062 ;;
3009 no) 3063 no)
3012 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;} 3066 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3013 fi 3067 fi
3014 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'` 3068 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3015 ;; 3069 ;;
3016 *) 3070 *)
3017 as_fn_error "invalid --enable-ld argument" "$LINENO" 5 3071 as_fn_error $? "invalid --enable-ld argument" "$LINENO" 5
3018 ;; 3072 ;;
3019 esac 3073 esac
3020 3074
3021 # PR gas/19109 3075 # PR gas/19109
3022 # Decide the default method for compressing debug sections. 3076 # Decide the default method for compressing debug sections.
3023 # Provide a configure time option to override our default. 3077 # Provide a configure time option to override our default.
3024 # Check whether --enable-compressed_debug_sections was given. 3078 # Check whether --enable-compressed_debug_sections was given.
3025 if test "${enable_compressed_debug_sections+set}" = set; then : 3079 if test "${enable_compressed_debug_sections+set}" = set; then :
3026 enableval=$enable_compressed_debug_sections; 3080 enableval=$enable_compressed_debug_sections;
3027 if test x"$enable_compressed_debug_sections" = xyes; then 3081 if test x"$enable_compressed_debug_sections" = xyes; then
3028 as_fn_error "no program with compressed debug sections specified" "$LINENO" 5 3082 as_fn_error $? "no program with compressed debug sections specified" "$LINENO" 5
3029 fi 3083 fi
3030 3084
3031 else 3085 else
3032 enable_compressed_debug_sections= 3086 enable_compressed_debug_sections=
3033 fi 3087 fi
3118 if test "${enable_liboffloadmic+set}" = set; then : 3172 if test "${enable_liboffloadmic+set}" = set; then :
3119 enableval=$enable_liboffloadmic; case "$enableval" in 3173 enableval=$enable_liboffloadmic; case "$enableval" in
3120 no | host | target) 3174 no | host | target)
3121 enable_liboffloadmic=$enableval ;; 3175 enable_liboffloadmic=$enableval ;;
3122 *) 3176 *)
3123 as_fn_error "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;; 3177 as_fn_error $? "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3124 esac 3178 esac
3125 else 3179 else
3126 if test x"$enable_as_accelerator_for" != x; then 3180 if test x"$enable_as_accelerator_for" != x; then
3127 case "${target}" in 3181 case "${target}" in
3128 *-intelmic-* | *-intelmicemul-*) 3182 *-intelmic-* | *-intelmicemul-*)
3301 case "${target}" in 3355 case "${target}" in
3302 avr-*-*) 3356 avr-*-*)
3303 # No hosted I/O support. 3357 # No hosted I/O support.
3304 noconfigdirs="$noconfigdirs target-libssp" 3358 noconfigdirs="$noconfigdirs target-libssp"
3305 ;; 3359 ;;
3360 bpf-*-*)
3361 noconfigdirs="$noconfigdirs target-libssp"
3362 ;;
3306 powerpc-*-aix* | rs6000-*-aix*) 3363 powerpc-*-aix* | rs6000-*-aix*)
3364 noconfigdirs="$noconfigdirs target-libssp"
3365 ;;
3366 pru-*-*)
3367 # No hosted I/O support.
3307 noconfigdirs="$noconfigdirs target-libssp" 3368 noconfigdirs="$noconfigdirs target-libssp"
3308 ;; 3369 ;;
3309 rl78-*-*) 3370 rl78-*-*)
3310 # libssp uses a misaligned load to trigger a fault, but the RL78 3371 # libssp uses a misaligned load to trigger a fault, but the RL78
3311 # doesn't fault for those - instead, it gives a build-time error 3372 # doesn't fault for those - instead, it gives a build-time error
3331 noconfigdirs="$noconfigdirs target-libstdc++-v3" 3392 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3332 ;; 3393 ;;
3333 avr-*-*) 3394 avr-*-*)
3334 noconfigdirs="$noconfigdirs target-libstdc++-v3" 3395 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3335 ;; 3396 ;;
3397 bpf-*-*)
3398 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3399 ;;
3336 ft32-*-*) 3400 ft32-*-*)
3337 noconfigdirs="$noconfigdirs target-libstdc++-v3" 3401 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3338 ;; 3402 ;;
3339 esac 3403 esac
3404 fi
3405
3406 # Disable C++ on systems where it is known to not work.
3407 # For testing, you can override this with --enable-languages=c++.
3408 case ,${enable_languages}, in
3409 *,c++,*)
3410 ;;
3411 *)
3412 case "${target}" in
3413 bpf-*-*)
3414 unsupported_languages="$unsupported_languages c++"
3415 ;;
3416 esac
3417 ;;
3418 esac
3419
3420 # Disable Objc on systems where it is known to not work.
3421 # For testing, you can override this with --enable-languages=objc.
3422 case ,${enable_languages}, in
3423 *,objc,*)
3424 ;;
3425 *)
3426 case "${target}" in
3427 bpf-*-*)
3428 unsupported_languages="$unsupported_languages objc"
3429 ;;
3430 esac
3431 ;;
3432 esac
3433
3434 # Disable D on systems where it is known to not work.
3435 # For testing, you can override this with --enable-languages=d.
3436 case ,${enable_languages}, in
3437 *,d,*)
3438 ;;
3439 *)
3440 case "${target}" in
3441 *-*-darwin*)
3442 unsupported_languages="$unsupported_languages d"
3443 ;;
3444 bpf-*-*)
3445 unsupported_languages="$unsupported_languages d"
3446 ;;
3447 esac
3448 ;;
3449 esac
3450
3451 # Disable libphobos on unsupported systems.
3452 # For testing, you can override this with --enable-libphobos.
3453 if test -d ${srcdir}/libphobos; then
3454 if test x$enable_libphobos = x; then
3455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libphobos support" >&5
3456 $as_echo_n "checking for libphobos support... " >&6; }
3457 if (srcdir=${srcdir}/libphobos; \
3458 . ${srcdir}/configure.tgt; \
3459 test "$LIBPHOBOS_SUPPORTED" != "yes")
3460 then
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3462 $as_echo "no" >&6; }
3463 noconfigdirs="$noconfigdirs target-libphobos"
3464 else
3465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3466 $as_echo "yes" >&6; }
3467 fi
3468 fi
3340 fi 3469 fi
3341 3470
3342 # Disable Fortran for some systems. 3471 # Disable Fortran for some systems.
3343 case "${target}" in 3472 case "${target}" in
3344 mmix-*-*) 3473 mmix-*-*)
3345 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>. 3474 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3346 unsupported_languages="$unsupported_languages fortran" 3475 unsupported_languages="$unsupported_languages fortran"
3347 ;; 3476 ;;
3477 bpf-*-*)
3478 unsupported_languages="$unsupported_languages fortran"
3479 ;;
3348 esac 3480 esac
3349 3481
3350 # Disable libffi for some systems. 3482 # Disable libffi for some systems.
3351 case "${target}" in 3483 case "${target}" in
3352 powerpc-*-darwin*) 3484 powerpc-*-darwin*)
3387 ;; 3519 ;;
3388 arm-wince-pe) 3520 arm-wince-pe)
3389 noconfigdirs="$noconfigdirs target-libffi" 3521 noconfigdirs="$noconfigdirs target-libffi"
3390 ;; 3522 ;;
3391 arm*-*-symbianelf*) 3523 arm*-*-symbianelf*)
3524 noconfigdirs="$noconfigdirs target-libffi"
3525 ;;
3526 bpf-*-*)
3392 noconfigdirs="$noconfigdirs target-libffi" 3527 noconfigdirs="$noconfigdirs target-libffi"
3393 ;; 3528 ;;
3394 cris-*-* | crisv32-*-*) 3529 cris-*-* | crisv32-*-*)
3395 case "${target}" in 3530 case "${target}" in
3396 *-*-linux*) 3531 *-*-linux*)
3435 esac 3570 esac
3436 3571
3437 # Disable the go frontend on systems where it is known to not work. Please keep 3572 # Disable the go frontend on systems where it is known to not work. Please keep
3438 # this in sync with contrib/config-list.mk. 3573 # this in sync with contrib/config-list.mk.
3439 case "${target}" in 3574 case "${target}" in
3440 *-*-darwin* | *-*-cygwin* | *-*-mingw*) 3575 *-*-darwin* | *-*-cygwin* | *-*-mingw* | bpf-* )
3441 unsupported_languages="$unsupported_languages go" 3576 unsupported_languages="$unsupported_languages go"
3442 ;; 3577 ;;
3443 esac 3578 esac
3444 3579
3445 # Disable libgo for some systems where it is known to not work. 3580 # Disable libgo for some systems where it is known to not work.
3451 noconfigdirs="$noconfigdirs target-libgo" 3586 noconfigdirs="$noconfigdirs target-libgo"
3452 ;; 3587 ;;
3453 *-*-cygwin* | *-*-mingw*) 3588 *-*-cygwin* | *-*-mingw*)
3454 noconfigdirs="$noconfigdirs target-libgo" 3589 noconfigdirs="$noconfigdirs target-libgo"
3455 ;; 3590 ;;
3591 bpf-*-*)
3592 noconfigdirs="$noconfigdirs target-libgo"
3593 ;;
3456 esac 3594 esac
3457 fi 3595 fi
3458 3596
3459 # Default libgloss CPU subdirectory. 3597 # Default libgloss CPU subdirectory.
3460 libgloss_dir="$target_cpu" 3598 libgloss_dir="$target_cpu"
3487 mips*-*-*) 3625 mips*-*-*)
3488 libgloss_dir=mips 3626 libgloss_dir=mips
3489 ;; 3627 ;;
3490 powerpc*-*-*) 3628 powerpc*-*-*)
3491 libgloss_dir=rs6000 3629 libgloss_dir=rs6000
3630 ;;
3631 pru-*-*)
3632 libgloss_dir=pru
3492 ;; 3633 ;;
3493 sparc*-*-*) 3634 sparc*-*-*)
3494 libgloss_dir=sparc 3635 libgloss_dir=sparc
3495 ;; 3636 ;;
3496 esac 3637 esac
3519 noconfigdirs="$noconfigdirs target-newlib target-libgloss" 3660 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3520 ;; 3661 ;;
3521 sparc-*-sunos4*) 3662 sparc-*-sunos4*)
3522 noconfigdirs="$noconfigdirs target-newlib target-libgloss" 3663 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3523 ;; 3664 ;;
3665 bpf-*-*)
3666 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3667 ;;
3524 *-*-aix*) 3668 *-*-aix*)
3525 noconfigdirs="$noconfigdirs target-newlib target-libgloss" 3669 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3526 ;; 3670 ;;
3527 *-*-beos*) 3671 *-*-beos*)
3528 noconfigdirs="$noconfigdirs target-newlib target-libgloss" 3672 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3566 *-*-chorusos) 3710 *-*-chorusos)
3567 ;; 3711 ;;
3568 aarch64-*-darwin*) 3712 aarch64-*-darwin*)
3569 noconfigdirs="$noconfigdirs ld gas gdb gprof" 3713 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3570 noconfigdirs="$noconfigdirs sim target-rda" 3714 noconfigdirs="$noconfigdirs sim target-rda"
3715 ;;
3716 amdgcn*-*-*)
3571 ;; 3717 ;;
3572 arm-*-darwin*) 3718 arm-*-darwin*)
3573 noconfigdirs="$noconfigdirs ld gas gdb gprof" 3719 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3574 noconfigdirs="$noconfigdirs sim target-rda" 3720 noconfigdirs="$noconfigdirs sim target-rda"
3575 ;; 3721 ;;
3629 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss" 3775 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3630 ;; 3776 ;;
3631 alpha*-*-*) 3777 alpha*-*-*)
3632 # newlib is not 64 bit ready 3778 # newlib is not 64 bit ready
3633 noconfigdirs="$noconfigdirs target-newlib target-libgloss" 3779 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3780 ;;
3781 bpf-*-*)
3782 noconfigdirs="$noconfigdirs target-libobjc target-libbacktrace"
3634 ;; 3783 ;;
3635 sh*-*-pe|mips*-*-pe|*arm-wince-pe) 3784 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3636 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim" 3785 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3637 ;; 3786 ;;
3638 arc*-*-*) 3787 arc*-*-*)
3874 $as_echo "yes" >&6; } 4023 $as_echo "yes" >&6; }
3875 else 4024 else
3876 rm cygwin-cat-check 4025 rm cygwin-cat-check
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3878 $as_echo "no" >&6; } 4027 $as_echo "no" >&6; }
3879 as_fn_error "The cat command does not ignore carriage return characters. 4028 as_fn_error $? "The cat command does not ignore carriage return characters.
3880 Please either mount the build directory in binary mode or run the following 4029 Please either mount the build directory in binary mode or run the following
3881 commands before running any configure script: 4030 commands before running any configure script:
3882 set -o igncr 4031 set -o igncr
3883 export SHELLOPTS 4032 export SHELLOPTS
3884 " "$LINENO" 5 4033 " "$LINENO" 5
3918 AS_FOR_BUILD=${AS_FOR_BUILD-as} 4067 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3919 CC_FOR_BUILD=${CC_FOR_BUILD-gcc} 4068 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3920 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++} 4069 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3921 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran} 4070 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3922 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo} 4071 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
4072 GDC_FOR_BUILD=${GDC_FOR_BUILD-gdc}
3923 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool} 4073 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3924 LD_FOR_BUILD=${LD_FOR_BUILD-ld} 4074 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3925 NM_FOR_BUILD=${NM_FOR_BUILD-nm} 4075 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3926 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib} 4076 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3927 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres} 4077 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3931 AS_FOR_BUILD="\$(AS)" 4081 AS_FOR_BUILD="\$(AS)"
3932 CC_FOR_BUILD="\$(CC)" 4082 CC_FOR_BUILD="\$(CC)"
3933 CXX_FOR_BUILD="\$(CXX)" 4083 CXX_FOR_BUILD="\$(CXX)"
3934 GFORTRAN_FOR_BUILD="\$(GFORTRAN)" 4084 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3935 GOC_FOR_BUILD="\$(GOC)" 4085 GOC_FOR_BUILD="\$(GOC)"
4086 GDC_FOR_BUILD="\$(GDC)"
3936 DLLTOOL_FOR_BUILD="\$(DLLTOOL)" 4087 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3937 LD_FOR_BUILD="\$(LD)" 4088 LD_FOR_BUILD="\$(LD)"
3938 NM_FOR_BUILD="\$(NM)" 4089 NM_FOR_BUILD="\$(NM)"
3939 RANLIB_FOR_BUILD="\$(RANLIB)" 4090 RANLIB_FOR_BUILD="\$(RANLIB)"
3940 WINDRES_FOR_BUILD="\$(WINDRES)" 4091 WINDRES_FOR_BUILD="\$(WINDRES)"
3949 if test -n "$ac_tool_prefix"; then 4100 if test -n "$ac_tool_prefix"; then
3950 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 4101 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3951 set dummy ${ac_tool_prefix}gcc; ac_word=$2 4102 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3953 $as_echo_n "checking for $ac_word... " >&6; } 4104 $as_echo_n "checking for $ac_word... " >&6; }
3954 if test "${ac_cv_prog_CC+set}" = set; then : 4105 if ${ac_cv_prog_CC+:} false; then :
3955 $as_echo_n "(cached) " >&6 4106 $as_echo_n "(cached) " >&6
3956 else 4107 else
3957 if test -n "$CC"; then 4108 if test -n "$CC"; then
3958 ac_cv_prog_CC="$CC" # Let the user override the test. 4109 ac_cv_prog_CC="$CC" # Let the user override the test.
3959 else 4110 else
3961 for as_dir in $PATH 4112 for as_dir in $PATH
3962 do 4113 do
3963 IFS=$as_save_IFS 4114 IFS=$as_save_IFS
3964 test -z "$as_dir" && as_dir=. 4115 test -z "$as_dir" && as_dir=.
3965 for ac_exec_ext in '' $ac_executable_extensions; do 4116 for ac_exec_ext in '' $ac_executable_extensions; do
3966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4117 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3967 ac_cv_prog_CC="${ac_tool_prefix}gcc" 4118 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3969 break 2 4120 break 2
3970 fi 4121 fi
3971 done 4122 done
3989 ac_ct_CC=$CC 4140 ac_ct_CC=$CC
3990 # Extract the first word of "gcc", so it can be a program name with args. 4141 # Extract the first word of "gcc", so it can be a program name with args.
3991 set dummy gcc; ac_word=$2 4142 set dummy gcc; ac_word=$2
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3993 $as_echo_n "checking for $ac_word... " >&6; } 4144 $as_echo_n "checking for $ac_word... " >&6; }
3994 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4145 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3995 $as_echo_n "(cached) " >&6 4146 $as_echo_n "(cached) " >&6
3996 else 4147 else
3997 if test -n "$ac_ct_CC"; then 4148 if test -n "$ac_ct_CC"; then
3998 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 4149 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3999 else 4150 else
4001 for as_dir in $PATH 4152 for as_dir in $PATH
4002 do 4153 do
4003 IFS=$as_save_IFS 4154 IFS=$as_save_IFS
4004 test -z "$as_dir" && as_dir=. 4155 test -z "$as_dir" && as_dir=.
4005 for ac_exec_ext in '' $ac_executable_extensions; do 4156 for ac_exec_ext in '' $ac_executable_extensions; do
4006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4157 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4007 ac_cv_prog_ac_ct_CC="gcc" 4158 ac_cv_prog_ac_ct_CC="gcc"
4008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4009 break 2 4160 break 2
4010 fi 4161 fi
4011 done 4162 done
4042 if test -n "$ac_tool_prefix"; then 4193 if test -n "$ac_tool_prefix"; then
4043 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 4194 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4044 set dummy ${ac_tool_prefix}cc; ac_word=$2 4195 set dummy ${ac_tool_prefix}cc; ac_word=$2
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4046 $as_echo_n "checking for $ac_word... " >&6; } 4197 $as_echo_n "checking for $ac_word... " >&6; }
4047 if test "${ac_cv_prog_CC+set}" = set; then : 4198 if ${ac_cv_prog_CC+:} false; then :
4048 $as_echo_n "(cached) " >&6 4199 $as_echo_n "(cached) " >&6
4049 else 4200 else
4050 if test -n "$CC"; then 4201 if test -n "$CC"; then
4051 ac_cv_prog_CC="$CC" # Let the user override the test. 4202 ac_cv_prog_CC="$CC" # Let the user override the test.
4052 else 4203 else
4054 for as_dir in $PATH 4205 for as_dir in $PATH
4055 do 4206 do
4056 IFS=$as_save_IFS 4207 IFS=$as_save_IFS
4057 test -z "$as_dir" && as_dir=. 4208 test -z "$as_dir" && as_dir=.
4058 for ac_exec_ext in '' $ac_executable_extensions; do 4209 for ac_exec_ext in '' $ac_executable_extensions; do
4059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4210 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4060 ac_cv_prog_CC="${ac_tool_prefix}cc" 4211 ac_cv_prog_CC="${ac_tool_prefix}cc"
4061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4062 break 2 4213 break 2
4063 fi 4214 fi
4064 done 4215 done
4082 if test -z "$CC"; then 4233 if test -z "$CC"; then
4083 # Extract the first word of "cc", so it can be a program name with args. 4234 # Extract the first word of "cc", so it can be a program name with args.
4084 set dummy cc; ac_word=$2 4235 set dummy cc; ac_word=$2
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4086 $as_echo_n "checking for $ac_word... " >&6; } 4237 $as_echo_n "checking for $ac_word... " >&6; }
4087 if test "${ac_cv_prog_CC+set}" = set; then : 4238 if ${ac_cv_prog_CC+:} false; then :
4088 $as_echo_n "(cached) " >&6 4239 $as_echo_n "(cached) " >&6
4089 else 4240 else
4090 if test -n "$CC"; then 4241 if test -n "$CC"; then
4091 ac_cv_prog_CC="$CC" # Let the user override the test. 4242 ac_cv_prog_CC="$CC" # Let the user override the test.
4092 else 4243 else
4095 for as_dir in $PATH 4246 for as_dir in $PATH
4096 do 4247 do
4097 IFS=$as_save_IFS 4248 IFS=$as_save_IFS
4098 test -z "$as_dir" && as_dir=. 4249 test -z "$as_dir" && as_dir=.
4099 for ac_exec_ext in '' $ac_executable_extensions; do 4250 for ac_exec_ext in '' $ac_executable_extensions; do
4100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4251 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4101 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 4252 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4102 ac_prog_rejected=yes 4253 ac_prog_rejected=yes
4103 continue 4254 continue
4104 fi 4255 fi
4105 ac_cv_prog_CC="cc" 4256 ac_cv_prog_CC="cc"
4141 do 4292 do
4142 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4293 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4143 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4294 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4145 $as_echo_n "checking for $ac_word... " >&6; } 4296 $as_echo_n "checking for $ac_word... " >&6; }
4146 if test "${ac_cv_prog_CC+set}" = set; then : 4297 if ${ac_cv_prog_CC+:} false; then :
4147 $as_echo_n "(cached) " >&6 4298 $as_echo_n "(cached) " >&6
4148 else 4299 else
4149 if test -n "$CC"; then 4300 if test -n "$CC"; then
4150 ac_cv_prog_CC="$CC" # Let the user override the test. 4301 ac_cv_prog_CC="$CC" # Let the user override the test.
4151 else 4302 else
4153 for as_dir in $PATH 4304 for as_dir in $PATH
4154 do 4305 do
4155 IFS=$as_save_IFS 4306 IFS=$as_save_IFS
4156 test -z "$as_dir" && as_dir=. 4307 test -z "$as_dir" && as_dir=.
4157 for ac_exec_ext in '' $ac_executable_extensions; do 4308 for ac_exec_ext in '' $ac_executable_extensions; do
4158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4159 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 4310 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4161 break 2 4312 break 2
4162 fi 4313 fi
4163 done 4314 done
4185 do 4336 do
4186 # Extract the first word of "$ac_prog", so it can be a program name with args. 4337 # Extract the first word of "$ac_prog", so it can be a program name with args.
4187 set dummy $ac_prog; ac_word=$2 4338 set dummy $ac_prog; ac_word=$2
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4189 $as_echo_n "checking for $ac_word... " >&6; } 4340 $as_echo_n "checking for $ac_word... " >&6; }
4190 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4341 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4191 $as_echo_n "(cached) " >&6 4342 $as_echo_n "(cached) " >&6
4192 else 4343 else
4193 if test -n "$ac_ct_CC"; then 4344 if test -n "$ac_ct_CC"; then
4194 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 4345 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4195 else 4346 else
4197 for as_dir in $PATH 4348 for as_dir in $PATH
4198 do 4349 do
4199 IFS=$as_save_IFS 4350 IFS=$as_save_IFS
4200 test -z "$as_dir" && as_dir=. 4351 test -z "$as_dir" && as_dir=.
4201 for ac_exec_ext in '' $ac_executable_extensions; do 4352 for ac_exec_ext in '' $ac_executable_extensions; do
4202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4353 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4203 ac_cv_prog_ac_ct_CC="$ac_prog" 4354 ac_cv_prog_ac_ct_CC="$ac_prog"
4204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4205 break 2 4356 break 2
4206 fi 4357 fi
4207 done 4358 done
4239 fi 4390 fi
4240 4391
4241 4392
4242 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4393 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4243 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4394 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4244 as_fn_error "no acceptable C compiler found in \$PATH 4395 as_fn_error $? "no acceptable C compiler found in \$PATH
4245 See \`config.log' for more details." "$LINENO" 5; } 4396 See \`config.log' for more details" "$LINENO" 5; }
4246 4397
4247 # Provide some information about the compiler. 4398 # Provide some information about the compiler.
4248 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 4399 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4249 set X $ac_compile 4400 set X $ac_compile
4250 ac_compiler=$2 4401 ac_compiler=$2
4261 if test -s conftest.err; then 4412 if test -s conftest.err; then
4262 sed '10a\ 4413 sed '10a\
4263 ... rest of stderr output deleted ... 4414 ... rest of stderr output deleted ...
4264 10q' conftest.err >conftest.er1 4415 10q' conftest.err >conftest.er1
4265 cat conftest.er1 >&5 4416 cat conftest.er1 >&5
4266 rm -f conftest.er1 conftest.err 4417 fi
4267 fi 4418 rm -f conftest.er1 conftest.err
4268 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4269 test $ac_status = 0; } 4420 test $ac_status = 0; }
4270 done 4421 done
4271 4422
4272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4279 ; 4430 ;
4280 return 0; 4431 return 0;
4281 } 4432 }
4282 _ACEOF 4433 _ACEOF
4283 ac_clean_files_save=$ac_clean_files 4434 ac_clean_files_save=$ac_clean_files
4284 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" 4435 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4285 # Try to create an executable without -o first, disregard a.out. 4436 # Try to create an executable without -o first, disregard a.out.
4286 # It will help us diagnose broken compilers, and finding out an intuition 4437 # It will help us diagnose broken compilers, and finding out an intuition
4287 # of exeext. 4438 # of exeext.
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 4439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4289 $as_echo_n "checking for C compiler default output file name... " >&6; } 4440 $as_echo_n "checking whether the C compiler works... " >&6; }
4290 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 4441 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4291 4442
4292 # The possible output files: 4443 # The possible output files:
4293 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 4444 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4294 4445
4346 test "$ac_cv_exeext" = no && ac_cv_exeext= 4497 test "$ac_cv_exeext" = no && ac_cv_exeext=
4347 4498
4348 else 4499 else
4349 ac_file='' 4500 ac_file=''
4350 fi 4501 fi
4502 if test -z "$ac_file"; then :
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4504 $as_echo "no" >&6; }
4505 $as_echo "$as_me: failed program was:" >&5
4506 sed 's/^/| /' conftest.$ac_ext >&5
4507
4508 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4509 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4510 as_fn_error 77 "C compiler cannot create executables
4511 See \`config.log' for more details" "$LINENO" 5; }
4512 else
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4514 $as_echo "yes" >&6; }
4515 fi
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4517 $as_echo_n "checking for C compiler default output file name... " >&6; }
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 4518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4352 $as_echo "$ac_file" >&6; } 4519 $as_echo "$ac_file" >&6; }
4353 if test -z "$ac_file"; then :
4354 $as_echo "$as_me: failed program was:" >&5
4355 sed 's/^/| /' conftest.$ac_ext >&5
4356
4357 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4358 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4359 { as_fn_set_status 77
4360 as_fn_error "C compiler cannot create executables
4361 See \`config.log' for more details." "$LINENO" 5; }; }
4362 fi
4363 ac_exeext=$ac_cv_exeext 4520 ac_exeext=$ac_cv_exeext
4364 4521
4365 # Check that the compiler produces executables we can run. If not, either 4522 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4366 # the compiler is broken, or we cross compile.
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4368 $as_echo_n "checking whether the C compiler works... " >&6; }
4369 # If not cross compiling, check that we can run a simple program.
4370 if test "$cross_compiling" != yes; then
4371 if { ac_try='./$ac_file'
4372 { { case "(($ac_try" in
4373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4374 *) ac_try_echo=$ac_try;;
4375 esac
4376 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4377 $as_echo "$ac_try_echo"; } >&5
4378 (eval "$ac_try") 2>&5
4379 ac_status=$?
4380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4381 test $ac_status = 0; }; }; then
4382 cross_compiling=no
4383 else
4384 if test "$cross_compiling" = maybe; then
4385 cross_compiling=yes
4386 else
4387 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4388 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4389 as_fn_error "cannot run C compiled programs.
4390 If you meant to cross compile, use \`--host'.
4391 See \`config.log' for more details." "$LINENO" 5; }
4392 fi
4393 fi
4394 fi
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4396 $as_echo "yes" >&6; }
4397
4398 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4399 ac_clean_files=$ac_clean_files_save 4523 ac_clean_files=$ac_clean_files_save
4400 # Check that the compiler produces executables we can run. If not, either
4401 # the compiler is broken, or we cross compile.
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4403 $as_echo_n "checking whether we are cross compiling... " >&6; }
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4405 $as_echo "$cross_compiling" >&6; }
4406
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 4524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4408 $as_echo_n "checking for suffix of executables... " >&6; } 4525 $as_echo_n "checking for suffix of executables... " >&6; }
4409 if { { ac_try="$ac_link" 4526 if { { ac_try="$ac_link"
4410 case "(($ac_try" in 4527 case "(($ac_try" in
4411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4431 esac 4548 esac
4432 done 4549 done
4433 else 4550 else
4434 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4551 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4435 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4552 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4436 as_fn_error "cannot compute suffix of executables: cannot compile and link 4553 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4437 See \`config.log' for more details." "$LINENO" 5; } 4554 See \`config.log' for more details" "$LINENO" 5; }
4438 fi 4555 fi
4439 rm -f conftest$ac_cv_exeext 4556 rm -f conftest conftest$ac_cv_exeext
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4441 $as_echo "$ac_cv_exeext" >&6; } 4558 $as_echo "$ac_cv_exeext" >&6; }
4442 4559
4443 rm -f conftest.$ac_ext 4560 rm -f conftest.$ac_ext
4444 EXEEXT=$ac_cv_exeext 4561 EXEEXT=$ac_cv_exeext
4445 ac_exeext=$EXEEXT 4562 ac_exeext=$EXEEXT
4563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4564 /* end confdefs.h. */
4565 #include <stdio.h>
4566 int
4567 main ()
4568 {
4569 FILE *f = fopen ("conftest.out", "w");
4570 return ferror (f) || fclose (f) != 0;
4571
4572 ;
4573 return 0;
4574 }
4575 _ACEOF
4576 ac_clean_files="$ac_clean_files conftest.out"
4577 # Check that the compiler produces executables we can run. If not, either
4578 # the compiler is broken, or we cross compile.
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4580 $as_echo_n "checking whether we are cross compiling... " >&6; }
4581 if test "$cross_compiling" != yes; then
4582 { { ac_try="$ac_link"
4583 case "(($ac_try" in
4584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4585 *) ac_try_echo=$ac_try;;
4586 esac
4587 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4588 $as_echo "$ac_try_echo"; } >&5
4589 (eval "$ac_link") 2>&5
4590 ac_status=$?
4591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4592 test $ac_status = 0; }
4593 if { ac_try='./conftest$ac_cv_exeext'
4594 { { case "(($ac_try" in
4595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4596 *) ac_try_echo=$ac_try;;
4597 esac
4598 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4599 $as_echo "$ac_try_echo"; } >&5
4600 (eval "$ac_try") 2>&5
4601 ac_status=$?
4602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4603 test $ac_status = 0; }; }; then
4604 cross_compiling=no
4605 else
4606 if test "$cross_compiling" = maybe; then
4607 cross_compiling=yes
4608 else
4609 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4610 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4611 as_fn_error $? "cannot run C compiled programs.
4612 If you meant to cross compile, use \`--host'.
4613 See \`config.log' for more details" "$LINENO" 5; }
4614 fi
4615 fi
4616 fi
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4618 $as_echo "$cross_compiling" >&6; }
4619
4620 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4621 ac_clean_files=$ac_clean_files_save
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4447 $as_echo_n "checking for suffix of object files... " >&6; } 4623 $as_echo_n "checking for suffix of object files... " >&6; }
4448 if test "${ac_cv_objext+set}" = set; then : 4624 if ${ac_cv_objext+:} false; then :
4449 $as_echo_n "(cached) " >&6 4625 $as_echo_n "(cached) " >&6
4450 else 4626 else
4451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4452 /* end confdefs.h. */ 4628 /* end confdefs.h. */
4453 4629
4483 $as_echo "$as_me: failed program was:" >&5 4659 $as_echo "$as_me: failed program was:" >&5
4484 sed 's/^/| /' conftest.$ac_ext >&5 4660 sed 's/^/| /' conftest.$ac_ext >&5
4485 4661
4486 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4662 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4487 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4663 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4488 as_fn_error "cannot compute suffix of object files: cannot compile 4664 as_fn_error $? "cannot compute suffix of object files: cannot compile
4489 See \`config.log' for more details." "$LINENO" 5; } 4665 See \`config.log' for more details" "$LINENO" 5; }
4490 fi 4666 fi
4491 rm -f conftest.$ac_cv_objext conftest.$ac_ext 4667 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4492 fi 4668 fi
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4494 $as_echo "$ac_cv_objext" >&6; } 4670 $as_echo "$ac_cv_objext" >&6; }
4495 OBJEXT=$ac_cv_objext 4671 OBJEXT=$ac_cv_objext
4496 ac_objext=$OBJEXT 4672 ac_objext=$OBJEXT
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 4673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4498 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 4674 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4499 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 4675 if ${ac_cv_c_compiler_gnu+:} false; then :
4500 $as_echo_n "(cached) " >&6 4676 $as_echo_n "(cached) " >&6
4501 else 4677 else
4502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4503 /* end confdefs.h. */ 4679 /* end confdefs.h. */
4504 4680
4531 fi 4707 fi
4532 ac_test_CFLAGS=${CFLAGS+set} 4708 ac_test_CFLAGS=${CFLAGS+set}
4533 ac_save_CFLAGS=$CFLAGS 4709 ac_save_CFLAGS=$CFLAGS
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4535 $as_echo_n "checking whether $CC accepts -g... " >&6; } 4711 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4536 if test "${ac_cv_prog_cc_g+set}" = set; then : 4712 if ${ac_cv_prog_cc_g+:} false; then :
4537 $as_echo_n "(cached) " >&6 4713 $as_echo_n "(cached) " >&6
4538 else 4714 else
4539 ac_save_c_werror_flag=$ac_c_werror_flag 4715 ac_save_c_werror_flag=$ac_c_werror_flag
4540 ac_c_werror_flag=yes 4716 ac_c_werror_flag=yes
4541 ac_cv_prog_cc_g=no 4717 ac_cv_prog_cc_g=no
4609 CFLAGS= 4785 CFLAGS=
4610 fi 4786 fi
4611 fi 4787 fi
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 4788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4613 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4789 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4614 if test "${ac_cv_prog_cc_c89+set}" = set; then : 4790 if ${ac_cv_prog_cc_c89+:} false; then :
4615 $as_echo_n "(cached) " >&6 4791 $as_echo_n "(cached) " >&6
4616 else 4792 else
4617 ac_cv_prog_cc_c89=no 4793 ac_cv_prog_cc_c89=no
4618 ac_save_CC=$CC 4794 ac_save_CC=$CC
4619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4620 /* end confdefs.h. */ 4796 /* end confdefs.h. */
4621 #include <stdarg.h> 4797 #include <stdarg.h>
4622 #include <stdio.h> 4798 #include <stdio.h>
4623 #include <sys/types.h> 4799 struct stat;
4624 #include <sys/stat.h>
4625 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4800 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4626 struct buf { int x; }; 4801 struct buf { int x; };
4627 FILE * (*rcsopen) (struct buf *, struct stat *, int); 4802 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4628 static char *e (p, i) 4803 static char *e (p, i)
4629 char **p; 4804 char **p;
4720 do 4895 do
4721 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4896 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4722 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4897 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4724 $as_echo_n "checking for $ac_word... " >&6; } 4899 $as_echo_n "checking for $ac_word... " >&6; }
4725 if test "${ac_cv_prog_CXX+set}" = set; then : 4900 if ${ac_cv_prog_CXX+:} false; then :
4726 $as_echo_n "(cached) " >&6 4901 $as_echo_n "(cached) " >&6
4727 else 4902 else
4728 if test -n "$CXX"; then 4903 if test -n "$CXX"; then
4729 ac_cv_prog_CXX="$CXX" # Let the user override the test. 4904 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4730 else 4905 else
4732 for as_dir in $PATH 4907 for as_dir in $PATH
4733 do 4908 do
4734 IFS=$as_save_IFS 4909 IFS=$as_save_IFS
4735 test -z "$as_dir" && as_dir=. 4910 test -z "$as_dir" && as_dir=.
4736 for ac_exec_ext in '' $ac_executable_extensions; do 4911 for ac_exec_ext in '' $ac_executable_extensions; do
4737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4738 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 4913 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4740 break 2 4915 break 2
4741 fi 4916 fi
4742 done 4917 done
4764 do 4939 do
4765 # Extract the first word of "$ac_prog", so it can be a program name with args. 4940 # Extract the first word of "$ac_prog", so it can be a program name with args.
4766 set dummy $ac_prog; ac_word=$2 4941 set dummy $ac_prog; ac_word=$2
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4768 $as_echo_n "checking for $ac_word... " >&6; } 4943 $as_echo_n "checking for $ac_word... " >&6; }
4769 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : 4944 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4770 $as_echo_n "(cached) " >&6 4945 $as_echo_n "(cached) " >&6
4771 else 4946 else
4772 if test -n "$ac_ct_CXX"; then 4947 if test -n "$ac_ct_CXX"; then
4773 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 4948 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4774 else 4949 else
4776 for as_dir in $PATH 4951 for as_dir in $PATH
4777 do 4952 do
4778 IFS=$as_save_IFS 4953 IFS=$as_save_IFS
4779 test -z "$as_dir" && as_dir=. 4954 test -z "$as_dir" && as_dir=.
4780 for ac_exec_ext in '' $ac_executable_extensions; do 4955 for ac_exec_ext in '' $ac_executable_extensions; do
4781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4956 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4782 ac_cv_prog_ac_ct_CXX="$ac_prog" 4957 ac_cv_prog_ac_ct_CXX="$ac_prog"
4783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4784 break 2 4959 break 2
4785 fi 4960 fi
4786 done 4961 done
4834 if test -s conftest.err; then 5009 if test -s conftest.err; then
4835 sed '10a\ 5010 sed '10a\
4836 ... rest of stderr output deleted ... 5011 ... rest of stderr output deleted ...
4837 10q' conftest.err >conftest.er1 5012 10q' conftest.err >conftest.er1
4838 cat conftest.er1 >&5 5013 cat conftest.er1 >&5
4839 rm -f conftest.er1 conftest.err 5014 fi
4840 fi 5015 rm -f conftest.er1 conftest.err
4841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5016 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4842 test $ac_status = 0; } 5017 test $ac_status = 0; }
4843 done 5018 done
4844 5019
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 5020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4846 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 5021 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4847 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 5022 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4848 $as_echo_n "(cached) " >&6 5023 $as_echo_n "(cached) " >&6
4849 else 5024 else
4850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4851 /* end confdefs.h. */ 5026 /* end confdefs.h. */
4852 5027
4879 fi 5054 fi
4880 ac_test_CXXFLAGS=${CXXFLAGS+set} 5055 ac_test_CXXFLAGS=${CXXFLAGS+set}
4881 ac_save_CXXFLAGS=$CXXFLAGS 5056 ac_save_CXXFLAGS=$CXXFLAGS
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4883 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 5058 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4884 if test "${ac_cv_prog_cxx_g+set}" = set; then : 5059 if ${ac_cv_prog_cxx_g+:} false; then :
4885 $as_echo_n "(cached) " >&6 5060 $as_echo_n "(cached) " >&6
4886 else 5061 else
4887 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 5062 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4888 ac_cxx_werror_flag=yes 5063 ac_cxx_werror_flag=yes
4889 ac_cv_prog_cxx_g=no 5064 ac_cv_prog_cxx_g=no
5031 if test -n "$ac_tool_prefix"; then 5206 if test -n "$ac_tool_prefix"; then
5032 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args. 5207 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5033 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2 5208 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5035 $as_echo_n "checking for $ac_word... " >&6; } 5210 $as_echo_n "checking for $ac_word... " >&6; }
5036 if test "${ac_cv_prog_GNATBIND+set}" = set; then : 5211 if ${ac_cv_prog_GNATBIND+:} false; then :
5037 $as_echo_n "(cached) " >&6 5212 $as_echo_n "(cached) " >&6
5038 else 5213 else
5039 if test -n "$GNATBIND"; then 5214 if test -n "$GNATBIND"; then
5040 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test. 5215 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5041 else 5216 else
5043 for as_dir in $PATH 5218 for as_dir in $PATH
5044 do 5219 do
5045 IFS=$as_save_IFS 5220 IFS=$as_save_IFS
5046 test -z "$as_dir" && as_dir=. 5221 test -z "$as_dir" && as_dir=.
5047 for ac_exec_ext in '' $ac_executable_extensions; do 5222 for ac_exec_ext in '' $ac_executable_extensions; do
5048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5223 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5049 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind" 5224 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5051 break 2 5226 break 2
5052 fi 5227 fi
5053 done 5228 done
5071 ac_ct_GNATBIND=$GNATBIND 5246 ac_ct_GNATBIND=$GNATBIND
5072 # Extract the first word of "gnatbind", so it can be a program name with args. 5247 # Extract the first word of "gnatbind", so it can be a program name with args.
5073 set dummy gnatbind; ac_word=$2 5248 set dummy gnatbind; ac_word=$2
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5075 $as_echo_n "checking for $ac_word... " >&6; } 5250 $as_echo_n "checking for $ac_word... " >&6; }
5076 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then : 5251 if ${ac_cv_prog_ac_ct_GNATBIND+:} false; then :
5077 $as_echo_n "(cached) " >&6 5252 $as_echo_n "(cached) " >&6
5078 else 5253 else
5079 if test -n "$ac_ct_GNATBIND"; then 5254 if test -n "$ac_ct_GNATBIND"; then
5080 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test. 5255 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
5081 else 5256 else
5083 for as_dir in $PATH 5258 for as_dir in $PATH
5084 do 5259 do
5085 IFS=$as_save_IFS 5260 IFS=$as_save_IFS
5086 test -z "$as_dir" && as_dir=. 5261 test -z "$as_dir" && as_dir=.
5087 for ac_exec_ext in '' $ac_executable_extensions; do 5262 for ac_exec_ext in '' $ac_executable_extensions; do
5088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5263 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5089 ac_cv_prog_ac_ct_GNATBIND="gnatbind" 5264 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5091 break 2 5266 break 2
5092 fi 5267 fi
5093 done 5268 done
5123 if test -n "$ac_tool_prefix"; then 5298 if test -n "$ac_tool_prefix"; then
5124 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args. 5299 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5125 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2 5300 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5127 $as_echo_n "checking for $ac_word... " >&6; } 5302 $as_echo_n "checking for $ac_word... " >&6; }
5128 if test "${ac_cv_prog_GNATMAKE+set}" = set; then : 5303 if ${ac_cv_prog_GNATMAKE+:} false; then :
5129 $as_echo_n "(cached) " >&6 5304 $as_echo_n "(cached) " >&6
5130 else 5305 else
5131 if test -n "$GNATMAKE"; then 5306 if test -n "$GNATMAKE"; then
5132 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test. 5307 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5133 else 5308 else
5135 for as_dir in $PATH 5310 for as_dir in $PATH
5136 do 5311 do
5137 IFS=$as_save_IFS 5312 IFS=$as_save_IFS
5138 test -z "$as_dir" && as_dir=. 5313 test -z "$as_dir" && as_dir=.
5139 for ac_exec_ext in '' $ac_executable_extensions; do 5314 for ac_exec_ext in '' $ac_executable_extensions; do
5140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5141 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake" 5316 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5143 break 2 5318 break 2
5144 fi 5319 fi
5145 done 5320 done
5163 ac_ct_GNATMAKE=$GNATMAKE 5338 ac_ct_GNATMAKE=$GNATMAKE
5164 # Extract the first word of "gnatmake", so it can be a program name with args. 5339 # Extract the first word of "gnatmake", so it can be a program name with args.
5165 set dummy gnatmake; ac_word=$2 5340 set dummy gnatmake; ac_word=$2
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5167 $as_echo_n "checking for $ac_word... " >&6; } 5342 $as_echo_n "checking for $ac_word... " >&6; }
5168 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then : 5343 if ${ac_cv_prog_ac_ct_GNATMAKE+:} false; then :
5169 $as_echo_n "(cached) " >&6 5344 $as_echo_n "(cached) " >&6
5170 else 5345 else
5171 if test -n "$ac_ct_GNATMAKE"; then 5346 if test -n "$ac_ct_GNATMAKE"; then
5172 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test. 5347 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5173 else 5348 else
5175 for as_dir in $PATH 5350 for as_dir in $PATH
5176 do 5351 do
5177 IFS=$as_save_IFS 5352 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=. 5353 test -z "$as_dir" && as_dir=.
5179 for ac_exec_ext in '' $ac_executable_extensions; do 5354 for ac_exec_ext in '' $ac_executable_extensions; do
5180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5355 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5181 ac_cv_prog_ac_ct_GNATMAKE="gnatmake" 5356 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5183 break 2 5358 break 2
5184 fi 5359 fi
5185 done 5360 done
5212 GNATMAKE="$ac_cv_prog_GNATMAKE" 5387 GNATMAKE="$ac_cv_prog_GNATMAKE"
5213 fi 5388 fi
5214 5389
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5 5390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5216 $as_echo_n "checking whether compiler driver understands Ada... " >&6; } 5391 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5217 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then : 5392 if ${acx_cv_cc_gcc_supports_ada+:} false; then :
5218 $as_echo_n "(cached) " >&6 5393 $as_echo_n "(cached) " >&6
5219 else 5394 else
5220 cat >conftest.adb <<EOF 5395 cat >conftest.adb <<EOF
5221 procedure conftest is begin null; end conftest; 5396 procedure conftest is begin null; end conftest;
5222 EOF 5397 EOF
5244 have_gnat=no 5419 have_gnat=no
5245 fi 5420 fi
5246 5421
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5 5422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5248 $as_echo_n "checking how to compare bootstrapped objects... " >&6; } 5423 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5249 if test "${gcc_cv_prog_cmp_skip+set}" = set; then : 5424 if ${gcc_cv_prog_cmp_skip+:} false; then :
5250 $as_echo_n "(cached) " >&6 5425 $as_echo_n "(cached) " >&6
5251 else 5426 else
5252 echo abfoo >t1 5427 echo abfoo >t1
5253 echo cdfoo >t2 5428 echo cdfoo >t2
5254 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2' 5429 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5312 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;} 5487 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5313 ;; 5488 ;;
5314 5489
5315 # No compiler: if they passed --enable-bootstrap explicitly, fail 5490 # No compiler: if they passed --enable-bootstrap explicitly, fail
5316 no:*:*:yes) 5491 no:*:*:yes)
5317 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;; 5492 as_fn_error $? "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5318 5493
5319 # Fail if wrong command line 5494 # Fail if wrong command line
5320 *) 5495 *)
5321 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5 5496 as_fn_error $? "invalid option for --enable-bootstrap" "$LINENO" 5
5322 ;; 5497 ;;
5323 esac 5498 esac
5324 5499
5325 # When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a 5500 # When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
5326 # C++98 compiler can still start the bootstrap. 5501 # C++98 compiler can still start the bootstrap.
5329 fi 5504 fi
5330 5505
5331 # Used for setting $lt_cv_objdir 5506 # Used for setting $lt_cv_objdir
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5333 $as_echo_n "checking for objdir... " >&6; } 5508 $as_echo_n "checking for objdir... " >&6; }
5334 if test "${lt_cv_objdir+set}" = set; then : 5509 if ${lt_cv_objdir+:} false; then :
5335 $as_echo_n "(cached) " >&6 5510 $as_echo_n "(cached) " >&6
5336 else 5511 else
5337 rm -f .libs 2>/dev/null 5512 rm -f .libs 2>/dev/null
5338 mkdir .libs 2>/dev/null 5513 mkdir .libs 2>/dev/null
5339 if test -d .libs; then 5514 if test -d .libs; then
5407 # Specify a location for mpfr 5582 # Specify a location for mpfr
5408 # check for this first so it ends up on the link line before gmp. 5583 # check for this first so it ends up on the link line before gmp.
5409 5584
5410 # Check whether --with-mpfr-dir was given. 5585 # Check whether --with-mpfr-dir was given.
5411 if test "${with_mpfr_dir+set}" = set; then : 5586 if test "${with_mpfr_dir+set}" = set; then :
5412 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed. 5587 withval=$with_mpfr_dir; as_fn_error $? "The --with-mpfr-dir=PATH option has been removed.
5413 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5 5588 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5414 fi 5589 fi
5415 5590
5416 5591
5417 5592
5444 gmplibs="-L$with_mpfr_lib $gmplibs" 5619 gmplibs="-L$with_mpfr_lib $gmplibs"
5445 fi 5620 fi
5446 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then 5621 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5447 # MPFR v3.1.0 moved the sources into a src sub-directory. 5622 # MPFR v3.1.0 moved the sources into a src sub-directory.
5448 if ! test -d ${srcdir}/mpfr/src; then 5623 if ! test -d ${srcdir}/mpfr/src; then
5449 as_fn_error "Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+." "$LINENO" 5 5624 as_fn_error $? "Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+." "$LINENO" 5
5450 fi 5625 fi
5451 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs" 5626 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5452 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc" 5627 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5453 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir" 5628 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5454 # Do not test the mpfr version. Assume that it is sufficient, since 5629 # Do not test the mpfr version. Assume that it is sufficient, since
5460 5635
5461 # Specify a location for gmp 5636 # Specify a location for gmp
5462 5637
5463 # Check whether --with-gmp-dir was given. 5638 # Check whether --with-gmp-dir was given.
5464 if test "${with_gmp_dir+set}" = set; then : 5639 if test "${with_gmp_dir+set}" = set; then :
5465 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed. 5640 withval=$with_gmp_dir; as_fn_error $? "The --with-gmp-dir=PATH option has been removed.
5466 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5 5641 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5467 fi 5642 fi
5468 5643
5469 5644
5470 5645
5578 #include <mpfr.h> 5753 #include <mpfr.h>
5579 int 5754 int
5580 main () 5755 main ()
5581 { 5756 {
5582 5757
5583 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0) 5758 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,0)
5584 choke me 5759 choke me
5585 #endif 5760 #endif
5586 5761
5587 ; 5762 ;
5588 return 0; 5763 return 0;
5595 #include <mpfr.h> 5770 #include <mpfr.h>
5596 int 5771 int
5597 main () 5772 main ()
5598 { 5773 {
5599 5774
5600 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2) 5775 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,6)
5601 choke me 5776 choke me
5602 #endif 5777 #endif
5603 5778
5604 ; 5779 ;
5605 return 0; 5780 return 0;
5688 mpfr_t x; 5863 mpfr_t x;
5689 mpc_t c; 5864 mpc_t c;
5690 int t; 5865 int t;
5691 mpfr_init (n); 5866 mpfr_init (n);
5692 mpfr_init (x); 5867 mpfr_init (x);
5693 mpfr_atan2 (n, n, x, GMP_RNDN); 5868 mpfr_atan2 (n, n, x, MPFR_RNDN);
5694 mpfr_erfc (n, x, GMP_RNDN); 5869 mpfr_erfc (n, x, MPFR_RNDN);
5695 mpfr_subnormalize (x, t, GMP_RNDN); 5870 mpfr_subnormalize (x, t, MPFR_RNDN);
5696 mpfr_clear(n); 5871 mpfr_clear(n);
5697 mpfr_clear(x); 5872 mpfr_clear(x);
5698 mpc_init2 (c, 53); 5873 mpc_init2 (c, 53);
5699 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN); 5874 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5700 mpc_cosh (c, c, MPC_RNDNN); 5875 mpc_cosh (c, c, MPC_RNDNN);
5721 CFLAGS="$saved_CFLAGS" 5896 CFLAGS="$saved_CFLAGS"
5722 5897
5723 # The library versions listed in the error message below should match 5898 # The library versions listed in the error message below should match
5724 # the HARD-minimums enforced above. 5899 # the HARD-minimums enforced above.
5725 if test x$have_gmp != xyes; then 5900 if test x$have_gmp != xyes; then
5726 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+. 5901 as_fn_error $? "Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
5727 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify 5902 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5728 their locations. Source code for these libraries can be found at 5903 their locations. Source code for these libraries can be found at
5729 their respective hosting sites as well as at 5904 their respective hosting sites as well as at
5730 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also 5905 https://gcc.gnu.org/pub/gcc/infrastructure/. See also
5731 http://gcc.gnu.org/install/prerequisites.html for additional info. If 5906 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5732 you obtained GMP, MPFR and/or MPC from a vendor distribution package, 5907 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5733 make sure that you have installed both the libraries and the header 5908 make sure that you have installed both the libraries and the header
5734 files. They may be located in separate packages." "$LINENO" 5 5909 files. They may be located in separate packages." "$LINENO" 5
5735 fi 5910 fi
5756 stage1_libs= 5931 stage1_libs=
5757 fi 5932 fi
5758 5933
5759 5934
5760 5935
5936 # Whether or not to use -static-libstdc++ and -static-libgcc. The
5937 # default is yes if gcc is being built; no otherwise. The reason for
5938 # this default is that gdb is sometimes linked against GNU Source
5939 # Highlight, which is a shared library that uses C++ exceptions. In
5940 # this case, -static-libstdc++ will cause crashes.
5941
5942 # Check whether --with-static-standard-libraries was given.
5943 if test "${with_static_standard_libraries+set}" = set; then :
5944 withval=$with_static_standard_libraries;
5945 else
5946 with_static_standard_libraries=auto
5947 fi
5948
5949 if test "$with_static_standard_libraries" = auto; then
5950 with_static_standard_libraries=$have_compiler
5951 fi
5952
5761 # Linker flags to use for stage1 or when not bootstrapping. 5953 # Linker flags to use for stage1 or when not bootstrapping.
5762 5954
5763 # Check whether --with-stage1-ldflags was given. 5955 # Check whether --with-stage1-ldflags was given.
5764 if test "${with_stage1_ldflags+set}" = set; then : 5956 if test "${with_stage1_ldflags+set}" = set; then :
5765 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then 5957 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5770 else 5962 else
5771 stage1_ldflags= 5963 stage1_ldflags=
5772 # In stage 1, default to linking libstdc++ and libgcc statically with GCC 5964 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5773 # if supported. But if the user explicitly specified the libraries to use, 5965 # if supported. But if the user explicitly specified the libraries to use,
5774 # trust that they are doing what they want. 5966 # trust that they are doing what they want.
5775 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then 5967 if test "$with_static_standard_libraries" = yes -a "$stage1_libs" = "" \
5968 -a "$have_static_libs" = yes; then
5776 stage1_ldflags="-static-libstdc++ -static-libgcc" 5969 stage1_ldflags="-static-libstdc++ -static-libgcc"
5777 fi 5970 fi
5778 fi 5971 fi
5779 5972
5780 5973
5949 6142
5950 if test "${graphite_requested}" = yes \ 6143 if test "${graphite_requested}" = yes \
5951 && test "x${isllibs}" = x \ 6144 && test "x${isllibs}" = x \
5952 && test "x${islinc}" = x ; then 6145 && test "x${islinc}" = x ; then
5953 6146
5954 as_fn_error "Unable to find a usable isl. See config.log for details." "$LINENO" 5 6147 as_fn_error $? "Unable to find a usable isl. See config.log for details." "$LINENO" 5
5955 fi 6148 fi
5956 6149
5957 6150
5958 fi 6151 fi
5959 6152
6010 # warn during gcc/ subconfigure; unless you're bootstrapping with 6203 # warn during gcc/ subconfigure; unless you're bootstrapping with
6011 # -flto it won't be needed until after installation anyway. 6204 # -flto it won't be needed until after installation anyway.
6012 case $target in 6205 case $target in
6013 *-cygwin* | *-mingw* | *-apple-darwin* | *djgpp*) ;; 6206 *-cygwin* | *-mingw* | *-apple-darwin* | *djgpp*) ;;
6014 *) if test x"$enable_lto" = x"yes"; then 6207 *) if test x"$enable_lto" = x"yes"; then
6015 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5 6208 as_fn_error $? "LTO support is not enabled for this target." "$LINENO" 5
6016 fi 6209 fi
6017 ;; 6210 ;;
6018 esac 6211 esac
6019 fi 6212 fi
6020 # Among non-ELF, only Windows platforms support the lto-plugin so far. 6213 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6098 *,c++,*:*) ;; 6291 *,c++,*:*) ;;
6099 *:yes) 6292 *:yes)
6100 if test -f ${srcdir}/gcc/cp/config-lang.in; then 6293 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6101 enable_languages="${enable_languages},c++" 6294 enable_languages="${enable_languages},c++"
6102 else 6295 else
6103 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5 6296 as_fn_error $? "bootstrapping requires c++ sources" "$LINENO" 5
6104 fi 6297 fi
6105 ;; 6298 ;;
6106 esac 6299 esac
6107 6300
6108 # First scan to see if an enabled language requires some other language. 6301 # First scan to see if an enabled language requires some other language.
6236 for i in $subdir_requires; do 6429 for i in $subdir_requires; do
6237 test -f "$srcdir/gcc/$i/config-lang.in" && continue 6430 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6238 case ${add_this_lang} in 6431 case ${add_this_lang} in
6239 yes) 6432 yes)
6240 # Specifically requested language; tell them. 6433 # Specifically requested language; tell them.
6241 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5 6434 as_fn_error $? "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6242 ;; 6435 ;;
6243 all) 6436 all)
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The gcc/$i directory contains parts of $language but is missing" >&5 6437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The gcc/$i directory contains parts of $language but is missing" >&5
6245 $as_echo "$as_me: WARNING: The gcc/$i directory contains parts of $language but is missing" >&2;} 6438 $as_echo "$as_me: WARNING: The gcc/$i directory contains parts of $language but is missing" >&2;}
6246 add_this_lang=unsupported 6439 add_this_lang=unsupported
6254 6447
6255 # Disable Ada if no preexisting GNAT is available. 6448 # Disable Ada if no preexisting GNAT is available.
6256 case ${add_this_lang}:${language}:${have_gnat} in 6449 case ${add_this_lang}:${language}:${have_gnat} in
6257 yes:ada:no) 6450 yes:ada:no)
6258 # Specifically requested language; tell them. 6451 # Specifically requested language; tell them.
6259 as_fn_error "GNAT is required to build $language" "$LINENO" 5 6452 as_fn_error $? "GNAT is required to build $language" "$LINENO" 5
6260 ;; 6453 ;;
6261 all:ada:no) 6454 all:ada:no)
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNAT is required to build $language" >&5 6455 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNAT is required to build $language" >&5
6263 $as_echo "$as_me: WARNING: GNAT is required to build $language" >&2;} 6456 $as_echo "$as_me: WARNING: GNAT is required to build $language" >&2;}
6264 add_this_lang=unsupported 6457 add_this_lang=unsupported
6271 6464
6272 # Disable jit if -enable-host-shared not specified 6465 # Disable jit if -enable-host-shared not specified
6273 case ${add_this_lang}:${language}:${host_shared} in 6466 case ${add_this_lang}:${language}:${host_shared} in
6274 yes:jit:no) 6467 yes:jit:no)
6275 # PR jit/64780: explicitly specify --enable-host-shared 6468 # PR jit/64780: explicitly specify --enable-host-shared
6276 as_fn_error " 6469 as_fn_error $? "
6277 Enabling language \"jit\" requires --enable-host-shared. 6470 Enabling language \"jit\" requires --enable-host-shared.
6278 6471
6279 --enable-host-shared typically slows the rest of the compiler down by 6472 --enable-host-shared typically slows the rest of the compiler down by
6280 a few %, so you must explicitly enable it. 6473 a few %, so you must explicitly enable it.
6281 6474
6389 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"` 6582 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6390 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"` 6583 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6391 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"` 6584 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6392 6585
6393 if test "x$missing_languages" != x; then 6586 if test "x$missing_languages" != x; then
6394 as_fn_error " 6587 as_fn_error $? "
6395 The following requested languages could not be built: ${missing_languages} 6588 The following requested languages could not be built: ${missing_languages}
6396 Supported languages are: ${potential_languages}" "$LINENO" 5 6589 Supported languages are: ${potential_languages}" "$LINENO" 5
6397 fi 6590 fi
6398 if test "x$new_enable_languages" != "x$enable_languages"; then 6591 if test "x$new_enable_languages" != "x$enable_languages"; then
6399 echo The following languages will be built: ${new_enable_languages} 6592 echo The following languages will be built: ${new_enable_languages}
6444 if test "x$with_target_bdw_gc$with_target_bdw_gc_include$with_target_bdw_gc_lib" = x; then 6637 if test "x$with_target_bdw_gc$with_target_bdw_gc_include$with_target_bdw_gc_lib" = x; then
6445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using bdw-gc in default locations" >&5 6638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using bdw-gc in default locations" >&5
6446 $as_echo "using bdw-gc in default locations" >&6; } 6639 $as_echo "using bdw-gc in default locations" >&6; }
6447 else 6640 else
6448 if test "x$with_target_bdw_gc_include" = x && test "x$with_target_bdw_gc_lib" != x; then 6641 if test "x$with_target_bdw_gc_include" = x && test "x$with_target_bdw_gc_lib" != x; then
6449 as_fn_error "found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing" "$LINENO" 5 6642 as_fn_error $? "found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing" "$LINENO" 5
6450 elif test "x$with_target_bdw_gc_include" != x && test "x$with_target_bdw_gc_lib" = x; then 6643 elif test "x$with_target_bdw_gc_include" != x && test "x$with_target_bdw_gc_lib" = x; then
6451 as_fn_error "found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing" "$LINENO" 5 6644 as_fn_error $? "found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing" "$LINENO" 5
6452 else 6645 else
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using paths configured with --with-target-bdw-gc options" >&5 6646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using paths configured with --with-target-bdw-gc options" >&5
6454 $as_echo "using paths configured with --with-target-bdw-gc options" >&6; } 6647 $as_echo "using paths configured with --with-target-bdw-gc options" >&6; }
6455 fi 6648 fi
6456 fi 6649 fi
6549 # If we can build libiberty, we can also build libiberty-linker-plugin. 6742 # If we can build libiberty, we can also build libiberty-linker-plugin.
6550 configdirs="$configdirs libiberty-linker-plugin" 6743 configdirs="$configdirs libiberty-linker-plugin"
6551 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \ 6744 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6552 --with-libiberty=../libiberty-linker-plugin";; 6745 --with-libiberty=../libiberty-linker-plugin";;
6553 *) 6746 *)
6554 as_fn_error "libiberty missing" "$LINENO" 5;; 6747 as_fn_error $? "libiberty missing" "$LINENO" 5;;
6555 esac 6748 esac
6556 fi 6749 fi
6557 6750
6558 # Sometimes we have special requirements for the host libiberty. 6751 # Sometimes we have special requirements for the host libiberty.
6559 extra_host_libiberty_configure_flags= 6752 extra_host_libiberty_configure_flags=
7116 ;; 7309 ;;
7117 esac 7310 esac
7118 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g` 7311 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7119 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g` 7312 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7120 7313
7314 # gdb depends on gnulib, but as nothing else does, only include it if
7315 # gdb is built.
7316 if echo " ${configdirs} " | grep " gdb " > /dev/null 2>&1 ; then
7317 # The Makefile provides the ordering, so it's enough here to add
7318 # gnulib to the list.
7319 configdirs="${configdirs} gnulib"
7320 fi
7321
7121 # Strip out unwanted targets. 7322 # Strip out unwanted targets.
7122 7323
7123 # While at that, we remove Makefiles if we were started for recursive 7324 # While at that, we remove Makefiles if we were started for recursive
7124 # configuration, so that the top-level Makefile reconfigures them, 7325 # configuration, so that the top-level Makefile reconfigures them,
7125 # like we used to do when configure itself was recursive. 7326 # like we used to do when configure itself was recursive.
7135 # configure will not warn you at all. 7336 # configure will not warn you at all.
7136 7337
7137 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in 7338 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7138 yes:yes:*\ gold\ *:*,c++,*) ;; 7339 yes:yes:*\ gold\ *:*,c++,*) ;;
7139 yes:yes:*\ gold\ *:*) 7340 yes:yes:*\ gold\ *:*)
7140 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5 7341 as_fn_error $? "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7141 ;; 7342 ;;
7142 esac 7343 esac
7143 7344
7144 extrasub_build= 7345 extrasub_build=
7145 for module in ${build_configdirs} ; do 7346 for module in ${build_configdirs} ; do
7459 dev64=yes 7660 dev64=yes
7460 fi 7661 fi
7461 fi 7662 fi
7462 rm -f conftest* 7663 rm -f conftest*
7463 if test x${dev64} != xyes ; then 7664 if test x${dev64} != xyes ; then
7464 as_fn_error "I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5 7665 as_fn_error $? "I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5
7465 fi 7666 fi
7466 ;; 7667 ;;
7467 esac 7668 esac
7468 7669
7469 # Default to --enable-multilib. 7670 # Default to --enable-multilib.
7648 7849
7649 7850
7650 7851
7651 7852
7652 7853
7854
7653 # Generate default definitions for YACC, M4, LEX and other programs that run 7855 # Generate default definitions for YACC, M4, LEX and other programs that run
7654 # on the build machine. These are used if the Makefile can't locate these 7856 # on the build machine. These are used if the Makefile can't locate these
7655 # programs in objdir. 7857 # programs in objdir.
7656 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing 7858 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7657 7859
7659 do 7861 do
7660 # Extract the first word of "$ac_prog", so it can be a program name with args. 7862 # Extract the first word of "$ac_prog", so it can be a program name with args.
7661 set dummy $ac_prog; ac_word=$2 7863 set dummy $ac_prog; ac_word=$2
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7663 $as_echo_n "checking for $ac_word... " >&6; } 7865 $as_echo_n "checking for $ac_word... " >&6; }
7664 if test "${ac_cv_prog_YACC+set}" = set; then : 7866 if ${ac_cv_prog_YACC+:} false; then :
7665 $as_echo_n "(cached) " >&6 7867 $as_echo_n "(cached) " >&6
7666 else 7868 else
7667 if test -n "$YACC"; then 7869 if test -n "$YACC"; then
7668 ac_cv_prog_YACC="$YACC" # Let the user override the test. 7870 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7669 else 7871 else
7671 for as_dir in $PATH 7873 for as_dir in $PATH
7672 do 7874 do
7673 IFS=$as_save_IFS 7875 IFS=$as_save_IFS
7674 test -z "$as_dir" && as_dir=. 7876 test -z "$as_dir" && as_dir=.
7675 for ac_exec_ext in '' $ac_executable_extensions; do 7877 for ac_exec_ext in '' $ac_executable_extensions; do
7676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7878 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7677 ac_cv_prog_YACC="$ac_prog" 7879 ac_cv_prog_YACC="$ac_prog"
7678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7679 break 2 7881 break 2
7680 fi 7882 fi
7681 done 7883 done
7706 do 7908 do
7707 # Extract the first word of "$ac_prog", so it can be a program name with args. 7909 # Extract the first word of "$ac_prog", so it can be a program name with args.
7708 set dummy $ac_prog; ac_word=$2 7910 set dummy $ac_prog; ac_word=$2
7709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7710 $as_echo_n "checking for $ac_word... " >&6; } 7912 $as_echo_n "checking for $ac_word... " >&6; }
7711 if test "${ac_cv_prog_BISON+set}" = set; then : 7913 if ${ac_cv_prog_BISON+:} false; then :
7712 $as_echo_n "(cached) " >&6 7914 $as_echo_n "(cached) " >&6
7713 else 7915 else
7714 if test -n "$BISON"; then 7916 if test -n "$BISON"; then
7715 ac_cv_prog_BISON="$BISON" # Let the user override the test. 7917 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7716 else 7918 else
7718 for as_dir in $PATH 7920 for as_dir in $PATH
7719 do 7921 do
7720 IFS=$as_save_IFS 7922 IFS=$as_save_IFS
7721 test -z "$as_dir" && as_dir=. 7923 test -z "$as_dir" && as_dir=.
7722 for ac_exec_ext in '' $ac_executable_extensions; do 7924 for ac_exec_ext in '' $ac_executable_extensions; do
7723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7724 ac_cv_prog_BISON="$ac_prog" 7926 ac_cv_prog_BISON="$ac_prog"
7725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7726 break 2 7928 break 2
7727 fi 7929 fi
7728 done 7930 done
7753 do 7955 do
7754 # Extract the first word of "$ac_prog", so it can be a program name with args. 7956 # Extract the first word of "$ac_prog", so it can be a program name with args.
7755 set dummy $ac_prog; ac_word=$2 7957 set dummy $ac_prog; ac_word=$2
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7757 $as_echo_n "checking for $ac_word... " >&6; } 7959 $as_echo_n "checking for $ac_word... " >&6; }
7758 if test "${ac_cv_prog_M4+set}" = set; then : 7960 if ${ac_cv_prog_M4+:} false; then :
7759 $as_echo_n "(cached) " >&6 7961 $as_echo_n "(cached) " >&6
7760 else 7962 else
7761 if test -n "$M4"; then 7963 if test -n "$M4"; then
7762 ac_cv_prog_M4="$M4" # Let the user override the test. 7964 ac_cv_prog_M4="$M4" # Let the user override the test.
7763 else 7965 else
7765 for as_dir in $PATH 7967 for as_dir in $PATH
7766 do 7968 do
7767 IFS=$as_save_IFS 7969 IFS=$as_save_IFS
7768 test -z "$as_dir" && as_dir=. 7970 test -z "$as_dir" && as_dir=.
7769 for ac_exec_ext in '' $ac_executable_extensions; do 7971 for ac_exec_ext in '' $ac_executable_extensions; do
7770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7972 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7771 ac_cv_prog_M4="$ac_prog" 7973 ac_cv_prog_M4="$ac_prog"
7772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7773 break 2 7975 break 2
7774 fi 7976 fi
7775 done 7977 done
7800 do 8002 do
7801 # Extract the first word of "$ac_prog", so it can be a program name with args. 8003 # Extract the first word of "$ac_prog", so it can be a program name with args.
7802 set dummy $ac_prog; ac_word=$2 8004 set dummy $ac_prog; ac_word=$2
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7804 $as_echo_n "checking for $ac_word... " >&6; } 8006 $as_echo_n "checking for $ac_word... " >&6; }
7805 if test "${ac_cv_prog_LEX+set}" = set; then : 8007 if ${ac_cv_prog_LEX+:} false; then :
7806 $as_echo_n "(cached) " >&6 8008 $as_echo_n "(cached) " >&6
7807 else 8009 else
7808 if test -n "$LEX"; then 8010 if test -n "$LEX"; then
7809 ac_cv_prog_LEX="$LEX" # Let the user override the test. 8011 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7810 else 8012 else
7812 for as_dir in $PATH 8014 for as_dir in $PATH
7813 do 8015 do
7814 IFS=$as_save_IFS 8016 IFS=$as_save_IFS
7815 test -z "$as_dir" && as_dir=. 8017 test -z "$as_dir" && as_dir=.
7816 for ac_exec_ext in '' $ac_executable_extensions; do 8018 for ac_exec_ext in '' $ac_executable_extensions; do
7817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7818 ac_cv_prog_LEX="$ac_prog" 8020 ac_cv_prog_LEX="$ac_prog"
7819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7820 break 2 8022 break 2
7821 fi 8023 fi
7822 done 8024 done
7848 do 8050 do
7849 # Extract the first word of "$ac_prog", so it can be a program name with args. 8051 # Extract the first word of "$ac_prog", so it can be a program name with args.
7850 set dummy $ac_prog; ac_word=$2 8052 set dummy $ac_prog; ac_word=$2
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7852 $as_echo_n "checking for $ac_word... " >&6; } 8054 $as_echo_n "checking for $ac_word... " >&6; }
7853 if test "${ac_cv_prog_FLEX+set}" = set; then : 8055 if ${ac_cv_prog_FLEX+:} false; then :
7854 $as_echo_n "(cached) " >&6 8056 $as_echo_n "(cached) " >&6
7855 else 8057 else
7856 if test -n "$FLEX"; then 8058 if test -n "$FLEX"; then
7857 ac_cv_prog_FLEX="$FLEX" # Let the user override the test. 8059 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7858 else 8060 else
7860 for as_dir in $PATH 8062 for as_dir in $PATH
7861 do 8063 do
7862 IFS=$as_save_IFS 8064 IFS=$as_save_IFS
7863 test -z "$as_dir" && as_dir=. 8065 test -z "$as_dir" && as_dir=.
7864 for ac_exec_ext in '' $ac_executable_extensions; do 8066 for ac_exec_ext in '' $ac_executable_extensions; do
7865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8067 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7866 ac_cv_prog_FLEX="$ac_prog" 8068 ac_cv_prog_FLEX="$ac_prog"
7867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7868 break 2 8070 break 2
7869 fi 8071 fi
7870 done 8072 done
7895 do 8097 do
7896 # Extract the first word of "$ac_prog", so it can be a program name with args. 8098 # Extract the first word of "$ac_prog", so it can be a program name with args.
7897 set dummy $ac_prog; ac_word=$2 8099 set dummy $ac_prog; ac_word=$2
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7899 $as_echo_n "checking for $ac_word... " >&6; } 8101 $as_echo_n "checking for $ac_word... " >&6; }
7900 if test "${ac_cv_prog_MAKEINFO+set}" = set; then : 8102 if ${ac_cv_prog_MAKEINFO+:} false; then :
7901 $as_echo_n "(cached) " >&6 8103 $as_echo_n "(cached) " >&6
7902 else 8104 else
7903 if test -n "$MAKEINFO"; then 8105 if test -n "$MAKEINFO"; then
7904 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test. 8106 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7905 else 8107 else
7907 for as_dir in $PATH 8109 for as_dir in $PATH
7908 do 8110 do
7909 IFS=$as_save_IFS 8111 IFS=$as_save_IFS
7910 test -z "$as_dir" && as_dir=. 8112 test -z "$as_dir" && as_dir=.
7911 for ac_exec_ext in '' $ac_executable_extensions; do 8113 for ac_exec_ext in '' $ac_executable_extensions; do
7912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7913 ac_cv_prog_MAKEINFO="$ac_prog" 8115 ac_cv_prog_MAKEINFO="$ac_prog"
7914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7915 break 2 8117 break 2
7916 fi 8118 fi
7917 done 8119 done
7956 do 8158 do
7957 # Extract the first word of "$ac_prog", so it can be a program name with args. 8159 # Extract the first word of "$ac_prog", so it can be a program name with args.
7958 set dummy $ac_prog; ac_word=$2 8160 set dummy $ac_prog; ac_word=$2
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7960 $as_echo_n "checking for $ac_word... " >&6; } 8162 $as_echo_n "checking for $ac_word... " >&6; }
7961 if test "${ac_cv_prog_EXPECT+set}" = set; then : 8163 if ${ac_cv_prog_EXPECT+:} false; then :
7962 $as_echo_n "(cached) " >&6 8164 $as_echo_n "(cached) " >&6
7963 else 8165 else
7964 if test -n "$EXPECT"; then 8166 if test -n "$EXPECT"; then
7965 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test. 8167 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7966 else 8168 else
7968 for as_dir in $PATH 8170 for as_dir in $PATH
7969 do 8171 do
7970 IFS=$as_save_IFS 8172 IFS=$as_save_IFS
7971 test -z "$as_dir" && as_dir=. 8173 test -z "$as_dir" && as_dir=.
7972 for ac_exec_ext in '' $ac_executable_extensions; do 8174 for ac_exec_ext in '' $ac_executable_extensions; do
7973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8175 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7974 ac_cv_prog_EXPECT="$ac_prog" 8176 ac_cv_prog_EXPECT="$ac_prog"
7975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7976 break 2 8178 break 2
7977 fi 8179 fi
7978 done 8180 done
8005 do 8207 do
8006 # Extract the first word of "$ac_prog", so it can be a program name with args. 8208 # Extract the first word of "$ac_prog", so it can be a program name with args.
8007 set dummy $ac_prog; ac_word=$2 8209 set dummy $ac_prog; ac_word=$2
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8009 $as_echo_n "checking for $ac_word... " >&6; } 8211 $as_echo_n "checking for $ac_word... " >&6; }
8010 if test "${ac_cv_prog_RUNTEST+set}" = set; then : 8212 if ${ac_cv_prog_RUNTEST+:} false; then :
8011 $as_echo_n "(cached) " >&6 8213 $as_echo_n "(cached) " >&6
8012 else 8214 else
8013 if test -n "$RUNTEST"; then 8215 if test -n "$RUNTEST"; then
8014 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test. 8216 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8015 else 8217 else
8017 for as_dir in $PATH 8219 for as_dir in $PATH
8018 do 8220 do
8019 IFS=$as_save_IFS 8221 IFS=$as_save_IFS
8020 test -z "$as_dir" && as_dir=. 8222 test -z "$as_dir" && as_dir=.
8021 for ac_exec_ext in '' $ac_executable_extensions; do 8223 for ac_exec_ext in '' $ac_executable_extensions; do
8022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8224 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8023 ac_cv_prog_RUNTEST="$ac_prog" 8225 ac_cv_prog_RUNTEST="$ac_prog"
8024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8025 break 2 8227 break 2
8026 fi 8228 fi
8027 done 8229 done
8069 for ncn_progname in ar; do 8271 for ncn_progname in ar; do
8070 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8272 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8071 set dummy ${ncn_progname}; ac_word=$2 8273 set dummy ${ncn_progname}; ac_word=$2
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8073 $as_echo_n "checking for $ac_word... " >&6; } 8275 $as_echo_n "checking for $ac_word... " >&6; }
8074 if test "${ac_cv_prog_AR+set}" = set; then : 8276 if ${ac_cv_prog_AR+:} false; then :
8075 $as_echo_n "(cached) " >&6 8277 $as_echo_n "(cached) " >&6
8076 else 8278 else
8077 if test -n "$AR"; then 8279 if test -n "$AR"; then
8078 ac_cv_prog_AR="$AR" # Let the user override the test. 8280 ac_cv_prog_AR="$AR" # Let the user override the test.
8079 else 8281 else
8081 for as_dir in $PATH 8283 for as_dir in $PATH
8082 do 8284 do
8083 IFS=$as_save_IFS 8285 IFS=$as_save_IFS
8084 test -z "$as_dir" && as_dir=. 8286 test -z "$as_dir" && as_dir=.
8085 for ac_exec_ext in '' $ac_executable_extensions; do 8287 for ac_exec_ext in '' $ac_executable_extensions; do
8086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8087 ac_cv_prog_AR="${ncn_progname}" 8289 ac_cv_prog_AR="${ncn_progname}"
8088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8089 break 2 8291 break 2
8090 fi 8292 fi
8091 done 8293 done
8111 if test -n "$ncn_tool_prefix"; then 8313 if test -n "$ncn_tool_prefix"; then
8112 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 8314 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8113 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 8315 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8115 $as_echo_n "checking for $ac_word... " >&6; } 8317 $as_echo_n "checking for $ac_word... " >&6; }
8116 if test "${ac_cv_prog_AR+set}" = set; then : 8318 if ${ac_cv_prog_AR+:} false; then :
8117 $as_echo_n "(cached) " >&6 8319 $as_echo_n "(cached) " >&6
8118 else 8320 else
8119 if test -n "$AR"; then 8321 if test -n "$AR"; then
8120 ac_cv_prog_AR="$AR" # Let the user override the test. 8322 ac_cv_prog_AR="$AR" # Let the user override the test.
8121 else 8323 else
8123 for as_dir in $PATH 8325 for as_dir in $PATH
8124 do 8326 do
8125 IFS=$as_save_IFS 8327 IFS=$as_save_IFS
8126 test -z "$as_dir" && as_dir=. 8328 test -z "$as_dir" && as_dir=.
8127 for ac_exec_ext in '' $ac_executable_extensions; do 8329 for ac_exec_ext in '' $ac_executable_extensions; do
8128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8129 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}" 8331 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8131 break 2 8333 break 2
8132 fi 8334 fi
8133 done 8335 done
8150 if test -z "$ac_cv_prog_AR" && test $build = $host ; then 8352 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8151 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8353 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8152 set dummy ${ncn_progname}; ac_word=$2 8354 set dummy ${ncn_progname}; ac_word=$2
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8154 $as_echo_n "checking for $ac_word... " >&6; } 8356 $as_echo_n "checking for $ac_word... " >&6; }
8155 if test "${ac_cv_prog_AR+set}" = set; then : 8357 if ${ac_cv_prog_AR+:} false; then :
8156 $as_echo_n "(cached) " >&6 8358 $as_echo_n "(cached) " >&6
8157 else 8359 else
8158 if test -n "$AR"; then 8360 if test -n "$AR"; then
8159 ac_cv_prog_AR="$AR" # Let the user override the test. 8361 ac_cv_prog_AR="$AR" # Let the user override the test.
8160 else 8362 else
8162 for as_dir in $PATH 8364 for as_dir in $PATH
8163 do 8365 do
8164 IFS=$as_save_IFS 8366 IFS=$as_save_IFS
8165 test -z "$as_dir" && as_dir=. 8367 test -z "$as_dir" && as_dir=.
8166 for ac_exec_ext in '' $ac_executable_extensions; do 8368 for ac_exec_ext in '' $ac_executable_extensions; do
8167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8168 ac_cv_prog_AR="${ncn_progname}" 8370 ac_cv_prog_AR="${ncn_progname}"
8169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8170 break 2 8372 break 2
8171 fi 8373 fi
8172 done 8374 done
8210 for ncn_progname in as; do 8412 for ncn_progname in as; do
8211 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8413 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8212 set dummy ${ncn_progname}; ac_word=$2 8414 set dummy ${ncn_progname}; ac_word=$2
8213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8214 $as_echo_n "checking for $ac_word... " >&6; } 8416 $as_echo_n "checking for $ac_word... " >&6; }
8215 if test "${ac_cv_prog_AS+set}" = set; then : 8417 if ${ac_cv_prog_AS+:} false; then :
8216 $as_echo_n "(cached) " >&6 8418 $as_echo_n "(cached) " >&6
8217 else 8419 else
8218 if test -n "$AS"; then 8420 if test -n "$AS"; then
8219 ac_cv_prog_AS="$AS" # Let the user override the test. 8421 ac_cv_prog_AS="$AS" # Let the user override the test.
8220 else 8422 else
8222 for as_dir in $PATH 8424 for as_dir in $PATH
8223 do 8425 do
8224 IFS=$as_save_IFS 8426 IFS=$as_save_IFS
8225 test -z "$as_dir" && as_dir=. 8427 test -z "$as_dir" && as_dir=.
8226 for ac_exec_ext in '' $ac_executable_extensions; do 8428 for ac_exec_ext in '' $ac_executable_extensions; do
8227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8228 ac_cv_prog_AS="${ncn_progname}" 8430 ac_cv_prog_AS="${ncn_progname}"
8229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8230 break 2 8432 break 2
8231 fi 8433 fi
8232 done 8434 done
8252 if test -n "$ncn_tool_prefix"; then 8454 if test -n "$ncn_tool_prefix"; then
8253 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 8455 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8254 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 8456 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8256 $as_echo_n "checking for $ac_word... " >&6; } 8458 $as_echo_n "checking for $ac_word... " >&6; }
8257 if test "${ac_cv_prog_AS+set}" = set; then : 8459 if ${ac_cv_prog_AS+:} false; then :
8258 $as_echo_n "(cached) " >&6 8460 $as_echo_n "(cached) " >&6
8259 else 8461 else
8260 if test -n "$AS"; then 8462 if test -n "$AS"; then
8261 ac_cv_prog_AS="$AS" # Let the user override the test. 8463 ac_cv_prog_AS="$AS" # Let the user override the test.
8262 else 8464 else
8264 for as_dir in $PATH 8466 for as_dir in $PATH
8265 do 8467 do
8266 IFS=$as_save_IFS 8468 IFS=$as_save_IFS
8267 test -z "$as_dir" && as_dir=. 8469 test -z "$as_dir" && as_dir=.
8268 for ac_exec_ext in '' $ac_executable_extensions; do 8470 for ac_exec_ext in '' $ac_executable_extensions; do
8269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8270 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}" 8472 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8272 break 2 8474 break 2
8273 fi 8475 fi
8274 done 8476 done
8291 if test -z "$ac_cv_prog_AS" && test $build = $host ; then 8493 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8292 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8494 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8293 set dummy ${ncn_progname}; ac_word=$2 8495 set dummy ${ncn_progname}; ac_word=$2
8294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8295 $as_echo_n "checking for $ac_word... " >&6; } 8497 $as_echo_n "checking for $ac_word... " >&6; }
8296 if test "${ac_cv_prog_AS+set}" = set; then : 8498 if ${ac_cv_prog_AS+:} false; then :
8297 $as_echo_n "(cached) " >&6 8499 $as_echo_n "(cached) " >&6
8298 else 8500 else
8299 if test -n "$AS"; then 8501 if test -n "$AS"; then
8300 ac_cv_prog_AS="$AS" # Let the user override the test. 8502 ac_cv_prog_AS="$AS" # Let the user override the test.
8301 else 8503 else
8303 for as_dir in $PATH 8505 for as_dir in $PATH
8304 do 8506 do
8305 IFS=$as_save_IFS 8507 IFS=$as_save_IFS
8306 test -z "$as_dir" && as_dir=. 8508 test -z "$as_dir" && as_dir=.
8307 for ac_exec_ext in '' $ac_executable_extensions; do 8509 for ac_exec_ext in '' $ac_executable_extensions; do
8308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8309 ac_cv_prog_AS="${ncn_progname}" 8511 ac_cv_prog_AS="${ncn_progname}"
8310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8311 break 2 8513 break 2
8312 fi 8514 fi
8313 done 8515 done
8351 for ncn_progname in dlltool; do 8553 for ncn_progname in dlltool; do
8352 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8554 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8353 set dummy ${ncn_progname}; ac_word=$2 8555 set dummy ${ncn_progname}; ac_word=$2
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8355 $as_echo_n "checking for $ac_word... " >&6; } 8557 $as_echo_n "checking for $ac_word... " >&6; }
8356 if test "${ac_cv_prog_DLLTOOL+set}" = set; then : 8558 if ${ac_cv_prog_DLLTOOL+:} false; then :
8357 $as_echo_n "(cached) " >&6 8559 $as_echo_n "(cached) " >&6
8358 else 8560 else
8359 if test -n "$DLLTOOL"; then 8561 if test -n "$DLLTOOL"; then
8360 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 8562 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8361 else 8563 else
8363 for as_dir in $PATH 8565 for as_dir in $PATH
8364 do 8566 do
8365 IFS=$as_save_IFS 8567 IFS=$as_save_IFS
8366 test -z "$as_dir" && as_dir=. 8568 test -z "$as_dir" && as_dir=.
8367 for ac_exec_ext in '' $ac_executable_extensions; do 8569 for ac_exec_ext in '' $ac_executable_extensions; do
8368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8570 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8369 ac_cv_prog_DLLTOOL="${ncn_progname}" 8571 ac_cv_prog_DLLTOOL="${ncn_progname}"
8370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8371 break 2 8573 break 2
8372 fi 8574 fi
8373 done 8575 done
8393 if test -n "$ncn_tool_prefix"; then 8595 if test -n "$ncn_tool_prefix"; then
8394 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 8596 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8395 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 8597 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8397 $as_echo_n "checking for $ac_word... " >&6; } 8599 $as_echo_n "checking for $ac_word... " >&6; }
8398 if test "${ac_cv_prog_DLLTOOL+set}" = set; then : 8600 if ${ac_cv_prog_DLLTOOL+:} false; then :
8399 $as_echo_n "(cached) " >&6 8601 $as_echo_n "(cached) " >&6
8400 else 8602 else
8401 if test -n "$DLLTOOL"; then 8603 if test -n "$DLLTOOL"; then
8402 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 8604 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8403 else 8605 else
8405 for as_dir in $PATH 8607 for as_dir in $PATH
8406 do 8608 do
8407 IFS=$as_save_IFS 8609 IFS=$as_save_IFS
8408 test -z "$as_dir" && as_dir=. 8610 test -z "$as_dir" && as_dir=.
8409 for ac_exec_ext in '' $ac_executable_extensions; do 8611 for ac_exec_ext in '' $ac_executable_extensions; do
8410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8612 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8411 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}" 8613 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8413 break 2 8615 break 2
8414 fi 8616 fi
8415 done 8617 done
8432 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then 8634 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8433 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8635 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8434 set dummy ${ncn_progname}; ac_word=$2 8636 set dummy ${ncn_progname}; ac_word=$2
8435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8436 $as_echo_n "checking for $ac_word... " >&6; } 8638 $as_echo_n "checking for $ac_word... " >&6; }
8437 if test "${ac_cv_prog_DLLTOOL+set}" = set; then : 8639 if ${ac_cv_prog_DLLTOOL+:} false; then :
8438 $as_echo_n "(cached) " >&6 8640 $as_echo_n "(cached) " >&6
8439 else 8641 else
8440 if test -n "$DLLTOOL"; then 8642 if test -n "$DLLTOOL"; then
8441 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 8643 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8442 else 8644 else
8444 for as_dir in $PATH 8646 for as_dir in $PATH
8445 do 8647 do
8446 IFS=$as_save_IFS 8648 IFS=$as_save_IFS
8447 test -z "$as_dir" && as_dir=. 8649 test -z "$as_dir" && as_dir=.
8448 for ac_exec_ext in '' $ac_executable_extensions; do 8650 for ac_exec_ext in '' $ac_executable_extensions; do
8449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8651 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8450 ac_cv_prog_DLLTOOL="${ncn_progname}" 8652 ac_cv_prog_DLLTOOL="${ncn_progname}"
8451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8452 break 2 8654 break 2
8453 fi 8655 fi
8454 done 8656 done
8492 for ncn_progname in ld; do 8694 for ncn_progname in ld; do
8493 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8695 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8494 set dummy ${ncn_progname}; ac_word=$2 8696 set dummy ${ncn_progname}; ac_word=$2
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8496 $as_echo_n "checking for $ac_word... " >&6; } 8698 $as_echo_n "checking for $ac_word... " >&6; }
8497 if test "${ac_cv_prog_LD+set}" = set; then : 8699 if ${ac_cv_prog_LD+:} false; then :
8498 $as_echo_n "(cached) " >&6 8700 $as_echo_n "(cached) " >&6
8499 else 8701 else
8500 if test -n "$LD"; then 8702 if test -n "$LD"; then
8501 ac_cv_prog_LD="$LD" # Let the user override the test. 8703 ac_cv_prog_LD="$LD" # Let the user override the test.
8502 else 8704 else
8504 for as_dir in $PATH 8706 for as_dir in $PATH
8505 do 8707 do
8506 IFS=$as_save_IFS 8708 IFS=$as_save_IFS
8507 test -z "$as_dir" && as_dir=. 8709 test -z "$as_dir" && as_dir=.
8508 for ac_exec_ext in '' $ac_executable_extensions; do 8710 for ac_exec_ext in '' $ac_executable_extensions; do
8509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8711 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8510 ac_cv_prog_LD="${ncn_progname}" 8712 ac_cv_prog_LD="${ncn_progname}"
8511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8512 break 2 8714 break 2
8513 fi 8715 fi
8514 done 8716 done
8534 if test -n "$ncn_tool_prefix"; then 8736 if test -n "$ncn_tool_prefix"; then
8535 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 8737 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8536 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 8738 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8538 $as_echo_n "checking for $ac_word... " >&6; } 8740 $as_echo_n "checking for $ac_word... " >&6; }
8539 if test "${ac_cv_prog_LD+set}" = set; then : 8741 if ${ac_cv_prog_LD+:} false; then :
8540 $as_echo_n "(cached) " >&6 8742 $as_echo_n "(cached) " >&6
8541 else 8743 else
8542 if test -n "$LD"; then 8744 if test -n "$LD"; then
8543 ac_cv_prog_LD="$LD" # Let the user override the test. 8745 ac_cv_prog_LD="$LD" # Let the user override the test.
8544 else 8746 else
8546 for as_dir in $PATH 8748 for as_dir in $PATH
8547 do 8749 do
8548 IFS=$as_save_IFS 8750 IFS=$as_save_IFS
8549 test -z "$as_dir" && as_dir=. 8751 test -z "$as_dir" && as_dir=.
8550 for ac_exec_ext in '' $ac_executable_extensions; do 8752 for ac_exec_ext in '' $ac_executable_extensions; do
8551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8753 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8552 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}" 8754 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8554 break 2 8756 break 2
8555 fi 8757 fi
8556 done 8758 done
8573 if test -z "$ac_cv_prog_LD" && test $build = $host ; then 8775 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8574 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8776 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8575 set dummy ${ncn_progname}; ac_word=$2 8777 set dummy ${ncn_progname}; ac_word=$2
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8577 $as_echo_n "checking for $ac_word... " >&6; } 8779 $as_echo_n "checking for $ac_word... " >&6; }
8578 if test "${ac_cv_prog_LD+set}" = set; then : 8780 if ${ac_cv_prog_LD+:} false; then :
8579 $as_echo_n "(cached) " >&6 8781 $as_echo_n "(cached) " >&6
8580 else 8782 else
8581 if test -n "$LD"; then 8783 if test -n "$LD"; then
8582 ac_cv_prog_LD="$LD" # Let the user override the test. 8784 ac_cv_prog_LD="$LD" # Let the user override the test.
8583 else 8785 else
8585 for as_dir in $PATH 8787 for as_dir in $PATH
8586 do 8788 do
8587 IFS=$as_save_IFS 8789 IFS=$as_save_IFS
8588 test -z "$as_dir" && as_dir=. 8790 test -z "$as_dir" && as_dir=.
8589 for ac_exec_ext in '' $ac_executable_extensions; do 8791 for ac_exec_ext in '' $ac_executable_extensions; do
8590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8591 ac_cv_prog_LD="${ncn_progname}" 8793 ac_cv_prog_LD="${ncn_progname}"
8592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8593 break 2 8795 break 2
8594 fi 8796 fi
8595 done 8797 done
8633 for ncn_progname in lipo; do 8835 for ncn_progname in lipo; do
8634 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8836 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8635 set dummy ${ncn_progname}; ac_word=$2 8837 set dummy ${ncn_progname}; ac_word=$2
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8637 $as_echo_n "checking for $ac_word... " >&6; } 8839 $as_echo_n "checking for $ac_word... " >&6; }
8638 if test "${ac_cv_prog_LIPO+set}" = set; then : 8840 if ${ac_cv_prog_LIPO+:} false; then :
8639 $as_echo_n "(cached) " >&6 8841 $as_echo_n "(cached) " >&6
8640 else 8842 else
8641 if test -n "$LIPO"; then 8843 if test -n "$LIPO"; then
8642 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 8844 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8643 else 8845 else
8645 for as_dir in $PATH 8847 for as_dir in $PATH
8646 do 8848 do
8647 IFS=$as_save_IFS 8849 IFS=$as_save_IFS
8648 test -z "$as_dir" && as_dir=. 8850 test -z "$as_dir" && as_dir=.
8649 for ac_exec_ext in '' $ac_executable_extensions; do 8851 for ac_exec_ext in '' $ac_executable_extensions; do
8650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8852 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8651 ac_cv_prog_LIPO="${ncn_progname}" 8853 ac_cv_prog_LIPO="${ncn_progname}"
8652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8653 break 2 8855 break 2
8654 fi 8856 fi
8655 done 8857 done
8675 if test -n "$ncn_tool_prefix"; then 8877 if test -n "$ncn_tool_prefix"; then
8676 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 8878 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8677 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 8879 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8679 $as_echo_n "checking for $ac_word... " >&6; } 8881 $as_echo_n "checking for $ac_word... " >&6; }
8680 if test "${ac_cv_prog_LIPO+set}" = set; then : 8882 if ${ac_cv_prog_LIPO+:} false; then :
8681 $as_echo_n "(cached) " >&6 8883 $as_echo_n "(cached) " >&6
8682 else 8884 else
8683 if test -n "$LIPO"; then 8885 if test -n "$LIPO"; then
8684 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 8886 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8685 else 8887 else
8687 for as_dir in $PATH 8889 for as_dir in $PATH
8688 do 8890 do
8689 IFS=$as_save_IFS 8891 IFS=$as_save_IFS
8690 test -z "$as_dir" && as_dir=. 8892 test -z "$as_dir" && as_dir=.
8691 for ac_exec_ext in '' $ac_executable_extensions; do 8893 for ac_exec_ext in '' $ac_executable_extensions; do
8692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8693 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}" 8895 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8695 break 2 8897 break 2
8696 fi 8898 fi
8697 done 8899 done
8714 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then 8916 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8715 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8716 set dummy ${ncn_progname}; ac_word=$2 8918 set dummy ${ncn_progname}; ac_word=$2
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8718 $as_echo_n "checking for $ac_word... " >&6; } 8920 $as_echo_n "checking for $ac_word... " >&6; }
8719 if test "${ac_cv_prog_LIPO+set}" = set; then : 8921 if ${ac_cv_prog_LIPO+:} false; then :
8720 $as_echo_n "(cached) " >&6 8922 $as_echo_n "(cached) " >&6
8721 else 8923 else
8722 if test -n "$LIPO"; then 8924 if test -n "$LIPO"; then
8723 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 8925 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8724 else 8926 else
8726 for as_dir in $PATH 8928 for as_dir in $PATH
8727 do 8929 do
8728 IFS=$as_save_IFS 8930 IFS=$as_save_IFS
8729 test -z "$as_dir" && as_dir=. 8931 test -z "$as_dir" && as_dir=.
8730 for ac_exec_ext in '' $ac_executable_extensions; do 8932 for ac_exec_ext in '' $ac_executable_extensions; do
8731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8933 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8732 ac_cv_prog_LIPO="${ncn_progname}" 8934 ac_cv_prog_LIPO="${ncn_progname}"
8733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8734 break 2 8936 break 2
8735 fi 8937 fi
8736 done 8938 done
8774 for ncn_progname in nm; do 8976 for ncn_progname in nm; do
8775 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 8977 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8776 set dummy ${ncn_progname}; ac_word=$2 8978 set dummy ${ncn_progname}; ac_word=$2
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8778 $as_echo_n "checking for $ac_word... " >&6; } 8980 $as_echo_n "checking for $ac_word... " >&6; }
8779 if test "${ac_cv_prog_NM+set}" = set; then : 8981 if ${ac_cv_prog_NM+:} false; then :
8780 $as_echo_n "(cached) " >&6 8982 $as_echo_n "(cached) " >&6
8781 else 8983 else
8782 if test -n "$NM"; then 8984 if test -n "$NM"; then
8783 ac_cv_prog_NM="$NM" # Let the user override the test. 8985 ac_cv_prog_NM="$NM" # Let the user override the test.
8784 else 8986 else
8786 for as_dir in $PATH 8988 for as_dir in $PATH
8787 do 8989 do
8788 IFS=$as_save_IFS 8990 IFS=$as_save_IFS
8789 test -z "$as_dir" && as_dir=. 8991 test -z "$as_dir" && as_dir=.
8790 for ac_exec_ext in '' $ac_executable_extensions; do 8992 for ac_exec_ext in '' $ac_executable_extensions; do
8791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8792 ac_cv_prog_NM="${ncn_progname}" 8994 ac_cv_prog_NM="${ncn_progname}"
8793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8794 break 2 8996 break 2
8795 fi 8997 fi
8796 done 8998 done
8816 if test -n "$ncn_tool_prefix"; then 9018 if test -n "$ncn_tool_prefix"; then
8817 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 9019 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8818 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 9020 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8820 $as_echo_n "checking for $ac_word... " >&6; } 9022 $as_echo_n "checking for $ac_word... " >&6; }
8821 if test "${ac_cv_prog_NM+set}" = set; then : 9023 if ${ac_cv_prog_NM+:} false; then :
8822 $as_echo_n "(cached) " >&6 9024 $as_echo_n "(cached) " >&6
8823 else 9025 else
8824 if test -n "$NM"; then 9026 if test -n "$NM"; then
8825 ac_cv_prog_NM="$NM" # Let the user override the test. 9027 ac_cv_prog_NM="$NM" # Let the user override the test.
8826 else 9028 else
8828 for as_dir in $PATH 9030 for as_dir in $PATH
8829 do 9031 do
8830 IFS=$as_save_IFS 9032 IFS=$as_save_IFS
8831 test -z "$as_dir" && as_dir=. 9033 test -z "$as_dir" && as_dir=.
8832 for ac_exec_ext in '' $ac_executable_extensions; do 9034 for ac_exec_ext in '' $ac_executable_extensions; do
8833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9035 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8834 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}" 9036 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8836 break 2 9038 break 2
8837 fi 9039 fi
8838 done 9040 done
8855 if test -z "$ac_cv_prog_NM" && test $build = $host ; then 9057 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8856 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9058 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8857 set dummy ${ncn_progname}; ac_word=$2 9059 set dummy ${ncn_progname}; ac_word=$2
8858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8859 $as_echo_n "checking for $ac_word... " >&6; } 9061 $as_echo_n "checking for $ac_word... " >&6; }
8860 if test "${ac_cv_prog_NM+set}" = set; then : 9062 if ${ac_cv_prog_NM+:} false; then :
8861 $as_echo_n "(cached) " >&6 9063 $as_echo_n "(cached) " >&6
8862 else 9064 else
8863 if test -n "$NM"; then 9065 if test -n "$NM"; then
8864 ac_cv_prog_NM="$NM" # Let the user override the test. 9066 ac_cv_prog_NM="$NM" # Let the user override the test.
8865 else 9067 else
8867 for as_dir in $PATH 9069 for as_dir in $PATH
8868 do 9070 do
8869 IFS=$as_save_IFS 9071 IFS=$as_save_IFS
8870 test -z "$as_dir" && as_dir=. 9072 test -z "$as_dir" && as_dir=.
8871 for ac_exec_ext in '' $ac_executable_extensions; do 9073 for ac_exec_ext in '' $ac_executable_extensions; do
8872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9074 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8873 ac_cv_prog_NM="${ncn_progname}" 9075 ac_cv_prog_NM="${ncn_progname}"
8874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8875 break 2 9077 break 2
8876 fi 9078 fi
8877 done 9079 done
8915 for ncn_progname in ranlib; do 9117 for ncn_progname in ranlib; do
8916 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9118 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8917 set dummy ${ncn_progname}; ac_word=$2 9119 set dummy ${ncn_progname}; ac_word=$2
8918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8919 $as_echo_n "checking for $ac_word... " >&6; } 9121 $as_echo_n "checking for $ac_word... " >&6; }
8920 if test "${ac_cv_prog_RANLIB+set}" = set; then : 9122 if ${ac_cv_prog_RANLIB+:} false; then :
8921 $as_echo_n "(cached) " >&6 9123 $as_echo_n "(cached) " >&6
8922 else 9124 else
8923 if test -n "$RANLIB"; then 9125 if test -n "$RANLIB"; then
8924 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 9126 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8925 else 9127 else
8927 for as_dir in $PATH 9129 for as_dir in $PATH
8928 do 9130 do
8929 IFS=$as_save_IFS 9131 IFS=$as_save_IFS
8930 test -z "$as_dir" && as_dir=. 9132 test -z "$as_dir" && as_dir=.
8931 for ac_exec_ext in '' $ac_executable_extensions; do 9133 for ac_exec_ext in '' $ac_executable_extensions; do
8932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8933 ac_cv_prog_RANLIB="${ncn_progname}" 9135 ac_cv_prog_RANLIB="${ncn_progname}"
8934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8935 break 2 9137 break 2
8936 fi 9138 fi
8937 done 9139 done
8957 if test -n "$ncn_tool_prefix"; then 9159 if test -n "$ncn_tool_prefix"; then
8958 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 9160 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8959 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 9161 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8961 $as_echo_n "checking for $ac_word... " >&6; } 9163 $as_echo_n "checking for $ac_word... " >&6; }
8962 if test "${ac_cv_prog_RANLIB+set}" = set; then : 9164 if ${ac_cv_prog_RANLIB+:} false; then :
8963 $as_echo_n "(cached) " >&6 9165 $as_echo_n "(cached) " >&6
8964 else 9166 else
8965 if test -n "$RANLIB"; then 9167 if test -n "$RANLIB"; then
8966 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 9168 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8967 else 9169 else
8969 for as_dir in $PATH 9171 for as_dir in $PATH
8970 do 9172 do
8971 IFS=$as_save_IFS 9173 IFS=$as_save_IFS
8972 test -z "$as_dir" && as_dir=. 9174 test -z "$as_dir" && as_dir=.
8973 for ac_exec_ext in '' $ac_executable_extensions; do 9175 for ac_exec_ext in '' $ac_executable_extensions; do
8974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8975 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}" 9177 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8977 break 2 9179 break 2
8978 fi 9180 fi
8979 done 9181 done
8996 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then 9198 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8997 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9199 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8998 set dummy ${ncn_progname}; ac_word=$2 9200 set dummy ${ncn_progname}; ac_word=$2
8999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9000 $as_echo_n "checking for $ac_word... " >&6; } 9202 $as_echo_n "checking for $ac_word... " >&6; }
9001 if test "${ac_cv_prog_RANLIB+set}" = set; then : 9203 if ${ac_cv_prog_RANLIB+:} false; then :
9002 $as_echo_n "(cached) " >&6 9204 $as_echo_n "(cached) " >&6
9003 else 9205 else
9004 if test -n "$RANLIB"; then 9206 if test -n "$RANLIB"; then
9005 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 9207 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9006 else 9208 else
9008 for as_dir in $PATH 9210 for as_dir in $PATH
9009 do 9211 do
9010 IFS=$as_save_IFS 9212 IFS=$as_save_IFS
9011 test -z "$as_dir" && as_dir=. 9213 test -z "$as_dir" && as_dir=.
9012 for ac_exec_ext in '' $ac_executable_extensions; do 9214 for ac_exec_ext in '' $ac_executable_extensions; do
9013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9014 ac_cv_prog_RANLIB="${ncn_progname}" 9216 ac_cv_prog_RANLIB="${ncn_progname}"
9015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9016 break 2 9218 break 2
9017 fi 9219 fi
9018 done 9220 done
9051 for ncn_progname in strip; do 9253 for ncn_progname in strip; do
9052 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9254 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9053 set dummy ${ncn_progname}; ac_word=$2 9255 set dummy ${ncn_progname}; ac_word=$2
9054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9055 $as_echo_n "checking for $ac_word... " >&6; } 9257 $as_echo_n "checking for $ac_word... " >&6; }
9056 if test "${ac_cv_prog_STRIP+set}" = set; then : 9258 if ${ac_cv_prog_STRIP+:} false; then :
9057 $as_echo_n "(cached) " >&6 9259 $as_echo_n "(cached) " >&6
9058 else 9260 else
9059 if test -n "$STRIP"; then 9261 if test -n "$STRIP"; then
9060 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 9262 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9061 else 9263 else
9063 for as_dir in $PATH 9265 for as_dir in $PATH
9064 do 9266 do
9065 IFS=$as_save_IFS 9267 IFS=$as_save_IFS
9066 test -z "$as_dir" && as_dir=. 9268 test -z "$as_dir" && as_dir=.
9067 for ac_exec_ext in '' $ac_executable_extensions; do 9269 for ac_exec_ext in '' $ac_executable_extensions; do
9068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9069 ac_cv_prog_STRIP="${ncn_progname}" 9271 ac_cv_prog_STRIP="${ncn_progname}"
9070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9071 break 2 9273 break 2
9072 fi 9274 fi
9073 done 9275 done
9093 if test -n "$ncn_tool_prefix"; then 9295 if test -n "$ncn_tool_prefix"; then
9094 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 9296 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9095 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 9297 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9097 $as_echo_n "checking for $ac_word... " >&6; } 9299 $as_echo_n "checking for $ac_word... " >&6; }
9098 if test "${ac_cv_prog_STRIP+set}" = set; then : 9300 if ${ac_cv_prog_STRIP+:} false; then :
9099 $as_echo_n "(cached) " >&6 9301 $as_echo_n "(cached) " >&6
9100 else 9302 else
9101 if test -n "$STRIP"; then 9303 if test -n "$STRIP"; then
9102 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 9304 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9103 else 9305 else
9105 for as_dir in $PATH 9307 for as_dir in $PATH
9106 do 9308 do
9107 IFS=$as_save_IFS 9309 IFS=$as_save_IFS
9108 test -z "$as_dir" && as_dir=. 9310 test -z "$as_dir" && as_dir=.
9109 for ac_exec_ext in '' $ac_executable_extensions; do 9311 for ac_exec_ext in '' $ac_executable_extensions; do
9110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9312 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9111 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}" 9313 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9113 break 2 9315 break 2
9114 fi 9316 fi
9115 done 9317 done
9132 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then 9334 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9133 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9335 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9134 set dummy ${ncn_progname}; ac_word=$2 9336 set dummy ${ncn_progname}; ac_word=$2
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9136 $as_echo_n "checking for $ac_word... " >&6; } 9338 $as_echo_n "checking for $ac_word... " >&6; }
9137 if test "${ac_cv_prog_STRIP+set}" = set; then : 9339 if ${ac_cv_prog_STRIP+:} false; then :
9138 $as_echo_n "(cached) " >&6 9340 $as_echo_n "(cached) " >&6
9139 else 9341 else
9140 if test -n "$STRIP"; then 9342 if test -n "$STRIP"; then
9141 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 9343 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9142 else 9344 else
9144 for as_dir in $PATH 9346 for as_dir in $PATH
9145 do 9347 do
9146 IFS=$as_save_IFS 9348 IFS=$as_save_IFS
9147 test -z "$as_dir" && as_dir=. 9349 test -z "$as_dir" && as_dir=.
9148 for ac_exec_ext in '' $ac_executable_extensions; do 9350 for ac_exec_ext in '' $ac_executable_extensions; do
9149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9351 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9150 ac_cv_prog_STRIP="${ncn_progname}" 9352 ac_cv_prog_STRIP="${ncn_progname}"
9151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9152 break 2 9354 break 2
9153 fi 9355 fi
9154 done 9356 done
9187 for ncn_progname in windres; do 9389 for ncn_progname in windres; do
9188 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9390 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9189 set dummy ${ncn_progname}; ac_word=$2 9391 set dummy ${ncn_progname}; ac_word=$2
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9191 $as_echo_n "checking for $ac_word... " >&6; } 9393 $as_echo_n "checking for $ac_word... " >&6; }
9192 if test "${ac_cv_prog_WINDRES+set}" = set; then : 9394 if ${ac_cv_prog_WINDRES+:} false; then :
9193 $as_echo_n "(cached) " >&6 9395 $as_echo_n "(cached) " >&6
9194 else 9396 else
9195 if test -n "$WINDRES"; then 9397 if test -n "$WINDRES"; then
9196 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test. 9398 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9197 else 9399 else
9199 for as_dir in $PATH 9401 for as_dir in $PATH
9200 do 9402 do
9201 IFS=$as_save_IFS 9403 IFS=$as_save_IFS
9202 test -z "$as_dir" && as_dir=. 9404 test -z "$as_dir" && as_dir=.
9203 for ac_exec_ext in '' $ac_executable_extensions; do 9405 for ac_exec_ext in '' $ac_executable_extensions; do
9204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9205 ac_cv_prog_WINDRES="${ncn_progname}" 9407 ac_cv_prog_WINDRES="${ncn_progname}"
9206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9207 break 2 9409 break 2
9208 fi 9410 fi
9209 done 9411 done
9229 if test -n "$ncn_tool_prefix"; then 9431 if test -n "$ncn_tool_prefix"; then
9230 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 9432 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9231 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 9433 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9233 $as_echo_n "checking for $ac_word... " >&6; } 9435 $as_echo_n "checking for $ac_word... " >&6; }
9234 if test "${ac_cv_prog_WINDRES+set}" = set; then : 9436 if ${ac_cv_prog_WINDRES+:} false; then :
9235 $as_echo_n "(cached) " >&6 9437 $as_echo_n "(cached) " >&6
9236 else 9438 else
9237 if test -n "$WINDRES"; then 9439 if test -n "$WINDRES"; then
9238 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test. 9440 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9239 else 9441 else
9241 for as_dir in $PATH 9443 for as_dir in $PATH
9242 do 9444 do
9243 IFS=$as_save_IFS 9445 IFS=$as_save_IFS
9244 test -z "$as_dir" && as_dir=. 9446 test -z "$as_dir" && as_dir=.
9245 for ac_exec_ext in '' $ac_executable_extensions; do 9447 for ac_exec_ext in '' $ac_executable_extensions; do
9246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9448 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9247 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}" 9449 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9249 break 2 9451 break 2
9250 fi 9452 fi
9251 done 9453 done
9268 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then 9470 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9269 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9471 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9270 set dummy ${ncn_progname}; ac_word=$2 9472 set dummy ${ncn_progname}; ac_word=$2
9271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9272 $as_echo_n "checking for $ac_word... " >&6; } 9474 $as_echo_n "checking for $ac_word... " >&6; }
9273 if test "${ac_cv_prog_WINDRES+set}" = set; then : 9475 if ${ac_cv_prog_WINDRES+:} false; then :
9274 $as_echo_n "(cached) " >&6 9476 $as_echo_n "(cached) " >&6
9275 else 9477 else
9276 if test -n "$WINDRES"; then 9478 if test -n "$WINDRES"; then
9277 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test. 9479 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9278 else 9480 else
9280 for as_dir in $PATH 9482 for as_dir in $PATH
9281 do 9483 do
9282 IFS=$as_save_IFS 9484 IFS=$as_save_IFS
9283 test -z "$as_dir" && as_dir=. 9485 test -z "$as_dir" && as_dir=.
9284 for ac_exec_ext in '' $ac_executable_extensions; do 9486 for ac_exec_ext in '' $ac_executable_extensions; do
9285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9487 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9286 ac_cv_prog_WINDRES="${ncn_progname}" 9488 ac_cv_prog_WINDRES="${ncn_progname}"
9287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9288 break 2 9490 break 2
9289 fi 9491 fi
9290 done 9492 done
9328 for ncn_progname in windmc; do 9530 for ncn_progname in windmc; do
9329 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9531 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9330 set dummy ${ncn_progname}; ac_word=$2 9532 set dummy ${ncn_progname}; ac_word=$2
9331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9332 $as_echo_n "checking for $ac_word... " >&6; } 9534 $as_echo_n "checking for $ac_word... " >&6; }
9333 if test "${ac_cv_prog_WINDMC+set}" = set; then : 9535 if ${ac_cv_prog_WINDMC+:} false; then :
9334 $as_echo_n "(cached) " >&6 9536 $as_echo_n "(cached) " >&6
9335 else 9537 else
9336 if test -n "$WINDMC"; then 9538 if test -n "$WINDMC"; then
9337 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test. 9539 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9338 else 9540 else
9340 for as_dir in $PATH 9542 for as_dir in $PATH
9341 do 9543 do
9342 IFS=$as_save_IFS 9544 IFS=$as_save_IFS
9343 test -z "$as_dir" && as_dir=. 9545 test -z "$as_dir" && as_dir=.
9344 for ac_exec_ext in '' $ac_executable_extensions; do 9546 for ac_exec_ext in '' $ac_executable_extensions; do
9345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9547 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9346 ac_cv_prog_WINDMC="${ncn_progname}" 9548 ac_cv_prog_WINDMC="${ncn_progname}"
9347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9348 break 2 9550 break 2
9349 fi 9551 fi
9350 done 9552 done
9370 if test -n "$ncn_tool_prefix"; then 9572 if test -n "$ncn_tool_prefix"; then
9371 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 9573 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9372 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 9574 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9374 $as_echo_n "checking for $ac_word... " >&6; } 9576 $as_echo_n "checking for $ac_word... " >&6; }
9375 if test "${ac_cv_prog_WINDMC+set}" = set; then : 9577 if ${ac_cv_prog_WINDMC+:} false; then :
9376 $as_echo_n "(cached) " >&6 9578 $as_echo_n "(cached) " >&6
9377 else 9579 else
9378 if test -n "$WINDMC"; then 9580 if test -n "$WINDMC"; then
9379 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test. 9581 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9380 else 9582 else
9382 for as_dir in $PATH 9584 for as_dir in $PATH
9383 do 9585 do
9384 IFS=$as_save_IFS 9586 IFS=$as_save_IFS
9385 test -z "$as_dir" && as_dir=. 9587 test -z "$as_dir" && as_dir=.
9386 for ac_exec_ext in '' $ac_executable_extensions; do 9588 for ac_exec_ext in '' $ac_executable_extensions; do
9387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9589 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9388 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}" 9590 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9390 break 2 9592 break 2
9391 fi 9593 fi
9392 done 9594 done
9409 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then 9611 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9410 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9612 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9411 set dummy ${ncn_progname}; ac_word=$2 9613 set dummy ${ncn_progname}; ac_word=$2
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9413 $as_echo_n "checking for $ac_word... " >&6; } 9615 $as_echo_n "checking for $ac_word... " >&6; }
9414 if test "${ac_cv_prog_WINDMC+set}" = set; then : 9616 if ${ac_cv_prog_WINDMC+:} false; then :
9415 $as_echo_n "(cached) " >&6 9617 $as_echo_n "(cached) " >&6
9416 else 9618 else
9417 if test -n "$WINDMC"; then 9619 if test -n "$WINDMC"; then
9418 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test. 9620 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9419 else 9621 else
9421 for as_dir in $PATH 9623 for as_dir in $PATH
9422 do 9624 do
9423 IFS=$as_save_IFS 9625 IFS=$as_save_IFS
9424 test -z "$as_dir" && as_dir=. 9626 test -z "$as_dir" && as_dir=.
9425 for ac_exec_ext in '' $ac_executable_extensions; do 9627 for ac_exec_ext in '' $ac_executable_extensions; do
9426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9628 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9427 ac_cv_prog_WINDMC="${ncn_progname}" 9629 ac_cv_prog_WINDMC="${ncn_progname}"
9428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9429 break 2 9631 break 2
9430 fi 9632 fi
9431 done 9633 done
9469 for ncn_progname in objcopy; do 9671 for ncn_progname in objcopy; do
9470 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9672 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9471 set dummy ${ncn_progname}; ac_word=$2 9673 set dummy ${ncn_progname}; ac_word=$2
9472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9473 $as_echo_n "checking for $ac_word... " >&6; } 9675 $as_echo_n "checking for $ac_word... " >&6; }
9474 if test "${ac_cv_prog_OBJCOPY+set}" = set; then : 9676 if ${ac_cv_prog_OBJCOPY+:} false; then :
9475 $as_echo_n "(cached) " >&6 9677 $as_echo_n "(cached) " >&6
9476 else 9678 else
9477 if test -n "$OBJCOPY"; then 9679 if test -n "$OBJCOPY"; then
9478 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 9680 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9479 else 9681 else
9481 for as_dir in $PATH 9683 for as_dir in $PATH
9482 do 9684 do
9483 IFS=$as_save_IFS 9685 IFS=$as_save_IFS
9484 test -z "$as_dir" && as_dir=. 9686 test -z "$as_dir" && as_dir=.
9485 for ac_exec_ext in '' $ac_executable_extensions; do 9687 for ac_exec_ext in '' $ac_executable_extensions; do
9486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9487 ac_cv_prog_OBJCOPY="${ncn_progname}" 9689 ac_cv_prog_OBJCOPY="${ncn_progname}"
9488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9489 break 2 9691 break 2
9490 fi 9692 fi
9491 done 9693 done
9511 if test -n "$ncn_tool_prefix"; then 9713 if test -n "$ncn_tool_prefix"; then
9512 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 9714 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9513 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 9715 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9515 $as_echo_n "checking for $ac_word... " >&6; } 9717 $as_echo_n "checking for $ac_word... " >&6; }
9516 if test "${ac_cv_prog_OBJCOPY+set}" = set; then : 9718 if ${ac_cv_prog_OBJCOPY+:} false; then :
9517 $as_echo_n "(cached) " >&6 9719 $as_echo_n "(cached) " >&6
9518 else 9720 else
9519 if test -n "$OBJCOPY"; then 9721 if test -n "$OBJCOPY"; then
9520 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 9722 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9521 else 9723 else
9523 for as_dir in $PATH 9725 for as_dir in $PATH
9524 do 9726 do
9525 IFS=$as_save_IFS 9727 IFS=$as_save_IFS
9526 test -z "$as_dir" && as_dir=. 9728 test -z "$as_dir" && as_dir=.
9527 for ac_exec_ext in '' $ac_executable_extensions; do 9729 for ac_exec_ext in '' $ac_executable_extensions; do
9528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9529 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}" 9731 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9531 break 2 9733 break 2
9532 fi 9734 fi
9533 done 9735 done
9550 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then 9752 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9551 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9753 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9552 set dummy ${ncn_progname}; ac_word=$2 9754 set dummy ${ncn_progname}; ac_word=$2
9553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9554 $as_echo_n "checking for $ac_word... " >&6; } 9756 $as_echo_n "checking for $ac_word... " >&6; }
9555 if test "${ac_cv_prog_OBJCOPY+set}" = set; then : 9757 if ${ac_cv_prog_OBJCOPY+:} false; then :
9556 $as_echo_n "(cached) " >&6 9758 $as_echo_n "(cached) " >&6
9557 else 9759 else
9558 if test -n "$OBJCOPY"; then 9760 if test -n "$OBJCOPY"; then
9559 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test. 9761 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9560 else 9762 else
9562 for as_dir in $PATH 9764 for as_dir in $PATH
9563 do 9765 do
9564 IFS=$as_save_IFS 9766 IFS=$as_save_IFS
9565 test -z "$as_dir" && as_dir=. 9767 test -z "$as_dir" && as_dir=.
9566 for ac_exec_ext in '' $ac_executable_extensions; do 9768 for ac_exec_ext in '' $ac_executable_extensions; do
9567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9568 ac_cv_prog_OBJCOPY="${ncn_progname}" 9770 ac_cv_prog_OBJCOPY="${ncn_progname}"
9569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9570 break 2 9772 break 2
9571 fi 9773 fi
9572 done 9774 done
9610 for ncn_progname in objdump; do 9812 for ncn_progname in objdump; do
9611 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9813 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9612 set dummy ${ncn_progname}; ac_word=$2 9814 set dummy ${ncn_progname}; ac_word=$2
9613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9614 $as_echo_n "checking for $ac_word... " >&6; } 9816 $as_echo_n "checking for $ac_word... " >&6; }
9615 if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 9817 if ${ac_cv_prog_OBJDUMP+:} false; then :
9616 $as_echo_n "(cached) " >&6 9818 $as_echo_n "(cached) " >&6
9617 else 9819 else
9618 if test -n "$OBJDUMP"; then 9820 if test -n "$OBJDUMP"; then
9619 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 9821 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9620 else 9822 else
9622 for as_dir in $PATH 9824 for as_dir in $PATH
9623 do 9825 do
9624 IFS=$as_save_IFS 9826 IFS=$as_save_IFS
9625 test -z "$as_dir" && as_dir=. 9827 test -z "$as_dir" && as_dir=.
9626 for ac_exec_ext in '' $ac_executable_extensions; do 9828 for ac_exec_ext in '' $ac_executable_extensions; do
9627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9628 ac_cv_prog_OBJDUMP="${ncn_progname}" 9830 ac_cv_prog_OBJDUMP="${ncn_progname}"
9629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9630 break 2 9832 break 2
9631 fi 9833 fi
9632 done 9834 done
9652 if test -n "$ncn_tool_prefix"; then 9854 if test -n "$ncn_tool_prefix"; then
9653 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 9855 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9654 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 9856 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9656 $as_echo_n "checking for $ac_word... " >&6; } 9858 $as_echo_n "checking for $ac_word... " >&6; }
9657 if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 9859 if ${ac_cv_prog_OBJDUMP+:} false; then :
9658 $as_echo_n "(cached) " >&6 9860 $as_echo_n "(cached) " >&6
9659 else 9861 else
9660 if test -n "$OBJDUMP"; then 9862 if test -n "$OBJDUMP"; then
9661 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 9863 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9662 else 9864 else
9664 for as_dir in $PATH 9866 for as_dir in $PATH
9665 do 9867 do
9666 IFS=$as_save_IFS 9868 IFS=$as_save_IFS
9667 test -z "$as_dir" && as_dir=. 9869 test -z "$as_dir" && as_dir=.
9668 for ac_exec_ext in '' $ac_executable_extensions; do 9870 for ac_exec_ext in '' $ac_executable_extensions; do
9669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9670 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}" 9872 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9672 break 2 9874 break 2
9673 fi 9875 fi
9674 done 9876 done
9691 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then 9893 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9692 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 9894 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9693 set dummy ${ncn_progname}; ac_word=$2 9895 set dummy ${ncn_progname}; ac_word=$2
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9695 $as_echo_n "checking for $ac_word... " >&6; } 9897 $as_echo_n "checking for $ac_word... " >&6; }
9696 if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 9898 if ${ac_cv_prog_OBJDUMP+:} false; then :
9697 $as_echo_n "(cached) " >&6 9899 $as_echo_n "(cached) " >&6
9698 else 9900 else
9699 if test -n "$OBJDUMP"; then 9901 if test -n "$OBJDUMP"; then
9700 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 9902 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9701 else 9903 else
9703 for as_dir in $PATH 9905 for as_dir in $PATH
9704 do 9906 do
9705 IFS=$as_save_IFS 9907 IFS=$as_save_IFS
9706 test -z "$as_dir" && as_dir=. 9908 test -z "$as_dir" && as_dir=.
9707 for ac_exec_ext in '' $ac_executable_extensions; do 9909 for ac_exec_ext in '' $ac_executable_extensions; do
9708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9910 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9709 ac_cv_prog_OBJDUMP="${ncn_progname}" 9911 ac_cv_prog_OBJDUMP="${ncn_progname}"
9710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 9912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9711 break 2 9913 break 2
9712 fi 9914 fi
9713 done 9915 done
9739 fi 9941 fi
9740 fi 9942 fi
9741 9943
9742 9944
9743 9945
9946 if test -n "$OTOOL"; then
9947 ac_cv_prog_OTOOL=$OTOOL
9948 elif test -n "$ac_cv_prog_OTOOL"; then
9949 OTOOL=$ac_cv_prog_OTOOL
9950 fi
9951
9952 if test -n "$ac_cv_prog_OTOOL"; then
9953 for ncn_progname in otool; do
9954 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9955 set dummy ${ncn_progname}; ac_word=$2
9956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9957 $as_echo_n "checking for $ac_word... " >&6; }
9958 if ${ac_cv_prog_OTOOL+:} false; then :
9959 $as_echo_n "(cached) " >&6
9960 else
9961 if test -n "$OTOOL"; then
9962 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
9963 else
9964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9965 for as_dir in $PATH
9966 do
9967 IFS=$as_save_IFS
9968 test -z "$as_dir" && as_dir=.
9969 for ac_exec_ext in '' $ac_executable_extensions; do
9970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9971 ac_cv_prog_OTOOL="${ncn_progname}"
9972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9973 break 2
9974 fi
9975 done
9976 done
9977 IFS=$as_save_IFS
9978
9979 fi
9980 fi
9981 OTOOL=$ac_cv_prog_OTOOL
9982 if test -n "$OTOOL"; then
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9984 $as_echo "$OTOOL" >&6; }
9985 else
9986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9987 $as_echo "no" >&6; }
9988 fi
9989
9990
9991 done
9992 fi
9993
9994 for ncn_progname in otool; do
9995 if test -n "$ncn_tool_prefix"; then
9996 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9997 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9999 $as_echo_n "checking for $ac_word... " >&6; }
10000 if ${ac_cv_prog_OTOOL+:} false; then :
10001 $as_echo_n "(cached) " >&6
10002 else
10003 if test -n "$OTOOL"; then
10004 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
10005 else
10006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10007 for as_dir in $PATH
10008 do
10009 IFS=$as_save_IFS
10010 test -z "$as_dir" && as_dir=.
10011 for ac_exec_ext in '' $ac_executable_extensions; do
10012 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10013 ac_cv_prog_OTOOL="${ncn_tool_prefix}${ncn_progname}"
10014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10015 break 2
10016 fi
10017 done
10018 done
10019 IFS=$as_save_IFS
10020
10021 fi
10022 fi
10023 OTOOL=$ac_cv_prog_OTOOL
10024 if test -n "$OTOOL"; then
10025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
10026 $as_echo "$OTOOL" >&6; }
10027 else
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10029 $as_echo "no" >&6; }
10030 fi
10031
10032
10033 fi
10034 if test -z "$ac_cv_prog_OTOOL" && test $build = $host ; then
10035 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10036 set dummy ${ncn_progname}; ac_word=$2
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10038 $as_echo_n "checking for $ac_word... " >&6; }
10039 if ${ac_cv_prog_OTOOL+:} false; then :
10040 $as_echo_n "(cached) " >&6
10041 else
10042 if test -n "$OTOOL"; then
10043 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
10044 else
10045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10046 for as_dir in $PATH
10047 do
10048 IFS=$as_save_IFS
10049 test -z "$as_dir" && as_dir=.
10050 for ac_exec_ext in '' $ac_executable_extensions; do
10051 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10052 ac_cv_prog_OTOOL="${ncn_progname}"
10053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10054 break 2
10055 fi
10056 done
10057 done
10058 IFS=$as_save_IFS
10059
10060 fi
10061 fi
10062 OTOOL=$ac_cv_prog_OTOOL
10063 if test -n "$OTOOL"; then
10064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
10065 $as_echo "$OTOOL" >&6; }
10066 else
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10068 $as_echo "no" >&6; }
10069 fi
10070
10071
10072 fi
10073 test -n "$ac_cv_prog_OTOOL" && break
10074 done
10075
10076 if test -z "$ac_cv_prog_OTOOL" ; then
10077 set dummy otool
10078 if test $build = $host ; then
10079 OTOOL="$2"
10080 else
10081 OTOOL="${ncn_tool_prefix}$2"
10082 fi
10083 fi
10084
10085
10086
9744 if test -n "$READELF"; then 10087 if test -n "$READELF"; then
9745 ac_cv_prog_READELF=$READELF 10088 ac_cv_prog_READELF=$READELF
9746 elif test -n "$ac_cv_prog_READELF"; then 10089 elif test -n "$ac_cv_prog_READELF"; then
9747 READELF=$ac_cv_prog_READELF 10090 READELF=$ac_cv_prog_READELF
9748 fi 10091 fi
9751 for ncn_progname in readelf; do 10094 for ncn_progname in readelf; do
9752 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10095 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9753 set dummy ${ncn_progname}; ac_word=$2 10096 set dummy ${ncn_progname}; ac_word=$2
9754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9755 $as_echo_n "checking for $ac_word... " >&6; } 10098 $as_echo_n "checking for $ac_word... " >&6; }
9756 if test "${ac_cv_prog_READELF+set}" = set; then : 10099 if ${ac_cv_prog_READELF+:} false; then :
9757 $as_echo_n "(cached) " >&6 10100 $as_echo_n "(cached) " >&6
9758 else 10101 else
9759 if test -n "$READELF"; then 10102 if test -n "$READELF"; then
9760 ac_cv_prog_READELF="$READELF" # Let the user override the test. 10103 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9761 else 10104 else
9763 for as_dir in $PATH 10106 for as_dir in $PATH
9764 do 10107 do
9765 IFS=$as_save_IFS 10108 IFS=$as_save_IFS
9766 test -z "$as_dir" && as_dir=. 10109 test -z "$as_dir" && as_dir=.
9767 for ac_exec_ext in '' $ac_executable_extensions; do 10110 for ac_exec_ext in '' $ac_executable_extensions; do
9768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9769 ac_cv_prog_READELF="${ncn_progname}" 10112 ac_cv_prog_READELF="${ncn_progname}"
9770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9771 break 2 10114 break 2
9772 fi 10115 fi
9773 done 10116 done
9793 if test -n "$ncn_tool_prefix"; then 10136 if test -n "$ncn_tool_prefix"; then
9794 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. 10137 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9795 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 10138 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9797 $as_echo_n "checking for $ac_word... " >&6; } 10140 $as_echo_n "checking for $ac_word... " >&6; }
9798 if test "${ac_cv_prog_READELF+set}" = set; then : 10141 if ${ac_cv_prog_READELF+:} false; then :
9799 $as_echo_n "(cached) " >&6 10142 $as_echo_n "(cached) " >&6
9800 else 10143 else
9801 if test -n "$READELF"; then 10144 if test -n "$READELF"; then
9802 ac_cv_prog_READELF="$READELF" # Let the user override the test. 10145 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9803 else 10146 else
9805 for as_dir in $PATH 10148 for as_dir in $PATH
9806 do 10149 do
9807 IFS=$as_save_IFS 10150 IFS=$as_save_IFS
9808 test -z "$as_dir" && as_dir=. 10151 test -z "$as_dir" && as_dir=.
9809 for ac_exec_ext in '' $ac_executable_extensions; do 10152 for ac_exec_ext in '' $ac_executable_extensions; do
9810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9811 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}" 10154 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9813 break 2 10156 break 2
9814 fi 10157 fi
9815 done 10158 done
9832 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then 10175 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9833 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10176 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9834 set dummy ${ncn_progname}; ac_word=$2 10177 set dummy ${ncn_progname}; ac_word=$2
9835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9836 $as_echo_n "checking for $ac_word... " >&6; } 10179 $as_echo_n "checking for $ac_word... " >&6; }
9837 if test "${ac_cv_prog_READELF+set}" = set; then : 10180 if ${ac_cv_prog_READELF+:} false; then :
9838 $as_echo_n "(cached) " >&6 10181 $as_echo_n "(cached) " >&6
9839 else 10182 else
9840 if test -n "$READELF"; then 10183 if test -n "$READELF"; then
9841 ac_cv_prog_READELF="$READELF" # Let the user override the test. 10184 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9842 else 10185 else
9844 for as_dir in $PATH 10187 for as_dir in $PATH
9845 do 10188 do
9846 IFS=$as_save_IFS 10189 IFS=$as_save_IFS
9847 test -z "$as_dir" && as_dir=. 10190 test -z "$as_dir" && as_dir=.
9848 for ac_exec_ext in '' $ac_executable_extensions; do 10191 for ac_exec_ext in '' $ac_executable_extensions; do
9849 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9850 ac_cv_prog_READELF="${ncn_progname}" 10193 ac_cv_prog_READELF="${ncn_progname}"
9851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9852 break 2 10195 break 2
9853 fi 10196 fi
9854 done 10197 done
9914 for ncn_progname in cc gcc; do 10257 for ncn_progname in cc gcc; do
9915 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10258 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9916 set dummy ${ncn_progname}; ac_word=$2 10259 set dummy ${ncn_progname}; ac_word=$2
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9918 $as_echo_n "checking for $ac_word... " >&6; } 10261 $as_echo_n "checking for $ac_word... " >&6; }
9919 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then : 10262 if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
9920 $as_echo_n "(cached) " >&6 10263 $as_echo_n "(cached) " >&6
9921 else 10264 else
9922 if test -n "$CC_FOR_TARGET"; then 10265 if test -n "$CC_FOR_TARGET"; then
9923 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test. 10266 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9924 else 10267 else
9926 for as_dir in $PATH 10269 for as_dir in $PATH
9927 do 10270 do
9928 IFS=$as_save_IFS 10271 IFS=$as_save_IFS
9929 test -z "$as_dir" && as_dir=. 10272 test -z "$as_dir" && as_dir=.
9930 for ac_exec_ext in '' $ac_executable_extensions; do 10273 for ac_exec_ext in '' $ac_executable_extensions; do
9931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9932 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}" 10275 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9934 break 2 10277 break 2
9935 fi 10278 fi
9936 done 10279 done
9973 if test -n "$ncn_target_tool_prefix"; then 10316 if test -n "$ncn_target_tool_prefix"; then
9974 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 10317 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9975 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 10318 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9977 $as_echo_n "checking for $ac_word... " >&6; } 10320 $as_echo_n "checking for $ac_word... " >&6; }
9978 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then : 10321 if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
9979 $as_echo_n "(cached) " >&6 10322 $as_echo_n "(cached) " >&6
9980 else 10323 else
9981 if test -n "$CC_FOR_TARGET"; then 10324 if test -n "$CC_FOR_TARGET"; then
9982 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test. 10325 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9983 else 10326 else
9985 for as_dir in $PATH 10328 for as_dir in $PATH
9986 do 10329 do
9987 IFS=$as_save_IFS 10330 IFS=$as_save_IFS
9988 test -z "$as_dir" && as_dir=. 10331 test -z "$as_dir" && as_dir=.
9989 for ac_exec_ext in '' $ac_executable_extensions; do 10332 for ac_exec_ext in '' $ac_executable_extensions; do
9990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10333 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9991 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 10334 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9993 break 2 10336 break 2
9994 fi 10337 fi
9995 done 10338 done
10012 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then 10355 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10013 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10356 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10014 set dummy ${ncn_progname}; ac_word=$2 10357 set dummy ${ncn_progname}; ac_word=$2
10015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10016 $as_echo_n "checking for $ac_word... " >&6; } 10359 $as_echo_n "checking for $ac_word... " >&6; }
10017 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then : 10360 if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
10018 $as_echo_n "(cached) " >&6 10361 $as_echo_n "(cached) " >&6
10019 else 10362 else
10020 if test -n "$CC_FOR_TARGET"; then 10363 if test -n "$CC_FOR_TARGET"; then
10021 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test. 10364 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10022 else 10365 else
10024 for as_dir in $PATH 10367 for as_dir in $PATH
10025 do 10368 do
10026 IFS=$as_save_IFS 10369 IFS=$as_save_IFS
10027 test -z "$as_dir" && as_dir=. 10370 test -z "$as_dir" && as_dir=.
10028 for ac_exec_ext in '' $ac_executable_extensions; do 10371 for ac_exec_ext in '' $ac_executable_extensions; do
10029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10372 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10030 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}" 10373 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
10031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10032 break 2 10375 break 2
10033 fi 10376 fi
10034 done 10377 done
10075 for ncn_progname in c++ g++ cxx gxx; do 10418 for ncn_progname in c++ g++ cxx gxx; do
10076 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10419 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10077 set dummy ${ncn_progname}; ac_word=$2 10420 set dummy ${ncn_progname}; ac_word=$2
10078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10079 $as_echo_n "checking for $ac_word... " >&6; } 10422 $as_echo_n "checking for $ac_word... " >&6; }
10080 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then : 10423 if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
10081 $as_echo_n "(cached) " >&6 10424 $as_echo_n "(cached) " >&6
10082 else 10425 else
10083 if test -n "$CXX_FOR_TARGET"; then 10426 if test -n "$CXX_FOR_TARGET"; then
10084 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test. 10427 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10085 else 10428 else
10087 for as_dir in $PATH 10430 for as_dir in $PATH
10088 do 10431 do
10089 IFS=$as_save_IFS 10432 IFS=$as_save_IFS
10090 test -z "$as_dir" && as_dir=. 10433 test -z "$as_dir" && as_dir=.
10091 for ac_exec_ext in '' $ac_executable_extensions; do 10434 for ac_exec_ext in '' $ac_executable_extensions; do
10092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10435 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10093 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}" 10436 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10095 break 2 10438 break 2
10096 fi 10439 fi
10097 done 10440 done
10134 if test -n "$ncn_target_tool_prefix"; then 10477 if test -n "$ncn_target_tool_prefix"; then
10135 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 10478 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10136 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 10479 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10138 $as_echo_n "checking for $ac_word... " >&6; } 10481 $as_echo_n "checking for $ac_word... " >&6; }
10139 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then : 10482 if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
10140 $as_echo_n "(cached) " >&6 10483 $as_echo_n "(cached) " >&6
10141 else 10484 else
10142 if test -n "$CXX_FOR_TARGET"; then 10485 if test -n "$CXX_FOR_TARGET"; then
10143 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test. 10486 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10144 else 10487 else
10146 for as_dir in $PATH 10489 for as_dir in $PATH
10147 do 10490 do
10148 IFS=$as_save_IFS 10491 IFS=$as_save_IFS
10149 test -z "$as_dir" && as_dir=. 10492 test -z "$as_dir" && as_dir=.
10150 for ac_exec_ext in '' $ac_executable_extensions; do 10493 for ac_exec_ext in '' $ac_executable_extensions; do
10151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10494 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10152 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 10495 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10154 break 2 10497 break 2
10155 fi 10498 fi
10156 done 10499 done
10173 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then 10516 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10174 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10517 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10175 set dummy ${ncn_progname}; ac_word=$2 10518 set dummy ${ncn_progname}; ac_word=$2
10176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10177 $as_echo_n "checking for $ac_word... " >&6; } 10520 $as_echo_n "checking for $ac_word... " >&6; }
10178 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then : 10521 if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
10179 $as_echo_n "(cached) " >&6 10522 $as_echo_n "(cached) " >&6
10180 else 10523 else
10181 if test -n "$CXX_FOR_TARGET"; then 10524 if test -n "$CXX_FOR_TARGET"; then
10182 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test. 10525 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10183 else 10526 else
10185 for as_dir in $PATH 10528 for as_dir in $PATH
10186 do 10529 do
10187 IFS=$as_save_IFS 10530 IFS=$as_save_IFS
10188 test -z "$as_dir" && as_dir=. 10531 test -z "$as_dir" && as_dir=.
10189 for ac_exec_ext in '' $ac_executable_extensions; do 10532 for ac_exec_ext in '' $ac_executable_extensions; do
10190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10191 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}" 10534 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10193 break 2 10536 break 2
10194 fi 10537 fi
10195 done 10538 done
10236 for ncn_progname in gcc; do 10579 for ncn_progname in gcc; do
10237 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10580 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10238 set dummy ${ncn_progname}; ac_word=$2 10581 set dummy ${ncn_progname}; ac_word=$2
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10240 $as_echo_n "checking for $ac_word... " >&6; } 10583 $as_echo_n "checking for $ac_word... " >&6; }
10241 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then : 10584 if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
10242 $as_echo_n "(cached) " >&6 10585 $as_echo_n "(cached) " >&6
10243 else 10586 else
10244 if test -n "$GCC_FOR_TARGET"; then 10587 if test -n "$GCC_FOR_TARGET"; then
10245 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test. 10588 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10246 else 10589 else
10248 for as_dir in $PATH 10591 for as_dir in $PATH
10249 do 10592 do
10250 IFS=$as_save_IFS 10593 IFS=$as_save_IFS
10251 test -z "$as_dir" && as_dir=. 10594 test -z "$as_dir" && as_dir=.
10252 for ac_exec_ext in '' $ac_executable_extensions; do 10595 for ac_exec_ext in '' $ac_executable_extensions; do
10253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10596 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10254 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}" 10597 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10256 break 2 10599 break 2
10257 fi 10600 fi
10258 done 10601 done
10295 if test -n "$ncn_target_tool_prefix"; then 10638 if test -n "$ncn_target_tool_prefix"; then
10296 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 10639 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10297 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 10640 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10299 $as_echo_n "checking for $ac_word... " >&6; } 10642 $as_echo_n "checking for $ac_word... " >&6; }
10300 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then : 10643 if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
10301 $as_echo_n "(cached) " >&6 10644 $as_echo_n "(cached) " >&6
10302 else 10645 else
10303 if test -n "$GCC_FOR_TARGET"; then 10646 if test -n "$GCC_FOR_TARGET"; then
10304 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test. 10647 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10305 else 10648 else
10307 for as_dir in $PATH 10650 for as_dir in $PATH
10308 do 10651 do
10309 IFS=$as_save_IFS 10652 IFS=$as_save_IFS
10310 test -z "$as_dir" && as_dir=. 10653 test -z "$as_dir" && as_dir=.
10311 for ac_exec_ext in '' $ac_executable_extensions; do 10654 for ac_exec_ext in '' $ac_executable_extensions; do
10312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10655 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10313 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 10656 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10315 break 2 10658 break 2
10316 fi 10659 fi
10317 done 10660 done
10334 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then 10677 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10335 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10678 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10336 set dummy ${ncn_progname}; ac_word=$2 10679 set dummy ${ncn_progname}; ac_word=$2
10337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10338 $as_echo_n "checking for $ac_word... " >&6; } 10681 $as_echo_n "checking for $ac_word... " >&6; }
10339 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then : 10682 if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
10340 $as_echo_n "(cached) " >&6 10683 $as_echo_n "(cached) " >&6
10341 else 10684 else
10342 if test -n "$GCC_FOR_TARGET"; then 10685 if test -n "$GCC_FOR_TARGET"; then
10343 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test. 10686 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10344 else 10687 else
10346 for as_dir in $PATH 10689 for as_dir in $PATH
10347 do 10690 do
10348 IFS=$as_save_IFS 10691 IFS=$as_save_IFS
10349 test -z "$as_dir" && as_dir=. 10692 test -z "$as_dir" && as_dir=.
10350 for ac_exec_ext in '' $ac_executable_extensions; do 10693 for ac_exec_ext in '' $ac_executable_extensions; do
10351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10694 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10352 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}" 10695 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10354 break 2 10697 break 2
10355 fi 10698 fi
10356 done 10699 done
10392 for ncn_progname in gfortran; do 10735 for ncn_progname in gfortran; do
10393 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10736 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10394 set dummy ${ncn_progname}; ac_word=$2 10737 set dummy ${ncn_progname}; ac_word=$2
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10396 $as_echo_n "checking for $ac_word... " >&6; } 10739 $as_echo_n "checking for $ac_word... " >&6; }
10397 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then : 10740 if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
10398 $as_echo_n "(cached) " >&6 10741 $as_echo_n "(cached) " >&6
10399 else 10742 else
10400 if test -n "$GFORTRAN_FOR_TARGET"; then 10743 if test -n "$GFORTRAN_FOR_TARGET"; then
10401 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test. 10744 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10402 else 10745 else
10404 for as_dir in $PATH 10747 for as_dir in $PATH
10405 do 10748 do
10406 IFS=$as_save_IFS 10749 IFS=$as_save_IFS
10407 test -z "$as_dir" && as_dir=. 10750 test -z "$as_dir" && as_dir=.
10408 for ac_exec_ext in '' $ac_executable_extensions; do 10751 for ac_exec_ext in '' $ac_executable_extensions; do
10409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10752 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10410 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}" 10753 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10412 break 2 10755 break 2
10413 fi 10756 fi
10414 done 10757 done
10451 if test -n "$ncn_target_tool_prefix"; then 10794 if test -n "$ncn_target_tool_prefix"; then
10452 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 10795 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10453 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 10796 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10455 $as_echo_n "checking for $ac_word... " >&6; } 10798 $as_echo_n "checking for $ac_word... " >&6; }
10456 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then : 10799 if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
10457 $as_echo_n "(cached) " >&6 10800 $as_echo_n "(cached) " >&6
10458 else 10801 else
10459 if test -n "$GFORTRAN_FOR_TARGET"; then 10802 if test -n "$GFORTRAN_FOR_TARGET"; then
10460 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test. 10803 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10461 else 10804 else
10463 for as_dir in $PATH 10806 for as_dir in $PATH
10464 do 10807 do
10465 IFS=$as_save_IFS 10808 IFS=$as_save_IFS
10466 test -z "$as_dir" && as_dir=. 10809 test -z "$as_dir" && as_dir=.
10467 for ac_exec_ext in '' $ac_executable_extensions; do 10810 for ac_exec_ext in '' $ac_executable_extensions; do
10468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10811 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10469 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 10812 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10471 break 2 10814 break 2
10472 fi 10815 fi
10473 done 10816 done
10490 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then 10833 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10491 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10834 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10492 set dummy ${ncn_progname}; ac_word=$2 10835 set dummy ${ncn_progname}; ac_word=$2
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10494 $as_echo_n "checking for $ac_word... " >&6; } 10837 $as_echo_n "checking for $ac_word... " >&6; }
10495 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then : 10838 if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
10496 $as_echo_n "(cached) " >&6 10839 $as_echo_n "(cached) " >&6
10497 else 10840 else
10498 if test -n "$GFORTRAN_FOR_TARGET"; then 10841 if test -n "$GFORTRAN_FOR_TARGET"; then
10499 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test. 10842 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10500 else 10843 else
10502 for as_dir in $PATH 10845 for as_dir in $PATH
10503 do 10846 do
10504 IFS=$as_save_IFS 10847 IFS=$as_save_IFS
10505 test -z "$as_dir" && as_dir=. 10848 test -z "$as_dir" && as_dir=.
10506 for ac_exec_ext in '' $ac_executable_extensions; do 10849 for ac_exec_ext in '' $ac_executable_extensions; do
10507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10850 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10508 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}" 10851 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10510 break 2 10853 break 2
10511 fi 10854 fi
10512 done 10855 done
10553 for ncn_progname in gccgo; do 10896 for ncn_progname in gccgo; do
10554 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10897 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10555 set dummy ${ncn_progname}; ac_word=$2 10898 set dummy ${ncn_progname}; ac_word=$2
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10557 $as_echo_n "checking for $ac_word... " >&6; } 10900 $as_echo_n "checking for $ac_word... " >&6; }
10558 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then : 10901 if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
10559 $as_echo_n "(cached) " >&6 10902 $as_echo_n "(cached) " >&6
10560 else 10903 else
10561 if test -n "$GOC_FOR_TARGET"; then 10904 if test -n "$GOC_FOR_TARGET"; then
10562 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test. 10905 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10563 else 10906 else
10565 for as_dir in $PATH 10908 for as_dir in $PATH
10566 do 10909 do
10567 IFS=$as_save_IFS 10910 IFS=$as_save_IFS
10568 test -z "$as_dir" && as_dir=. 10911 test -z "$as_dir" && as_dir=.
10569 for ac_exec_ext in '' $ac_executable_extensions; do 10912 for ac_exec_ext in '' $ac_executable_extensions; do
10570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10571 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}" 10914 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10573 break 2 10916 break 2
10574 fi 10917 fi
10575 done 10918 done
10612 if test -n "$ncn_target_tool_prefix"; then 10955 if test -n "$ncn_target_tool_prefix"; then
10613 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 10956 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10614 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 10957 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10616 $as_echo_n "checking for $ac_word... " >&6; } 10959 $as_echo_n "checking for $ac_word... " >&6; }
10617 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then : 10960 if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
10618 $as_echo_n "(cached) " >&6 10961 $as_echo_n "(cached) " >&6
10619 else 10962 else
10620 if test -n "$GOC_FOR_TARGET"; then 10963 if test -n "$GOC_FOR_TARGET"; then
10621 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test. 10964 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10622 else 10965 else
10624 for as_dir in $PATH 10967 for as_dir in $PATH
10625 do 10968 do
10626 IFS=$as_save_IFS 10969 IFS=$as_save_IFS
10627 test -z "$as_dir" && as_dir=. 10970 test -z "$as_dir" && as_dir=.
10628 for ac_exec_ext in '' $ac_executable_extensions; do 10971 for ac_exec_ext in '' $ac_executable_extensions; do
10629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10972 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10630 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 10973 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 10974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10632 break 2 10975 break 2
10633 fi 10976 fi
10634 done 10977 done
10651 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then 10994 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10652 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 10995 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10653 set dummy ${ncn_progname}; ac_word=$2 10996 set dummy ${ncn_progname}; ac_word=$2
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10655 $as_echo_n "checking for $ac_word... " >&6; } 10998 $as_echo_n "checking for $ac_word... " >&6; }
10656 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then : 10999 if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
10657 $as_echo_n "(cached) " >&6 11000 $as_echo_n "(cached) " >&6
10658 else 11001 else
10659 if test -n "$GOC_FOR_TARGET"; then 11002 if test -n "$GOC_FOR_TARGET"; then
10660 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test. 11003 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10661 else 11004 else
10663 for as_dir in $PATH 11006 for as_dir in $PATH
10664 do 11007 do
10665 IFS=$as_save_IFS 11008 IFS=$as_save_IFS
10666 test -z "$as_dir" && as_dir=. 11009 test -z "$as_dir" && as_dir=.
10667 for ac_exec_ext in '' $ac_executable_extensions; do 11010 for ac_exec_ext in '' $ac_executable_extensions; do
10668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10669 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}" 11012 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10671 break 2 11014 break 2
10672 fi 11015 fi
10673 done 11016 done
10698 else 11041 else
10699 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2" 11042 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10700 fi 11043 fi
10701 else 11044 else
10702 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET" 11045 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
11046 fi
11047
11048
11049
11050 if test -n "$GDC_FOR_TARGET"; then
11051 ac_cv_prog_GDC_FOR_TARGET=$GDC_FOR_TARGET
11052 elif test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
11053 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11054 fi
11055
11056 if test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
11057 for ncn_progname in gdc; do
11058 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11059 set dummy ${ncn_progname}; ac_word=$2
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11061 $as_echo_n "checking for $ac_word... " >&6; }
11062 if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
11063 $as_echo_n "(cached) " >&6
11064 else
11065 if test -n "$GDC_FOR_TARGET"; then
11066 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
11067 else
11068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11069 for as_dir in $PATH
11070 do
11071 IFS=$as_save_IFS
11072 test -z "$as_dir" && as_dir=.
11073 for ac_exec_ext in '' $ac_executable_extensions; do
11074 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11075 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
11076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11077 break 2
11078 fi
11079 done
11080 done
11081 IFS=$as_save_IFS
11082
11083 fi
11084 fi
11085 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11086 if test -n "$GDC_FOR_TARGET"; then
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC_FOR_TARGET" >&5
11088 $as_echo "$GDC_FOR_TARGET" >&6; }
11089 else
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11091 $as_echo "no" >&6; }
11092 fi
11093
11094
11095 done
11096 fi
11097
11098 if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11099 for ncn_progname in gdc; do
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11101 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11102 if test -x $with_build_time_tools/${ncn_progname}; then
11103 ac_cv_prog_GDC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11105 $as_echo "yes" >&6; }
11106 break
11107 else
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11109 $as_echo "no" >&6; }
11110 fi
11111 done
11112 fi
11113
11114 if test -z "$ac_cv_prog_GDC_FOR_TARGET"; then
11115 for ncn_progname in gdc; do
11116 if test -n "$ncn_target_tool_prefix"; then
11117 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11118 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11120 $as_echo_n "checking for $ac_word... " >&6; }
11121 if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
11122 $as_echo_n "(cached) " >&6
11123 else
11124 if test -n "$GDC_FOR_TARGET"; then
11125 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
11126 else
11127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11128 for as_dir in $PATH
11129 do
11130 IFS=$as_save_IFS
11131 test -z "$as_dir" && as_dir=.
11132 for ac_exec_ext in '' $ac_executable_extensions; do
11133 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11134 ac_cv_prog_GDC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11136 break 2
11137 fi
11138 done
11139 done
11140 IFS=$as_save_IFS
11141
11142 fi
11143 fi
11144 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11145 if test -n "$GDC_FOR_TARGET"; then
11146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC_FOR_TARGET" >&5
11147 $as_echo "$GDC_FOR_TARGET" >&6; }
11148 else
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11150 $as_echo "no" >&6; }
11151 fi
11152
11153
11154 fi
11155 if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test $build = $target ; then
11156 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11157 set dummy ${ncn_progname}; ac_word=$2
11158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11159 $as_echo_n "checking for $ac_word... " >&6; }
11160 if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
11161 $as_echo_n "(cached) " >&6
11162 else
11163 if test -n "$GDC_FOR_TARGET"; then
11164 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
11165 else
11166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11167 for as_dir in $PATH
11168 do
11169 IFS=$as_save_IFS
11170 test -z "$as_dir" && as_dir=.
11171 for ac_exec_ext in '' $ac_executable_extensions; do
11172 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11173 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
11174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11175 break 2
11176 fi
11177 done
11178 done
11179 IFS=$as_save_IFS
11180
11181 fi
11182 fi
11183 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11184 if test -n "$GDC_FOR_TARGET"; then
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC_FOR_TARGET" >&5
11186 $as_echo "$GDC_FOR_TARGET" >&6; }
11187 else
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11189 $as_echo "no" >&6; }
11190 fi
11191
11192
11193 fi
11194 test -n "$ac_cv_prog_GDC_FOR_TARGET" && break
11195 done
11196 fi
11197
11198 if test -z "$ac_cv_prog_GDC_FOR_TARGET" ; then
11199 set dummy gdc
11200 if test $build = $target ; then
11201 GDC_FOR_TARGET="$2"
11202 else
11203 GDC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11204 fi
11205 else
11206 GDC_FOR_TARGET="$ac_cv_prog_GDC_FOR_TARGET"
10703 fi 11207 fi
10704 11208
10705 11209
10706 11210
10707 cat > conftest.c << \EOF 11211 cat > conftest.c << \EOF
10742 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 11246 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10743 # Extract the first word of "ar", so it can be a program name with args. 11247 # Extract the first word of "ar", so it can be a program name with args.
10744 set dummy ar; ac_word=$2 11248 set dummy ar; ac_word=$2
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10746 $as_echo_n "checking for $ac_word... " >&6; } 11250 $as_echo_n "checking for $ac_word... " >&6; }
10747 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then : 11251 if ${ac_cv_path_AR_FOR_TARGET+:} false; then :
10748 $as_echo_n "(cached) " >&6 11252 $as_echo_n "(cached) " >&6
10749 else 11253 else
10750 case $AR_FOR_TARGET in 11254 case $AR_FOR_TARGET in
10751 [\\/]* | ?:[\\/]*) 11255 [\\/]* | ?:[\\/]*)
10752 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path. 11256 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10756 for as_dir in $gcc_cv_tool_dirs 11260 for as_dir in $gcc_cv_tool_dirs
10757 do 11261 do
10758 IFS=$as_save_IFS 11262 IFS=$as_save_IFS
10759 test -z "$as_dir" && as_dir=. 11263 test -z "$as_dir" && as_dir=.
10760 for ac_exec_ext in '' $ac_executable_extensions; do 11264 for ac_exec_ext in '' $ac_executable_extensions; do
10761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11265 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10762 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 11266 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10764 break 2 11268 break 2
10765 fi 11269 fi
10766 done 11270 done
10794 for ncn_progname in ar; do 11298 for ncn_progname in ar; do
10795 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 11299 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10796 set dummy ${ncn_progname}; ac_word=$2 11300 set dummy ${ncn_progname}; ac_word=$2
10797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10798 $as_echo_n "checking for $ac_word... " >&6; } 11302 $as_echo_n "checking for $ac_word... " >&6; }
10799 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then : 11303 if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
10800 $as_echo_n "(cached) " >&6 11304 $as_echo_n "(cached) " >&6
10801 else 11305 else
10802 if test -n "$AR_FOR_TARGET"; then 11306 if test -n "$AR_FOR_TARGET"; then
10803 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test. 11307 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10804 else 11308 else
10806 for as_dir in $PATH 11310 for as_dir in $PATH
10807 do 11311 do
10808 IFS=$as_save_IFS 11312 IFS=$as_save_IFS
10809 test -z "$as_dir" && as_dir=. 11313 test -z "$as_dir" && as_dir=.
10810 for ac_exec_ext in '' $ac_executable_extensions; do 11314 for ac_exec_ext in '' $ac_executable_extensions; do
10811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10812 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}" 11316 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10814 break 2 11318 break 2
10815 fi 11319 fi
10816 done 11320 done
10853 if test -n "$ncn_target_tool_prefix"; then 11357 if test -n "$ncn_target_tool_prefix"; then
10854 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 11358 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10855 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 11359 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10857 $as_echo_n "checking for $ac_word... " >&6; } 11361 $as_echo_n "checking for $ac_word... " >&6; }
10858 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then : 11362 if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
10859 $as_echo_n "(cached) " >&6 11363 $as_echo_n "(cached) " >&6
10860 else 11364 else
10861 if test -n "$AR_FOR_TARGET"; then 11365 if test -n "$AR_FOR_TARGET"; then
10862 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test. 11366 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10863 else 11367 else
10865 for as_dir in $PATH 11369 for as_dir in $PATH
10866 do 11370 do
10867 IFS=$as_save_IFS 11371 IFS=$as_save_IFS
10868 test -z "$as_dir" && as_dir=. 11372 test -z "$as_dir" && as_dir=.
10869 for ac_exec_ext in '' $ac_executable_extensions; do 11373 for ac_exec_ext in '' $ac_executable_extensions; do
10870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11374 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10871 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 11375 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10873 break 2 11377 break 2
10874 fi 11378 fi
10875 done 11379 done
10892 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then 11396 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10893 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 11397 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10894 set dummy ${ncn_progname}; ac_word=$2 11398 set dummy ${ncn_progname}; ac_word=$2
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10896 $as_echo_n "checking for $ac_word... " >&6; } 11400 $as_echo_n "checking for $ac_word... " >&6; }
10897 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then : 11401 if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
10898 $as_echo_n "(cached) " >&6 11402 $as_echo_n "(cached) " >&6
10899 else 11403 else
10900 if test -n "$AR_FOR_TARGET"; then 11404 if test -n "$AR_FOR_TARGET"; then
10901 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test. 11405 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10902 else 11406 else
10904 for as_dir in $PATH 11408 for as_dir in $PATH
10905 do 11409 do
10906 IFS=$as_save_IFS 11410 IFS=$as_save_IFS
10907 test -z "$as_dir" && as_dir=. 11411 test -z "$as_dir" && as_dir=.
10908 for ac_exec_ext in '' $ac_executable_extensions; do 11412 for ac_exec_ext in '' $ac_executable_extensions; do
10909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11413 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10910 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}" 11414 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10912 break 2 11416 break 2
10913 fi 11417 fi
10914 done 11418 done
10972 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 11476 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10973 # Extract the first word of "as", so it can be a program name with args. 11477 # Extract the first word of "as", so it can be a program name with args.
10974 set dummy as; ac_word=$2 11478 set dummy as; ac_word=$2
10975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10976 $as_echo_n "checking for $ac_word... " >&6; } 11480 $as_echo_n "checking for $ac_word... " >&6; }
10977 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then : 11481 if ${ac_cv_path_AS_FOR_TARGET+:} false; then :
10978 $as_echo_n "(cached) " >&6 11482 $as_echo_n "(cached) " >&6
10979 else 11483 else
10980 case $AS_FOR_TARGET in 11484 case $AS_FOR_TARGET in
10981 [\\/]* | ?:[\\/]*) 11485 [\\/]* | ?:[\\/]*)
10982 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path. 11486 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10986 for as_dir in $gcc_cv_tool_dirs 11490 for as_dir in $gcc_cv_tool_dirs
10987 do 11491 do
10988 IFS=$as_save_IFS 11492 IFS=$as_save_IFS
10989 test -z "$as_dir" && as_dir=. 11493 test -z "$as_dir" && as_dir=.
10990 for ac_exec_ext in '' $ac_executable_extensions; do 11494 for ac_exec_ext in '' $ac_executable_extensions; do
10991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11495 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10992 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 11496 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10994 break 2 11498 break 2
10995 fi 11499 fi
10996 done 11500 done
11024 for ncn_progname in as; do 11528 for ncn_progname in as; do
11025 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 11529 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11026 set dummy ${ncn_progname}; ac_word=$2 11530 set dummy ${ncn_progname}; ac_word=$2
11027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11028 $as_echo_n "checking for $ac_word... " >&6; } 11532 $as_echo_n "checking for $ac_word... " >&6; }
11029 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then : 11533 if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
11030 $as_echo_n "(cached) " >&6 11534 $as_echo_n "(cached) " >&6
11031 else 11535 else
11032 if test -n "$AS_FOR_TARGET"; then 11536 if test -n "$AS_FOR_TARGET"; then
11033 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test. 11537 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11034 else 11538 else
11036 for as_dir in $PATH 11540 for as_dir in $PATH
11037 do 11541 do
11038 IFS=$as_save_IFS 11542 IFS=$as_save_IFS
11039 test -z "$as_dir" && as_dir=. 11543 test -z "$as_dir" && as_dir=.
11040 for ac_exec_ext in '' $ac_executable_extensions; do 11544 for ac_exec_ext in '' $ac_executable_extensions; do
11041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11042 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}" 11546 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11044 break 2 11548 break 2
11045 fi 11549 fi
11046 done 11550 done
11083 if test -n "$ncn_target_tool_prefix"; then 11587 if test -n "$ncn_target_tool_prefix"; then
11084 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 11588 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11085 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 11589 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11087 $as_echo_n "checking for $ac_word... " >&6; } 11591 $as_echo_n "checking for $ac_word... " >&6; }
11088 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then : 11592 if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
11089 $as_echo_n "(cached) " >&6 11593 $as_echo_n "(cached) " >&6
11090 else 11594 else
11091 if test -n "$AS_FOR_TARGET"; then 11595 if test -n "$AS_FOR_TARGET"; then
11092 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test. 11596 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11093 else 11597 else
11095 for as_dir in $PATH 11599 for as_dir in $PATH
11096 do 11600 do
11097 IFS=$as_save_IFS 11601 IFS=$as_save_IFS
11098 test -z "$as_dir" && as_dir=. 11602 test -z "$as_dir" && as_dir=.
11099 for ac_exec_ext in '' $ac_executable_extensions; do 11603 for ac_exec_ext in '' $ac_executable_extensions; do
11100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11101 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 11605 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11103 break 2 11607 break 2
11104 fi 11608 fi
11105 done 11609 done
11122 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then 11626 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11123 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 11627 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11124 set dummy ${ncn_progname}; ac_word=$2 11628 set dummy ${ncn_progname}; ac_word=$2
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11126 $as_echo_n "checking for $ac_word... " >&6; } 11630 $as_echo_n "checking for $ac_word... " >&6; }
11127 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then : 11631 if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
11128 $as_echo_n "(cached) " >&6 11632 $as_echo_n "(cached) " >&6
11129 else 11633 else
11130 if test -n "$AS_FOR_TARGET"; then 11634 if test -n "$AS_FOR_TARGET"; then
11131 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test. 11635 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11132 else 11636 else
11134 for as_dir in $PATH 11638 for as_dir in $PATH
11135 do 11639 do
11136 IFS=$as_save_IFS 11640 IFS=$as_save_IFS
11137 test -z "$as_dir" && as_dir=. 11641 test -z "$as_dir" && as_dir=.
11138 for ac_exec_ext in '' $ac_executable_extensions; do 11642 for ac_exec_ext in '' $ac_executable_extensions; do
11139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11643 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11140 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}" 11644 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11142 break 2 11646 break 2
11143 fi 11647 fi
11144 done 11648 done
11202 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 11706 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11203 # Extract the first word of "dlltool", so it can be a program name with args. 11707 # Extract the first word of "dlltool", so it can be a program name with args.
11204 set dummy dlltool; ac_word=$2 11708 set dummy dlltool; ac_word=$2
11205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11206 $as_echo_n "checking for $ac_word... " >&6; } 11710 $as_echo_n "checking for $ac_word... " >&6; }
11207 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then : 11711 if ${ac_cv_path_DLLTOOL_FOR_TARGET+:} false; then :
11208 $as_echo_n "(cached) " >&6 11712 $as_echo_n "(cached) " >&6
11209 else 11713 else
11210 case $DLLTOOL_FOR_TARGET in 11714 case $DLLTOOL_FOR_TARGET in
11211 [\\/]* | ?:[\\/]*) 11715 [\\/]* | ?:[\\/]*)
11212 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path. 11716 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11216 for as_dir in $gcc_cv_tool_dirs 11720 for as_dir in $gcc_cv_tool_dirs
11217 do 11721 do
11218 IFS=$as_save_IFS 11722 IFS=$as_save_IFS
11219 test -z "$as_dir" && as_dir=. 11723 test -z "$as_dir" && as_dir=.
11220 for ac_exec_ext in '' $ac_executable_extensions; do 11724 for ac_exec_ext in '' $ac_executable_extensions; do
11221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11725 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11222 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 11726 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11224 break 2 11728 break 2
11225 fi 11729 fi
11226 done 11730 done
11254 for ncn_progname in dlltool; do 11758 for ncn_progname in dlltool; do
11255 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 11759 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11256 set dummy ${ncn_progname}; ac_word=$2 11760 set dummy ${ncn_progname}; ac_word=$2
11257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11258 $as_echo_n "checking for $ac_word... " >&6; } 11762 $as_echo_n "checking for $ac_word... " >&6; }
11259 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then : 11763 if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
11260 $as_echo_n "(cached) " >&6 11764 $as_echo_n "(cached) " >&6
11261 else 11765 else
11262 if test -n "$DLLTOOL_FOR_TARGET"; then 11766 if test -n "$DLLTOOL_FOR_TARGET"; then
11263 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test. 11767 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11264 else 11768 else
11266 for as_dir in $PATH 11770 for as_dir in $PATH
11267 do 11771 do
11268 IFS=$as_save_IFS 11772 IFS=$as_save_IFS
11269 test -z "$as_dir" && as_dir=. 11773 test -z "$as_dir" && as_dir=.
11270 for ac_exec_ext in '' $ac_executable_extensions; do 11774 for ac_exec_ext in '' $ac_executable_extensions; do
11271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11272 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}" 11776 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11274 break 2 11778 break 2
11275 fi 11779 fi
11276 done 11780 done
11313 if test -n "$ncn_target_tool_prefix"; then 11817 if test -n "$ncn_target_tool_prefix"; then
11314 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 11818 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11315 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 11819 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11317 $as_echo_n "checking for $ac_word... " >&6; } 11821 $as_echo_n "checking for $ac_word... " >&6; }
11318 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then : 11822 if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
11319 $as_echo_n "(cached) " >&6 11823 $as_echo_n "(cached) " >&6
11320 else 11824 else
11321 if test -n "$DLLTOOL_FOR_TARGET"; then 11825 if test -n "$DLLTOOL_FOR_TARGET"; then
11322 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test. 11826 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11323 else 11827 else
11325 for as_dir in $PATH 11829 for as_dir in $PATH
11326 do 11830 do
11327 IFS=$as_save_IFS 11831 IFS=$as_save_IFS
11328 test -z "$as_dir" && as_dir=. 11832 test -z "$as_dir" && as_dir=.
11329 for ac_exec_ext in '' $ac_executable_extensions; do 11833 for ac_exec_ext in '' $ac_executable_extensions; do
11330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11834 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11331 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 11835 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11333 break 2 11837 break 2
11334 fi 11838 fi
11335 done 11839 done
11352 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then 11856 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11353 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 11857 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11354 set dummy ${ncn_progname}; ac_word=$2 11858 set dummy ${ncn_progname}; ac_word=$2
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11356 $as_echo_n "checking for $ac_word... " >&6; } 11860 $as_echo_n "checking for $ac_word... " >&6; }
11357 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then : 11861 if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
11358 $as_echo_n "(cached) " >&6 11862 $as_echo_n "(cached) " >&6
11359 else 11863 else
11360 if test -n "$DLLTOOL_FOR_TARGET"; then 11864 if test -n "$DLLTOOL_FOR_TARGET"; then
11361 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test. 11865 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11362 else 11866 else
11364 for as_dir in $PATH 11868 for as_dir in $PATH
11365 do 11869 do
11366 IFS=$as_save_IFS 11870 IFS=$as_save_IFS
11367 test -z "$as_dir" && as_dir=. 11871 test -z "$as_dir" && as_dir=.
11368 for ac_exec_ext in '' $ac_executable_extensions; do 11872 for ac_exec_ext in '' $ac_executable_extensions; do
11369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11873 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11370 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}" 11874 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11372 break 2 11876 break 2
11373 fi 11877 fi
11374 done 11878 done
11432 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 11936 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11433 # Extract the first word of "ld", so it can be a program name with args. 11937 # Extract the first word of "ld", so it can be a program name with args.
11434 set dummy ld; ac_word=$2 11938 set dummy ld; ac_word=$2
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11436 $as_echo_n "checking for $ac_word... " >&6; } 11940 $as_echo_n "checking for $ac_word... " >&6; }
11437 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then : 11941 if ${ac_cv_path_LD_FOR_TARGET+:} false; then :
11438 $as_echo_n "(cached) " >&6 11942 $as_echo_n "(cached) " >&6
11439 else 11943 else
11440 case $LD_FOR_TARGET in 11944 case $LD_FOR_TARGET in
11441 [\\/]* | ?:[\\/]*) 11945 [\\/]* | ?:[\\/]*)
11442 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path. 11946 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11446 for as_dir in $gcc_cv_tool_dirs 11950 for as_dir in $gcc_cv_tool_dirs
11447 do 11951 do
11448 IFS=$as_save_IFS 11952 IFS=$as_save_IFS
11449 test -z "$as_dir" && as_dir=. 11953 test -z "$as_dir" && as_dir=.
11450 for ac_exec_ext in '' $ac_executable_extensions; do 11954 for ac_exec_ext in '' $ac_executable_extensions; do
11451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11955 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11452 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 11956 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 11957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11454 break 2 11958 break 2
11455 fi 11959 fi
11456 done 11960 done
11484 for ncn_progname in ld; do 11988 for ncn_progname in ld; do
11485 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 11989 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11486 set dummy ${ncn_progname}; ac_word=$2 11990 set dummy ${ncn_progname}; ac_word=$2
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11488 $as_echo_n "checking for $ac_word... " >&6; } 11992 $as_echo_n "checking for $ac_word... " >&6; }
11489 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then : 11993 if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
11490 $as_echo_n "(cached) " >&6 11994 $as_echo_n "(cached) " >&6
11491 else 11995 else
11492 if test -n "$LD_FOR_TARGET"; then 11996 if test -n "$LD_FOR_TARGET"; then
11493 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test. 11997 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11494 else 11998 else
11496 for as_dir in $PATH 12000 for as_dir in $PATH
11497 do 12001 do
11498 IFS=$as_save_IFS 12002 IFS=$as_save_IFS
11499 test -z "$as_dir" && as_dir=. 12003 test -z "$as_dir" && as_dir=.
11500 for ac_exec_ext in '' $ac_executable_extensions; do 12004 for ac_exec_ext in '' $ac_executable_extensions; do
11501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11502 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}" 12006 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11504 break 2 12008 break 2
11505 fi 12009 fi
11506 done 12010 done
11543 if test -n "$ncn_target_tool_prefix"; then 12047 if test -n "$ncn_target_tool_prefix"; then
11544 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 12048 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11545 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 12049 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11547 $as_echo_n "checking for $ac_word... " >&6; } 12051 $as_echo_n "checking for $ac_word... " >&6; }
11548 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then : 12052 if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
11549 $as_echo_n "(cached) " >&6 12053 $as_echo_n "(cached) " >&6
11550 else 12054 else
11551 if test -n "$LD_FOR_TARGET"; then 12055 if test -n "$LD_FOR_TARGET"; then
11552 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test. 12056 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11553 else 12057 else
11555 for as_dir in $PATH 12059 for as_dir in $PATH
11556 do 12060 do
11557 IFS=$as_save_IFS 12061 IFS=$as_save_IFS
11558 test -z "$as_dir" && as_dir=. 12062 test -z "$as_dir" && as_dir=.
11559 for ac_exec_ext in '' $ac_executable_extensions; do 12063 for ac_exec_ext in '' $ac_executable_extensions; do
11560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11561 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 12065 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11563 break 2 12067 break 2
11564 fi 12068 fi
11565 done 12069 done
11582 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then 12086 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11583 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 12087 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11584 set dummy ${ncn_progname}; ac_word=$2 12088 set dummy ${ncn_progname}; ac_word=$2
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11586 $as_echo_n "checking for $ac_word... " >&6; } 12090 $as_echo_n "checking for $ac_word... " >&6; }
11587 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then : 12091 if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
11588 $as_echo_n "(cached) " >&6 12092 $as_echo_n "(cached) " >&6
11589 else 12093 else
11590 if test -n "$LD_FOR_TARGET"; then 12094 if test -n "$LD_FOR_TARGET"; then
11591 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test. 12095 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11592 else 12096 else
11594 for as_dir in $PATH 12098 for as_dir in $PATH
11595 do 12099 do
11596 IFS=$as_save_IFS 12100 IFS=$as_save_IFS
11597 test -z "$as_dir" && as_dir=. 12101 test -z "$as_dir" && as_dir=.
11598 for ac_exec_ext in '' $ac_executable_extensions; do 12102 for ac_exec_ext in '' $ac_executable_extensions; do
11599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11600 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}" 12104 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11602 break 2 12106 break 2
11603 fi 12107 fi
11604 done 12108 done
11662 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 12166 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11663 # Extract the first word of "lipo", so it can be a program name with args. 12167 # Extract the first word of "lipo", so it can be a program name with args.
11664 set dummy lipo; ac_word=$2 12168 set dummy lipo; ac_word=$2
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11666 $as_echo_n "checking for $ac_word... " >&6; } 12170 $as_echo_n "checking for $ac_word... " >&6; }
11667 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then : 12171 if ${ac_cv_path_LIPO_FOR_TARGET+:} false; then :
11668 $as_echo_n "(cached) " >&6 12172 $as_echo_n "(cached) " >&6
11669 else 12173 else
11670 case $LIPO_FOR_TARGET in 12174 case $LIPO_FOR_TARGET in
11671 [\\/]* | ?:[\\/]*) 12175 [\\/]* | ?:[\\/]*)
11672 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path. 12176 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11676 for as_dir in $gcc_cv_tool_dirs 12180 for as_dir in $gcc_cv_tool_dirs
11677 do 12181 do
11678 IFS=$as_save_IFS 12182 IFS=$as_save_IFS
11679 test -z "$as_dir" && as_dir=. 12183 test -z "$as_dir" && as_dir=.
11680 for ac_exec_ext in '' $ac_executable_extensions; do 12184 for ac_exec_ext in '' $ac_executable_extensions; do
11681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11682 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 12186 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11684 break 2 12188 break 2
11685 fi 12189 fi
11686 done 12190 done
11714 for ncn_progname in lipo; do 12218 for ncn_progname in lipo; do
11715 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 12219 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11716 set dummy ${ncn_progname}; ac_word=$2 12220 set dummy ${ncn_progname}; ac_word=$2
11717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11718 $as_echo_n "checking for $ac_word... " >&6; } 12222 $as_echo_n "checking for $ac_word... " >&6; }
11719 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then : 12223 if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
11720 $as_echo_n "(cached) " >&6 12224 $as_echo_n "(cached) " >&6
11721 else 12225 else
11722 if test -n "$LIPO_FOR_TARGET"; then 12226 if test -n "$LIPO_FOR_TARGET"; then
11723 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test. 12227 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11724 else 12228 else
11726 for as_dir in $PATH 12230 for as_dir in $PATH
11727 do 12231 do
11728 IFS=$as_save_IFS 12232 IFS=$as_save_IFS
11729 test -z "$as_dir" && as_dir=. 12233 test -z "$as_dir" && as_dir=.
11730 for ac_exec_ext in '' $ac_executable_extensions; do 12234 for ac_exec_ext in '' $ac_executable_extensions; do
11731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12235 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11732 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}" 12236 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11734 break 2 12238 break 2
11735 fi 12239 fi
11736 done 12240 done
11773 if test -n "$ncn_target_tool_prefix"; then 12277 if test -n "$ncn_target_tool_prefix"; then
11774 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 12278 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11775 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 12279 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11777 $as_echo_n "checking for $ac_word... " >&6; } 12281 $as_echo_n "checking for $ac_word... " >&6; }
11778 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then : 12282 if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
11779 $as_echo_n "(cached) " >&6 12283 $as_echo_n "(cached) " >&6
11780 else 12284 else
11781 if test -n "$LIPO_FOR_TARGET"; then 12285 if test -n "$LIPO_FOR_TARGET"; then
11782 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test. 12286 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11783 else 12287 else
11785 for as_dir in $PATH 12289 for as_dir in $PATH
11786 do 12290 do
11787 IFS=$as_save_IFS 12291 IFS=$as_save_IFS
11788 test -z "$as_dir" && as_dir=. 12292 test -z "$as_dir" && as_dir=.
11789 for ac_exec_ext in '' $ac_executable_extensions; do 12293 for ac_exec_ext in '' $ac_executable_extensions; do
11790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12294 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11791 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 12295 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11793 break 2 12297 break 2
11794 fi 12298 fi
11795 done 12299 done
11812 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then 12316 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11813 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 12317 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11814 set dummy ${ncn_progname}; ac_word=$2 12318 set dummy ${ncn_progname}; ac_word=$2
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11816 $as_echo_n "checking for $ac_word... " >&6; } 12320 $as_echo_n "checking for $ac_word... " >&6; }
11817 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then : 12321 if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
11818 $as_echo_n "(cached) " >&6 12322 $as_echo_n "(cached) " >&6
11819 else 12323 else
11820 if test -n "$LIPO_FOR_TARGET"; then 12324 if test -n "$LIPO_FOR_TARGET"; then
11821 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test. 12325 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11822 else 12326 else
11824 for as_dir in $PATH 12328 for as_dir in $PATH
11825 do 12329 do
11826 IFS=$as_save_IFS 12330 IFS=$as_save_IFS
11827 test -z "$as_dir" && as_dir=. 12331 test -z "$as_dir" && as_dir=.
11828 for ac_exec_ext in '' $ac_executable_extensions; do 12332 for ac_exec_ext in '' $ac_executable_extensions; do
11829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12333 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11830 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}" 12334 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11832 break 2 12336 break 2
11833 fi 12337 fi
11834 done 12338 done
11892 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 12396 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11893 # Extract the first word of "nm", so it can be a program name with args. 12397 # Extract the first word of "nm", so it can be a program name with args.
11894 set dummy nm; ac_word=$2 12398 set dummy nm; ac_word=$2
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11896 $as_echo_n "checking for $ac_word... " >&6; } 12400 $as_echo_n "checking for $ac_word... " >&6; }
11897 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then : 12401 if ${ac_cv_path_NM_FOR_TARGET+:} false; then :
11898 $as_echo_n "(cached) " >&6 12402 $as_echo_n "(cached) " >&6
11899 else 12403 else
11900 case $NM_FOR_TARGET in 12404 case $NM_FOR_TARGET in
11901 [\\/]* | ?:[\\/]*) 12405 [\\/]* | ?:[\\/]*)
11902 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path. 12406 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11906 for as_dir in $gcc_cv_tool_dirs 12410 for as_dir in $gcc_cv_tool_dirs
11907 do 12411 do
11908 IFS=$as_save_IFS 12412 IFS=$as_save_IFS
11909 test -z "$as_dir" && as_dir=. 12413 test -z "$as_dir" && as_dir=.
11910 for ac_exec_ext in '' $ac_executable_extensions; do 12414 for ac_exec_ext in '' $ac_executable_extensions; do
11911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11912 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 12416 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11914 break 2 12418 break 2
11915 fi 12419 fi
11916 done 12420 done
11944 for ncn_progname in nm; do 12448 for ncn_progname in nm; do
11945 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 12449 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11946 set dummy ${ncn_progname}; ac_word=$2 12450 set dummy ${ncn_progname}; ac_word=$2
11947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11948 $as_echo_n "checking for $ac_word... " >&6; } 12452 $as_echo_n "checking for $ac_word... " >&6; }
11949 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then : 12453 if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
11950 $as_echo_n "(cached) " >&6 12454 $as_echo_n "(cached) " >&6
11951 else 12455 else
11952 if test -n "$NM_FOR_TARGET"; then 12456 if test -n "$NM_FOR_TARGET"; then
11953 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test. 12457 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11954 else 12458 else
11956 for as_dir in $PATH 12460 for as_dir in $PATH
11957 do 12461 do
11958 IFS=$as_save_IFS 12462 IFS=$as_save_IFS
11959 test -z "$as_dir" && as_dir=. 12463 test -z "$as_dir" && as_dir=.
11960 for ac_exec_ext in '' $ac_executable_extensions; do 12464 for ac_exec_ext in '' $ac_executable_extensions; do
11961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11962 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}" 12466 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11964 break 2 12468 break 2
11965 fi 12469 fi
11966 done 12470 done
12003 if test -n "$ncn_target_tool_prefix"; then 12507 if test -n "$ncn_target_tool_prefix"; then
12004 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 12508 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12005 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 12509 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12007 $as_echo_n "checking for $ac_word... " >&6; } 12511 $as_echo_n "checking for $ac_word... " >&6; }
12008 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then : 12512 if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
12009 $as_echo_n "(cached) " >&6 12513 $as_echo_n "(cached) " >&6
12010 else 12514 else
12011 if test -n "$NM_FOR_TARGET"; then 12515 if test -n "$NM_FOR_TARGET"; then
12012 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test. 12516 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12013 else 12517 else
12015 for as_dir in $PATH 12519 for as_dir in $PATH
12016 do 12520 do
12017 IFS=$as_save_IFS 12521 IFS=$as_save_IFS
12018 test -z "$as_dir" && as_dir=. 12522 test -z "$as_dir" && as_dir=.
12019 for ac_exec_ext in '' $ac_executable_extensions; do 12523 for ac_exec_ext in '' $ac_executable_extensions; do
12020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12524 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12021 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 12525 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12023 break 2 12527 break 2
12024 fi 12528 fi
12025 done 12529 done
12042 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then 12546 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12043 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 12547 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12044 set dummy ${ncn_progname}; ac_word=$2 12548 set dummy ${ncn_progname}; ac_word=$2
12045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12046 $as_echo_n "checking for $ac_word... " >&6; } 12550 $as_echo_n "checking for $ac_word... " >&6; }
12047 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then : 12551 if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
12048 $as_echo_n "(cached) " >&6 12552 $as_echo_n "(cached) " >&6
12049 else 12553 else
12050 if test -n "$NM_FOR_TARGET"; then 12554 if test -n "$NM_FOR_TARGET"; then
12051 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test. 12555 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12052 else 12556 else
12054 for as_dir in $PATH 12558 for as_dir in $PATH
12055 do 12559 do
12056 IFS=$as_save_IFS 12560 IFS=$as_save_IFS
12057 test -z "$as_dir" && as_dir=. 12561 test -z "$as_dir" && as_dir=.
12058 for ac_exec_ext in '' $ac_executable_extensions; do 12562 for ac_exec_ext in '' $ac_executable_extensions; do
12059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12060 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}" 12564 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12062 break 2 12566 break 2
12063 fi 12567 fi
12064 done 12568 done
12122 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 12626 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12123 # Extract the first word of "objcopy", so it can be a program name with args. 12627 # Extract the first word of "objcopy", so it can be a program name with args.
12124 set dummy objcopy; ac_word=$2 12628 set dummy objcopy; ac_word=$2
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12126 $as_echo_n "checking for $ac_word... " >&6; } 12630 $as_echo_n "checking for $ac_word... " >&6; }
12127 if test "${ac_cv_path_OBJCOPY_FOR_TARGET+set}" = set; then : 12631 if ${ac_cv_path_OBJCOPY_FOR_TARGET+:} false; then :
12128 $as_echo_n "(cached) " >&6 12632 $as_echo_n "(cached) " >&6
12129 else 12633 else
12130 case $OBJCOPY_FOR_TARGET in 12634 case $OBJCOPY_FOR_TARGET in
12131 [\\/]* | ?:[\\/]*) 12635 [\\/]* | ?:[\\/]*)
12132 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path. 12636 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12136 for as_dir in $gcc_cv_tool_dirs 12640 for as_dir in $gcc_cv_tool_dirs
12137 do 12641 do
12138 IFS=$as_save_IFS 12642 IFS=$as_save_IFS
12139 test -z "$as_dir" && as_dir=. 12643 test -z "$as_dir" && as_dir=.
12140 for ac_exec_ext in '' $ac_executable_extensions; do 12644 for ac_exec_ext in '' $ac_executable_extensions; do
12141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12645 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12142 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 12646 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12144 break 2 12648 break 2
12145 fi 12649 fi
12146 done 12650 done
12174 for ncn_progname in objcopy; do 12678 for ncn_progname in objcopy; do
12175 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 12679 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12176 set dummy ${ncn_progname}; ac_word=$2 12680 set dummy ${ncn_progname}; ac_word=$2
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12178 $as_echo_n "checking for $ac_word... " >&6; } 12682 $as_echo_n "checking for $ac_word... " >&6; }
12179 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then : 12683 if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
12180 $as_echo_n "(cached) " >&6 12684 $as_echo_n "(cached) " >&6
12181 else 12685 else
12182 if test -n "$OBJCOPY_FOR_TARGET"; then 12686 if test -n "$OBJCOPY_FOR_TARGET"; then
12183 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test. 12687 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12184 else 12688 else
12186 for as_dir in $PATH 12690 for as_dir in $PATH
12187 do 12691 do
12188 IFS=$as_save_IFS 12692 IFS=$as_save_IFS
12189 test -z "$as_dir" && as_dir=. 12693 test -z "$as_dir" && as_dir=.
12190 for ac_exec_ext in '' $ac_executable_extensions; do 12694 for ac_exec_ext in '' $ac_executable_extensions; do
12191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12695 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12192 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}" 12696 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12194 break 2 12698 break 2
12195 fi 12699 fi
12196 done 12700 done
12233 if test -n "$ncn_target_tool_prefix"; then 12737 if test -n "$ncn_target_tool_prefix"; then
12234 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 12738 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12235 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 12739 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12237 $as_echo_n "checking for $ac_word... " >&6; } 12741 $as_echo_n "checking for $ac_word... " >&6; }
12238 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then : 12742 if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
12239 $as_echo_n "(cached) " >&6 12743 $as_echo_n "(cached) " >&6
12240 else 12744 else
12241 if test -n "$OBJCOPY_FOR_TARGET"; then 12745 if test -n "$OBJCOPY_FOR_TARGET"; then
12242 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test. 12746 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12243 else 12747 else
12245 for as_dir in $PATH 12749 for as_dir in $PATH
12246 do 12750 do
12247 IFS=$as_save_IFS 12751 IFS=$as_save_IFS
12248 test -z "$as_dir" && as_dir=. 12752 test -z "$as_dir" && as_dir=.
12249 for ac_exec_ext in '' $ac_executable_extensions; do 12753 for ac_exec_ext in '' $ac_executable_extensions; do
12250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12754 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12251 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 12755 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12253 break 2 12757 break 2
12254 fi 12758 fi
12255 done 12759 done
12272 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then 12776 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12273 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 12777 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12274 set dummy ${ncn_progname}; ac_word=$2 12778 set dummy ${ncn_progname}; ac_word=$2
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12276 $as_echo_n "checking for $ac_word... " >&6; } 12780 $as_echo_n "checking for $ac_word... " >&6; }
12277 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then : 12781 if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
12278 $as_echo_n "(cached) " >&6 12782 $as_echo_n "(cached) " >&6
12279 else 12783 else
12280 if test -n "$OBJCOPY_FOR_TARGET"; then 12784 if test -n "$OBJCOPY_FOR_TARGET"; then
12281 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test. 12785 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12282 else 12786 else
12284 for as_dir in $PATH 12788 for as_dir in $PATH
12285 do 12789 do
12286 IFS=$as_save_IFS 12790 IFS=$as_save_IFS
12287 test -z "$as_dir" && as_dir=. 12791 test -z "$as_dir" && as_dir=.
12288 for ac_exec_ext in '' $ac_executable_extensions; do 12792 for ac_exec_ext in '' $ac_executable_extensions; do
12289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12290 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}" 12794 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12292 break 2 12796 break 2
12293 fi 12797 fi
12294 done 12798 done
12352 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 12856 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12353 # Extract the first word of "objdump", so it can be a program name with args. 12857 # Extract the first word of "objdump", so it can be a program name with args.
12354 set dummy objdump; ac_word=$2 12858 set dummy objdump; ac_word=$2
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12356 $as_echo_n "checking for $ac_word... " >&6; } 12860 $as_echo_n "checking for $ac_word... " >&6; }
12357 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then : 12861 if ${ac_cv_path_OBJDUMP_FOR_TARGET+:} false; then :
12358 $as_echo_n "(cached) " >&6 12862 $as_echo_n "(cached) " >&6
12359 else 12863 else
12360 case $OBJDUMP_FOR_TARGET in 12864 case $OBJDUMP_FOR_TARGET in
12361 [\\/]* | ?:[\\/]*) 12865 [\\/]* | ?:[\\/]*)
12362 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path. 12866 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12366 for as_dir in $gcc_cv_tool_dirs 12870 for as_dir in $gcc_cv_tool_dirs
12367 do 12871 do
12368 IFS=$as_save_IFS 12872 IFS=$as_save_IFS
12369 test -z "$as_dir" && as_dir=. 12873 test -z "$as_dir" && as_dir=.
12370 for ac_exec_ext in '' $ac_executable_extensions; do 12874 for ac_exec_ext in '' $ac_executable_extensions; do
12371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12875 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12372 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 12876 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12374 break 2 12878 break 2
12375 fi 12879 fi
12376 done 12880 done
12404 for ncn_progname in objdump; do 12908 for ncn_progname in objdump; do
12405 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 12909 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12406 set dummy ${ncn_progname}; ac_word=$2 12910 set dummy ${ncn_progname}; ac_word=$2
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12408 $as_echo_n "checking for $ac_word... " >&6; } 12912 $as_echo_n "checking for $ac_word... " >&6; }
12409 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then : 12913 if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
12410 $as_echo_n "(cached) " >&6 12914 $as_echo_n "(cached) " >&6
12411 else 12915 else
12412 if test -n "$OBJDUMP_FOR_TARGET"; then 12916 if test -n "$OBJDUMP_FOR_TARGET"; then
12413 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test. 12917 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12414 else 12918 else
12416 for as_dir in $PATH 12920 for as_dir in $PATH
12417 do 12921 do
12418 IFS=$as_save_IFS 12922 IFS=$as_save_IFS
12419 test -z "$as_dir" && as_dir=. 12923 test -z "$as_dir" && as_dir=.
12420 for ac_exec_ext in '' $ac_executable_extensions; do 12924 for ac_exec_ext in '' $ac_executable_extensions; do
12421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12422 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}" 12926 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12424 break 2 12928 break 2
12425 fi 12929 fi
12426 done 12930 done
12463 if test -n "$ncn_target_tool_prefix"; then 12967 if test -n "$ncn_target_tool_prefix"; then
12464 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 12968 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12465 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 12969 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12467 $as_echo_n "checking for $ac_word... " >&6; } 12971 $as_echo_n "checking for $ac_word... " >&6; }
12468 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then : 12972 if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
12469 $as_echo_n "(cached) " >&6 12973 $as_echo_n "(cached) " >&6
12470 else 12974 else
12471 if test -n "$OBJDUMP_FOR_TARGET"; then 12975 if test -n "$OBJDUMP_FOR_TARGET"; then
12472 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test. 12976 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12473 else 12977 else
12475 for as_dir in $PATH 12979 for as_dir in $PATH
12476 do 12980 do
12477 IFS=$as_save_IFS 12981 IFS=$as_save_IFS
12478 test -z "$as_dir" && as_dir=. 12982 test -z "$as_dir" && as_dir=.
12479 for ac_exec_ext in '' $ac_executable_extensions; do 12983 for ac_exec_ext in '' $ac_executable_extensions; do
12480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12481 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 12985 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12483 break 2 12987 break 2
12484 fi 12988 fi
12485 done 12989 done
12502 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then 13006 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12503 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 13007 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12504 set dummy ${ncn_progname}; ac_word=$2 13008 set dummy ${ncn_progname}; ac_word=$2
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12506 $as_echo_n "checking for $ac_word... " >&6; } 13010 $as_echo_n "checking for $ac_word... " >&6; }
12507 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then : 13011 if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
12508 $as_echo_n "(cached) " >&6 13012 $as_echo_n "(cached) " >&6
12509 else 13013 else
12510 if test -n "$OBJDUMP_FOR_TARGET"; then 13014 if test -n "$OBJDUMP_FOR_TARGET"; then
12511 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test. 13015 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12512 else 13016 else
12514 for as_dir in $PATH 13018 for as_dir in $PATH
12515 do 13019 do
12516 IFS=$as_save_IFS 13020 IFS=$as_save_IFS
12517 test -z "$as_dir" && as_dir=. 13021 test -z "$as_dir" && as_dir=.
12518 for ac_exec_ext in '' $ac_executable_extensions; do 13022 for ac_exec_ext in '' $ac_executable_extensions; do
12519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13023 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12520 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}" 13024 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12522 break 2 13026 break 2
12523 fi 13027 fi
12524 done 13028 done
12553 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET" 13057 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12554 fi 13058 fi
12555 13059
12556 else 13060 else
12557 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET 13061 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
13062 fi
13063
13064
13065
13066
13067 if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
13068 if test -n "$with_build_time_tools"; then
13069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for otool in $with_build_time_tools" >&5
13070 $as_echo_n "checking for otool in $with_build_time_tools... " >&6; }
13071 if test -x $with_build_time_tools/otool; then
13072 OTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/otool
13073 ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OTOOL_FOR_TARGET" >&5
13075 $as_echo "$ac_cv_path_OTOOL_FOR_TARGET" >&6; }
13076 else
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13078 $as_echo "no" >&6; }
13079 fi
13080 elif test $build != $host && test $have_gcc_for_target = yes; then
13081 OTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=otool`
13082 test $OTOOL_FOR_TARGET = otool && OTOOL_FOR_TARGET=
13083 test -n "$OTOOL_FOR_TARGET" && ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
13084 fi
13085 fi
13086 if test -z "$ac_cv_path_OTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13087 # Extract the first word of "otool", so it can be a program name with args.
13088 set dummy otool; ac_word=$2
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13090 $as_echo_n "checking for $ac_word... " >&6; }
13091 if ${ac_cv_path_OTOOL_FOR_TARGET+:} false; then :
13092 $as_echo_n "(cached) " >&6
13093 else
13094 case $OTOOL_FOR_TARGET in
13095 [\\/]* | ?:[\\/]*)
13096 ac_cv_path_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test with a path.
13097 ;;
13098 *)
13099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13100 for as_dir in $gcc_cv_tool_dirs
13101 do
13102 IFS=$as_save_IFS
13103 test -z "$as_dir" && as_dir=.
13104 for ac_exec_ext in '' $ac_executable_extensions; do
13105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13106 ac_cv_path_OTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13108 break 2
13109 fi
13110 done
13111 done
13112 IFS=$as_save_IFS
13113
13114 ;;
13115 esac
13116 fi
13117 OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
13118 if test -n "$OTOOL_FOR_TARGET"; then
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13120 $as_echo "$OTOOL_FOR_TARGET" >&6; }
13121 else
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13123 $as_echo "no" >&6; }
13124 fi
13125
13126
13127 fi
13128 if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
13129
13130
13131 if test -n "$OTOOL_FOR_TARGET"; then
13132 ac_cv_prog_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
13133 elif test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
13134 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13135 fi
13136
13137 if test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
13138 for ncn_progname in otool; do
13139 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13140 set dummy ${ncn_progname}; ac_word=$2
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13142 $as_echo_n "checking for $ac_word... " >&6; }
13143 if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
13144 $as_echo_n "(cached) " >&6
13145 else
13146 if test -n "$OTOOL_FOR_TARGET"; then
13147 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
13148 else
13149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13150 for as_dir in $PATH
13151 do
13152 IFS=$as_save_IFS
13153 test -z "$as_dir" && as_dir=.
13154 for ac_exec_ext in '' $ac_executable_extensions; do
13155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13156 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
13157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13158 break 2
13159 fi
13160 done
13161 done
13162 IFS=$as_save_IFS
13163
13164 fi
13165 fi
13166 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13167 if test -n "$OTOOL_FOR_TARGET"; then
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13169 $as_echo "$OTOOL_FOR_TARGET" >&6; }
13170 else
13171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13172 $as_echo "no" >&6; }
13173 fi
13174
13175
13176 done
13177 fi
13178
13179 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
13180 for ncn_progname in otool; do
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13182 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13183 if test -x $with_build_time_tools/${ncn_progname}; then
13184 ac_cv_prog_OTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13186 $as_echo "yes" >&6; }
13187 break
13188 else
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13190 $as_echo "no" >&6; }
13191 fi
13192 done
13193 fi
13194
13195 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET"; then
13196 for ncn_progname in otool; do
13197 if test -n "$ncn_target_tool_prefix"; then
13198 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13199 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13201 $as_echo_n "checking for $ac_word... " >&6; }
13202 if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
13203 $as_echo_n "(cached) " >&6
13204 else
13205 if test -n "$OTOOL_FOR_TARGET"; then
13206 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
13207 else
13208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13209 for as_dir in $PATH
13210 do
13211 IFS=$as_save_IFS
13212 test -z "$as_dir" && as_dir=.
13213 for ac_exec_ext in '' $ac_executable_extensions; do
13214 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13215 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13217 break 2
13218 fi
13219 done
13220 done
13221 IFS=$as_save_IFS
13222
13223 fi
13224 fi
13225 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13226 if test -n "$OTOOL_FOR_TARGET"; then
13227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13228 $as_echo "$OTOOL_FOR_TARGET" >&6; }
13229 else
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13231 $as_echo "no" >&6; }
13232 fi
13233
13234
13235 fi
13236 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test $build = $target ; then
13237 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13238 set dummy ${ncn_progname}; ac_word=$2
13239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13240 $as_echo_n "checking for $ac_word... " >&6; }
13241 if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
13242 $as_echo_n "(cached) " >&6
13243 else
13244 if test -n "$OTOOL_FOR_TARGET"; then
13245 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
13246 else
13247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13248 for as_dir in $PATH
13249 do
13250 IFS=$as_save_IFS
13251 test -z "$as_dir" && as_dir=.
13252 for ac_exec_ext in '' $ac_executable_extensions; do
13253 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13254 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
13255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13256 break 2
13257 fi
13258 done
13259 done
13260 IFS=$as_save_IFS
13261
13262 fi
13263 fi
13264 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13265 if test -n "$OTOOL_FOR_TARGET"; then
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13267 $as_echo "$OTOOL_FOR_TARGET" >&6; }
13268 else
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13270 $as_echo "no" >&6; }
13271 fi
13272
13273
13274 fi
13275 test -n "$ac_cv_prog_OTOOL_FOR_TARGET" && break
13276 done
13277 fi
13278
13279 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" ; then
13280 set dummy otool
13281 if test $build = $target ; then
13282 OTOOL_FOR_TARGET="$2"
13283 else
13284 OTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
13285 fi
13286 else
13287 OTOOL_FOR_TARGET="$ac_cv_prog_OTOOL_FOR_TARGET"
13288 fi
13289
13290 else
13291 OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
12558 fi 13292 fi
12559 13293
12560 13294
12561 13295
12562 13296
12582 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 13316 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12583 # Extract the first word of "ranlib", so it can be a program name with args. 13317 # Extract the first word of "ranlib", so it can be a program name with args.
12584 set dummy ranlib; ac_word=$2 13318 set dummy ranlib; ac_word=$2
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12586 $as_echo_n "checking for $ac_word... " >&6; } 13320 $as_echo_n "checking for $ac_word... " >&6; }
12587 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then : 13321 if ${ac_cv_path_RANLIB_FOR_TARGET+:} false; then :
12588 $as_echo_n "(cached) " >&6 13322 $as_echo_n "(cached) " >&6
12589 else 13323 else
12590 case $RANLIB_FOR_TARGET in 13324 case $RANLIB_FOR_TARGET in
12591 [\\/]* | ?:[\\/]*) 13325 [\\/]* | ?:[\\/]*)
12592 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path. 13326 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12596 for as_dir in $gcc_cv_tool_dirs 13330 for as_dir in $gcc_cv_tool_dirs
12597 do 13331 do
12598 IFS=$as_save_IFS 13332 IFS=$as_save_IFS
12599 test -z "$as_dir" && as_dir=. 13333 test -z "$as_dir" && as_dir=.
12600 for ac_exec_ext in '' $ac_executable_extensions; do 13334 for ac_exec_ext in '' $ac_executable_extensions; do
12601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13335 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12602 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 13336 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12604 break 2 13338 break 2
12605 fi 13339 fi
12606 done 13340 done
12634 for ncn_progname in ranlib; do 13368 for ncn_progname in ranlib; do
12635 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 13369 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12636 set dummy ${ncn_progname}; ac_word=$2 13370 set dummy ${ncn_progname}; ac_word=$2
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12638 $as_echo_n "checking for $ac_word... " >&6; } 13372 $as_echo_n "checking for $ac_word... " >&6; }
12639 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then : 13373 if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
12640 $as_echo_n "(cached) " >&6 13374 $as_echo_n "(cached) " >&6
12641 else 13375 else
12642 if test -n "$RANLIB_FOR_TARGET"; then 13376 if test -n "$RANLIB_FOR_TARGET"; then
12643 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test. 13377 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12644 else 13378 else
12646 for as_dir in $PATH 13380 for as_dir in $PATH
12647 do 13381 do
12648 IFS=$as_save_IFS 13382 IFS=$as_save_IFS
12649 test -z "$as_dir" && as_dir=. 13383 test -z "$as_dir" && as_dir=.
12650 for ac_exec_ext in '' $ac_executable_extensions; do 13384 for ac_exec_ext in '' $ac_executable_extensions; do
12651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12652 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}" 13386 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12654 break 2 13388 break 2
12655 fi 13389 fi
12656 done 13390 done
12693 if test -n "$ncn_target_tool_prefix"; then 13427 if test -n "$ncn_target_tool_prefix"; then
12694 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 13428 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12695 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 13429 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12697 $as_echo_n "checking for $ac_word... " >&6; } 13431 $as_echo_n "checking for $ac_word... " >&6; }
12698 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then : 13432 if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
12699 $as_echo_n "(cached) " >&6 13433 $as_echo_n "(cached) " >&6
12700 else 13434 else
12701 if test -n "$RANLIB_FOR_TARGET"; then 13435 if test -n "$RANLIB_FOR_TARGET"; then
12702 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test. 13436 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12703 else 13437 else
12705 for as_dir in $PATH 13439 for as_dir in $PATH
12706 do 13440 do
12707 IFS=$as_save_IFS 13441 IFS=$as_save_IFS
12708 test -z "$as_dir" && as_dir=. 13442 test -z "$as_dir" && as_dir=.
12709 for ac_exec_ext in '' $ac_executable_extensions; do 13443 for ac_exec_ext in '' $ac_executable_extensions; do
12710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13444 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12711 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 13445 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12713 break 2 13447 break 2
12714 fi 13448 fi
12715 done 13449 done
12732 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then 13466 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12733 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 13467 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12734 set dummy ${ncn_progname}; ac_word=$2 13468 set dummy ${ncn_progname}; ac_word=$2
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12736 $as_echo_n "checking for $ac_word... " >&6; } 13470 $as_echo_n "checking for $ac_word... " >&6; }
12737 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then : 13471 if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
12738 $as_echo_n "(cached) " >&6 13472 $as_echo_n "(cached) " >&6
12739 else 13473 else
12740 if test -n "$RANLIB_FOR_TARGET"; then 13474 if test -n "$RANLIB_FOR_TARGET"; then
12741 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test. 13475 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12742 else 13476 else
12744 for as_dir in $PATH 13478 for as_dir in $PATH
12745 do 13479 do
12746 IFS=$as_save_IFS 13480 IFS=$as_save_IFS
12747 test -z "$as_dir" && as_dir=. 13481 test -z "$as_dir" && as_dir=.
12748 for ac_exec_ext in '' $ac_executable_extensions; do 13482 for ac_exec_ext in '' $ac_executable_extensions; do
12749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12750 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}" 13484 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12752 break 2 13486 break 2
12753 fi 13487 fi
12754 done 13488 done
12812 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 13546 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12813 # Extract the first word of "readelf", so it can be a program name with args. 13547 # Extract the first word of "readelf", so it can be a program name with args.
12814 set dummy readelf; ac_word=$2 13548 set dummy readelf; ac_word=$2
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12816 $as_echo_n "checking for $ac_word... " >&6; } 13550 $as_echo_n "checking for $ac_word... " >&6; }
12817 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then : 13551 if ${ac_cv_path_READELF_FOR_TARGET+:} false; then :
12818 $as_echo_n "(cached) " >&6 13552 $as_echo_n "(cached) " >&6
12819 else 13553 else
12820 case $READELF_FOR_TARGET in 13554 case $READELF_FOR_TARGET in
12821 [\\/]* | ?:[\\/]*) 13555 [\\/]* | ?:[\\/]*)
12822 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path. 13556 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12826 for as_dir in $gcc_cv_tool_dirs 13560 for as_dir in $gcc_cv_tool_dirs
12827 do 13561 do
12828 IFS=$as_save_IFS 13562 IFS=$as_save_IFS
12829 test -z "$as_dir" && as_dir=. 13563 test -z "$as_dir" && as_dir=.
12830 for ac_exec_ext in '' $ac_executable_extensions; do 13564 for ac_exec_ext in '' $ac_executable_extensions; do
12831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13565 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12832 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 13566 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12834 break 2 13568 break 2
12835 fi 13569 fi
12836 done 13570 done
12864 for ncn_progname in readelf; do 13598 for ncn_progname in readelf; do
12865 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 13599 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12866 set dummy ${ncn_progname}; ac_word=$2 13600 set dummy ${ncn_progname}; ac_word=$2
12867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12868 $as_echo_n "checking for $ac_word... " >&6; } 13602 $as_echo_n "checking for $ac_word... " >&6; }
12869 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then : 13603 if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
12870 $as_echo_n "(cached) " >&6 13604 $as_echo_n "(cached) " >&6
12871 else 13605 else
12872 if test -n "$READELF_FOR_TARGET"; then 13606 if test -n "$READELF_FOR_TARGET"; then
12873 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test. 13607 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12874 else 13608 else
12876 for as_dir in $PATH 13610 for as_dir in $PATH
12877 do 13611 do
12878 IFS=$as_save_IFS 13612 IFS=$as_save_IFS
12879 test -z "$as_dir" && as_dir=. 13613 test -z "$as_dir" && as_dir=.
12880 for ac_exec_ext in '' $ac_executable_extensions; do 13614 for ac_exec_ext in '' $ac_executable_extensions; do
12881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13615 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12882 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}" 13616 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12884 break 2 13618 break 2
12885 fi 13619 fi
12886 done 13620 done
12923 if test -n "$ncn_target_tool_prefix"; then 13657 if test -n "$ncn_target_tool_prefix"; then
12924 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 13658 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12925 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 13659 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12927 $as_echo_n "checking for $ac_word... " >&6; } 13661 $as_echo_n "checking for $ac_word... " >&6; }
12928 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then : 13662 if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
12929 $as_echo_n "(cached) " >&6 13663 $as_echo_n "(cached) " >&6
12930 else 13664 else
12931 if test -n "$READELF_FOR_TARGET"; then 13665 if test -n "$READELF_FOR_TARGET"; then
12932 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test. 13666 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12933 else 13667 else
12935 for as_dir in $PATH 13669 for as_dir in $PATH
12936 do 13670 do
12937 IFS=$as_save_IFS 13671 IFS=$as_save_IFS
12938 test -z "$as_dir" && as_dir=. 13672 test -z "$as_dir" && as_dir=.
12939 for ac_exec_ext in '' $ac_executable_extensions; do 13673 for ac_exec_ext in '' $ac_executable_extensions; do
12940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12941 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 13675 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12943 break 2 13677 break 2
12944 fi 13678 fi
12945 done 13679 done
12962 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then 13696 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12963 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 13697 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12964 set dummy ${ncn_progname}; ac_word=$2 13698 set dummy ${ncn_progname}; ac_word=$2
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12966 $as_echo_n "checking for $ac_word... " >&6; } 13700 $as_echo_n "checking for $ac_word... " >&6; }
12967 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then : 13701 if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
12968 $as_echo_n "(cached) " >&6 13702 $as_echo_n "(cached) " >&6
12969 else 13703 else
12970 if test -n "$READELF_FOR_TARGET"; then 13704 if test -n "$READELF_FOR_TARGET"; then
12971 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test. 13705 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12972 else 13706 else
12974 for as_dir in $PATH 13708 for as_dir in $PATH
12975 do 13709 do
12976 IFS=$as_save_IFS 13710 IFS=$as_save_IFS
12977 test -z "$as_dir" && as_dir=. 13711 test -z "$as_dir" && as_dir=.
12978 for ac_exec_ext in '' $ac_executable_extensions; do 13712 for ac_exec_ext in '' $ac_executable_extensions; do
12979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13713 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12980 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}" 13714 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12982 break 2 13716 break 2
12983 fi 13717 fi
12984 done 13718 done
13042 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 13776 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13043 # Extract the first word of "strip", so it can be a program name with args. 13777 # Extract the first word of "strip", so it can be a program name with args.
13044 set dummy strip; ac_word=$2 13778 set dummy strip; ac_word=$2
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13046 $as_echo_n "checking for $ac_word... " >&6; } 13780 $as_echo_n "checking for $ac_word... " >&6; }
13047 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then : 13781 if ${ac_cv_path_STRIP_FOR_TARGET+:} false; then :
13048 $as_echo_n "(cached) " >&6 13782 $as_echo_n "(cached) " >&6
13049 else 13783 else
13050 case $STRIP_FOR_TARGET in 13784 case $STRIP_FOR_TARGET in
13051 [\\/]* | ?:[\\/]*) 13785 [\\/]* | ?:[\\/]*)
13052 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path. 13786 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13056 for as_dir in $gcc_cv_tool_dirs 13790 for as_dir in $gcc_cv_tool_dirs
13057 do 13791 do
13058 IFS=$as_save_IFS 13792 IFS=$as_save_IFS
13059 test -z "$as_dir" && as_dir=. 13793 test -z "$as_dir" && as_dir=.
13060 for ac_exec_ext in '' $ac_executable_extensions; do 13794 for ac_exec_ext in '' $ac_executable_extensions; do
13061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13062 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 13796 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13064 break 2 13798 break 2
13065 fi 13799 fi
13066 done 13800 done
13094 for ncn_progname in strip; do 13828 for ncn_progname in strip; do
13095 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 13829 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13096 set dummy ${ncn_progname}; ac_word=$2 13830 set dummy ${ncn_progname}; ac_word=$2
13097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13098 $as_echo_n "checking for $ac_word... " >&6; } 13832 $as_echo_n "checking for $ac_word... " >&6; }
13099 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then : 13833 if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
13100 $as_echo_n "(cached) " >&6 13834 $as_echo_n "(cached) " >&6
13101 else 13835 else
13102 if test -n "$STRIP_FOR_TARGET"; then 13836 if test -n "$STRIP_FOR_TARGET"; then
13103 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test. 13837 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13104 else 13838 else
13106 for as_dir in $PATH 13840 for as_dir in $PATH
13107 do 13841 do
13108 IFS=$as_save_IFS 13842 IFS=$as_save_IFS
13109 test -z "$as_dir" && as_dir=. 13843 test -z "$as_dir" && as_dir=.
13110 for ac_exec_ext in '' $ac_executable_extensions; do 13844 for ac_exec_ext in '' $ac_executable_extensions; do
13111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13845 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13112 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}" 13846 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13114 break 2 13848 break 2
13115 fi 13849 fi
13116 done 13850 done
13153 if test -n "$ncn_target_tool_prefix"; then 13887 if test -n "$ncn_target_tool_prefix"; then
13154 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 13888 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13155 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 13889 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13157 $as_echo_n "checking for $ac_word... " >&6; } 13891 $as_echo_n "checking for $ac_word... " >&6; }
13158 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then : 13892 if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
13159 $as_echo_n "(cached) " >&6 13893 $as_echo_n "(cached) " >&6
13160 else 13894 else
13161 if test -n "$STRIP_FOR_TARGET"; then 13895 if test -n "$STRIP_FOR_TARGET"; then
13162 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test. 13896 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13163 else 13897 else
13165 for as_dir in $PATH 13899 for as_dir in $PATH
13166 do 13900 do
13167 IFS=$as_save_IFS 13901 IFS=$as_save_IFS
13168 test -z "$as_dir" && as_dir=. 13902 test -z "$as_dir" && as_dir=.
13169 for ac_exec_ext in '' $ac_executable_extensions; do 13903 for ac_exec_ext in '' $ac_executable_extensions; do
13170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13171 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 13905 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13173 break 2 13907 break 2
13174 fi 13908 fi
13175 done 13909 done
13192 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then 13926 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13193 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 13927 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13194 set dummy ${ncn_progname}; ac_word=$2 13928 set dummy ${ncn_progname}; ac_word=$2
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13196 $as_echo_n "checking for $ac_word... " >&6; } 13930 $as_echo_n "checking for $ac_word... " >&6; }
13197 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then : 13931 if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
13198 $as_echo_n "(cached) " >&6 13932 $as_echo_n "(cached) " >&6
13199 else 13933 else
13200 if test -n "$STRIP_FOR_TARGET"; then 13934 if test -n "$STRIP_FOR_TARGET"; then
13201 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test. 13935 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13202 else 13936 else
13204 for as_dir in $PATH 13938 for as_dir in $PATH
13205 do 13939 do
13206 IFS=$as_save_IFS 13940 IFS=$as_save_IFS
13207 test -z "$as_dir" && as_dir=. 13941 test -z "$as_dir" && as_dir=.
13208 for ac_exec_ext in '' $ac_executable_extensions; do 13942 for ac_exec_ext in '' $ac_executable_extensions; do
13209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 13943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13210 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}" 13944 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 13945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13212 break 2 13946 break 2
13213 fi 13947 fi
13214 done 13948 done
13272 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 14006 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13273 # Extract the first word of "windres", so it can be a program name with args. 14007 # Extract the first word of "windres", so it can be a program name with args.
13274 set dummy windres; ac_word=$2 14008 set dummy windres; ac_word=$2
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 14009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13276 $as_echo_n "checking for $ac_word... " >&6; } 14010 $as_echo_n "checking for $ac_word... " >&6; }
13277 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then : 14011 if ${ac_cv_path_WINDRES_FOR_TARGET+:} false; then :
13278 $as_echo_n "(cached) " >&6 14012 $as_echo_n "(cached) " >&6
13279 else 14013 else
13280 case $WINDRES_FOR_TARGET in 14014 case $WINDRES_FOR_TARGET in
13281 [\\/]* | ?:[\\/]*) 14015 [\\/]* | ?:[\\/]*)
13282 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path. 14016 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13286 for as_dir in $gcc_cv_tool_dirs 14020 for as_dir in $gcc_cv_tool_dirs
13287 do 14021 do
13288 IFS=$as_save_IFS 14022 IFS=$as_save_IFS
13289 test -z "$as_dir" && as_dir=. 14023 test -z "$as_dir" && as_dir=.
13290 for ac_exec_ext in '' $ac_executable_extensions; do 14024 for ac_exec_ext in '' $ac_executable_extensions; do
13291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 14025 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13292 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 14026 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 14027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13294 break 2 14028 break 2
13295 fi 14029 fi
13296 done 14030 done
13324 for ncn_progname in windres; do 14058 for ncn_progname in windres; do
13325 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 14059 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13326 set dummy ${ncn_progname}; ac_word=$2 14060 set dummy ${ncn_progname}; ac_word=$2
13327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 14061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13328 $as_echo_n "checking for $ac_word... " >&6; } 14062 $as_echo_n "checking for $ac_word... " >&6; }
13329 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then : 14063 if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
13330 $as_echo_n "(cached) " >&6 14064 $as_echo_n "(cached) " >&6
13331 else 14065 else
13332 if test -n "$WINDRES_FOR_TARGET"; then 14066 if test -n "$WINDRES_FOR_TARGET"; then
13333 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test. 14067 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13334 else 14068 else
13336 for as_dir in $PATH 14070 for as_dir in $PATH
13337 do 14071 do
13338 IFS=$as_save_IFS 14072 IFS=$as_save_IFS
13339 test -z "$as_dir" && as_dir=. 14073 test -z "$as_dir" && as_dir=.
13340 for ac_exec_ext in '' $ac_executable_extensions; do 14074 for ac_exec_ext in '' $ac_executable_extensions; do
13341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 14075 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13342 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}" 14076 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 14077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13344 break 2 14078 break 2
13345 fi 14079 fi
13346 done 14080 done
13383 if test -n "$ncn_target_tool_prefix"; then 14117 if test -n "$ncn_target_tool_prefix"; then
13384 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 14118 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13385 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 14119 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 14120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13387 $as_echo_n "checking for $ac_word... " >&6; } 14121 $as_echo_n "checking for $ac_word... " >&6; }
13388 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then : 14122 if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
13389 $as_echo_n "(cached) " >&6 14123 $as_echo_n "(cached) " >&6
13390 else 14124 else
13391 if test -n "$WINDRES_FOR_TARGET"; then 14125 if test -n "$WINDRES_FOR_TARGET"; then
13392 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test. 14126 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13393 else 14127 else
13395 for as_dir in $PATH 14129 for as_dir in $PATH
13396 do 14130 do
13397 IFS=$as_save_IFS 14131 IFS=$as_save_IFS
13398 test -z "$as_dir" && as_dir=. 14132 test -z "$as_dir" && as_dir=.
13399 for ac_exec_ext in '' $ac_executable_extensions; do 14133 for ac_exec_ext in '' $ac_executable_extensions; do
13400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 14134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13401 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 14135 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 14136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13403 break 2 14137 break 2
13404 fi 14138 fi
13405 done 14139 done
13422 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then 14156 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13423 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 14157 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13424 set dummy ${ncn_progname}; ac_word=$2 14158 set dummy ${ncn_progname}; ac_word=$2
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 14159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13426 $as_echo_n "checking for $ac_word... " >&6; } 14160 $as_echo_n "checking for $ac_word... " >&6; }
13427 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then : 14161 if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
13428 $as_echo_n "(cached) " >&6 14162 $as_echo_n "(cached) " >&6
13429 else 14163 else
13430 if test -n "$WINDRES_FOR_TARGET"; then 14164 if test -n "$WINDRES_FOR_TARGET"; then
13431 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test. 14165 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13432 else 14166 else
13434 for as_dir in $PATH 14168 for as_dir in $PATH
13435 do 14169 do
13436 IFS=$as_save_IFS 14170 IFS=$as_save_IFS
13437 test -z "$as_dir" && as_dir=. 14171 test -z "$as_dir" && as_dir=.
13438 for ac_exec_ext in '' $ac_executable_extensions; do 14172 for ac_exec_ext in '' $ac_executable_extensions; do
13439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 14173 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13440 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}" 14174 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 14175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13442 break 2 14176 break 2
13443 fi 14177 fi
13444 done 14178 done
13502 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then 14236 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13503 # Extract the first word of "windmc", so it can be a program name with args. 14237 # Extract the first word of "windmc", so it can be a program name with args.
13504 set dummy windmc; ac_word=$2 14238 set dummy windmc; ac_word=$2
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 14239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13506 $as_echo_n "checking for $ac_word... " >&6; } 14240 $as_echo_n "checking for $ac_word... " >&6; }
13507 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then : 14241 if ${ac_cv_path_WINDMC_FOR_TARGET+:} false; then :
13508 $as_echo_n "(cached) " >&6 14242 $as_echo_n "(cached) " >&6
13509 else 14243 else
13510 case $WINDMC_FOR_TARGET in 14244 case $WINDMC_FOR_TARGET in
13511 [\\/]* | ?:[\\/]*) 14245 [\\/]* | ?:[\\/]*)
13512 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path. 14246 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13516 for as_dir in $gcc_cv_tool_dirs 14250 for as_dir in $gcc_cv_tool_dirs
13517 do 14251 do
13518 IFS=$as_save_IFS 14252 IFS=$as_save_IFS
13519 test -z "$as_dir" && as_dir=. 14253 test -z "$as_dir" && as_dir=.
13520 for ac_exec_ext in '' $ac_executable_extensions; do 14254 for ac_exec_ext in '' $ac_executable_extensions; do
13521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 14255 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13522 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext" 14256 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 14257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13524 break 2 14258 break 2
13525 fi 14259 fi
13526 done 14260 done
13554 for ncn_progname in windmc; do 14288 for ncn_progname in windmc; do
13555 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 14289 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13556 set dummy ${ncn_progname}; ac_word=$2 14290 set dummy ${ncn_progname}; ac_word=$2
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 14291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13558 $as_echo_n "checking for $ac_word... " >&6; } 14292 $as_echo_n "checking for $ac_word... " >&6; }
13559 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then : 14293 if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
13560 $as_echo_n "(cached) " >&6 14294 $as_echo_n "(cached) " >&6
13561 else 14295 else
13562 if test -n "$WINDMC_FOR_TARGET"; then 14296 if test -n "$WINDMC_FOR_TARGET"; then
13563 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test. 14297 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13564 else 14298 else
13566 for as_dir in $PATH 14300 for as_dir in $PATH
13567 do 14301 do
13568 IFS=$as_save_IFS 14302 IFS=$as_save_IFS
13569 test -z "$as_dir" && as_dir=. 14303 test -z "$as_dir" && as_dir=.
13570 for ac_exec_ext in '' $ac_executable_extensions; do 14304 for ac_exec_ext in '' $ac_executable_extensions; do
13571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 14305 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13572 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}" 14306 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 14307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13574 break 2 14308 break 2
13575 fi 14309 fi
13576 done 14310 done
13613 if test -n "$ncn_target_tool_prefix"; then 14347 if test -n "$ncn_target_tool_prefix"; then
13614 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. 14348 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13615 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 14349 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 14350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13617 $as_echo_n "checking for $ac_word... " >&6; } 14351 $as_echo_n "checking for $ac_word... " >&6; }
13618 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then : 14352 if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
13619 $as_echo_n "(cached) " >&6 14353 $as_echo_n "(cached) " >&6
13620 else 14354 else
13621 if test -n "$WINDMC_FOR_TARGET"; then 14355 if test -n "$WINDMC_FOR_TARGET"; then
13622 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test. 14356 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13623 else 14357 else
13625 for as_dir in $PATH 14359 for as_dir in $PATH
13626 do 14360 do
13627 IFS=$as_save_IFS 14361 IFS=$as_save_IFS
13628 test -z "$as_dir" && as_dir=. 14362 test -z "$as_dir" && as_dir=.
13629 for ac_exec_ext in '' $ac_executable_extensions; do 14363 for ac_exec_ext in '' $ac_executable_extensions; do
13630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 14364 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13631 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}" 14365 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 14366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13633 break 2 14367 break 2
13634 fi 14368 fi
13635 done 14369 done
13652 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then 14386 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13653 # Extract the first word of "${ncn_progname}", so it can be a program name with args. 14387 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13654 set dummy ${ncn_progname}; ac_word=$2 14388 set dummy ${ncn_progname}; ac_word=$2
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 14389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13656 $as_echo_n "checking for $ac_word... " >&6; } 14390 $as_echo_n "checking for $ac_word... " >&6; }
13657 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then : 14391 if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
13658 $as_echo_n "(cached) " >&6 14392 $as_echo_n "(cached) " >&6
13659 else 14393 else
13660 if test -n "$WINDMC_FOR_TARGET"; then 14394 if test -n "$WINDMC_FOR_TARGET"; then
13661 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test. 14395 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13662 else 14396 else
13664 for as_dir in $PATH 14398 for as_dir in $PATH
13665 do 14399 do
13666 IFS=$as_save_IFS 14400 IFS=$as_save_IFS
13667 test -z "$as_dir" && as_dir=. 14401 test -z "$as_dir" && as_dir=.
13668 for ac_exec_ext in '' $ac_executable_extensions; do 14402 for ac_exec_ext in '' $ac_executable_extensions; do
13669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 14403 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13670 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}" 14404 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 14405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13672 break 2 14406 break 2
13673 fi 14407 fi
13674 done 14408 done
14098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5 14832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14099 $as_echo "pre-installed" >&6; } 14833 $as_echo "pre-installed" >&6; }
14100 fi 14834 fi
14101 fi 14835 fi
14102 14836
14837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gdc" >&5
14838 $as_echo_n "checking where to find the target gdc... " >&6; }
14839 if test "x${build}" != "x${host}" ; then
14840 if expr "x$GDC_FOR_TARGET" : "x/" > /dev/null; then
14841 # We already found the complete path
14842 ac_dir=`dirname $GDC_FOR_TARGET`
14843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14844 $as_echo "pre-installed in $ac_dir" >&6; }
14845 else
14846 # Canadian cross, just use what we found
14847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14848 $as_echo "pre-installed" >&6; }
14849 fi
14850 else
14851 ok=yes
14852 case " ${configdirs} " in
14853 *" gcc "*) ;;
14854 *) ok=no ;;
14855 esac
14856 case ,${enable_languages}, in
14857 *,d,*) ;;
14858 *) ok=no ;;
14859 esac
14860 if test $ok = yes; then
14861 # An in-tree tool is available and we can use it
14862 GDC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gdc -B$$r/$(HOST_SUBDIR)/gcc/'
14863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14864 $as_echo "just compiled" >&6; }
14865 elif expr "x$GDC_FOR_TARGET" : "x/" > /dev/null; then
14866 # We already found the complete path
14867 ac_dir=`dirname $GDC_FOR_TARGET`
14868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14869 $as_echo "pre-installed in $ac_dir" >&6; }
14870 elif test "x$target" = "x$host"; then
14871 # We can use an host tool
14872 GDC_FOR_TARGET='$(GDC)'
14873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14874 $as_echo "host tool" >&6; }
14875 else
14876 # We need a cross tool
14877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14878 $as_echo "pre-installed" >&6; }
14879 fi
14880 fi
14881
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5 14882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14104 $as_echo_n "checking where to find the target ld... " >&6; } 14883 $as_echo_n "checking where to find the target ld... " >&6; }
14105 if test "x${build}" != "x${host}" ; then 14884 if test "x${build}" != "x${host}" ; then
14106 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then 14885 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14107 # We already found the complete path 14886 # We already found the complete path
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5 15076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14298 $as_echo "pre-installed" >&6; } 15077 $as_echo "pre-installed" >&6; }
14299 fi 15078 fi
14300 fi 15079 fi
14301 15080
15081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target otool" >&5
15082 $as_echo_n "checking where to find the target otool... " >&6; }
15083 if test "x${build}" != "x${host}" ; then
15084 if expr "x$OTOOL_FOR_TARGET" : "x/" > /dev/null; then
15085 # We already found the complete path
15086 ac_dir=`dirname $OTOOL_FOR_TARGET`
15087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15088 $as_echo "pre-installed in $ac_dir" >&6; }
15089 else
15090 # Canadian cross, just use what we found
15091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15092 $as_echo "pre-installed" >&6; }
15093 fi
15094 else
15095 if expr "x$OTOOL_FOR_TARGET" : "x/" > /dev/null; then
15096 # We already found the complete path
15097 ac_dir=`dirname $OTOOL_FOR_TARGET`
15098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15099 $as_echo "pre-installed in $ac_dir" >&6; }
15100 elif test "x$target" = "x$host"; then
15101 # We can use an host tool
15102 OTOOL_FOR_TARGET='$(OTOOL)'
15103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15104 $as_echo "host tool" >&6; }
15105 else
15106 # We need a cross tool
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15108 $as_echo "pre-installed" >&6; }
15109 fi
15110 fi
15111
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5 15112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14303 $as_echo_n "checking where to find the target ranlib... " >&6; } 15113 $as_echo_n "checking where to find the target ranlib... " >&6; }
14304 if test "x${build}" != "x${host}" ; then 15114 if test "x${build}" != "x${host}" ; then
14305 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then 15115 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14306 # We already found the complete path 15116 # We already found the complete path
14630 # Specify what files to not compare during bootstrap. 15440 # Specify what files to not compare during bootstrap.
14631 15441
14632 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*" 15442 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14633 case "$target" in 15443 case "$target" in
14634 hppa*64*-*-hpux*) ;; 15444 hppa*64*-*-hpux*) ;;
14635 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/* | gcc/function-tests.o" ;; 15445 hppa*-*-hpux*) compare_exclusions="$compare_exclusions | */libgcc/lib2funcs* | gcc/function-tests.o" ;;
14636 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;; 15446 powerpc*-ibm-aix*) compare_exclusions="$compare_exclusions | *libgomp*\$(objext)" ;;
14637 esac 15447 esac
14638 15448
14639 15449
14640 ac_config_files="$ac_config_files Makefile" 15450 ac_config_files="$ac_config_files Makefile"
14641 15451
14701 t end 15511 t end
14702 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 15512 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14703 :end' >>confcache 15513 :end' >>confcache
14704 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 15514 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14705 if test -w "$cache_file"; then 15515 if test -w "$cache_file"; then
14706 test "x$cache_file" != "x/dev/null" && 15516 if test "x$cache_file" != "x/dev/null"; then
14707 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 15517 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14708 $as_echo "$as_me: updating cache $cache_file" >&6;} 15518 $as_echo "$as_me: updating cache $cache_file" >&6;}
14709 cat confcache >$cache_file 15519 if test ! -f "$cache_file" || test -h "$cache_file"; then
15520 cat confcache >"$cache_file"
15521 else
15522 case $cache_file in #(
15523 */* | ?:*)
15524 mv -f confcache "$cache_file"$$ &&
15525 mv -f "$cache_file"$$ "$cache_file" ;; #(
15526 *)
15527 mv -f confcache "$cache_file" ;;
15528 esac
15529 fi
15530 fi
14710 else 15531 else
14711 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 15532 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14712 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 15533 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14713 fi 15534 fi
14714 fi 15535 fi
14756 DEFS=`sed -n "$ac_script" confdefs.h` 15577 DEFS=`sed -n "$ac_script" confdefs.h`
14757 15578
14758 15579
14759 ac_libobjs= 15580 ac_libobjs=
14760 ac_ltlibobjs= 15581 ac_ltlibobjs=
15582 U=
14761 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 15583 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14762 # 1. Remove the extension, and $U if already installed. 15584 # 1. Remove the extension, and $U if already installed.
14763 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 15585 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14764 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 15586 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14765 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 15587 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14771 15593
14772 LTLIBOBJS=$ac_ltlibobjs 15594 LTLIBOBJS=$ac_ltlibobjs
14773 15595
14774 15596
14775 15597
14776 : ${CONFIG_STATUS=./config.status} 15598 : "${CONFIG_STATUS=./config.status}"
14777 ac_write_fail=0 15599 ac_write_fail=0
14778 ac_clean_files_save=$ac_clean_files 15600 ac_clean_files_save=$ac_clean_files
14779 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 15601 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14780 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 15602 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14781 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 15603 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14872 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 15694 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14873 # splitting by setting IFS to empty value.) 15695 # splitting by setting IFS to empty value.)
14874 IFS=" "" $as_nl" 15696 IFS=" "" $as_nl"
14875 15697
14876 # Find who we are. Look in the path if we contain no directory separator. 15698 # Find who we are. Look in the path if we contain no directory separator.
15699 as_myself=
14877 case $0 in #(( 15700 case $0 in #((
14878 *[\\/]* ) as_myself=$0 ;; 15701 *[\\/]* ) as_myself=$0 ;;
14879 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 15702 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14880 for as_dir in $PATH 15703 for as_dir in $PATH
14881 do 15704 do
14917 15740
14918 # CDPATH. 15741 # CDPATH.
14919 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 15742 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14920 15743
14921 15744
14922 # as_fn_error ERROR [LINENO LOG_FD] 15745 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14923 # --------------------------------- 15746 # ----------------------------------------
14924 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 15747 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14925 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 15748 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14926 # script with status $?, using 1 if that was 0. 15749 # script with STATUS, using 1 if that was 0.
14927 as_fn_error () 15750 as_fn_error ()
14928 { 15751 {
14929 as_status=$?; test $as_status -eq 0 && as_status=1 15752 as_status=$1; test $as_status -eq 0 && as_status=1
14930 if test "$3"; then 15753 if test "$4"; then
14931 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 15754 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14932 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 15755 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14933 fi 15756 fi
14934 $as_echo "$as_me: error: $1" >&2 15757 $as_echo "$as_me: error: $2" >&2
14935 as_fn_exit $as_status 15758 as_fn_exit $as_status
14936 } # as_fn_error 15759 } # as_fn_error
14937 15760
14938 15761
14939 # as_fn_set_status STATUS 15762 # as_fn_set_status STATUS
15067 if ln -s conf$$.file conf$$ 2>/dev/null; then 15890 if ln -s conf$$.file conf$$ 2>/dev/null; then
15068 as_ln_s='ln -s' 15891 as_ln_s='ln -s'
15069 # ... but there are two gotchas: 15892 # ... but there are two gotchas:
15070 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 15893 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15071 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 15894 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15072 # In both cases, we have to default to `cp -p'. 15895 # In both cases, we have to default to `cp -pR'.
15073 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 15896 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15074 as_ln_s='cp -p' 15897 as_ln_s='cp -pR'
15075 elif ln conf$$.file conf$$ 2>/dev/null; then 15898 elif ln conf$$.file conf$$ 2>/dev/null; then
15076 as_ln_s=ln 15899 as_ln_s=ln
15077 else 15900 else
15078 as_ln_s='cp -p' 15901 as_ln_s='cp -pR'
15079 fi 15902 fi
15080 else 15903 else
15081 as_ln_s='cp -p' 15904 as_ln_s='cp -pR'
15082 fi 15905 fi
15083 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 15906 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15084 rmdir conf$$.dir 2>/dev/null 15907 rmdir conf$$.dir 2>/dev/null
15085 15908
15086 15909
15125 } 15948 }
15126 s/.*/./; q'` 15949 s/.*/./; q'`
15127 test -d "$as_dir" && break 15950 test -d "$as_dir" && break
15128 done 15951 done
15129 test -z "$as_dirs" || eval "mkdir $as_dirs" 15952 test -z "$as_dirs" || eval "mkdir $as_dirs"
15130 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 15953 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15131 15954
15132 15955
15133 } # as_fn_mkdir_p 15956 } # as_fn_mkdir_p
15134 if mkdir -p . 2>/dev/null; then 15957 if mkdir -p . 2>/dev/null; then
15135 as_mkdir_p='mkdir -p "$as_dir"' 15958 as_mkdir_p='mkdir -p "$as_dir"'
15136 else 15959 else
15137 test -d ./-p && rmdir ./-p 15960 test -d ./-p && rmdir ./-p
15138 as_mkdir_p=false 15961 as_mkdir_p=false
15139 fi 15962 fi
15140 15963
15141 if test -x / >/dev/null 2>&1; then 15964
15142 as_test_x='test -x' 15965 # as_fn_executable_p FILE
15143 else 15966 # -----------------------
15144 if ls -dL / >/dev/null 2>&1; then 15967 # Test if FILE is an executable regular file.
15145 as_ls_L_option=L 15968 as_fn_executable_p ()
15146 else 15969 {
15147 as_ls_L_option= 15970 test -f "$1" && test -x "$1"
15148 fi 15971 } # as_fn_executable_p
15149 as_test_x=' 15972 as_test_x='test -x'
15150 eval sh -c '\'' 15973 as_executable_p=as_fn_executable_p
15151 if test -d "$1"; then
15152 test -d "$1/.";
15153 else
15154 case $1 in #(
15155 -*)set "./$1";;
15156 esac;
15157 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15158 ???[sx]*):;;*)false;;esac;fi
15159 '\'' sh
15160 '
15161 fi
15162 as_executable_p=$as_test_x
15163 15974
15164 # Sed expression to map a string onto a valid CPP name. 15975 # Sed expression to map a string onto a valid CPP name.
15165 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 15976 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15166 15977
15167 # Sed expression to map a string onto a valid variable name. 15978 # Sed expression to map a string onto a valid variable name.
15179 # Save the log message, to keep $0 and so on meaningful, and to 15990 # Save the log message, to keep $0 and so on meaningful, and to
15180 # report actual input values of CONFIG_FILES etc. instead of their 15991 # report actual input values of CONFIG_FILES etc. instead of their
15181 # values after options handling. 15992 # values after options handling.
15182 ac_log=" 15993 ac_log="
15183 This file was extended by $as_me, which was 15994 This file was extended by $as_me, which was
15184 generated by GNU Autoconf 2.64. Invocation command line was 15995 generated by GNU Autoconf 2.69. Invocation command line was
15185 15996
15186 CONFIG_FILES = $CONFIG_FILES 15997 CONFIG_FILES = $CONFIG_FILES
15187 CONFIG_HEADERS = $CONFIG_HEADERS 15998 CONFIG_HEADERS = $CONFIG_HEADERS
15188 CONFIG_LINKS = $CONFIG_LINKS 15999 CONFIG_LINKS = $CONFIG_LINKS
15189 CONFIG_COMMANDS = $CONFIG_COMMANDS 16000 CONFIG_COMMANDS = $CONFIG_COMMANDS
15214 16025
15215 Usage: $0 [OPTION]... [TAG]... 16026 Usage: $0 [OPTION]... [TAG]...
15216 16027
15217 -h, --help print this help, then exit 16028 -h, --help print this help, then exit
15218 -V, --version print version number and configuration settings, then exit 16029 -V, --version print version number and configuration settings, then exit
16030 --config print configuration, then exit
15219 -q, --quiet, --silent 16031 -q, --quiet, --silent
15220 do not print progress messages 16032 do not print progress messages
15221 -d, --debug don't remove temporary files 16033 -d, --debug don't remove temporary files
15222 --recheck update $as_me by reconfiguring in the same conditions 16034 --recheck update $as_me by reconfiguring in the same conditions
15223 --file=FILE[:TEMPLATE] 16035 --file=FILE[:TEMPLATE]
15228 16040
15229 Report bugs to the package provider." 16041 Report bugs to the package provider."
15230 16042
15231 _ACEOF 16043 _ACEOF
15232 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16044 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16045 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15233 ac_cs_version="\\ 16046 ac_cs_version="\\
15234 config.status 16047 config.status
15235 configured by $0, generated by GNU Autoconf 2.64, 16048 configured by $0, generated by GNU Autoconf 2.69,
15236 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 16049 with options \\"\$ac_cs_config\\"
15237 16050
15238 Copyright (C) 2009 Free Software Foundation, Inc. 16051 Copyright (C) 2012 Free Software Foundation, Inc.
15239 This config.status script is free software; the Free Software Foundation 16052 This config.status script is free software; the Free Software Foundation
15240 gives unlimited permission to copy, distribute and modify it." 16053 gives unlimited permission to copy, distribute and modify it."
15241 16054
15242 ac_pwd='$ac_pwd' 16055 ac_pwd='$ac_pwd'
15243 srcdir='$srcdir' 16056 srcdir='$srcdir'
15250 # The default lists apply if the user does not specify any file. 16063 # The default lists apply if the user does not specify any file.
15251 ac_need_defaults=: 16064 ac_need_defaults=:
15252 while test $# != 0 16065 while test $# != 0
15253 do 16066 do
15254 case $1 in 16067 case $1 in
15255 --*=*) 16068 --*=?*)
15256 ac_option=`expr "X$1" : 'X\([^=]*\)='` 16069 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15257 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 16070 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16071 ac_shift=:
16072 ;;
16073 --*=)
16074 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16075 ac_optarg=
15258 ac_shift=: 16076 ac_shift=:
15259 ;; 16077 ;;
15260 *) 16078 *)
15261 ac_option=$1 16079 ac_option=$1
15262 ac_optarg=$2 16080 ac_optarg=$2
15268 # Handling of the options. 16086 # Handling of the options.
15269 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 16087 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15270 ac_cs_recheck=: ;; 16088 ac_cs_recheck=: ;;
15271 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 16089 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15272 $as_echo "$ac_cs_version"; exit ;; 16090 $as_echo "$ac_cs_version"; exit ;;
16091 --config | --confi | --conf | --con | --co | --c )
16092 $as_echo "$ac_cs_config"; exit ;;
15273 --debug | --debu | --deb | --de | --d | -d ) 16093 --debug | --debu | --deb | --de | --d | -d )
15274 debug=: ;; 16094 debug=: ;;
15275 --file | --fil | --fi | --f ) 16095 --file | --fil | --fi | --f )
15276 $ac_shift 16096 $ac_shift
15277 case $ac_optarg in 16097 case $ac_optarg in
15278 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 16098 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16099 '') as_fn_error $? "missing file argument" ;;
15279 esac 16100 esac
15280 as_fn_append CONFIG_FILES " '$ac_optarg'" 16101 as_fn_append CONFIG_FILES " '$ac_optarg'"
15281 ac_need_defaults=false;; 16102 ac_need_defaults=false;;
15282 --he | --h | --help | --hel | -h ) 16103 --he | --h | --help | --hel | -h )
15283 $as_echo "$ac_cs_usage"; exit ;; 16104 $as_echo "$ac_cs_usage"; exit ;;
15284 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 16105 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15285 | -silent | --silent | --silen | --sile | --sil | --si | --s) 16106 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15286 ac_cs_silent=: ;; 16107 ac_cs_silent=: ;;
15287 16108
15288 # This is an error. 16109 # This is an error.
15289 -*) as_fn_error "unrecognized option: \`$1' 16110 -*) as_fn_error $? "unrecognized option: \`$1'
15290 Try \`$0 --help' for more information." ;; 16111 Try \`$0 --help' for more information." ;;
15291 16112
15292 *) as_fn_append ac_config_targets " $1" 16113 *) as_fn_append ac_config_targets " $1"
15293 ac_need_defaults=false ;; 16114 ac_need_defaults=false ;;
15294 16115
15304 fi 16125 fi
15305 16126
15306 _ACEOF 16127 _ACEOF
15307 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16128 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15308 if \$ac_cs_recheck; then 16129 if \$ac_cs_recheck; then
15309 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 16130 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15310 shift 16131 shift
15311 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 16132 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15312 CONFIG_SHELL='$SHELL' 16133 CONFIG_SHELL='$SHELL'
15313 export CONFIG_SHELL 16134 export CONFIG_SHELL
15314 exec "\$@" 16135 exec "\$@"
15342 for ac_config_target in $ac_config_targets 16163 for ac_config_target in $ac_config_targets
15343 do 16164 do
15344 case $ac_config_target in 16165 case $ac_config_target in
15345 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 16166 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15346 16167
15347 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 16168 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15348 esac 16169 esac
15349 done 16170 done
15350 16171
15351 16172
15352 # If the user did not use the arguments to specify the items to instantiate, 16173 # If the user did not use the arguments to specify the items to instantiate,
15363 # Hook for its removal unless debugging. 16184 # Hook for its removal unless debugging.
15364 # Note that there is a small window in which the directory will not be cleaned: 16185 # Note that there is a small window in which the directory will not be cleaned:
15365 # after its creation but before its name has been assigned to `$tmp'. 16186 # after its creation but before its name has been assigned to `$tmp'.
15366 $debug || 16187 $debug ||
15367 { 16188 {
15368 tmp= 16189 tmp= ac_tmp=
15369 trap 'exit_status=$? 16190 trap 'exit_status=$?
15370 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 16191 : "${ac_tmp:=$tmp}"
16192 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15371 ' 0 16193 ' 0
15372 trap 'as_fn_exit 1' 1 2 13 15 16194 trap 'as_fn_exit 1' 1 2 13 15
15373 } 16195 }
15374 # Create a (secure) tmp directory for tmp files. 16196 # Create a (secure) tmp directory for tmp files.
15375 16197
15376 { 16198 {
15377 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 16199 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15378 test -n "$tmp" && test -d "$tmp" 16200 test -d "$tmp"
15379 } || 16201 } ||
15380 { 16202 {
15381 tmp=./conf$$-$RANDOM 16203 tmp=./conf$$-$RANDOM
15382 (umask 077 && mkdir "$tmp") 16204 (umask 077 && mkdir "$tmp")
15383 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 16205 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16206 ac_tmp=$tmp
15384 16207
15385 # Set up the scripts for CONFIG_FILES section. 16208 # Set up the scripts for CONFIG_FILES section.
15386 # No need to generate them if there are no CONFIG_FILES. 16209 # No need to generate them if there are no CONFIG_FILES.
15387 # This happens for instance with `./config.status config.h'. 16210 # This happens for instance with `./config.status config.h'.
15388 if test -n "$CONFIG_FILES"; then 16211 if test -n "$CONFIG_FILES"; then
15412 if test "x$ac_cr" = x; then 16235 if test "x$ac_cr" = x; then
15413 eval ac_cr=\$\'\\r\' 16236 eval ac_cr=\$\'\\r\'
15414 fi 16237 fi
15415 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 16238 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15416 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 16239 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15417 ac_cs_awk_cr='\r' 16240 ac_cs_awk_cr='\\r'
15418 else 16241 else
15419 ac_cs_awk_cr=$ac_cr 16242 ac_cs_awk_cr=$ac_cr
15420 fi 16243 fi
15421 16244
15422 echo 'BEGIN {' >"$tmp/subs1.awk" && 16245 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15423 _ACEOF 16246 _ACEOF
15424 16247
15425 # Create commands to substitute file output variables. 16248 # Create commands to substitute file output variables.
15426 { 16249 {
15427 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && 16250 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15428 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && 16251 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
15429 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && 16252 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15430 echo "_ACAWK" && 16253 echo "_ACAWK" &&
15431 echo "_ACEOF" 16254 echo "_ACEOF"
15432 } >conf$$files.sh && 16255 } >conf$$files.sh &&
15433 . ./conf$$files.sh || 16256 . ./conf$$files.sh ||
15434 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 16257 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15435 rm -f conf$$files.sh 16258 rm -f conf$$files.sh
15436 16259
15437 { 16260 {
15438 echo "cat >conf$$subs.awk <<_ACEOF" && 16261 echo "cat >conf$$subs.awk <<_ACEOF" &&
15439 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 16262 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15440 echo "_ACEOF" 16263 echo "_ACEOF"
15441 } >conf$$subs.sh || 16264 } >conf$$subs.sh ||
15442 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 16265 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15443 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 16266 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15444 ac_delim='%!_!# ' 16267 ac_delim='%!_!# '
15445 for ac_last_try in false false false false false :; do 16268 for ac_last_try in false false false false false :; do
15446 . ./conf$$subs.sh || 16269 . ./conf$$subs.sh ||
15447 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 16270 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15448 16271
15449 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 16272 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15450 if test $ac_delim_n = $ac_delim_num; then 16273 if test $ac_delim_n = $ac_delim_num; then
15451 break 16274 break
15452 elif $ac_last_try; then 16275 elif $ac_last_try; then
15453 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 16276 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15454 else 16277 else
15455 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 16278 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15456 fi 16279 fi
15457 done 16280 done
15458 rm -f conf$$subs.sh 16281 rm -f conf$$subs.sh
15459 16282
15460 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16283 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15461 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 16284 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15462 _ACEOF 16285 _ACEOF
15463 sed -n ' 16286 sed -n '
15464 h 16287 h
15465 s/^/S["/; s/!.*/"]=/ 16288 s/^/S["/; s/!.*/"]=/
15466 p 16289 p
15470 t repl 16293 t repl
15471 s/'"$ac_delim"'$// 16294 s/'"$ac_delim"'$//
15472 t delim 16295 t delim
15473 :nl 16296 :nl
15474 h 16297 h
15475 s/\(.\{148\}\).*/\1/ 16298 s/\(.\{148\}\)..*/\1/
15476 t more1 16299 t more1
15477 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 16300 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15478 p 16301 p
15479 n 16302 n
15480 b repl 16303 b repl
15484 g 16307 g
15485 s/.\{148\}// 16308 s/.\{148\}//
15486 t nl 16309 t nl
15487 :delim 16310 :delim
15488 h 16311 h
15489 s/\(.\{148\}\).*/\1/ 16312 s/\(.\{148\}\)..*/\1/
15490 t more2 16313 t more2
15491 s/["\\]/\\&/g; s/^/"/; s/$/"/ 16314 s/["\\]/\\&/g; s/^/"/; s/$/"/
15492 p 16315 p
15493 b 16316 b
15494 :more2 16317 :more2
15504 } 16327 }
15505 ' >>$CONFIG_STATUS || ac_write_fail=1 16328 ' >>$CONFIG_STATUS || ac_write_fail=1
15506 rm -f conf$$subs.awk 16329 rm -f conf$$subs.awk
15507 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16330 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15508 _ACAWK 16331 _ACAWK
15509 cat >>"\$tmp/subs1.awk" <<_ACAWK && 16332 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15510 for (key in S) S_is_set[key] = 1 16333 for (key in S) S_is_set[key] = 1
15511 FS = "" 16334 FS = ""
15512 \$ac_cs_awk_pipe_init 16335 \$ac_cs_awk_pipe_init
15513 } 16336 }
15514 { 16337 {
15542 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 16365 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15543 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 16366 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15544 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 16367 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15545 else 16368 else
15546 cat 16369 cat
15547 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 16370 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15548 || as_fn_error "could not setup config files machinery" "$LINENO" 5 16371 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15549 _ACEOF 16372 _ACEOF
15550 16373
15551 # VPATH may cause trouble with some makes, so we remove $(srcdir), 16374 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15552 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 16375 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15553 # trailing colons and then remove the whole line if VPATH becomes empty 16376 # trailing colons and then remove the whole line if VPATH becomes empty
15554 # (actually we leave an empty line to preserve line numbers). 16377 # (actually we leave an empty line to preserve line numbers).
15555 if test "x$srcdir" = x.; then 16378 if test "x$srcdir" = x.; then
15556 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 16379 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15557 s/:*\$(srcdir):*/:/ 16380 h
15558 s/:*\${srcdir}:*/:/ 16381 s///
15559 s/:*@srcdir@:*/:/ 16382 s/^/:/
15560 s/^\([^=]*=[ ]*\):*/\1/ 16383 s/[ ]*$/:/
16384 s/:\$(srcdir):/:/g
16385 s/:\${srcdir}:/:/g
16386 s/:@srcdir@:/:/g
16387 s/^:*//
15561 s/:*$// 16388 s/:*$//
16389 x
16390 s/\(=[ ]*\).*/\1/
16391 G
16392 s/\n//
15562 s/^[^=]*=[ ]*$// 16393 s/^[^=]*=[ ]*$//
15563 }' 16394 }'
15564 fi 16395 fi
15565 16396
15566 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 16397 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15574 case $ac_tag in 16405 case $ac_tag in
15575 :[FHLC]) ac_mode=$ac_tag; continue;; 16406 :[FHLC]) ac_mode=$ac_tag; continue;;
15576 esac 16407 esac
15577 case $ac_mode$ac_tag in 16408 case $ac_mode$ac_tag in
15578 :[FHL]*:*);; 16409 :[FHL]*:*);;
15579 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 16410 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15580 :[FH]-) ac_tag=-:-;; 16411 :[FH]-) ac_tag=-:-;;
15581 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 16412 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15582 esac 16413 esac
15583 ac_save_IFS=$IFS 16414 ac_save_IFS=$IFS
15584 IFS=: 16415 IFS=:
15593 :[FH]) 16424 :[FH])
15594 ac_file_inputs= 16425 ac_file_inputs=
15595 for ac_f 16426 for ac_f
15596 do 16427 do
15597 case $ac_f in 16428 case $ac_f in
15598 -) ac_f="$tmp/stdin";; 16429 -) ac_f="$ac_tmp/stdin";;
15599 *) # Look for the file first in the build tree, then in the source tree 16430 *) # Look for the file first in the build tree, then in the source tree
15600 # (if the path is not absolute). The absolute path cannot be DOS-style, 16431 # (if the path is not absolute). The absolute path cannot be DOS-style,
15601 # because $ac_f cannot contain `:'. 16432 # because $ac_f cannot contain `:'.
15602 test -f "$ac_f" || 16433 test -f "$ac_f" ||
15603 case $ac_f in 16434 case $ac_f in
15604 [\\/$]*) false;; 16435 [\\/$]*) false;;
15605 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 16436 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15606 esac || 16437 esac ||
15607 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 16438 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15608 esac 16439 esac
15609 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 16440 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15610 as_fn_append ac_file_inputs " '$ac_f'" 16441 as_fn_append ac_file_inputs " '$ac_f'"
15611 done 16442 done
15612 16443
15628 sed 's/[\\\\&|]/\\\\&/g'`;; #( 16459 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15629 *) ac_sed_conf_input=$configure_input;; 16460 *) ac_sed_conf_input=$configure_input;;
15630 esac 16461 esac
15631 16462
15632 case $ac_tag in 16463 case $ac_tag in
15633 *:-:* | *:-) cat >"$tmp/stdin" \ 16464 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15634 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 16465 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15635 esac 16466 esac
15636 ;; 16467 ;;
15637 esac 16468 esac
15638 16469
15639 ac_dir=`$as_dirname -- "$ac_file" || 16470 ac_dir=`$as_dirname -- "$ac_file" ||
15761 s&@INSTALL@&$ac_INSTALL&;t t 16592 s&@INSTALL@&$ac_INSTALL&;t t
15762 $ac_datarootdir_hack 16593 $ac_datarootdir_hack
15763 " 16594 "
15764 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | 16595 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15765 if $ac_cs_awk_getline; then 16596 if $ac_cs_awk_getline; then
15766 $AWK -f "$tmp/subs.awk" 16597 $AWK -f "$ac_tmp/subs.awk"
15767 else 16598 else
15768 $AWK -f "$tmp/subs.awk" | $SHELL 16599 $AWK -f "$ac_tmp/subs.awk" | $SHELL
15769 fi >$tmp/out \ 16600 fi \
15770 || as_fn_error "could not create $ac_file" "$LINENO" 5 16601 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15771 16602
15772 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 16603 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15773 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 16604 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15774 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 16605 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16606 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 16607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15776 which seems to be undefined. Please make sure it is defined." >&5 16608 which seems to be undefined. Please make sure it is defined" >&5
15777 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 16609 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15778 which seems to be undefined. Please make sure it is defined." >&2;} 16610 which seems to be undefined. Please make sure it is defined" >&2;}
15779 16611
15780 rm -f "$tmp/stdin" 16612 rm -f "$ac_tmp/stdin"
15781 case $ac_file in 16613 case $ac_file in
15782 -) cat "$tmp/out" && rm -f "$tmp/out";; 16614 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15783 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 16615 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15784 esac \ 16616 esac \
15785 || as_fn_error "could not create $ac_file" "$LINENO" 5 16617 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15786 ;; 16618 ;;
15787 16619
15788 16620
15789 16621
15790 esac 16622 esac
15803 as_fn_exit 0 16635 as_fn_exit 0
15804 _ACEOF 16636 _ACEOF
15805 ac_clean_files=$ac_clean_files_save 16637 ac_clean_files=$ac_clean_files_save
15806 16638
15807 test $ac_write_fail = 0 || 16639 test $ac_write_fail = 0 ||
15808 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 16640 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15809 16641
15810 16642
15811 # configure is writing to config.log, and then calls config.status. 16643 # configure is writing to config.log, and then calls config.status.
15812 # config.status does its own redirection, appending to config.log. 16644 # config.status does its own redirection, appending to config.log.
15813 # Unfortunately, on DOS this fails, as config.log is still kept open 16645 # Unfortunately, on DOS this fails, as config.log is still kept open
15824 exec 5>/dev/null 16656 exec 5>/dev/null
15825 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 16657 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15826 exec 5>>config.log 16658 exec 5>>config.log
15827 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 16659 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15828 # would make configure fail if this is the last instruction. 16660 # would make configure fail if this is the last instruction.
15829 $ac_cs_success || as_fn_exit $? 16661 $ac_cs_success || as_fn_exit 1
15830 fi 16662 fi
15831 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 16663 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 16664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15833 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 16665 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15834 fi 16666 fi