2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 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
170 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
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186 test -z "$as_dir" && as_dir=.
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
204 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
238 SHELL=${CONFIG_SHELL-/bin/sh}
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE= GREP_OPTIONS=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
249 # Portably unset VAR.
252 { eval $1=; unset $1;}
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
276 # Create "$as_dir" as a directory, including parents if necessary.
281 -*) as_dir=./$as_dir;;
283 test -d "$as_dir" || eval $as_mkdir_p || {
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
314 test -d "$as_dir" && break
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # 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
325 # repeated appends, instead of the typical quadratic growth present in naive
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
352 as_val=`expr "$@" || test $? -eq 1`
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # 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
361 # script with status $?, using 1 if that was 0.
364 as_status=$?; test $as_status -eq 0 && as_status=1
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
373 if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_me=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
411 # Avoid depending upon Character Ranges.
412 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits='0123456789'
416 as_cr_alnum=$as_cr_Letters$as_cr_digits
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439 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; }
442 # 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
444 # original and so on. Autoconf is especially sensitive to this).
446 # Exit status is that of the last command.
450 ECHO_C= ECHO_N= ECHO_T=
451 case `echo -n x` in #(((((
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
468 mkdir conf$$.dir 2>/dev/null
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
473 # ... but there are two gotchas:
474 # 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.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
479 elif ln conf$$.file conf$$ 2>/dev/null; then
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
490 if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
493 test -d ./-p && rmdir ./-p
497 if test -x / >/dev/null 2>&1; then
500 if ls -dL / >/dev/null 2>&1; then
507 if test -d "$1"; then
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
518 as_executable_p=$as_test_x
520 # 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'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527 exec 7<&0 </dev/null 6>&1
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531 # so uname gets run too.
532 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
537 ac_default_prefix=/usr/local
539 ac_config_libobj_dir=.
546 # Identity of this package.
554 ac_unique_file="move-if-change"
555 enable_option_checking=no
556 ac_subst_vars='LTLIBOBJS
564 MAINTAINER_MODE_FALSE
566 COMPILER_NM_FOR_TARGET
567 COMPILER_LD_FOR_TARGET
568 COMPILER_AS_FOR_TARGET
644 DEBUG_PREFIX_CFLAGS_FOR_TARGET
645 SYSROOT_CFLAGS_FOR_TARGET
646 extra_host_libiberty_configure_flags
648 extra_linker_plugin_flags
649 extra_linker_plugin_configure_flags
656 extra_isl_gmp_configure_flags
657 extra_mpc_mpfr_configure_flags
658 extra_mpc_gmp_configure_flags
659 extra_mpfr_configure_flags
675 EXTRA_CONFIGARGS_LIBJAVA
676 extra_liboffloadmic_configure_flags
703 TOPLEVEL_CONFIGURE_ARGUMENTS
731 program_transform_name
742 ac_subst_files='serialization_dependencies
748 enable_option_checking
751 enable_as_accelerator_for
752 enable_offload_targets
756 enable_libquadmath_support
761 enable_static_libjava
782 enable_isl_version_check
784 enable_linker_plugin_configure_flags
785 enable_linker_plugin_flags
786 enable_stage1_languages
789 with_debug_prefix_map
792 enable_serial_configure
793 with_build_time_tools
794 enable_maintainer_mode
795 enable_stage1_checking
799 ac_precious_vars='build_alias
847 # Initialize some variables set by options.
849 ac_init_version=false
850 ac_unrecognized_opts=
852 # The variables have the same names as the options, with
853 # dashes changed to underlines.
861 program_transform_name=s,x,x,
869 # Installation directory options.
870 # These are left unexpanded so users can "make install exec_prefix=/foo"
871 # and all the variables that are supposed to be based on exec_prefix
872 # by default will actually change.
873 # Use braces instead of parens because sh, perl, etc. also accept them.
874 # (The list follows the same order as the GNU Coding Standards.)
875 bindir='${exec_prefix}/bin'
876 sbindir='${exec_prefix}/sbin'
877 libexecdir='${exec_prefix}/libexec'
878 datarootdir='${prefix}/share'
879 datadir='${datarootdir}'
880 sysconfdir='${prefix}/etc'
881 sharedstatedir='${prefix}/com'
882 localstatedir='${prefix}/var'
883 includedir='${prefix}/include'
884 oldincludedir='/usr/include'
885 docdir='${datarootdir}/doc/${PACKAGE}'
886 infodir='${datarootdir}/info'
891 libdir='${exec_prefix}/lib'
892 localedir='${datarootdir}/locale'
893 mandir='${datarootdir}/man'
899 # If the previous option needs an argument, assign it.
900 if test -n "$ac_prev"; then
901 eval $ac_prev=\$ac_option
907 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
911 # Accept the important Cygnus configure options, so we can diagnose typos.
913 case $ac_dashdash$ac_option in
917 -bindir | --bindir | --bindi | --bind | --bin | --bi)
919 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
922 -build | --build | --buil | --bui | --bu)
923 ac_prev=build_alias ;;
924 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
925 build_alias=$ac_optarg ;;
927 -cache-file | --cache-file | --cache-fil | --cache-fi \
928 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
929 ac_prev=cache_file ;;
930 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
931 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
932 cache_file=$ac_optarg ;;
935 cache_file=config.cache ;;
937 -datadir | --datadir | --datadi | --datad)
939 -datadir=* | --datadir=* | --datadi=* | --datad=*)
940 datadir=$ac_optarg ;;
942 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
943 | --dataroo | --dataro | --datar)
944 ac_prev=datarootdir ;;
945 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
946 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
947 datarootdir=$ac_optarg ;;
949 -disable-* | --disable-*)
950 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
951 # Reject names that are not valid shell variable names.
952 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
953 as_fn_error "invalid feature name: $ac_useropt"
954 ac_useropt_orig=$ac_useropt
955 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
956 case $ac_user_opts in
960 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
961 ac_unrecognized_sep=', ';;
963 eval enable_$ac_useropt=no ;;
965 -docdir | --docdir | --docdi | --doc | --do)
967 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
970 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
972 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
975 -enable-* | --enable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 as_fn_error "invalid feature name: $ac_useropt"
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
989 eval enable_$ac_useropt=\$ac_optarg ;;
991 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
992 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
993 | --exec | --exe | --ex)
994 ac_prev=exec_prefix ;;
995 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
996 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
997 | --exec=* | --exe=* | --ex=*)
998 exec_prefix=$ac_optarg ;;
1000 -gas | --gas | --ga | --g)
1001 # Obsolete; use --with-gas.
1004 -help | --help | --hel | --he | -h)
1005 ac_init_help=long ;;
1006 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1007 ac_init_help=recursive ;;
1008 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1009 ac_init_help=short ;;
1011 -host | --host | --hos | --ho)
1012 ac_prev=host_alias ;;
1013 -host=* | --host=* | --hos=* | --ho=*)
1014 host_alias=$ac_optarg ;;
1016 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1018 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1020 htmldir=$ac_optarg ;;
1022 -includedir | --includedir | --includedi | --included | --include \
1023 | --includ | --inclu | --incl | --inc)
1024 ac_prev=includedir ;;
1025 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1026 | --includ=* | --inclu=* | --incl=* | --inc=*)
1027 includedir=$ac_optarg ;;
1029 -infodir | --infodir | --infodi | --infod | --info | --inf)
1031 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1032 infodir=$ac_optarg ;;
1034 -libdir | --libdir | --libdi | --libd)
1036 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1037 libdir=$ac_optarg ;;
1039 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1040 | --libexe | --libex | --libe)
1041 ac_prev=libexecdir ;;
1042 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1043 | --libexe=* | --libex=* | --libe=*)
1044 libexecdir=$ac_optarg ;;
1046 -localedir | --localedir | --localedi | --localed | --locale)
1047 ac_prev=localedir ;;
1048 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1049 localedir=$ac_optarg ;;
1051 -localstatedir | --localstatedir | --localstatedi | --localstated \
1052 | --localstate | --localstat | --localsta | --localst | --locals)
1053 ac_prev=localstatedir ;;
1054 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1055 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1056 localstatedir=$ac_optarg ;;
1058 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1060 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1061 mandir=$ac_optarg ;;
1063 -nfp | --nfp | --nf)
1064 # Obsolete; use --without-fp.
1067 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1068 | --no-cr | --no-c | -n)
1071 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1072 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1075 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1076 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1077 | --oldin | --oldi | --old | --ol | --o)
1078 ac_prev=oldincludedir ;;
1079 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1080 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1081 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1082 oldincludedir=$ac_optarg ;;
1084 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1086 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1087 prefix=$ac_optarg ;;
1089 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1090 | --program-pre | --program-pr | --program-p)
1091 ac_prev=program_prefix ;;
1092 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1093 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1094 program_prefix=$ac_optarg ;;
1096 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1097 | --program-suf | --program-su | --program-s)
1098 ac_prev=program_suffix ;;
1099 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1100 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1101 program_suffix=$ac_optarg ;;
1103 -program-transform-name | --program-transform-name \
1104 | --program-transform-nam | --program-transform-na \
1105 | --program-transform-n | --program-transform- \
1106 | --program-transform | --program-transfor \
1107 | --program-transfo | --program-transf \
1108 | --program-trans | --program-tran \
1109 | --progr-tra | --program-tr | --program-t)
1110 ac_prev=program_transform_name ;;
1111 -program-transform-name=* | --program-transform-name=* \
1112 | --program-transform-nam=* | --program-transform-na=* \
1113 | --program-transform-n=* | --program-transform-=* \
1114 | --program-transform=* | --program-transfor=* \
1115 | --program-transfo=* | --program-transf=* \
1116 | --program-trans=* | --program-tran=* \
1117 | --progr-tra=* | --program-tr=* | --program-t=*)
1118 program_transform_name=$ac_optarg ;;
1120 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1122 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1123 pdfdir=$ac_optarg ;;
1125 -psdir | --psdir | --psdi | --psd | --ps)
1127 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1130 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1131 | -silent | --silent | --silen | --sile | --sil)
1134 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1136 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1138 sbindir=$ac_optarg ;;
1140 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1141 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1142 | --sharedst | --shareds | --shared | --share | --shar \
1144 ac_prev=sharedstatedir ;;
1145 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1146 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1147 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1149 sharedstatedir=$ac_optarg ;;
1151 -site | --site | --sit)
1153 -site=* | --site=* | --sit=*)
1156 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1158 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1159 srcdir=$ac_optarg ;;
1161 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1162 | --syscon | --sysco | --sysc | --sys | --sy)
1163 ac_prev=sysconfdir ;;
1164 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1165 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1166 sysconfdir=$ac_optarg ;;
1168 -target | --target | --targe | --targ | --tar | --ta | --t)
1169 ac_prev=target_alias ;;
1170 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1171 target_alias=$ac_optarg ;;
1173 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1176 -version | --version | --versio | --versi | --vers | -V)
1177 ac_init_version=: ;;
1180 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1181 # Reject names that are not valid shell variable names.
1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1183 as_fn_error "invalid package name: $ac_useropt"
1184 ac_useropt_orig=$ac_useropt
1185 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1190 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1191 ac_unrecognized_sep=', ';;
1193 eval with_$ac_useropt=\$ac_optarg ;;
1195 -without-* | --without-*)
1196 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1197 # Reject names that are not valid shell variable names.
1198 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1199 as_fn_error "invalid package name: $ac_useropt"
1200 ac_useropt_orig=$ac_useropt
1201 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1202 case $ac_user_opts in
1206 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1207 ac_unrecognized_sep=', ';;
1209 eval with_$ac_useropt=no ;;
1212 # Obsolete; use --with-x.
1215 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1216 | --x-incl | --x-inc | --x-in | --x-i)
1217 ac_prev=x_includes ;;
1218 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1219 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1220 x_includes=$ac_optarg ;;
1222 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1223 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1224 ac_prev=x_libraries ;;
1225 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1226 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1227 x_libraries=$ac_optarg ;;
1229 -*) as_fn_error "unrecognized option: \`$ac_option'
1230 Try \`$0 --help' for more information."
1234 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1235 # Reject names that are not valid shell variable names.
1236 case $ac_envvar in #(
1237 '' | [0-9]* | *[!_$as_cr_alnum]* )
1238 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1240 eval $ac_envvar=\$ac_optarg
1241 export $ac_envvar ;;
1244 # FIXME: should be removed in autoconf 3.0.
1245 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1246 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1247 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1248 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1254 if test -n "$ac_prev"; then
1255 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1256 as_fn_error "missing argument to $ac_option"
1259 if test -n "$ac_unrecognized_opts"; then
1260 case $enable_option_checking in
1262 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1263 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1267 # Check all directory arguments for consistency.
1268 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1269 datadir sysconfdir sharedstatedir localstatedir includedir \
1270 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1271 libdir localedir mandir
1273 eval ac_val=\$$ac_var
1274 # Remove trailing slashes.
1277 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1278 eval $ac_var=\$ac_val;;
1280 # Be sure to have absolute directory names.
1282 [\\/$]* | ?:[\\/]* ) continue;;
1283 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1285 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1288 # There might be people who depend on the old broken behavior: `$host'
1289 # used to hold the argument of --host etc.
1290 # FIXME: To remove some day.
1293 target=$target_alias
1295 # FIXME: To remove some day.
1296 if test "x$host_alias" != x; then
1297 if test "x$build_alias" = x; then
1298 cross_compiling=maybe
1299 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1300 If a cross compiler is detected then cross compile mode will be used." >&2
1301 elif test "x$build_alias" != "x$host_alias"; then
1307 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1309 test "$silent" = yes && exec 6>/dev/null
1312 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1313 ac_ls_di=`ls -di .` &&
1314 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1315 as_fn_error "working directory cannot be determined"
1316 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1317 as_fn_error "pwd does not report name of working directory"
1320 # Find the source files, if location was not specified.
1321 if test -z "$srcdir"; then
1322 ac_srcdir_defaulted=yes
1323 # Try the directory containing this script, then the parent directory.
1324 ac_confdir=`$as_dirname -- "$as_myself" ||
1325 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1326 X"$as_myself" : 'X\(//\)[^/]' \| \
1327 X"$as_myself" : 'X\(//\)$' \| \
1328 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1329 $as_echo X"$as_myself" |
1330 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1348 if test ! -r "$srcdir/$ac_unique_file"; then
1352 ac_srcdir_defaulted=no
1354 if test ! -r "$srcdir/$ac_unique_file"; then
1355 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1356 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1358 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1360 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1362 # When building in place, set srcdir=.
1363 if test "$ac_abs_confdir" = "$ac_pwd"; then
1366 # Remove unnecessary trailing slashes from srcdir.
1367 # Double slashes in file names in object file debugging info
1368 # mess up M-x gdb in Emacs.
1370 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1374 as_fn_error "path to source, $srcdir, contains spaces"
1377 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1379 for ac_var in $ac_precious_vars; do
1380 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1381 eval ac_env_${ac_var}_value=\$${ac_var}
1382 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1383 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1387 # Report the --help message.
1389 if test "$ac_init_help" = "long"; then
1390 # Omit some internal or obsolete options to make the list less imposing.
1391 # This message is too long to be a string in the A/UX 3.1 sh.
1393 \`configure' configures this package to adapt to many kinds of systems.
1395 Usage: $0 [OPTION]... [VAR=VALUE]...
1397 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1398 VAR=VALUE. See below for descriptions of some of the useful variables.
1400 Defaults for the options are specified in brackets.
1403 -h, --help display this help and exit
1404 --help=short display options specific to this package
1405 --help=recursive display the short help of all the included packages
1406 -V, --version display version information and exit
1407 -q, --quiet, --silent do not print \`checking...' messages
1408 --cache-file=FILE cache test results in FILE [disabled]
1409 -C, --config-cache alias for \`--cache-file=config.cache'
1410 -n, --no-create do not create output files
1411 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1413 Installation directories:
1414 --prefix=PREFIX install architecture-independent files in PREFIX
1415 [$ac_default_prefix]
1416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1419 By default, \`make install' will install all the files in
1420 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1421 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1422 for instance \`--prefix=\$HOME'.
1424 For better control, use the options below.
1426 Fine tuning of the installation directories:
1427 --bindir=DIR user executables [EPREFIX/bin]
1428 --sbindir=DIR system admin executables [EPREFIX/sbin]
1429 --libexecdir=DIR program executables [EPREFIX/libexec]
1430 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1431 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1432 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1433 --libdir=DIR object code libraries [EPREFIX/lib]
1434 --includedir=DIR C header files [PREFIX/include]
1435 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1436 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1437 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1438 --infodir=DIR info documentation [DATAROOTDIR/info]
1439 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1440 --mandir=DIR man documentation [DATAROOTDIR/man]
1441 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1442 --htmldir=DIR html documentation [DOCDIR]
1443 --dvidir=DIR dvi documentation [DOCDIR]
1444 --pdfdir=DIR pdf documentation [DOCDIR]
1445 --psdir=DIR ps documentation [DOCDIR]
1451 --program-prefix=PREFIX prepend PREFIX to installed program names
1452 --program-suffix=SUFFIX append SUFFIX to installed program names
1453 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1456 --build=BUILD configure for building on BUILD [guessed]
1457 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1458 --target=TARGET configure for building compilers for TARGET [HOST]
1462 if test -n "$ac_init_help"; then
1467 --disable-option-checking ignore unrecognized --enable/--with options
1468 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1469 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1470 --enable-as-accelerator-for=ARG
1471 build as offload target compiler. Specify offload
1473 --enable-offload-targets=LIST
1474 enable offloading to devices from comma-separated
1475 LIST of TARGET[=DIR]. Use optional path to find
1476 offload target compiler during the build
1477 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1478 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
1479 --disable-libquadmath do not build libquadmath directory
1480 --disable-libquadmath-support
1481 disable libquadmath support for Fortran
1482 --enable-libada build libada directory
1483 --enable-libssp build libssp directory
1484 --disable-libstdcxx do not build libstdc++-v3 directory
1485 --enable-liboffloadmic=ARG
1486 build liboffloadmic [ARG={no,host,target}]
1487 --enable-static-libjava[=ARG]
1488 build static libjava [default=no]
1489 --enable-bootstrap enable bootstrapping [yes if native build]
1490 --disable-isl-version-check
1491 disable check for ISL version
1492 --enable-lto enable link time optimization support
1493 --enable-linker-plugin-configure-flags=FLAGS
1494 additional flags for configuring linker plugins
1496 --enable-linker-plugin-flags=FLAGS
1497 additional flags for configuring and building linker
1499 --enable-stage1-languages[=all]
1500 choose additional languages to build during stage1.
1501 Mostly useful for compiler development
1502 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1504 --enable-vtable-verify Enable vtable verification feature
1505 --enable-serial-[{host,target,build}-]configure
1506 force sequential configuration of sub-packages for
1507 the host, target or build machine, or all
1509 --enable-maintainer-mode
1510 enable make rules and dependencies not useful (and
1511 sometimes confusing) to the casual installer
1512 --enable-stage1-checking[=all]
1513 choose additional checking for stage1 of the
1515 --enable-werror enable -Werror in bootstrap stage2 and later
1516 --enable-host-shared build host code as shared libraries
1519 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1520 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1521 --with-build-libsubdir=DIR Directory where to find libraries for build system
1522 --with-system-zlib use installed libz
1523 --with-mpc=PATH specify prefix directory for installed MPC package.
1524 Equivalent to --with-mpc-include=PATH/include plus
1525 --with-mpc-lib=PATH/lib
1526 --with-mpc-include=PATH specify directory for installed MPC include files
1527 --with-mpc-lib=PATH specify directory for the installed MPC library
1528 --with-mpfr-dir=PATH this option has been REMOVED
1529 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1530 Equivalent to --with-mpfr-include=PATH/include plus
1531 --with-mpfr-lib=PATH/lib
1532 --with-mpfr-include=PATH
1533 specify directory for installed MPFR include files
1534 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1535 --with-gmp-dir=PATH this option has been REMOVED
1536 --with-gmp=PATH specify prefix directory for the installed GMP
1537 package. Equivalent to
1538 --with-gmp-include=PATH/include plus
1539 --with-gmp-lib=PATH/lib
1540 --with-gmp-include=PATH specify directory for installed GMP include files
1541 --with-gmp-lib=PATH specify directory for the installed GMP library
1542 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1544 --with-stage1-libs=LIBS libraries for stage1
1545 --with-stage1-ldflags=FLAGS
1546 linker flags for stage1
1547 --with-boot-libs=LIBS libraries for stage2 and later
1548 --with-boot-ldflags=FLAGS
1549 linker flags for stage2 and later
1550 --with-isl=PATH Specify prefix directory for the installed ISL
1551 package. Equivalent to
1552 --with-isl-include=PATH/include plus
1553 --with-isl-lib=PATH/lib
1554 --with-isl-include=PATH Specify directory for installed ISL include files
1555 --with-isl-lib=PATH Specify the directory for the installed ISL library
1556 --with-build-sysroot=SYSROOT
1557 use sysroot as the system root during the build
1558 --with-debug-prefix-map='A=B C=D ...'
1559 map A to B, C to D ... in debug information
1560 --with-build-config='NAME NAME2...'
1561 use config/NAME.mk build configuration
1562 --with-build-time-tools=PATH
1563 use given path to find target tools during the build
1565 Some influential environment variables:
1566 CC C compiler command
1567 CFLAGS C compiler flags
1568 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1569 nonstandard directory <lib dir>
1570 LIBS libraries to pass to the linker, e.g. -l<library>
1571 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1572 you have headers in a nonstandard directory <include dir>
1573 CXX C++ compiler command
1574 CXXFLAGS C++ compiler flags
1576 additional configure arguments for build directories
1578 additional configure arguments for host directories
1580 additional configure arguments for target directories
1583 DLLTOOL DLLTOOL for the host
1585 LIPO LIPO for the host
1587 RANLIB RANLIB for the host
1588 STRIP STRIP for the host
1589 WINDRES WINDRES for the host
1590 WINDMC WINDMC for the host
1591 OBJCOPY OBJCOPY for the host
1592 OBJDUMP OBJDUMP for the host
1593 READELF READELF for the host
1603 GFORTRAN for the target
1611 DLLTOOL for the target
1619 OBJCOPY for the target
1621 OBJDUMP for the target
1623 RANLIB for the target
1625 READELF for the target
1627 STRIP for the target
1629 WINDRES for the target
1631 WINDMC for the target
1633 Use these variables to override the choices made by `configure' or to help
1634 it to find libraries and programs with nonstandard names/locations.
1636 Report bugs to the package provider.
1641 if test "$ac_init_help" = "recursive"; then
1642 # If there are subdirs, report their specific --help.
1643 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1644 test -d "$ac_dir" ||
1645 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1650 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1652 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1653 # A ".." for each directory in $ac_dir_suffix.
1654 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1655 case $ac_top_builddir_sub in
1656 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1657 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1660 ac_abs_top_builddir=$ac_pwd
1661 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1662 # for backward compatibility:
1663 ac_top_builddir=$ac_top_build_prefix
1666 .) # We are building in place.
1668 ac_top_srcdir=$ac_top_builddir_sub
1669 ac_abs_top_srcdir=$ac_pwd ;;
1670 [\\/]* | ?:[\\/]* ) # Absolute name.
1671 ac_srcdir=$srcdir$ac_dir_suffix;
1672 ac_top_srcdir=$srcdir
1673 ac_abs_top_srcdir=$srcdir ;;
1675 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1676 ac_top_srcdir=$ac_top_build_prefix$srcdir
1677 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1679 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1681 cd "$ac_dir" || { ac_status=$?; continue; }
1682 # Check for guested configure.
1683 if test -f "$ac_srcdir/configure.gnu"; then
1685 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1686 elif test -f "$ac_srcdir/configure"; then
1688 $SHELL "$ac_srcdir/configure" --help=recursive
1690 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1692 cd "$ac_pwd" || { ac_status=$?; break; }
1696 test -n "$ac_init_help" && exit $ac_status
1697 if $ac_init_version; then
1700 generated by GNU Autoconf 2.64
1702 Copyright (C) 2009 Free Software Foundation, Inc.
1703 This configure script is free software; the Free Software Foundation
1704 gives unlimited permission to copy, distribute and modify it.
1709 ## ------------------------ ##
1710 ## Autoconf initialization. ##
1711 ## ------------------------ ##
1713 # ac_fn_c_try_compile LINENO
1714 # --------------------------
1715 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1716 ac_fn_c_try_compile ()
1718 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1719 rm -f conftest.$ac_objext
1720 if { { ac_try="$ac_compile"
1722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1723 *) ac_try_echo=$ac_try;;
1725 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1726 $as_echo "$ac_try_echo"; } >&5
1727 (eval "$ac_compile") 2>conftest.err
1729 if test -s conftest.err; then
1730 grep -v '^ *+' conftest.err >conftest.er1
1731 cat conftest.er1 >&5
1732 mv -f conftest.er1 conftest.err
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; } && {
1736 test -z "$ac_c_werror_flag" ||
1737 test ! -s conftest.err
1738 } && test -s conftest.$ac_objext; then :
1741 $as_echo "$as_me: failed program was:" >&5
1742 sed 's/^/| /' conftest.$ac_ext >&5
1746 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749 } # ac_fn_c_try_compile
1751 # ac_fn_cxx_try_compile LINENO
1752 # ----------------------------
1753 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1754 ac_fn_cxx_try_compile ()
1756 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1757 rm -f conftest.$ac_objext
1758 if { { ac_try="$ac_compile"
1760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1761 *) ac_try_echo=$ac_try;;
1763 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1764 $as_echo "$ac_try_echo"; } >&5
1765 (eval "$ac_compile") 2>conftest.err
1767 if test -s conftest.err; then
1768 grep -v '^ *+' conftest.err >conftest.er1
1769 cat conftest.er1 >&5
1770 mv -f conftest.er1 conftest.err
1772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1773 test $ac_status = 0; } && {
1774 test -z "$ac_cxx_werror_flag" ||
1775 test ! -s conftest.err
1776 } && test -s conftest.$ac_objext; then :
1779 $as_echo "$as_me: failed program was:" >&5
1780 sed 's/^/| /' conftest.$ac_ext >&5
1784 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1787 } # ac_fn_cxx_try_compile
1789 # ac_fn_cxx_try_link LINENO
1790 # -------------------------
1791 # Try to link conftest.$ac_ext, and return whether this succeeded.
1792 ac_fn_cxx_try_link ()
1794 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1795 rm -f conftest.$ac_objext conftest$ac_exeext
1796 if { { ac_try="$ac_link"
1798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1799 *) ac_try_echo=$ac_try;;
1801 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1802 $as_echo "$ac_try_echo"; } >&5
1803 (eval "$ac_link") 2>conftest.err
1805 if test -s conftest.err; then
1806 grep -v '^ *+' conftest.err >conftest.er1
1807 cat conftest.er1 >&5
1808 mv -f conftest.er1 conftest.err
1810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1811 test $ac_status = 0; } && {
1812 test -z "$ac_cxx_werror_flag" ||
1813 test ! -s conftest.err
1814 } && test -s conftest$ac_exeext && {
1815 test "$cross_compiling" = yes ||
1816 $as_test_x conftest$ac_exeext
1820 $as_echo "$as_me: failed program was:" >&5
1821 sed 's/^/| /' conftest.$ac_ext >&5
1825 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1826 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1827 # interfere with the next link command; also delete a directory that is
1828 # left behind by Apple's compiler. We do this before executing the actions.
1829 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1830 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1833 } # ac_fn_cxx_try_link
1835 # ac_fn_c_try_link LINENO
1836 # -----------------------
1837 # Try to link conftest.$ac_ext, and return whether this succeeded.
1840 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1841 rm -f conftest.$ac_objext conftest$ac_exeext
1842 if { { ac_try="$ac_link"
1844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1845 *) ac_try_echo=$ac_try;;
1847 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1848 $as_echo "$ac_try_echo"; } >&5
1849 (eval "$ac_link") 2>conftest.err
1851 if test -s conftest.err; then
1852 grep -v '^ *+' conftest.err >conftest.er1
1853 cat conftest.er1 >&5
1854 mv -f conftest.er1 conftest.err
1856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1857 test $ac_status = 0; } && {
1858 test -z "$ac_c_werror_flag" ||
1859 test ! -s conftest.err
1860 } && test -s conftest$ac_exeext && {
1861 test "$cross_compiling" = yes ||
1862 $as_test_x conftest$ac_exeext
1866 $as_echo "$as_me: failed program was:" >&5
1867 sed 's/^/| /' conftest.$ac_ext >&5
1871 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1872 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1873 # interfere with the next link command; also delete a directory that is
1874 # left behind by Apple's compiler. We do this before executing the actions.
1875 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1876 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1879 } # ac_fn_c_try_link
1880 cat >config.log <<_ACEOF
1881 This file contains any messages produced by compilers while
1882 running configure, to aid debugging if configure makes a mistake.
1884 It was created by $as_me, which was
1885 generated by GNU Autoconf 2.64. Invocation command line was
1897 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1898 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1899 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1900 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1901 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1903 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1904 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1906 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1907 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1908 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1909 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1910 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1911 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1912 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1920 test -z "$as_dir" && as_dir=.
1921 $as_echo "PATH: $as_dir"
1937 # Keep a trace of the command line.
1938 # Strip out --no-create and --no-recursion so they do not pile up.
1939 # Strip out --silent because we don't want to record it for future runs.
1940 # Also quote any args containing shell meta-characters.
1941 # Make two passes to allow for proper duplicate-argument suppression.
1945 ac_must_keep_next=false
1951 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1952 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1953 | -silent | --silent | --silen | --sile | --sil)
1956 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1959 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1961 as_fn_append ac_configure_args1 " '$ac_arg'"
1962 if test $ac_must_keep_next = true; then
1963 ac_must_keep_next=false # Got value, back to normal.
1966 *=* | --config-cache | -C | -disable-* | --disable-* \
1967 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1968 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1969 | -with-* | --with-* | -without-* | --without-* | --x)
1970 case "$ac_configure_args0 " in
1971 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1974 -* ) ac_must_keep_next=true ;;
1977 as_fn_append ac_configure_args " '$ac_arg'"
1982 { ac_configure_args0=; unset ac_configure_args0;}
1983 { ac_configure_args1=; unset ac_configure_args1;}
1985 # When interrupted or exit'd, cleanup temporary files, and complete
1986 # config.log. We remove comments because anyway the quotes in there
1987 # would cause problems or look ugly.
1988 # WARNING: Use '\'' to represent an apostrophe within the trap.
1989 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1990 trap 'exit_status=$?
1991 # Save into config.log some information that might help in debugging.
1996 ## ---------------- ##
1997 ## Cache variables. ##
1998 ## ---------------- ##
2001 # The following way of writing the cache mishandles newlines in values,
2003 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2004 eval ac_val=\$$ac_var
2008 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2009 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2012 _ | IFS | as_nl) ;; #(
2013 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2014 *) { eval $ac_var=; unset $ac_var;} ;;
2019 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2020 *${as_nl}ac_space=\ *)
2022 "s/'\''/'\''\\\\'\'''\''/g;
2023 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2026 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2034 ## ----------------- ##
2035 ## Output variables. ##
2036 ## ----------------- ##
2039 for ac_var in $ac_subst_vars
2041 eval ac_val=\$$ac_var
2043 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2045 $as_echo "$ac_var='\''$ac_val'\''"
2049 if test -n "$ac_subst_files"; then
2051 ## ------------------- ##
2052 ## File substitutions. ##
2053 ## ------------------- ##
2056 for ac_var in $ac_subst_files
2058 eval ac_val=\$$ac_var
2060 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2062 $as_echo "$ac_var='\''$ac_val'\''"
2067 if test -s confdefs.h; then
2077 test "$ac_signal" != 0 &&
2078 $as_echo "$as_me: caught signal $ac_signal"
2079 $as_echo "$as_me: exit $exit_status"
2081 rm -f core *.core core.conftest.* &&
2082 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2085 for ac_signal in 1 2 13 15; do
2086 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2090 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2091 rm -f -r conftest* confdefs.h
2093 $as_echo "/* confdefs.h */" > confdefs.h
2095 # Predefined preprocessor variables.
2097 cat >>confdefs.h <<_ACEOF
2098 #define PACKAGE_NAME "$PACKAGE_NAME"
2101 cat >>confdefs.h <<_ACEOF
2102 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2105 cat >>confdefs.h <<_ACEOF
2106 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2109 cat >>confdefs.h <<_ACEOF
2110 #define PACKAGE_STRING "$PACKAGE_STRING"
2113 cat >>confdefs.h <<_ACEOF
2114 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2117 cat >>confdefs.h <<_ACEOF
2118 #define PACKAGE_URL "$PACKAGE_URL"
2122 # Let the site file select an alternate cache file if it wants to.
2123 # Prefer an explicitly selected file to automatically selected ones.
2126 if test -n "$CONFIG_SITE"; then
2127 ac_site_file1=$CONFIG_SITE
2128 elif test "x$prefix" != xNONE; then
2129 ac_site_file1=$prefix/share/config.site
2130 ac_site_file2=$prefix/etc/config.site
2132 ac_site_file1=$ac_default_prefix/share/config.site
2133 ac_site_file2=$ac_default_prefix/etc/config.site
2135 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2137 test "x$ac_site_file" = xNONE && continue
2138 if test -r "$ac_site_file"; then
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2140 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2141 sed 's/^/| /' "$ac_site_file" >&5
2146 if test -r "$cache_file"; then
2147 # Some versions of bash will fail to source /dev/null (special
2148 # files actually), so we avoid doing that.
2149 if test -f "$cache_file"; then
2150 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2151 $as_echo "$as_me: loading cache $cache_file" >&6;}
2153 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2154 *) . "./$cache_file";;
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2159 $as_echo "$as_me: creating cache $cache_file" >&6;}
2163 # Check that the precious variables saved in the cache have kept the same
2165 ac_cache_corrupted=false
2166 for ac_var in $ac_precious_vars; do
2167 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2168 eval ac_new_set=\$ac_env_${ac_var}_set
2169 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2170 eval ac_new_val=\$ac_env_${ac_var}_value
2171 case $ac_old_set,$ac_new_set in
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2174 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2175 ac_cache_corrupted=: ;;
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2178 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2179 ac_cache_corrupted=: ;;
2182 if test "x$ac_old_val" != "x$ac_new_val"; then
2183 # differences in whitespace do not lead to failure.
2184 ac_old_val_w=`echo x $ac_old_val`
2185 ac_new_val_w=`echo x $ac_new_val`
2186 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2188 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2189 ac_cache_corrupted=:
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2192 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2193 eval $ac_var=\$ac_old_val
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2196 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2198 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2201 # Pass precious variables to config.status.
2202 if test "$ac_new_set" = set; then
2204 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2205 *) ac_arg=$ac_var=$ac_new_val ;;
2207 case " $ac_configure_args " in
2208 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2209 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2213 if $ac_cache_corrupted; then
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2215 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2217 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2218 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2220 ## -------------------- ##
2221 ## Main body of script. ##
2222 ## -------------------- ##
2225 ac_cpp='$CPP $CPPFLAGS'
2226 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2227 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2228 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2239 # if PWD already has a value, it is probably wrong.
2240 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2242 # Export original configure arguments for use by sub-configures.
2243 # Quote arguments with shell meta charatcers.
2244 TOPLEVEL_CONFIGURE_ARGUMENTS=
2245 set -- "$progname" "$@"
2249 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2250 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2251 # if the argument is of the form -foo=baz, quote the baz part only
2252 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2255 # Add the quoted argument to the list.
2256 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2258 if test "$silent" = yes; then
2259 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2261 # Remove the initial space we just introduced and, as these will be
2262 # expanded by make, quote '$'.
2263 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2266 # Find the build, host, and target systems.
2268 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2269 for ac_t in install-sh install.sh shtool; do
2270 if test -f "$ac_dir/$ac_t"; then
2272 ac_install_sh="$ac_aux_dir/$ac_t -c"
2277 if test -z "$ac_aux_dir"; then
2278 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2281 # These three variables are undocumented and unsupported,
2282 # and are intended to be withdrawn in a future Autoconf release.
2283 # They can cause serious problems if a builder's source tree is in a directory
2284 # whose full name contains unusual characters.
2285 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2286 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2287 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2290 # Make sure we can run config.sub.
2291 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2292 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then :
2297 $as_echo_n "(cached) " >&6
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2304 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2305 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2309 $as_echo "$ac_cv_build" >&6; }
2310 case $ac_cv_build in
2312 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2315 ac_save_IFS=$IFS; IFS='-'
2321 # Remember, the first character of IFS is used to create $*,
2322 # except with old shells:
2325 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2328 case ${build_alias} in
2329 "") build_noncanonical=${build} ;;
2330 *) build_noncanonical=${build_alias} ;;
2335 case ${host_alias} in
2336 "") host_noncanonical=${build_noncanonical} ;;
2337 *) host_noncanonical=${host_alias} ;;
2342 case ${target_alias} in
2343 "") target_noncanonical=${host_noncanonical} ;;
2344 *) target_noncanonical=${target_alias} ;;
2350 test "$host_noncanonical" = "$target_noncanonical" &&
2351 test "$program_prefix$program_suffix$program_transform_name" = \
2353 program_transform_name=s,y,y,
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2356 $as_echo_n "checking host system type... " >&6; }
2357 if test "${ac_cv_host+set}" = set; then :
2358 $as_echo_n "(cached) " >&6
2360 if test "x$host_alias" = x; then
2361 ac_cv_host=$ac_cv_build
2363 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2364 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2369 $as_echo "$ac_cv_host" >&6; }
2372 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2375 ac_save_IFS=$IFS; IFS='-'
2381 # Remember, the first character of IFS is used to create $*,
2382 # except with old shells:
2385 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2389 $as_echo_n "checking target system type... " >&6; }
2390 if test "${ac_cv_target+set}" = set; then :
2391 $as_echo_n "(cached) " >&6
2393 if test "x$target_alias" = x; then
2394 ac_cv_target=$ac_cv_host
2396 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2397 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2402 $as_echo "$ac_cv_target" >&6; }
2403 case $ac_cv_target in
2405 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2407 target=$ac_cv_target
2408 ac_save_IFS=$IFS; IFS='-'
2414 # Remember, the first character of IFS is used to create $*,
2415 # except with old shells:
2418 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2421 # The aliases save the names the user supplied, while $host etc.
2422 # will get canonicalized.
2423 test -n "$target_alias" &&
2424 test "$program_prefix$program_suffix$program_transform_name" = \
2426 program_prefix=${target_alias}-
2428 test "$program_prefix" != NONE &&
2429 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2430 # Use a double $ so make ignores it.
2431 test "$program_suffix" != NONE &&
2432 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2433 # Double any \ or $.
2434 # By default was `s,x,x', remove it if useless.
2435 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2436 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2440 # Get 'install' or 'install-sh' and its variants.
2441 # Find a good install program. We prefer a C program (faster),
2442 # so one script is as good as another. But avoid the broken or
2443 # incompatible versions:
2444 # SysV /etc/install, /usr/sbin/install
2445 # SunOS /usr/etc/install
2446 # IRIX /sbin/install
2448 # AmigaOS /C/install, which installs bootblocks on floppy discs
2449 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2450 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2451 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2452 # OS/2's system install, which has a completely different semantic
2453 # ./install, which can be erroneously created by make from ./install.sh.
2454 # Reject install programs that cannot install multiple files.
2455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2456 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2457 if test -z "$INSTALL"; then
2458 if test "${ac_cv_path_install+set}" = set; then :
2459 $as_echo_n "(cached) " >&6
2461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2465 test -z "$as_dir" && as_dir=.
2466 # Account for people who put trailing slashes in PATH elements.
2467 case $as_dir/ in #((
2468 ./ | .// | /[cC]/* | \
2469 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2470 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2473 # OSF1 and SCO ODT 3.0 have their own names for install.
2474 # Don't use installbsd from OSF since it installs stuff as root
2476 for ac_prog in ginstall scoinst install; do
2477 for ac_exec_ext in '' $ac_executable_extensions; do
2478 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2479 if test $ac_prog = install &&
2480 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2481 # AIX install. It has an incompatible calling convention.
2483 elif test $ac_prog = install &&
2484 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2485 # program-specific install script used by HP pwplus--don't use.
2488 rm -rf conftest.one conftest.two conftest.dir
2489 echo one > conftest.one
2490 echo two > conftest.two
2492 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2493 test -s conftest.one && test -s conftest.two &&
2494 test -s conftest.dir/conftest.one &&
2495 test -s conftest.dir/conftest.two
2497 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2510 rm -rf conftest.one conftest.two conftest.dir
2513 if test "${ac_cv_path_install+set}" = set; then
2514 INSTALL=$ac_cv_path_install
2516 # As a last resort, use the slow shell script. Don't cache a
2517 # value for INSTALL within a source directory, because that will
2518 # break other packages using the cache if that directory is
2519 # removed, or if the value is a relative name.
2520 INSTALL=$ac_install_sh
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2524 $as_echo "$INSTALL" >&6; }
2526 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2527 # It thinks the first close brace ends the variable substitution.
2528 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2530 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2532 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2535 $as_echo_n "checking whether ln works... " >&6; }
2536 if test "${acx_cv_prog_LN+set}" = set; then :
2537 $as_echo_n "(cached) " >&6
2539 rm -f conftestdata_t
2540 echo >conftestdata_f
2541 if ln conftestdata_f conftestdata_t 2>/dev/null
2547 rm -f conftestdata_f conftestdata_t
2550 if test $acx_cv_prog_LN = no; then
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2553 $as_echo "no, using $LN" >&6; }
2555 LN="$acx_cv_prog_LN"
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2557 $as_echo "yes" >&6; }
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2561 $as_echo_n "checking whether ln -s works... " >&6; }
2563 if test "$LN_S" = "ln -s"; then
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2565 $as_echo "yes" >&6; }
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2568 $as_echo "no, using $LN_S" >&6; }
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2572 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2573 if test "${ac_cv_path_SED+set}" = set; then :
2574 $as_echo_n "(cached) " >&6
2576 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2577 for ac_i in 1 2 3 4 5 6 7; do
2578 ac_script="$ac_script$as_nl$ac_script"
2580 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2581 { ac_script=; unset ac_script;}
2582 if test -z "$SED"; then
2583 ac_path_SED_found=false
2584 # Loop through the user's path and test for each of PROGNAME-LIST
2585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2589 test -z "$as_dir" && as_dir=.
2590 for ac_prog in sed gsed; do
2591 for ac_exec_ext in '' $ac_executable_extensions; do
2592 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2593 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2594 # Check for GNU ac_path_SED and select it if it is found.
2595 # Check for GNU $ac_path_SED
2596 case `"$ac_path_SED" --version 2>&1` in
2598 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2601 $as_echo_n 0123456789 >"conftest.in"
2604 cat "conftest.in" "conftest.in" >"conftest.tmp"
2605 mv "conftest.tmp" "conftest.in"
2606 cp "conftest.in" "conftest.nl"
2607 $as_echo '' >> "conftest.nl"
2608 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2609 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2610 as_fn_arith $ac_count + 1 && ac_count=$as_val
2611 if test $ac_count -gt ${ac_path_SED_max-0}; then
2612 # Best one so far, save it but keep looking for a better one
2613 ac_cv_path_SED="$ac_path_SED"
2614 ac_path_SED_max=$ac_count
2616 # 10*(2^10) chars as input seems more than enough
2617 test $ac_count -gt 10 && break
2619 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2622 $ac_path_SED_found && break 3
2627 if test -z "$ac_cv_path_SED"; then
2628 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2636 $as_echo "$ac_cv_path_SED" >&6; }
2637 SED="$ac_cv_path_SED"
2640 for ac_prog in gawk mawk nawk awk
2642 # Extract the first word of "$ac_prog", so it can be a program name with args.
2643 set dummy $ac_prog; ac_word=$2
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2645 $as_echo_n "checking for $ac_word... " >&6; }
2646 if test "${ac_cv_prog_AWK+set}" = set; then :
2647 $as_echo_n "(cached) " >&6
2649 if test -n "$AWK"; then
2650 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2656 test -z "$as_dir" && as_dir=.
2657 for ac_exec_ext in '' $ac_executable_extensions; do
2658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2659 ac_cv_prog_AWK="$ac_prog"
2660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2670 if test -n "$AWK"; then
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2672 $as_echo "$AWK" >&6; }
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2675 $as_echo "no" >&6; }
2679 test -n "$AWK" && break
2683 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2685 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2687 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2688 INSTALL="${srcpwd}/install-sh -c"
2691 # Set srcdir to "." if that's what it is.
2692 # This is important for multilib support.
2694 if test "${pwd}" = "${srcpwd}" ; then
2702 ### To add a new directory to the tree, first choose whether it is a target
2703 ### or a host dependent tool. Then put it into the appropriate list
2704 ### (library or tools, host or target), doing a dependency sort.
2706 # Subdirs will be configured in the order listed in build_configdirs,
2707 # configdirs, or target_configdirs; see the serialization section below.
2709 # Dependency sorting is only needed when *configuration* must be done in
2710 # a particular order. In all cases a dependency should be specified in
2711 # the Makefile, whether or not it's implicitly specified here.
2713 # Double entries in build_configdirs, configdirs, or target_configdirs may
2714 # cause circular dependencies and break everything horribly.
2716 # these library is used by various programs built for the build
2719 build_libs="build-libiberty build-libcpp"
2721 # these tools are built for the build environment
2722 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2724 # these libraries are used by various programs built for the host environment
2726 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv"
2728 # these tools are built for the host environment
2729 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2730 # know that we are building the simulator.
2731 # binutils, gas and ld appear in that order because it makes sense to run
2732 # "make check" in that particular order.
2733 # If --enable-gold is used, "gold" may replace "ld".
2734 host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
2736 # libgcj represents the runtime libraries only used by gcj.
2737 libgcj="target-libffi \
2741 # these libraries are built for the target environment, and are built after
2742 # the host libraries and the host tools (which may be a cross compiler)
2743 # Note that libiberty is not a target library.
2744 target_libraries="target-libgcc \
2745 target-libbacktrace \
2750 target-liboffloadmic \
2753 target-libstdc++-v3 \
2754 target-libsanitizer \
2758 target-libquadmath \
2759 target-libgfortran \
2766 # these tools are built using the target libraries, and are intended to
2767 # run only in the target environment
2769 # note: any program that *uses* libraries that are in the "target_libraries"
2770 # list belongs in this list.
2772 target_tools="target-rda"
2774 ################################################################################
2776 ## All tools belong in one of the four categories, and are assigned above
2777 ## We assign ${configdirs} this way to remove all embedded newlines. This
2778 ## is important because configure will choke if they ever get through.
2779 ## ${configdirs} is directories we build using the host tools.
2780 ## ${target_configdirs} is directories we build using the target tools.
2781 configdirs=`echo ${host_libs} ${host_tools}`
2782 target_configdirs=`echo ${target_libraries} ${target_tools}`
2783 build_configdirs=`echo ${build_libs} ${build_tools}`
2787 ################################################################################
2789 srcname="gnu development package"
2791 # This gets set non-empty for some net releases of packages.
2794 # Define is_cross_compiler to save on calls to 'test'.
2796 if test x"${host}" = x"${target}" ; then
2797 is_cross_compiler=no
2799 is_cross_compiler=yes
2802 # Find the build and target subdir names.
2804 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2805 # have matching libraries, they should use host libraries: Makefile.tpl
2806 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2807 # However, they still use the build modules, because the corresponding
2808 # host modules (e.g. bison) are only built for the host when bootstrap
2810 # - build_subdir is where we find build modules, and never changes.
2811 # - build_libsubdir is where we find build libraries, and can be overridden.
2813 # Prefix 'build-' so this never conflicts with target_subdir.
2814 build_subdir="build-${build_noncanonical}"
2816 # Check whether --with-build-libsubdir was given.
2817 if test "${with_build_libsubdir+set}" = set; then :
2818 withval=$with_build_libsubdir; build_libsubdir="$withval"
2820 build_libsubdir="$build_subdir"
2823 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2824 if ( test $srcdir = . && test -d gcc ) \
2825 || test -d $srcdir/../host-${host_noncanonical}; then
2826 host_subdir="host-${host_noncanonical}"
2831 target_subdir=${target_noncanonical}
2833 # Be sure to cover against remnants of an in-tree build.
2834 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2835 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2836 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2839 # Skipdirs are removed silently.
2841 # Noconfigdirs are removed loudly.
2845 # Make sure we don't let GNU ld be added if we didn't want it.
2846 if test x$with_gnu_ld = xno ; then
2848 noconfigdirs="$noconfigdirs ld gold"
2852 # Make sure we don't let GNU as be added if we didn't want it.
2853 if test x$with_gnu_as = xno ; then
2855 noconfigdirs="$noconfigdirs gas"
2860 # Check whether --with-system-zlib was given.
2861 if test "${with_system_zlib+set}" = set; then :
2862 withval=$with_system_zlib;
2865 # Make sure we don't let ZLIB be added if we didn't want it.
2866 if test x$with_system_zlib = xyes ; then
2867 use_included_zlib=no
2868 noconfigdirs="$noconfigdirs zlib"
2871 # some tools are so dependent upon X11 that if we're not building with X,
2872 # it's not even worth trying to configure, much less build, that tool.
2875 yes | "") ;; # the default value for this tree is that X11 is available
2877 skipdirs="${skipdirs} tk itcl libgui"
2878 # We won't be able to build gdbtk without X.
2881 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2884 # Some are only suitable for cross toolchains.
2885 # Remove these if host=target.
2886 cross_only="target-libgloss target-newlib target-opcodes"
2888 case $is_cross_compiler in
2889 no) skipdirs="${skipdirs} ${cross_only}" ;;
2892 # If both --with-headers and --with-libs are specified, default to
2894 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2895 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2896 if test x"${with_newlib}" = x ; then
2901 # Recognize --with-newlib/--without-newlib.
2902 case ${with_newlib} in
2903 no) skipdirs="${skipdirs} target-newlib" ;;
2904 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2907 # Check whether --enable-as-accelerator-for was given.
2908 if test "${enable_as_accelerator_for+set}" = set; then :
2909 enableval=$enable_as_accelerator_for;
2913 # Check whether --enable-offload-targets was given.
2914 if test "${enable_offload_targets+set}" = set; then :
2915 enableval=$enable_offload_targets;
2916 if test x"$enable_offload_targets" = x; then
2917 as_fn_error "no offload targets specified" "$LINENO" 5
2921 enable_offload_targets=
2925 # Handle --enable-gold, --enable-ld.
2926 # --disable-gold [--enable-ld]
2927 # Build only ld. Default option.
2928 # --enable-gold [--enable-ld]
2929 # Build both gold and ld. Install gold as "ld.gold", install ld
2930 # as "ld.bfd" and "ld".
2931 # --enable-gold=default [--enable-ld]
2932 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2933 # install ld as "ld.bfd".
2934 # --enable-gold[=default] --disable-ld
2935 # Build only gold, which is then installed as both "ld.gold" and "ld".
2936 # --enable-gold --enable-ld=default
2937 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2939 # In other words, ld is default
2940 # --enable-gold=default --enable-ld=default
2944 # Check whether --enable-gold was given.
2945 if test "${enable_gold+set}" = set; then :
2946 enableval=$enable_gold; ENABLE_GOLD=$enableval
2951 case "${ENABLE_GOLD}" in
2953 # Check for ELF target.
2956 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2957 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2958 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2959 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
2961 *-*-linux*aout* | *-*-linux*oldld*)
2969 if test "$is_elf" = "yes"; then
2970 # Check for target supported by gold.
2972 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
2973 | aarch64*-*-* | tilegx*-*-*)
2974 configdirs="$configdirs gold"
2975 if test x${ENABLE_GOLD} = xdefault; then
2986 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2990 # Check whether --enable-ld was given.
2991 if test "${enable_ld+set}" = set; then :
2992 enableval=$enable_ld; ENABLE_LD=$enableval
2998 case "${ENABLE_LD}" in
3000 if test x${default_ld} != x; then
3001 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3007 if test x${ENABLE_GOLD} != xyes; then
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3009 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3011 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3014 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3018 # Configure extra directories which are host specific
3022 configdirs="$configdirs libtermcap" ;;
3025 # A target can indicate whether a language isn't supported for some reason.
3026 # Only spaces may be used in this macro; not newlines or tabs.
3027 unsupported_languages=
3029 # Remove more programs from consideration, based on the host or
3030 # target this usually means that a port of the program doesn't
3034 i[3456789]86-*-msdosdjgpp*)
3035 noconfigdirs="$noconfigdirs tcl tk itcl"
3040 # Check whether --enable-libquadmath was given.
3041 if test "${enable_libquadmath+set}" = set; then :
3042 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3044 ENABLE_LIBQUADMATH=yes
3047 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3048 noconfigdirs="$noconfigdirs target-libquadmath"
3052 # Check whether --enable-libquadmath-support was given.
3053 if test "${enable_libquadmath_support+set}" = set; then :
3054 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3056 ENABLE_LIBQUADMATH_SUPPORT=yes
3059 enable_libquadmath_support=
3060 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3061 enable_libquadmath_support=no
3065 # Check whether --enable-libada was given.
3066 if test "${enable_libada+set}" = set; then :
3067 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3072 if test "${ENABLE_LIBADA}" != "yes" ; then
3073 noconfigdirs="$noconfigdirs gnattools"
3076 # Check whether --enable-libssp was given.
3077 if test "${enable_libssp+set}" = set; then :
3078 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3084 # Check whether --enable-libstdcxx was given.
3085 if test "${enable_libstdcxx+set}" = set; then :
3086 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3088 ENABLE_LIBSTDCXX=default
3091 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3092 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3095 # If this is accelerator compiler and its target is intelmic we enable
3096 # target liboffloadmic by default. If this is compiler with offloading
3097 # for intelmic we enable host liboffloadmic by default. Otherwise
3098 # liboffloadmic is disabled by default.
3099 # Check whether --enable-liboffloadmic was given.
3100 if test "${enable_liboffloadmic+set}" = set; then :
3101 enableval=$enable_liboffloadmic; case "$enableval" in
3103 enable_liboffloadmic=$enableval ;;
3105 as_fn_error "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3108 if test x"$enable_as_accelerator_for" != x; then
3110 *-intelmic-* | *-intelmicemul-*)
3111 enable_liboffloadmic=target
3112 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=target"
3115 enable_liboffloadmic=no
3119 case "${enable_offload_targets}" in
3120 *-intelmic-* | *-intelmicemul-*)
3121 enable_liboffloadmic=host
3122 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=host"
3125 enable_liboffloadmic=no
3133 # Save it here so that, even in case of --enable-libgcj, if the Java
3134 # front-end isn't enabled, we still get libgcj disabled.
3135 libgcj_saved=$libgcj
3136 case $enable_libgcj in
3138 # If we reset it here, it won't get added to noconfigdirs in the
3139 # target-specific build rules, so it will be forcibly enabled
3140 # (unless the Java language itself isn't enabled).
3144 # Make sure we get it printed in the list of not supported target libs.
3145 # Don't disable libffi, though, other languages use it.
3146 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3147 # Clear libgcj_saved so that even if java is enabled libffi won't be
3153 # Check whether --enable-static-libjava was given.
3154 if test "${enable_static_libjava+set}" = set; then :
3155 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3157 ENABLE_STATIC_LIBJAVA=no
3160 enable_static_libjava=
3161 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3162 enable_static_libjava=yes
3165 if test x$enable_static_libjava != xyes ; then
3166 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3170 # Disable libgomp on non POSIX hosted systems.
3171 if test x$enable_libgomp = x ; then
3172 # Enable libgomp by default on hosted POSIX systems.
3174 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3176 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
3178 *-*-solaris2* | *-*-hpux11*)
3180 *-*-darwin* | *-*-aix*)
3183 noconfigdirs="$noconfigdirs target-libgomp"
3188 # Disable libatomic on unsupported systems.
3189 if test -d ${srcdir}/libatomic; then
3190 if test x$enable_libatomic = x; then
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3192 $as_echo_n "checking for libatomic support... " >&6; }
3193 if (srcdir=${srcdir}/libatomic; \
3194 . ${srcdir}/configure.tgt; \
3195 test -n "$UNSUPPORTED")
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3198 $as_echo "no" >&6; }
3199 noconfigdirs="$noconfigdirs target-libatomic"
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3202 $as_echo "yes" >&6; }
3207 # Disable libcilkrts on unsupported systems.
3208 if test -d ${srcdir}/libcilkrts; then
3209 if test x$enable_libcilkrts = x; then
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3211 $as_echo_n "checking for libcilkrts support... " >&6; }
3212 if (srcdir=${srcdir}/libcilkrts; \
3213 . ${srcdir}/configure.tgt; \
3214 test -n "$UNSUPPORTED")
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3217 $as_echo "no" >&6; }
3218 noconfigdirs="$noconfigdirs target-libcilkrts"
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3221 $as_echo "yes" >&6; }
3226 # Disable liboffloadmic on unsupported systems.
3227 if test -d ${srcdir}/liboffloadmic; then
3228 if test x$enable_liboffloadmic != xno; then
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3230 $as_echo_n "checking for liboffloadmic support... " >&6; }
3231 if (srcdir=${srcdir}/liboffloadmic; \
3232 . ${srcdir}/configure.tgt; \
3233 test -n "$UNSUPPORTED")
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3236 $as_echo "no" >&6; }
3237 noconfigdirs="$noconfigdirs target-liboffloadmic"
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3240 $as_echo "yes" >&6; }
3245 # Disable libitm on unsupported systems.
3246 if test -d ${srcdir}/libitm; then
3247 if test x$enable_libitm = x; then
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3249 $as_echo_n "checking for libitm support... " >&6; }
3250 if (srcdir=${srcdir}/libitm; \
3251 . ${srcdir}/configure.tgt; \
3252 test -n "$UNSUPPORTED")
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3255 $as_echo "no" >&6; }
3256 noconfigdirs="$noconfigdirs target-libitm"
3258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3259 $as_echo "yes" >&6; }
3264 # Disable libsanitizer on unsupported systems.
3265 if test -d ${srcdir}/libsanitizer; then
3266 if test x$enable_libsanitizer = x; then
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3268 $as_echo_n "checking for libsanitizer support... " >&6; }
3269 if (srcdir=${srcdir}/libsanitizer; \
3270 . ${srcdir}/configure.tgt; \
3271 test -n "$UNSUPPORTED")
3273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3274 $as_echo "no" >&6; }
3275 noconfigdirs="$noconfigdirs target-libsanitizer"
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3278 $as_echo "yes" >&6; }
3283 # Disable libvtv on unsupported systems.
3284 if test -d ${srcdir}/libvtv; then
3285 if test x$enable_libvtv = x; then
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3287 $as_echo_n "checking for libvtv support... " >&6; }
3288 if (srcdir=${srcdir}/libvtv; \
3289 . ${srcdir}/configure.tgt; \
3290 test "$VTV_SUPPORTED" != "yes")
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3293 $as_echo "no" >&6; }
3294 noconfigdirs="$noconfigdirs target-libvtv"
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3297 $as_echo "yes" >&6; }
3303 # Enable libmpx on supported systems by request.
3304 if test -d ${srcdir}/libmpx; then
3305 if test x$enable_libmpx = xyes; then
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
3307 $as_echo_n "checking for libmpx support... " >&6; }
3308 if (srcdir=${srcdir}/libmpx; \
3309 . ${srcdir}/configure.tgt; \
3310 test "$LIBMPX_SUPPORTED" != "yes")
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3313 $as_echo "no" >&6; }
3314 noconfigdirs="$noconfigdirs target-libmpx"
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3317 $as_echo "yes" >&6; }
3320 noconfigdirs="$noconfigdirs target-libmpx"
3326 # Disable libquadmath for some systems.
3329 noconfigdirs="$noconfigdirs target-libquadmath"
3331 # libquadmath is unused on AIX and libquadmath build process use of
3332 # LD_LIBRARY_PATH can break AIX bootstrap.
3333 powerpc-*-aix* | rs6000-*-aix*)
3334 noconfigdirs="$noconfigdirs target-libquadmath"
3338 # Disable libssp for some systems.
3341 # No hosted I/O support.
3342 noconfigdirs="$noconfigdirs target-libssp"
3344 powerpc-*-aix* | rs6000-*-aix*)
3345 noconfigdirs="$noconfigdirs target-libssp"
3348 # libssp uses a misaligned load to trigger a fault, but the RL78
3349 # doesn't fault for those - instead, it gives a build-time error
3350 # for explicit misaligned loads.
3351 noconfigdirs="$noconfigdirs target-libssp"
3354 # No hosted I/O support.
3355 noconfigdirs="$noconfigdirs target-libssp"
3359 # Disable libstdc++-v3 for some systems.
3360 # Allow user to override this if they pass --enable-libstdc++-v3
3361 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3364 # VxWorks uses the Dinkumware C++ library.
3365 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3368 # the C++ libraries don't build on top of CE's C libraries
3369 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3372 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3377 # Disable Fortran for some systems.
3380 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3381 unsupported_languages="$unsupported_languages fortran"
3385 # Disable Java if libffi is not supported.
3417 powerpc-*-aix* | rs6000-*-aix*)
3421 powerpc64-*-freebsd*)
3425 s390-*-* | s390x-*-*)
3427 sh-*-* | sh[34]*-*-*)
3429 sh64-*-* | sh5*-*-*)
3436 unsupported_languages="$unsupported_languages java"
3440 # Disable Java, libgcj or related libraries for some systems.
3444 i[3456789]86-*-darwin*)
3446 x86_64-*-darwin[912]*)
3449 noconfigdirs="$noconfigdirs ${libgcj}"
3452 noconfigdirs="$noconfigdirs ${libgcj}"
3455 noconfigdirs="$noconfigdirs ${libgcj}"
3458 noconfigdirs="$noconfigdirs ${libgcj}"
3461 noconfigdirs="$noconfigdirs ${libgcj}"
3464 noconfigdirs="$noconfigdirs ${libgcj}"
3467 noconfigdirs="$noconfigdirs ${libgcj}"
3470 noconfigdirs="$noconfigdirs ${libgcj}"
3473 noconfigdirs="$noconfigdirs ${libgcj}"
3476 noconfigdirs="$noconfigdirs ${libgcj}"
3479 noconfigdirs="$noconfigdirs target-boehm-gc"
3481 cris-*-* | crisv32-*-*)
3482 unsupported_languages="$unsupported_languages java"
3486 *) # See PR46792 regarding target-libffi.
3487 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3491 # In this case, it's because the hppa64-linux target is for
3492 # the kernel only at this point and has no libc, and thus no
3493 # headers, crt*.o, etc., all of which are needed by these.
3494 unsupported_languages="$unsupported_languages java"
3497 noconfigdirs="$noconfigdirs ${libgcj}"
3503 # build on HP-UX 10.20.
3504 noconfigdirs="$noconfigdirs ${libgcj}"
3507 noconfigdirs="$noconfigdirs ${libgcj}"
3509 i[3456789]86-w64-mingw*)
3510 noconfigdirs="$noconfigdirs ${libgcj}"
3512 i[3456789]86-*-mingw*)
3513 noconfigdirs="$noconfigdirs ${libgcj}"
3516 noconfigdirs="$noconfigdirs ${libgcj}"
3519 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
3522 # copied from rs6000-*-* entry
3523 noconfigdirs="$noconfigdirs ${libgcj}"
3526 noconfigdirs="$noconfigdirs ${libgcj}"
3529 noconfigdirs="$noconfigdirs ${libgcj}"
3532 noconfigdirs="$noconfigdirs ${libgcj}"
3536 # Disable the go frontend on systems where it is known to not work. Please keep
3537 # this in sync with contrib/config-list.mk.
3539 *-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
3540 unsupported_languages="$unsupported_languages go"
3544 # Disable libgo for some systems where it is known to not work.
3545 # For testing, you can easily override this with --enable-libgo.
3546 if test x$enable_libgo = x; then
3550 noconfigdirs="$noconfigdirs target-libgo"
3552 *-*-cygwin* | *-*-mingw*)
3553 noconfigdirs="$noconfigdirs target-libgo"
3556 noconfigdirs="$noconfigdirs target-libgo"
3561 # Default libgloss CPU subdirectory.
3562 libgloss_dir="$target_cpu"
3565 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3569 libgloss_dir=aarch64
3574 cris-*-* | crisv32-*-*)
3583 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3584 libgloss_dir=m68hc11
3586 m68*-*-* | fido-*-*)
3600 # Disable newlib and libgloss for various target OSes.
3603 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3605 i[3456789]86-*-linux*)
3606 # This section makes it possible to build newlib natively on linux.
3607 # If we are using a cross compiler then don't configure newlib.
3608 if test x${is_cross_compiler} != xno ; then
3609 noconfigdirs="$noconfigdirs target-newlib"
3611 noconfigdirs="$noconfigdirs target-libgloss"
3612 # If we are not using a cross compiler, do configure newlib.
3613 # Note however, that newlib will only be configured in this situation
3614 # if the --with-newlib option has been given, because otherwise
3615 # 'target-newlib' will appear in skipdirs.
3617 i[3456789]86-*-rdos*)
3618 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3620 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3621 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3624 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3627 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3630 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3633 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3636 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3639 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3641 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3642 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3645 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3648 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3651 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3654 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3657 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3660 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3663 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3671 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3672 noconfigdirs="$noconfigdirs sim target-rda"
3674 i[3456789]86-*-darwin*)
3675 noconfigdirs="$noconfigdirs ld gprof"
3676 noconfigdirs="$noconfigdirs sim target-rda"
3678 x86_64-*-darwin[912]*)
3679 noconfigdirs="$noconfigdirs ld gas gprof"
3680 noconfigdirs="$noconfigdirs sim target-rda"
3683 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3684 noconfigdirs="$noconfigdirs sim target-rda"
3689 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3690 && test -f /usr/local/include/gmp.h; then
3695 # Remove unsupported stuff on all kaOS configurations.
3696 noconfigdirs="$noconfigdirs target-libgloss"
3703 noconfigdirs="$noconfigdirs target-libgloss"
3704 # this is not caught below because this stanza matches earlier
3706 or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
3709 # The tpf target doesn't support gdb yet.
3711 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
3714 noconfigdirs="$noconfigdirs target-rda"
3719 # ld works, but does not support shared libraries.
3720 # gas doesn't generate exception information.
3721 noconfigdirs="$noconfigdirs gas ld"
3724 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3727 # newlib is not 64 bit ready
3728 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3730 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3731 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3734 noconfigdirs="$noconfigdirs target-libgloss"
3737 noconfigdirs="$noconfigdirs target-libgloss"
3740 noconfigdirs="$noconfigdirs ld target-libgloss"
3745 if test x${with_avrlibc} != xno; then
3746 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3749 c4x-*-* | tic4x-*-*)
3750 noconfigdirs="$noconfigdirs target-libgloss"
3753 noconfigdirs="$noconfigdirs target-libgloss gdb"
3756 noconfigdirs="$noconfigdirs target-libgloss"
3759 noconfigdirs="$noconfigdirs gdb"
3762 noconfigdirs="$noconfigdirs gdb"
3765 noconfigdirs="$noconfigdirs target-rda gprof"
3768 noconfigdirs="$noconfigdirs"
3771 noconfigdirs="$noconfigdirs target-libgloss"
3774 noconfigdirs="$noconfigdirs target-libgloss"
3776 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3784 hppa*-*-openbsd* | \
3788 noconfigdirs="$noconfigdirs ld"
3793 noconfigdirs="$noconfigdirs ld"
3796 noconfigdirs="$noconfigdirs gdb"
3799 # No gdb support yet.
3800 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3803 # No ld support yet.
3804 noconfigdirs="$noconfigdirs libgui itcl ld"
3807 # No ld support yet.
3808 noconfigdirs="$noconfigdirs libgui itcl ld"
3810 i[3456789]86-w64-mingw*)
3812 i[3456789]86-*-mingw*)
3813 target_configdirs="$target_configdirs target-winsup"
3816 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3817 noconfigdirs="$noconfigdirs target-libgloss"
3818 # always build newlib if winsup directory is present.
3819 if test -d "$srcdir/winsup/cygwin"; then
3820 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3821 elif test -d "$srcdir/newlib"; then
3822 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3826 noconfigdirs="$noconfigdirs target-libgloss"
3828 i[3456789]86-*-sco3.2v5*)
3829 # The linker does not yet know about weak symbols in COFF,
3830 # and is not configured to handle mixed ELF and COFF.
3831 noconfigdirs="$noconfigdirs ld target-libgloss"
3833 i[3456789]86-*-sco*)
3834 noconfigdirs="$noconfigdirs gprof target-libgloss"
3836 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
3837 noconfigdirs="$noconfigdirs target-libgloss"
3839 i[3456789]86-*-sysv4*)
3840 noconfigdirs="$noconfigdirs target-libgloss"
3842 i[3456789]86-*-beos*)
3843 noconfigdirs="$noconfigdirs gdb"
3845 i[3456789]86-*-rdos*)
3846 noconfigdirs="$noconfigdirs gdb"
3849 noconfigdirs="$noconfigdirs gdb"
3852 noconfigdirs="$noconfigdirs sim"
3855 # copied from rs6000-*-* entry
3856 noconfigdirs="$noconfigdirs gprof"
3858 powerpc*-*-winnt* | powerpc*-*-pe*)
3859 target_configdirs="$target_configdirs target-winsup"
3860 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
3861 # always build newlib.
3862 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3864 # This is temporary until we can link against shared libraries
3865 powerpcle-*-solaris*)
3866 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
3869 noconfigdirs="$noconfigdirs gdb"
3872 noconfigdirs="$noconfigdirs gprof"
3875 noconfigdirs="$noconfigdirs gprof"
3878 noconfigdirs="$noconfigdirs gprof"
3881 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
3884 noconfigdirs="$noconfigdirs gprof"
3886 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
3887 if test x$with_newlib = xyes; then
3888 noconfigdirs="$noconfigdirs gprof"
3892 noconfigdirs="$noconfigdirs gprof target-libgloss"
3895 noconfigdirs="$noconfigdirs gprof target-libgloss"
3898 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
3902 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3903 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3904 noconfigdirs="$noconfigdirs ld gas gprof"
3907 noconfigdirs="$noconfigdirs gprof"
3910 noconfigdirs="$noconfigdirs gdb"
3913 # nvptx is just a compiler
3914 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3917 noconfigdirs="$noconfigdirs gdb"
3924 noconfigdirs="$noconfigdirs target-libgloss" ;;
3928 if test x${is_cross_compiler} = xno ; then
3933 noconfigdirs="$noconfigdirs sim"
3935 tilepro*-*-* | tilegx*-*-*)
3936 noconfigdirs="$noconfigdirs sim"
3939 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3942 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3946 # If we aren't building newlib, then don't build libgloss, since libgloss
3947 # depends upon some newlib header files.
3948 case "${noconfigdirs}" in
3949 *target-libgloss*) ;;
3950 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3953 # Work in distributions that contain no compiler tools, like Autoconf.
3954 host_makefile_frag=/dev/null
3955 if test -d ${srcdir}/config ; then
3957 i[3456789]86-*-msdosdjgpp*)
3958 host_makefile_frag="config/mh-djgpp"
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3963 $as_echo_n "checking to see if cat works as expected... " >&6; }
3964 echo a >cygwin-cat-check
3965 if test `cat cygwin-cat-check` = a ; then
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3968 $as_echo "yes" >&6; }
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972 $as_echo "no" >&6; }
3973 as_fn_error "The cat command does not ignore carriage return characters.
3974 Please either mount the build directory in binary mode or run the following
3975 commands before running any configure script:
3981 host_makefile_frag="config/mh-cygwin"
3984 host_makefile_frag="config/mh-mingw"
3987 host_makefile_frag="config/mh-pa-hpux10"
3990 host_makefile_frag="config/mh-pa"
3993 host_makefile_frag="config/mh-pa"
3996 host_makefile_frag="config/mh-darwin"
3999 host_makefile_frag="config/mh-ppc-aix"
4002 host_makefile_frag="config/mh-ppc-aix"
4007 if test "${build}" != "${host}" ; then
4008 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
4009 AS_FOR_BUILD=${AS_FOR_BUILD-as}
4010 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
4011 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
4012 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
4013 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
4014 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
4015 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
4016 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
4017 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
4018 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
4019 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
4020 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
4022 AR_FOR_BUILD="\$(AR)"
4023 AS_FOR_BUILD="\$(AS)"
4024 CC_FOR_BUILD="\$(CC)"
4025 CXX_FOR_BUILD="\$(CXX)"
4026 GCJ_FOR_BUILD="\$(GCJ)"
4027 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
4028 GOC_FOR_BUILD="\$(GOC)"
4029 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
4030 LD_FOR_BUILD="\$(LD)"
4031 NM_FOR_BUILD="\$(NM)"
4032 RANLIB_FOR_BUILD="\$(RANLIB)"
4033 WINDRES_FOR_BUILD="\$(WINDRES)"
4034 WINDMC_FOR_BUILD="\$(WINDMC)"
4038 ac_cpp='$CPP $CPPFLAGS'
4039 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4040 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4041 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4042 if test -n "$ac_tool_prefix"; then
4043 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4044 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4046 $as_echo_n "checking for $ac_word... " >&6; }
4047 if test "${ac_cv_prog_CC+set}" = set; then :
4048 $as_echo_n "(cached) " >&6
4050 if test -n "$CC"; then
4051 ac_cv_prog_CC="$CC" # Let the user override the test.
4053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4057 test -z "$as_dir" && as_dir=.
4058 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
4060 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4071 if test -n "$CC"; then
4072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4073 $as_echo "$CC" >&6; }
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4076 $as_echo "no" >&6; }
4081 if test -z "$ac_cv_prog_CC"; then
4083 # Extract the first word of "gcc", so it can be a program name with args.
4084 set dummy gcc; ac_word=$2
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4086 $as_echo_n "checking for $ac_word... " >&6; }
4087 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4088 $as_echo_n "(cached) " >&6
4090 if test -n "$ac_ct_CC"; then
4091 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4097 test -z "$as_dir" && as_dir=.
4098 for ac_exec_ext in '' $ac_executable_extensions; do
4099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4100 ac_cv_prog_ac_ct_CC="gcc"
4101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4110 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4111 if test -n "$ac_ct_CC"; then
4112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4113 $as_echo "$ac_ct_CC" >&6; }
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4116 $as_echo "no" >&6; }
4119 if test "x$ac_ct_CC" = x; then
4122 case $cross_compiling:$ac_tool_warned in
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4125 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4126 ac_tool_warned=yes ;;
4134 if test -z "$CC"; then
4135 if test -n "$ac_tool_prefix"; then
4136 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4137 set dummy ${ac_tool_prefix}cc; ac_word=$2
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4139 $as_echo_n "checking for $ac_word... " >&6; }
4140 if test "${ac_cv_prog_CC+set}" = set; then :
4141 $as_echo_n "(cached) " >&6
4143 if test -n "$CC"; then
4144 ac_cv_prog_CC="$CC" # Let the user override the test.
4146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4150 test -z "$as_dir" && as_dir=.
4151 for ac_exec_ext in '' $ac_executable_extensions; do
4152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4153 ac_cv_prog_CC="${ac_tool_prefix}cc"
4154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4164 if test -n "$CC"; then
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4166 $as_echo "$CC" >&6; }
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4169 $as_echo "no" >&6; }
4175 if test -z "$CC"; then
4176 # Extract the first word of "cc", so it can be a program name with args.
4177 set dummy cc; ac_word=$2
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4179 $as_echo_n "checking for $ac_word... " >&6; }
4180 if test "${ac_cv_prog_CC+set}" = set; then :
4181 $as_echo_n "(cached) " >&6
4183 if test -n "$CC"; then
4184 ac_cv_prog_CC="$CC" # Let the user override the test.
4187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4191 test -z "$as_dir" && as_dir=.
4192 for ac_exec_ext in '' $ac_executable_extensions; do
4193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4194 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4195 ac_prog_rejected=yes
4199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4206 if test $ac_prog_rejected = yes; then
4207 # We found a bogon in the path, so make sure we never use it.
4208 set dummy $ac_cv_prog_CC
4210 if test $# != 0; then
4211 # We chose a different compiler from the bogus one.
4212 # However, it has the same basename, so the bogon will be chosen
4213 # first if we set CC to just the basename; use the full file name.
4215 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4221 if test -n "$CC"; then
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4223 $as_echo "$CC" >&6; }
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226 $as_echo "no" >&6; }
4231 if test -z "$CC"; then
4232 if test -n "$ac_tool_prefix"; then
4233 for ac_prog in cl.exe
4235 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4236 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4238 $as_echo_n "checking for $ac_word... " >&6; }
4239 if test "${ac_cv_prog_CC+set}" = set; then :
4240 $as_echo_n "(cached) " >&6
4242 if test -n "$CC"; then
4243 ac_cv_prog_CC="$CC" # Let the user override the test.
4245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4249 test -z "$as_dir" && as_dir=.
4250 for ac_exec_ext in '' $ac_executable_extensions; do
4251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4252 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4263 if test -n "$CC"; then
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4265 $as_echo "$CC" >&6; }
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4268 $as_echo "no" >&6; }
4272 test -n "$CC" && break
4275 if test -z "$CC"; then
4277 for ac_prog in cl.exe
4279 # Extract the first word of "$ac_prog", so it can be a program name with args.
4280 set dummy $ac_prog; ac_word=$2
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4282 $as_echo_n "checking for $ac_word... " >&6; }
4283 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4284 $as_echo_n "(cached) " >&6
4286 if test -n "$ac_ct_CC"; then
4287 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4293 test -z "$as_dir" && as_dir=.
4294 for ac_exec_ext in '' $ac_executable_extensions; do
4295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4296 ac_cv_prog_ac_ct_CC="$ac_prog"
4297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4306 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4307 if test -n "$ac_ct_CC"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4309 $as_echo "$ac_ct_CC" >&6; }
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4312 $as_echo "no" >&6; }
4316 test -n "$ac_ct_CC" && break
4319 if test "x$ac_ct_CC" = x; then
4322 case $cross_compiling:$ac_tool_warned in
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4325 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4326 ac_tool_warned=yes ;;
4335 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4336 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4337 as_fn_error "no acceptable C compiler found in \$PATH
4338 See \`config.log' for more details." "$LINENO" 5; }
4340 # Provide some information about the compiler.
4341 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4344 for ac_option in --version -v -V -qversion; do
4345 { { ac_try="$ac_compiler $ac_option >&5"
4347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4348 *) ac_try_echo=$ac_try;;
4350 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4351 $as_echo "$ac_try_echo"; } >&5
4352 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4354 if test -s conftest.err; then
4356 ... rest of stderr output deleted ...
4357 10q' conftest.err >conftest.er1
4358 cat conftest.er1 >&5
4359 rm -f conftest.er1 conftest.err
4361 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4362 test $ac_status = 0; }
4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4366 /* end confdefs.h. */
4376 ac_clean_files_save=$ac_clean_files
4377 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4378 # Try to create an executable without -o first, disregard a.out.
4379 # It will help us diagnose broken compilers, and finding out an intuition
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4382 $as_echo_n "checking for C compiler default output file name... " >&6; }
4383 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4385 # The possible output files:
4386 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4389 for ac_file in $ac_files
4392 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4393 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4398 if { { ac_try="$ac_link_default"
4400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4401 *) ac_try_echo=$ac_try;;
4403 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4404 $as_echo "$ac_try_echo"; } >&5
4405 (eval "$ac_link_default") 2>&5
4407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4408 test $ac_status = 0; }; then :
4409 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4410 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4411 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4412 # so that the user can short-circuit this test for compilers unknown to
4414 for ac_file in $ac_files ''
4416 test -f "$ac_file" || continue
4418 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4421 # We found the default executable, but exeext='' is most
4425 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4427 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4429 # We set ac_cv_exeext here because the later test for it is not
4430 # safe: cross compilers may not add the suffix if given an `-o'
4431 # argument, so we may need to know it at that point already.
4432 # Even if this section looks crufty: it has the advantage of
4439 test "$ac_cv_exeext" = no && ac_cv_exeext=
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4445 $as_echo "$ac_file" >&6; }
4446 if test -z "$ac_file"; then :
4447 $as_echo "$as_me: failed program was:" >&5
4448 sed 's/^/| /' conftest.$ac_ext >&5
4450 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4451 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4452 { as_fn_set_status 77
4453 as_fn_error "C compiler cannot create executables
4454 See \`config.log' for more details." "$LINENO" 5; }; }
4456 ac_exeext=$ac_cv_exeext
4458 # Check that the compiler produces executables we can run. If not, either
4459 # the compiler is broken, or we cross compile.
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4461 $as_echo_n "checking whether the C compiler works... " >&6; }
4462 # If not cross compiling, check that we can run a simple program.
4463 if test "$cross_compiling" != yes; then
4464 if { ac_try='./$ac_file'
4465 { { case "(($ac_try" in
4466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4467 *) ac_try_echo=$ac_try;;
4469 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4470 $as_echo "$ac_try_echo"; } >&5
4471 (eval "$ac_try") 2>&5
4473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4474 test $ac_status = 0; }; }; then
4477 if test "$cross_compiling" = maybe; then
4480 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4481 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4482 as_fn_error "cannot run C compiled programs.
4483 If you meant to cross compile, use \`--host'.
4484 See \`config.log' for more details." "$LINENO" 5; }
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4489 $as_echo "yes" >&6; }
4491 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4492 ac_clean_files=$ac_clean_files_save
4493 # Check that the compiler produces executables we can run. If not, either
4494 # the compiler is broken, or we cross compile.
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4496 $as_echo_n "checking whether we are cross compiling... " >&6; }
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4498 $as_echo "$cross_compiling" >&6; }
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4501 $as_echo_n "checking for suffix of executables... " >&6; }
4502 if { { ac_try="$ac_link"
4504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4505 *) ac_try_echo=$ac_try;;
4507 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4508 $as_echo "$ac_try_echo"; } >&5
4509 (eval "$ac_link") 2>&5
4511 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4512 test $ac_status = 0; }; then :
4513 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4514 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4515 # work properly (i.e., refer to `conftest.exe'), while it won't with
4517 for ac_file in conftest.exe conftest conftest.*; do
4518 test -f "$ac_file" || continue
4520 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4521 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4527 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4528 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4529 as_fn_error "cannot compute suffix of executables: cannot compile and link
4530 See \`config.log' for more details." "$LINENO" 5; }
4532 rm -f conftest$ac_cv_exeext
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4534 $as_echo "$ac_cv_exeext" >&6; }
4536 rm -f conftest.$ac_ext
4537 EXEEXT=$ac_cv_exeext
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4540 $as_echo_n "checking for suffix of object files... " >&6; }
4541 if test "${ac_cv_objext+set}" = set; then :
4542 $as_echo_n "(cached) " >&6
4544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4545 /* end confdefs.h. */
4555 rm -f conftest.o conftest.obj
4556 if { { ac_try="$ac_compile"
4558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4559 *) ac_try_echo=$ac_try;;
4561 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4562 $as_echo "$ac_try_echo"; } >&5
4563 (eval "$ac_compile") 2>&5
4565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4566 test $ac_status = 0; }; then :
4567 for ac_file in conftest.o conftest.obj conftest.*; do
4568 test -f "$ac_file" || continue;
4570 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4571 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4576 $as_echo "$as_me: failed program was:" >&5
4577 sed 's/^/| /' conftest.$ac_ext >&5
4579 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4580 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4581 as_fn_error "cannot compute suffix of object files: cannot compile
4582 See \`config.log' for more details." "$LINENO" 5; }
4584 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4587 $as_echo "$ac_cv_objext" >&6; }
4588 OBJEXT=$ac_cv_objext
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4591 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4592 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4593 $as_echo_n "(cached) " >&6
4595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4596 /* end confdefs.h. */
4609 if ac_fn_c_try_compile "$LINENO"; then :
4614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4615 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4619 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4620 if test $ac_compiler_gnu = yes; then
4625 ac_test_CFLAGS=${CFLAGS+set}
4626 ac_save_CFLAGS=$CFLAGS
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4628 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4629 if test "${ac_cv_prog_cc_g+set}" = set; then :
4630 $as_echo_n "(cached) " >&6
4632 ac_save_c_werror_flag=$ac_c_werror_flag
4633 ac_c_werror_flag=yes
4636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4637 /* end confdefs.h. */
4647 if ac_fn_c_try_compile "$LINENO"; then :
4651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4652 /* end confdefs.h. */
4662 if ac_fn_c_try_compile "$LINENO"; then :
4665 ac_c_werror_flag=$ac_save_c_werror_flag
4667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4668 /* end confdefs.h. */
4678 if ac_fn_c_try_compile "$LINENO"; then :
4681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4686 ac_c_werror_flag=$ac_save_c_werror_flag
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4689 $as_echo "$ac_cv_prog_cc_g" >&6; }
4690 if test "$ac_test_CFLAGS" = set; then
4691 CFLAGS=$ac_save_CFLAGS
4692 elif test $ac_cv_prog_cc_g = yes; then
4693 if test "$GCC" = yes; then
4699 if test "$GCC" = yes; then
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4706 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4707 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4708 $as_echo_n "(cached) " >&6
4710 ac_cv_prog_cc_c89=no
4712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4713 /* end confdefs.h. */
4716 #include <sys/types.h>
4717 #include <sys/stat.h>
4718 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4719 struct buf { int x; };
4720 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4721 static char *e (p, i)
4727 static char *f (char * (*g) (char **, int), char **p, ...)
4732 s = g (p, va_arg (v,int));
4737 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4738 function prototypes and stuff, but not '\xHH' hex character constants.
4739 These don't provoke an error unfortunately, instead are silently treated
4740 as 'x'. The following induces an error, until -std is added to get
4741 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4742 array size at least. It's necessary to write '\x00'==0 to get something
4743 that's true only with -std. */
4744 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4746 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4747 inside strings and character constants. */
4749 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4751 int test (int i, double x);
4752 struct s1 {int (*f) (int a);};
4753 struct s2 {int (*f) (double a);};
4754 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4760 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4765 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4766 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4768 CC="$ac_save_CC $ac_arg"
4769 if ac_fn_c_try_compile "$LINENO"; then :
4770 ac_cv_prog_cc_c89=$ac_arg
4772 rm -f core conftest.err conftest.$ac_objext
4773 test "x$ac_cv_prog_cc_c89" != "xno" && break
4775 rm -f conftest.$ac_ext
4780 case "x$ac_cv_prog_cc_c89" in
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4783 $as_echo "none needed" >&6; } ;;
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4786 $as_echo "unsupported" >&6; } ;;
4788 CC="$CC $ac_cv_prog_cc_c89"
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4790 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4792 if test "x$ac_cv_prog_cc_c89" != xno; then :
4797 ac_cpp='$CPP $CPPFLAGS'
4798 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4799 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4800 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4803 ac_cpp='$CXXCPP $CPPFLAGS'
4804 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4805 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4806 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4807 if test -z "$CXX"; then
4808 if test -n "$CCC"; then
4811 if test -n "$ac_tool_prefix"; then
4812 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4814 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4815 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4817 $as_echo_n "checking for $ac_word... " >&6; }
4818 if test "${ac_cv_prog_CXX+set}" = set; then :
4819 $as_echo_n "(cached) " >&6
4821 if test -n "$CXX"; then
4822 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4828 test -z "$as_dir" && as_dir=.
4829 for ac_exec_ext in '' $ac_executable_extensions; do
4830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4831 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4842 if test -n "$CXX"; then
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4844 $as_echo "$CXX" >&6; }
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4847 $as_echo "no" >&6; }
4851 test -n "$CXX" && break
4854 if test -z "$CXX"; then
4856 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4858 # Extract the first word of "$ac_prog", so it can be a program name with args.
4859 set dummy $ac_prog; ac_word=$2
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4861 $as_echo_n "checking for $ac_word... " >&6; }
4862 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4863 $as_echo_n "(cached) " >&6
4865 if test -n "$ac_ct_CXX"; then
4866 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4872 test -z "$as_dir" && as_dir=.
4873 for ac_exec_ext in '' $ac_executable_extensions; do
4874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4875 ac_cv_prog_ac_ct_CXX="$ac_prog"
4876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4885 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4886 if test -n "$ac_ct_CXX"; then
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4888 $as_echo "$ac_ct_CXX" >&6; }
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4891 $as_echo "no" >&6; }
4895 test -n "$ac_ct_CXX" && break
4898 if test "x$ac_ct_CXX" = x; then
4901 case $cross_compiling:$ac_tool_warned in
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4904 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4905 ac_tool_warned=yes ;;
4913 # Provide some information about the compiler.
4914 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4917 for ac_option in --version -v -V -qversion; do
4918 { { ac_try="$ac_compiler $ac_option >&5"
4920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4921 *) ac_try_echo=$ac_try;;
4923 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4924 $as_echo "$ac_try_echo"; } >&5
4925 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4927 if test -s conftest.err; then
4929 ... rest of stderr output deleted ...
4930 10q' conftest.err >conftest.er1
4931 cat conftest.er1 >&5
4932 rm -f conftest.er1 conftest.err
4934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4935 test $ac_status = 0; }
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4939 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4940 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4941 $as_echo_n "(cached) " >&6
4943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4944 /* end confdefs.h. */
4957 if ac_fn_cxx_try_compile "$LINENO"; then :
4962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4963 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4967 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4968 if test $ac_compiler_gnu = yes; then
4973 ac_test_CXXFLAGS=${CXXFLAGS+set}
4974 ac_save_CXXFLAGS=$CXXFLAGS
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4976 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4977 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4978 $as_echo_n "(cached) " >&6
4980 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4981 ac_cxx_werror_flag=yes
4984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4985 /* end confdefs.h. */
4995 if ac_fn_cxx_try_compile "$LINENO"; then :
4996 ac_cv_prog_cxx_g=yes
4999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5000 /* end confdefs.h. */
5010 if ac_fn_cxx_try_compile "$LINENO"; then :
5013 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5016 /* end confdefs.h. */
5026 if ac_fn_cxx_try_compile "$LINENO"; then :
5027 ac_cv_prog_cxx_g=yes
5029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5034 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5037 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5038 if test "$ac_test_CXXFLAGS" = set; then
5039 CXXFLAGS=$ac_save_CXXFLAGS
5040 elif test $ac_cv_prog_cxx_g = yes; then
5041 if test "$GXX" = yes; then
5047 if test "$GXX" = yes; then
5054 ac_cpp='$CPP $CPPFLAGS'
5055 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5056 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5057 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5060 # We must set the default linker to the linker used by gcc for the correct
5061 # operation of libtool. If LD is not defined and we are using gcc, try to
5062 # set the LD default to the ld used by gcc.
5063 if test -z "$LD"; then
5064 if test "$GCC" = yes; then
5067 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5069 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
5071 case $gcc_prog_ld in
5072 # Accept absolute paths.
5073 [\\/]* | [A-Za-z]:[\\/]*)
5074 LD="$gcc_prog_ld" ;;
5079 # Check whether -static-libstdc++ -static-libgcc is supported.
5081 if test "$GCC" = yes; then
5082 saved_LDFLAGS="$LDFLAGS"
5084 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5086 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5088 ac_cpp='$CXXCPP $CPPFLAGS'
5089 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5090 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5091 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5095 /* end confdefs.h. */
5097 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5098 #error -static-libstdc++ not implemented
5102 if ac_fn_cxx_try_link "$LINENO"; then :
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5104 $as_echo "yes" >&6; }; have_static_libs=yes
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5107 $as_echo "no" >&6; }
5109 rm -f core conftest.err conftest.$ac_objext \
5110 conftest$ac_exeext conftest.$ac_ext
5112 ac_cpp='$CPP $CPPFLAGS'
5113 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5114 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5115 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5118 LDFLAGS="$saved_LDFLAGS"
5124 if test -n "$ac_tool_prefix"; then
5125 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5126 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5128 $as_echo_n "checking for $ac_word... " >&6; }
5129 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5130 $as_echo_n "(cached) " >&6
5132 if test -n "$GNATBIND"; then
5133 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5139 test -z "$as_dir" && as_dir=.
5140 for ac_exec_ext in '' $ac_executable_extensions; do
5141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5142 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5152 GNATBIND=$ac_cv_prog_GNATBIND
5153 if test -n "$GNATBIND"; then
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5155 $as_echo "$GNATBIND" >&6; }
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5158 $as_echo "no" >&6; }
5163 if test -z "$ac_cv_prog_GNATBIND"; then
5164 ac_ct_GNATBIND=$GNATBIND
5165 # Extract the first word of "gnatbind", so it can be a program name with args.
5166 set dummy gnatbind; ac_word=$2
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5168 $as_echo_n "checking for $ac_word... " >&6; }
5169 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5170 $as_echo_n "(cached) " >&6
5172 if test -n "$ac_ct_GNATBIND"; then
5173 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
5175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5179 test -z "$as_dir" && as_dir=.
5180 for ac_exec_ext in '' $ac_executable_extensions; do
5181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5182 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5192 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5193 if test -n "$ac_ct_GNATBIND"; then
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5195 $as_echo "$ac_ct_GNATBIND" >&6; }
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5198 $as_echo "no" >&6; }
5201 if test "x$ac_ct_GNATBIND" = x; then
5204 case $cross_compiling:$ac_tool_warned in
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5207 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5208 ac_tool_warned=yes ;;
5210 GNATBIND=$ac_ct_GNATBIND
5213 GNATBIND="$ac_cv_prog_GNATBIND"
5216 if test -n "$ac_tool_prefix"; then
5217 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5218 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5220 $as_echo_n "checking for $ac_word... " >&6; }
5221 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5222 $as_echo_n "(cached) " >&6
5224 if test -n "$GNATMAKE"; then
5225 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5231 test -z "$as_dir" && as_dir=.
5232 for ac_exec_ext in '' $ac_executable_extensions; do
5233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5234 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5244 GNATMAKE=$ac_cv_prog_GNATMAKE
5245 if test -n "$GNATMAKE"; then
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5247 $as_echo "$GNATMAKE" >&6; }
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5250 $as_echo "no" >&6; }
5255 if test -z "$ac_cv_prog_GNATMAKE"; then
5256 ac_ct_GNATMAKE=$GNATMAKE
5257 # Extract the first word of "gnatmake", so it can be a program name with args.
5258 set dummy gnatmake; ac_word=$2
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5260 $as_echo_n "checking for $ac_word... " >&6; }
5261 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5262 $as_echo_n "(cached) " >&6
5264 if test -n "$ac_ct_GNATMAKE"; then
5265 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5271 test -z "$as_dir" && as_dir=.
5272 for ac_exec_ext in '' $ac_executable_extensions; do
5273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5274 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5284 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5285 if test -n "$ac_ct_GNATMAKE"; then
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5287 $as_echo "$ac_ct_GNATMAKE" >&6; }
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5290 $as_echo "no" >&6; }
5293 if test "x$ac_ct_GNATMAKE" = x; then
5296 case $cross_compiling:$ac_tool_warned in
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5299 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5300 ac_tool_warned=yes ;;
5302 GNATMAKE=$ac_ct_GNATMAKE
5305 GNATMAKE="$ac_cv_prog_GNATMAKE"
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5309 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5310 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5311 $as_echo_n "(cached) " >&6
5313 cat >conftest.adb <<EOF
5314 procedure conftest is begin null; end conftest;
5316 acx_cv_cc_gcc_supports_ada=no
5317 # There is a bug in old released versions of GCC which causes the
5318 # driver to exit successfully when the appropriate language module
5319 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5320 # Therefore we must check for the error message as well as an
5321 # unsuccessful exit.
5322 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5323 # given a .adb file, but produce no object file. So we must check
5324 # if an object file was really produced to guard against this.
5325 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5326 if test x"$errors" = x && test -f conftest.$ac_objext; then
5327 acx_cv_cc_gcc_supports_ada=yes
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5332 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5334 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5341 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5342 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5343 $as_echo_n "(cached) " >&6
5347 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5348 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5349 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5352 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5355 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5356 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5359 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5366 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5367 do_compare="$gcc_cv_prog_cmp_skip"
5371 # Check whether --enable-bootstrap was given.
5372 if test "${enable_bootstrap+set}" = set; then :
5373 enableval=$enable_bootstrap;
5375 enable_bootstrap=default
5379 # Issue errors and warnings for invalid/strange bootstrap combinations.
5380 if test -r $srcdir/gcc/configure; then
5386 case "$have_compiler:$host:$target:$enable_bootstrap" in
5389 # Default behavior. Enable bootstrap if we have a compiler
5390 # and we are in a native configuration.
5391 yes:$build:$build:default)
5392 enable_bootstrap=yes ;;
5395 enable_bootstrap=no ;;
5397 # We have a compiler and we are in a native configuration, bootstrap is ok
5398 yes:$build:$build:yes)
5401 # Other configurations, but we have a compiler. Assume the user knows
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5405 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5408 # No compiler: if they passed --enable-bootstrap explicitly, fail
5410 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5412 # Fail if wrong command line
5414 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5418 # Used for setting $lt_cv_objdir
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5420 $as_echo_n "checking for objdir... " >&6; }
5421 if test "${lt_cv_objdir+set}" = set; then :
5422 $as_echo_n "(cached) " >&6
5424 rm -f .libs 2>/dev/null
5425 mkdir .libs 2>/dev/null
5426 if test -d .libs; then
5429 # MS-DOS does not allow filenames that begin with a dot.
5432 rmdir .libs 2>/dev/null
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5435 $as_echo "$lt_cv_objdir" >&6; }
5436 objdir=$lt_cv_objdir
5442 cat >>confdefs.h <<_ACEOF
5443 #define LT_OBJDIR "$lt_cv_objdir/"
5448 # Check for GMP, MPFR and MPC
5449 gmplibs="-lmpc -lmpfr -lgmp"
5453 # Specify a location for mpc
5454 # check for this first so it ends up on the link line before mpfr.
5456 # Check whether --with-mpc was given.
5457 if test "${with_mpc+set}" = set; then :
5462 # Check whether --with-mpc-include was given.
5463 if test "${with_mpc_include+set}" = set; then :
5464 withval=$with_mpc_include;
5468 # Check whether --with-mpc-lib was given.
5469 if test "${with_mpc_lib+set}" = set; then :
5470 withval=$with_mpc_lib;
5474 if test "x$with_mpc" != x; then
5475 gmplibs="-L$with_mpc/lib $gmplibs"
5476 gmpinc="-I$with_mpc/include $gmpinc"
5478 if test "x$with_mpc_include" != x; then
5479 gmpinc="-I$with_mpc_include $gmpinc"
5481 if test "x$with_mpc_lib" != x; then
5482 gmplibs="-L$with_mpc_lib $gmplibs"
5484 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5485 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5486 gmpinc='-I$$s/mpc/src '"$gmpinc"
5487 # Do not test the mpc version. Assume that it is sufficient, since
5488 # it is in the source tree, and the library has not been built yet
5489 # but it would be included on the link line in the version check below
5490 # hence making the test fail.
5494 # Specify a location for mpfr
5495 # check for this first so it ends up on the link line before gmp.
5497 # Check whether --with-mpfr-dir was given.
5498 if test "${with_mpfr_dir+set}" = set; then :
5499 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5500 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5505 # Check whether --with-mpfr was given.
5506 if test "${with_mpfr+set}" = set; then :
5511 # Check whether --with-mpfr-include was given.
5512 if test "${with_mpfr_include+set}" = set; then :
5513 withval=$with_mpfr_include;
5517 # Check whether --with-mpfr-lib was given.
5518 if test "${with_mpfr_lib+set}" = set; then :
5519 withval=$with_mpfr_lib;
5523 if test "x$with_mpfr" != x; then
5524 gmplibs="-L$with_mpfr/lib $gmplibs"
5525 gmpinc="-I$with_mpfr/include $gmpinc"
5527 if test "x$with_mpfr_include" != x; then
5528 gmpinc="-I$with_mpfr_include $gmpinc"
5530 if test "x$with_mpfr_lib" != x; then
5531 gmplibs="-L$with_mpfr_lib $gmplibs"
5533 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5534 # MPFR v3.1.0 moved the sources into a src sub-directory.
5535 if test -d ${srcdir}/mpfr/src; then
5536 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5537 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5538 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5540 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5541 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5542 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5544 # Do not test the mpfr version. Assume that it is sufficient, since
5545 # it is in the source tree, and the library has not been built yet
5546 # but it would be included on the link line in the version check below
5547 # hence making the test fail.
5551 # Specify a location for gmp
5553 # Check whether --with-gmp-dir was given.
5554 if test "${with_gmp_dir+set}" = set; then :
5555 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5556 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5561 # Check whether --with-gmp was given.
5562 if test "${with_gmp+set}" = set; then :
5567 # Check whether --with-gmp-include was given.
5568 if test "${with_gmp_include+set}" = set; then :
5569 withval=$with_gmp_include;
5573 # Check whether --with-gmp-lib was given.
5574 if test "${with_gmp_lib+set}" = set; then :
5575 withval=$with_gmp_lib;
5580 if test "x$with_gmp" != x; then
5581 gmplibs="-L$with_gmp/lib $gmplibs"
5582 gmpinc="-I$with_gmp/include $gmpinc"
5584 if test "x$with_gmp_include" != x; then
5585 gmpinc="-I$with_gmp_include $gmpinc"
5587 if test "x$with_gmp_lib" != x; then
5588 gmplibs="-L$with_gmp_lib $gmplibs"
5590 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5591 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5592 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5593 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5594 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5595 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5596 # Do not test the gmp version. Assume that it is sufficient, since
5597 # it is in the source tree, and the library has not been built yet
5598 # but it would be included on the link line in the version check below
5599 # hence making the test fail.
5603 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5605 saved_CFLAGS="$CFLAGS"
5606 CFLAGS="$CFLAGS $gmpinc"
5607 # Check for the recommended and required versions of GMP.
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5609 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5612 /* end confdefs.h. */
5618 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5619 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5620 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5628 if ac_fn_c_try_compile "$LINENO"; then :
5629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5630 /* end confdefs.h. */
5636 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5637 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5638 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5646 if ac_fn_c_try_compile "$LINENO"; then :
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5648 $as_echo "yes" >&6; }
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5651 $as_echo "buggy but acceptable" >&6; }
5653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5656 $as_echo "no" >&6; }; have_gmp=no
5658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5660 # If we have GMP, check the MPFR version.
5661 if test x"$have_gmp" = xyes; then
5662 # Check for the recommended and required versions of MPFR.
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5664 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5666 /* end confdefs.h. */
5673 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5681 if ac_fn_c_try_compile "$LINENO"; then :
5682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5683 /* end confdefs.h. */
5690 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5698 if ac_fn_c_try_compile "$LINENO"; then :
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5700 $as_echo "yes" >&6; }
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5703 $as_echo "buggy but acceptable" >&6; }
5705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5708 $as_echo "no" >&6; }; have_gmp=no
5710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5713 # Check for the MPC header version.
5714 if test x"$have_gmp" = xyes ; then
5715 # Check for the recommended and required versions of MPC.
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5717 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5719 /* end confdefs.h. */
5725 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5733 if ac_fn_c_try_compile "$LINENO"; then :
5734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5735 /* end confdefs.h. */
5741 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5749 if ac_fn_c_try_compile "$LINENO"; then :
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5751 $as_echo "yes" >&6; }
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5754 $as_echo "buggy but acceptable" >&6; }
5756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5759 $as_echo "no" >&6; }; have_gmp=no
5761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5764 # Now check the MPFR library.
5765 if test x"$have_gmp" = xyes; then
5767 LIBS="$LIBS $gmplibs"
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5769 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5771 /* end confdefs.h. */
5783 mpfr_atan2 (n, n, x, GMP_RNDN);
5784 mpfr_erfc (n, x, GMP_RNDN);
5785 mpfr_subnormalize (x, t, GMP_RNDN);
5789 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5790 mpc_cosh (c, c, MPC_RNDNN);
5791 mpc_pow (c, c, c, MPC_RNDNN);
5792 mpc_acosh (c, c, MPC_RNDNN);
5799 if ac_fn_c_try_link "$LINENO"; then :
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5801 $as_echo "yes" >&6; }
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5804 $as_echo "no" >&6; }; have_gmp=no
5806 rm -f core conftest.err conftest.$ac_objext \
5807 conftest$ac_exeext conftest.$ac_ext
5811 CFLAGS="$saved_CFLAGS"
5813 # The library versions listed in the error message below should match
5814 # the HARD-minimums enforced above.
5815 if test x$have_gmp != xyes; then
5816 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5817 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5818 their locations. Source code for these libraries can be found at
5819 their respective hosting sites as well as at
5820 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5821 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5822 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5823 make sure that you have installed both the libraries and the header
5824 files. They may be located in separate packages." "$LINENO" 5
5828 # Flags needed for both GMP, MPFR and/or MPC.
5836 # Allow host libstdc++ to be specified for static linking with PPL.
5838 # Check whether --with-host-libstdcxx was given.
5839 if test "${with_host_libstdcxx+set}" = set; then :
5840 withval=$with_host_libstdcxx;
5844 case $with_host_libstdcxx in
5846 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5850 # Libraries to use for stage1 or when not bootstrapping.
5852 # Check whether --with-stage1-libs was given.
5853 if test "${with_stage1_libs+set}" = set; then :
5854 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5857 stage1_libs=$withval
5860 stage1_libs=$with_host_libstdcxx
5865 # Linker flags to use for stage1 or when not bootstrapping.
5867 # Check whether --with-stage1-ldflags was given.
5868 if test "${with_stage1_ldflags+set}" = set; then :
5869 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5872 stage1_ldflags=$withval
5876 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5877 # if supported. But if the user explicitly specified the libraries to use,
5878 # trust that they are doing what they want.
5879 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5880 stage1_ldflags="-static-libstdc++ -static-libgcc"
5886 # Libraries to use for stage2 and later builds. This defaults to the
5887 # argument passed to --with-host-libstdcxx.
5889 # Check whether --with-boot-libs was given.
5890 if test "${with_boot_libs+set}" = set; then :
5891 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5894 poststage1_libs=$withval
5897 poststage1_libs=$with_host_libstdcxx
5902 # Linker flags to use for stage2 and later builds.
5904 # Check whether --with-boot-ldflags was given.
5905 if test "${with_boot_ldflags+set}" = set; then :
5906 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5909 poststage1_ldflags=$withval
5913 # In stages 2 and 3, default to linking libstdc++ and libgcc
5914 # statically. But if the user explicitly specified the libraries to
5915 # use, trust that they are doing what they want.
5916 if test "$poststage1_libs" = ""; then
5917 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5923 # GCC GRAPHITE dependency ISL.
5924 # Basic setup is inlined here, actual checks are in config/isl.m4
5927 # Check whether --with-isl was given.
5928 if test "${with_isl+set}" = set; then :
5933 # Treat --without-isl as a request to disable
5934 # GRAPHITE support and skip all following checks.
5935 if test "x$with_isl" != "xno"; then
5939 # Check whether --with-isl-include was given.
5940 if test "${with_isl_include+set}" = set; then :
5941 withval=$with_isl_include;
5945 # Check whether --with-isl-lib was given.
5946 if test "${with_isl_lib+set}" = set; then :
5947 withval=$with_isl_lib;
5951 # Check whether --enable-isl-version-check was given.
5952 if test "${enable_isl_version_check+set}" = set; then :
5953 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5955 ENABLE_ISL_CHECK=yes
5959 # Initialize isllibs and islinc.
5968 isllibs="-L$with_isl/lib"
5969 islinc="-I$with_isl/include"
5972 if test "x${with_isl_include}" != x ; then
5973 islinc="-I$with_isl_include"
5975 if test "x${with_isl_lib}" != x; then
5976 isllibs="-L$with_isl_lib"
5978 if test "x${islinc}" = x && test "x${isllibs}" = x \
5979 && test -d ${srcdir}/isl; then
5980 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5981 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5984 $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
5987 isllibs="${isllibs} -lisl"
5991 if test "${ENABLE_ISL_CHECK}" = yes ; then
5992 _isl_saved_CFLAGS=$CFLAGS
5993 _isl_saved_LDFLAGS=$LDFLAGS
5994 _isl_saved_LIBS=$LIBS
5996 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5997 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5998 LIBS="${_isl_saved_LIBS} -lisl"
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compatible ISL" >&5
6001 $as_echo_n "checking for compatible ISL... " >&6; }
6002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6003 /* end confdefs.h. */
6004 #include <isl/val.h>
6013 if ac_fn_c_try_link "$LINENO"; then :
6018 rm -f core conftest.err conftest.$ac_objext \
6019 conftest$ac_exeext conftest.$ac_ext
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6021 $as_echo "$gcc_cv_isl" >&6; }
6023 CFLAGS=$_isl_saved_CFLAGS
6024 LDFLAGS=$_isl_saved_LDFLAGS
6025 LIBS=$_isl_saved_LIBS
6033 if test "x${with_isl}" = xno; then
6034 graphite_requested=no
6035 elif test "x${with_isl}" != x \
6036 || test "x${with_isl_include}" != x \
6037 || test "x${with_isl_lib}" != x ; then
6038 graphite_requested=yes
6040 graphite_requested=no
6045 if test "${gcc_cv_isl}" = no ; then
6050 if test "${graphite_requested}" = yes \
6051 && test "x${isllibs}" = x \
6052 && test "x${islinc}" = x ; then
6054 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6060 # If the ISL check failed, disable builds of in-tree variant of ISL
6061 if test "x$with_isl" = xno ||
6062 test "x$gcc_cv_isl" = xno; then
6063 noconfigdirs="$noconfigdirs isl"
6070 # Check for LTO support.
6071 # Check whether --enable-lto was given.
6072 if test "${enable_lto+set}" = set; then :
6073 enableval=$enable_lto; enable_lto=$enableval
6075 enable_lto=yes; default_enable_lto=yes
6084 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6085 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
6086 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \
6095 if test $target_elf = yes; then :
6096 # ELF platforms build the lto-plugin always.
6097 build_lto_plugin=yes
6100 if test x"$default_enable_lto" = x"yes" ; then
6102 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
6103 # On other non-ELF platforms, LTO has yet to be validated.
6107 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6108 # It would also be nice to check the binutils support, but we don't
6109 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6110 # warn during gcc/ subconfigure; unless you're bootstrapping with
6111 # -flto it won't be needed until after installation anyway.
6113 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6114 *) if test x"$enable_lto" = x"yes"; then
6115 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6120 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6121 # Build it unless LTO was explicitly disabled.
6123 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6130 # Check whether --enable-linker-plugin-configure-flags was given.
6131 if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6132 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6134 extra_linker_plugin_configure_flags=
6138 # Check whether --enable-linker-plugin-flags was given.
6139 if test "${enable_linker_plugin_flags+set}" = set; then :
6140 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6142 extra_linker_plugin_flags=
6148 # By default, C and C++ are the only stage 1 languages.
6149 stage1_languages=,c,
6151 # Target libraries that we bootstrap.
6152 bootstrap_target_libs=,target-libgcc,
6154 # Figure out what language subdirectories are present.
6155 # Look if the user specified --enable-languages="..."; if not, use
6156 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6158 # NB: embedded tabs in this IF block -- do not untabify
6159 if test -d ${srcdir}/gcc; then
6160 if test x"${enable_languages+set}" != xset; then
6161 if test x"${LANGUAGES+set}" = xset; then
6162 enable_languages="${LANGUAGES}"
6163 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6165 enable_languages=all
6168 if test x"${enable_languages}" = x ||
6169 test x"${enable_languages}" = xyes;
6171 echo configure.in: --enable-languages needs at least one language argument 1>&2
6175 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6177 # 'f95' is the old name for the 'fortran' language. We issue a warning
6178 # and make the substitution.
6179 case ,${enable_languages}, in
6181 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6182 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6186 # If bootstrapping, C++ must be enabled.
6187 case ",$enable_languages,:$enable_bootstrap" in
6190 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6191 enable_languages="${enable_languages},c++"
6193 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
6198 # First scan to see if an enabled language requires some other language.
6199 # We assume that a given config-lang.in will list all the language
6200 # front ends it requires, even if some are required indirectly.
6201 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6202 case ${lang_frag} in
6204 # The odd quoting in the next line works around
6205 # an apparent bug in bash 1.12 on linux.
6206 ${srcdir}/gcc/[*]/config-lang.in) ;;
6208 # From the config-lang.in, get $language, $lang_requires, and
6209 # $lang_requires_boot_languages.
6212 lang_requires_boot_languages=
6214 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6215 case ,${enable_languages}, in
6219 echo " \`$other' language required by \`$language'; enabling" 1>&2
6220 enable_languages="${enable_languages},${other}"
6224 for other in ${lang_requires_boot_languages} ; do
6225 if test "$other" != "c"; then
6226 case ,${enable_stage1_languages}, in
6230 case ,${enable_languages}, in
6232 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6233 enable_stage1_languages="$enable_stage1_languages,${other}"
6244 new_enable_languages=,c,
6246 # If LTO is enabled, add the LTO front end.
6247 if test "$enable_lto" = "yes" ; then
6248 case ,${enable_languages}, in
6250 *) enable_languages="${enable_languages},lto" ;;
6252 if test "${build_lto_plugin}" = "yes" ; then
6253 configdirs="$configdirs lto-plugin"
6257 # If we're building an offloading compiler, add the LTO front end.
6258 if test x"$enable_as_accelerator_for" != x ; then
6259 case ,${enable_languages}, in
6261 *) enable_languages="${enable_languages},lto" ;;
6265 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6266 potential_languages=,c,
6268 enabled_target_libs=
6269 disabled_target_libs=
6271 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6272 case ${lang_frag} in
6274 # The odd quoting in the next line works around
6275 # an apparent bug in bash 1.12 on linux.
6276 ${srcdir}/gcc/[*]/config-lang.in) ;;
6278 # From the config-lang.in, get $language, $target_libs,
6279 # $lang_dirs, $boot_language, and $build_by_default
6285 build_by_default=yes
6287 if test x${language} = x; then
6288 echo "${lang_frag} doesn't set \$language." 1>&2
6292 if test "$language" = "c++"; then
6297 case ,${enable_languages}, in
6299 # Language was explicitly selected; include it
6300 # unless it is C, which is enabled by default.
6301 if test "$language" != "c"; then
6306 # 'all' was selected, select it if it is a default language
6307 if test "$language" != "c"; then
6308 add_this_lang=${build_by_default}
6313 # Disable languages that need other directories if these aren't available.
6314 for i in $subdir_requires; do
6315 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6316 case ,${enable_languages}, in
6318 # Specifically requested language; tell them.
6319 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6323 add_this_lang=unsupported
6328 # Disable Ada if no preexisting GNAT is available.
6329 case ,${enable_languages},:${language}:${have_gnat} in
6330 *,${language},*:ada:no)
6331 # Specifically requested language; tell them.
6332 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6336 add_this_lang=unsupported
6340 # Disable a language that is unsupported by the target.
6341 case " $unsupported_languages " in
6343 add_this_lang=unsupported
6347 case $add_this_lang in
6349 # Remove language-dependent dirs.
6350 disabled_target_libs="$disabled_target_libs $target_libs"
6351 noconfigdirs="$noconfigdirs $lang_dirs"
6354 # Remove language-dependent dirs; still show language as supported.
6355 disabled_target_libs="$disabled_target_libs $target_libs"
6356 noconfigdirs="$noconfigdirs $lang_dirs"
6357 potential_languages="${potential_languages}${language},"
6360 new_enable_languages="${new_enable_languages}${language},"
6361 potential_languages="${potential_languages}${language},"
6362 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6363 enabled_target_libs="$enabled_target_libs $target_libs"
6364 case "${boot_language}:,$enable_stage1_languages," in
6365 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6366 # Add to (comma-separated) list of stage 1 languages.
6367 case ",$stage1_languages," in
6368 *,$language,* | ,yes, | ,all,) ;;
6369 *) stage1_languages="${stage1_languages}${language}," ;;
6371 # We need to bootstrap any supporting libraries.
6372 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6381 # Add target libraries which are only needed for disabled languages
6383 if test -n "$disabled_target_libs"; then
6384 for dir in $disabled_target_libs; do
6385 case " $enabled_target_libs " in
6387 *) noconfigdirs="$noconfigdirs $dir" ;;
6392 # Check whether --enable-stage1-languages was given.
6393 if test "${enable_stage1_languages+set}" = set; then :
6394 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6396 # Set it to something that will have no effect in the loop below
6397 enable_stage1_languages=c ;;
6399 enable_stage1_languages=`echo $new_enable_languages | \
6400 sed -e "s/^,//" -e "s/,$//" ` ;;
6402 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6403 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6406 # Add "good" languages from enable_stage1_languages to stage1_languages,
6407 # while "bad" languages go in missing_languages. Leave no duplicates.
6408 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6409 case $potential_languages in
6411 case $stage1_languages in
6413 *) stage1_languages="$stage1_languages$i," ;;
6416 case $missing_languages in
6418 *) missing_languages="$missing_languages$i," ;;
6425 # Remove leading/trailing commas that were added for simplicity
6426 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6427 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6428 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6429 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6431 if test "x$missing_languages" != x; then
6433 The following requested languages could not be built: ${missing_languages}
6434 Supported languages are: ${potential_languages}" "$LINENO" 5
6436 if test "x$new_enable_languages" != "x$enable_languages"; then
6437 echo The following languages will be built: ${new_enable_languages}
6438 enable_languages="$new_enable_languages"
6442 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6445 # Handle --disable-<component> generically.
6446 for dir in $configdirs $build_configdirs $target_configdirs ; do
6447 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6448 varname=`echo $dirname | sed -e s/+/_/g`
6449 if eval test x\${enable_${varname}} "=" xno ; then
6450 noconfigdirs="$noconfigdirs $dir"
6454 # Check for Boehm's garbage collector
6455 # Check whether --enable-objc-gc was given.
6456 if test "${enable_objc_gc+set}" = set; then :
6457 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6458 *,objc,*:*:yes:*target-boehm-gc*)
6459 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6465 # Make sure we only build Boehm's garbage collector if required.
6466 case ,${enable_languages},:${enable_objc_gc} in
6468 # Keep target-boehm-gc if requested for Objective-C.
6471 # Otherwise remove target-boehm-gc depending on target-libjava.
6472 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6473 noconfigdirs="$noconfigdirs target-boehm-gc"
6478 # Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
6479 case ,${enable_languages}, in
6481 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6482 case "${noconfigdirs}" in
6483 *target-libstdc++-v3*)
6484 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6490 noconfigdirs="$noconfigdirs target-libcilkrts target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
6494 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6495 # $build_configdirs and $target_configdirs.
6496 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6499 for dir in . $skipdirs $noconfigdirs ; do
6500 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6501 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6502 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6503 if test -r $srcdir/$dirname/configure ; then
6504 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6507 notsupp="$notsupp $dir"
6511 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6512 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6513 if test -r $srcdir/$dirname/configure ; then
6514 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6517 notsupp="$notsupp $dir"
6521 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6522 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6523 if test -r $srcdir/$dirname/configure ; then
6524 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6527 notsupp="$notsupp $dir"
6533 # Quietly strip out all directories which aren't configurable in this tree.
6534 # This relies on all configurable subdirectories being autoconfiscated, which
6536 build_configdirs_all="$build_configdirs"
6538 for i in ${build_configdirs_all} ; do
6539 j=`echo $i | sed -e s/build-//g`
6540 if test -f ${srcdir}/$j/configure ; then
6541 build_configdirs="${build_configdirs} $i"
6545 configdirs_all="$configdirs"
6547 for i in ${configdirs_all} ; do
6548 if test -f ${srcdir}/$i/configure ; then
6549 configdirs="${configdirs} $i"
6553 target_configdirs_all="$target_configdirs"
6555 for i in ${target_configdirs_all} ; do
6556 j=`echo $i | sed -e s/target-//g`
6557 if test -f ${srcdir}/$j/configure ; then
6558 target_configdirs="${target_configdirs} $i"
6562 # Exclude target-zlib if target-libjava isn't built.
6563 case ${target_configdirs} in
6567 target_configdirs="`echo ${target_configdirs} | sed -e 's/target-zlib//'`"
6571 # libiberty-linker-plugin is special: it doesn't have its own source directory,
6572 # so we have to add it after the preceding checks.
6573 if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6575 case " $configdirs " in
6577 # If we can build libiberty, we can also build libiberty-linker-plugin.
6578 configdirs="$configdirs libiberty-linker-plugin"
6579 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6580 --with-libiberty=../libiberty-linker-plugin";;
6582 as_fn_error "libiberty missing" "$LINENO" 5;;
6586 # Sometimes we have special requirements for the host libiberty.
6587 extra_host_libiberty_configure_flags=
6588 case " $configdirs " in
6589 *" lto-plugin "* | *" libcc1 "*)
6590 # When these are to be built as shared libraries, the same applies to
6592 extra_host_libiberty_configure_flags=--enable-shared
6597 # Produce a warning message for the subdirs we can't configure.
6598 # This isn't especially interesting in the Cygnus tree, but in the individual
6599 # FSF releases, it's important to let people know when their machine isn't
6600 # supported by the one or two programs in a package.
6602 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6603 # If $appdirs is non-empty, at least one of those directories must still
6604 # be configured, or we error out. (E.g., if the gas release supports a
6605 # specified target in some subdirs but not the gas subdir, we shouldn't
6606 # pretend that all is well.)
6607 if test -n "$appdirs" ; then
6608 for dir in $appdirs ; do
6609 if test -r $dir/Makefile.in ; then
6610 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6614 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6620 if test -n "$appdirs" ; then
6621 echo "*** This configuration is not supported by this package." 1>&2
6625 # Okay, some application will build, or we don't care to check. Still
6626 # notify of subdirs not getting built.
6627 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6628 echo " ${notsupp}" 1>&2
6629 echo " (Any other directories should still work fine.)" 1>&2
6637 # To find our prefix, in gcc_cv_tool_prefix.
6639 # The user is always right.
6640 if test "${PATH_SEPARATOR+set}" != set; then
6641 echo "#! /bin/sh" >conf$$.sh
6642 echo "exit 0" >>conf$$.sh
6644 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6654 if test "x$exec_prefix" = xNONE; then
6655 if test "x$prefix" = xNONE; then
6656 gcc_cv_tool_prefix=$ac_default_prefix
6658 gcc_cv_tool_prefix=$prefix
6661 gcc_cv_tool_prefix=$exec_prefix
6664 # If there is no compiler in the tree, use the PATH only. In any
6665 # case, if there is no compiler in the tree nobody should use
6666 # AS_FOR_TARGET and LD_FOR_TARGET.
6667 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6668 gcc_version=`cat $srcdir/gcc/BASE-VER`
6669 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6670 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6671 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6672 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6673 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6674 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6679 if test x$build = x$target && test -n "$md_exec_prefix"; then
6680 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6688 # Check whether --with-build-sysroot was given.
6689 if test "${with_build_sysroot+set}" = set; then :
6690 withval=$with_build_sysroot; if test x"$withval" != x ; then
6691 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6694 SYSROOT_CFLAGS_FOR_TARGET=
6700 # Check whether --with-debug-prefix-map was given.
6701 if test "${with_debug_prefix_map+set}" = set; then :
6702 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6703 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6704 for debug_map in $withval; do
6705 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6709 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6714 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6715 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6716 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6717 # We want to ensure that TARGET libraries (which we know are built with
6718 # gcc) are built with "-O2 -g", so include those options when setting
6719 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6720 if test "x$CFLAGS_FOR_TARGET" = x; then
6721 if test "x${is_cross_compiler}" = xyes; then
6722 CFLAGS_FOR_TARGET="-g -O2"
6724 CFLAGS_FOR_TARGET=$CFLAGS
6727 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6730 *" -g "* | *" -g3 "*) ;;
6731 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6737 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6738 if test "x${is_cross_compiler}" = xyes; then
6739 CXXFLAGS_FOR_TARGET="-g -O2"
6741 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6742 case " $CXXFLAGS " in
6744 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6746 case " $CXXFLAGS " in
6747 *" -g "* | *" -g3 "*) ;;
6748 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6756 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6757 # the named directory are copied to $(tooldir)/sys-include.
6758 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6759 if test x${is_cross_compiler} = xno ; then
6760 echo 1>&2 '***' --with-headers is only supported when cross compiling
6763 if test x"${with_headers}" != xyes ; then
6764 x=${gcc_cv_tool_prefix}
6765 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6769 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6770 # the name directories are copied to $(tooldir)/lib. Multiple directories
6772 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6773 if test x${is_cross_compiler} = xno ; then
6774 echo 1>&2 '***' --with-libs is only supported when cross compiling
6777 if test x"${with_libs}" != xyes ; then
6778 # Copy the libraries in reverse order, so that files in the first named
6779 # library override files in subsequent libraries.
6780 x=${gcc_cv_tool_prefix}
6781 for l in ${with_libs}; do
6782 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6787 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6789 # This is done by determining whether or not the appropriate directory
6790 # is available, and by checking whether or not specific configurations
6791 # have requested that this magic not happen.
6793 # The command line options always override the explicit settings in
6794 # configure.in, and the settings in configure.in override this magic.
6796 # If the default for a toolchain is to use GNU as and ld, and you don't
6797 # want to do that, then you should use the --without-gnu-as and
6798 # --without-gnu-ld options for the configure script. Similarly, if
6799 # the default is to use the included zlib and you don't want to do that,
6800 # you should use the --with-system-zlib option for the configure script.
6802 if test x${use_gnu_as} = x &&
6803 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6805 extra_host_args="$extra_host_args --with-gnu-as"
6808 if test x${use_gnu_ld} = x &&
6809 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6811 extra_host_args="$extra_host_args --with-gnu-ld"
6814 if test x${use_included_zlib} = x &&
6815 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6818 with_system_zlib=yes
6819 extra_host_args="$extra_host_args --with-system-zlib"
6822 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6823 # can detect this case.
6825 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6827 extra_host_args="$extra_host_args --with-newlib"
6830 # Handle ${copy_dirs}
6831 set fnord ${copy_dirs}
6833 while test $# != 0 ; do
6834 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6837 echo Copying $1 to $2
6839 # Use the install script to create the directory and all required
6840 # parent directories.
6841 if test -d $2 ; then
6845 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6848 # Copy the directory, assuming we have tar.
6849 # FIXME: Should we use B in the second tar? Not all systems support it.
6850 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6852 # It is the responsibility of the user to correctly adjust all
6853 # symlinks. If somebody can figure out how to handle them correctly
6854 # here, feel free to add the code.
6861 # Determine a target-dependent exec_prefix that the installed
6862 # gcc will search in. Keep this list sorted by triplet, with
6863 # the *-*-osname triplets last.
6866 i[34567]86-pc-msdosdjgpp*)
6867 md_exec_prefix=/dev/env/DJDIR/bin
6872 md_exec_prefix=/usr/ccs/bin
6876 extra_arflags_for_target=
6877 extra_nmflags_for_target=
6878 extra_ranlibflags_for_target=
6879 target_makefile_frag=/dev/null
6882 target_makefile_frag="config/mt-spu"
6884 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
6885 target_makefile_frag="config/mt-sde"
6887 mipsisa*-*-elfoabi*)
6888 target_makefile_frag="config/mt-mips-elfoabi"
6890 mips*-*-*linux* | mips*-*-gnu*)
6891 target_makefile_frag="config/mt-mips-gnu"
6894 target_makefile_frag="config/mt-nios2-elf"
6896 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6897 target_makefile_frag="config/mt-gnu"
6899 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6900 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6901 # commands to handle both 32-bit and 64-bit objects. These flags are
6902 # harmless if we're using GNU nm or ar.
6903 extra_arflags_for_target=" -X32_64"
6904 extra_nmflags_for_target=" -B -X32_64"
6908 alphaieee_frag=/dev/null
6911 # This just makes sure to use the -mieee option to build target libs.
6912 # This should probably be set individually by each library.
6913 alphaieee_frag="config/mt-alphaieee"
6917 # If --enable-target-optspace always use -Os instead of -O2 to build
6918 # the target libraries, similarly if it is not specified, use -Os
6919 # on selected platforms.
6920 ospace_frag=/dev/null
6921 case "${enable_target_optspace}:${target}" in
6923 ospace_frag="config/mt-ospace"
6926 ospace_frag="config/mt-d30v"
6928 :m32r-* | :d10v-* | :fr30-*)
6929 ospace_frag="config/mt-ospace"
6934 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6938 # Some systems (e.g., one of the i386-aix systems the gas testers are
6939 # using) don't handle "\$" correctly, so don't use it here.
6940 tooldir='${exec_prefix}'/${target_noncanonical}
6941 build_tooldir=${tooldir}
6943 # Create a .gdbinit file which runs the one in srcdir
6944 # and tells GDB to look there for source files.
6946 if test -r ${srcdir}/.gdbinit ; then
6949 *) cat > ./.gdbinit <<EOF
6953 source ${srcdir}/.gdbinit
6959 # Make sure that the compiler is able to generate an executable. If it
6960 # can't, we are probably in trouble. We don't care whether we can run the
6961 # executable--we might be using a cross compiler--we only care whether it
6962 # can be created. At this point the main configure script has set CC.
6964 echo "int main () { return 0; }" > conftest.c
6965 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6966 if test $? = 0 ; then
6967 if test -s conftest || test -s conftest.exe ; then
6973 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6974 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6981 # Decide which environment variable is used to find dynamic libraries.
6983 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6984 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6985 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6986 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6989 # On systems where the dynamic library environment variable is PATH,
6990 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6991 # built executables to PATH.
6992 if test "$RPATH_ENVVAR" = PATH; then
6993 GCC_SHLIB_SUBDIR=/shlib
6998 # Adjust the toplevel makefile according to whether bootstrap was selected.
6999 case $enable_bootstrap in
7001 bootstrap_suffix=bootstrap
7002 BUILD_CONFIG=bootstrap-debug
7005 bootstrap_suffix=no-bootstrap
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7011 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7014 # Check whether --with-build-config was given.
7015 if test "${with_build_config+set}" = set; then :
7016 withval=$with_build_config; case $with_build_config in
7017 yes) with_build_config= ;;
7018 no) with_build_config= BUILD_CONFIG= ;;
7023 if test "x${with_build_config}" != x; then
7024 BUILD_CONFIG=$with_build_config
7026 case $BUILD_CONFIG in
7028 if echo "int f (void) { return 0; }" > conftest.c &&
7029 ${CC} -c conftest.c &&
7030 mv conftest.o conftest.o.g0 &&
7031 ${CC} -c -g conftest.c &&
7032 mv conftest.o conftest.o.g &&
7033 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7038 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7043 $as_echo "$BUILD_CONFIG" >&6; }
7046 # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7048 $as_echo_n "checking for --enable-vtable-verify... " >&6; }
7049 # Check whether --enable-vtable-verify was given.
7050 if test "${enable_vtable_verify+set}" = set; then :
7051 enableval=$enable_vtable_verify; case "$enableval" in
7052 yes) enable_vtable_verify=yes ;;
7053 no) enable_vtable_verify=no ;;
7054 *) enable_vtable_verify=no;;
7057 enable_vtable_verify=no
7060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7061 $as_echo "$enable_vtable_verify" >&6; }
7063 # Record target_configdirs and the configure arguments for target and
7064 # build configuration in Makefile.
7065 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7066 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7067 bootstrap_fixincludes=no
7069 # If we are building libgomp, bootstrap it.
7070 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7071 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7074 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7075 # or bootstrap-ubsan, bootstrap it.
7076 if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7077 case "$BUILD_CONFIG" in
7078 *bootstrap-asan* | *bootstrap-ubsan* )
7079 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
7080 bootstrap_fixincludes=yes
7085 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
7086 if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7087 test "$enable_vtable_verify" != no; then
7088 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7091 # If we are building libmpx, bootstrap it.
7092 if echo " ${target_configdirs} " | grep " libmpx " > /dev/null 2>&1; then
7093 bootstrap_target_libs=${bootstrap_target_libs}target-libmpx,
7096 # Determine whether gdb needs tk/tcl or not.
7097 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7098 # and in that case we want gdb to be built without tk. Ugh!
7099 # In fact I believe gdb is the *only* package directly dependent on tk,
7100 # so we should be able to put the 'maybe's in unconditionally and
7101 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7102 # 100% sure that that's safe though.
7104 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7105 case "$enable_gdbtk" in
7109 GDB_TK="${gdb_tk}" ;;
7111 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7112 # distro. Eventually someone will fix this and move Insight, nee
7113 # gdbtk to a separate directory.
7114 if test -d ${srcdir}/gdb/gdbtk ; then
7121 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7122 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7124 # Strip out unwanted targets.
7126 # While at that, we remove Makefiles if we were started for recursive
7127 # configuration, so that the top-level Makefile reconfigures them,
7128 # like we used to do when configure itself was recursive.
7130 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7131 # but now we're fixing up the Makefile ourselves with the additional
7132 # commands passed to AC_CONFIG_FILES. Use separate variables
7133 # extrasub-{build,host,target} not because there is any reason to split
7134 # the substitutions up that way, but only to remain below the limit of
7135 # 99 commands in a script, for HP-UX sed.
7136 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7138 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7139 yes:yes:*\ gold\ *:*,c++,*) ;;
7140 yes:yes:*\ gold\ *:*)
7141 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7146 for module in ${build_configdirs} ; do
7147 if test -z "${no_recursion}" \
7148 && test -f ${build_subdir}/${module}/Makefile; then
7149 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7150 rm -f ${build_subdir}/${module}/Makefile
7152 extrasub_build="$extrasub_build
7153 /^@if build-$module\$/d
7154 /^@endif build-$module\$/d
7155 /^@if build-$module-$bootstrap_suffix\$/d
7156 /^@endif build-$module-$bootstrap_suffix\$/d"
7159 for module in ${configdirs} ; do
7160 if test -z "${no_recursion}"; then
7161 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7162 if test -f ${file}; then
7163 echo 1>&2 "*** removing ${file} to force reconfigure"
7168 case ${module},${bootstrap_fixincludes} in
7169 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7170 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7172 extrasub_host="$extrasub_host
7174 /^@endif $module\$/d
7175 /^@if $module-$host_bootstrap_suffix\$/d
7176 /^@endif $module-$host_bootstrap_suffix\$/d"
7179 for module in ${target_configdirs} ; do
7180 if test -z "${no_recursion}" \
7181 && test -f ${target_subdir}/${module}/Makefile; then
7182 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7183 rm -f ${target_subdir}/${module}/Makefile
7186 # We only bootstrap target libraries listed in bootstrap_target_libs.
7187 case $bootstrap_target_libs in
7188 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7189 *) target_bootstrap_suffix=no-bootstrap ;;
7192 extrasub_target="$extrasub_target
7193 /^@if target-$module\$/d
7194 /^@endif target-$module\$/d
7195 /^@if target-$module-$target_bootstrap_suffix\$/d
7196 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7199 # Do the final fixup along with target modules.
7200 extrasub_target="$extrasub_target
7201 /^@if /,/^@endif /d"
7203 # Create the serialization dependencies. This uses a temporary file.
7205 # Check whether --enable-serial-configure was given.
7206 if test "${enable_serial_configure+set}" = set; then :
7207 enableval=$enable_serial_configure;
7211 case ${enable_serial_configure} in
7213 enable_serial_build_configure=yes
7214 enable_serial_host_configure=yes
7215 enable_serial_target_configure=yes
7219 # These force 'configure's to be done one at a time, to avoid problems
7220 # with contention over a shared config.cache.
7222 echo '# serdep.tmp' > serdep.tmp
7224 test "x${enable_serial_build_configure}" = xyes &&
7225 for item in ${build_configdirs} ; do
7228 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7233 test "x${enable_serial_host_configure}" = xyes &&
7234 for item in ${configdirs} ; do
7237 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7242 test "x${enable_serial_target_configure}" = xyes &&
7243 for item in ${target_configdirs} ; do
7246 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7250 serialization_dependencies=serdep.tmp
7253 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7254 # target, nonopt, and variable assignments. These are the ones we
7255 # might not want to pass down to subconfigures. The exception being
7256 # --cache-file=/dev/null, which is used to turn off the use of cache
7257 # files altogether, and which should be passed on to subconfigures.
7258 # Also strip program-prefix, program-suffix, and program-transform-name,
7259 # so that we can pass down a consistent program-transform-name.
7264 eval "set -- $ac_configure_args"
7267 if test X"$skip_next" = X"yes"; then
7271 if test X"$keep_next" = X"yes"; then
7274 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7276 baseargs="$baseargs '$ac_arg'"
7277 tbaseargs="$tbaseargs '$ac_arg'"
7282 # Handle separated arguments. Based on the logic generated by
7285 *=* | --config-cache | -C | -disable-* | --disable-* \
7286 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7287 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7288 | -with-* | --with-* | -without-* | --without-* | --x)
7302 --with-* | --without-*)
7303 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7307 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7310 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7319 mpc | mpfr | gmp | isl)
7320 # If we're processing --with-$lib, --with-$lib-include or
7321 # --with-$lib-lib, for one of the libs above, and target is
7322 # different from host, don't pass the current argument to any
7323 # target library's configure.
7324 if test x$is_cross_compiler = xyes; then
7333 --cache-file=/dev/null | \
7334 -cache-file=/dev/null )
7335 # Handled here to avoid the test to skip args below.
7336 baseargs="$baseargs '$ac_arg'"
7337 tbaseargs="$tbaseargs '$ac_arg'"
7338 # Assert: $separate_arg should always be no.
7339 keep_next=$separate_arg
7355 -program-prefix* | \
7356 -program-suffix* | \
7357 -program-transform-name* )
7358 skip_next=$separate_arg
7362 # An option. Add it.
7365 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7367 baseargs="$baseargs '$ac_arg'"
7368 if test X"$skip_targ" = Xno; then
7369 tbaseargs="$tbaseargs '$ac_arg'"
7371 keep_next=$separate_arg
7374 # Either a variable assignment, or a nonopt (triplet). Don't
7375 # pass it down; let the Makefile handle this.
7380 # Remove the initial space we just introduced and, as these will be
7381 # expanded by make, quote '$'.
7382 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7384 # Add in --program-transform-name, after --program-prefix and
7385 # --program-suffix have been applied to it. Autoconf has already
7386 # doubled dollar signs and backslashes in program_transform_name; we want
7387 # the backslashes un-doubled, and then the entire thing wrapped in single
7388 # quotes, because this will be expanded first by make and then by the shell.
7389 # Also, because we want to override the logic in subdir configure scripts to
7390 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7391 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7392 ${program_transform_name}
7394 gcc_transform_name=`cat conftestsed.out`
7395 rm -f conftestsed.out
7396 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7397 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7398 if test "$silent" = yes; then
7399 baseargs="$baseargs --silent"
7400 tbaseargs="$tbaseargs --silent"
7402 baseargs="$baseargs --disable-option-checking"
7403 tbaseargs="$tbaseargs --disable-option-checking"
7405 # Record and document user additions to sub configure arguments.
7410 # For the build-side libraries, we just need to pretend we're native,
7411 # and not use the same cache file. Multilibs are neither needed nor
7412 # desired. We can't even use the same cache file for all build-side
7413 # libraries, as they're compiled differently; some with C, some with
7414 # C++ or with different feature-enabling options.
7415 build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
7417 # For host modules, accept cache file option, or specification as blank.
7418 case "${cache_file}" in
7420 cache_file_option="" ;;
7421 /* | [A-Za-z]:[\\/]* ) # absolute path
7422 cache_file_option="--cache-file=${cache_file}" ;;
7424 cache_file_option="--cache-file=../${cache_file}" ;;
7427 # Host dirs don't like to share a cache file either, horribly enough.
7428 # This seems to be due to autoconf 2.5x stupidity.
7429 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7431 target_configargs="$target_configargs ${tbaseargs}"
7433 # Passing a --with-cross-host argument lets the target libraries know
7434 # whether they are being built with a cross-compiler or being built
7435 # native. However, it would be better to use other mechanisms to make the
7436 # sorts of decisions they want to make on this basis. Please consider
7437 # this option to be deprecated. FIXME.
7438 if test x${is_cross_compiler} = xyes ; then
7439 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7442 # Special user-friendly check for native x86_64-linux build, if
7443 # multilib is not explicitly enabled.
7444 case "$target:$have_compiler:$host:$target:$enable_multilib" in
7445 x86_64-*linux*:yes:$build:$build:)
7446 # Make sure we have a developement environment that handles 32-bit
7448 echo "int main () { return 0; }" > conftest.c
7449 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7450 if test $? = 0 ; then
7451 if test -s conftest || test -s conftest.exe ; then
7456 if test x${dev64} != xyes ; then
7457 as_fn_error "I suspect your system does not have 32-bit developement 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
7462 # Default to --enable-multilib.
7463 if test x${enable_multilib} = x ; then
7464 target_configargs="--enable-multilib ${target_configargs}"
7467 # Pass --with-newlib if appropriate. Note that target_configdirs has
7468 # changed from the earlier setting of with_newlib.
7469 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7470 target_configargs="--with-newlib ${target_configargs}"
7473 # Different target subdirs use different values of certain variables
7474 # (notably CXX). Worse, multilibs use *lots* of different values.
7475 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7476 # it doesn't automatically accept command-line overrides of them.
7477 # This means it's not safe for target subdirs to share a cache file,
7478 # which is disgusting, but there you have it. Hopefully this can be
7479 # fixed in future. It's still worthwhile to use a cache file for each
7480 # directory. I think.
7482 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7483 # We need to pass --target, as newer autoconf's requires consistency
7484 # for target_alias and gcc doesn't manage it consistently.
7485 target_configargs="--cache-file=./config.cache ${target_configargs}"
7488 case " $target_configdirs " in
7490 case " $target_configargs " in
7491 *" --with-newlib "*)
7494 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7498 # If we're not building GCC, don't discard standard headers.
7499 if test -d ${srcdir}/gcc; then
7500 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7502 if test "${build}" != "${host}"; then
7503 # On Canadian crosses, CC_FOR_TARGET will have already been set
7504 # by `configure', so we won't have an opportunity to add -Bgcc/
7505 # to it. This is right: we don't want to search that directory
7506 # for binaries, but we want the header files in there, so add
7508 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7510 # Someone might think of using the pre-installed headers on
7511 # Canadian crosses, in case the installed compiler is not fully
7512 # compatible with the compiler being built. In this case, it
7513 # would be better to flag an error than risking having
7514 # incompatible object files being constructed. We can't
7515 # guarantee that an error will be flagged, but let's hope the
7516 # compiler will do it, when presented with incompatible header
7521 case "${target}-${is_cross_compiler}" in
7522 i[3456789]86-*-linux*-no)
7523 # Here host == target, so we don't need to build gcc,
7524 # so we don't want to discard standard headers.
7525 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7528 # If we're building newlib, use its generic headers last, but search
7529 # for any libc-related directories first (so make it the last -B
7531 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7533 # If we're building libgloss, find the startup file, simulator library
7534 # and linker script.
7535 case " $target_configdirs " in
7537 # Look for startup file, simulator library and maybe linker script.
7538 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7539 # Look for libnosys.a in case the target needs it.
7540 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7541 # Most targets have the linker script in the source directory.
7542 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7553 x86_64-*mingw* | *-w64-mingw*)
7554 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7555 # however, use a symlink named 'mingw' in ${prefix} .
7556 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7559 # MinGW can't be handled as Cygwin above since it does not use newlib.
7560 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include'
7564 # Allow the user to override the flags for
7565 # our build compiler if desired.
7566 if test x"${build}" = x"${host}" ; then
7567 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7568 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7569 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7572 # On Canadian crosses, we'll be searching the right directories for
7573 # the previously-installed cross compiler, so don't bother to add
7574 # flags for directories within the install tree of the compiler
7575 # being built; programs in there won't even run.
7576 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7577 # Search for pre-installed headers if nothing else fits.
7578 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7581 if test "x${use_gnu_ld}" = x &&
7582 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7583 # Arrange for us to find uninstalled linker scripts.
7584 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7587 # Search for other target-specific linker scripts and such.
7590 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7594 # Makefile fragments.
7595 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7597 eval fragval=\$$frag
7598 if test $fragval != /dev/null; then
7599 eval $frag=${srcdir}/$fragval
7607 # Miscellanea: directories, flags, etc.
7616 # Build module lists & subconfigure args.
7620 # Host module lists & subconfigure args.
7625 # Target module lists & subconfigure args.
7647 # Generate default definitions for YACC, M4, LEX and other programs that run
7648 # on the build machine. These are used if the Makefile can't locate these
7649 # programs in objdir.
7650 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7652 for ac_prog in 'bison -y' byacc yacc
7654 # Extract the first word of "$ac_prog", so it can be a program name with args.
7655 set dummy $ac_prog; ac_word=$2
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7657 $as_echo_n "checking for $ac_word... " >&6; }
7658 if test "${ac_cv_prog_YACC+set}" = set; then :
7659 $as_echo_n "(cached) " >&6
7661 if test -n "$YACC"; then
7662 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7668 test -z "$as_dir" && as_dir=.
7669 for ac_exec_ext in '' $ac_executable_extensions; do
7670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7671 ac_cv_prog_YACC="$ac_prog"
7672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7681 YACC=$ac_cv_prog_YACC
7682 if test -n "$YACC"; then
7683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7684 $as_echo "$YACC" >&6; }
7686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7687 $as_echo "no" >&6; }
7691 test -n "$YACC" && break
7693 test -n "$YACC" || YACC="$MISSING bison -y"
7695 case " $build_configdirs " in
7696 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7699 for ac_prog in bison
7701 # Extract the first word of "$ac_prog", so it can be a program name with args.
7702 set dummy $ac_prog; ac_word=$2
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7704 $as_echo_n "checking for $ac_word... " >&6; }
7705 if test "${ac_cv_prog_BISON+set}" = set; then :
7706 $as_echo_n "(cached) " >&6
7708 if test -n "$BISON"; then
7709 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7715 test -z "$as_dir" && as_dir=.
7716 for ac_exec_ext in '' $ac_executable_extensions; do
7717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7718 ac_cv_prog_BISON="$ac_prog"
7719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7728 BISON=$ac_cv_prog_BISON
7729 if test -n "$BISON"; then
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7731 $as_echo "$BISON" >&6; }
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7734 $as_echo "no" >&6; }
7738 test -n "$BISON" && break
7740 test -n "$BISON" || BISON="$MISSING bison"
7742 case " $build_configdirs " in
7743 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7746 for ac_prog in gm4 gnum4 m4
7748 # Extract the first word of "$ac_prog", so it can be a program name with args.
7749 set dummy $ac_prog; ac_word=$2
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7751 $as_echo_n "checking for $ac_word... " >&6; }
7752 if test "${ac_cv_prog_M4+set}" = set; then :
7753 $as_echo_n "(cached) " >&6
7755 if test -n "$M4"; then
7756 ac_cv_prog_M4="$M4" # Let the user override the test.
7758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7762 test -z "$as_dir" && as_dir=.
7763 for ac_exec_ext in '' $ac_executable_extensions; do
7764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7765 ac_cv_prog_M4="$ac_prog"
7766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7776 if test -n "$M4"; then
7777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7778 $as_echo "$M4" >&6; }
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7781 $as_echo "no" >&6; }
7785 test -n "$M4" && break
7787 test -n "$M4" || M4="$MISSING m4"
7789 case " $build_configdirs " in
7790 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7793 for ac_prog in flex lex
7795 # Extract the first word of "$ac_prog", so it can be a program name with args.
7796 set dummy $ac_prog; ac_word=$2
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7798 $as_echo_n "checking for $ac_word... " >&6; }
7799 if test "${ac_cv_prog_LEX+set}" = set; then :
7800 $as_echo_n "(cached) " >&6
7802 if test -n "$LEX"; then
7803 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7809 test -z "$as_dir" && as_dir=.
7810 for ac_exec_ext in '' $ac_executable_extensions; do
7811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7812 ac_cv_prog_LEX="$ac_prog"
7813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7823 if test -n "$LEX"; then
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7825 $as_echo "$LEX" >&6; }
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7828 $as_echo "no" >&6; }
7832 test -n "$LEX" && break
7834 test -n "$LEX" || LEX="$MISSING flex"
7836 case " $build_configdirs " in
7837 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7838 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7843 # Extract the first word of "$ac_prog", so it can be a program name with args.
7844 set dummy $ac_prog; ac_word=$2
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7846 $as_echo_n "checking for $ac_word... " >&6; }
7847 if test "${ac_cv_prog_FLEX+set}" = set; then :
7848 $as_echo_n "(cached) " >&6
7850 if test -n "$FLEX"; then
7851 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7857 test -z "$as_dir" && as_dir=.
7858 for ac_exec_ext in '' $ac_executable_extensions; do
7859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7860 ac_cv_prog_FLEX="$ac_prog"
7861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7870 FLEX=$ac_cv_prog_FLEX
7871 if test -n "$FLEX"; then
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7873 $as_echo "$FLEX" >&6; }
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7876 $as_echo "no" >&6; }
7880 test -n "$FLEX" && break
7882 test -n "$FLEX" || FLEX="$MISSING flex"
7884 case " $build_configdirs " in
7885 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7888 for ac_prog in makeinfo
7890 # Extract the first word of "$ac_prog", so it can be a program name with args.
7891 set dummy $ac_prog; ac_word=$2
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7893 $as_echo_n "checking for $ac_word... " >&6; }
7894 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7895 $as_echo_n "(cached) " >&6
7897 if test -n "$MAKEINFO"; then
7898 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7904 test -z "$as_dir" && as_dir=.
7905 for ac_exec_ext in '' $ac_executable_extensions; do
7906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7907 ac_cv_prog_MAKEINFO="$ac_prog"
7908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7917 MAKEINFO=$ac_cv_prog_MAKEINFO
7918 if test -n "$MAKEINFO"; then
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7920 $as_echo "$MAKEINFO" >&6; }
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7923 $as_echo "no" >&6; }
7927 test -n "$MAKEINFO" && break
7929 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7931 case " $build_configdirs " in
7932 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7935 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7936 # higher, else we use the "missing" dummy.
7937 if ${MAKEINFO} --version \
7938 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7941 MAKEINFO="$MISSING makeinfo"
7947 # FIXME: expect and dejagnu may become build tools?
7949 for ac_prog in expect
7951 # Extract the first word of "$ac_prog", so it can be a program name with args.
7952 set dummy $ac_prog; ac_word=$2
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7954 $as_echo_n "checking for $ac_word... " >&6; }
7955 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7956 $as_echo_n "(cached) " >&6
7958 if test -n "$EXPECT"; then
7959 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7965 test -z "$as_dir" && as_dir=.
7966 for ac_exec_ext in '' $ac_executable_extensions; do
7967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7968 ac_cv_prog_EXPECT="$ac_prog"
7969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7978 EXPECT=$ac_cv_prog_EXPECT
7979 if test -n "$EXPECT"; then
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7981 $as_echo "$EXPECT" >&6; }
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7984 $as_echo "no" >&6; }
7988 test -n "$EXPECT" && break
7990 test -n "$EXPECT" || EXPECT="expect"
7992 case " $configdirs " in
7994 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7998 for ac_prog in runtest
8000 # Extract the first word of "$ac_prog", so it can be a program name with args.
8001 set dummy $ac_prog; ac_word=$2
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8003 $as_echo_n "checking for $ac_word... " >&6; }
8004 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8005 $as_echo_n "(cached) " >&6
8007 if test -n "$RUNTEST"; then
8008 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8014 test -z "$as_dir" && as_dir=.
8015 for ac_exec_ext in '' $ac_executable_extensions; do
8016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8017 ac_cv_prog_RUNTEST="$ac_prog"
8018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8027 RUNTEST=$ac_cv_prog_RUNTEST
8028 if test -n "$RUNTEST"; then
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8030 $as_echo "$RUNTEST" >&6; }
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8033 $as_echo "no" >&6; }
8037 test -n "$RUNTEST" && break
8039 test -n "$RUNTEST" || RUNTEST="runtest"
8041 case " $configdirs " in
8043 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8050 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8051 ncn_target_tool_prefix=
8052 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8056 if test -n "$AR"; then
8058 elif test -n "$ac_cv_prog_AR"; then
8062 if test -n "$ac_cv_prog_AR"; then
8063 for ncn_progname in ar; do
8064 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8065 set dummy ${ncn_progname}; ac_word=$2
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8067 $as_echo_n "checking for $ac_word... " >&6; }
8068 if test "${ac_cv_prog_AR+set}" = set; then :
8069 $as_echo_n "(cached) " >&6
8071 if test -n "$AR"; then
8072 ac_cv_prog_AR="$AR" # Let the user override the test.
8074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8078 test -z "$as_dir" && as_dir=.
8079 for ac_exec_ext in '' $ac_executable_extensions; do
8080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8081 ac_cv_prog_AR="${ncn_progname}"
8082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8092 if test -n "$AR"; then
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8094 $as_echo "$AR" >&6; }
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8097 $as_echo "no" >&6; }
8104 for ncn_progname in ar; do
8105 if test -n "$ncn_tool_prefix"; then
8106 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8107 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8109 $as_echo_n "checking for $ac_word... " >&6; }
8110 if test "${ac_cv_prog_AR+set}" = set; then :
8111 $as_echo_n "(cached) " >&6
8113 if test -n "$AR"; then
8114 ac_cv_prog_AR="$AR" # Let the user override the test.
8116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8120 test -z "$as_dir" && as_dir=.
8121 for ac_exec_ext in '' $ac_executable_extensions; do
8122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8123 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8134 if test -n "$AR"; then
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8136 $as_echo "$AR" >&6; }
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8139 $as_echo "no" >&6; }
8144 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8145 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8146 set dummy ${ncn_progname}; ac_word=$2
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8148 $as_echo_n "checking for $ac_word... " >&6; }
8149 if test "${ac_cv_prog_AR+set}" = set; then :
8150 $as_echo_n "(cached) " >&6
8152 if test -n "$AR"; then
8153 ac_cv_prog_AR="$AR" # Let the user override the test.
8155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8159 test -z "$as_dir" && as_dir=.
8160 for ac_exec_ext in '' $ac_executable_extensions; do
8161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8162 ac_cv_prog_AR="${ncn_progname}"
8163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8173 if test -n "$AR"; then
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8175 $as_echo "$AR" >&6; }
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8178 $as_echo "no" >&6; }
8183 test -n "$ac_cv_prog_AR" && break
8186 if test -z "$ac_cv_prog_AR" ; then
8188 if test $build = $host ; then
8191 AR="${ncn_tool_prefix}$2"
8197 if test -n "$AS"; then
8199 elif test -n "$ac_cv_prog_AS"; then
8203 if test -n "$ac_cv_prog_AS"; then
8204 for ncn_progname in as; do
8205 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8206 set dummy ${ncn_progname}; ac_word=$2
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8208 $as_echo_n "checking for $ac_word... " >&6; }
8209 if test "${ac_cv_prog_AS+set}" = set; then :
8210 $as_echo_n "(cached) " >&6
8212 if test -n "$AS"; then
8213 ac_cv_prog_AS="$AS" # Let the user override the test.
8215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8219 test -z "$as_dir" && as_dir=.
8220 for ac_exec_ext in '' $ac_executable_extensions; do
8221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8222 ac_cv_prog_AS="${ncn_progname}"
8223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8233 if test -n "$AS"; then
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8235 $as_echo "$AS" >&6; }
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8238 $as_echo "no" >&6; }
8245 for ncn_progname in as; do
8246 if test -n "$ncn_tool_prefix"; then
8247 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8248 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8250 $as_echo_n "checking for $ac_word... " >&6; }
8251 if test "${ac_cv_prog_AS+set}" = set; then :
8252 $as_echo_n "(cached) " >&6
8254 if test -n "$AS"; then
8255 ac_cv_prog_AS="$AS" # Let the user override the test.
8257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8261 test -z "$as_dir" && as_dir=.
8262 for ac_exec_ext in '' $ac_executable_extensions; do
8263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8264 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8275 if test -n "$AS"; then
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8277 $as_echo "$AS" >&6; }
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8280 $as_echo "no" >&6; }
8285 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8286 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8287 set dummy ${ncn_progname}; ac_word=$2
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8289 $as_echo_n "checking for $ac_word... " >&6; }
8290 if test "${ac_cv_prog_AS+set}" = set; then :
8291 $as_echo_n "(cached) " >&6
8293 if test -n "$AS"; then
8294 ac_cv_prog_AS="$AS" # Let the user override the test.
8296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8300 test -z "$as_dir" && as_dir=.
8301 for ac_exec_ext in '' $ac_executable_extensions; do
8302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8303 ac_cv_prog_AS="${ncn_progname}"
8304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8314 if test -n "$AS"; then
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8316 $as_echo "$AS" >&6; }
8318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8319 $as_echo "no" >&6; }
8324 test -n "$ac_cv_prog_AS" && break
8327 if test -z "$ac_cv_prog_AS" ; then
8329 if test $build = $host ; then
8332 AS="${ncn_tool_prefix}$2"
8338 if test -n "$DLLTOOL"; then
8339 ac_cv_prog_DLLTOOL=$DLLTOOL
8340 elif test -n "$ac_cv_prog_DLLTOOL"; then
8341 DLLTOOL=$ac_cv_prog_DLLTOOL
8344 if test -n "$ac_cv_prog_DLLTOOL"; then
8345 for ncn_progname in dlltool; do
8346 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8347 set dummy ${ncn_progname}; ac_word=$2
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8349 $as_echo_n "checking for $ac_word... " >&6; }
8350 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8351 $as_echo_n "(cached) " >&6
8353 if test -n "$DLLTOOL"; then
8354 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8360 test -z "$as_dir" && as_dir=.
8361 for ac_exec_ext in '' $ac_executable_extensions; do
8362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8363 ac_cv_prog_DLLTOOL="${ncn_progname}"
8364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8373 DLLTOOL=$ac_cv_prog_DLLTOOL
8374 if test -n "$DLLTOOL"; then
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8376 $as_echo "$DLLTOOL" >&6; }
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8379 $as_echo "no" >&6; }
8386 for ncn_progname in dlltool; do
8387 if test -n "$ncn_tool_prefix"; then
8388 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8389 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8391 $as_echo_n "checking for $ac_word... " >&6; }
8392 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8393 $as_echo_n "(cached) " >&6
8395 if test -n "$DLLTOOL"; then
8396 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8402 test -z "$as_dir" && as_dir=.
8403 for ac_exec_ext in '' $ac_executable_extensions; do
8404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8405 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8415 DLLTOOL=$ac_cv_prog_DLLTOOL
8416 if test -n "$DLLTOOL"; then
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8418 $as_echo "$DLLTOOL" >&6; }
8420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8421 $as_echo "no" >&6; }
8426 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8427 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8428 set dummy ${ncn_progname}; ac_word=$2
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8430 $as_echo_n "checking for $ac_word... " >&6; }
8431 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8432 $as_echo_n "(cached) " >&6
8434 if test -n "$DLLTOOL"; then
8435 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8441 test -z "$as_dir" && as_dir=.
8442 for ac_exec_ext in '' $ac_executable_extensions; do
8443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8444 ac_cv_prog_DLLTOOL="${ncn_progname}"
8445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8454 DLLTOOL=$ac_cv_prog_DLLTOOL
8455 if test -n "$DLLTOOL"; then
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8457 $as_echo "$DLLTOOL" >&6; }
8459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8460 $as_echo "no" >&6; }
8465 test -n "$ac_cv_prog_DLLTOOL" && break
8468 if test -z "$ac_cv_prog_DLLTOOL" ; then
8470 if test $build = $host ; then
8473 DLLTOOL="${ncn_tool_prefix}$2"
8479 if test -n "$LD"; then
8481 elif test -n "$ac_cv_prog_LD"; then
8485 if test -n "$ac_cv_prog_LD"; then
8486 for ncn_progname in ld; do
8487 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8488 set dummy ${ncn_progname}; ac_word=$2
8489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8490 $as_echo_n "checking for $ac_word... " >&6; }
8491 if test "${ac_cv_prog_LD+set}" = set; then :
8492 $as_echo_n "(cached) " >&6
8494 if test -n "$LD"; then
8495 ac_cv_prog_LD="$LD" # Let the user override the test.
8497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8501 test -z "$as_dir" && as_dir=.
8502 for ac_exec_ext in '' $ac_executable_extensions; do
8503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8504 ac_cv_prog_LD="${ncn_progname}"
8505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8515 if test -n "$LD"; then
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8517 $as_echo "$LD" >&6; }
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8520 $as_echo "no" >&6; }
8527 for ncn_progname in ld; do
8528 if test -n "$ncn_tool_prefix"; then
8529 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8530 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8532 $as_echo_n "checking for $ac_word... " >&6; }
8533 if test "${ac_cv_prog_LD+set}" = set; then :
8534 $as_echo_n "(cached) " >&6
8536 if test -n "$LD"; then
8537 ac_cv_prog_LD="$LD" # Let the user override the test.
8539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8543 test -z "$as_dir" && as_dir=.
8544 for ac_exec_ext in '' $ac_executable_extensions; do
8545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8546 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8557 if test -n "$LD"; then
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8559 $as_echo "$LD" >&6; }
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8562 $as_echo "no" >&6; }
8567 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8568 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8569 set dummy ${ncn_progname}; ac_word=$2
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8571 $as_echo_n "checking for $ac_word... " >&6; }
8572 if test "${ac_cv_prog_LD+set}" = set; then :
8573 $as_echo_n "(cached) " >&6
8575 if test -n "$LD"; then
8576 ac_cv_prog_LD="$LD" # Let the user override the test.
8578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8582 test -z "$as_dir" && as_dir=.
8583 for ac_exec_ext in '' $ac_executable_extensions; do
8584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8585 ac_cv_prog_LD="${ncn_progname}"
8586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8596 if test -n "$LD"; then
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8598 $as_echo "$LD" >&6; }
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8601 $as_echo "no" >&6; }
8606 test -n "$ac_cv_prog_LD" && break
8609 if test -z "$ac_cv_prog_LD" ; then
8611 if test $build = $host ; then
8614 LD="${ncn_tool_prefix}$2"
8620 if test -n "$LIPO"; then
8621 ac_cv_prog_LIPO=$LIPO
8622 elif test -n "$ac_cv_prog_LIPO"; then
8623 LIPO=$ac_cv_prog_LIPO
8626 if test -n "$ac_cv_prog_LIPO"; then
8627 for ncn_progname in lipo; do
8628 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8629 set dummy ${ncn_progname}; ac_word=$2
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8631 $as_echo_n "checking for $ac_word... " >&6; }
8632 if test "${ac_cv_prog_LIPO+set}" = set; then :
8633 $as_echo_n "(cached) " >&6
8635 if test -n "$LIPO"; then
8636 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8642 test -z "$as_dir" && as_dir=.
8643 for ac_exec_ext in '' $ac_executable_extensions; do
8644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8645 ac_cv_prog_LIPO="${ncn_progname}"
8646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8655 LIPO=$ac_cv_prog_LIPO
8656 if test -n "$LIPO"; then
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8658 $as_echo "$LIPO" >&6; }
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8661 $as_echo "no" >&6; }
8668 for ncn_progname in lipo; do
8669 if test -n "$ncn_tool_prefix"; then
8670 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8671 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8673 $as_echo_n "checking for $ac_word... " >&6; }
8674 if test "${ac_cv_prog_LIPO+set}" = set; then :
8675 $as_echo_n "(cached) " >&6
8677 if test -n "$LIPO"; then
8678 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8684 test -z "$as_dir" && as_dir=.
8685 for ac_exec_ext in '' $ac_executable_extensions; do
8686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8687 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8697 LIPO=$ac_cv_prog_LIPO
8698 if test -n "$LIPO"; then
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8700 $as_echo "$LIPO" >&6; }
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8703 $as_echo "no" >&6; }
8708 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8709 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8710 set dummy ${ncn_progname}; ac_word=$2
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8712 $as_echo_n "checking for $ac_word... " >&6; }
8713 if test "${ac_cv_prog_LIPO+set}" = set; then :
8714 $as_echo_n "(cached) " >&6
8716 if test -n "$LIPO"; then
8717 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8723 test -z "$as_dir" && as_dir=.
8724 for ac_exec_ext in '' $ac_executable_extensions; do
8725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8726 ac_cv_prog_LIPO="${ncn_progname}"
8727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8736 LIPO=$ac_cv_prog_LIPO
8737 if test -n "$LIPO"; then
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8739 $as_echo "$LIPO" >&6; }
8741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8742 $as_echo "no" >&6; }
8747 test -n "$ac_cv_prog_LIPO" && break
8750 if test -z "$ac_cv_prog_LIPO" ; then
8752 if test $build = $host ; then
8755 LIPO="${ncn_tool_prefix}$2"
8761 if test -n "$NM"; then
8763 elif test -n "$ac_cv_prog_NM"; then
8767 if test -n "$ac_cv_prog_NM"; then
8768 for ncn_progname in nm; do
8769 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8770 set dummy ${ncn_progname}; ac_word=$2
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8772 $as_echo_n "checking for $ac_word... " >&6; }
8773 if test "${ac_cv_prog_NM+set}" = set; then :
8774 $as_echo_n "(cached) " >&6
8776 if test -n "$NM"; then
8777 ac_cv_prog_NM="$NM" # Let the user override the test.
8779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8783 test -z "$as_dir" && as_dir=.
8784 for ac_exec_ext in '' $ac_executable_extensions; do
8785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8786 ac_cv_prog_NM="${ncn_progname}"
8787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8797 if test -n "$NM"; then
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8799 $as_echo "$NM" >&6; }
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8802 $as_echo "no" >&6; }
8809 for ncn_progname in nm; do
8810 if test -n "$ncn_tool_prefix"; then
8811 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8812 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8814 $as_echo_n "checking for $ac_word... " >&6; }
8815 if test "${ac_cv_prog_NM+set}" = set; then :
8816 $as_echo_n "(cached) " >&6
8818 if test -n "$NM"; then
8819 ac_cv_prog_NM="$NM" # Let the user override the test.
8821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8825 test -z "$as_dir" && as_dir=.
8826 for ac_exec_ext in '' $ac_executable_extensions; do
8827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8828 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8839 if test -n "$NM"; then
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8841 $as_echo "$NM" >&6; }
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8844 $as_echo "no" >&6; }
8849 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8850 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8851 set dummy ${ncn_progname}; ac_word=$2
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8853 $as_echo_n "checking for $ac_word... " >&6; }
8854 if test "${ac_cv_prog_NM+set}" = set; then :
8855 $as_echo_n "(cached) " >&6
8857 if test -n "$NM"; then
8858 ac_cv_prog_NM="$NM" # Let the user override the test.
8860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8864 test -z "$as_dir" && as_dir=.
8865 for ac_exec_ext in '' $ac_executable_extensions; do
8866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8867 ac_cv_prog_NM="${ncn_progname}"
8868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8878 if test -n "$NM"; then
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8880 $as_echo "$NM" >&6; }
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8883 $as_echo "no" >&6; }
8888 test -n "$ac_cv_prog_NM" && break
8891 if test -z "$ac_cv_prog_NM" ; then
8893 if test $build = $host ; then
8896 NM="${ncn_tool_prefix}$2"
8902 if test -n "$RANLIB"; then
8903 ac_cv_prog_RANLIB=$RANLIB
8904 elif test -n "$ac_cv_prog_RANLIB"; then
8905 RANLIB=$ac_cv_prog_RANLIB
8908 if test -n "$ac_cv_prog_RANLIB"; then
8909 for ncn_progname in ranlib; do
8910 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8911 set dummy ${ncn_progname}; ac_word=$2
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8913 $as_echo_n "checking for $ac_word... " >&6; }
8914 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8915 $as_echo_n "(cached) " >&6
8917 if test -n "$RANLIB"; then
8918 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8924 test -z "$as_dir" && as_dir=.
8925 for ac_exec_ext in '' $ac_executable_extensions; do
8926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8927 ac_cv_prog_RANLIB="${ncn_progname}"
8928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8937 RANLIB=$ac_cv_prog_RANLIB
8938 if test -n "$RANLIB"; then
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8940 $as_echo "$RANLIB" >&6; }
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8943 $as_echo "no" >&6; }
8950 for ncn_progname in ranlib; do
8951 if test -n "$ncn_tool_prefix"; then
8952 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8953 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8955 $as_echo_n "checking for $ac_word... " >&6; }
8956 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8957 $as_echo_n "(cached) " >&6
8959 if test -n "$RANLIB"; then
8960 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8966 test -z "$as_dir" && as_dir=.
8967 for ac_exec_ext in '' $ac_executable_extensions; do
8968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8969 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8979 RANLIB=$ac_cv_prog_RANLIB
8980 if test -n "$RANLIB"; then
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8982 $as_echo "$RANLIB" >&6; }
8984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8985 $as_echo "no" >&6; }
8990 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8991 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8992 set dummy ${ncn_progname}; ac_word=$2
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8994 $as_echo_n "checking for $ac_word... " >&6; }
8995 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8996 $as_echo_n "(cached) " >&6
8998 if test -n "$RANLIB"; then
8999 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9005 test -z "$as_dir" && as_dir=.
9006 for ac_exec_ext in '' $ac_executable_extensions; do
9007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9008 ac_cv_prog_RANLIB="${ncn_progname}"
9009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9018 RANLIB=$ac_cv_prog_RANLIB
9019 if test -n "$RANLIB"; then
9020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9021 $as_echo "$RANLIB" >&6; }
9023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9024 $as_echo "no" >&6; }
9029 test -n "$ac_cv_prog_RANLIB" && break
9032 if test -z "$ac_cv_prog_RANLIB" ; then
9038 if test -n "$STRIP"; then
9039 ac_cv_prog_STRIP=$STRIP
9040 elif test -n "$ac_cv_prog_STRIP"; then
9041 STRIP=$ac_cv_prog_STRIP
9044 if test -n "$ac_cv_prog_STRIP"; then
9045 for ncn_progname in strip; do
9046 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9047 set dummy ${ncn_progname}; ac_word=$2
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9049 $as_echo_n "checking for $ac_word... " >&6; }
9050 if test "${ac_cv_prog_STRIP+set}" = set; then :
9051 $as_echo_n "(cached) " >&6
9053 if test -n "$STRIP"; then
9054 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9060 test -z "$as_dir" && as_dir=.
9061 for ac_exec_ext in '' $ac_executable_extensions; do
9062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9063 ac_cv_prog_STRIP="${ncn_progname}"
9064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9073 STRIP=$ac_cv_prog_STRIP
9074 if test -n "$STRIP"; then
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9076 $as_echo "$STRIP" >&6; }
9078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9079 $as_echo "no" >&6; }
9086 for ncn_progname in strip; do
9087 if test -n "$ncn_tool_prefix"; then
9088 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9089 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9091 $as_echo_n "checking for $ac_word... " >&6; }
9092 if test "${ac_cv_prog_STRIP+set}" = set; then :
9093 $as_echo_n "(cached) " >&6
9095 if test -n "$STRIP"; then
9096 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9102 test -z "$as_dir" && as_dir=.
9103 for ac_exec_ext in '' $ac_executable_extensions; do
9104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9105 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9115 STRIP=$ac_cv_prog_STRIP
9116 if test -n "$STRIP"; then
9117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9118 $as_echo "$STRIP" >&6; }
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9121 $as_echo "no" >&6; }
9126 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9127 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9128 set dummy ${ncn_progname}; ac_word=$2
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9130 $as_echo_n "checking for $ac_word... " >&6; }
9131 if test "${ac_cv_prog_STRIP+set}" = set; then :
9132 $as_echo_n "(cached) " >&6
9134 if test -n "$STRIP"; then
9135 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9141 test -z "$as_dir" && as_dir=.
9142 for ac_exec_ext in '' $ac_executable_extensions; do
9143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9144 ac_cv_prog_STRIP="${ncn_progname}"
9145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9154 STRIP=$ac_cv_prog_STRIP
9155 if test -n "$STRIP"; then
9156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9157 $as_echo "$STRIP" >&6; }
9159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9160 $as_echo "no" >&6; }
9165 test -n "$ac_cv_prog_STRIP" && break
9168 if test -z "$ac_cv_prog_STRIP" ; then
9174 if test -n "$WINDRES"; then
9175 ac_cv_prog_WINDRES=$WINDRES
9176 elif test -n "$ac_cv_prog_WINDRES"; then
9177 WINDRES=$ac_cv_prog_WINDRES
9180 if test -n "$ac_cv_prog_WINDRES"; then
9181 for ncn_progname in windres; do
9182 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9183 set dummy ${ncn_progname}; ac_word=$2
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9185 $as_echo_n "checking for $ac_word... " >&6; }
9186 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9187 $as_echo_n "(cached) " >&6
9189 if test -n "$WINDRES"; then
9190 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9196 test -z "$as_dir" && as_dir=.
9197 for ac_exec_ext in '' $ac_executable_extensions; do
9198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9199 ac_cv_prog_WINDRES="${ncn_progname}"
9200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9209 WINDRES=$ac_cv_prog_WINDRES
9210 if test -n "$WINDRES"; then
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9212 $as_echo "$WINDRES" >&6; }
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9215 $as_echo "no" >&6; }
9222 for ncn_progname in windres; do
9223 if test -n "$ncn_tool_prefix"; then
9224 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9225 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9227 $as_echo_n "checking for $ac_word... " >&6; }
9228 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9229 $as_echo_n "(cached) " >&6
9231 if test -n "$WINDRES"; then
9232 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9238 test -z "$as_dir" && as_dir=.
9239 for ac_exec_ext in '' $ac_executable_extensions; do
9240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9241 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9251 WINDRES=$ac_cv_prog_WINDRES
9252 if test -n "$WINDRES"; then
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9254 $as_echo "$WINDRES" >&6; }
9256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9257 $as_echo "no" >&6; }
9262 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9263 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9264 set dummy ${ncn_progname}; ac_word=$2
9265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9266 $as_echo_n "checking for $ac_word... " >&6; }
9267 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9268 $as_echo_n "(cached) " >&6
9270 if test -n "$WINDRES"; then
9271 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9277 test -z "$as_dir" && as_dir=.
9278 for ac_exec_ext in '' $ac_executable_extensions; do
9279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9280 ac_cv_prog_WINDRES="${ncn_progname}"
9281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9290 WINDRES=$ac_cv_prog_WINDRES
9291 if test -n "$WINDRES"; then
9292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9293 $as_echo "$WINDRES" >&6; }
9295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9296 $as_echo "no" >&6; }
9301 test -n "$ac_cv_prog_WINDRES" && break
9304 if test -z "$ac_cv_prog_WINDRES" ; then
9306 if test $build = $host ; then
9309 WINDRES="${ncn_tool_prefix}$2"
9315 if test -n "$WINDMC"; then
9316 ac_cv_prog_WINDMC=$WINDMC
9317 elif test -n "$ac_cv_prog_WINDMC"; then
9318 WINDMC=$ac_cv_prog_WINDMC
9321 if test -n "$ac_cv_prog_WINDMC"; then
9322 for ncn_progname in windmc; do
9323 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9324 set dummy ${ncn_progname}; ac_word=$2
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9326 $as_echo_n "checking for $ac_word... " >&6; }
9327 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9328 $as_echo_n "(cached) " >&6
9330 if test -n "$WINDMC"; then
9331 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9337 test -z "$as_dir" && as_dir=.
9338 for ac_exec_ext in '' $ac_executable_extensions; do
9339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9340 ac_cv_prog_WINDMC="${ncn_progname}"
9341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9350 WINDMC=$ac_cv_prog_WINDMC
9351 if test -n "$WINDMC"; then
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9353 $as_echo "$WINDMC" >&6; }
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9356 $as_echo "no" >&6; }
9363 for ncn_progname in windmc; do
9364 if test -n "$ncn_tool_prefix"; then
9365 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9366 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9368 $as_echo_n "checking for $ac_word... " >&6; }
9369 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9370 $as_echo_n "(cached) " >&6
9372 if test -n "$WINDMC"; then
9373 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9379 test -z "$as_dir" && as_dir=.
9380 for ac_exec_ext in '' $ac_executable_extensions; do
9381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9382 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9392 WINDMC=$ac_cv_prog_WINDMC
9393 if test -n "$WINDMC"; then
9394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9395 $as_echo "$WINDMC" >&6; }
9397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9398 $as_echo "no" >&6; }
9403 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9404 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9405 set dummy ${ncn_progname}; ac_word=$2
9406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9407 $as_echo_n "checking for $ac_word... " >&6; }
9408 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9409 $as_echo_n "(cached) " >&6
9411 if test -n "$WINDMC"; then
9412 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9418 test -z "$as_dir" && as_dir=.
9419 for ac_exec_ext in '' $ac_executable_extensions; do
9420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9421 ac_cv_prog_WINDMC="${ncn_progname}"
9422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9431 WINDMC=$ac_cv_prog_WINDMC
9432 if test -n "$WINDMC"; then
9433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9434 $as_echo "$WINDMC" >&6; }
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9437 $as_echo "no" >&6; }
9442 test -n "$ac_cv_prog_WINDMC" && break
9445 if test -z "$ac_cv_prog_WINDMC" ; then
9447 if test $build = $host ; then
9450 WINDMC="${ncn_tool_prefix}$2"
9456 if test -n "$OBJCOPY"; then
9457 ac_cv_prog_OBJCOPY=$OBJCOPY
9458 elif test -n "$ac_cv_prog_OBJCOPY"; then
9459 OBJCOPY=$ac_cv_prog_OBJCOPY
9462 if test -n "$ac_cv_prog_OBJCOPY"; then
9463 for ncn_progname in objcopy; do
9464 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9465 set dummy ${ncn_progname}; ac_word=$2
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9467 $as_echo_n "checking for $ac_word... " >&6; }
9468 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9469 $as_echo_n "(cached) " >&6
9471 if test -n "$OBJCOPY"; then
9472 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9478 test -z "$as_dir" && as_dir=.
9479 for ac_exec_ext in '' $ac_executable_extensions; do
9480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9481 ac_cv_prog_OBJCOPY="${ncn_progname}"
9482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9491 OBJCOPY=$ac_cv_prog_OBJCOPY
9492 if test -n "$OBJCOPY"; then
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9494 $as_echo "$OBJCOPY" >&6; }
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9497 $as_echo "no" >&6; }
9504 for ncn_progname in objcopy; do
9505 if test -n "$ncn_tool_prefix"; then
9506 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9507 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9509 $as_echo_n "checking for $ac_word... " >&6; }
9510 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9511 $as_echo_n "(cached) " >&6
9513 if test -n "$OBJCOPY"; then
9514 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9520 test -z "$as_dir" && as_dir=.
9521 for ac_exec_ext in '' $ac_executable_extensions; do
9522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9523 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9533 OBJCOPY=$ac_cv_prog_OBJCOPY
9534 if test -n "$OBJCOPY"; then
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9536 $as_echo "$OBJCOPY" >&6; }
9538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9539 $as_echo "no" >&6; }
9544 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9545 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9546 set dummy ${ncn_progname}; ac_word=$2
9547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9548 $as_echo_n "checking for $ac_word... " >&6; }
9549 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9550 $as_echo_n "(cached) " >&6
9552 if test -n "$OBJCOPY"; then
9553 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9559 test -z "$as_dir" && as_dir=.
9560 for ac_exec_ext in '' $ac_executable_extensions; do
9561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9562 ac_cv_prog_OBJCOPY="${ncn_progname}"
9563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9572 OBJCOPY=$ac_cv_prog_OBJCOPY
9573 if test -n "$OBJCOPY"; then
9574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9575 $as_echo "$OBJCOPY" >&6; }
9577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9578 $as_echo "no" >&6; }
9583 test -n "$ac_cv_prog_OBJCOPY" && break
9586 if test -z "$ac_cv_prog_OBJCOPY" ; then
9588 if test $build = $host ; then
9591 OBJCOPY="${ncn_tool_prefix}$2"
9597 if test -n "$OBJDUMP"; then
9598 ac_cv_prog_OBJDUMP=$OBJDUMP
9599 elif test -n "$ac_cv_prog_OBJDUMP"; then
9600 OBJDUMP=$ac_cv_prog_OBJDUMP
9603 if test -n "$ac_cv_prog_OBJDUMP"; then
9604 for ncn_progname in objdump; do
9605 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9606 set dummy ${ncn_progname}; ac_word=$2
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9608 $as_echo_n "checking for $ac_word... " >&6; }
9609 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9610 $as_echo_n "(cached) " >&6
9612 if test -n "$OBJDUMP"; then
9613 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9619 test -z "$as_dir" && as_dir=.
9620 for ac_exec_ext in '' $ac_executable_extensions; do
9621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9622 ac_cv_prog_OBJDUMP="${ncn_progname}"
9623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9632 OBJDUMP=$ac_cv_prog_OBJDUMP
9633 if test -n "$OBJDUMP"; then
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9635 $as_echo "$OBJDUMP" >&6; }
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9638 $as_echo "no" >&6; }
9645 for ncn_progname in objdump; do
9646 if test -n "$ncn_tool_prefix"; then
9647 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9648 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9650 $as_echo_n "checking for $ac_word... " >&6; }
9651 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9652 $as_echo_n "(cached) " >&6
9654 if test -n "$OBJDUMP"; then
9655 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9661 test -z "$as_dir" && as_dir=.
9662 for ac_exec_ext in '' $ac_executable_extensions; do
9663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9664 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9674 OBJDUMP=$ac_cv_prog_OBJDUMP
9675 if test -n "$OBJDUMP"; then
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9677 $as_echo "$OBJDUMP" >&6; }
9679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9680 $as_echo "no" >&6; }
9685 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9686 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9687 set dummy ${ncn_progname}; ac_word=$2
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9689 $as_echo_n "checking for $ac_word... " >&6; }
9690 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9691 $as_echo_n "(cached) " >&6
9693 if test -n "$OBJDUMP"; then
9694 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9700 test -z "$as_dir" && as_dir=.
9701 for ac_exec_ext in '' $ac_executable_extensions; do
9702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9703 ac_cv_prog_OBJDUMP="${ncn_progname}"
9704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9713 OBJDUMP=$ac_cv_prog_OBJDUMP
9714 if test -n "$OBJDUMP"; then
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9716 $as_echo "$OBJDUMP" >&6; }
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9719 $as_echo "no" >&6; }
9724 test -n "$ac_cv_prog_OBJDUMP" && break
9727 if test -z "$ac_cv_prog_OBJDUMP" ; then
9729 if test $build = $host ; then
9732 OBJDUMP="${ncn_tool_prefix}$2"
9738 if test -n "$READELF"; then
9739 ac_cv_prog_READELF=$READELF
9740 elif test -n "$ac_cv_prog_READELF"; then
9741 READELF=$ac_cv_prog_READELF
9744 if test -n "$ac_cv_prog_READELF"; then
9745 for ncn_progname in readelf; do
9746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9747 set dummy ${ncn_progname}; ac_word=$2
9748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9749 $as_echo_n "checking for $ac_word... " >&6; }
9750 if test "${ac_cv_prog_READELF+set}" = set; then :
9751 $as_echo_n "(cached) " >&6
9753 if test -n "$READELF"; then
9754 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9760 test -z "$as_dir" && as_dir=.
9761 for ac_exec_ext in '' $ac_executable_extensions; do
9762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9763 ac_cv_prog_READELF="${ncn_progname}"
9764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9773 READELF=$ac_cv_prog_READELF
9774 if test -n "$READELF"; then
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9776 $as_echo "$READELF" >&6; }
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9779 $as_echo "no" >&6; }
9786 for ncn_progname in readelf; do
9787 if test -n "$ncn_tool_prefix"; then
9788 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9789 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9791 $as_echo_n "checking for $ac_word... " >&6; }
9792 if test "${ac_cv_prog_READELF+set}" = set; then :
9793 $as_echo_n "(cached) " >&6
9795 if test -n "$READELF"; then
9796 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9802 test -z "$as_dir" && as_dir=.
9803 for ac_exec_ext in '' $ac_executable_extensions; do
9804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9805 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9815 READELF=$ac_cv_prog_READELF
9816 if test -n "$READELF"; then
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9818 $as_echo "$READELF" >&6; }
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9821 $as_echo "no" >&6; }
9826 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9827 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9828 set dummy ${ncn_progname}; ac_word=$2
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9830 $as_echo_n "checking for $ac_word... " >&6; }
9831 if test "${ac_cv_prog_READELF+set}" = set; then :
9832 $as_echo_n "(cached) " >&6
9834 if test -n "$READELF"; then
9835 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9841 test -z "$as_dir" && as_dir=.
9842 for ac_exec_ext in '' $ac_executable_extensions; do
9843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9844 ac_cv_prog_READELF="${ncn_progname}"
9845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9854 READELF=$ac_cv_prog_READELF
9855 if test -n "$READELF"; then
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9857 $as_echo "$READELF" >&6; }
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9860 $as_echo "no" >&6; }
9865 test -n "$ac_cv_prog_READELF" && break
9868 if test -z "$ac_cv_prog_READELF" ; then
9870 if test $build = $host ; then
9873 READELF="${ncn_tool_prefix}$2"
9884 # Check whether --with-build-time-tools was given.
9885 if test "${with_build_time_tools+set}" = set; then :
9886 withval=$with_build_time_tools; case x"$withval" in
9889 with_build_time_tools=
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9891 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9895 with_build_time_tools=
9901 if test -n "$CC_FOR_TARGET"; then
9902 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9903 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9904 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9907 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9908 for ncn_progname in cc gcc; do
9909 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9910 set dummy ${ncn_progname}; ac_word=$2
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9912 $as_echo_n "checking for $ac_word... " >&6; }
9913 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9914 $as_echo_n "(cached) " >&6
9916 if test -n "$CC_FOR_TARGET"; then
9917 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9923 test -z "$as_dir" && as_dir=.
9924 for ac_exec_ext in '' $ac_executable_extensions; do
9925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9926 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9936 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9937 if test -n "$CC_FOR_TARGET"; then
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9939 $as_echo "$CC_FOR_TARGET" >&6; }
9941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9942 $as_echo "no" >&6; }
9949 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9950 for ncn_progname in cc gcc; do
9951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9952 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9953 if test -x $with_build_time_tools/${ncn_progname}; then
9954 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9956 $as_echo "yes" >&6; }
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9960 $as_echo "no" >&6; }
9965 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9966 for ncn_progname in cc gcc; do
9967 if test -n "$ncn_target_tool_prefix"; then
9968 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9969 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9971 $as_echo_n "checking for $ac_word... " >&6; }
9972 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9973 $as_echo_n "(cached) " >&6
9975 if test -n "$CC_FOR_TARGET"; then
9976 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9982 test -z "$as_dir" && as_dir=.
9983 for ac_exec_ext in '' $ac_executable_extensions; do
9984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9985 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9995 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9996 if test -n "$CC_FOR_TARGET"; then
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9998 $as_echo "$CC_FOR_TARGET" >&6; }
10000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10001 $as_echo "no" >&6; }
10006 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10007 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10008 set dummy ${ncn_progname}; ac_word=$2
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10010 $as_echo_n "checking for $ac_word... " >&6; }
10011 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10012 $as_echo_n "(cached) " >&6
10014 if test -n "$CC_FOR_TARGET"; then
10015 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10018 for as_dir in $PATH
10021 test -z "$as_dir" && as_dir=.
10022 for ac_exec_ext in '' $ac_executable_extensions; do
10023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10024 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
10025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10034 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10035 if test -n "$CC_FOR_TARGET"; then
10036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10037 $as_echo "$CC_FOR_TARGET" >&6; }
10039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10040 $as_echo "no" >&6; }
10045 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10049 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10051 if test $build = $target ; then
10054 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10057 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
10062 if test -n "$CXX_FOR_TARGET"; then
10063 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10064 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10065 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10068 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10069 for ncn_progname in c++ g++ cxx gxx; do
10070 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10071 set dummy ${ncn_progname}; ac_word=$2
10072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10073 $as_echo_n "checking for $ac_word... " >&6; }
10074 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10075 $as_echo_n "(cached) " >&6
10077 if test -n "$CXX_FOR_TARGET"; then
10078 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10081 for as_dir in $PATH
10084 test -z "$as_dir" && as_dir=.
10085 for ac_exec_ext in '' $ac_executable_extensions; do
10086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10087 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10097 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10098 if test -n "$CXX_FOR_TARGET"; then
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10100 $as_echo "$CXX_FOR_TARGET" >&6; }
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10103 $as_echo "no" >&6; }
10110 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10111 for ncn_progname in c++ g++ cxx gxx; do
10112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10113 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10114 if test -x $with_build_time_tools/${ncn_progname}; then
10115 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10117 $as_echo "yes" >&6; }
10120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10121 $as_echo "no" >&6; }
10126 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10127 for ncn_progname in c++ g++ cxx gxx; do
10128 if test -n "$ncn_target_tool_prefix"; then
10129 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10130 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10132 $as_echo_n "checking for $ac_word... " >&6; }
10133 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10134 $as_echo_n "(cached) " >&6
10136 if test -n "$CXX_FOR_TARGET"; then
10137 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10140 for as_dir in $PATH
10143 test -z "$as_dir" && as_dir=.
10144 for ac_exec_ext in '' $ac_executable_extensions; do
10145 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10146 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10156 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10157 if test -n "$CXX_FOR_TARGET"; then
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10159 $as_echo "$CXX_FOR_TARGET" >&6; }
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10162 $as_echo "no" >&6; }
10167 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10168 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10169 set dummy ${ncn_progname}; ac_word=$2
10170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10171 $as_echo_n "checking for $ac_word... " >&6; }
10172 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10173 $as_echo_n "(cached) " >&6
10175 if test -n "$CXX_FOR_TARGET"; then
10176 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10179 for as_dir in $PATH
10182 test -z "$as_dir" && as_dir=.
10183 for ac_exec_ext in '' $ac_executable_extensions; do
10184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10185 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10195 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10196 if test -n "$CXX_FOR_TARGET"; then
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10198 $as_echo "$CXX_FOR_TARGET" >&6; }
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10201 $as_echo "no" >&6; }
10206 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10210 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10211 set dummy c++ g++ cxx gxx
10212 if test $build = $target ; then
10213 CXX_FOR_TARGET="$2"
10215 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10218 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10223 if test -n "$GCC_FOR_TARGET"; then
10224 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10225 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10226 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10229 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10230 for ncn_progname in gcc; do
10231 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10232 set dummy ${ncn_progname}; ac_word=$2
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10234 $as_echo_n "checking for $ac_word... " >&6; }
10235 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10236 $as_echo_n "(cached) " >&6
10238 if test -n "$GCC_FOR_TARGET"; then
10239 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10242 for as_dir in $PATH
10245 test -z "$as_dir" && as_dir=.
10246 for ac_exec_ext in '' $ac_executable_extensions; do
10247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10248 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10258 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10259 if test -n "$GCC_FOR_TARGET"; then
10260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10261 $as_echo "$GCC_FOR_TARGET" >&6; }
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10264 $as_echo "no" >&6; }
10271 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10272 for ncn_progname in gcc; do
10273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10274 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10275 if test -x $with_build_time_tools/${ncn_progname}; then
10276 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10278 $as_echo "yes" >&6; }
10281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10282 $as_echo "no" >&6; }
10287 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10288 for ncn_progname in gcc; do
10289 if test -n "$ncn_target_tool_prefix"; then
10290 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10291 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10293 $as_echo_n "checking for $ac_word... " >&6; }
10294 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10295 $as_echo_n "(cached) " >&6
10297 if test -n "$GCC_FOR_TARGET"; then
10298 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10301 for as_dir in $PATH
10304 test -z "$as_dir" && as_dir=.
10305 for ac_exec_ext in '' $ac_executable_extensions; do
10306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10307 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10317 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10318 if test -n "$GCC_FOR_TARGET"; then
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10320 $as_echo "$GCC_FOR_TARGET" >&6; }
10322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10323 $as_echo "no" >&6; }
10328 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10329 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10330 set dummy ${ncn_progname}; ac_word=$2
10331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10332 $as_echo_n "checking for $ac_word... " >&6; }
10333 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10334 $as_echo_n "(cached) " >&6
10336 if test -n "$GCC_FOR_TARGET"; then
10337 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10340 for as_dir in $PATH
10343 test -z "$as_dir" && as_dir=.
10344 for ac_exec_ext in '' $ac_executable_extensions; do
10345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10346 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10356 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10357 if test -n "$GCC_FOR_TARGET"; then
10358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10359 $as_echo "$GCC_FOR_TARGET" >&6; }
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10362 $as_echo "no" >&6; }
10367 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10371 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10372 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10374 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10379 if test -n "$GCJ_FOR_TARGET"; then
10380 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10381 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10382 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10385 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10386 for ncn_progname in gcj; do
10387 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10388 set dummy ${ncn_progname}; ac_word=$2
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10390 $as_echo_n "checking for $ac_word... " >&6; }
10391 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10392 $as_echo_n "(cached) " >&6
10394 if test -n "$GCJ_FOR_TARGET"; then
10395 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10398 for as_dir in $PATH
10401 test -z "$as_dir" && as_dir=.
10402 for ac_exec_ext in '' $ac_executable_extensions; do
10403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10404 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10414 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10415 if test -n "$GCJ_FOR_TARGET"; then
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10417 $as_echo "$GCJ_FOR_TARGET" >&6; }
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10420 $as_echo "no" >&6; }
10427 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10428 for ncn_progname in gcj; do
10429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10430 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10431 if test -x $with_build_time_tools/${ncn_progname}; then
10432 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10434 $as_echo "yes" >&6; }
10437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10438 $as_echo "no" >&6; }
10443 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10444 for ncn_progname in gcj; do
10445 if test -n "$ncn_target_tool_prefix"; then
10446 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10447 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10449 $as_echo_n "checking for $ac_word... " >&6; }
10450 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10451 $as_echo_n "(cached) " >&6
10453 if test -n "$GCJ_FOR_TARGET"; then
10454 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10457 for as_dir in $PATH
10460 test -z "$as_dir" && as_dir=.
10461 for ac_exec_ext in '' $ac_executable_extensions; do
10462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10463 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10473 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10474 if test -n "$GCJ_FOR_TARGET"; then
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10476 $as_echo "$GCJ_FOR_TARGET" >&6; }
10478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10479 $as_echo "no" >&6; }
10484 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10485 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10486 set dummy ${ncn_progname}; ac_word=$2
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10488 $as_echo_n "checking for $ac_word... " >&6; }
10489 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10490 $as_echo_n "(cached) " >&6
10492 if test -n "$GCJ_FOR_TARGET"; then
10493 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10496 for as_dir in $PATH
10499 test -z "$as_dir" && as_dir=.
10500 for ac_exec_ext in '' $ac_executable_extensions; do
10501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10502 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10512 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10513 if test -n "$GCJ_FOR_TARGET"; then
10514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10515 $as_echo "$GCJ_FOR_TARGET" >&6; }
10517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10518 $as_echo "no" >&6; }
10523 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10527 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10529 if test $build = $target ; then
10530 GCJ_FOR_TARGET="$2"
10532 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10535 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10540 if test -n "$GFORTRAN_FOR_TARGET"; then
10541 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10542 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10543 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10546 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10547 for ncn_progname in gfortran; do
10548 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10549 set dummy ${ncn_progname}; ac_word=$2
10550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10551 $as_echo_n "checking for $ac_word... " >&6; }
10552 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10553 $as_echo_n "(cached) " >&6
10555 if test -n "$GFORTRAN_FOR_TARGET"; then
10556 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10559 for as_dir in $PATH
10562 test -z "$as_dir" && as_dir=.
10563 for ac_exec_ext in '' $ac_executable_extensions; do
10564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10565 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10575 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10576 if test -n "$GFORTRAN_FOR_TARGET"; then
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10578 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10581 $as_echo "no" >&6; }
10588 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10589 for ncn_progname in gfortran; do
10590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10591 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10592 if test -x $with_build_time_tools/${ncn_progname}; then
10593 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10595 $as_echo "yes" >&6; }
10598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10599 $as_echo "no" >&6; }
10604 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10605 for ncn_progname in gfortran; do
10606 if test -n "$ncn_target_tool_prefix"; then
10607 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10608 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10610 $as_echo_n "checking for $ac_word... " >&6; }
10611 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10612 $as_echo_n "(cached) " >&6
10614 if test -n "$GFORTRAN_FOR_TARGET"; then
10615 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10618 for as_dir in $PATH
10621 test -z "$as_dir" && as_dir=.
10622 for ac_exec_ext in '' $ac_executable_extensions; do
10623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10624 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10634 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10635 if test -n "$GFORTRAN_FOR_TARGET"; then
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10637 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10640 $as_echo "no" >&6; }
10645 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10646 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10647 set dummy ${ncn_progname}; ac_word=$2
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10649 $as_echo_n "checking for $ac_word... " >&6; }
10650 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10651 $as_echo_n "(cached) " >&6
10653 if test -n "$GFORTRAN_FOR_TARGET"; then
10654 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10657 for as_dir in $PATH
10660 test -z "$as_dir" && as_dir=.
10661 for ac_exec_ext in '' $ac_executable_extensions; do
10662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10663 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10673 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10674 if test -n "$GFORTRAN_FOR_TARGET"; then
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10676 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10679 $as_echo "no" >&6; }
10684 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10688 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10690 if test $build = $target ; then
10691 GFORTRAN_FOR_TARGET="$2"
10693 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10696 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10701 if test -n "$GOC_FOR_TARGET"; then
10702 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10703 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10704 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10707 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10708 for ncn_progname in gccgo; do
10709 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10710 set dummy ${ncn_progname}; ac_word=$2
10711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10712 $as_echo_n "checking for $ac_word... " >&6; }
10713 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10714 $as_echo_n "(cached) " >&6
10716 if test -n "$GOC_FOR_TARGET"; then
10717 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10720 for as_dir in $PATH
10723 test -z "$as_dir" && as_dir=.
10724 for ac_exec_ext in '' $ac_executable_extensions; do
10725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10726 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10736 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10737 if test -n "$GOC_FOR_TARGET"; then
10738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10739 $as_echo "$GOC_FOR_TARGET" >&6; }
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10742 $as_echo "no" >&6; }
10749 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10750 for ncn_progname in gccgo; do
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10752 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10753 if test -x $with_build_time_tools/${ncn_progname}; then
10754 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10756 $as_echo "yes" >&6; }
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10760 $as_echo "no" >&6; }
10765 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10766 for ncn_progname in gccgo; do
10767 if test -n "$ncn_target_tool_prefix"; then
10768 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10769 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10771 $as_echo_n "checking for $ac_word... " >&6; }
10772 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10773 $as_echo_n "(cached) " >&6
10775 if test -n "$GOC_FOR_TARGET"; then
10776 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10779 for as_dir in $PATH
10782 test -z "$as_dir" && as_dir=.
10783 for ac_exec_ext in '' $ac_executable_extensions; do
10784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10785 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10795 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10796 if test -n "$GOC_FOR_TARGET"; then
10797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10798 $as_echo "$GOC_FOR_TARGET" >&6; }
10800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10801 $as_echo "no" >&6; }
10806 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10807 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10808 set dummy ${ncn_progname}; ac_word=$2
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10810 $as_echo_n "checking for $ac_word... " >&6; }
10811 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10812 $as_echo_n "(cached) " >&6
10814 if test -n "$GOC_FOR_TARGET"; then
10815 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10818 for as_dir in $PATH
10821 test -z "$as_dir" && as_dir=.
10822 for ac_exec_ext in '' $ac_executable_extensions; do
10823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10824 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10834 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10835 if test -n "$GOC_FOR_TARGET"; then
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10837 $as_echo "$GOC_FOR_TARGET" >&6; }
10839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10840 $as_echo "no" >&6; }
10845 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10849 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10851 if test $build = $target ; then
10852 GOC_FOR_TARGET="$2"
10854 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10857 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10862 cat > conftest.c << \EOF
10867 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10868 have_gcc_for_target=yes
10870 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10871 have_gcc_for_target=no
10878 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10879 if test -n "$with_build_time_tools"; then
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10881 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10882 if test -x $with_build_time_tools/ar; then
10883 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10884 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10886 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10889 $as_echo "no" >&6; }
10891 elif test $build != $host && test $have_gcc_for_target = yes; then
10892 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10893 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10894 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10897 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10898 # Extract the first word of "ar", so it can be a program name with args.
10899 set dummy ar; ac_word=$2
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10901 $as_echo_n "checking for $ac_word... " >&6; }
10902 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10903 $as_echo_n "(cached) " >&6
10905 case $AR_FOR_TARGET in
10907 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10911 for as_dir in $gcc_cv_tool_dirs
10914 test -z "$as_dir" && as_dir=.
10915 for ac_exec_ext in '' $ac_executable_extensions; do
10916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10917 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10928 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10929 if test -n "$AR_FOR_TARGET"; then
10930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10931 $as_echo "$AR_FOR_TARGET" >&6; }
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10934 $as_echo "no" >&6; }
10939 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10942 if test -n "$AR_FOR_TARGET"; then
10943 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10944 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10945 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10948 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10949 for ncn_progname in ar; do
10950 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10951 set dummy ${ncn_progname}; ac_word=$2
10952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10953 $as_echo_n "checking for $ac_word... " >&6; }
10954 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10955 $as_echo_n "(cached) " >&6
10957 if test -n "$AR_FOR_TARGET"; then
10958 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10961 for as_dir in $PATH
10964 test -z "$as_dir" && as_dir=.
10965 for ac_exec_ext in '' $ac_executable_extensions; do
10966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10967 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10977 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10978 if test -n "$AR_FOR_TARGET"; then
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10980 $as_echo "$AR_FOR_TARGET" >&6; }
10982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10983 $as_echo "no" >&6; }
10990 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10991 for ncn_progname in ar; do
10992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10993 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10994 if test -x $with_build_time_tools/${ncn_progname}; then
10995 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10997 $as_echo "yes" >&6; }
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11001 $as_echo "no" >&6; }
11006 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11007 for ncn_progname in ar; do
11008 if test -n "$ncn_target_tool_prefix"; then
11009 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11010 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11012 $as_echo_n "checking for $ac_word... " >&6; }
11013 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11014 $as_echo_n "(cached) " >&6
11016 if test -n "$AR_FOR_TARGET"; then
11017 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11020 for as_dir in $PATH
11023 test -z "$as_dir" && as_dir=.
11024 for ac_exec_ext in '' $ac_executable_extensions; do
11025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11026 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11036 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11037 if test -n "$AR_FOR_TARGET"; then
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11039 $as_echo "$AR_FOR_TARGET" >&6; }
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11042 $as_echo "no" >&6; }
11047 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11048 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11049 set dummy ${ncn_progname}; ac_word=$2
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11051 $as_echo_n "checking for $ac_word... " >&6; }
11052 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11053 $as_echo_n "(cached) " >&6
11055 if test -n "$AR_FOR_TARGET"; then
11056 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11059 for as_dir in $PATH
11062 test -z "$as_dir" && as_dir=.
11063 for ac_exec_ext in '' $ac_executable_extensions; do
11064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11065 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11075 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11076 if test -n "$AR_FOR_TARGET"; then
11077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11078 $as_echo "$AR_FOR_TARGET" >&6; }
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11081 $as_echo "no" >&6; }
11086 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11090 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11092 if test $build = $target ; then
11095 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11098 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11102 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11108 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11109 if test -n "$with_build_time_tools"; then
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11111 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
11112 if test -x $with_build_time_tools/as; then
11113 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11114 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11116 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11119 $as_echo "no" >&6; }
11121 elif test $build != $host && test $have_gcc_for_target = yes; then
11122 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11123 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11124 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11127 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11128 # Extract the first word of "as", so it can be a program name with args.
11129 set dummy as; ac_word=$2
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11131 $as_echo_n "checking for $ac_word... " >&6; }
11132 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11133 $as_echo_n "(cached) " >&6
11135 case $AS_FOR_TARGET in
11137 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11141 for as_dir in $gcc_cv_tool_dirs
11144 test -z "$as_dir" && as_dir=.
11145 for ac_exec_ext in '' $ac_executable_extensions; do
11146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11147 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11158 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11159 if test -n "$AS_FOR_TARGET"; then
11160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11161 $as_echo "$AS_FOR_TARGET" >&6; }
11163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11164 $as_echo "no" >&6; }
11169 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11172 if test -n "$AS_FOR_TARGET"; then
11173 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11174 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11175 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11178 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11179 for ncn_progname in as; do
11180 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11181 set dummy ${ncn_progname}; ac_word=$2
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11183 $as_echo_n "checking for $ac_word... " >&6; }
11184 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11185 $as_echo_n "(cached) " >&6
11187 if test -n "$AS_FOR_TARGET"; then
11188 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11191 for as_dir in $PATH
11194 test -z "$as_dir" && as_dir=.
11195 for ac_exec_ext in '' $ac_executable_extensions; do
11196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11197 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11207 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11208 if test -n "$AS_FOR_TARGET"; then
11209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11210 $as_echo "$AS_FOR_TARGET" >&6; }
11212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11213 $as_echo "no" >&6; }
11220 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11221 for ncn_progname in as; do
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11223 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11224 if test -x $with_build_time_tools/${ncn_progname}; then
11225 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11227 $as_echo "yes" >&6; }
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11231 $as_echo "no" >&6; }
11236 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11237 for ncn_progname in as; do
11238 if test -n "$ncn_target_tool_prefix"; then
11239 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11240 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11242 $as_echo_n "checking for $ac_word... " >&6; }
11243 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11244 $as_echo_n "(cached) " >&6
11246 if test -n "$AS_FOR_TARGET"; then
11247 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11250 for as_dir in $PATH
11253 test -z "$as_dir" && as_dir=.
11254 for ac_exec_ext in '' $ac_executable_extensions; do
11255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11256 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11266 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11267 if test -n "$AS_FOR_TARGET"; then
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11269 $as_echo "$AS_FOR_TARGET" >&6; }
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11272 $as_echo "no" >&6; }
11277 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11278 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11279 set dummy ${ncn_progname}; ac_word=$2
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11281 $as_echo_n "checking for $ac_word... " >&6; }
11282 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11283 $as_echo_n "(cached) " >&6
11285 if test -n "$AS_FOR_TARGET"; then
11286 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11289 for as_dir in $PATH
11292 test -z "$as_dir" && as_dir=.
11293 for ac_exec_ext in '' $ac_executable_extensions; do
11294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11295 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11305 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11306 if test -n "$AS_FOR_TARGET"; then
11307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11308 $as_echo "$AS_FOR_TARGET" >&6; }
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11311 $as_echo "no" >&6; }
11316 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11320 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11322 if test $build = $target ; then
11325 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11328 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11332 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11338 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11339 if test -n "$with_build_time_tools"; then
11340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11341 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11342 if test -x $with_build_time_tools/dlltool; then
11343 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11344 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11346 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11349 $as_echo "no" >&6; }
11351 elif test $build != $host && test $have_gcc_for_target = yes; then
11352 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11353 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11354 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11357 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11358 # Extract the first word of "dlltool", so it can be a program name with args.
11359 set dummy dlltool; ac_word=$2
11360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11361 $as_echo_n "checking for $ac_word... " >&6; }
11362 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11363 $as_echo_n "(cached) " >&6
11365 case $DLLTOOL_FOR_TARGET in
11367 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11371 for as_dir in $gcc_cv_tool_dirs
11374 test -z "$as_dir" && as_dir=.
11375 for ac_exec_ext in '' $ac_executable_extensions; do
11376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11377 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11388 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11389 if test -n "$DLLTOOL_FOR_TARGET"; then
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11391 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11394 $as_echo "no" >&6; }
11399 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11402 if test -n "$DLLTOOL_FOR_TARGET"; then
11403 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11404 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11405 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11408 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11409 for ncn_progname in dlltool; do
11410 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11411 set dummy ${ncn_progname}; ac_word=$2
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11413 $as_echo_n "checking for $ac_word... " >&6; }
11414 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11415 $as_echo_n "(cached) " >&6
11417 if test -n "$DLLTOOL_FOR_TARGET"; then
11418 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11421 for as_dir in $PATH
11424 test -z "$as_dir" && as_dir=.
11425 for ac_exec_ext in '' $ac_executable_extensions; do
11426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11427 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11437 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11438 if test -n "$DLLTOOL_FOR_TARGET"; then
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11440 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11443 $as_echo "no" >&6; }
11450 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11451 for ncn_progname in dlltool; do
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11453 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11454 if test -x $with_build_time_tools/${ncn_progname}; then
11455 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11457 $as_echo "yes" >&6; }
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11461 $as_echo "no" >&6; }
11466 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11467 for ncn_progname in dlltool; do
11468 if test -n "$ncn_target_tool_prefix"; then
11469 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11470 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11472 $as_echo_n "checking for $ac_word... " >&6; }
11473 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11474 $as_echo_n "(cached) " >&6
11476 if test -n "$DLLTOOL_FOR_TARGET"; then
11477 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11480 for as_dir in $PATH
11483 test -z "$as_dir" && as_dir=.
11484 for ac_exec_ext in '' $ac_executable_extensions; do
11485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11486 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11496 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11497 if test -n "$DLLTOOL_FOR_TARGET"; then
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11499 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11502 $as_echo "no" >&6; }
11507 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11508 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11509 set dummy ${ncn_progname}; ac_word=$2
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11511 $as_echo_n "checking for $ac_word... " >&6; }
11512 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11513 $as_echo_n "(cached) " >&6
11515 if test -n "$DLLTOOL_FOR_TARGET"; then
11516 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11519 for as_dir in $PATH
11522 test -z "$as_dir" && as_dir=.
11523 for ac_exec_ext in '' $ac_executable_extensions; do
11524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11525 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11535 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11536 if test -n "$DLLTOOL_FOR_TARGET"; then
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11538 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11541 $as_echo "no" >&6; }
11546 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11550 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11552 if test $build = $target ; then
11553 DLLTOOL_FOR_TARGET="$2"
11555 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11558 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11562 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11568 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11569 if test -n "$with_build_time_tools"; then
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11571 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11572 if test -x $with_build_time_tools/ld; then
11573 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11574 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11576 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11579 $as_echo "no" >&6; }
11581 elif test $build != $host && test $have_gcc_for_target = yes; then
11582 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11583 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11584 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11587 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11588 # Extract the first word of "ld", so it can be a program name with args.
11589 set dummy ld; ac_word=$2
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11591 $as_echo_n "checking for $ac_word... " >&6; }
11592 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11593 $as_echo_n "(cached) " >&6
11595 case $LD_FOR_TARGET in
11597 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11601 for as_dir in $gcc_cv_tool_dirs
11604 test -z "$as_dir" && as_dir=.
11605 for ac_exec_ext in '' $ac_executable_extensions; do
11606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11607 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11618 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11619 if test -n "$LD_FOR_TARGET"; then
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11621 $as_echo "$LD_FOR_TARGET" >&6; }
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11624 $as_echo "no" >&6; }
11629 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11632 if test -n "$LD_FOR_TARGET"; then
11633 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11634 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11635 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11638 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11639 for ncn_progname in ld; do
11640 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11641 set dummy ${ncn_progname}; ac_word=$2
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11643 $as_echo_n "checking for $ac_word... " >&6; }
11644 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11645 $as_echo_n "(cached) " >&6
11647 if test -n "$LD_FOR_TARGET"; then
11648 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11651 for as_dir in $PATH
11654 test -z "$as_dir" && as_dir=.
11655 for ac_exec_ext in '' $ac_executable_extensions; do
11656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11657 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11667 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11668 if test -n "$LD_FOR_TARGET"; then
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11670 $as_echo "$LD_FOR_TARGET" >&6; }
11672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11673 $as_echo "no" >&6; }
11680 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11681 for ncn_progname in ld; do
11682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11683 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11684 if test -x $with_build_time_tools/${ncn_progname}; then
11685 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11687 $as_echo "yes" >&6; }
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11691 $as_echo "no" >&6; }
11696 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11697 for ncn_progname in ld; do
11698 if test -n "$ncn_target_tool_prefix"; then
11699 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11700 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11702 $as_echo_n "checking for $ac_word... " >&6; }
11703 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11704 $as_echo_n "(cached) " >&6
11706 if test -n "$LD_FOR_TARGET"; then
11707 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11710 for as_dir in $PATH
11713 test -z "$as_dir" && as_dir=.
11714 for ac_exec_ext in '' $ac_executable_extensions; do
11715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11716 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11726 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11727 if test -n "$LD_FOR_TARGET"; then
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11729 $as_echo "$LD_FOR_TARGET" >&6; }
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11732 $as_echo "no" >&6; }
11737 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11738 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11739 set dummy ${ncn_progname}; ac_word=$2
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11741 $as_echo_n "checking for $ac_word... " >&6; }
11742 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11743 $as_echo_n "(cached) " >&6
11745 if test -n "$LD_FOR_TARGET"; then
11746 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11749 for as_dir in $PATH
11752 test -z "$as_dir" && as_dir=.
11753 for ac_exec_ext in '' $ac_executable_extensions; do
11754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11755 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11765 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11766 if test -n "$LD_FOR_TARGET"; then
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11768 $as_echo "$LD_FOR_TARGET" >&6; }
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11771 $as_echo "no" >&6; }
11776 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11780 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11782 if test $build = $target ; then
11785 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11788 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11792 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11798 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11799 if test -n "$with_build_time_tools"; then
11800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11801 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11802 if test -x $with_build_time_tools/lipo; then
11803 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11804 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11806 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11809 $as_echo "no" >&6; }
11811 elif test $build != $host && test $have_gcc_for_target = yes; then
11812 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11813 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11814 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11817 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11818 # Extract the first word of "lipo", so it can be a program name with args.
11819 set dummy lipo; ac_word=$2
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11821 $as_echo_n "checking for $ac_word... " >&6; }
11822 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11823 $as_echo_n "(cached) " >&6
11825 case $LIPO_FOR_TARGET in
11827 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11831 for as_dir in $gcc_cv_tool_dirs
11834 test -z "$as_dir" && as_dir=.
11835 for ac_exec_ext in '' $ac_executable_extensions; do
11836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11837 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11848 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11849 if test -n "$LIPO_FOR_TARGET"; then
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11851 $as_echo "$LIPO_FOR_TARGET" >&6; }
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11854 $as_echo "no" >&6; }
11859 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11862 if test -n "$LIPO_FOR_TARGET"; then
11863 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11864 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11865 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11868 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11869 for ncn_progname in lipo; do
11870 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11871 set dummy ${ncn_progname}; ac_word=$2
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11873 $as_echo_n "checking for $ac_word... " >&6; }
11874 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11875 $as_echo_n "(cached) " >&6
11877 if test -n "$LIPO_FOR_TARGET"; then
11878 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11881 for as_dir in $PATH
11884 test -z "$as_dir" && as_dir=.
11885 for ac_exec_ext in '' $ac_executable_extensions; do
11886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11887 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11897 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11898 if test -n "$LIPO_FOR_TARGET"; then
11899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11900 $as_echo "$LIPO_FOR_TARGET" >&6; }
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11903 $as_echo "no" >&6; }
11910 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11911 for ncn_progname in lipo; do
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11913 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11914 if test -x $with_build_time_tools/${ncn_progname}; then
11915 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11917 $as_echo "yes" >&6; }
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11921 $as_echo "no" >&6; }
11926 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11927 for ncn_progname in lipo; do
11928 if test -n "$ncn_target_tool_prefix"; then
11929 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11930 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11932 $as_echo_n "checking for $ac_word... " >&6; }
11933 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11934 $as_echo_n "(cached) " >&6
11936 if test -n "$LIPO_FOR_TARGET"; then
11937 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11940 for as_dir in $PATH
11943 test -z "$as_dir" && as_dir=.
11944 for ac_exec_ext in '' $ac_executable_extensions; do
11945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11946 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11956 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11957 if test -n "$LIPO_FOR_TARGET"; then
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11959 $as_echo "$LIPO_FOR_TARGET" >&6; }
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11962 $as_echo "no" >&6; }
11967 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11968 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11969 set dummy ${ncn_progname}; ac_word=$2
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11971 $as_echo_n "checking for $ac_word... " >&6; }
11972 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11973 $as_echo_n "(cached) " >&6
11975 if test -n "$LIPO_FOR_TARGET"; then
11976 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11979 for as_dir in $PATH
11982 test -z "$as_dir" && as_dir=.
11983 for ac_exec_ext in '' $ac_executable_extensions; do
11984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11985 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11995 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11996 if test -n "$LIPO_FOR_TARGET"; then
11997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11998 $as_echo "$LIPO_FOR_TARGET" >&6; }
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12001 $as_echo "no" >&6; }
12006 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12010 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12012 if test $build = $target ; then
12013 LIPO_FOR_TARGET="$2"
12015 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12018 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
12022 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
12028 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12029 if test -n "$with_build_time_tools"; then
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12031 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
12032 if test -x $with_build_time_tools/nm; then
12033 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12034 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12036 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12039 $as_echo "no" >&6; }
12041 elif test $build != $host && test $have_gcc_for_target = yes; then
12042 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
12043 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12044 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12047 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12048 # Extract the first word of "nm", so it can be a program name with args.
12049 set dummy nm; ac_word=$2
12050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12051 $as_echo_n "checking for $ac_word... " >&6; }
12052 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12053 $as_echo_n "(cached) " >&6
12055 case $NM_FOR_TARGET in
12057 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12061 for as_dir in $gcc_cv_tool_dirs
12064 test -z "$as_dir" && as_dir=.
12065 for ac_exec_ext in '' $ac_executable_extensions; do
12066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12067 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12078 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12079 if test -n "$NM_FOR_TARGET"; then
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12081 $as_echo "$NM_FOR_TARGET" >&6; }
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12084 $as_echo "no" >&6; }
12089 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12092 if test -n "$NM_FOR_TARGET"; then
12093 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12094 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12095 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12098 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12099 for ncn_progname in nm; do
12100 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12101 set dummy ${ncn_progname}; ac_word=$2
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12103 $as_echo_n "checking for $ac_word... " >&6; }
12104 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12105 $as_echo_n "(cached) " >&6
12107 if test -n "$NM_FOR_TARGET"; then
12108 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12111 for as_dir in $PATH
12114 test -z "$as_dir" && as_dir=.
12115 for ac_exec_ext in '' $ac_executable_extensions; do
12116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12117 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12127 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12128 if test -n "$NM_FOR_TARGET"; then
12129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12130 $as_echo "$NM_FOR_TARGET" >&6; }
12132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12133 $as_echo "no" >&6; }
12140 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12141 for ncn_progname in nm; do
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12143 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12144 if test -x $with_build_time_tools/${ncn_progname}; then
12145 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12147 $as_echo "yes" >&6; }
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12151 $as_echo "no" >&6; }
12156 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12157 for ncn_progname in nm; do
12158 if test -n "$ncn_target_tool_prefix"; then
12159 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12160 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12162 $as_echo_n "checking for $ac_word... " >&6; }
12163 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12164 $as_echo_n "(cached) " >&6
12166 if test -n "$NM_FOR_TARGET"; then
12167 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12170 for as_dir in $PATH
12173 test -z "$as_dir" && as_dir=.
12174 for ac_exec_ext in '' $ac_executable_extensions; do
12175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12176 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12186 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12187 if test -n "$NM_FOR_TARGET"; then
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12189 $as_echo "$NM_FOR_TARGET" >&6; }
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12192 $as_echo "no" >&6; }
12197 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12198 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12199 set dummy ${ncn_progname}; ac_word=$2
12200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12201 $as_echo_n "checking for $ac_word... " >&6; }
12202 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12203 $as_echo_n "(cached) " >&6
12205 if test -n "$NM_FOR_TARGET"; then
12206 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12209 for as_dir in $PATH
12212 test -z "$as_dir" && as_dir=.
12213 for ac_exec_ext in '' $ac_executable_extensions; do
12214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12215 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12225 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12226 if test -n "$NM_FOR_TARGET"; then
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12228 $as_echo "$NM_FOR_TARGET" >&6; }
12230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12231 $as_echo "no" >&6; }
12236 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12240 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12242 if test $build = $target ; then
12245 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12248 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12252 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12258 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12259 if test -n "$with_build_time_tools"; then
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objcopy in $with_build_time_tools" >&5
12261 $as_echo_n "checking for objcopy in $with_build_time_tools... " >&6; }
12262 if test -x $with_build_time_tools/objcopy; then
12263 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12264 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12266 $as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12269 $as_echo "no" >&6; }
12271 elif test $build != $host && test $have_gcc_for_target = yes; then
12272 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12273 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12274 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12277 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12278 # Extract the first word of "objcopy", so it can be a program name with args.
12279 set dummy objcopy; ac_word=$2
12280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12281 $as_echo_n "checking for $ac_word... " >&6; }
12282 if test "${ac_cv_path_OBJCOPY_FOR_TARGET+set}" = set; then :
12283 $as_echo_n "(cached) " >&6
12285 case $OBJCOPY_FOR_TARGET in
12287 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12291 for as_dir in $gcc_cv_tool_dirs
12294 test -z "$as_dir" && as_dir=.
12295 for ac_exec_ext in '' $ac_executable_extensions; do
12296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12297 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12308 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12309 if test -n "$OBJCOPY_FOR_TARGET"; then
12310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12311 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12314 $as_echo "no" >&6; }
12319 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12322 if test -n "$OBJCOPY_FOR_TARGET"; then
12323 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12324 elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12325 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12328 if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12329 for ncn_progname in objcopy; do
12330 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12331 set dummy ${ncn_progname}; ac_word=$2
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12333 $as_echo_n "checking for $ac_word... " >&6; }
12334 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12335 $as_echo_n "(cached) " >&6
12337 if test -n "$OBJCOPY_FOR_TARGET"; then
12338 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12341 for as_dir in $PATH
12344 test -z "$as_dir" && as_dir=.
12345 for ac_exec_ext in '' $ac_executable_extensions; do
12346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12347 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12357 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12358 if test -n "$OBJCOPY_FOR_TARGET"; then
12359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12360 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12363 $as_echo "no" >&6; }
12370 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12371 for ncn_progname in objcopy; do
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12373 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12374 if test -x $with_build_time_tools/${ncn_progname}; then
12375 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12377 $as_echo "yes" >&6; }
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12381 $as_echo "no" >&6; }
12386 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12387 for ncn_progname in objcopy; do
12388 if test -n "$ncn_target_tool_prefix"; then
12389 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12390 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12392 $as_echo_n "checking for $ac_word... " >&6; }
12393 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12394 $as_echo_n "(cached) " >&6
12396 if test -n "$OBJCOPY_FOR_TARGET"; then
12397 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12400 for as_dir in $PATH
12403 test -z "$as_dir" && as_dir=.
12404 for ac_exec_ext in '' $ac_executable_extensions; do
12405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12406 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12416 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12417 if test -n "$OBJCOPY_FOR_TARGET"; then
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12419 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12422 $as_echo "no" >&6; }
12427 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12428 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12429 set dummy ${ncn_progname}; ac_word=$2
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12431 $as_echo_n "checking for $ac_word... " >&6; }
12432 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12433 $as_echo_n "(cached) " >&6
12435 if test -n "$OBJCOPY_FOR_TARGET"; then
12436 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12439 for as_dir in $PATH
12442 test -z "$as_dir" && as_dir=.
12443 for ac_exec_ext in '' $ac_executable_extensions; do
12444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12445 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12455 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12456 if test -n "$OBJCOPY_FOR_TARGET"; then
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12458 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12461 $as_echo "no" >&6; }
12466 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12470 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12472 if test $build = $target ; then
12473 OBJCOPY_FOR_TARGET="$2"
12475 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12478 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12482 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12488 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12489 if test -n "$with_build_time_tools"; then
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12491 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12492 if test -x $with_build_time_tools/objdump; then
12493 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12494 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12496 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12499 $as_echo "no" >&6; }
12501 elif test $build != $host && test $have_gcc_for_target = yes; then
12502 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12503 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12504 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12507 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12508 # Extract the first word of "objdump", so it can be a program name with args.
12509 set dummy objdump; ac_word=$2
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12511 $as_echo_n "checking for $ac_word... " >&6; }
12512 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12513 $as_echo_n "(cached) " >&6
12515 case $OBJDUMP_FOR_TARGET in
12517 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12521 for as_dir in $gcc_cv_tool_dirs
12524 test -z "$as_dir" && as_dir=.
12525 for ac_exec_ext in '' $ac_executable_extensions; do
12526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12527 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12538 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12539 if test -n "$OBJDUMP_FOR_TARGET"; then
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12541 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12544 $as_echo "no" >&6; }
12549 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12552 if test -n "$OBJDUMP_FOR_TARGET"; then
12553 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12554 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12555 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12558 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12559 for ncn_progname in objdump; do
12560 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12561 set dummy ${ncn_progname}; ac_word=$2
12562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12563 $as_echo_n "checking for $ac_word... " >&6; }
12564 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12565 $as_echo_n "(cached) " >&6
12567 if test -n "$OBJDUMP_FOR_TARGET"; then
12568 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12571 for as_dir in $PATH
12574 test -z "$as_dir" && as_dir=.
12575 for ac_exec_ext in '' $ac_executable_extensions; do
12576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12577 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12587 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12588 if test -n "$OBJDUMP_FOR_TARGET"; then
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12590 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12593 $as_echo "no" >&6; }
12600 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12601 for ncn_progname in objdump; do
12602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12603 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12604 if test -x $with_build_time_tools/${ncn_progname}; then
12605 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12607 $as_echo "yes" >&6; }
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12611 $as_echo "no" >&6; }
12616 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12617 for ncn_progname in objdump; do
12618 if test -n "$ncn_target_tool_prefix"; then
12619 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12620 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12622 $as_echo_n "checking for $ac_word... " >&6; }
12623 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12624 $as_echo_n "(cached) " >&6
12626 if test -n "$OBJDUMP_FOR_TARGET"; then
12627 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12630 for as_dir in $PATH
12633 test -z "$as_dir" && as_dir=.
12634 for ac_exec_ext in '' $ac_executable_extensions; do
12635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12636 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12646 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12647 if test -n "$OBJDUMP_FOR_TARGET"; then
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12649 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12652 $as_echo "no" >&6; }
12657 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12658 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12659 set dummy ${ncn_progname}; ac_word=$2
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12661 $as_echo_n "checking for $ac_word... " >&6; }
12662 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12663 $as_echo_n "(cached) " >&6
12665 if test -n "$OBJDUMP_FOR_TARGET"; then
12666 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12669 for as_dir in $PATH
12672 test -z "$as_dir" && as_dir=.
12673 for ac_exec_ext in '' $ac_executable_extensions; do
12674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12675 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12685 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12686 if test -n "$OBJDUMP_FOR_TARGET"; then
12687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12688 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12691 $as_echo "no" >&6; }
12696 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12700 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12702 if test $build = $target ; then
12703 OBJDUMP_FOR_TARGET="$2"
12705 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12708 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12712 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12718 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12719 if test -n "$with_build_time_tools"; then
12720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12721 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12722 if test -x $with_build_time_tools/ranlib; then
12723 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12724 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12726 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12729 $as_echo "no" >&6; }
12731 elif test $build != $host && test $have_gcc_for_target = yes; then
12732 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12733 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12734 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12737 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12738 # Extract the first word of "ranlib", so it can be a program name with args.
12739 set dummy ranlib; ac_word=$2
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12741 $as_echo_n "checking for $ac_word... " >&6; }
12742 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12743 $as_echo_n "(cached) " >&6
12745 case $RANLIB_FOR_TARGET in
12747 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12751 for as_dir in $gcc_cv_tool_dirs
12754 test -z "$as_dir" && as_dir=.
12755 for ac_exec_ext in '' $ac_executable_extensions; do
12756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12757 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12768 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12769 if test -n "$RANLIB_FOR_TARGET"; then
12770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12771 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12774 $as_echo "no" >&6; }
12779 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12782 if test -n "$RANLIB_FOR_TARGET"; then
12783 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12784 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12785 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12788 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12789 for ncn_progname in ranlib; do
12790 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12791 set dummy ${ncn_progname}; ac_word=$2
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12793 $as_echo_n "checking for $ac_word... " >&6; }
12794 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12795 $as_echo_n "(cached) " >&6
12797 if test -n "$RANLIB_FOR_TARGET"; then
12798 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12801 for as_dir in $PATH
12804 test -z "$as_dir" && as_dir=.
12805 for ac_exec_ext in '' $ac_executable_extensions; do
12806 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12807 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12817 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12818 if test -n "$RANLIB_FOR_TARGET"; then
12819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12820 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12823 $as_echo "no" >&6; }
12830 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12831 for ncn_progname in ranlib; do
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12833 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12834 if test -x $with_build_time_tools/${ncn_progname}; then
12835 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12837 $as_echo "yes" >&6; }
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12841 $as_echo "no" >&6; }
12846 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12847 for ncn_progname in ranlib; do
12848 if test -n "$ncn_target_tool_prefix"; then
12849 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12850 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12852 $as_echo_n "checking for $ac_word... " >&6; }
12853 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12854 $as_echo_n "(cached) " >&6
12856 if test -n "$RANLIB_FOR_TARGET"; then
12857 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12860 for as_dir in $PATH
12863 test -z "$as_dir" && as_dir=.
12864 for ac_exec_ext in '' $ac_executable_extensions; do
12865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12866 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12876 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12877 if test -n "$RANLIB_FOR_TARGET"; then
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12879 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12882 $as_echo "no" >&6; }
12887 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12888 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12889 set dummy ${ncn_progname}; ac_word=$2
12890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12891 $as_echo_n "checking for $ac_word... " >&6; }
12892 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12893 $as_echo_n "(cached) " >&6
12895 if test -n "$RANLIB_FOR_TARGET"; then
12896 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12899 for as_dir in $PATH
12902 test -z "$as_dir" && as_dir=.
12903 for ac_exec_ext in '' $ac_executable_extensions; do
12904 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12905 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12915 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12916 if test -n "$RANLIB_FOR_TARGET"; then
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12918 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12921 $as_echo "no" >&6; }
12926 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12930 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12932 if test $build = $target ; then
12933 RANLIB_FOR_TARGET="$2"
12935 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12938 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12942 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12948 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12949 if test -n "$with_build_time_tools"; then
12950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12951 $as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12952 if test -x $with_build_time_tools/readelf; then
12953 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12954 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12956 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12959 $as_echo "no" >&6; }
12961 elif test $build != $host && test $have_gcc_for_target = yes; then
12962 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12963 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12964 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12967 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12968 # Extract the first word of "readelf", so it can be a program name with args.
12969 set dummy readelf; ac_word=$2
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12971 $as_echo_n "checking for $ac_word... " >&6; }
12972 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12973 $as_echo_n "(cached) " >&6
12975 case $READELF_FOR_TARGET in
12977 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12981 for as_dir in $gcc_cv_tool_dirs
12984 test -z "$as_dir" && as_dir=.
12985 for ac_exec_ext in '' $ac_executable_extensions; do
12986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12987 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12998 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12999 if test -n "$READELF_FOR_TARGET"; then
13000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13001 $as_echo "$READELF_FOR_TARGET" >&6; }
13003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13004 $as_echo "no" >&6; }
13009 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13012 if test -n "$READELF_FOR_TARGET"; then
13013 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
13014 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13015 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13018 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13019 for ncn_progname in readelf; do
13020 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13021 set dummy ${ncn_progname}; ac_word=$2
13022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13023 $as_echo_n "checking for $ac_word... " >&6; }
13024 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13025 $as_echo_n "(cached) " >&6
13027 if test -n "$READELF_FOR_TARGET"; then
13028 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13031 for as_dir in $PATH
13034 test -z "$as_dir" && as_dir=.
13035 for ac_exec_ext in '' $ac_executable_extensions; do
13036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13037 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13038 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13047 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13048 if test -n "$READELF_FOR_TARGET"; then
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13050 $as_echo "$READELF_FOR_TARGET" >&6; }
13052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13053 $as_echo "no" >&6; }
13060 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13061 for ncn_progname in readelf; do
13062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13063 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13064 if test -x $with_build_time_tools/${ncn_progname}; then
13065 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13067 $as_echo "yes" >&6; }
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13071 $as_echo "no" >&6; }
13076 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13077 for ncn_progname in readelf; do
13078 if test -n "$ncn_target_tool_prefix"; then
13079 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13080 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13082 $as_echo_n "checking for $ac_word... " >&6; }
13083 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13084 $as_echo_n "(cached) " >&6
13086 if test -n "$READELF_FOR_TARGET"; then
13087 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13090 for as_dir in $PATH
13093 test -z "$as_dir" && as_dir=.
13094 for ac_exec_ext in '' $ac_executable_extensions; do
13095 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13096 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13106 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13107 if test -n "$READELF_FOR_TARGET"; then
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13109 $as_echo "$READELF_FOR_TARGET" >&6; }
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13112 $as_echo "no" >&6; }
13117 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13118 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13119 set dummy ${ncn_progname}; ac_word=$2
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13121 $as_echo_n "checking for $ac_word... " >&6; }
13122 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13123 $as_echo_n "(cached) " >&6
13125 if test -n "$READELF_FOR_TARGET"; then
13126 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13129 for as_dir in $PATH
13132 test -z "$as_dir" && as_dir=.
13133 for ac_exec_ext in '' $ac_executable_extensions; do
13134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13135 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13145 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13146 if test -n "$READELF_FOR_TARGET"; then
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13148 $as_echo "$READELF_FOR_TARGET" >&6; }
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13151 $as_echo "no" >&6; }
13156 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13160 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13162 if test $build = $target ; then
13163 READELF_FOR_TARGET="$2"
13165 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13168 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13172 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13178 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13179 if test -n "$with_build_time_tools"; then
13180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13181 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
13182 if test -x $with_build_time_tools/strip; then
13183 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13184 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13186 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13189 $as_echo "no" >&6; }
13191 elif test $build != $host && test $have_gcc_for_target = yes; then
13192 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
13193 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13194 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13197 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13198 # Extract the first word of "strip", so it can be a program name with args.
13199 set dummy strip; 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 test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13203 $as_echo_n "(cached) " >&6
13205 case $STRIP_FOR_TARGET in
13207 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13211 for as_dir in $gcc_cv_tool_dirs
13214 test -z "$as_dir" && as_dir=.
13215 for ac_exec_ext in '' $ac_executable_extensions; do
13216 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13217 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13228 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13229 if test -n "$STRIP_FOR_TARGET"; then
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13231 $as_echo "$STRIP_FOR_TARGET" >&6; }
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13234 $as_echo "no" >&6; }
13239 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13242 if test -n "$STRIP_FOR_TARGET"; then
13243 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13244 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13245 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13248 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13249 for ncn_progname in strip; do
13250 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13251 set dummy ${ncn_progname}; ac_word=$2
13252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13253 $as_echo_n "checking for $ac_word... " >&6; }
13254 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13255 $as_echo_n "(cached) " >&6
13257 if test -n "$STRIP_FOR_TARGET"; then
13258 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13261 for as_dir in $PATH
13264 test -z "$as_dir" && as_dir=.
13265 for ac_exec_ext in '' $ac_executable_extensions; do
13266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13267 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13277 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13278 if test -n "$STRIP_FOR_TARGET"; then
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13280 $as_echo "$STRIP_FOR_TARGET" >&6; }
13282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13283 $as_echo "no" >&6; }
13290 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
13291 for ncn_progname in strip; do
13292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13293 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13294 if test -x $with_build_time_tools/${ncn_progname}; then
13295 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13297 $as_echo "yes" >&6; }
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13301 $as_echo "no" >&6; }
13306 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13307 for ncn_progname in strip; do
13308 if test -n "$ncn_target_tool_prefix"; then
13309 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13310 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13312 $as_echo_n "checking for $ac_word... " >&6; }
13313 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13314 $as_echo_n "(cached) " >&6
13316 if test -n "$STRIP_FOR_TARGET"; then
13317 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13320 for as_dir in $PATH
13323 test -z "$as_dir" && as_dir=.
13324 for ac_exec_ext in '' $ac_executable_extensions; do
13325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13326 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13336 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13337 if test -n "$STRIP_FOR_TARGET"; then
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13339 $as_echo "$STRIP_FOR_TARGET" >&6; }
13341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13342 $as_echo "no" >&6; }
13347 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13348 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13349 set dummy ${ncn_progname}; ac_word=$2
13350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13351 $as_echo_n "checking for $ac_word... " >&6; }
13352 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13353 $as_echo_n "(cached) " >&6
13355 if test -n "$STRIP_FOR_TARGET"; then
13356 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13359 for as_dir in $PATH
13362 test -z "$as_dir" && as_dir=.
13363 for ac_exec_ext in '' $ac_executable_extensions; do
13364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13365 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13375 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13376 if test -n "$STRIP_FOR_TARGET"; then
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13378 $as_echo "$STRIP_FOR_TARGET" >&6; }
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13381 $as_echo "no" >&6; }
13386 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13390 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13392 if test $build = $target ; then
13393 STRIP_FOR_TARGET="$2"
13395 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13398 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13402 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13408 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13409 if test -n "$with_build_time_tools"; then
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13411 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
13412 if test -x $with_build_time_tools/windres; then
13413 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13414 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13416 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13419 $as_echo "no" >&6; }
13421 elif test $build != $host && test $have_gcc_for_target = yes; then
13422 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13423 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13424 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13427 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13428 # Extract the first word of "windres", so it can be a program name with args.
13429 set dummy windres; ac_word=$2
13430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13431 $as_echo_n "checking for $ac_word... " >&6; }
13432 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13433 $as_echo_n "(cached) " >&6
13435 case $WINDRES_FOR_TARGET in
13437 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13441 for as_dir in $gcc_cv_tool_dirs
13444 test -z "$as_dir" && as_dir=.
13445 for ac_exec_ext in '' $ac_executable_extensions; do
13446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13447 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13458 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13459 if test -n "$WINDRES_FOR_TARGET"; then
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13461 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13464 $as_echo "no" >&6; }
13469 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13472 if test -n "$WINDRES_FOR_TARGET"; then
13473 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13474 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13475 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13478 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13479 for ncn_progname in windres; do
13480 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13481 set dummy ${ncn_progname}; ac_word=$2
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13483 $as_echo_n "checking for $ac_word... " >&6; }
13484 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13485 $as_echo_n "(cached) " >&6
13487 if test -n "$WINDRES_FOR_TARGET"; then
13488 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13491 for as_dir in $PATH
13494 test -z "$as_dir" && as_dir=.
13495 for ac_exec_ext in '' $ac_executable_extensions; do
13496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13497 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13507 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13508 if test -n "$WINDRES_FOR_TARGET"; then
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13510 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13513 $as_echo "no" >&6; }
13520 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13521 for ncn_progname in windres; do
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13523 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13524 if test -x $with_build_time_tools/${ncn_progname}; then
13525 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13527 $as_echo "yes" >&6; }
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13531 $as_echo "no" >&6; }
13536 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13537 for ncn_progname in windres; do
13538 if test -n "$ncn_target_tool_prefix"; then
13539 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13540 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13542 $as_echo_n "checking for $ac_word... " >&6; }
13543 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13544 $as_echo_n "(cached) " >&6
13546 if test -n "$WINDRES_FOR_TARGET"; then
13547 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13550 for as_dir in $PATH
13553 test -z "$as_dir" && as_dir=.
13554 for ac_exec_ext in '' $ac_executable_extensions; do
13555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13556 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13566 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13567 if test -n "$WINDRES_FOR_TARGET"; then
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13569 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13572 $as_echo "no" >&6; }
13577 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13578 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13579 set dummy ${ncn_progname}; ac_word=$2
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13581 $as_echo_n "checking for $ac_word... " >&6; }
13582 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13583 $as_echo_n "(cached) " >&6
13585 if test -n "$WINDRES_FOR_TARGET"; then
13586 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13589 for as_dir in $PATH
13592 test -z "$as_dir" && as_dir=.
13593 for ac_exec_ext in '' $ac_executable_extensions; do
13594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13595 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13605 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13606 if test -n "$WINDRES_FOR_TARGET"; then
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13608 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13611 $as_echo "no" >&6; }
13616 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13620 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13622 if test $build = $target ; then
13623 WINDRES_FOR_TARGET="$2"
13625 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13628 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13632 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13638 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13639 if test -n "$with_build_time_tools"; then
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13641 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13642 if test -x $with_build_time_tools/windmc; then
13643 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13644 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13646 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13649 $as_echo "no" >&6; }
13651 elif test $build != $host && test $have_gcc_for_target = yes; then
13652 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13653 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13654 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13657 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13658 # Extract the first word of "windmc", so it can be a program name with args.
13659 set dummy windmc; ac_word=$2
13660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13661 $as_echo_n "checking for $ac_word... " >&6; }
13662 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13663 $as_echo_n "(cached) " >&6
13665 case $WINDMC_FOR_TARGET in
13667 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13671 for as_dir in $gcc_cv_tool_dirs
13674 test -z "$as_dir" && as_dir=.
13675 for ac_exec_ext in '' $ac_executable_extensions; do
13676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13677 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13688 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13689 if test -n "$WINDMC_FOR_TARGET"; then
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13691 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13694 $as_echo "no" >&6; }
13699 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13702 if test -n "$WINDMC_FOR_TARGET"; then
13703 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13704 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13705 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13708 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13709 for ncn_progname in windmc; do
13710 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13711 set dummy ${ncn_progname}; ac_word=$2
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13713 $as_echo_n "checking for $ac_word... " >&6; }
13714 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13715 $as_echo_n "(cached) " >&6
13717 if test -n "$WINDMC_FOR_TARGET"; then
13718 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13721 for as_dir in $PATH
13724 test -z "$as_dir" && as_dir=.
13725 for ac_exec_ext in '' $ac_executable_extensions; do
13726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13727 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13737 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13738 if test -n "$WINDMC_FOR_TARGET"; then
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13740 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13743 $as_echo "no" >&6; }
13750 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13751 for ncn_progname in windmc; do
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13753 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13754 if test -x $with_build_time_tools/${ncn_progname}; then
13755 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13757 $as_echo "yes" >&6; }
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13761 $as_echo "no" >&6; }
13766 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13767 for ncn_progname in windmc; do
13768 if test -n "$ncn_target_tool_prefix"; then
13769 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13770 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13772 $as_echo_n "checking for $ac_word... " >&6; }
13773 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13774 $as_echo_n "(cached) " >&6
13776 if test -n "$WINDMC_FOR_TARGET"; then
13777 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13780 for as_dir in $PATH
13783 test -z "$as_dir" && as_dir=.
13784 for ac_exec_ext in '' $ac_executable_extensions; do
13785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13786 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13796 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13797 if test -n "$WINDMC_FOR_TARGET"; then
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13799 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13802 $as_echo "no" >&6; }
13807 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13808 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13809 set dummy ${ncn_progname}; ac_word=$2
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13811 $as_echo_n "checking for $ac_word... " >&6; }
13812 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13813 $as_echo_n "(cached) " >&6
13815 if test -n "$WINDMC_FOR_TARGET"; then
13816 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13819 for as_dir in $PATH
13822 test -z "$as_dir" && as_dir=.
13823 for ac_exec_ext in '' $ac_executable_extensions; do
13824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13825 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13835 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13836 if test -n "$WINDMC_FOR_TARGET"; then
13837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13838 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13841 $as_echo "no" >&6; }
13846 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13850 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13852 if test $build = $target ; then
13853 WINDMC_FOR_TARGET="$2"
13855 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13858 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13862 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13866 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13869 $as_echo_n "checking where to find the target ar... " >&6; }
13870 if test "x${build}" != "x${host}" ; then
13871 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13872 # We already found the complete path
13873 ac_dir=`dirname $AR_FOR_TARGET`
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13875 $as_echo "pre-installed in $ac_dir" >&6; }
13877 # Canadian cross, just use what we found
13878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13879 $as_echo "pre-installed" >&6; }
13883 case " ${configdirs} " in
13888 if test $ok = yes; then
13889 # An in-tree tool is available and we can use it
13890 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13892 $as_echo "just compiled" >&6; }
13893 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13894 # We already found the complete path
13895 ac_dir=`dirname $AR_FOR_TARGET`
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13897 $as_echo "pre-installed in $ac_dir" >&6; }
13898 elif test "x$target" = "x$host"; then
13899 # We can use an host tool
13900 AR_FOR_TARGET='$(AR)'
13901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13902 $as_echo "host tool" >&6; }
13904 # We need a cross tool
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13906 $as_echo "pre-installed" >&6; }
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13911 $as_echo_n "checking where to find the target as... " >&6; }
13912 if test "x${build}" != "x${host}" ; then
13913 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13914 # We already found the complete path
13915 ac_dir=`dirname $AS_FOR_TARGET`
13916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13917 $as_echo "pre-installed in $ac_dir" >&6; }
13919 # Canadian cross, just use what we found
13920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13921 $as_echo "pre-installed" >&6; }
13925 case " ${configdirs} " in
13930 if test $ok = yes; then
13931 # An in-tree tool is available and we can use it
13932 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13934 $as_echo "just compiled" >&6; }
13935 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13936 # We already found the complete path
13937 ac_dir=`dirname $AS_FOR_TARGET`
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13939 $as_echo "pre-installed in $ac_dir" >&6; }
13940 elif test "x$target" = "x$host"; then
13941 # We can use an host tool
13942 AS_FOR_TARGET='$(AS)'
13943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13944 $as_echo "host tool" >&6; }
13946 # We need a cross tool
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13948 $as_echo "pre-installed" >&6; }
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13953 $as_echo_n "checking where to find the target cc... " >&6; }
13954 if test "x${build}" != "x${host}" ; then
13955 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13956 # We already found the complete path
13957 ac_dir=`dirname $CC_FOR_TARGET`
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13959 $as_echo "pre-installed in $ac_dir" >&6; }
13961 # Canadian cross, just use what we found
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13963 $as_echo "pre-installed" >&6; }
13967 case " ${configdirs} " in
13972 if test $ok = yes; then
13973 # An in-tree tool is available and we can use it
13974 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13976 $as_echo "just compiled" >&6; }
13977 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13978 # We already found the complete path
13979 ac_dir=`dirname $CC_FOR_TARGET`
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13981 $as_echo "pre-installed in $ac_dir" >&6; }
13982 elif test "x$target" = "x$host"; then
13983 # We can use an host tool
13984 CC_FOR_TARGET='$(CC)'
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13986 $as_echo "host tool" >&6; }
13988 # We need a cross tool
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13990 $as_echo "pre-installed" >&6; }
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13995 $as_echo_n "checking where to find the target c++... " >&6; }
13996 if test "x${build}" != "x${host}" ; then
13997 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13998 # We already found the complete path
13999 ac_dir=`dirname $CXX_FOR_TARGET`
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14001 $as_echo "pre-installed in $ac_dir" >&6; }
14003 # Canadian cross, just use what we found
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14005 $as_echo "pre-installed" >&6; }
14009 case " ${configdirs} " in
14013 case ,${enable_languages}, in
14017 if test $ok = yes; then
14018 # An in-tree tool is available and we can use it
14019 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14021 $as_echo "just compiled" >&6; }
14022 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14023 # We already found the complete path
14024 ac_dir=`dirname $CXX_FOR_TARGET`
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14026 $as_echo "pre-installed in $ac_dir" >&6; }
14027 elif test "x$target" = "x$host"; then
14028 # We can use an host tool
14029 CXX_FOR_TARGET='$(CXX)'
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14031 $as_echo "host tool" >&6; }
14033 # We need a cross tool
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14035 $as_echo "pre-installed" >&6; }
14039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
14040 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
14041 if test "x${build}" != "x${host}" ; then
14042 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14043 # We already found the complete path
14044 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14046 $as_echo "pre-installed in $ac_dir" >&6; }
14048 # Canadian cross, just use what we found
14049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14050 $as_echo "pre-installed" >&6; }
14054 case " ${configdirs} " in
14058 case ,${enable_languages}, in
14062 if test $ok = yes; then
14063 # An in-tree tool is available and we can use it
14064 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
14065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14066 $as_echo "just compiled" >&6; }
14067 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14068 # We already found the complete path
14069 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14071 $as_echo "pre-installed in $ac_dir" >&6; }
14072 elif test "x$target" = "x$host"; then
14073 # We can use an host tool
14074 RAW_CXX_FOR_TARGET='$(CXX)'
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14076 $as_echo "host tool" >&6; }
14078 # We need a cross tool
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14080 $as_echo "pre-installed" >&6; }
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
14085 $as_echo_n "checking where to find the target dlltool... " >&6; }
14086 if test "x${build}" != "x${host}" ; then
14087 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14088 # We already found the complete path
14089 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14091 $as_echo "pre-installed in $ac_dir" >&6; }
14093 # Canadian cross, just use what we found
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14095 $as_echo "pre-installed" >&6; }
14099 case " ${configdirs} " in
14104 if test $ok = yes; then
14105 # An in-tree tool is available and we can use it
14106 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14108 $as_echo "just compiled" >&6; }
14109 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14110 # We already found the complete path
14111 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14113 $as_echo "pre-installed in $ac_dir" >&6; }
14114 elif test "x$target" = "x$host"; then
14115 # We can use an host tool
14116 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14118 $as_echo "host tool" >&6; }
14120 # We need a cross tool
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14122 $as_echo "pre-installed" >&6; }
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14127 $as_echo_n "checking where to find the target gcc... " >&6; }
14128 if test "x${build}" != "x${host}" ; then
14129 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14130 # We already found the complete path
14131 ac_dir=`dirname $GCC_FOR_TARGET`
14132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14133 $as_echo "pre-installed in $ac_dir" >&6; }
14135 # Canadian cross, just use what we found
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14137 $as_echo "pre-installed" >&6; }
14141 case " ${configdirs} " in
14146 if test $ok = yes; then
14147 # An in-tree tool is available and we can use it
14148 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14150 $as_echo "just compiled" >&6; }
14151 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14152 # We already found the complete path
14153 ac_dir=`dirname $GCC_FOR_TARGET`
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14155 $as_echo "pre-installed in $ac_dir" >&6; }
14156 elif test "x$target" = "x$host"; then
14157 # We can use an host tool
14158 GCC_FOR_TARGET='$()'
14159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14160 $as_echo "host tool" >&6; }
14162 # We need a cross tool
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14164 $as_echo "pre-installed" >&6; }
14168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
14169 $as_echo_n "checking where to find the target gcj... " >&6; }
14170 if test "x${build}" != "x${host}" ; then
14171 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14172 # We already found the complete path
14173 ac_dir=`dirname $GCJ_FOR_TARGET`
14174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14175 $as_echo "pre-installed in $ac_dir" >&6; }
14177 # Canadian cross, just use what we found
14178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14179 $as_echo "pre-installed" >&6; }
14183 case " ${configdirs} " in
14187 case ,${enable_languages}, in
14191 if test $ok = yes; then
14192 # An in-tree tool is available and we can use it
14193 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14195 $as_echo "just compiled" >&6; }
14196 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14197 # We already found the complete path
14198 ac_dir=`dirname $GCJ_FOR_TARGET`
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14200 $as_echo "pre-installed in $ac_dir" >&6; }
14201 elif test "x$target" = "x$host"; then
14202 # We can use an host tool
14203 GCJ_FOR_TARGET='$(GCJ)'
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14205 $as_echo "host tool" >&6; }
14207 # We need a cross tool
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14209 $as_echo "pre-installed" >&6; }
14213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14214 $as_echo_n "checking where to find the target gfortran... " >&6; }
14215 if test "x${build}" != "x${host}" ; then
14216 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14217 # We already found the complete path
14218 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14220 $as_echo "pre-installed in $ac_dir" >&6; }
14222 # Canadian cross, just use what we found
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14224 $as_echo "pre-installed" >&6; }
14228 case " ${configdirs} " in
14232 case ,${enable_languages}, in
14236 if test $ok = yes; then
14237 # An in-tree tool is available and we can use it
14238 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
14239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14240 $as_echo "just compiled" >&6; }
14241 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14242 # We already found the complete path
14243 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14245 $as_echo "pre-installed in $ac_dir" >&6; }
14246 elif test "x$target" = "x$host"; then
14247 # We can use an host tool
14248 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
14249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14250 $as_echo "host tool" >&6; }
14252 # We need a cross tool
14253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14254 $as_echo "pre-installed" >&6; }
14258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14259 $as_echo_n "checking where to find the target gccgo... " >&6; }
14260 if test "x${build}" != "x${host}" ; then
14261 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14262 # We already found the complete path
14263 ac_dir=`dirname $GOC_FOR_TARGET`
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14265 $as_echo "pre-installed in $ac_dir" >&6; }
14267 # Canadian cross, just use what we found
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14269 $as_echo "pre-installed" >&6; }
14273 case " ${configdirs} " in
14277 case ,${enable_languages}, in
14281 if test $ok = yes; then
14282 # An in-tree tool is available and we can use it
14283 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14285 $as_echo "just compiled" >&6; }
14286 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14287 # We already found the complete path
14288 ac_dir=`dirname $GOC_FOR_TARGET`
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14290 $as_echo "pre-installed in $ac_dir" >&6; }
14291 elif test "x$target" = "x$host"; then
14292 # We can use an host tool
14293 GOC_FOR_TARGET='$(GOC)'
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14295 $as_echo "host tool" >&6; }
14297 # We need a cross tool
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14299 $as_echo "pre-installed" >&6; }
14303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14304 $as_echo_n "checking where to find the target ld... " >&6; }
14305 if test "x${build}" != "x${host}" ; then
14306 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14307 # We already found the complete path
14308 ac_dir=`dirname $LD_FOR_TARGET`
14309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14310 $as_echo "pre-installed in $ac_dir" >&6; }
14312 # Canadian cross, just use what we found
14313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14314 $as_echo "pre-installed" >&6; }
14318 case " ${configdirs} " in
14323 if test $ok = yes; then
14324 # An in-tree tool is available and we can use it
14325 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14327 $as_echo "just compiled" >&6; }
14328 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14329 # We already found the complete path
14330 ac_dir=`dirname $LD_FOR_TARGET`
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14332 $as_echo "pre-installed in $ac_dir" >&6; }
14333 elif test "x$target" = "x$host"; then
14334 # We can use an host tool
14335 LD_FOR_TARGET='$(LD)'
14336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14337 $as_echo "host tool" >&6; }
14339 # We need a cross tool
14340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14341 $as_echo "pre-installed" >&6; }
14345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14346 $as_echo_n "checking where to find the target lipo... " >&6; }
14347 if test "x${build}" != "x${host}" ; then
14348 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14349 # We already found the complete path
14350 ac_dir=`dirname $LIPO_FOR_TARGET`
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14352 $as_echo "pre-installed in $ac_dir" >&6; }
14354 # Canadian cross, just use what we found
14355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14356 $as_echo "pre-installed" >&6; }
14359 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14360 # We already found the complete path
14361 ac_dir=`dirname $LIPO_FOR_TARGET`
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14363 $as_echo "pre-installed in $ac_dir" >&6; }
14364 elif test "x$target" = "x$host"; then
14365 # We can use an host tool
14366 LIPO_FOR_TARGET='$(LIPO)'
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14368 $as_echo "host tool" >&6; }
14370 # We need a cross tool
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14372 $as_echo "pre-installed" >&6; }
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14377 $as_echo_n "checking where to find the target nm... " >&6; }
14378 if test "x${build}" != "x${host}" ; then
14379 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14380 # We already found the complete path
14381 ac_dir=`dirname $NM_FOR_TARGET`
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14383 $as_echo "pre-installed in $ac_dir" >&6; }
14385 # Canadian cross, just use what we found
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14387 $as_echo "pre-installed" >&6; }
14391 case " ${configdirs} " in
14396 if test $ok = yes; then
14397 # An in-tree tool is available and we can use it
14398 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14400 $as_echo "just compiled" >&6; }
14401 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14402 # We already found the complete path
14403 ac_dir=`dirname $NM_FOR_TARGET`
14404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14405 $as_echo "pre-installed in $ac_dir" >&6; }
14406 elif test "x$target" = "x$host"; then
14407 # We can use an host tool
14408 NM_FOR_TARGET='$(NM)'
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14410 $as_echo "host tool" >&6; }
14412 # We need a cross tool
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14414 $as_echo "pre-installed" >&6; }
14418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objcopy" >&5
14419 $as_echo_n "checking where to find the target objcopy... " >&6; }
14420 if test "x${build}" != "x${host}" ; then
14421 if expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14422 # We already found the complete path
14423 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14425 $as_echo "pre-installed in $ac_dir" >&6; }
14427 # Canadian cross, just use what we found
14428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14429 $as_echo "pre-installed" >&6; }
14433 case " ${configdirs} " in
14438 if test $ok = yes; then
14439 # An in-tree tool is available and we can use it
14440 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14442 $as_echo "just compiled" >&6; }
14443 elif expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14444 # We already found the complete path
14445 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14447 $as_echo "pre-installed in $ac_dir" >&6; }
14448 elif test "x$target" = "x$host"; then
14449 # We can use an host tool
14450 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
14451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14452 $as_echo "host tool" >&6; }
14454 # We need a cross tool
14455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14456 $as_echo "pre-installed" >&6; }
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14461 $as_echo_n "checking where to find the target objdump... " >&6; }
14462 if test "x${build}" != "x${host}" ; then
14463 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14464 # We already found the complete path
14465 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14467 $as_echo "pre-installed in $ac_dir" >&6; }
14469 # Canadian cross, just use what we found
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14471 $as_echo "pre-installed" >&6; }
14475 case " ${configdirs} " in
14480 if test $ok = yes; then
14481 # An in-tree tool is available and we can use it
14482 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14484 $as_echo "just compiled" >&6; }
14485 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14486 # We already found the complete path
14487 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14489 $as_echo "pre-installed in $ac_dir" >&6; }
14490 elif test "x$target" = "x$host"; then
14491 # We can use an host tool
14492 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14494 $as_echo "host tool" >&6; }
14496 # We need a cross tool
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14498 $as_echo "pre-installed" >&6; }
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14503 $as_echo_n "checking where to find the target ranlib... " >&6; }
14504 if test "x${build}" != "x${host}" ; then
14505 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14506 # We already found the complete path
14507 ac_dir=`dirname $RANLIB_FOR_TARGET`
14508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14509 $as_echo "pre-installed in $ac_dir" >&6; }
14511 # Canadian cross, just use what we found
14512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14513 $as_echo "pre-installed" >&6; }
14517 case " ${configdirs} " in
14522 if test $ok = yes; then
14523 # An in-tree tool is available and we can use it
14524 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14526 $as_echo "just compiled" >&6; }
14527 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14528 # We already found the complete path
14529 ac_dir=`dirname $RANLIB_FOR_TARGET`
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14531 $as_echo "pre-installed in $ac_dir" >&6; }
14532 elif test "x$target" = "x$host"; then
14533 # We can use an host tool
14534 RANLIB_FOR_TARGET='$(RANLIB)'
14535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14536 $as_echo "host tool" >&6; }
14538 # We need a cross tool
14539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14540 $as_echo "pre-installed" >&6; }
14544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14545 $as_echo_n "checking where to find the target readelf... " >&6; }
14546 if test "x${build}" != "x${host}" ; then
14547 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14548 # We already found the complete path
14549 ac_dir=`dirname $READELF_FOR_TARGET`
14550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14551 $as_echo "pre-installed in $ac_dir" >&6; }
14553 # Canadian cross, just use what we found
14554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14555 $as_echo "pre-installed" >&6; }
14559 case " ${configdirs} " in
14564 if test $ok = yes; then
14565 # An in-tree tool is available and we can use it
14566 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14568 $as_echo "just compiled" >&6; }
14569 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14570 # We already found the complete path
14571 ac_dir=`dirname $READELF_FOR_TARGET`
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14573 $as_echo "pre-installed in $ac_dir" >&6; }
14574 elif test "x$target" = "x$host"; then
14575 # We can use an host tool
14576 READELF_FOR_TARGET='$(READELF)'
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14578 $as_echo "host tool" >&6; }
14580 # We need a cross tool
14581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14582 $as_echo "pre-installed" >&6; }
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14587 $as_echo_n "checking where to find the target strip... " >&6; }
14588 if test "x${build}" != "x${host}" ; then
14589 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14590 # We already found the complete path
14591 ac_dir=`dirname $STRIP_FOR_TARGET`
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14593 $as_echo "pre-installed in $ac_dir" >&6; }
14595 # Canadian cross, just use what we found
14596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14597 $as_echo "pre-installed" >&6; }
14601 case " ${configdirs} " in
14606 if test $ok = yes; then
14607 # An in-tree tool is available and we can use it
14608 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14610 $as_echo "just compiled" >&6; }
14611 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14612 # We already found the complete path
14613 ac_dir=`dirname $STRIP_FOR_TARGET`
14614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14615 $as_echo "pre-installed in $ac_dir" >&6; }
14616 elif test "x$target" = "x$host"; then
14617 # We can use an host tool
14618 STRIP_FOR_TARGET='$(STRIP)'
14619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14620 $as_echo "host tool" >&6; }
14622 # We need a cross tool
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14624 $as_echo "pre-installed" >&6; }
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14629 $as_echo_n "checking where to find the target windres... " >&6; }
14630 if test "x${build}" != "x${host}" ; then
14631 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14632 # We already found the complete path
14633 ac_dir=`dirname $WINDRES_FOR_TARGET`
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14635 $as_echo "pre-installed in $ac_dir" >&6; }
14637 # Canadian cross, just use what we found
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14639 $as_echo "pre-installed" >&6; }
14643 case " ${configdirs} " in
14648 if test $ok = yes; then
14649 # An in-tree tool is available and we can use it
14650 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14652 $as_echo "just compiled" >&6; }
14653 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14654 # We already found the complete path
14655 ac_dir=`dirname $WINDRES_FOR_TARGET`
14656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14657 $as_echo "pre-installed in $ac_dir" >&6; }
14658 elif test "x$target" = "x$host"; then
14659 # We can use an host tool
14660 WINDRES_FOR_TARGET='$(WINDRES)'
14661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14662 $as_echo "host tool" >&6; }
14664 # We need a cross tool
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14666 $as_echo "pre-installed" >&6; }
14670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14671 $as_echo_n "checking where to find the target windmc... " >&6; }
14672 if test "x${build}" != "x${host}" ; then
14673 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14674 # We already found the complete path
14675 ac_dir=`dirname $WINDMC_FOR_TARGET`
14676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14677 $as_echo "pre-installed in $ac_dir" >&6; }
14679 # Canadian cross, just use what we found
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14681 $as_echo "pre-installed" >&6; }
14685 case " ${configdirs} " in
14690 if test $ok = yes; then
14691 # An in-tree tool is available and we can use it
14692 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14694 $as_echo "just compiled" >&6; }
14695 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14696 # We already found the complete path
14697 ac_dir=`dirname $WINDMC_FOR_TARGET`
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14699 $as_echo "pre-installed in $ac_dir" >&6; }
14700 elif test "x$target" = "x$host"; then
14701 # We can use an host tool
14702 WINDMC_FOR_TARGET='$(WINDMC)'
14703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14704 $as_echo "host tool" >&6; }
14706 # We need a cross tool
14707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14708 $as_echo "pre-installed" >&6; }
14716 # Certain tools may need extra flags.
14717 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14718 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14719 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14721 # When building target libraries, except in a Canadian cross, we use
14722 # the same toolchain as the compiler we just built.
14723 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14724 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14725 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14726 if test $host = $build; then
14727 case " $configdirs " in
14729 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14730 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14731 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14741 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14742 # Check whether --enable-maintainer-mode was given.
14743 if test "${enable_maintainer_mode+set}" = set; then :
14744 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14746 USE_MAINTAINER_MODE=no
14749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14750 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14753 if test "$USE_MAINTAINER_MODE" = yes; then
14754 MAINTAINER_MODE_TRUE=
14755 MAINTAINER_MODE_FALSE='#'
14757 MAINTAINER_MODE_TRUE='#'
14758 MAINTAINER_MODE_FALSE=
14760 MAINT=$MAINTAINER_MODE_TRUE
14762 # ---------------------
14763 # GCC bootstrap support
14764 # ---------------------
14766 # Stage specific cflags for build.
14771 yes) stage1_cflags="-g -Wa,-J" ;;
14772 *) stage1_cflags="-g -J" ;;
14778 # Enable --enable-checking in stage1 of the compiler.
14779 # Check whether --enable-stage1-checking was given.
14780 if test "${enable_stage1_checking+set}" = set; then :
14781 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14783 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14784 stage1_checking=--enable-checking=yes,types
14786 stage1_checking=--enable-checking=$enable_checking,types
14792 # Enable -Werror in bootstrap stage2 and later.
14793 # Check whether --enable-werror was given.
14794 if test "${enable_werror+set}" = set; then :
14795 enableval=$enable_werror;
14797 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14804 case ${enable_werror} in
14805 yes) stage2_werror_flag="--enable-werror-always" ;;
14806 *) stage2_werror_flag="" ;;
14810 # Enable --enable-host-shared.
14811 # Check whether --enable-host-shared was given.
14812 if test "${enable_host_shared+set}" = set; then :
14813 enableval=$enable_host_shared; host_shared=$enableval
14820 # PR jit/64780: Require the user to explicitly specify
14821 # --enable-host-shared if the jit is enabled, hinting
14822 # that they might want to do a separate configure/build of
14823 # the jit, to avoid users from slowing down the rest of the
14824 # compiler by enabling the jit.
14825 if test ${host_shared} = "no" ; then
14826 case "${enable_languages}" in
14829 Enabling language \"jit\" requires --enable-host-shared.
14831 --enable-host-shared typically slows the rest of the compiler down by
14832 a few %, so you must explicitly enable it.
14834 If you want to build both the jit and the regular compiler, it is often
14835 best to do this via two separate configure/builds, in separate
14836 directories, to avoid imposing the performance cost of
14837 --enable-host-shared on the regular compiler." "$LINENO" 5
14844 # Specify what files to not compare during bootstrap.
14846 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14848 hppa*64*-*-hpux*) ;;
14849 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14850 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
14854 ac_config_files="$ac_config_files Makefile"
14856 cat >confcache <<\_ACEOF
14857 # This file is a shell script that caches the results of configure
14858 # tests run on this system so they can be shared between configure
14859 # scripts and configure runs, see configure's option --config-cache.
14860 # It is not useful on other systems. If it contains results you don't
14861 # want to keep, you may remove or edit it.
14863 # config.status only pays attention to the cache file if you give it
14864 # the --recheck option to rerun configure.
14866 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14867 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14868 # following values.
14872 # The following way of writing the cache mishandles newlines in values,
14873 # but we know of no workaround that is simple, portable, and efficient.
14874 # So, we kill variables containing newlines.
14875 # Ultrix sh set writes to stderr and can't be redirected directly,
14876 # and sets the high bit in the cache file unless we assign to the vars.
14878 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14879 eval ac_val=\$$ac_var
14883 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14884 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14887 _ | IFS | as_nl) ;; #(
14888 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14889 *) { eval $ac_var=; unset $ac_var;} ;;
14895 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14896 *${as_nl}ac_space=\ *)
14897 # `set' does not quote correctly, so add quotes: double-quote
14898 # substitution turns \\\\ into \\, and sed turns \\ into \.
14901 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14904 # `set' quotes correctly as required by POSIX, so do not add quotes.
14905 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14914 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14916 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14918 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14919 if test -w "$cache_file"; then
14920 test "x$cache_file" != "x/dev/null" &&
14921 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14922 $as_echo "$as_me: updating cache $cache_file" >&6;}
14923 cat confcache >$cache_file
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14926 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14931 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14932 # Let make expand exec_prefix.
14933 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14935 # Transform confdefs.h into DEFS.
14936 # Protect against shell expansion while executing Makefile rules.
14937 # Protect against Makefile macro expansion.
14939 # If the first sed substitution is executed (which looks for macros that
14940 # take arguments), then branch to the quote section. Otherwise,
14941 # look for a macro that doesn't take arguments.
14951 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14953 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14957 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14970 DEFS=`sed -n "$ac_script" confdefs.h`
14975 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14976 # 1. Remove the extension, and $U if already installed.
14977 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14978 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14979 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14980 # will be set to the directory where LIBOBJS objects are built.
14981 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14982 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14984 LIBOBJS=$ac_libobjs
14986 LTLIBOBJS=$ac_ltlibobjs
14990 : ${CONFIG_STATUS=./config.status}
14992 ac_clean_files_save=$ac_clean_files
14993 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14994 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14995 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14997 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14999 # Generated by $as_me.
15000 # Run this file to recreate the current configuration.
15001 # Compiler output produced by configure, useful for debugging
15002 # configure, is in config.log if it exists.
15005 ac_cs_recheck=false
15008 SHELL=\${CONFIG_SHELL-$SHELL}
15011 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15012 ## -------------------- ##
15013 ## M4sh Initialization. ##
15014 ## -------------------- ##
15016 # Be more Bourne compatible
15017 DUALCASE=1; export DUALCASE # for MKS sh
15018 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15021 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15022 # is contrary to our usage. Disable this feature.
15023 alias -g '${1+"$@"}'='"$@"'
15024 setopt NO_GLOB_SUBST
15026 case `(set -o) 2>/dev/null` in #(
15038 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15039 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15040 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15041 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15042 # Prefer a ksh shell builtin over an external printf program on Solaris,
15043 # but without wasting forks for bash or zsh.
15044 if test -z "$BASH_VERSION$ZSH_VERSION" \
15045 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15046 as_echo='print -r --'
15047 as_echo_n='print -rn --'
15048 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15049 as_echo='printf %s\n'
15050 as_echo_n='printf %s'
15052 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15053 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15054 as_echo_n='/usr/ucb/echo -n'
15056 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15057 as_echo_n_body='eval
15061 expr "X$arg" : "X\\(.*\\)$as_nl";
15062 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15064 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15066 export as_echo_n_body
15067 as_echo_n='sh -c $as_echo_n_body as_echo'
15069 export as_echo_body
15070 as_echo='sh -c $as_echo_body as_echo'
15073 # The user is always right.
15074 if test "${PATH_SEPARATOR+set}" != set; then
15076 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15077 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15084 # We need space, tab and new line, in precisely that order. Quoting is
15085 # there to prevent editors from complaining about space-tab.
15086 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15087 # splitting by setting IFS to empty value.)
15090 # Find who we are. Look in the path if we contain no directory separator.
15092 *[\\/]* ) as_myself=$0 ;;
15093 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15094 for as_dir in $PATH
15097 test -z "$as_dir" && as_dir=.
15098 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15104 # We did not find ourselves, most probably we were run as `sh COMMAND'
15105 # in which case we are not to be found in the path.
15106 if test "x$as_myself" = x; then
15109 if test ! -f "$as_myself"; then
15110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15114 # Unset variables that we do not need and which cause bugs (e.g. in
15115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15116 # suppresses any "Segmentation fault" message there. '((' could
15117 # trigger a bug in pdksh 5.2.14.
15118 for as_var in BASH_ENV ENV MAIL MAILPATH
15119 do eval test x\${$as_var+set} = xset \
15120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15136 # as_fn_error ERROR [LINENO LOG_FD]
15137 # ---------------------------------
15138 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15139 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15140 # script with status $?, using 1 if that was 0.
15143 as_status=$?; test $as_status -eq 0 && as_status=1
15145 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15146 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15148 $as_echo "$as_me: error: $1" >&2
15149 as_fn_exit $as_status
15153 # as_fn_set_status STATUS
15154 # -----------------------
15155 # Set $? to STATUS, without forking.
15156 as_fn_set_status ()
15159 } # as_fn_set_status
15161 # as_fn_exit STATUS
15162 # -----------------
15163 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15167 as_fn_set_status $1
15173 # Portably unset VAR.
15176 { eval $1=; unset $1;}
15178 as_unset=as_fn_unset
15179 # as_fn_append VAR VALUE
15180 # ----------------------
15181 # Append the text in VALUE to the end of the definition contained in VAR. Take
15182 # advantage of any shell optimizations that allow amortized linear growth over
15183 # repeated appends, instead of the typical quadratic growth present in naive
15185 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15186 eval 'as_fn_append ()
15197 # as_fn_arith ARG...
15198 # ------------------
15199 # Perform arithmetic evaluation on the ARGs, and store the result in the
15200 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15201 # must be portable across $(()) and expr.
15202 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15203 eval 'as_fn_arith ()
15210 as_val=`expr "$@" || test $? -eq 1`
15215 if expr a : '\(a\)' >/dev/null 2>&1 &&
15216 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15222 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15223 as_basename=basename
15228 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15234 as_me=`$as_basename -- "$0" ||
15235 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15236 X"$0" : 'X\(//\)$' \| \
15237 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15239 sed '/^.*\/\([^/][^/]*\)\/*$/{
15253 # Avoid depending upon Character Ranges.
15254 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15255 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15256 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15257 as_cr_digits='0123456789'
15258 as_cr_alnum=$as_cr_Letters$as_cr_digits
15260 ECHO_C= ECHO_N= ECHO_T=
15261 case `echo -n x` in #(((((
15263 case `echo 'xy\c'` in
15264 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15266 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15273 rm -f conf$$ conf$$.exe conf$$.file
15274 if test -d conf$$.dir; then
15275 rm -f conf$$.dir/conf$$.file
15278 mkdir conf$$.dir 2>/dev/null
15280 if (echo >conf$$.file) 2>/dev/null; then
15281 if ln -s conf$$.file conf$$ 2>/dev/null; then
15283 # ... but there are two gotchas:
15284 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15285 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15286 # In both cases, we have to default to `cp -p'.
15287 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15289 elif ln conf$$.file conf$$ 2>/dev/null; then
15297 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15298 rmdir conf$$.dir 2>/dev/null
15303 # Create "$as_dir" as a directory, including parents if necessary.
15308 -*) as_dir=./$as_dir;;
15310 test -d "$as_dir" || eval $as_mkdir_p || {
15314 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15315 *) as_qdir=$as_dir;;
15317 as_dirs="'$as_qdir' $as_dirs"
15318 as_dir=`$as_dirname -- "$as_dir" ||
15319 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15320 X"$as_dir" : 'X\(//\)[^/]' \| \
15321 X"$as_dir" : 'X\(//\)$' \| \
15322 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15323 $as_echo X"$as_dir" |
15324 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15328 /^X\(\/\/\)[^/].*/{
15341 test -d "$as_dir" && break
15343 test -z "$as_dirs" || eval "mkdir $as_dirs"
15344 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15348 if mkdir -p . 2>/dev/null; then
15349 as_mkdir_p='mkdir -p "$as_dir"'
15351 test -d ./-p && rmdir ./-p
15355 if test -x / >/dev/null 2>&1; then
15356 as_test_x='test -x'
15358 if ls -dL / >/dev/null 2>&1; then
15365 if test -d "$1"; then
15371 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15372 ???[sx]*):;;*)false;;esac;fi
15376 as_executable_p=$as_test_x
15378 # Sed expression to map a string onto a valid CPP name.
15379 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15381 # Sed expression to map a string onto a valid variable name.
15382 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15386 ## ----------------------------------- ##
15387 ## Main body of $CONFIG_STATUS script. ##
15388 ## ----------------------------------- ##
15390 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15392 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15393 # Save the log message, to keep $0 and so on meaningful, and to
15394 # report actual input values of CONFIG_FILES etc. instead of their
15395 # values after options handling.
15397 This file was extended by $as_me, which was
15398 generated by GNU Autoconf 2.64. Invocation command line was
15400 CONFIG_FILES = $CONFIG_FILES
15401 CONFIG_HEADERS = $CONFIG_HEADERS
15402 CONFIG_LINKS = $CONFIG_LINKS
15403 CONFIG_COMMANDS = $CONFIG_COMMANDS
15406 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15411 case $ac_config_files in *"
15412 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15417 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15418 # Files that config.status was made for.
15419 config_files="$ac_config_files"
15423 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15425 \`$as_me' instantiates files and other configuration actions
15426 from templates according to the current configuration. Unless the files
15427 and actions are specified as TAGs, all are instantiated by default.
15429 Usage: $0 [OPTION]... [TAG]...
15431 -h, --help print this help, then exit
15432 -V, --version print version number and configuration settings, then exit
15433 -q, --quiet, --silent
15434 do not print progress messages
15435 -d, --debug don't remove temporary files
15436 --recheck update $as_me by reconfiguring in the same conditions
15437 --file=FILE[:TEMPLATE]
15438 instantiate the configuration file FILE
15440 Configuration files:
15443 Report bugs to the package provider."
15446 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15449 configured by $0, generated by GNU Autoconf 2.64,
15450 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15452 Copyright (C) 2009 Free Software Foundation, Inc.
15453 This config.status script is free software; the Free Software Foundation
15454 gives unlimited permission to copy, distribute and modify it."
15460 test -n "\$AWK" || AWK=awk
15463 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15464 # The default lists apply if the user does not specify any file.
15470 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15471 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15482 # Handling of the options.
15483 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15485 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15486 $as_echo "$ac_cs_version"; exit ;;
15487 --debug | --debu | --deb | --de | --d | -d )
15489 --file | --fil | --fi | --f )
15492 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15494 as_fn_append CONFIG_FILES " '$ac_optarg'"
15495 ac_need_defaults=false;;
15496 --he | --h | --help | --hel | -h )
15497 $as_echo "$ac_cs_usage"; exit ;;
15498 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15499 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15502 # This is an error.
15503 -*) as_fn_error "unrecognized option: \`$1'
15504 Try \`$0 --help' for more information." ;;
15506 *) as_fn_append ac_config_targets " $1"
15507 ac_need_defaults=false ;;
15513 ac_configure_extra_args=
15515 if $ac_cs_silent; then
15517 ac_configure_extra_args="$ac_configure_extra_args --silent"
15521 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15522 if \$ac_cs_recheck; then
15523 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15525 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15526 CONFIG_SHELL='$SHELL'
15527 export CONFIG_SHELL
15532 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15536 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15537 ## Running $as_me. ##
15543 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15547 extrasub_build="$extrasub_build"
15548 extrasub_host="$extrasub_host"
15549 extrasub_target="$extrasub_target"
15553 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15555 # Handling of arguments.
15556 for ac_config_target in $ac_config_targets
15558 case $ac_config_target in
15559 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15561 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15566 # If the user did not use the arguments to specify the items to instantiate,
15567 # then the envvar interface is used. Set only those that are not.
15568 # We use the long form for the default assignment because of an extremely
15569 # bizarre bug on SunOS 4.1.3.
15570 if $ac_need_defaults; then
15571 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15574 # Have a temporary directory for convenience. Make it in the build tree
15575 # simply because there is no reason against having it here, and in addition,
15576 # creating and moving files from /tmp can sometimes cause problems.
15577 # Hook for its removal unless debugging.
15578 # Note that there is a small window in which the directory will not be cleaned:
15579 # after its creation but before its name has been assigned to `$tmp'.
15583 trap 'exit_status=$?
15584 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15586 trap 'as_fn_exit 1' 1 2 13 15
15588 # Create a (secure) tmp directory for tmp files.
15591 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15592 test -n "$tmp" && test -d "$tmp"
15595 tmp=./conf$$-$RANDOM
15596 (umask 077 && mkdir "$tmp")
15597 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15599 # Set up the scripts for CONFIG_FILES section.
15600 # No need to generate them if there are no CONFIG_FILES.
15601 # This happens for instance with `./config.status config.h'.
15602 if test -n "$CONFIG_FILES"; then
15604 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15605 ac_cs_awk_getline=:
15606 ac_cs_awk_pipe_init=
15607 ac_cs_awk_read_file='
15608 while ((getline aline < (F[key])) > 0)
15611 ac_cs_awk_pipe_fini=
15613 ac_cs_awk_getline=false
15614 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15615 ac_cs_awk_read_file='
15617 print "cat " F[key] " &&"
15618 '$ac_cs_awk_pipe_init
15619 # The final `:' finishes the AND list.
15620 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15622 ac_cr=`echo X | tr X '\015'`
15623 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15624 # But we know of no other shell where ac_cr would be empty at this
15625 # point, so we can use a bashism as a fallback.
15626 if test "x$ac_cr" = x; then
15627 eval ac_cr=\$\'\\r\'
15629 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15630 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15633 ac_cs_awk_cr=$ac_cr
15636 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15639 # Create commands to substitute file output variables.
15641 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15642 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15643 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15646 } >conf$$files.sh &&
15647 . ./conf$$files.sh ||
15648 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15649 rm -f conf$$files.sh
15652 echo "cat >conf$$subs.awk <<_ACEOF" &&
15653 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15655 } >conf$$subs.sh ||
15656 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15657 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15659 for ac_last_try in false false false false false :; do
15660 . ./conf$$subs.sh ||
15661 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15663 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15664 if test $ac_delim_n = $ac_delim_num; then
15666 elif $ac_last_try; then
15667 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15669 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15672 rm -f conf$$subs.sh
15674 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15675 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15679 s/^/S["/; s/!.*/"]=/
15689 s/\(.\{148\}\).*/\1/
15691 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15696 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15703 s/\(.\{148\}\).*/\1/
15705 s/["\\]/\\&/g; s/^/"/; s/$/"/
15709 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15714 ' <conf$$subs.awk | sed '
15719 ' >>$CONFIG_STATUS || ac_write_fail=1
15720 rm -f conf$$subs.awk
15721 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15723 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15724 for (key in S) S_is_set[key] = 1
15726 \$ac_cs_awk_pipe_init
15730 nfields = split(line, field, "@")
15732 len = length(field[1])
15733 for (i = 2; i < nfields; i++) {
15735 keylen = length(key)
15736 if (S_is_set[key]) {
15738 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15739 len += length(value) + length(field[++i])
15744 if (nfields == 3 && !substed) {
15746 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15747 \$ac_cs_awk_read_file
15753 \$ac_cs_awk_pipe_fini
15756 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15757 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15758 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15761 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15762 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15765 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15766 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15767 # trailing colons and then remove the whole line if VPATH becomes empty
15768 # (actually we leave an empty line to preserve line numbers).
15769 if test "x$srcdir" = x.; then
15770 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15771 s/:*\$(srcdir):*/:/
15772 s/:*\${srcdir}:*/:/
15774 s/^\([^=]*=[ ]*\):*/\1/
15780 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15781 fi # test -n "$CONFIG_FILES"
15784 eval set X " :F $CONFIG_FILES "
15789 :[FHLC]) ac_mode=$ac_tag; continue;;
15791 case $ac_mode$ac_tag in
15793 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15794 :[FH]-) ac_tag=-:-;;
15795 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15812 -) ac_f="$tmp/stdin";;
15813 *) # Look for the file first in the build tree, then in the source tree
15814 # (if the path is not absolute). The absolute path cannot be DOS-style,
15815 # because $ac_f cannot contain `:'.
15819 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15821 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15823 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15824 as_fn_append ac_file_inputs " '$ac_f'"
15827 # Let's still pretend it is `configure' which instantiates (i.e., don't
15828 # use $as_me), people would be surprised to read:
15829 # /* config.h. Generated by config.status. */
15830 configure_input='Generated from '`
15831 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15833 if test x"$ac_file" != x-; then
15834 configure_input="$ac_file. $configure_input"
15835 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15836 $as_echo "$as_me: creating $ac_file" >&6;}
15838 # Neutralize special characters interpreted by sed in replacement strings.
15839 case $configure_input in #(
15840 *\&* | *\|* | *\\* )
15841 ac_sed_conf_input=`$as_echo "$configure_input" |
15842 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15843 *) ac_sed_conf_input=$configure_input;;
15847 *:-:* | *:-) cat >"$tmp/stdin" \
15848 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15853 ac_dir=`$as_dirname -- "$ac_file" ||
15854 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15855 X"$ac_file" : 'X\(//\)[^/]' \| \
15856 X"$ac_file" : 'X\(//\)$' \| \
15857 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15858 $as_echo X"$ac_file" |
15859 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15863 /^X\(\/\/\)[^/].*/{
15876 as_dir="$ac_dir"; as_fn_mkdir_p
15880 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15882 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15883 # A ".." for each directory in $ac_dir_suffix.
15884 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15885 case $ac_top_builddir_sub in
15886 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15887 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15890 ac_abs_top_builddir=$ac_pwd
15891 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15892 # for backward compatibility:
15893 ac_top_builddir=$ac_top_build_prefix
15896 .) # We are building in place.
15898 ac_top_srcdir=$ac_top_builddir_sub
15899 ac_abs_top_srcdir=$ac_pwd ;;
15900 [\\/]* | ?:[\\/]* ) # Absolute name.
15901 ac_srcdir=$srcdir$ac_dir_suffix;
15902 ac_top_srcdir=$srcdir
15903 ac_abs_top_srcdir=$srcdir ;;
15904 *) # Relative name.
15905 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15906 ac_top_srcdir=$ac_top_build_prefix$srcdir
15907 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15909 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15919 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15920 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15924 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15925 # If the template does not know about datarootdir, expand it.
15926 # FIXME: This hack should be removed a few years after 2.60.
15927 ac_datarootdir_hack=; ac_datarootdir_seen=
15938 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15939 *datarootdir*) ac_datarootdir_seen=yes;;
15940 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15942 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15944 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15945 ac_datarootdir_hack='
15946 s&@datadir@&$datadir&g
15947 s&@docdir@&$docdir&g
15948 s&@infodir@&$infodir&g
15949 s&@localedir@&$localedir&g
15950 s&@mandir@&$mandir&g
15951 s&\\\${datarootdir}&$datarootdir&g' ;;
15955 # Neutralize VPATH when `$srcdir' = `.'.
15956 # Shell code in configure.ac might set extrasub.
15957 # FIXME: do we really want to maintain this feature?
15958 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15959 ac_sed_extra="$ac_vpsub
15962 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15964 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15965 s|@configure_input@|$ac_sed_conf_input|;t t
15966 s&@top_builddir@&$ac_top_builddir_sub&;t t
15967 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15968 s&@srcdir@&$ac_srcdir&;t t
15969 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15970 s&@top_srcdir@&$ac_top_srcdir&;t t
15971 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15972 s&@builddir@&$ac_builddir&;t t
15973 s&@abs_builddir@&$ac_abs_builddir&;t t
15974 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15975 s&@INSTALL@&$ac_INSTALL&;t t
15976 $ac_datarootdir_hack
15978 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15979 if $ac_cs_awk_getline; then
15980 $AWK -f "$tmp/subs.awk"
15982 $AWK -f "$tmp/subs.awk" | $SHELL
15984 || as_fn_error "could not create $ac_file" "$LINENO" 5
15986 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15987 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15988 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15990 which seems to be undefined. Please make sure it is defined." >&5
15991 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15992 which seems to be undefined. Please make sure it is defined." >&2;}
15996 -) cat "$tmp/out" && rm -f "$tmp/out";;
15997 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15999 || as_fn_error "could not create $ac_file" "$LINENO" 5
16007 case $ac_file$ac_mode in
16008 "Makefile":F) sed "$extrasub_build" Makefile |
16009 sed "$extrasub_host" |
16010 sed "$extrasub_target" > mf$$
16011 mv -f mf$$ Makefile ;;
16019 ac_clean_files=$ac_clean_files_save
16021 test $ac_write_fail = 0 ||
16022 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16025 # configure is writing to config.log, and then calls config.status.
16026 # config.status does its own redirection, appending to config.log.
16027 # Unfortunately, on DOS this fails, as config.log is still kept open
16028 # by configure, so config.status won't be able to write to it; its
16029 # output is simply discarded. So we exec the FD to /dev/null,
16030 # effectively closing config.log, so it can be properly (re)opened and
16031 # appended to by config.status. When coming back to configure, we
16032 # need to make the FD available again.
16033 if test "$no_create" != yes; then
16035 ac_config_status_args=
16036 test "$silent" = yes &&
16037 ac_config_status_args="$ac_config_status_args --quiet"
16039 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16041 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16042 # would make configure fail if this is the last instruction.
16043 $ac_cs_success || as_fn_exit $?
16045 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16046 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16047 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}