b8b1ebf50d370b1af00e9622e9595f5dadcd072c
[platform/upstream/gcc.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
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 ## -------------------- ##
14
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 :
18   emulate sh
19   NULLCMD=:
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+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in #(
26   *posix*) :
27     set -o posix ;; #(
28   *) :
29      ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
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
45   as_echo='print -r --'
46   as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48   as_echo='printf %s\n'
49   as_echo_n='printf %s'
50 else
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'
54   else
55     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56     as_echo_n_body='eval
57       arg=$1;
58       case $arg in #(
59       *"$as_nl"*)
60         expr "X$arg" : "X\\(.*\\)$as_nl";
61         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62       esac;
63       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64     '
65     export as_echo_n_body
66     as_echo_n='sh -c $as_echo_n_body as_echo'
67   fi
68   export as_echo_body
69   as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74   PATH_SEPARATOR=:
75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77       PATH_SEPARATOR=';'
78   }
79 fi
80
81
82 # IFS
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.)
87 IFS=" ""        $as_nl"
88
89 # Find who we are.  Look in the path if we contain no directory separator.
90 case $0 in #((
91   *[\\/]* ) as_myself=$0 ;;
92   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95   IFS=$as_save_IFS
96   test -z "$as_dir" && as_dir=.
97     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98   done
99 IFS=$as_save_IFS
100
101      ;;
102 esac
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
106   as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110   exit 1
111 fi
112
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 || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
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 :
136   emulate sh
137   NULLCMD=:
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+\"\$@\"}'='\"\$@\"'
141   setopt NO_GLOB_SUBST
142 else
143   case \`(set -o) 2>/dev/null\` in #(
144   *posix*) :
145     set -o posix ;; #(
146   *) :
147      ;;
148 esac
149 fi
150 "
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; }
156
157 exitcode=0
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 :
163
164 else
165   exitcode=1; echo positional parameters were not saved.
166 fi
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 :
174   as_have_required=yes
175 else
176   as_have_required=no
177 fi
178   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180 else
181   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182 as_found=false
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
184 do
185   IFS=$as_save_IFS
186   test -z "$as_dir" && as_dir=.
187   as_found=:
188   case $as_dir in #(
189          /*)
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 :
197   break 2
198 fi
199 fi
200            done;;
201        esac
202   as_found=false
203 done
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
207 fi; }
208 IFS=$as_save_IFS
209
210
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.
215         BASH_ENV=/dev/null
216         ENV=/dev/null
217         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218         export CONFIG_SHELL
219         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220 fi
221
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."
228   else
229     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
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."
233   fi
234   exit 1
235 fi
236 fi
237 fi
238 SHELL=${CONFIG_SHELL-/bin/sh}
239 export SHELL
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE= GREP_OPTIONS=
242 unset CLICOLOR_FORCE GREP_OPTIONS
243
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
247 # as_fn_unset VAR
248 # ---------------
249 # Portably unset VAR.
250 as_fn_unset ()
251 {
252   { eval $1=; unset $1;}
253 }
254 as_unset=as_fn_unset
255
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
259 as_fn_set_status ()
260 {
261   return $1
262 } # as_fn_set_status
263
264 # as_fn_exit STATUS
265 # -----------------
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267 as_fn_exit ()
268 {
269   set +e
270   as_fn_set_status $1
271   exit $1
272 } # as_fn_exit
273
274 # as_fn_mkdir_p
275 # -------------
276 # Create "$as_dir" as a directory, including parents if necessary.
277 as_fn_mkdir_p ()
278 {
279
280   case $as_dir in #(
281   -*) as_dir=./$as_dir;;
282   esac
283   test -d "$as_dir" || eval $as_mkdir_p || {
284     as_dirs=
285     while :; do
286       case $as_dir in #(
287       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288       *) as_qdir=$as_dir;;
289       esac
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298             s//\1/
299             q
300           }
301           /^X\(\/\/\)[^/].*/{
302             s//\1/
303             q
304           }
305           /^X\(\/\/\)$/{
306             s//\1/
307             q
308           }
309           /^X\(\/\).*/{
310             s//\1/
311             q
312           }
313           s/.*/./; q'`
314       test -d "$as_dir" && break
315     done
316     test -z "$as_dirs" || eval "mkdir $as_dirs"
317   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320 } # as_fn_mkdir_p
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
326 # implementations.
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328   eval 'as_fn_append ()
329   {
330     eval $1+=\$2
331   }'
332 else
333   as_fn_append ()
334   {
335     eval $1=\$$1\$2
336   }
337 fi # as_fn_append
338
339 # as_fn_arith ARG...
340 # ------------------
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 :
345   eval 'as_fn_arith ()
346   {
347     as_val=$(( $* ))
348   }'
349 else
350   as_fn_arith ()
351   {
352     as_val=`expr "$@" || test $? -eq 1`
353   }
354 fi # as_fn_arith
355
356
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.
362 as_fn_error ()
363 {
364   as_status=$?; test $as_status -eq 0 && as_status=1
365   if test "$3"; then
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
368   fi
369   $as_echo "$as_me: error: $1" >&2
370   as_fn_exit $as_status
371 } # as_fn_error
372
373 if expr a : '\(a\)' >/dev/null 2>&1 &&
374    test "X`expr 00001 : '.*\(...\)'`" = X001; then
375   as_expr=expr
376 else
377   as_expr=false
378 fi
379
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381   as_basename=basename
382 else
383   as_basename=false
384 fi
385
386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387   as_dirname=dirname
388 else
389   as_dirname=false
390 fi
391
392 as_me=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394          X"$0" : 'X\(//\)$' \| \
395          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396 $as_echo X/"$0" |
397     sed '/^.*\/\([^/][^/]*\)\/*$/{
398             s//\1/
399             q
400           }
401           /^X\/\(\/\/\)$/{
402             s//\1/
403             q
404           }
405           /^X\/\(\/\).*/{
406             s//\1/
407             q
408           }
409           s/.*/./; q'`
410
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
417
418
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.  :-)
424   sed -n '
425     p
426     /[$]LINENO/=
427   ' <$as_myself |
428     sed '
429       s/[$]LINENO.*/&-/
430       t lineno
431       b
432       :lineno
433       N
434       :loop
435       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436       t loop
437       s/-\n.*//
438     ' >$as_me.lineno &&
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; }
441
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).
445   . "./$as_me.lineno"
446   # Exit status is that of the last command.
447   exit
448 }
449
450 ECHO_C= ECHO_N= ECHO_T=
451 case `echo -n x` in #(((((
452 -n*)
453   case `echo 'xy\c'` in
454   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
455   xy)  ECHO_C='\c';;
456   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
457        ECHO_T=' ';;
458   esac;;
459 *)
460   ECHO_N='-n';;
461 esac
462
463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465   rm -f conf$$.dir/conf$$.file
466 else
467   rm -f conf$$.dir
468   mkdir conf$$.dir 2>/dev/null
469 fi
470 if (echo >conf$$.file) 2>/dev/null; then
471   if ln -s conf$$.file conf$$ 2>/dev/null; then
472     as_ln_s='ln -s'
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 ||
478       as_ln_s='cp -p'
479   elif ln conf$$.file conf$$ 2>/dev/null; then
480     as_ln_s=ln
481   else
482     as_ln_s='cp -p'
483   fi
484 else
485   as_ln_s='cp -p'
486 fi
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
489
490 if mkdir -p . 2>/dev/null; then
491   as_mkdir_p='mkdir -p "$as_dir"'
492 else
493   test -d ./-p && rmdir ./-p
494   as_mkdir_p=false
495 fi
496
497 if test -x / >/dev/null 2>&1; then
498   as_test_x='test -x'
499 else
500   if ls -dL / >/dev/null 2>&1; then
501     as_ls_L_option=L
502   else
503     as_ls_L_option=
504   fi
505   as_test_x='
506     eval sh -c '\''
507       if test -d "$1"; then
508         test -d "$1/.";
509       else
510         case $1 in #(
511         -*)set "./$1";;
512         esac;
513         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514         ???[sx]*):;;*)false;;esac;fi
515     '\'' sh
516   '
517 fi
518 as_executable_p=$as_test_x
519
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'"
522
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'"
525
526
527 exec 7<&0 </dev/null 6>&1
528
529 # Name of the host.
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`
533
534 #
535 # Initializations.
536 #
537 ac_default_prefix=/usr/local
538 ac_clean_files=
539 ac_config_libobj_dir=.
540 LIBOBJS=
541 cross_compiling=no
542 subdirs=
543 MFLAGS=
544 MAKEFLAGS=
545
546 # Identity of this package.
547 PACKAGE_NAME=
548 PACKAGE_TARNAME=
549 PACKAGE_VERSION=
550 PACKAGE_STRING=
551 PACKAGE_BUGREPORT=
552 PACKAGE_URL=
553
554 ac_unique_file="move-if-change"
555 enable_option_checking=no
556 ac_subst_vars='LTLIBOBJS
557 LIBOBJS
558 compare_exclusions
559 stage2_werror_flag
560 stage1_checking
561 stage1_cflags
562 MAINT
563 MAINTAINER_MODE_FALSE
564 MAINTAINER_MODE_TRUE
565 COMPILER_NM_FOR_TARGET
566 COMPILER_LD_FOR_TARGET
567 COMPILER_AS_FOR_TARGET
568 FLAGS_FOR_TARGET
569 RAW_CXX_FOR_TARGET
570 WINDMC_FOR_TARGET
571 WINDRES_FOR_TARGET
572 STRIP_FOR_TARGET
573 READELF_FOR_TARGET
574 RANLIB_FOR_TARGET
575 OBJDUMP_FOR_TARGET
576 NM_FOR_TARGET
577 LIPO_FOR_TARGET
578 LD_FOR_TARGET
579 DLLTOOL_FOR_TARGET
580 AS_FOR_TARGET
581 AR_FOR_TARGET
582 GOC_FOR_TARGET
583 GFORTRAN_FOR_TARGET
584 GCJ_FOR_TARGET
585 GCC_FOR_TARGET
586 CXX_FOR_TARGET
587 CC_FOR_TARGET
588 READELF
589 OBJDUMP
590 OBJCOPY
591 WINDMC
592 WINDRES
593 STRIP
594 RANLIB
595 NM
596 LIPO
597 LD
598 DLLTOOL
599 AS
600 AR
601 RUNTEST
602 EXPECT
603 MAKEINFO
604 FLEX
605 LEX
606 M4
607 BISON
608 YACC
609 WINDRES_FOR_BUILD
610 WINDMC_FOR_BUILD
611 RANLIB_FOR_BUILD
612 NM_FOR_BUILD
613 LD_FOR_BUILD
614 LDFLAGS_FOR_BUILD
615 GOC_FOR_BUILD
616 GFORTRAN_FOR_BUILD
617 GCJ_FOR_BUILD
618 DLLTOOL_FOR_BUILD
619 CXX_FOR_BUILD
620 CXXFLAGS_FOR_BUILD
621 CFLAGS_FOR_BUILD
622 CC_FOR_BUILD
623 AS_FOR_BUILD
624 AR_FOR_BUILD
625 target_configdirs
626 configdirs
627 build_configdirs
628 INSTALL_GDB_TK
629 GDB_TK
630 CONFIGURE_GDB_TK
631 build_tooldir
632 tooldir
633 GCC_SHLIB_SUBDIR
634 RPATH_ENVVAR
635 target_configargs
636 host_configargs
637 build_configargs
638 BUILD_CONFIG
639 LDFLAGS_FOR_TARGET
640 CXXFLAGS_FOR_TARGET
641 CFLAGS_FOR_TARGET
642 DEBUG_PREFIX_CFLAGS_FOR_TARGET
643 SYSROOT_CFLAGS_FOR_TARGET
644 stage1_languages
645 extra_host_libiberty_configure_flags
646 clooginc
647 clooglibs
648 islinc
649 poststage1_ldflags
650 poststage1_libs
651 stage1_ldflags
652 stage1_libs
653 extra_isl_gmp_configure_flags
654 extra_mpc_mpfr_configure_flags
655 extra_mpc_gmp_configure_flags
656 extra_mpfr_configure_flags
657 gmpinc
658 gmplibs
659 do_compare
660 GNATMAKE
661 GNATBIND
662 ac_ct_CXX
663 CXXFLAGS
664 CXX
665 OBJEXT
666 EXEEXT
667 ac_ct_CC
668 CPPFLAGS
669 LDFLAGS
670 CFLAGS
671 CC
672 EXTRA_CONFIGARGS_LIBJAVA
673 target_subdir
674 host_subdir
675 build_subdir
676 build_libsubdir
677 AWK
678 SED
679 LN_S
680 LN
681 INSTALL_DATA
682 INSTALL_SCRIPT
683 INSTALL_PROGRAM
684 target_os
685 target_vendor
686 target_cpu
687 target
688 host_os
689 host_vendor
690 host_cpu
691 host
692 target_noncanonical
693 host_noncanonical
694 build_noncanonical
695 build_os
696 build_vendor
697 build_cpu
698 build
699 TOPLEVEL_CONFIGURE_ARGUMENTS
700 target_alias
701 host_alias
702 build_alias
703 LIBS
704 ECHO_T
705 ECHO_N
706 ECHO_C
707 DEFS
708 mandir
709 localedir
710 libdir
711 psdir
712 pdfdir
713 dvidir
714 htmldir
715 infodir
716 docdir
717 oldincludedir
718 includedir
719 localstatedir
720 sharedstatedir
721 sysconfdir
722 datadir
723 datarootdir
724 libexecdir
725 sbindir
726 bindir
727 program_transform_name
728 prefix
729 exec_prefix
730 PACKAGE_URL
731 PACKAGE_BUGREPORT
732 PACKAGE_STRING
733 PACKAGE_VERSION
734 PACKAGE_TARNAME
735 PACKAGE_NAME
736 PATH_SEPARATOR
737 SHELL'
738 ac_subst_files='serialization_dependencies
739 host_makefile_frag
740 target_makefile_frag
741 alphaieee_frag
742 ospace_frag'
743 ac_user_opts='
744 enable_option_checking
745 with_build_libsubdir
746 enable_gold
747 enable_ld
748 enable_libquadmath
749 enable_libquadmath_support
750 enable_libada
751 enable_libssp
752 enable_libstdcxx
753 enable_static_libjava
754 enable_bootstrap
755 with_mpc
756 with_mpc_include
757 with_mpc_lib
758 with_mpfr_dir
759 with_mpfr
760 with_mpfr_include
761 with_mpfr_lib
762 with_gmp_dir
763 with_gmp
764 with_gmp_include
765 with_gmp_lib
766 with_host_libstdcxx
767 with_stage1_libs
768 with_stage1_ldflags
769 with_boot_libs
770 with_boot_ldflags
771 with_cloog
772 with_isl
773 with_isl_include
774 with_isl_lib
775 enable_isl_version_check
776 with_cloog_include
777 with_cloog_lib
778 enable_cloog_version_check
779 enable_lto
780 enable_stage1_languages
781 enable_objc_gc
782 with_build_sysroot
783 with_debug_prefix_map
784 with_build_config
785 enable_serial_configure
786 with_build_time_tools
787 enable_maintainer_mode
788 enable_stage1_checking
789 enable_werror
790 '
791       ac_precious_vars='build_alias
792 host_alias
793 target_alias
794 CC
795 CFLAGS
796 LDFLAGS
797 LIBS
798 CPPFLAGS
799 CXX
800 CXXFLAGS
801 CCC
802 build_configargs
803 host_configargs
804 target_configargs
805 AR
806 AS
807 DLLTOOL
808 LD
809 LIPO
810 NM
811 RANLIB
812 STRIP
813 WINDRES
814 WINDMC
815 OBJCOPY
816 OBJDUMP
817 READELF
818 CC_FOR_TARGET
819 CXX_FOR_TARGET
820 GCC_FOR_TARGET
821 GCJ_FOR_TARGET
822 GFORTRAN_FOR_TARGET
823 GOC_FOR_TARGET
824 AR_FOR_TARGET
825 AS_FOR_TARGET
826 DLLTOOL_FOR_TARGET
827 LD_FOR_TARGET
828 LIPO_FOR_TARGET
829 NM_FOR_TARGET
830 OBJDUMP_FOR_TARGET
831 RANLIB_FOR_TARGET
832 READELF_FOR_TARGET
833 STRIP_FOR_TARGET
834 WINDRES_FOR_TARGET
835 WINDMC_FOR_TARGET'
836
837
838 # Initialize some variables set by options.
839 ac_init_help=
840 ac_init_version=false
841 ac_unrecognized_opts=
842 ac_unrecognized_sep=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
845 cache_file=/dev/null
846 exec_prefix=NONE
847 no_create=
848 no_recursion=
849 prefix=NONE
850 program_prefix=NONE
851 program_suffix=NONE
852 program_transform_name=s,x,x,
853 silent=
854 site=
855 srcdir=
856 verbose=
857 x_includes=NONE
858 x_libraries=NONE
859
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir='${exec_prefix}/bin'
867 sbindir='${exec_prefix}/sbin'
868 libexecdir='${exec_prefix}/libexec'
869 datarootdir='${prefix}/share'
870 datadir='${datarootdir}'
871 sysconfdir='${prefix}/etc'
872 sharedstatedir='${prefix}/com'
873 localstatedir='${prefix}/var'
874 includedir='${prefix}/include'
875 oldincludedir='/usr/include'
876 docdir='${datarootdir}/doc/${PACKAGE}'
877 infodir='${datarootdir}/info'
878 htmldir='${docdir}'
879 dvidir='${docdir}'
880 pdfdir='${docdir}'
881 psdir='${docdir}'
882 libdir='${exec_prefix}/lib'
883 localedir='${datarootdir}/locale'
884 mandir='${datarootdir}/man'
885
886 ac_prev=
887 ac_dashdash=
888 for ac_option
889 do
890   # If the previous option needs an argument, assign it.
891   if test -n "$ac_prev"; then
892     eval $ac_prev=\$ac_option
893     ac_prev=
894     continue
895   fi
896
897   case $ac_option in
898   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899   *)    ac_optarg=yes ;;
900   esac
901
902   # Accept the important Cygnus configure options, so we can diagnose typos.
903
904   case $ac_dashdash$ac_option in
905   --)
906     ac_dashdash=yes ;;
907
908   -bindir | --bindir | --bindi | --bind | --bin | --bi)
909     ac_prev=bindir ;;
910   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
911     bindir=$ac_optarg ;;
912
913   -build | --build | --buil | --bui | --bu)
914     ac_prev=build_alias ;;
915   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
916     build_alias=$ac_optarg ;;
917
918   -cache-file | --cache-file | --cache-fil | --cache-fi \
919   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920     ac_prev=cache_file ;;
921   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
923     cache_file=$ac_optarg ;;
924
925   --config-cache | -C)
926     cache_file=config.cache ;;
927
928   -datadir | --datadir | --datadi | --datad)
929     ac_prev=datadir ;;
930   -datadir=* | --datadir=* | --datadi=* | --datad=*)
931     datadir=$ac_optarg ;;
932
933   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934   | --dataroo | --dataro | --datar)
935     ac_prev=datarootdir ;;
936   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938     datarootdir=$ac_optarg ;;
939
940   -disable-* | --disable-*)
941     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
942     # Reject names that are not valid shell variable names.
943     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944       as_fn_error "invalid feature name: $ac_useropt"
945     ac_useropt_orig=$ac_useropt
946     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947     case $ac_user_opts in
948       *"
949 "enable_$ac_useropt"
950 "*) ;;
951       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952          ac_unrecognized_sep=', ';;
953     esac
954     eval enable_$ac_useropt=no ;;
955
956   -docdir | --docdir | --docdi | --doc | --do)
957     ac_prev=docdir ;;
958   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959     docdir=$ac_optarg ;;
960
961   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962     ac_prev=dvidir ;;
963   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964     dvidir=$ac_optarg ;;
965
966   -enable-* | --enable-*)
967     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
968     # Reject names that are not valid shell variable names.
969     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970       as_fn_error "invalid feature name: $ac_useropt"
971     ac_useropt_orig=$ac_useropt
972     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973     case $ac_user_opts in
974       *"
975 "enable_$ac_useropt"
976 "*) ;;
977       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978          ac_unrecognized_sep=', ';;
979     esac
980     eval enable_$ac_useropt=\$ac_optarg ;;
981
982   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984   | --exec | --exe | --ex)
985     ac_prev=exec_prefix ;;
986   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988   | --exec=* | --exe=* | --ex=*)
989     exec_prefix=$ac_optarg ;;
990
991   -gas | --gas | --ga | --g)
992     # Obsolete; use --with-gas.
993     with_gas=yes ;;
994
995   -help | --help | --hel | --he | -h)
996     ac_init_help=long ;;
997   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998     ac_init_help=recursive ;;
999   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000     ac_init_help=short ;;
1001
1002   -host | --host | --hos | --ho)
1003     ac_prev=host_alias ;;
1004   -host=* | --host=* | --hos=* | --ho=*)
1005     host_alias=$ac_optarg ;;
1006
1007   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008     ac_prev=htmldir ;;
1009   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010   | --ht=*)
1011     htmldir=$ac_optarg ;;
1012
1013   -includedir | --includedir | --includedi | --included | --include \
1014   | --includ | --inclu | --incl | --inc)
1015     ac_prev=includedir ;;
1016   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017   | --includ=* | --inclu=* | --incl=* | --inc=*)
1018     includedir=$ac_optarg ;;
1019
1020   -infodir | --infodir | --infodi | --infod | --info | --inf)
1021     ac_prev=infodir ;;
1022   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1023     infodir=$ac_optarg ;;
1024
1025   -libdir | --libdir | --libdi | --libd)
1026     ac_prev=libdir ;;
1027   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1028     libdir=$ac_optarg ;;
1029
1030   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031   | --libexe | --libex | --libe)
1032     ac_prev=libexecdir ;;
1033   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034   | --libexe=* | --libex=* | --libe=*)
1035     libexecdir=$ac_optarg ;;
1036
1037   -localedir | --localedir | --localedi | --localed | --locale)
1038     ac_prev=localedir ;;
1039   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040     localedir=$ac_optarg ;;
1041
1042   -localstatedir | --localstatedir | --localstatedi | --localstated \
1043   | --localstate | --localstat | --localsta | --localst | --locals)
1044     ac_prev=localstatedir ;;
1045   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1046   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1047     localstatedir=$ac_optarg ;;
1048
1049   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050     ac_prev=mandir ;;
1051   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1052     mandir=$ac_optarg ;;
1053
1054   -nfp | --nfp | --nf)
1055     # Obsolete; use --without-fp.
1056     with_fp=no ;;
1057
1058   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1059   | --no-cr | --no-c | -n)
1060     no_create=yes ;;
1061
1062   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064     no_recursion=yes ;;
1065
1066   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068   | --oldin | --oldi | --old | --ol | --o)
1069     ac_prev=oldincludedir ;;
1070   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1073     oldincludedir=$ac_optarg ;;
1074
1075   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076     ac_prev=prefix ;;
1077   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1078     prefix=$ac_optarg ;;
1079
1080   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081   | --program-pre | --program-pr | --program-p)
1082     ac_prev=program_prefix ;;
1083   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1085     program_prefix=$ac_optarg ;;
1086
1087   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088   | --program-suf | --program-su | --program-s)
1089     ac_prev=program_suffix ;;
1090   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1092     program_suffix=$ac_optarg ;;
1093
1094   -program-transform-name | --program-transform-name \
1095   | --program-transform-nam | --program-transform-na \
1096   | --program-transform-n | --program-transform- \
1097   | --program-transform | --program-transfor \
1098   | --program-transfo | --program-transf \
1099   | --program-trans | --program-tran \
1100   | --progr-tra | --program-tr | --program-t)
1101     ac_prev=program_transform_name ;;
1102   -program-transform-name=* | --program-transform-name=* \
1103   | --program-transform-nam=* | --program-transform-na=* \
1104   | --program-transform-n=* | --program-transform-=* \
1105   | --program-transform=* | --program-transfor=* \
1106   | --program-transfo=* | --program-transf=* \
1107   | --program-trans=* | --program-tran=* \
1108   | --progr-tra=* | --program-tr=* | --program-t=*)
1109     program_transform_name=$ac_optarg ;;
1110
1111   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112     ac_prev=pdfdir ;;
1113   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114     pdfdir=$ac_optarg ;;
1115
1116   -psdir | --psdir | --psdi | --psd | --ps)
1117     ac_prev=psdir ;;
1118   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119     psdir=$ac_optarg ;;
1120
1121   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122   | -silent | --silent | --silen | --sile | --sil)
1123     silent=yes ;;
1124
1125   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126     ac_prev=sbindir ;;
1127   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128   | --sbi=* | --sb=*)
1129     sbindir=$ac_optarg ;;
1130
1131   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133   | --sharedst | --shareds | --shared | --share | --shar \
1134   | --sha | --sh)
1135     ac_prev=sharedstatedir ;;
1136   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139   | --sha=* | --sh=*)
1140     sharedstatedir=$ac_optarg ;;
1141
1142   -site | --site | --sit)
1143     ac_prev=site ;;
1144   -site=* | --site=* | --sit=*)
1145     site=$ac_optarg ;;
1146
1147   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148     ac_prev=srcdir ;;
1149   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1150     srcdir=$ac_optarg ;;
1151
1152   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153   | --syscon | --sysco | --sysc | --sys | --sy)
1154     ac_prev=sysconfdir ;;
1155   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1157     sysconfdir=$ac_optarg ;;
1158
1159   -target | --target | --targe | --targ | --tar | --ta | --t)
1160     ac_prev=target_alias ;;
1161   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1162     target_alias=$ac_optarg ;;
1163
1164   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165     verbose=yes ;;
1166
1167   -version | --version | --versio | --versi | --vers | -V)
1168     ac_init_version=: ;;
1169
1170   -with-* | --with-*)
1171     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1172     # Reject names that are not valid shell variable names.
1173     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174       as_fn_error "invalid package name: $ac_useropt"
1175     ac_useropt_orig=$ac_useropt
1176     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177     case $ac_user_opts in
1178       *"
1179 "with_$ac_useropt"
1180 "*) ;;
1181       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182          ac_unrecognized_sep=', ';;
1183     esac
1184     eval with_$ac_useropt=\$ac_optarg ;;
1185
1186   -without-* | --without-*)
1187     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188     # Reject names that are not valid shell variable names.
1189     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190       as_fn_error "invalid package name: $ac_useropt"
1191     ac_useropt_orig=$ac_useropt
1192     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193     case $ac_user_opts in
1194       *"
1195 "with_$ac_useropt"
1196 "*) ;;
1197       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198          ac_unrecognized_sep=', ';;
1199     esac
1200     eval with_$ac_useropt=no ;;
1201
1202   --x)
1203     # Obsolete; use --with-x.
1204     with_x=yes ;;
1205
1206   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207   | --x-incl | --x-inc | --x-in | --x-i)
1208     ac_prev=x_includes ;;
1209   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1211     x_includes=$ac_optarg ;;
1212
1213   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215     ac_prev=x_libraries ;;
1216   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1218     x_libraries=$ac_optarg ;;
1219
1220   -*) as_fn_error "unrecognized option: \`$ac_option'
1221 Try \`$0 --help' for more information."
1222     ;;
1223
1224   *=*)
1225     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226     # Reject names that are not valid shell variable names.
1227     case $ac_envvar in #(
1228       '' | [0-9]* | *[!_$as_cr_alnum]* )
1229       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230     esac
1231     eval $ac_envvar=\$ac_optarg
1232     export $ac_envvar ;;
1233
1234   *)
1235     # FIXME: should be removed in autoconf 3.0.
1236     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1237     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1238       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1239     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1240     ;;
1241
1242   esac
1243 done
1244
1245 if test -n "$ac_prev"; then
1246   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1247   as_fn_error "missing argument to $ac_option"
1248 fi
1249
1250 if test -n "$ac_unrecognized_opts"; then
1251   case $enable_option_checking in
1252     no) ;;
1253     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1255   esac
1256 fi
1257
1258 # Check all directory arguments for consistency.
1259 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260                 datadir sysconfdir sharedstatedir localstatedir includedir \
1261                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262                 libdir localedir mandir
1263 do
1264   eval ac_val=\$$ac_var
1265   # Remove trailing slashes.
1266   case $ac_val in
1267     */ )
1268       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269       eval $ac_var=\$ac_val;;
1270   esac
1271   # Be sure to have absolute directory names.
1272   case $ac_val in
1273     [\\/$]* | ?:[\\/]* )  continue;;
1274     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1275   esac
1276   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1277 done
1278
1279 # There might be people who depend on the old broken behavior: `$host'
1280 # used to hold the argument of --host etc.
1281 # FIXME: To remove some day.
1282 build=$build_alias
1283 host=$host_alias
1284 target=$target_alias
1285
1286 # FIXME: To remove some day.
1287 if test "x$host_alias" != x; then
1288   if test "x$build_alias" = x; then
1289     cross_compiling=maybe
1290     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1291     If a cross compiler is detected then cross compile mode will be used." >&2
1292   elif test "x$build_alias" != "x$host_alias"; then
1293     cross_compiling=yes
1294   fi
1295 fi
1296
1297 ac_tool_prefix=
1298 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1299
1300 test "$silent" = yes && exec 6>/dev/null
1301
1302
1303 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304 ac_ls_di=`ls -di .` &&
1305 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306   as_fn_error "working directory cannot be determined"
1307 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308   as_fn_error "pwd does not report name of working directory"
1309
1310
1311 # Find the source files, if location was not specified.
1312 if test -z "$srcdir"; then
1313   ac_srcdir_defaulted=yes
1314   # Try the directory containing this script, then the parent directory.
1315   ac_confdir=`$as_dirname -- "$as_myself" ||
1316 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317          X"$as_myself" : 'X\(//\)[^/]' \| \
1318          X"$as_myself" : 'X\(//\)$' \| \
1319          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320 $as_echo X"$as_myself" |
1321     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322             s//\1/
1323             q
1324           }
1325           /^X\(\/\/\)[^/].*/{
1326             s//\1/
1327             q
1328           }
1329           /^X\(\/\/\)$/{
1330             s//\1/
1331             q
1332           }
1333           /^X\(\/\).*/{
1334             s//\1/
1335             q
1336           }
1337           s/.*/./; q'`
1338   srcdir=$ac_confdir
1339   if test ! -r "$srcdir/$ac_unique_file"; then
1340     srcdir=..
1341   fi
1342 else
1343   ac_srcdir_defaulted=no
1344 fi
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1348 fi
1349 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350 ac_abs_confdir=`(
1351         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352         pwd)`
1353 # When building in place, set srcdir=.
1354 if test "$ac_abs_confdir" = "$ac_pwd"; then
1355   srcdir=.
1356 fi
1357 # Remove unnecessary trailing slashes from srcdir.
1358 # Double slashes in file names in object file debugging info
1359 # mess up M-x gdb in Emacs.
1360 case $srcdir in
1361 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362 esac
1363 case $srcdir in
1364   *" "*)
1365     as_fn_error "path to source, $srcdir, contains spaces"
1366     ;;
1367 esac
1368 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1369
1370 for ac_var in $ac_precious_vars; do
1371   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1372   eval ac_env_${ac_var}_value=\$${ac_var}
1373   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1374   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1375 done
1376
1377 #
1378 # Report the --help message.
1379 #
1380 if test "$ac_init_help" = "long"; then
1381   # Omit some internal or obsolete options to make the list less imposing.
1382   # This message is too long to be a string in the A/UX 3.1 sh.
1383   cat <<_ACEOF
1384 \`configure' configures this package to adapt to many kinds of systems.
1385
1386 Usage: $0 [OPTION]... [VAR=VALUE]...
1387
1388 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389 VAR=VALUE.  See below for descriptions of some of the useful variables.
1390
1391 Defaults for the options are specified in brackets.
1392
1393 Configuration:
1394   -h, --help              display this help and exit
1395       --help=short        display options specific to this package
1396       --help=recursive    display the short help of all the included packages
1397   -V, --version           display version information and exit
1398   -q, --quiet, --silent   do not print \`checking...' messages
1399       --cache-file=FILE   cache test results in FILE [disabled]
1400   -C, --config-cache      alias for \`--cache-file=config.cache'
1401   -n, --no-create         do not create output files
1402       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1403
1404 Installation directories:
1405   --prefix=PREFIX         install architecture-independent files in PREFIX
1406                           [$ac_default_prefix]
1407   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1408                           [PREFIX]
1409
1410 By default, \`make install' will install all the files in
1411 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1412 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413 for instance \`--prefix=\$HOME'.
1414
1415 For better control, use the options below.
1416
1417 Fine tuning of the installation directories:
1418   --bindir=DIR            user executables [EPREFIX/bin]
1419   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1420   --libexecdir=DIR        program executables [EPREFIX/libexec]
1421   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1422   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1423   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1424   --libdir=DIR            object code libraries [EPREFIX/lib]
1425   --includedir=DIR        C header files [PREFIX/include]
1426   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1427   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1428   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1429   --infodir=DIR           info documentation [DATAROOTDIR/info]
1430   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1431   --mandir=DIR            man documentation [DATAROOTDIR/man]
1432   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1433   --htmldir=DIR           html documentation [DOCDIR]
1434   --dvidir=DIR            dvi documentation [DOCDIR]
1435   --pdfdir=DIR            pdf documentation [DOCDIR]
1436   --psdir=DIR             ps documentation [DOCDIR]
1437 _ACEOF
1438
1439   cat <<\_ACEOF
1440
1441 Program names:
1442   --program-prefix=PREFIX            prepend PREFIX to installed program names
1443   --program-suffix=SUFFIX            append SUFFIX to installed program names
1444   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1445
1446 System types:
1447   --build=BUILD     configure for building on BUILD [guessed]
1448   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1449   --target=TARGET   configure for building compilers for TARGET [HOST]
1450 _ACEOF
1451 fi
1452
1453 if test -n "$ac_init_help"; then
1454
1455   cat <<\_ACEOF
1456
1457 Optional Features:
1458   --disable-option-checking  ignore unrecognized --enable/--with options
1459   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1460   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1461   --enable-gold[=ARG]     build gold [ARG={default,yes,no}]
1462   --enable-ld[=ARG]       build ld [ARG={default,yes,no}]
1463   --disable-libquadmath   do not build libquadmath directory
1464   --disable-libquadmath-support
1465                           disable libquadmath support for Fortran
1466   --enable-libada         build libada directory
1467   --enable-libssp         build libssp directory
1468   --disable-libstdcxx     do not build libstdc++-v3 directory
1469   --enable-static-libjava[=ARG]
1470                           build static libjava [default=no]
1471   --enable-bootstrap      enable bootstrapping [yes if native build]
1472   --disable-isl-version-check
1473                           disable check for ISL version
1474   --disable-cloog-version-check
1475                           disable check for CLooG version
1476   --enable-lto            enable link time optimization support
1477   --enable-stage1-languages[=all]
1478                           choose additional languages to build during stage1.
1479                           Mostly useful for compiler development
1480   --enable-objc-gc        enable use of Boehm's garbage collector with the GNU
1481                           Objective-C runtime
1482   --enable-serial-[{host,target,build}-]configure
1483                           force sequential configuration of sub-packages for
1484                           the host, target or build machine, or all
1485                           sub-packages
1486   --enable-maintainer-mode
1487                           enable make rules and dependencies not useful (and
1488                           sometimes confusing) to the casual installer
1489   --enable-stage1-checking[=all]
1490                           choose additional checking for stage1 of the
1491                           compiler
1492   --enable-werror         enable -Werror in bootstrap stage2 and later
1493
1494 Optional Packages:
1495   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1496   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1497   --with-build-libsubdir=DIR  Directory where to find libraries for build system
1498   --with-mpc=PATH         specify prefix directory for installed MPC package.
1499                           Equivalent to --with-mpc-include=PATH/include plus
1500                           --with-mpc-lib=PATH/lib
1501   --with-mpc-include=PATH specify directory for installed MPC include files
1502   --with-mpc-lib=PATH     specify directory for the installed MPC library
1503   --with-mpfr-dir=PATH    this option has been REMOVED
1504   --with-mpfr=PATH        specify prefix directory for installed MPFR package.
1505                           Equivalent to --with-mpfr-include=PATH/include plus
1506                           --with-mpfr-lib=PATH/lib
1507   --with-mpfr-include=PATH
1508                           specify directory for installed MPFR include files
1509   --with-mpfr-lib=PATH    specify directory for the installed MPFR library
1510   --with-gmp-dir=PATH     this option has been REMOVED
1511   --with-gmp=PATH         specify prefix directory for the installed GMP
1512                           package. Equivalent to
1513                           --with-gmp-include=PATH/include plus
1514                           --with-gmp-lib=PATH/lib
1515   --with-gmp-include=PATH specify directory for installed GMP include files
1516   --with-gmp-lib=PATH     specify directory for the installed GMP library
1517   --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1518                           linking with PPL
1519   --with-stage1-libs=LIBS libraries for stage1
1520   --with-stage1-ldflags=FLAGS
1521                           linker flags for stage1
1522   --with-boot-libs=LIBS   libraries for stage2 and later
1523   --with-boot-ldflags=FLAGS
1524                           linker flags for stage2 and later
1525   --with-cloog=PATH       Specify prefix directory for the installed CLooG-ISL
1526                           package. Equivalent to
1527                           --with-cloog-include=PATH/include plus
1528                           --with-cloog-lib=PATH/lib
1529   --with-isl=PATH         Specify prefix directory for the installed ISL
1530                           package. Equivalent to
1531                           --with-isl-include=PATH/include plus
1532                           --with-isl-lib=PATH/lib
1533   --with-isl-include=PATH Specify directory for installed ISL include files
1534   --with-isl-lib=PATH     Specify the directory for the installed ISL library
1535   --with-cloog-include=PATH
1536                           Specify directory for installed CLooG include files
1537   --with-cloog-lib=PATH   Specify the directory for the installed CLooG
1538                           library
1539   --with-build-sysroot=SYSROOT
1540                           use sysroot as the system root during the build
1541   --with-debug-prefix-map='A=B C=D ...'
1542                           map A to B, C to D ... in debug information
1543   --with-build-config='NAME NAME2...'
1544                           use config/NAME.mk build configuration
1545   --with-build-time-tools=PATH
1546                           use given path to find target tools during the build
1547
1548 Some influential environment variables:
1549   CC          C compiler command
1550   CFLAGS      C compiler flags
1551   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1552               nonstandard directory <lib dir>
1553   LIBS        libraries to pass to the linker, e.g. -l<library>
1554   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1555               you have headers in a nonstandard directory <include dir>
1556   CXX         C++ compiler command
1557   CXXFLAGS    C++ compiler flags
1558   build_configargs
1559               additional configure arguments for build directories
1560   host_configargs
1561               additional configure arguments for host directories
1562   target_configargs
1563               additional configure arguments for target directories
1564   AR          AR for the host
1565   AS          AS for the host
1566   DLLTOOL     DLLTOOL for the host
1567   LD          LD for the host
1568   LIPO        LIPO for the host
1569   NM          NM for the host
1570   RANLIB      RANLIB for the host
1571   STRIP       STRIP for the host
1572   WINDRES     WINDRES for the host
1573   WINDMC      WINDMC for the host
1574   OBJCOPY     OBJCOPY for the host
1575   OBJDUMP     OBJDUMP for the host
1576   READELF     READELF for the host
1577   CC_FOR_TARGET
1578               CC for the target
1579   CXX_FOR_TARGET
1580               CXX for the target
1581   GCC_FOR_TARGET
1582               GCC for the target
1583   GCJ_FOR_TARGET
1584               GCJ for the target
1585   GFORTRAN_FOR_TARGET
1586               GFORTRAN for the target
1587   GOC_FOR_TARGET
1588               GOC for the target
1589   AR_FOR_TARGET
1590               AR for the target
1591   AS_FOR_TARGET
1592               AS for the target
1593   DLLTOOL_FOR_TARGET
1594               DLLTOOL for the target
1595   LD_FOR_TARGET
1596               LD for the target
1597   LIPO_FOR_TARGET
1598               LIPO for the target
1599   NM_FOR_TARGET
1600               NM for the target
1601   OBJDUMP_FOR_TARGET
1602               OBJDUMP for the target
1603   RANLIB_FOR_TARGET
1604               RANLIB for the target
1605   READELF_FOR_TARGET
1606               READELF for the target
1607   STRIP_FOR_TARGET
1608               STRIP for the target
1609   WINDRES_FOR_TARGET
1610               WINDRES for the target
1611   WINDMC_FOR_TARGET
1612               WINDMC for the target
1613
1614 Use these variables to override the choices made by `configure' or to help
1615 it to find libraries and programs with nonstandard names/locations.
1616
1617 Report bugs to the package provider.
1618 _ACEOF
1619 ac_status=$?
1620 fi
1621
1622 if test "$ac_init_help" = "recursive"; then
1623   # If there are subdirs, report their specific --help.
1624   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1625     test -d "$ac_dir" ||
1626       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1627       continue
1628     ac_builddir=.
1629
1630 case "$ac_dir" in
1631 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1632 *)
1633   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1634   # A ".." for each directory in $ac_dir_suffix.
1635   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1636   case $ac_top_builddir_sub in
1637   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1638   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1639   esac ;;
1640 esac
1641 ac_abs_top_builddir=$ac_pwd
1642 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1643 # for backward compatibility:
1644 ac_top_builddir=$ac_top_build_prefix
1645
1646 case $srcdir in
1647   .)  # We are building in place.
1648     ac_srcdir=.
1649     ac_top_srcdir=$ac_top_builddir_sub
1650     ac_abs_top_srcdir=$ac_pwd ;;
1651   [\\/]* | ?:[\\/]* )  # Absolute name.
1652     ac_srcdir=$srcdir$ac_dir_suffix;
1653     ac_top_srcdir=$srcdir
1654     ac_abs_top_srcdir=$srcdir ;;
1655   *) # Relative name.
1656     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1657     ac_top_srcdir=$ac_top_build_prefix$srcdir
1658     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1659 esac
1660 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1661
1662     cd "$ac_dir" || { ac_status=$?; continue; }
1663     # Check for guested configure.
1664     if test -f "$ac_srcdir/configure.gnu"; then
1665       echo &&
1666       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1667     elif test -f "$ac_srcdir/configure"; then
1668       echo &&
1669       $SHELL "$ac_srcdir/configure" --help=recursive
1670     else
1671       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1672     fi || ac_status=$?
1673     cd "$ac_pwd" || { ac_status=$?; break; }
1674   done
1675 fi
1676
1677 test -n "$ac_init_help" && exit $ac_status
1678 if $ac_init_version; then
1679   cat <<\_ACEOF
1680 configure
1681 generated by GNU Autoconf 2.64
1682
1683 Copyright (C) 2009 Free Software Foundation, Inc.
1684 This configure script is free software; the Free Software Foundation
1685 gives unlimited permission to copy, distribute and modify it.
1686 _ACEOF
1687   exit
1688 fi
1689
1690 ## ------------------------ ##
1691 ## Autoconf initialization. ##
1692 ## ------------------------ ##
1693
1694 # ac_fn_c_try_compile LINENO
1695 # --------------------------
1696 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1697 ac_fn_c_try_compile ()
1698 {
1699   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700   rm -f conftest.$ac_objext
1701   if { { ac_try="$ac_compile"
1702 case "(($ac_try" in
1703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1704   *) ac_try_echo=$ac_try;;
1705 esac
1706 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1707 $as_echo "$ac_try_echo"; } >&5
1708   (eval "$ac_compile") 2>conftest.err
1709   ac_status=$?
1710   if test -s conftest.err; then
1711     grep -v '^ *+' conftest.err >conftest.er1
1712     cat conftest.er1 >&5
1713     mv -f conftest.er1 conftest.err
1714   fi
1715   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1716   test $ac_status = 0; } && {
1717          test -z "$ac_c_werror_flag" ||
1718          test ! -s conftest.err
1719        } && test -s conftest.$ac_objext; then :
1720   ac_retval=0
1721 else
1722   $as_echo "$as_me: failed program was:" >&5
1723 sed 's/^/| /' conftest.$ac_ext >&5
1724
1725         ac_retval=1
1726 fi
1727   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1728   return $ac_retval
1729
1730 } # ac_fn_c_try_compile
1731
1732 # ac_fn_cxx_try_compile LINENO
1733 # ----------------------------
1734 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1735 ac_fn_cxx_try_compile ()
1736 {
1737   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1738   rm -f conftest.$ac_objext
1739   if { { ac_try="$ac_compile"
1740 case "(($ac_try" in
1741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1742   *) ac_try_echo=$ac_try;;
1743 esac
1744 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1745 $as_echo "$ac_try_echo"; } >&5
1746   (eval "$ac_compile") 2>conftest.err
1747   ac_status=$?
1748   if test -s conftest.err; then
1749     grep -v '^ *+' conftest.err >conftest.er1
1750     cat conftest.er1 >&5
1751     mv -f conftest.er1 conftest.err
1752   fi
1753   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754   test $ac_status = 0; } && {
1755          test -z "$ac_cxx_werror_flag" ||
1756          test ! -s conftest.err
1757        } && test -s conftest.$ac_objext; then :
1758   ac_retval=0
1759 else
1760   $as_echo "$as_me: failed program was:" >&5
1761 sed 's/^/| /' conftest.$ac_ext >&5
1762
1763         ac_retval=1
1764 fi
1765   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766   return $ac_retval
1767
1768 } # ac_fn_cxx_try_compile
1769
1770 # ac_fn_cxx_try_link LINENO
1771 # -------------------------
1772 # Try to link conftest.$ac_ext, and return whether this succeeded.
1773 ac_fn_cxx_try_link ()
1774 {
1775   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1776   rm -f conftest.$ac_objext conftest$ac_exeext
1777   if { { ac_try="$ac_link"
1778 case "(($ac_try" in
1779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1780   *) ac_try_echo=$ac_try;;
1781 esac
1782 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1783 $as_echo "$ac_try_echo"; } >&5
1784   (eval "$ac_link") 2>conftest.err
1785   ac_status=$?
1786   if test -s conftest.err; then
1787     grep -v '^ *+' conftest.err >conftest.er1
1788     cat conftest.er1 >&5
1789     mv -f conftest.er1 conftest.err
1790   fi
1791   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792   test $ac_status = 0; } && {
1793          test -z "$ac_cxx_werror_flag" ||
1794          test ! -s conftest.err
1795        } && test -s conftest$ac_exeext && {
1796          test "$cross_compiling" = yes ||
1797          $as_test_x conftest$ac_exeext
1798        }; then :
1799   ac_retval=0
1800 else
1801   $as_echo "$as_me: failed program was:" >&5
1802 sed 's/^/| /' conftest.$ac_ext >&5
1803
1804         ac_retval=1
1805 fi
1806   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1807   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1808   # interfere with the next link command; also delete a directory that is
1809   # left behind by Apple's compiler.  We do this before executing the actions.
1810   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1811   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1812   return $ac_retval
1813
1814 } # ac_fn_cxx_try_link
1815
1816 # ac_fn_c_try_link LINENO
1817 # -----------------------
1818 # Try to link conftest.$ac_ext, and return whether this succeeded.
1819 ac_fn_c_try_link ()
1820 {
1821   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822   rm -f conftest.$ac_objext conftest$ac_exeext
1823   if { { ac_try="$ac_link"
1824 case "(($ac_try" in
1825   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1826   *) ac_try_echo=$ac_try;;
1827 esac
1828 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1829 $as_echo "$ac_try_echo"; } >&5
1830   (eval "$ac_link") 2>conftest.err
1831   ac_status=$?
1832   if test -s conftest.err; then
1833     grep -v '^ *+' conftest.err >conftest.er1
1834     cat conftest.er1 >&5
1835     mv -f conftest.er1 conftest.err
1836   fi
1837   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1838   test $ac_status = 0; } && {
1839          test -z "$ac_c_werror_flag" ||
1840          test ! -s conftest.err
1841        } && test -s conftest$ac_exeext && {
1842          test "$cross_compiling" = yes ||
1843          $as_test_x conftest$ac_exeext
1844        }; then :
1845   ac_retval=0
1846 else
1847   $as_echo "$as_me: failed program was:" >&5
1848 sed 's/^/| /' conftest.$ac_ext >&5
1849
1850         ac_retval=1
1851 fi
1852   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1853   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1854   # interfere with the next link command; also delete a directory that is
1855   # left behind by Apple's compiler.  We do this before executing the actions.
1856   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1857   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1858   return $ac_retval
1859
1860 } # ac_fn_c_try_link
1861
1862 # ac_fn_c_try_run LINENO
1863 # ----------------------
1864 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1865 # that executables *can* be run.
1866 ac_fn_c_try_run ()
1867 {
1868   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1869   if { { ac_try="$ac_link"
1870 case "(($ac_try" in
1871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1872   *) ac_try_echo=$ac_try;;
1873 esac
1874 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1875 $as_echo "$ac_try_echo"; } >&5
1876   (eval "$ac_link") 2>&5
1877   ac_status=$?
1878   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1879   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1880   { { case "(($ac_try" in
1881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1882   *) ac_try_echo=$ac_try;;
1883 esac
1884 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1885 $as_echo "$ac_try_echo"; } >&5
1886   (eval "$ac_try") 2>&5
1887   ac_status=$?
1888   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1889   test $ac_status = 0; }; }; then :
1890   ac_retval=0
1891 else
1892   $as_echo "$as_me: program exited with status $ac_status" >&5
1893        $as_echo "$as_me: failed program was:" >&5
1894 sed 's/^/| /' conftest.$ac_ext >&5
1895
1896        ac_retval=$ac_status
1897 fi
1898   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1899   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1900   return $ac_retval
1901
1902 } # ac_fn_c_try_run
1903 cat >config.log <<_ACEOF
1904 This file contains any messages produced by compilers while
1905 running configure, to aid debugging if configure makes a mistake.
1906
1907 It was created by $as_me, which was
1908 generated by GNU Autoconf 2.64.  Invocation command line was
1909
1910   $ $0 $@
1911
1912 _ACEOF
1913 exec 5>>config.log
1914 {
1915 cat <<_ASUNAME
1916 ## --------- ##
1917 ## Platform. ##
1918 ## --------- ##
1919
1920 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1921 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1922 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1923 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1924 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1925
1926 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1927 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1928
1929 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1930 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1931 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1932 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1933 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1934 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1935 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1936
1937 _ASUNAME
1938
1939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1940 for as_dir in $PATH
1941 do
1942   IFS=$as_save_IFS
1943   test -z "$as_dir" && as_dir=.
1944     $as_echo "PATH: $as_dir"
1945   done
1946 IFS=$as_save_IFS
1947
1948 } >&5
1949
1950 cat >&5 <<_ACEOF
1951
1952
1953 ## ----------- ##
1954 ## Core tests. ##
1955 ## ----------- ##
1956
1957 _ACEOF
1958
1959
1960 # Keep a trace of the command line.
1961 # Strip out --no-create and --no-recursion so they do not pile up.
1962 # Strip out --silent because we don't want to record it for future runs.
1963 # Also quote any args containing shell meta-characters.
1964 # Make two passes to allow for proper duplicate-argument suppression.
1965 ac_configure_args=
1966 ac_configure_args0=
1967 ac_configure_args1=
1968 ac_must_keep_next=false
1969 for ac_pass in 1 2
1970 do
1971   for ac_arg
1972   do
1973     case $ac_arg in
1974     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1975     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1976     | -silent | --silent | --silen | --sile | --sil)
1977       continue ;;
1978     *\'*)
1979       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1980     esac
1981     case $ac_pass in
1982     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1983     2)
1984       as_fn_append ac_configure_args1 " '$ac_arg'"
1985       if test $ac_must_keep_next = true; then
1986         ac_must_keep_next=false # Got value, back to normal.
1987       else
1988         case $ac_arg in
1989           *=* | --config-cache | -C | -disable-* | --disable-* \
1990           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1991           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1992           | -with-* | --with-* | -without-* | --without-* | --x)
1993             case "$ac_configure_args0 " in
1994               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1995             esac
1996             ;;
1997           -* ) ac_must_keep_next=true ;;
1998         esac
1999       fi
2000       as_fn_append ac_configure_args " '$ac_arg'"
2001       ;;
2002     esac
2003   done
2004 done
2005 { ac_configure_args0=; unset ac_configure_args0;}
2006 { ac_configure_args1=; unset ac_configure_args1;}
2007
2008 # When interrupted or exit'd, cleanup temporary files, and complete
2009 # config.log.  We remove comments because anyway the quotes in there
2010 # would cause problems or look ugly.
2011 # WARNING: Use '\'' to represent an apostrophe within the trap.
2012 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2013 trap 'exit_status=$?
2014   # Save into config.log some information that might help in debugging.
2015   {
2016     echo
2017
2018     cat <<\_ASBOX
2019 ## ---------------- ##
2020 ## Cache variables. ##
2021 ## ---------------- ##
2022 _ASBOX
2023     echo
2024     # The following way of writing the cache mishandles newlines in values,
2025 (
2026   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2027     eval ac_val=\$$ac_var
2028     case $ac_val in #(
2029     *${as_nl}*)
2030       case $ac_var in #(
2031       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2032 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2033       esac
2034       case $ac_var in #(
2035       _ | IFS | as_nl) ;; #(
2036       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2037       *) { eval $ac_var=; unset $ac_var;} ;;
2038       esac ;;
2039     esac
2040   done
2041   (set) 2>&1 |
2042     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2043     *${as_nl}ac_space=\ *)
2044       sed -n \
2045         "s/'\''/'\''\\\\'\'''\''/g;
2046           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2047       ;; #(
2048     *)
2049       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2050       ;;
2051     esac |
2052     sort
2053 )
2054     echo
2055
2056     cat <<\_ASBOX
2057 ## ----------------- ##
2058 ## Output variables. ##
2059 ## ----------------- ##
2060 _ASBOX
2061     echo
2062     for ac_var in $ac_subst_vars
2063     do
2064       eval ac_val=\$$ac_var
2065       case $ac_val in
2066       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2067       esac
2068       $as_echo "$ac_var='\''$ac_val'\''"
2069     done | sort
2070     echo
2071
2072     if test -n "$ac_subst_files"; then
2073       cat <<\_ASBOX
2074 ## ------------------- ##
2075 ## File substitutions. ##
2076 ## ------------------- ##
2077 _ASBOX
2078       echo
2079       for ac_var in $ac_subst_files
2080       do
2081         eval ac_val=\$$ac_var
2082         case $ac_val in
2083         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2084         esac
2085         $as_echo "$ac_var='\''$ac_val'\''"
2086       done | sort
2087       echo
2088     fi
2089
2090     if test -s confdefs.h; then
2091       cat <<\_ASBOX
2092 ## ----------- ##
2093 ## confdefs.h. ##
2094 ## ----------- ##
2095 _ASBOX
2096       echo
2097       cat confdefs.h
2098       echo
2099     fi
2100     test "$ac_signal" != 0 &&
2101       $as_echo "$as_me: caught signal $ac_signal"
2102     $as_echo "$as_me: exit $exit_status"
2103   } >&5
2104   rm -f core *.core core.conftest.* &&
2105     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2106     exit $exit_status
2107 ' 0
2108 for ac_signal in 1 2 13 15; do
2109   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2110 done
2111 ac_signal=0
2112
2113 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2114 rm -f -r conftest* confdefs.h
2115
2116 $as_echo "/* confdefs.h */" > confdefs.h
2117
2118 # Predefined preprocessor variables.
2119
2120 cat >>confdefs.h <<_ACEOF
2121 #define PACKAGE_NAME "$PACKAGE_NAME"
2122 _ACEOF
2123
2124 cat >>confdefs.h <<_ACEOF
2125 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2126 _ACEOF
2127
2128 cat >>confdefs.h <<_ACEOF
2129 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2130 _ACEOF
2131
2132 cat >>confdefs.h <<_ACEOF
2133 #define PACKAGE_STRING "$PACKAGE_STRING"
2134 _ACEOF
2135
2136 cat >>confdefs.h <<_ACEOF
2137 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2138 _ACEOF
2139
2140 cat >>confdefs.h <<_ACEOF
2141 #define PACKAGE_URL "$PACKAGE_URL"
2142 _ACEOF
2143
2144
2145 # Let the site file select an alternate cache file if it wants to.
2146 # Prefer an explicitly selected file to automatically selected ones.
2147 ac_site_file1=NONE
2148 ac_site_file2=NONE
2149 if test -n "$CONFIG_SITE"; then
2150   ac_site_file1=$CONFIG_SITE
2151 elif test "x$prefix" != xNONE; then
2152   ac_site_file1=$prefix/share/config.site
2153   ac_site_file2=$prefix/etc/config.site
2154 else
2155   ac_site_file1=$ac_default_prefix/share/config.site
2156   ac_site_file2=$ac_default_prefix/etc/config.site
2157 fi
2158 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2159 do
2160   test "x$ac_site_file" = xNONE && continue
2161   if test -r "$ac_site_file"; then
2162     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2163 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2164     sed 's/^/| /' "$ac_site_file" >&5
2165     . "$ac_site_file"
2166   fi
2167 done
2168
2169 if test -r "$cache_file"; then
2170   # Some versions of bash will fail to source /dev/null (special
2171   # files actually), so we avoid doing that.
2172   if test -f "$cache_file"; then
2173     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2174 $as_echo "$as_me: loading cache $cache_file" >&6;}
2175     case $cache_file in
2176       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2177       *)                      . "./$cache_file";;
2178     esac
2179   fi
2180 else
2181   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2182 $as_echo "$as_me: creating cache $cache_file" >&6;}
2183   >$cache_file
2184 fi
2185
2186 # Check that the precious variables saved in the cache have kept the same
2187 # value.
2188 ac_cache_corrupted=false
2189 for ac_var in $ac_precious_vars; do
2190   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2191   eval ac_new_set=\$ac_env_${ac_var}_set
2192   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2193   eval ac_new_val=\$ac_env_${ac_var}_value
2194   case $ac_old_set,$ac_new_set in
2195     set,)
2196       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2197 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2198       ac_cache_corrupted=: ;;
2199     ,set)
2200       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2201 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2202       ac_cache_corrupted=: ;;
2203     ,);;
2204     *)
2205       if test "x$ac_old_val" != "x$ac_new_val"; then
2206         # differences in whitespace do not lead to failure.
2207         ac_old_val_w=`echo x $ac_old_val`
2208         ac_new_val_w=`echo x $ac_new_val`
2209         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2210           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2211 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2212           ac_cache_corrupted=:
2213         else
2214           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2215 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2216           eval $ac_var=\$ac_old_val
2217         fi
2218         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2219 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2220         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2221 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2222       fi;;
2223   esac
2224   # Pass precious variables to config.status.
2225   if test "$ac_new_set" = set; then
2226     case $ac_new_val in
2227     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2228     *) ac_arg=$ac_var=$ac_new_val ;;
2229     esac
2230     case " $ac_configure_args " in
2231       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2232       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2233     esac
2234   fi
2235 done
2236 if $ac_cache_corrupted; then
2237   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2238 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2239   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2240 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2241   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2242 fi
2243 ## -------------------- ##
2244 ## Main body of script. ##
2245 ## -------------------- ##
2246
2247 ac_ext=c
2248 ac_cpp='$CPP $CPPFLAGS'
2249 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2250 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2251 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261 progname=$0
2262 # if PWD already has a value, it is probably wrong.
2263 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2264
2265 # Export original configure arguments for use by sub-configures.
2266 # Quote arguments with shell meta charatcers.
2267 TOPLEVEL_CONFIGURE_ARGUMENTS=
2268 set -- "$progname" "$@"
2269 for ac_arg
2270 do
2271   case "$ac_arg" in
2272   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2273     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2274     # if the argument is of the form -foo=baz, quote the baz part only
2275     ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2276   *) ;;
2277   esac
2278   # Add the quoted argument to the list.
2279   TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2280 done
2281 if test "$silent" = yes; then
2282   TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2283 fi
2284 # Remove the initial space we just introduced and, as these will be
2285 # expanded by make, quote '$'.
2286 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2287
2288
2289 # Find the build, host, and target systems.
2290 ac_aux_dir=
2291 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2292   for ac_t in install-sh install.sh shtool; do
2293     if test -f "$ac_dir/$ac_t"; then
2294       ac_aux_dir=$ac_dir
2295       ac_install_sh="$ac_aux_dir/$ac_t -c"
2296       break 2
2297     fi
2298   done
2299 done
2300 if test -z "$ac_aux_dir"; then
2301   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2302 fi
2303
2304 # These three variables are undocumented and unsupported,
2305 # and are intended to be withdrawn in a future Autoconf release.
2306 # They can cause serious problems if a builder's source tree is in a directory
2307 # whose full name contains unusual characters.
2308 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2309 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2310 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2311
2312
2313 # Make sure we can run config.sub.
2314 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2315   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2316
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2318 $as_echo_n "checking build system type... " >&6; }
2319 if test "${ac_cv_build+set}" = set; then :
2320   $as_echo_n "(cached) " >&6
2321 else
2322   ac_build_alias=$build_alias
2323 test "x$ac_build_alias" = x &&
2324   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2325 test "x$ac_build_alias" = x &&
2326   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2327 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2328   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2329
2330 fi
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2332 $as_echo "$ac_cv_build" >&6; }
2333 case $ac_cv_build in
2334 *-*-*) ;;
2335 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2336 esac
2337 build=$ac_cv_build
2338 ac_save_IFS=$IFS; IFS='-'
2339 set x $ac_cv_build
2340 shift
2341 build_cpu=$1
2342 build_vendor=$2
2343 shift; shift
2344 # Remember, the first character of IFS is used to create $*,
2345 # except with old shells:
2346 build_os=$*
2347 IFS=$ac_save_IFS
2348 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2349
2350
2351  case ${build_alias} in
2352   "") build_noncanonical=${build} ;;
2353   *) build_noncanonical=${build_alias} ;;
2354 esac
2355
2356
2357
2358  case ${host_alias} in
2359   "") host_noncanonical=${build_noncanonical} ;;
2360   *) host_noncanonical=${host_alias} ;;
2361 esac
2362
2363
2364
2365  case ${target_alias} in
2366   "") target_noncanonical=${host_noncanonical} ;;
2367   *) target_noncanonical=${target_alias} ;;
2368 esac
2369
2370
2371
2372
2373 test "$host_noncanonical" = "$target_noncanonical" &&
2374   test "$program_prefix$program_suffix$program_transform_name" = \
2375     NONENONEs,x,x, &&
2376   program_transform_name=s,y,y,
2377
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2379 $as_echo_n "checking host system type... " >&6; }
2380 if test "${ac_cv_host+set}" = set; then :
2381   $as_echo_n "(cached) " >&6
2382 else
2383   if test "x$host_alias" = x; then
2384   ac_cv_host=$ac_cv_build
2385 else
2386   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2387     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2388 fi
2389
2390 fi
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2392 $as_echo "$ac_cv_host" >&6; }
2393 case $ac_cv_host in
2394 *-*-*) ;;
2395 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2396 esac
2397 host=$ac_cv_host
2398 ac_save_IFS=$IFS; IFS='-'
2399 set x $ac_cv_host
2400 shift
2401 host_cpu=$1
2402 host_vendor=$2
2403 shift; shift
2404 # Remember, the first character of IFS is used to create $*,
2405 # except with old shells:
2406 host_os=$*
2407 IFS=$ac_save_IFS
2408 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2409
2410
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2412 $as_echo_n "checking target system type... " >&6; }
2413 if test "${ac_cv_target+set}" = set; then :
2414   $as_echo_n "(cached) " >&6
2415 else
2416   if test "x$target_alias" = x; then
2417   ac_cv_target=$ac_cv_host
2418 else
2419   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2420     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2421 fi
2422
2423 fi
2424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2425 $as_echo "$ac_cv_target" >&6; }
2426 case $ac_cv_target in
2427 *-*-*) ;;
2428 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2429 esac
2430 target=$ac_cv_target
2431 ac_save_IFS=$IFS; IFS='-'
2432 set x $ac_cv_target
2433 shift
2434 target_cpu=$1
2435 target_vendor=$2
2436 shift; shift
2437 # Remember, the first character of IFS is used to create $*,
2438 # except with old shells:
2439 target_os=$*
2440 IFS=$ac_save_IFS
2441 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2442
2443
2444 # The aliases save the names the user supplied, while $host etc.
2445 # will get canonicalized.
2446 test -n "$target_alias" &&
2447   test "$program_prefix$program_suffix$program_transform_name" = \
2448     NONENONEs,x,x, &&
2449   program_prefix=${target_alias}-
2450
2451 test "$program_prefix" != NONE &&
2452   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2453 # Use a double $ so make ignores it.
2454 test "$program_suffix" != NONE &&
2455   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2456 # Double any \ or $.
2457 # By default was `s,x,x', remove it if useless.
2458 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2459 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2460
2461
2462
2463 # Get 'install' or 'install-sh' and its variants.
2464 # Find a good install program.  We prefer a C program (faster),
2465 # so one script is as good as another.  But avoid the broken or
2466 # incompatible versions:
2467 # SysV /etc/install, /usr/sbin/install
2468 # SunOS /usr/etc/install
2469 # IRIX /sbin/install
2470 # AIX /bin/install
2471 # AmigaOS /C/install, which installs bootblocks on floppy discs
2472 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2473 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2474 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2475 # OS/2's system install, which has a completely different semantic
2476 # ./install, which can be erroneously created by make from ./install.sh.
2477 # Reject install programs that cannot install multiple files.
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2479 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2480 if test -z "$INSTALL"; then
2481 if test "${ac_cv_path_install+set}" = set; then :
2482   $as_echo_n "(cached) " >&6
2483 else
2484   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2485 for as_dir in $PATH
2486 do
2487   IFS=$as_save_IFS
2488   test -z "$as_dir" && as_dir=.
2489     # Account for people who put trailing slashes in PATH elements.
2490 case $as_dir/ in #((
2491   ./ | .// | /[cC]/* | \
2492   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2493   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2494   /usr/ucb/* ) ;;
2495   *)
2496     # OSF1 and SCO ODT 3.0 have their own names for install.
2497     # Don't use installbsd from OSF since it installs stuff as root
2498     # by default.
2499     for ac_prog in ginstall scoinst install; do
2500       for ac_exec_ext in '' $ac_executable_extensions; do
2501         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2502           if test $ac_prog = install &&
2503             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2504             # AIX install.  It has an incompatible calling convention.
2505             :
2506           elif test $ac_prog = install &&
2507             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2508             # program-specific install script used by HP pwplus--don't use.
2509             :
2510           else
2511             rm -rf conftest.one conftest.two conftest.dir
2512             echo one > conftest.one
2513             echo two > conftest.two
2514             mkdir conftest.dir
2515             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2516               test -s conftest.one && test -s conftest.two &&
2517               test -s conftest.dir/conftest.one &&
2518               test -s conftest.dir/conftest.two
2519             then
2520               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2521               break 3
2522             fi
2523           fi
2524         fi
2525       done
2526     done
2527     ;;
2528 esac
2529
2530   done
2531 IFS=$as_save_IFS
2532
2533 rm -rf conftest.one conftest.two conftest.dir
2534
2535 fi
2536   if test "${ac_cv_path_install+set}" = set; then
2537     INSTALL=$ac_cv_path_install
2538   else
2539     # As a last resort, use the slow shell script.  Don't cache a
2540     # value for INSTALL within a source directory, because that will
2541     # break other packages using the cache if that directory is
2542     # removed, or if the value is a relative name.
2543     INSTALL=$ac_install_sh
2544   fi
2545 fi
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2547 $as_echo "$INSTALL" >&6; }
2548
2549 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2550 # It thinks the first close brace ends the variable substitution.
2551 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2552
2553 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2554
2555 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2556
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2558 $as_echo_n "checking whether ln works... " >&6; }
2559 if test "${acx_cv_prog_LN+set}" = set; then :
2560   $as_echo_n "(cached) " >&6
2561 else
2562   rm -f conftestdata_t
2563 echo >conftestdata_f
2564 if ln conftestdata_f conftestdata_t 2>/dev/null
2565 then
2566   acx_cv_prog_LN=ln
2567 else
2568   acx_cv_prog_LN=no
2569 fi
2570 rm -f conftestdata_f conftestdata_t
2571
2572 fi
2573 if test $acx_cv_prog_LN = no; then
2574   LN="cp"
2575   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2576 $as_echo "no, using $LN" >&6; }
2577 else
2578   LN="$acx_cv_prog_LN"
2579   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2580 $as_echo "yes" >&6; }
2581 fi
2582
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2584 $as_echo_n "checking whether ln -s works... " >&6; }
2585 LN_S=$as_ln_s
2586 if test "$LN_S" = "ln -s"; then
2587   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2588 $as_echo "yes" >&6; }
2589 else
2590   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2591 $as_echo "no, using $LN_S" >&6; }
2592 fi
2593
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2595 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2596 if test "${ac_cv_path_SED+set}" = set; then :
2597   $as_echo_n "(cached) " >&6
2598 else
2599             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2600      for ac_i in 1 2 3 4 5 6 7; do
2601        ac_script="$ac_script$as_nl$ac_script"
2602      done
2603      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2604      { ac_script=; unset ac_script;}
2605      if test -z "$SED"; then
2606   ac_path_SED_found=false
2607   # Loop through the user's path and test for each of PROGNAME-LIST
2608   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609 for as_dir in $PATH
2610 do
2611   IFS=$as_save_IFS
2612   test -z "$as_dir" && as_dir=.
2613     for ac_prog in sed gsed; do
2614     for ac_exec_ext in '' $ac_executable_extensions; do
2615       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2616       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2617 # Check for GNU ac_path_SED and select it if it is found.
2618   # Check for GNU $ac_path_SED
2619 case `"$ac_path_SED" --version 2>&1` in
2620 *GNU*)
2621   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2622 *)
2623   ac_count=0
2624   $as_echo_n 0123456789 >"conftest.in"
2625   while :
2626   do
2627     cat "conftest.in" "conftest.in" >"conftest.tmp"
2628     mv "conftest.tmp" "conftest.in"
2629     cp "conftest.in" "conftest.nl"
2630     $as_echo '' >> "conftest.nl"
2631     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2632     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2633     as_fn_arith $ac_count + 1 && ac_count=$as_val
2634     if test $ac_count -gt ${ac_path_SED_max-0}; then
2635       # Best one so far, save it but keep looking for a better one
2636       ac_cv_path_SED="$ac_path_SED"
2637       ac_path_SED_max=$ac_count
2638     fi
2639     # 10*(2^10) chars as input seems more than enough
2640     test $ac_count -gt 10 && break
2641   done
2642   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2643 esac
2644
2645       $ac_path_SED_found && break 3
2646     done
2647   done
2648   done
2649 IFS=$as_save_IFS
2650   if test -z "$ac_cv_path_SED"; then
2651     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2652   fi
2653 else
2654   ac_cv_path_SED=$SED
2655 fi
2656
2657 fi
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2659 $as_echo "$ac_cv_path_SED" >&6; }
2660  SED="$ac_cv_path_SED"
2661   rm -f conftest.sed
2662
2663 for ac_prog in gawk mawk nawk awk
2664 do
2665   # Extract the first word of "$ac_prog", so it can be a program name with args.
2666 set dummy $ac_prog; ac_word=$2
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2668 $as_echo_n "checking for $ac_word... " >&6; }
2669 if test "${ac_cv_prog_AWK+set}" = set; then :
2670   $as_echo_n "(cached) " >&6
2671 else
2672   if test -n "$AWK"; then
2673   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2674 else
2675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2676 for as_dir in $PATH
2677 do
2678   IFS=$as_save_IFS
2679   test -z "$as_dir" && as_dir=.
2680     for ac_exec_ext in '' $ac_executable_extensions; do
2681   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2682     ac_cv_prog_AWK="$ac_prog"
2683     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2684     break 2
2685   fi
2686 done
2687   done
2688 IFS=$as_save_IFS
2689
2690 fi
2691 fi
2692 AWK=$ac_cv_prog_AWK
2693 if test -n "$AWK"; then
2694   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2695 $as_echo "$AWK" >&6; }
2696 else
2697   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2698 $as_echo "no" >&6; }
2699 fi
2700
2701
2702   test -n "$AWK" && break
2703 done
2704
2705
2706 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2707
2708 # We pass INSTALL explicitly to sub-makes.  Make sure that it is not
2709 # a relative path.
2710 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2711   INSTALL="${srcpwd}/install-sh -c"
2712 fi
2713
2714 # Set srcdir to "." if that's what it is.
2715 # This is important for multilib support.
2716 pwd=`${PWDCMD-pwd}`
2717 if test "${pwd}" = "${srcpwd}" ; then
2718   srcdir=.
2719 fi
2720
2721 topsrcdir=$srcpwd
2722
2723 extra_host_args=
2724
2725 ### To add a new directory to the tree, first choose whether it is a target
2726 ### or a host dependent tool.  Then put it into the appropriate list
2727 ### (library or tools, host or target), doing a dependency sort.
2728
2729 # Subdirs will be configured in the order listed in build_configdirs,
2730 # configdirs, or target_configdirs; see the serialization section below.
2731
2732 # Dependency sorting is only needed when *configuration* must be done in
2733 # a particular order.  In all cases a dependency should be specified in
2734 # the Makefile, whether or not it's implicitly specified here.
2735
2736 # Double entries in build_configdirs, configdirs, or target_configdirs may
2737 # cause circular dependencies and break everything horribly.
2738
2739 # these library is used by various programs built for the build
2740 # environment
2741 #
2742 build_libs="build-libiberty"
2743
2744 # these tools are built for the build environment
2745 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2746
2747 # these libraries are used by various programs built for the host environment
2748 #
2749 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
2750
2751 # these tools are built for the host environment
2752 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2753 # know that we are building the simulator.
2754 # binutils, gas and ld appear in that order because it makes sense to run
2755 # "make check" in that particular order.
2756 # If --enable-gold is used, "gold" may replace "ld".
2757 host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
2758
2759 # libgcj represents the runtime libraries only used by gcj.
2760 libgcj="target-libffi \
2761         target-zlib \
2762         target-libjava"
2763
2764 # these libraries are built for the target environment, and are built after
2765 # the host libraries and the host tools (which may be a cross compiler)
2766 # Note that libiberty is not a target library.
2767 target_libraries="target-libgcc \
2768                 target-libbacktrace \
2769                 target-libgloss \
2770                 target-newlib \
2771                 target-libgomp \
2772                 target-libatomic \
2773                 target-libitm \
2774                 target-libstdc++-v3 \
2775                 target-libmudflap \
2776                 target-libsanitizer \
2777                 target-libssp \
2778                 target-libquadmath \
2779                 target-libgfortran \
2780                 target-boehm-gc \
2781                 ${libgcj} \
2782                 target-libobjc \
2783                 target-libada \
2784                 target-libgo"
2785
2786 # these tools are built using the target libraries, and are intended to
2787 # run only in the target environment
2788 #
2789 # note: any program that *uses* libraries that are in the "target_libraries"
2790 # list belongs in this list.
2791 #
2792 target_tools="target-rda"
2793
2794 ################################################################################
2795
2796 ## All tools belong in one of the four categories, and are assigned above
2797 ## We assign ${configdirs} this way to remove all embedded newlines.  This
2798 ## is important because configure will choke if they ever get through.
2799 ## ${configdirs} is directories we build using the host tools.
2800 ## ${target_configdirs} is directories we build using the target tools.
2801 configdirs=`echo ${host_libs} ${host_tools}`
2802 target_configdirs=`echo ${target_libraries} ${target_tools}`
2803 build_configdirs=`echo ${build_libs} ${build_tools}`
2804
2805
2806
2807 ################################################################################
2808
2809 srcname="gnu development package"
2810
2811 # This gets set non-empty for some net releases of packages.
2812 appdirs=""
2813
2814 # Define is_cross_compiler to save on calls to 'test'.
2815 is_cross_compiler=
2816 if test x"${host}" = x"${target}" ; then
2817   is_cross_compiler=no
2818 else
2819   is_cross_compiler=yes
2820 fi
2821
2822 # Find the build and target subdir names.
2823
2824 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2825 # have matching libraries, they should use host libraries: Makefile.tpl
2826 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2827 # However, they still use the build modules, because the corresponding
2828 # host modules (e.g. bison) are only built for the host when bootstrap
2829 # finishes. So:
2830 # - build_subdir is where we find build modules, and never changes.
2831 # - build_libsubdir is where we find build libraries, and can be overridden.
2832
2833 # Prefix 'build-' so this never conflicts with target_subdir.
2834 build_subdir="build-${build_noncanonical}"
2835
2836 # Check whether --with-build-libsubdir was given.
2837 if test "${with_build_libsubdir+set}" = set; then :
2838   withval=$with_build_libsubdir; build_libsubdir="$withval"
2839 else
2840   build_libsubdir="$build_subdir"
2841 fi
2842
2843 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2844 if ( test $srcdir = . && test -d gcc ) \
2845    || test -d $srcdir/../host-${host_noncanonical}; then
2846   host_subdir="host-${host_noncanonical}"
2847 else
2848   host_subdir=.
2849 fi
2850 # No prefix.
2851 target_subdir=${target_noncanonical}
2852
2853 # Be sure to cover against remnants of an in-tree build.
2854 if test $srcdir != .  && test -d $srcdir/host-${host_noncanonical}; then
2855   as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2856 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2857 fi
2858
2859 # Skipdirs are removed silently.
2860 skipdirs=
2861 # Noconfigdirs are removed loudly.
2862 noconfigdirs=""
2863
2864 use_gnu_ld=
2865 # Make sure we don't let GNU ld be added if we didn't want it.
2866 if test x$with_gnu_ld = xno ; then
2867   use_gnu_ld=no
2868   noconfigdirs="$noconfigdirs ld gold"
2869 fi
2870
2871 use_gnu_as=
2872 # Make sure we don't let GNU as be added if we didn't want it.
2873 if test x$with_gnu_as = xno ; then
2874   use_gnu_as=no
2875   noconfigdirs="$noconfigdirs gas"
2876 fi
2877
2878 use_included_zlib=
2879 # Make sure we don't let ZLIB be added if we didn't want it.
2880 if test x$with_system_zlib = xyes ; then
2881   use_included_zlib=no
2882   noconfigdirs="$noconfigdirs zlib"
2883 fi
2884
2885 # some tools are so dependent upon X11 that if we're not building with X,
2886 # it's not even worth trying to configure, much less build, that tool.
2887
2888 case ${with_x} in
2889   yes | "") ;; # the default value for this tree is that X11 is available
2890   no)
2891     skipdirs="${skipdirs} tk itcl libgui"
2892     # We won't be able to build gdbtk without X.
2893     enable_gdbtk=no
2894     ;;
2895   *)  echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2896 esac
2897
2898 # Some are only suitable for cross toolchains.
2899 # Remove these if host=target.
2900 cross_only="target-libgloss target-newlib target-opcodes"
2901
2902 case $is_cross_compiler in
2903   no) skipdirs="${skipdirs} ${cross_only}" ;;
2904 esac
2905
2906 # If both --with-headers and --with-libs are specified, default to
2907 # --without-newlib.
2908 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2909    && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2910   if test x"${with_newlib}" = x ; then
2911     with_newlib=no
2912   fi
2913 fi
2914
2915 # Recognize --with-newlib/--without-newlib.
2916 case ${with_newlib} in
2917   no) skipdirs="${skipdirs} target-newlib" ;;
2918   yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2919 esac
2920
2921 # Handle --enable-gold, --enable-ld.
2922 # --disable-gold [--enable-ld]
2923 #     Build only ld.  Default option.
2924 # --enable-gold [--enable-ld]
2925 #     Build both gold and ld.  Install gold as "ld.gold", install ld
2926 #     as "ld.bfd" and "ld".
2927 # --enable-gold=default [--enable-ld]
2928 #     Build both gold and ld.  Install gold as "ld.gold" and "ld",
2929 #     install ld as "ld.bfd".
2930 # --enable-gold[=default] --disable-ld
2931 #     Build only gold, which is then installed as both "ld.gold" and "ld".
2932 # --enable-gold --enable-ld=default
2933 #     Build both gold (installed as "ld.gold") and ld (installed as "ld"
2934 #     and ld.bfd).
2935 #     In other words, ld is default
2936 # --enable-gold=default --enable-ld=default
2937 #     Error.
2938
2939 default_ld=
2940 # Check whether --enable-gold was given.
2941 if test "${enable_gold+set}" = set; then :
2942   enableval=$enable_gold; ENABLE_GOLD=$enableval
2943 else
2944   ENABLE_GOLD=no
2945 fi
2946
2947 case "${ENABLE_GOLD}" in
2948   yes|default)
2949     # Check for ELF target.
2950     is_elf=no
2951     case "${target}" in
2952       *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2953       | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2954       | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2955       | *-*-solaris2* | *-*-nto*)
2956         case "${target}" in
2957           *-*-linux*aout* | *-*-linux*oldld*)
2958             ;;
2959           *)
2960             is_elf=yes
2961             ;;
2962         esac
2963     esac
2964
2965     if test "$is_elf" = "yes"; then
2966       # Check for target supported by gold.
2967       case "${target}" in
2968         i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
2969           configdirs="$configdirs gold"
2970           if test x${ENABLE_GOLD} = xdefault; then
2971             default_ld=gold
2972           fi
2973           ENABLE_GOLD=yes
2974           ;;
2975       esac
2976     fi
2977     ;;
2978   no)
2979     ;;
2980   *)
2981     as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2982     ;;
2983 esac
2984
2985 # Check whether --enable-ld was given.
2986 if test "${enable_ld+set}" = set; then :
2987   enableval=$enable_ld; ENABLE_LD=$enableval
2988 else
2989   ENABLE_LD=yes
2990 fi
2991
2992
2993 case "${ENABLE_LD}" in
2994   default)
2995     if test x${default_ld} != x; then
2996       as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2997     fi
2998     ;;
2999   yes)
3000     ;;
3001   no)
3002     if test x${ENABLE_GOLD} != xyes; then
3003       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3004 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3005     fi
3006     configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3007     ;;
3008   *)
3009     as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3010     ;;
3011 esac
3012
3013 # Configure extra directories which are host specific
3014
3015 case "${host}" in
3016   *-cygwin*)
3017     configdirs="$configdirs libtermcap" ;;
3018 esac
3019
3020 # A target can indicate whether a language isn't supported for some reason.
3021 # Only spaces may be used in this macro; not newlines or tabs.
3022 unsupported_languages=
3023
3024 # Remove more programs from consideration, based on the host or
3025 # target this usually means that a port of the program doesn't
3026 # exist yet.
3027
3028 case "${host}" in
3029   i[3456789]86-*-msdosdjgpp*)
3030     noconfigdirs="$noconfigdirs tcl tk itcl"
3031     ;;
3032 esac
3033
3034
3035 # Check whether --enable-libquadmath was given.
3036 if test "${enable_libquadmath+set}" = set; then :
3037   enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3038 else
3039   ENABLE_LIBQUADMATH=yes
3040 fi
3041
3042 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3043   noconfigdirs="$noconfigdirs target-libquadmath"
3044 fi
3045
3046
3047 # Check whether --enable-libquadmath-support was given.
3048 if test "${enable_libquadmath_support+set}" = set; then :
3049   enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3050 else
3051   ENABLE_LIBQUADMATH_SUPPORT=yes
3052 fi
3053
3054 enable_libquadmath_support=
3055 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3056   enable_libquadmath_support=no
3057 fi
3058
3059
3060 # Check whether --enable-libada was given.
3061 if test "${enable_libada+set}" = set; then :
3062   enableval=$enable_libada; ENABLE_LIBADA=$enableval
3063 else
3064   ENABLE_LIBADA=yes
3065 fi
3066
3067 if test "${ENABLE_LIBADA}" != "yes" ; then
3068   noconfigdirs="$noconfigdirs gnattools"
3069 fi
3070
3071 # Check whether --enable-libssp was given.
3072 if test "${enable_libssp+set}" = set; then :
3073   enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3074 else
3075   ENABLE_LIBSSP=yes
3076 fi
3077
3078
3079 # Check whether --enable-libstdcxx was given.
3080 if test "${enable_libstdcxx+set}" = set; then :
3081   enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3082 else
3083   ENABLE_LIBSTDCXX=default
3084 fi
3085
3086 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3087   noconfigdirs="$noconfigdirs libstdc++-v3"
3088 fi
3089
3090 # Save it here so that, even in case of --enable-libgcj, if the Java
3091 # front-end isn't enabled, we still get libgcj disabled.
3092 libgcj_saved=$libgcj
3093 case $enable_libgcj in
3094 yes)
3095   # If we reset it here, it won't get added to noconfigdirs in the
3096   # target-specific build rules, so it will be forcibly enabled
3097   # (unless the Java language itself isn't enabled).
3098   libgcj=
3099   ;;
3100 no)
3101   # Make sure we get it printed in the list of not supported target libs.
3102   # Don't disable libffi, though, other languages use it.
3103   noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3104   # Clear libgcj_saved so that even if java is enabled libffi won't be
3105   # built.
3106   libgcj_saved=
3107   ;;
3108 esac
3109
3110 # Check whether --enable-static-libjava was given.
3111 if test "${enable_static_libjava+set}" = set; then :
3112   enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3113 else
3114   ENABLE_STATIC_LIBJAVA=no
3115 fi
3116
3117 enable_static_libjava=
3118 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3119   enable_static_libjava=yes
3120 fi
3121
3122 if test x$enable_static_libjava != xyes ; then
3123   EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3124 fi
3125
3126
3127 # Disable libmudflap on some systems.
3128 if test x$enable_libmudflap = x ; then
3129     case "${target}" in
3130     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3131         # Enable libmudflap by default in GNU and friends.
3132         ;;
3133     *-*-freebsd*)
3134         # Enable libmudflap by default in FreeBSD.
3135         ;;
3136     *)
3137         # Disable it by default everywhere else.
3138         noconfigdirs="$noconfigdirs target-libmudflap"
3139         ;;
3140     esac
3141 fi
3142
3143 # Disable libgomp on non POSIX hosted systems.
3144 if test x$enable_libgomp = x ; then
3145     # Enable libgomp by default on hosted POSIX systems.
3146     case "${target}" in
3147     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3148         ;;
3149     *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
3150         ;;
3151     *-*-solaris2* | *-*-hpux11*)
3152         ;;
3153     *-*-darwin* | *-*-aix*)
3154         ;;
3155     *)
3156         noconfigdirs="$noconfigdirs target-libgomp"
3157         ;;
3158     esac
3159 fi
3160
3161 # Disable libatomic on unsupported systems.
3162 if test -d ${srcdir}/libatomic; then
3163     if test x$enable_libatomic = x; then
3164         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3165 $as_echo_n "checking for libatomic support... " >&6; }
3166         if (srcdir=${srcdir}/libatomic; \
3167                 . ${srcdir}/configure.tgt; \
3168                 test -n "$UNSUPPORTED")
3169         then
3170             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3171 $as_echo "no" >&6; }
3172             noconfigdirs="$noconfigdirs target-libatomic"
3173         else
3174             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175 $as_echo "yes" >&6; }
3176         fi
3177     fi
3178 fi
3179
3180 # Disable libitm on unsupported systems.
3181 if test -d ${srcdir}/libitm; then
3182     if test x$enable_libitm = x; then
3183         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3184 $as_echo_n "checking for libitm support... " >&6; }
3185         if (srcdir=${srcdir}/libitm; \
3186                 . ${srcdir}/configure.tgt; \
3187                 test -n "$UNSUPPORTED")
3188         then
3189             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3190 $as_echo "no" >&6; }
3191             noconfigdirs="$noconfigdirs target-libitm"
3192         else
3193             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3194 $as_echo "yes" >&6; }
3195         fi
3196     fi
3197 fi
3198
3199 # Disable libquadmath for some systems.
3200 case "${target}" in
3201   # libquadmath is unused on AIX and libquadmath build process use of
3202   # LD_LIBRARY_PATH can break AIX bootstrap.
3203   powerpc-*-aix* | rs6000-*-aix*)
3204     noconfigdirs="$noconfigdirs target-libquadmath"
3205     ;;
3206 esac
3207
3208 # Disable libssp for some systems.
3209 case "${target}" in
3210   avr-*-*)
3211     # No hosted I/O support.
3212     noconfigdirs="$noconfigdirs target-libssp"
3213     ;;
3214   powerpc-*-aix* | rs6000-*-aix*)
3215     noconfigdirs="$noconfigdirs target-libssp"
3216     ;;
3217   rl78-*-*)
3218     # libssp uses a misaligned load to trigger a fault, but the RL78
3219     # doesn't fault for those - instead, it gives a build-time error
3220     # for explicit misaligned loads.
3221     noconfigdirs="$noconfigdirs target-libssp"
3222     ;;
3223 esac
3224
3225 # Disable libquadmath for some systems.
3226 case "${target}" in
3227   avr-*-*)
3228     noconfigdirs="$noconfigdirs target-libquadmath"
3229     ;;
3230 esac
3231
3232 # Disable libstdc++-v3 for some systems.
3233 # Allow user to override this if they pass --enable-libstdc++-v3
3234 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3235   case "${target}" in
3236     *-*-vxworks*)
3237       # VxWorks uses the Dinkumware C++ library.
3238       noconfigdirs="$noconfigdirs target-libstdc++-v3"
3239       ;;
3240     arm*-wince-pe*)
3241       # the C++ libraries don't build on top of CE's C libraries
3242       noconfigdirs="$noconfigdirs target-libstdc++-v3"
3243       ;;
3244     avr-*-*)
3245       noconfigdirs="$noconfigdirs target-libstdc++-v3"
3246       ;;
3247   esac
3248 fi
3249
3250 # Disable Fortran for some systems.
3251 case "${target}" in
3252   mmix-*-*)
3253     # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3254     unsupported_languages="$unsupported_languages fortran"
3255     ;;
3256 esac
3257
3258 # Disable Java if libffi is not supported.
3259 case "${target}" in
3260   alpha*-*-*)
3261     ;;
3262   arm*-*-*)
3263     ;;
3264   cris-*-*)
3265     ;;
3266   frv-*-*)
3267     ;;
3268   hppa*-*-linux*)
3269     ;;
3270   hppa*-*-hpux*)
3271     ;;
3272   i?86-*-*)
3273     ;;
3274   ia64*-*-*)
3275     ;;
3276   m32r*-*-*)
3277     ;;
3278   m68k-*-*)
3279     ;;
3280   mips*-*-rtems*)
3281     ;;
3282   mips*-*-linux*)
3283     ;;
3284   powerpc*-*-linux*)
3285     ;;
3286   powerpc-*-darwin*)
3287     ;;
3288   powerpc-*-aix* | rs6000-*-aix*)
3289     ;;
3290   powerpc-*-freebsd*)
3291     ;;
3292   powerpc64-*-freebsd*)
3293     ;;
3294   powerpc*-*-rtems*)
3295     ;;
3296   s390-*-* | s390x-*-*)
3297     ;;
3298   sh-*-* | sh[34]*-*-*)
3299     ;;
3300   sh64-*-* | sh5*-*-*)
3301     ;;
3302   sparc*-*-*)
3303     ;;
3304   x86_64-*-*)
3305     ;;
3306   *-*-*)
3307     unsupported_languages="$unsupported_languages java"
3308     ;;
3309 esac
3310
3311 # Disable Java, libgcj or related libraries for some systems.
3312 case "${target}" in
3313   powerpc-*-darwin*)
3314     ;;
3315   i[3456789]86-*-darwin*)
3316     ;;
3317   x86_64-*-darwin[912]*)
3318     ;;
3319   *-*-darwin*)
3320     noconfigdirs="$noconfigdirs ${libgcj}"
3321     ;;
3322   *-*-netware*)
3323     noconfigdirs="$noconfigdirs ${libgcj}"
3324     ;;
3325   *-*-rtems*)
3326     noconfigdirs="$noconfigdirs ${libgcj}"
3327     ;;
3328   *-*-tpf*)
3329     noconfigdirs="$noconfigdirs ${libgcj}"
3330     ;;
3331   *-*-uclinux*)
3332     noconfigdirs="$noconfigdirs ${libgcj}"
3333     ;;
3334   *-*-vxworks*)
3335     noconfigdirs="$noconfigdirs ${libgcj}"
3336     ;;
3337   alpha*-*-*vms*)
3338     noconfigdirs="$noconfigdirs ${libgcj}"
3339     ;;
3340   arm-wince-pe)
3341     noconfigdirs="$noconfigdirs ${libgcj}"
3342     ;;
3343   arm*-*-symbianelf*)
3344     noconfigdirs="$noconfigdirs ${libgcj}"
3345     ;;
3346   bfin-*-*)
3347     noconfigdirs="$noconfigdirs target-boehm-gc"
3348     ;;
3349   cris-*-* | crisv32-*-*)
3350     unsupported_languages="$unsupported_languages java"
3351     case "${target}" in
3352       *-*-linux*)
3353         ;;
3354       *) # See PR46792 regarding target-libffi.
3355         noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3356     esac
3357     ;;
3358   hppa*64*-*-linux*)
3359     # In this case, it's because the hppa64-linux target is for
3360     # the kernel only at this point and has no libc, and thus no
3361     # headers, crt*.o, etc., all of which are needed by these.
3362     unsupported_languages="$unsupported_languages java"
3363     ;;
3364   hppa*64*-*-hpux*)
3365     noconfigdirs="$noconfigdirs ${libgcj}"
3366     ;;
3367   hppa*-hp-hpux11*)
3368     ;;
3369   hppa*-*-hpux*)
3370     # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3371     # build on HP-UX 10.20.
3372     noconfigdirs="$noconfigdirs ${libgcj}"
3373     ;;
3374   ia64*-*-*vms*)
3375     noconfigdirs="$noconfigdirs ${libgcj}"
3376     ;;
3377   i[3456789]86-w64-mingw*)
3378     noconfigdirs="$noconfigdirs ${libgcj}"
3379     ;;
3380   i[3456789]86-*-mingw*)
3381     noconfigdirs="$noconfigdirs ${libgcj}"
3382     ;;
3383   x86_64-*-mingw*)
3384     noconfigdirs="$noconfigdirs ${libgcj}"
3385     ;;
3386   mmix-*-*)
3387     noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
3388     ;;
3389   powerpc-*-aix*)
3390     # copied from rs6000-*-* entry
3391     noconfigdirs="$noconfigdirs ${libgcj}"
3392     ;;
3393   rs6000-*-aix*)
3394     noconfigdirs="$noconfigdirs ${libgcj}"
3395     ;;
3396   *-*-lynxos*)
3397     noconfigdirs="$noconfigdirs ${libgcj}"
3398     ;;
3399 esac
3400
3401 # Default libgloss CPU subdirectory.
3402 libgloss_dir="$target_cpu"
3403
3404 case "${target}" in
3405   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3406     libgloss_dir=wince
3407     ;;
3408   arm*-*-*)
3409     libgloss_dir=arm
3410     ;;
3411   cris-*-* | crisv32-*-*)
3412     libgloss_dir=cris
3413     ;;
3414   hppa*-*-*)
3415     libgloss_dir=pa
3416     ;;
3417   i[3456789]86-*-*)
3418     libgloss_dir=i386
3419     ;;
3420   m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3421     libgloss_dir=m68hc11
3422     ;;
3423   m68*-*-* | fido-*-*)
3424     libgloss_dir=m68k
3425     ;;
3426   mips*-*-*)
3427     libgloss_dir=mips
3428     ;;
3429   powerpc*-*-*)
3430     libgloss_dir=rs6000
3431     ;;
3432   sparc*-*-*)
3433     libgloss_dir=sparc
3434     ;;
3435 esac
3436
3437 # Disable newlib and libgloss for various target OSes.
3438 case "${target}" in
3439   alpha*-dec-osf*)
3440     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3441     ;;
3442   i[3456789]86-*-linux*)
3443     # This section makes it possible to build newlib natively on linux.
3444     # If we are using a cross compiler then don't configure newlib.
3445     if test x${is_cross_compiler} != xno ; then
3446       noconfigdirs="$noconfigdirs target-newlib"
3447     fi
3448     noconfigdirs="$noconfigdirs target-libgloss"
3449     # If we are not using a cross compiler, do configure newlib.
3450     # Note however, that newlib will only be configured in this situation
3451     # if the --with-newlib option has been given, because otherwise
3452     # 'target-newlib' will appear in skipdirs.
3453     ;;
3454   i[3456789]86-*-rdos*)
3455     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3456     ;;
3457   sh*-*-pe|mips*-*-pe|arm-wince-pe)
3458     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3459     ;;
3460   sparc-*-sunos4*)
3461     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3462     ;;
3463   *-*-aix*)
3464     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3465     ;;
3466   *-*-beos*)
3467     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3468     ;;
3469   *-*-chorusos)
3470     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3471     ;;
3472   *-*-dragonfly*)
3473     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3474     ;;
3475   *-*-freebsd*)
3476     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3477     ;;
3478   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3479     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3480     ;;
3481   *-*-lynxos*)
3482     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3483     ;;
3484   *-*-mingw*)
3485     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3486     ;;
3487   *-*-netbsd*)
3488     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3489     ;;
3490   *-*-netware*)
3491     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3492     ;;
3493   *-*-tpf*)
3494     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3495     ;;
3496   *-*-uclinux*)
3497     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3498     ;;
3499   *-*-vxworks*)
3500     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3501     ;;
3502 esac
3503
3504 case "${target}" in
3505   *-*-chorusos)
3506     ;;
3507   powerpc-*-darwin*)
3508     noconfigdirs="$noconfigdirs ld gas gdb gprof"
3509     noconfigdirs="$noconfigdirs sim target-rda"
3510     ;;
3511   i[3456789]86-*-darwin*)
3512     noconfigdirs="$noconfigdirs ld gprof"
3513     noconfigdirs="$noconfigdirs sim target-rda"
3514     ;;
3515   x86_64-*-darwin[912]*)
3516     noconfigdirs="$noconfigdirs ld gas gprof"
3517     noconfigdirs="$noconfigdirs sim target-rda"
3518     ;;
3519   *-*-darwin*)
3520     noconfigdirs="$noconfigdirs ld gas gdb gprof"
3521     noconfigdirs="$noconfigdirs sim target-rda"
3522     ;;
3523   *-*-dragonfly*)
3524     ;;
3525   *-*-freebsd*)
3526     if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3527         && test -f /usr/local/include/gmp.h; then
3528       with_gmp=/usr/local
3529     fi
3530     ;;
3531   *-*-kaos*)
3532     # Remove unsupported stuff on all kaOS configurations.
3533     noconfigdirs="$noconfigdirs target-libgloss"
3534     ;;
3535   *-*-netbsd*)
3536     ;;
3537   *-*-netware*)
3538     ;;
3539   *-*-rtems*)
3540     noconfigdirs="$noconfigdirs target-libgloss"
3541     ;;
3542     # The tpf target doesn't support gdb yet.
3543   *-*-tpf*)
3544     noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
3545     ;;
3546   *-*-uclinux*)
3547     noconfigdirs="$noconfigdirs target-rda"
3548     ;;
3549   *-*-vxworks*)
3550     ;;
3551   alpha*-dec-osf*)
3552     # ld works, but does not support shared libraries.
3553     # gas doesn't generate exception information.
3554     noconfigdirs="$noconfigdirs gas ld"
3555     ;;
3556   alpha*-*-*vms*)
3557     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3558     ;;
3559   alpha*-*-*)
3560     # newlib is not 64 bit ready
3561     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3562     ;;
3563   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3564     noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3565     ;;
3566   arc-*-*)
3567     noconfigdirs="$noconfigdirs target-libgloss"
3568     ;;
3569   arm-*-pe*)
3570     noconfigdirs="$noconfigdirs target-libgloss"
3571     ;;
3572   arm-*-riscix*)
3573     noconfigdirs="$noconfigdirs ld target-libgloss"
3574     ;;
3575   avr-*-rtems*)
3576     ;;
3577   avr-*-*)
3578     if test x${with_avrlibc} != xno; then
3579       noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3580     fi
3581     ;;
3582   c4x-*-* | tic4x-*-*)
3583     noconfigdirs="$noconfigdirs target-libgloss"
3584     ;;
3585   tic54x-*-*)
3586     noconfigdirs="$noconfigdirs target-libgloss gdb"
3587     ;;
3588   d10v-*-*)
3589     noconfigdirs="$noconfigdirs target-libgloss"
3590     ;;
3591   d30v-*-*)
3592     noconfigdirs="$noconfigdirs gdb"
3593     ;;
3594   fr30-*-elf*)
3595     noconfigdirs="$noconfigdirs gdb"
3596     ;;
3597   moxie-*-*)
3598     noconfigdirs="$noconfigdirs gprof"
3599     ;;
3600   h8300*-*-*)
3601     noconfigdirs="$noconfigdirs target-libgloss"
3602     ;;
3603   h8500-*-*)
3604     noconfigdirs="$noconfigdirs target-libgloss"
3605     ;;
3606   hppa1.1-*-osf* | hppa1.1-*-bsd* )
3607     ;;
3608   hppa*64*-*-linux*)
3609     ;;
3610   hppa*-*-linux*)
3611     ;;
3612   hppa*-*-*elf* | \
3613   hppa*-*-lites* | \
3614   hppa*-*-openbsd* | \
3615   hppa*64*-*-*)
3616     ;;
3617   hppa*-hp-hpux11*)
3618     noconfigdirs="$noconfigdirs ld"
3619     ;;
3620   hppa*-*-pro*)
3621     ;;
3622   hppa*-*-*)
3623     noconfigdirs="$noconfigdirs ld"
3624     ;;
3625   i960-*-*)
3626     noconfigdirs="$noconfigdirs gdb"
3627     ;;
3628   ia64*-*-elf*)
3629     # No gdb support yet.
3630     noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3631     ;;
3632   ia64*-**-hpux*)
3633     # No ld support yet.
3634     noconfigdirs="$noconfigdirs libgui itcl ld"
3635     ;;
3636   ia64*-*-*vms*)
3637     # No ld support yet.
3638     noconfigdirs="$noconfigdirs libgui itcl ld"
3639     ;;
3640   i[3456789]86-w64-mingw*)
3641     ;;
3642   i[3456789]86-*-mingw*)
3643     target_configdirs="$target_configdirs target-winsup"
3644     ;;
3645   *-*-cygwin*)
3646     target_configdirs="$target_configdirs target-libtermcap target-winsup"
3647     noconfigdirs="$noconfigdirs target-libgloss"
3648     # always build newlib if winsup directory is present.
3649     if test -d "$srcdir/winsup/cygwin"; then
3650       skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3651     elif test -d "$srcdir/newlib"; then
3652       echo "Warning: winsup/cygwin is missing so newlib can't be built."
3653     fi
3654     ;;
3655   i[3456789]86-*-pe)
3656     noconfigdirs="$noconfigdirs target-libgloss"
3657     ;;
3658   i[3456789]86-*-sco3.2v5*)
3659     # The linker does not yet know about weak symbols in COFF,
3660     # and is not configured to handle mixed ELF and COFF.
3661     noconfigdirs="$noconfigdirs ld target-libgloss"
3662     ;;
3663   i[3456789]86-*-sco*)
3664     noconfigdirs="$noconfigdirs gprof target-libgloss"
3665     ;;
3666   i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
3667     noconfigdirs="$noconfigdirs target-libgloss"
3668     ;;
3669   i[3456789]86-*-sysv4*)
3670     noconfigdirs="$noconfigdirs target-libgloss"
3671     ;;
3672   i[3456789]86-*-beos*)
3673     noconfigdirs="$noconfigdirs gdb"
3674     ;;
3675   i[3456789]86-*-rdos*)
3676     noconfigdirs="$noconfigdirs gdb"
3677     ;;
3678   mmix-*-*)
3679     noconfigdirs="$noconfigdirs gdb"
3680     ;;
3681   mt-*-*)
3682     noconfigdirs="$noconfigdirs sim"
3683     ;;
3684   powerpc-*-aix*)
3685     # copied from rs6000-*-* entry
3686     noconfigdirs="$noconfigdirs gprof"
3687     ;;
3688   powerpc*-*-winnt* | powerpc*-*-pe*)
3689     target_configdirs="$target_configdirs target-winsup"
3690     noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
3691     # always build newlib.
3692     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3693     ;;
3694     # This is temporary until we can link against shared libraries
3695   powerpcle-*-solaris*)
3696     noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
3697     ;;
3698   powerpc-*-beos*)
3699     noconfigdirs="$noconfigdirs gdb"
3700     ;;
3701   rs6000-*-lynxos*)
3702     noconfigdirs="$noconfigdirs gprof"
3703     ;;
3704   rs6000-*-aix*)
3705     noconfigdirs="$noconfigdirs gprof"
3706     ;;
3707   rs6000-*-*)
3708     noconfigdirs="$noconfigdirs gprof"
3709     ;;
3710   m68k-apollo-*)
3711     noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
3712     ;;
3713   microblaze*)
3714     noconfigdirs="$noconfigdirs gprof"
3715     ;;
3716   mips*-sde-elf* | mips*-mti-elf*)
3717     if test x$with_newlib = xyes; then
3718       noconfigdirs="$noconfigdirs gprof"
3719     fi
3720     ;;
3721   mips*-*-irix5*)
3722     noconfigdirs="$noconfigdirs gprof target-libgloss"
3723     ;;
3724   mips*-*-irix6*)
3725     noconfigdirs="$noconfigdirs gprof target-libgloss"
3726     ;;
3727   mips*-*-bsd*)
3728     noconfigdirs="$noconfigdirs gprof target-libgloss"
3729     ;;
3730   mips*-*-linux*)
3731     ;;
3732   mips*-*-*)
3733     noconfigdirs="$noconfigdirs gprof"
3734     ;;
3735   sh-*-* | sh64-*-*)
3736     case "${target}" in
3737       sh*-*-elf)
3738          ;;
3739       *)
3740          noconfigdirs="$noconfigdirs target-libgloss" ;;
3741     esac
3742     ;;
3743   sparc-*-sunos4*)
3744     if test x${is_cross_compiler} = xno ; then
3745            use_gnu_ld=no
3746     fi
3747     ;;
3748   tic6x-*-*)
3749     noconfigdirs="$noconfigdirs sim"
3750     ;;
3751   tilepro-*-* | tilegx-*-*)
3752     noconfigdirs="$noconfigdirs sim"
3753     ;;
3754   v810-*-*)
3755     noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3756     ;;
3757   vax-*-*)
3758     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3759     ;;
3760 esac
3761
3762 # If we aren't building newlib, then don't build libgloss, since libgloss
3763 # depends upon some newlib header files.
3764 case "${noconfigdirs}" in
3765   *target-libgloss*) ;;
3766   *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3767 esac
3768
3769 # Work in distributions that contain no compiler tools, like Autoconf.
3770 host_makefile_frag=/dev/null
3771 if test -d ${srcdir}/config ; then
3772 case "${host}" in
3773   i[3456789]86-*-msdosdjgpp*)
3774     host_makefile_frag="config/mh-djgpp"
3775     ;;
3776   *-cygwin*)
3777
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3779 $as_echo_n "checking to see if cat works as expected... " >&6; }
3780 echo a >cygwin-cat-check
3781 if test `cat cygwin-cat-check` = a ; then
3782   rm cygwin-cat-check
3783   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3784 $as_echo "yes" >&6; }
3785 else
3786   rm cygwin-cat-check
3787   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3788 $as_echo "no" >&6; }
3789   as_fn_error "The cat command does not ignore carriage return characters.
3790   Please either mount the build directory in binary mode or run the following
3791   commands before running any configure script:
3792 set -o igncr
3793 export SHELLOPTS
3794   " "$LINENO" 5
3795 fi
3796
3797     host_makefile_frag="config/mh-cygwin"
3798     ;;
3799   *-mingw*)
3800     host_makefile_frag="config/mh-mingw"
3801     ;;
3802   hppa*-hp-hpux10*)
3803     host_makefile_frag="config/mh-pa-hpux10"
3804     ;;
3805   hppa*-hp-hpux*)
3806     host_makefile_frag="config/mh-pa"
3807     ;;
3808   hppa*-*)
3809     host_makefile_frag="config/mh-pa"
3810     ;;
3811   *-*-darwin*)
3812     host_makefile_frag="config/mh-darwin"
3813     ;;
3814   powerpc-*-aix*)
3815     host_makefile_frag="config/mh-ppc-aix"
3816     ;;
3817   rs6000-*-aix*)
3818     host_makefile_frag="config/mh-ppc-aix"
3819     ;;
3820 esac
3821 fi
3822
3823 if test "${build}" != "${host}" ; then
3824   AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3825   AS_FOR_BUILD=${AS_FOR_BUILD-as}
3826   CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3827   CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3828   GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3829   GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3830   GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3831   DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3832   LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3833   NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3834   RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3835   WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3836   WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3837 else
3838   AR_FOR_BUILD="\$(AR)"
3839   AS_FOR_BUILD="\$(AS)"
3840   CC_FOR_BUILD="\$(CC)"
3841   CXX_FOR_BUILD="\$(CXX)"
3842   GCJ_FOR_BUILD="\$(GCJ)"
3843   GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3844   GOC_FOR_BUILD="\$(GOC)"
3845   DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3846   LD_FOR_BUILD="\$(LD)"
3847   NM_FOR_BUILD="\$(NM)"
3848   RANLIB_FOR_BUILD="\$(RANLIB)"
3849   WINDRES_FOR_BUILD="\$(WINDRES)"
3850   WINDMC_FOR_BUILD="\$(WINDMC)"
3851 fi
3852
3853 ac_ext=c
3854 ac_cpp='$CPP $CPPFLAGS'
3855 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3856 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3857 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3858 if test -n "$ac_tool_prefix"; then
3859   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3860 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3862 $as_echo_n "checking for $ac_word... " >&6; }
3863 if test "${ac_cv_prog_CC+set}" = set; then :
3864   $as_echo_n "(cached) " >&6
3865 else
3866   if test -n "$CC"; then
3867   ac_cv_prog_CC="$CC" # Let the user override the test.
3868 else
3869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3870 for as_dir in $PATH
3871 do
3872   IFS=$as_save_IFS
3873   test -z "$as_dir" && as_dir=.
3874     for ac_exec_ext in '' $ac_executable_extensions; do
3875   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3876     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3877     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3878     break 2
3879   fi
3880 done
3881   done
3882 IFS=$as_save_IFS
3883
3884 fi
3885 fi
3886 CC=$ac_cv_prog_CC
3887 if test -n "$CC"; then
3888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3889 $as_echo "$CC" >&6; }
3890 else
3891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3892 $as_echo "no" >&6; }
3893 fi
3894
3895
3896 fi
3897 if test -z "$ac_cv_prog_CC"; then
3898   ac_ct_CC=$CC
3899   # Extract the first word of "gcc", so it can be a program name with args.
3900 set dummy gcc; ac_word=$2
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902 $as_echo_n "checking for $ac_word... " >&6; }
3903 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3904   $as_echo_n "(cached) " >&6
3905 else
3906   if test -n "$ac_ct_CC"; then
3907   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3908 else
3909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3910 for as_dir in $PATH
3911 do
3912   IFS=$as_save_IFS
3913   test -z "$as_dir" && as_dir=.
3914     for ac_exec_ext in '' $ac_executable_extensions; do
3915   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3916     ac_cv_prog_ac_ct_CC="gcc"
3917     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3918     break 2
3919   fi
3920 done
3921   done
3922 IFS=$as_save_IFS
3923
3924 fi
3925 fi
3926 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3927 if test -n "$ac_ct_CC"; then
3928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3929 $as_echo "$ac_ct_CC" >&6; }
3930 else
3931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3933 fi
3934
3935   if test "x$ac_ct_CC" = x; then
3936     CC=""
3937   else
3938     case $cross_compiling:$ac_tool_warned in
3939 yes:)
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3941 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3942 ac_tool_warned=yes ;;
3943 esac
3944     CC=$ac_ct_CC
3945   fi
3946 else
3947   CC="$ac_cv_prog_CC"
3948 fi
3949
3950 if test -z "$CC"; then
3951           if test -n "$ac_tool_prefix"; then
3952     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3953 set dummy ${ac_tool_prefix}cc; ac_word=$2
3954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3955 $as_echo_n "checking for $ac_word... " >&6; }
3956 if test "${ac_cv_prog_CC+set}" = set; then :
3957   $as_echo_n "(cached) " >&6
3958 else
3959   if test -n "$CC"; then
3960   ac_cv_prog_CC="$CC" # Let the user override the test.
3961 else
3962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3963 for as_dir in $PATH
3964 do
3965   IFS=$as_save_IFS
3966   test -z "$as_dir" && as_dir=.
3967     for ac_exec_ext in '' $ac_executable_extensions; do
3968   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3969     ac_cv_prog_CC="${ac_tool_prefix}cc"
3970     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3971     break 2
3972   fi
3973 done
3974   done
3975 IFS=$as_save_IFS
3976
3977 fi
3978 fi
3979 CC=$ac_cv_prog_CC
3980 if test -n "$CC"; then
3981   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3982 $as_echo "$CC" >&6; }
3983 else
3984   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3985 $as_echo "no" >&6; }
3986 fi
3987
3988
3989   fi
3990 fi
3991 if test -z "$CC"; then
3992   # Extract the first word of "cc", so it can be a program name with args.
3993 set dummy cc; ac_word=$2
3994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3995 $as_echo_n "checking for $ac_word... " >&6; }
3996 if test "${ac_cv_prog_CC+set}" = set; then :
3997   $as_echo_n "(cached) " >&6
3998 else
3999   if test -n "$CC"; then
4000   ac_cv_prog_CC="$CC" # Let the user override the test.
4001 else
4002   ac_prog_rejected=no
4003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4004 for as_dir in $PATH
4005 do
4006   IFS=$as_save_IFS
4007   test -z "$as_dir" && as_dir=.
4008     for ac_exec_ext in '' $ac_executable_extensions; do
4009   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4010     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4011        ac_prog_rejected=yes
4012        continue
4013      fi
4014     ac_cv_prog_CC="cc"
4015     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4016     break 2
4017   fi
4018 done
4019   done
4020 IFS=$as_save_IFS
4021
4022 if test $ac_prog_rejected = yes; then
4023   # We found a bogon in the path, so make sure we never use it.
4024   set dummy $ac_cv_prog_CC
4025   shift
4026   if test $# != 0; then
4027     # We chose a different compiler from the bogus one.
4028     # However, it has the same basename, so the bogon will be chosen
4029     # first if we set CC to just the basename; use the full file name.
4030     shift
4031     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4032   fi
4033 fi
4034 fi
4035 fi
4036 CC=$ac_cv_prog_CC
4037 if test -n "$CC"; then
4038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4039 $as_echo "$CC" >&6; }
4040 else
4041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4042 $as_echo "no" >&6; }
4043 fi
4044
4045
4046 fi
4047 if test -z "$CC"; then
4048   if test -n "$ac_tool_prefix"; then
4049   for ac_prog in cl.exe
4050   do
4051     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4052 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4054 $as_echo_n "checking for $ac_word... " >&6; }
4055 if test "${ac_cv_prog_CC+set}" = set; then :
4056   $as_echo_n "(cached) " >&6
4057 else
4058   if test -n "$CC"; then
4059   ac_cv_prog_CC="$CC" # Let the user override the test.
4060 else
4061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4062 for as_dir in $PATH
4063 do
4064   IFS=$as_save_IFS
4065   test -z "$as_dir" && as_dir=.
4066     for ac_exec_ext in '' $ac_executable_extensions; do
4067   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4068     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4069     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4070     break 2
4071   fi
4072 done
4073   done
4074 IFS=$as_save_IFS
4075
4076 fi
4077 fi
4078 CC=$ac_cv_prog_CC
4079 if test -n "$CC"; then
4080   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4081 $as_echo "$CC" >&6; }
4082 else
4083   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4084 $as_echo "no" >&6; }
4085 fi
4086
4087
4088     test -n "$CC" && break
4089   done
4090 fi
4091 if test -z "$CC"; then
4092   ac_ct_CC=$CC
4093   for ac_prog in cl.exe
4094 do
4095   # Extract the first word of "$ac_prog", so it can be a program name with args.
4096 set dummy $ac_prog; ac_word=$2
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4098 $as_echo_n "checking for $ac_word... " >&6; }
4099 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4100   $as_echo_n "(cached) " >&6
4101 else
4102   if test -n "$ac_ct_CC"; then
4103   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4104 else
4105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4106 for as_dir in $PATH
4107 do
4108   IFS=$as_save_IFS
4109   test -z "$as_dir" && as_dir=.
4110     for ac_exec_ext in '' $ac_executable_extensions; do
4111   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4112     ac_cv_prog_ac_ct_CC="$ac_prog"
4113     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4114     break 2
4115   fi
4116 done
4117   done
4118 IFS=$as_save_IFS
4119
4120 fi
4121 fi
4122 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4123 if test -n "$ac_ct_CC"; then
4124   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4125 $as_echo "$ac_ct_CC" >&6; }
4126 else
4127   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4128 $as_echo "no" >&6; }
4129 fi
4130
4131
4132   test -n "$ac_ct_CC" && break
4133 done
4134
4135   if test "x$ac_ct_CC" = x; then
4136     CC=""
4137   else
4138     case $cross_compiling:$ac_tool_warned in
4139 yes:)
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4142 ac_tool_warned=yes ;;
4143 esac
4144     CC=$ac_ct_CC
4145   fi
4146 fi
4147
4148 fi
4149
4150
4151 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4152 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4153 as_fn_error "no acceptable C compiler found in \$PATH
4154 See \`config.log' for more details." "$LINENO" 5; }
4155
4156 # Provide some information about the compiler.
4157 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4158 set X $ac_compile
4159 ac_compiler=$2
4160 for ac_option in --version -v -V -qversion; do
4161   { { ac_try="$ac_compiler $ac_option >&5"
4162 case "(($ac_try" in
4163   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4164   *) ac_try_echo=$ac_try;;
4165 esac
4166 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4167 $as_echo "$ac_try_echo"; } >&5
4168   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4169   ac_status=$?
4170   if test -s conftest.err; then
4171     sed '10a\
4172 ... rest of stderr output deleted ...
4173          10q' conftest.err >conftest.er1
4174     cat conftest.er1 >&5
4175     rm -f conftest.er1 conftest.err
4176   fi
4177   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4178   test $ac_status = 0; }
4179 done
4180
4181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4182 /* end confdefs.h.  */
4183
4184 int
4185 main ()
4186 {
4187
4188   ;
4189   return 0;
4190 }
4191 _ACEOF
4192 ac_clean_files_save=$ac_clean_files
4193 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4194 # Try to create an executable without -o first, disregard a.out.
4195 # It will help us diagnose broken compilers, and finding out an intuition
4196 # of exeext.
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4198 $as_echo_n "checking for C compiler default output file name... " >&6; }
4199 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4200
4201 # The possible output files:
4202 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4203
4204 ac_rmfiles=
4205 for ac_file in $ac_files
4206 do
4207   case $ac_file in
4208     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4209     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4210   esac
4211 done
4212 rm -f $ac_rmfiles
4213
4214 if { { ac_try="$ac_link_default"
4215 case "(($ac_try" in
4216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4217   *) ac_try_echo=$ac_try;;
4218 esac
4219 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4220 $as_echo "$ac_try_echo"; } >&5
4221   (eval "$ac_link_default") 2>&5
4222   ac_status=$?
4223   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4224   test $ac_status = 0; }; then :
4225   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4226 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4227 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
4228 # so that the user can short-circuit this test for compilers unknown to
4229 # Autoconf.
4230 for ac_file in $ac_files ''
4231 do
4232   test -f "$ac_file" || continue
4233   case $ac_file in
4234     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4235         ;;
4236     [ab].out )
4237         # We found the default executable, but exeext='' is most
4238         # certainly right.
4239         break;;
4240     *.* )
4241         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4242         then :; else
4243            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4244         fi
4245         # We set ac_cv_exeext here because the later test for it is not
4246         # safe: cross compilers may not add the suffix if given an `-o'
4247         # argument, so we may need to know it at that point already.
4248         # Even if this section looks crufty: it has the advantage of
4249         # actually working.
4250         break;;
4251     * )
4252         break;;
4253   esac
4254 done
4255 test "$ac_cv_exeext" = no && ac_cv_exeext=
4256
4257 else
4258   ac_file=''
4259 fi
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4261 $as_echo "$ac_file" >&6; }
4262 if test -z "$ac_file"; then :
4263   $as_echo "$as_me: failed program was:" >&5
4264 sed 's/^/| /' conftest.$ac_ext >&5
4265
4266 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4267 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4268 { as_fn_set_status 77
4269 as_fn_error "C compiler cannot create executables
4270 See \`config.log' for more details." "$LINENO" 5; }; }
4271 fi
4272 ac_exeext=$ac_cv_exeext
4273
4274 # Check that the compiler produces executables we can run.  If not, either
4275 # the compiler is broken, or we cross compile.
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4277 $as_echo_n "checking whether the C compiler works... " >&6; }
4278 # If not cross compiling, check that we can run a simple program.
4279 if test "$cross_compiling" != yes; then
4280   if { ac_try='./$ac_file'
4281   { { case "(($ac_try" in
4282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4283   *) ac_try_echo=$ac_try;;
4284 esac
4285 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4286 $as_echo "$ac_try_echo"; } >&5
4287   (eval "$ac_try") 2>&5
4288   ac_status=$?
4289   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4290   test $ac_status = 0; }; }; then
4291     cross_compiling=no
4292   else
4293     if test "$cross_compiling" = maybe; then
4294         cross_compiling=yes
4295     else
4296         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4297 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4298 as_fn_error "cannot run C compiled programs.
4299 If you meant to cross compile, use \`--host'.
4300 See \`config.log' for more details." "$LINENO" 5; }
4301     fi
4302   fi
4303 fi
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4305 $as_echo "yes" >&6; }
4306
4307 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4308 ac_clean_files=$ac_clean_files_save
4309 # Check that the compiler produces executables we can run.  If not, either
4310 # the compiler is broken, or we cross compile.
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4312 $as_echo_n "checking whether we are cross compiling... " >&6; }
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4314 $as_echo "$cross_compiling" >&6; }
4315
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4317 $as_echo_n "checking for suffix of executables... " >&6; }
4318 if { { ac_try="$ac_link"
4319 case "(($ac_try" in
4320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4321   *) ac_try_echo=$ac_try;;
4322 esac
4323 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4324 $as_echo "$ac_try_echo"; } >&5
4325   (eval "$ac_link") 2>&5
4326   ac_status=$?
4327   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4328   test $ac_status = 0; }; then :
4329   # If both `conftest.exe' and `conftest' are `present' (well, observable)
4330 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4331 # work properly (i.e., refer to `conftest.exe'), while it won't with
4332 # `rm'.
4333 for ac_file in conftest.exe conftest conftest.*; do
4334   test -f "$ac_file" || continue
4335   case $ac_file in
4336     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4337     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4338           break;;
4339     * ) break;;
4340   esac
4341 done
4342 else
4343   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4344 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4345 as_fn_error "cannot compute suffix of executables: cannot compile and link
4346 See \`config.log' for more details." "$LINENO" 5; }
4347 fi
4348 rm -f conftest$ac_cv_exeext
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4350 $as_echo "$ac_cv_exeext" >&6; }
4351
4352 rm -f conftest.$ac_ext
4353 EXEEXT=$ac_cv_exeext
4354 ac_exeext=$EXEEXT
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4356 $as_echo_n "checking for suffix of object files... " >&6; }
4357 if test "${ac_cv_objext+set}" = set; then :
4358   $as_echo_n "(cached) " >&6
4359 else
4360   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4361 /* end confdefs.h.  */
4362
4363 int
4364 main ()
4365 {
4366
4367   ;
4368   return 0;
4369 }
4370 _ACEOF
4371 rm -f conftest.o conftest.obj
4372 if { { ac_try="$ac_compile"
4373 case "(($ac_try" in
4374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4375   *) ac_try_echo=$ac_try;;
4376 esac
4377 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4378 $as_echo "$ac_try_echo"; } >&5
4379   (eval "$ac_compile") 2>&5
4380   ac_status=$?
4381   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4382   test $ac_status = 0; }; then :
4383   for ac_file in conftest.o conftest.obj conftest.*; do
4384   test -f "$ac_file" || continue;
4385   case $ac_file in
4386     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4387     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4388        break;;
4389   esac
4390 done
4391 else
4392   $as_echo "$as_me: failed program was:" >&5
4393 sed 's/^/| /' conftest.$ac_ext >&5
4394
4395 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4396 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4397 as_fn_error "cannot compute suffix of object files: cannot compile
4398 See \`config.log' for more details." "$LINENO" 5; }
4399 fi
4400 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4401 fi
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4403 $as_echo "$ac_cv_objext" >&6; }
4404 OBJEXT=$ac_cv_objext
4405 ac_objext=$OBJEXT
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4407 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4408 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4409   $as_echo_n "(cached) " >&6
4410 else
4411   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4412 /* end confdefs.h.  */
4413
4414 int
4415 main ()
4416 {
4417 #ifndef __GNUC__
4418        choke me
4419 #endif
4420
4421   ;
4422   return 0;
4423 }
4424 _ACEOF
4425 if ac_fn_c_try_compile "$LINENO"; then :
4426   ac_compiler_gnu=yes
4427 else
4428   ac_compiler_gnu=no
4429 fi
4430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4431 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4432
4433 fi
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4435 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4436 if test $ac_compiler_gnu = yes; then
4437   GCC=yes
4438 else
4439   GCC=
4440 fi
4441 ac_test_CFLAGS=${CFLAGS+set}
4442 ac_save_CFLAGS=$CFLAGS
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4444 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4445 if test "${ac_cv_prog_cc_g+set}" = set; then :
4446   $as_echo_n "(cached) " >&6
4447 else
4448   ac_save_c_werror_flag=$ac_c_werror_flag
4449    ac_c_werror_flag=yes
4450    ac_cv_prog_cc_g=no
4451    CFLAGS="-g"
4452    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4453 /* end confdefs.h.  */
4454
4455 int
4456 main ()
4457 {
4458
4459   ;
4460   return 0;
4461 }
4462 _ACEOF
4463 if ac_fn_c_try_compile "$LINENO"; then :
4464   ac_cv_prog_cc_g=yes
4465 else
4466   CFLAGS=""
4467       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4468 /* end confdefs.h.  */
4469
4470 int
4471 main ()
4472 {
4473
4474   ;
4475   return 0;
4476 }
4477 _ACEOF
4478 if ac_fn_c_try_compile "$LINENO"; then :
4479
4480 else
4481   ac_c_werror_flag=$ac_save_c_werror_flag
4482          CFLAGS="-g"
4483          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4484 /* end confdefs.h.  */
4485
4486 int
4487 main ()
4488 {
4489
4490   ;
4491   return 0;
4492 }
4493 _ACEOF
4494 if ac_fn_c_try_compile "$LINENO"; then :
4495   ac_cv_prog_cc_g=yes
4496 fi
4497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4498 fi
4499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4500 fi
4501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4502    ac_c_werror_flag=$ac_save_c_werror_flag
4503 fi
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4505 $as_echo "$ac_cv_prog_cc_g" >&6; }
4506 if test "$ac_test_CFLAGS" = set; then
4507   CFLAGS=$ac_save_CFLAGS
4508 elif test $ac_cv_prog_cc_g = yes; then
4509   if test "$GCC" = yes; then
4510     CFLAGS="-g -O2"
4511   else
4512     CFLAGS="-g"
4513   fi
4514 else
4515   if test "$GCC" = yes; then
4516     CFLAGS="-O2"
4517   else
4518     CFLAGS=
4519   fi
4520 fi
4521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4522 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4523 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4524   $as_echo_n "(cached) " >&6
4525 else
4526   ac_cv_prog_cc_c89=no
4527 ac_save_CC=$CC
4528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4529 /* end confdefs.h.  */
4530 #include <stdarg.h>
4531 #include <stdio.h>
4532 #include <sys/types.h>
4533 #include <sys/stat.h>
4534 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4535 struct buf { int x; };
4536 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4537 static char *e (p, i)
4538      char **p;
4539      int i;
4540 {
4541   return p[i];
4542 }
4543 static char *f (char * (*g) (char **, int), char **p, ...)
4544 {
4545   char *s;
4546   va_list v;
4547   va_start (v,p);
4548   s = g (p, va_arg (v,int));
4549   va_end (v);
4550   return s;
4551 }
4552
4553 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4554    function prototypes and stuff, but not '\xHH' hex character constants.
4555    These don't provoke an error unfortunately, instead are silently treated
4556    as 'x'.  The following induces an error, until -std is added to get
4557    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4558    array size at least.  It's necessary to write '\x00'==0 to get something
4559    that's true only with -std.  */
4560 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4561
4562 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4563    inside strings and character constants.  */
4564 #define FOO(x) 'x'
4565 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4566
4567 int test (int i, double x);
4568 struct s1 {int (*f) (int a);};
4569 struct s2 {int (*f) (double a);};
4570 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4571 int argc;
4572 char **argv;
4573 int
4574 main ()
4575 {
4576 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4577   ;
4578   return 0;
4579 }
4580 _ACEOF
4581 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4582         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4583 do
4584   CC="$ac_save_CC $ac_arg"
4585   if ac_fn_c_try_compile "$LINENO"; then :
4586   ac_cv_prog_cc_c89=$ac_arg
4587 fi
4588 rm -f core conftest.err conftest.$ac_objext
4589   test "x$ac_cv_prog_cc_c89" != "xno" && break
4590 done
4591 rm -f conftest.$ac_ext
4592 CC=$ac_save_CC
4593
4594 fi
4595 # AC_CACHE_VAL
4596 case "x$ac_cv_prog_cc_c89" in
4597   x)
4598     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4599 $as_echo "none needed" >&6; } ;;
4600   xno)
4601     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4602 $as_echo "unsupported" >&6; } ;;
4603   *)
4604     CC="$CC $ac_cv_prog_cc_c89"
4605     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4606 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4607 esac
4608 if test "x$ac_cv_prog_cc_c89" != xno; then :
4609
4610 fi
4611
4612 ac_ext=c
4613 ac_cpp='$CPP $CPPFLAGS'
4614 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4615 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4616 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4617
4618 ac_ext=cpp
4619 ac_cpp='$CXXCPP $CPPFLAGS'
4620 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4621 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4622 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4623 if test -z "$CXX"; then
4624   if test -n "$CCC"; then
4625     CXX=$CCC
4626   else
4627     if test -n "$ac_tool_prefix"; then
4628   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4629   do
4630     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4631 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4633 $as_echo_n "checking for $ac_word... " >&6; }
4634 if test "${ac_cv_prog_CXX+set}" = set; then :
4635   $as_echo_n "(cached) " >&6
4636 else
4637   if test -n "$CXX"; then
4638   ac_cv_prog_CXX="$CXX" # Let the user override the test.
4639 else
4640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4641 for as_dir in $PATH
4642 do
4643   IFS=$as_save_IFS
4644   test -z "$as_dir" && as_dir=.
4645     for ac_exec_ext in '' $ac_executable_extensions; do
4646   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4647     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4648     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4649     break 2
4650   fi
4651 done
4652   done
4653 IFS=$as_save_IFS
4654
4655 fi
4656 fi
4657 CXX=$ac_cv_prog_CXX
4658 if test -n "$CXX"; then
4659   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4660 $as_echo "$CXX" >&6; }
4661 else
4662   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4663 $as_echo "no" >&6; }
4664 fi
4665
4666
4667     test -n "$CXX" && break
4668   done
4669 fi
4670 if test -z "$CXX"; then
4671   ac_ct_CXX=$CXX
4672   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4673 do
4674   # Extract the first word of "$ac_prog", so it can be a program name with args.
4675 set dummy $ac_prog; ac_word=$2
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4677 $as_echo_n "checking for $ac_word... " >&6; }
4678 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4679   $as_echo_n "(cached) " >&6
4680 else
4681   if test -n "$ac_ct_CXX"; then
4682   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4683 else
4684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4685 for as_dir in $PATH
4686 do
4687   IFS=$as_save_IFS
4688   test -z "$as_dir" && as_dir=.
4689     for ac_exec_ext in '' $ac_executable_extensions; do
4690   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4691     ac_cv_prog_ac_ct_CXX="$ac_prog"
4692     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4693     break 2
4694   fi
4695 done
4696   done
4697 IFS=$as_save_IFS
4698
4699 fi
4700 fi
4701 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4702 if test -n "$ac_ct_CXX"; then
4703   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4704 $as_echo "$ac_ct_CXX" >&6; }
4705 else
4706   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4707 $as_echo "no" >&6; }
4708 fi
4709
4710
4711   test -n "$ac_ct_CXX" && break
4712 done
4713
4714   if test "x$ac_ct_CXX" = x; then
4715     CXX="g++"
4716   else
4717     case $cross_compiling:$ac_tool_warned in
4718 yes:)
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4720 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4721 ac_tool_warned=yes ;;
4722 esac
4723     CXX=$ac_ct_CXX
4724   fi
4725 fi
4726
4727   fi
4728 fi
4729 # Provide some information about the compiler.
4730 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4731 set X $ac_compile
4732 ac_compiler=$2
4733 for ac_option in --version -v -V -qversion; do
4734   { { ac_try="$ac_compiler $ac_option >&5"
4735 case "(($ac_try" in
4736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4737   *) ac_try_echo=$ac_try;;
4738 esac
4739 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4740 $as_echo "$ac_try_echo"; } >&5
4741   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4742   ac_status=$?
4743   if test -s conftest.err; then
4744     sed '10a\
4745 ... rest of stderr output deleted ...
4746          10q' conftest.err >conftest.er1
4747     cat conftest.er1 >&5
4748     rm -f conftest.er1 conftest.err
4749   fi
4750   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4751   test $ac_status = 0; }
4752 done
4753
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4755 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4756 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4757   $as_echo_n "(cached) " >&6
4758 else
4759   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4760 /* end confdefs.h.  */
4761
4762 int
4763 main ()
4764 {
4765 #ifndef __GNUC__
4766        choke me
4767 #endif
4768
4769   ;
4770   return 0;
4771 }
4772 _ACEOF
4773 if ac_fn_cxx_try_compile "$LINENO"; then :
4774   ac_compiler_gnu=yes
4775 else
4776   ac_compiler_gnu=no
4777 fi
4778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4779 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4780
4781 fi
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4783 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4784 if test $ac_compiler_gnu = yes; then
4785   GXX=yes
4786 else
4787   GXX=
4788 fi
4789 ac_test_CXXFLAGS=${CXXFLAGS+set}
4790 ac_save_CXXFLAGS=$CXXFLAGS
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4792 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4793 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4794   $as_echo_n "(cached) " >&6
4795 else
4796   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4797    ac_cxx_werror_flag=yes
4798    ac_cv_prog_cxx_g=no
4799    CXXFLAGS="-g"
4800    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4801 /* end confdefs.h.  */
4802
4803 int
4804 main ()
4805 {
4806
4807   ;
4808   return 0;
4809 }
4810 _ACEOF
4811 if ac_fn_cxx_try_compile "$LINENO"; then :
4812   ac_cv_prog_cxx_g=yes
4813 else
4814   CXXFLAGS=""
4815       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4816 /* end confdefs.h.  */
4817
4818 int
4819 main ()
4820 {
4821
4822   ;
4823   return 0;
4824 }
4825 _ACEOF
4826 if ac_fn_cxx_try_compile "$LINENO"; then :
4827
4828 else
4829   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4830          CXXFLAGS="-g"
4831          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4832 /* end confdefs.h.  */
4833
4834 int
4835 main ()
4836 {
4837
4838   ;
4839   return 0;
4840 }
4841 _ACEOF
4842 if ac_fn_cxx_try_compile "$LINENO"; then :
4843   ac_cv_prog_cxx_g=yes
4844 fi
4845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4846 fi
4847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4848 fi
4849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4850    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4851 fi
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4853 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4854 if test "$ac_test_CXXFLAGS" = set; then
4855   CXXFLAGS=$ac_save_CXXFLAGS
4856 elif test $ac_cv_prog_cxx_g = yes; then
4857   if test "$GXX" = yes; then
4858     CXXFLAGS="-g -O2"
4859   else
4860     CXXFLAGS="-g"
4861   fi
4862 else
4863   if test "$GXX" = yes; then
4864     CXXFLAGS="-O2"
4865   else
4866     CXXFLAGS=
4867   fi
4868 fi
4869 ac_ext=c
4870 ac_cpp='$CPP $CPPFLAGS'
4871 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4872 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4873 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4874
4875
4876 # We must set the default linker to the linker used by gcc for the correct
4877 # operation of libtool.  If LD is not defined and we are using gcc, try to
4878 # set the LD default to the ld used by gcc.
4879 if test -z "$LD"; then
4880   if test "$GCC" = yes; then
4881     case $build in
4882     *-*-mingw*)
4883       gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4884     *)
4885       gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4886     esac
4887     case $gcc_prog_ld in
4888     # Accept absolute paths.
4889     [\\/]* | [A-Za-z]:[\\/]*)
4890       LD="$gcc_prog_ld" ;;
4891     esac
4892   fi
4893 fi
4894
4895 # Check whether -static-libstdc++ -static-libgcc is supported.
4896 have_static_libs=no
4897 if test "$GCC" = yes; then
4898   saved_LDFLAGS="$LDFLAGS"
4899
4900   LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4901   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4902 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4903   ac_ext=cpp
4904 ac_cpp='$CXXCPP $CPPFLAGS'
4905 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4906 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4907 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4908
4909
4910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4911 /* end confdefs.h.  */
4912
4913 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4914 #error -static-libstdc++ not implemented
4915 #endif
4916 int main() {}
4917 _ACEOF
4918 if ac_fn_cxx_try_link "$LINENO"; then :
4919   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4920 $as_echo "yes" >&6; }; have_static_libs=yes
4921 else
4922   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4923 $as_echo "no" >&6; }
4924 fi
4925 rm -f core conftest.err conftest.$ac_objext \
4926     conftest$ac_exeext conftest.$ac_ext
4927   ac_ext=c
4928 ac_cpp='$CPP $CPPFLAGS'
4929 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4930 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4931 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4932
4933
4934   LDFLAGS="$saved_LDFLAGS"
4935 fi
4936
4937
4938
4939
4940 if test -n "$ac_tool_prefix"; then
4941   # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4942 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4944 $as_echo_n "checking for $ac_word... " >&6; }
4945 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4946   $as_echo_n "(cached) " >&6
4947 else
4948   if test -n "$GNATBIND"; then
4949   ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4950 else
4951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4952 for as_dir in $PATH
4953 do
4954   IFS=$as_save_IFS
4955   test -z "$as_dir" && as_dir=.
4956     for ac_exec_ext in '' $ac_executable_extensions; do
4957   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4958     ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4959     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4960     break 2
4961   fi
4962 done
4963   done
4964 IFS=$as_save_IFS
4965
4966 fi
4967 fi
4968 GNATBIND=$ac_cv_prog_GNATBIND
4969 if test -n "$GNATBIND"; then
4970   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4971 $as_echo "$GNATBIND" >&6; }
4972 else
4973   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4974 $as_echo "no" >&6; }
4975 fi
4976
4977
4978 fi
4979 if test -z "$ac_cv_prog_GNATBIND"; then
4980   ac_ct_GNATBIND=$GNATBIND
4981   # Extract the first word of "gnatbind", so it can be a program name with args.
4982 set dummy gnatbind; ac_word=$2
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4984 $as_echo_n "checking for $ac_word... " >&6; }
4985 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4986   $as_echo_n "(cached) " >&6
4987 else
4988   if test -n "$ac_ct_GNATBIND"; then
4989   ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4990 else
4991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4992 for as_dir in $PATH
4993 do
4994   IFS=$as_save_IFS
4995   test -z "$as_dir" && as_dir=.
4996     for ac_exec_ext in '' $ac_executable_extensions; do
4997   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4998     ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4999     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5000     break 2
5001   fi
5002 done
5003   done
5004 IFS=$as_save_IFS
5005
5006 fi
5007 fi
5008 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5009 if test -n "$ac_ct_GNATBIND"; then
5010   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5011 $as_echo "$ac_ct_GNATBIND" >&6; }
5012 else
5013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5014 $as_echo "no" >&6; }
5015 fi
5016
5017   if test "x$ac_ct_GNATBIND" = x; then
5018     GNATBIND="no"
5019   else
5020     case $cross_compiling:$ac_tool_warned in
5021 yes:)
5022 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5023 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5024 ac_tool_warned=yes ;;
5025 esac
5026     GNATBIND=$ac_ct_GNATBIND
5027   fi
5028 else
5029   GNATBIND="$ac_cv_prog_GNATBIND"
5030 fi
5031
5032 if test -n "$ac_tool_prefix"; then
5033   # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5034 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5036 $as_echo_n "checking for $ac_word... " >&6; }
5037 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5038   $as_echo_n "(cached) " >&6
5039 else
5040   if test -n "$GNATMAKE"; then
5041   ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5042 else
5043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5044 for as_dir in $PATH
5045 do
5046   IFS=$as_save_IFS
5047   test -z "$as_dir" && as_dir=.
5048     for ac_exec_ext in '' $ac_executable_extensions; do
5049   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5050     ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5051     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5052     break 2
5053   fi
5054 done
5055   done
5056 IFS=$as_save_IFS
5057
5058 fi
5059 fi
5060 GNATMAKE=$ac_cv_prog_GNATMAKE
5061 if test -n "$GNATMAKE"; then
5062   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5063 $as_echo "$GNATMAKE" >&6; }
5064 else
5065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5066 $as_echo "no" >&6; }
5067 fi
5068
5069
5070 fi
5071 if test -z "$ac_cv_prog_GNATMAKE"; then
5072   ac_ct_GNATMAKE=$GNATMAKE
5073   # Extract the first word of "gnatmake", so it can be a program name with args.
5074 set dummy gnatmake; ac_word=$2
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5076 $as_echo_n "checking for $ac_word... " >&6; }
5077 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5078   $as_echo_n "(cached) " >&6
5079 else
5080   if test -n "$ac_ct_GNATMAKE"; then
5081   ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5082 else
5083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5084 for as_dir in $PATH
5085 do
5086   IFS=$as_save_IFS
5087   test -z "$as_dir" && as_dir=.
5088     for ac_exec_ext in '' $ac_executable_extensions; do
5089   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5090     ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5091     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5092     break 2
5093   fi
5094 done
5095   done
5096 IFS=$as_save_IFS
5097
5098 fi
5099 fi
5100 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5101 if test -n "$ac_ct_GNATMAKE"; then
5102   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5103 $as_echo "$ac_ct_GNATMAKE" >&6; }
5104 else
5105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5106 $as_echo "no" >&6; }
5107 fi
5108
5109   if test "x$ac_ct_GNATMAKE" = x; then
5110     GNATMAKE="no"
5111   else
5112     case $cross_compiling:$ac_tool_warned in
5113 yes:)
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5115 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5116 ac_tool_warned=yes ;;
5117 esac
5118     GNATMAKE=$ac_ct_GNATMAKE
5119   fi
5120 else
5121   GNATMAKE="$ac_cv_prog_GNATMAKE"
5122 fi
5123
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5125 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5126 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5127   $as_echo_n "(cached) " >&6
5128 else
5129   cat >conftest.adb <<EOF
5130 procedure conftest is begin null; end conftest;
5131 EOF
5132 acx_cv_cc_gcc_supports_ada=no
5133 # There is a bug in old released versions of GCC which causes the
5134 # driver to exit successfully when the appropriate language module
5135 # has not been installed.  This is fixed in 2.95.4, 3.0.2, and 3.1.
5136 # Therefore we must check for the error message as well as an
5137 # unsuccessful exit.
5138 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5139 # given a .adb file, but produce no object file.  So we must check
5140 # if an object file was really produced to guard against this.
5141 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5142 if test x"$errors" = x && test -f conftest.$ac_objext; then
5143   acx_cv_cc_gcc_supports_ada=yes
5144 fi
5145 rm -f conftest.*
5146 fi
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5148 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5149
5150 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5151   have_gnat=yes
5152 else
5153   have_gnat=no
5154 fi
5155
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5157 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5158 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5159   $as_echo_n "(cached) " >&6
5160 else
5161    echo abfoo >t1
5162   echo cdfoo >t2
5163   gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5164   if cmp t1 t2 2 2 > /dev/null 2>&1; then
5165     if cmp t1 t2 1 1 > /dev/null 2>&1; then
5166       :
5167     else
5168       gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5169     fi
5170   fi
5171   if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5172     if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5173       :
5174     else
5175       gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5176     fi
5177   fi
5178   rm t1 t2
5179
5180 fi
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5182 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5183 do_compare="$gcc_cv_prog_cmp_skip"
5184
5185
5186
5187 # Check whether --enable-bootstrap was given.
5188 if test "${enable_bootstrap+set}" = set; then :
5189   enableval=$enable_bootstrap;
5190 else
5191   enable_bootstrap=default
5192 fi
5193
5194
5195 # Issue errors and warnings for invalid/strange bootstrap combinations.
5196 if test -r $srcdir/gcc/configure; then
5197   have_compiler=yes
5198 else
5199   have_compiler=no
5200 fi
5201
5202 case "$have_compiler:$host:$target:$enable_bootstrap" in
5203   *:*:*:no) ;;
5204
5205   # Default behavior.  Enable bootstrap if we have a compiler
5206   # and we are in a native configuration.
5207   yes:$build:$build:default)
5208     enable_bootstrap=yes ;;
5209
5210   *:*:*:default)
5211     enable_bootstrap=no ;;
5212
5213   # We have a compiler and we are in a native configuration, bootstrap is ok
5214   yes:$build:$build:yes)
5215     ;;
5216
5217   # Other configurations, but we have a compiler.  Assume the user knows
5218   # what he's doing.
5219   yes:*:*:yes)
5220     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5221 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5222     ;;
5223
5224   # No compiler: if they passed --enable-bootstrap explicitly, fail
5225   no:*:*:yes)
5226     as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5227
5228   # Fail if wrong command line
5229   *)
5230     as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5231     ;;
5232 esac
5233
5234 # Used for setting $lt_cv_objdir
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5236 $as_echo_n "checking for objdir... " >&6; }
5237 if test "${lt_cv_objdir+set}" = set; then :
5238   $as_echo_n "(cached) " >&6
5239 else
5240   rm -f .libs 2>/dev/null
5241 mkdir .libs 2>/dev/null
5242 if test -d .libs; then
5243   lt_cv_objdir=.libs
5244 else
5245   # MS-DOS does not allow filenames that begin with a dot.
5246   lt_cv_objdir=_libs
5247 fi
5248 rmdir .libs 2>/dev/null
5249 fi
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5251 $as_echo "$lt_cv_objdir" >&6; }
5252 objdir=$lt_cv_objdir
5253
5254
5255
5256
5257
5258 cat >>confdefs.h <<_ACEOF
5259 #define LT_OBJDIR "$lt_cv_objdir/"
5260 _ACEOF
5261
5262
5263
5264 # Check for GMP, MPFR and MPC
5265 gmplibs="-lmpc -lmpfr -lgmp"
5266 gmpinc=
5267 have_gmp=no
5268
5269 # Specify a location for mpc
5270 # check for this first so it ends up on the link line before mpfr.
5271
5272 # Check whether --with-mpc was given.
5273 if test "${with_mpc+set}" = set; then :
5274   withval=$with_mpc;
5275 fi
5276
5277
5278 # Check whether --with-mpc-include was given.
5279 if test "${with_mpc_include+set}" = set; then :
5280   withval=$with_mpc_include;
5281 fi
5282
5283
5284 # Check whether --with-mpc-lib was given.
5285 if test "${with_mpc_lib+set}" = set; then :
5286   withval=$with_mpc_lib;
5287 fi
5288
5289
5290 if test "x$with_mpc" != x; then
5291   gmplibs="-L$with_mpc/lib $gmplibs"
5292   gmpinc="-I$with_mpc/include $gmpinc"
5293 fi
5294 if test "x$with_mpc_include" != x; then
5295   gmpinc="-I$with_mpc_include $gmpinc"
5296 fi
5297 if test "x$with_mpc_lib" != x; then
5298   gmplibs="-L$with_mpc_lib $gmplibs"
5299 fi
5300 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5301   gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5302   gmpinc='-I$$s/mpc/src '"$gmpinc"
5303   # Do not test the mpc version.  Assume that it is sufficient, since
5304   # it is in the source tree, and the library has not been built yet
5305   # but it would be included on the link line in the version check below
5306   # hence making the test fail.
5307   have_gmp=yes
5308 fi
5309
5310 # Specify a location for mpfr
5311 # check for this first so it ends up on the link line before gmp.
5312
5313 # Check whether --with-mpfr-dir was given.
5314 if test "${with_mpfr_dir+set}" = set; then :
5315   withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5316 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5317 fi
5318
5319
5320
5321 # Check whether --with-mpfr was given.
5322 if test "${with_mpfr+set}" = set; then :
5323   withval=$with_mpfr;
5324 fi
5325
5326
5327 # Check whether --with-mpfr-include was given.
5328 if test "${with_mpfr_include+set}" = set; then :
5329   withval=$with_mpfr_include;
5330 fi
5331
5332
5333 # Check whether --with-mpfr-lib was given.
5334 if test "${with_mpfr_lib+set}" = set; then :
5335   withval=$with_mpfr_lib;
5336 fi
5337
5338
5339 if test "x$with_mpfr" != x; then
5340   gmplibs="-L$with_mpfr/lib $gmplibs"
5341   gmpinc="-I$with_mpfr/include $gmpinc"
5342 fi
5343 if test "x$with_mpfr_include" != x; then
5344   gmpinc="-I$with_mpfr_include $gmpinc"
5345 fi
5346 if test "x$with_mpfr_lib" != x; then
5347   gmplibs="-L$with_mpfr_lib $gmplibs"
5348 fi
5349 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5350   # MPFR v3.1.0 moved the sources into a src sub-directory.
5351   if test -d ${srcdir}/mpfr/src; then
5352     gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5353     gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5354     extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5355   else
5356     gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5357     gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5358     extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5359   fi
5360   # Do not test the mpfr version.  Assume that it is sufficient, since
5361   # it is in the source tree, and the library has not been built yet
5362   # but it would be included on the link line in the version check below
5363   # hence making the test fail.
5364   have_gmp=yes
5365 fi
5366
5367 # Specify a location for gmp
5368
5369 # Check whether --with-gmp-dir was given.
5370 if test "${with_gmp_dir+set}" = set; then :
5371   withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5372 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5373 fi
5374
5375
5376
5377 # Check whether --with-gmp was given.
5378 if test "${with_gmp+set}" = set; then :
5379   withval=$with_gmp;
5380 fi
5381
5382
5383 # Check whether --with-gmp-include was given.
5384 if test "${with_gmp_include+set}" = set; then :
5385   withval=$with_gmp_include;
5386 fi
5387
5388
5389 # Check whether --with-gmp-lib was given.
5390 if test "${with_gmp_lib+set}" = set; then :
5391   withval=$with_gmp_lib;
5392 fi
5393
5394
5395
5396 if test "x$with_gmp" != x; then
5397   gmplibs="-L$with_gmp/lib $gmplibs"
5398   gmpinc="-I$with_gmp/include $gmpinc"
5399 fi
5400 if test "x$with_gmp_include" != x; then
5401   gmpinc="-I$with_gmp_include $gmpinc"
5402 fi
5403 if test "x$with_gmp_lib" != x; then
5404   gmplibs="-L$with_gmp_lib $gmplibs"
5405 fi
5406 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5407   gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5408   gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5409   extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5410   extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5411   extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5412   # Do not test the gmp version.  Assume that it is sufficient, since
5413   # it is in the source tree, and the library has not been built yet
5414   # but it would be included on the link line in the version check below
5415   # hence making the test fail.
5416   have_gmp=yes
5417 fi
5418
5419 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5420   have_gmp=yes
5421   saved_CFLAGS="$CFLAGS"
5422   CFLAGS="$CFLAGS $gmpinc"
5423   # Check for the recommended and required versions of GMP.
5424   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5425 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5426
5427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5428 /* end confdefs.h.  */
5429 #include "gmp.h"
5430 int
5431 main ()
5432 {
5433
5434   #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5435   #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5436   #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5437   choke me
5438   #endif
5439
5440   ;
5441   return 0;
5442 }
5443 _ACEOF
5444 if ac_fn_c_try_compile "$LINENO"; then :
5445   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5446 /* end confdefs.h.  */
5447 #include <gmp.h>
5448 int
5449 main ()
5450 {
5451
5452   #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5453   #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5454   #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5455   choke me
5456   #endif
5457
5458   ;
5459   return 0;
5460 }
5461 _ACEOF
5462 if ac_fn_c_try_compile "$LINENO"; then :
5463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5464 $as_echo "yes" >&6; }
5465 else
5466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5467 $as_echo "buggy but acceptable" >&6; }
5468 fi
5469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5470 else
5471   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5472 $as_echo "no" >&6; }; have_gmp=no
5473 fi
5474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5475
5476   # If we have GMP, check the MPFR version.
5477   if test x"$have_gmp" = xyes; then
5478     # Check for the recommended and required versions of MPFR.
5479     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5480 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5481     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5482 /* end confdefs.h.  */
5483 #include <gmp.h>
5484     #include <mpfr.h>
5485 int
5486 main ()
5487 {
5488
5489     #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5490     choke me
5491     #endif
5492
5493   ;
5494   return 0;
5495 }
5496 _ACEOF
5497 if ac_fn_c_try_compile "$LINENO"; then :
5498   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5499 /* end confdefs.h.  */
5500 #include <gmp.h>
5501     #include <mpfr.h>
5502 int
5503 main ()
5504 {
5505
5506     #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5507     choke me
5508     #endif
5509
5510   ;
5511   return 0;
5512 }
5513 _ACEOF
5514 if ac_fn_c_try_compile "$LINENO"; then :
5515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5516 $as_echo "yes" >&6; }
5517 else
5518   { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5519 $as_echo "buggy but acceptable" >&6; }
5520 fi
5521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5522 else
5523   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5524 $as_echo "no" >&6; }; have_gmp=no
5525 fi
5526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5527   fi
5528
5529   # Check for the MPC header version.
5530   if test x"$have_gmp" = xyes ; then
5531     # Check for the recommended and required versions of MPC.
5532     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5533 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5534     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5535 /* end confdefs.h.  */
5536 #include <mpc.h>
5537 int
5538 main ()
5539 {
5540
5541     #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5542     choke me
5543     #endif
5544
5545   ;
5546   return 0;
5547 }
5548 _ACEOF
5549 if ac_fn_c_try_compile "$LINENO"; then :
5550   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5551 /* end confdefs.h.  */
5552 #include <mpc.h>
5553 int
5554 main ()
5555 {
5556
5557     #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5558     choke me
5559     #endif
5560
5561   ;
5562   return 0;
5563 }
5564 _ACEOF
5565 if ac_fn_c_try_compile "$LINENO"; then :
5566   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5567 $as_echo "yes" >&6; }
5568 else
5569   { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5570 $as_echo "buggy but acceptable" >&6; }
5571 fi
5572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5573 else
5574   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5575 $as_echo "no" >&6; }; have_gmp=no
5576 fi
5577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5578   fi
5579
5580   # Now check the MPFR library.
5581   if test x"$have_gmp" = xyes; then
5582     saved_LIBS="$LIBS"
5583     LIBS="$LIBS $gmplibs"
5584     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5585 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5586     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5587 /* end confdefs.h.  */
5588 #include <mpc.h>
5589 int
5590 main ()
5591 {
5592
5593     mpfr_t n;
5594     mpfr_t x;
5595     mpc_t c;
5596     int t;
5597     mpfr_init (n);
5598     mpfr_init (x);
5599     mpfr_atan2 (n, n, x, GMP_RNDN);
5600     mpfr_erfc (n, x, GMP_RNDN);
5601     mpfr_subnormalize (x, t, GMP_RNDN);
5602     mpfr_clear(n);
5603     mpfr_clear(x);
5604     mpc_init2 (c, 53);
5605     mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5606     mpc_cosh (c, c, MPC_RNDNN);
5607     mpc_pow (c, c, c, MPC_RNDNN);
5608     mpc_acosh (c, c, MPC_RNDNN);
5609     mpc_clear (c);
5610
5611   ;
5612   return 0;
5613 }
5614 _ACEOF
5615 if ac_fn_c_try_link "$LINENO"; then :
5616   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5617 $as_echo "yes" >&6; }
5618 else
5619   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5620 $as_echo "no" >&6; }; have_gmp=no
5621 fi
5622 rm -f core conftest.err conftest.$ac_objext \
5623     conftest$ac_exeext conftest.$ac_ext
5624     LIBS="$saved_LIBS"
5625   fi
5626
5627   CFLAGS="$saved_CFLAGS"
5628
5629 # The library versions listed in the error message below should match
5630 # the HARD-minimums enforced above.
5631   if test x$have_gmp != xyes; then
5632     as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5633 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5634 their locations.  Source code for these libraries can be found at
5635 their respective hosting sites as well as at
5636 ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
5637 http://gcc.gnu.org/install/prerequisites.html for additional info.  If
5638 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5639 make sure that you have installed both the libraries and the header
5640 files.  They may be located in separate packages." "$LINENO" 5
5641   fi
5642 fi
5643
5644 # Flags needed for both GMP, MPFR and/or MPC.
5645
5646
5647
5648
5649
5650
5651
5652 # Allow host libstdc++ to be specified for static linking with PPL.
5653
5654 # Check whether --with-host-libstdcxx was given.
5655 if test "${with_host_libstdcxx+set}" = set; then :
5656   withval=$with_host_libstdcxx;
5657 fi
5658
5659
5660 case $with_host_libstdcxx in
5661   no|yes)
5662     as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5663     ;;
5664 esac
5665
5666 # Libraries to use for stage1 or when not bootstrapping.
5667
5668 # Check whether --with-stage1-libs was given.
5669 if test "${with_stage1_libs+set}" = set; then :
5670   withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5671    stage1_libs=
5672  else
5673    stage1_libs=$withval
5674  fi
5675 else
5676   stage1_libs=$with_host_libstdcxx
5677 fi
5678
5679
5680
5681 # Linker flags to use for stage1 or when not bootstrapping.
5682
5683 # Check whether --with-stage1-ldflags was given.
5684 if test "${with_stage1_ldflags+set}" = set; then :
5685   withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5686    stage1_ldflags=
5687  else
5688    stage1_ldflags=$withval
5689  fi
5690 else
5691   stage1_ldflags=
5692  # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5693  # if supported.  But if the user explicitly specified the libraries to use,
5694  # trust that they are doing what they want.
5695  if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5696    stage1_ldflags="-static-libstdc++ -static-libgcc"
5697  fi
5698 fi
5699
5700
5701
5702 # Libraries to use for stage2 and later builds.  This defaults to the
5703 # argument passed to --with-host-libstdcxx.
5704
5705 # Check whether --with-boot-libs was given.
5706 if test "${with_boot_libs+set}" = set; then :
5707   withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5708    poststage1_libs=
5709  else
5710    poststage1_libs=$withval
5711  fi
5712 else
5713   poststage1_libs=$with_host_libstdcxx
5714 fi
5715
5716
5717
5718 # Linker flags to use for stage2 and later builds.
5719
5720 # Check whether --with-boot-ldflags was given.
5721 if test "${with_boot_ldflags+set}" = set; then :
5722   withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5723    poststage1_ldflags=
5724  else
5725    poststage1_ldflags=$withval
5726  fi
5727 else
5728   poststage1_ldflags=
5729  # In stages 2 and 3, default to linking libstdc++ and libgcc
5730  # statically.  But if the user explicitly specified the libraries to
5731  # use, trust that they are doing what they want.
5732  if test "$poststage1_libs" = ""; then
5733    poststage1_ldflags="-static-libstdc++ -static-libgcc"
5734  fi
5735 fi
5736
5737
5738
5739 # GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5740 # Basic setup is inlined here, actual checks are in config/cloog.m4 and
5741 # config/isl.m4
5742
5743
5744 # Check whether --with-cloog was given.
5745 if test "${with_cloog+set}" = set; then :
5746   withval=$with_cloog;
5747 fi
5748
5749
5750 # Check whether --with-isl was given.
5751 if test "${with_isl+set}" = set; then :
5752   withval=$with_isl;
5753 fi
5754
5755
5756 # Treat either --without-cloog or --without-isl as a request to disable
5757 # GRAPHITE support and skip all following checks.
5758 if test "x$with_isl" != "xno" &&
5759    test "x$with_cloog" != "xno"; then
5760   # Check for ISL
5761
5762
5763 # Check whether --with-isl-include was given.
5764 if test "${with_isl_include+set}" = set; then :
5765   withval=$with_isl_include;
5766 fi
5767
5768
5769 # Check whether --with-isl-lib was given.
5770 if test "${with_isl_lib+set}" = set; then :
5771   withval=$with_isl_lib;
5772 fi
5773
5774
5775   # Check whether --enable-isl-version-check was given.
5776 if test "${enable_isl_version_check+set}" = set; then :
5777   enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5778 else
5779   ENABLE_ISL_CHECK=yes
5780 fi
5781
5782
5783   # Initialize isllibs and islinc.
5784   case $with_isl in
5785     no)
5786       isllibs=
5787       islinc=
5788       ;;
5789     "" | yes)
5790       ;;
5791     *)
5792       isllibs="-L$with_isl/lib"
5793       islinc="-I$with_isl/include"
5794       ;;
5795   esac
5796   if test "x${with_isl_include}" != x ; then
5797     islinc="-I$with_isl_include"
5798   fi
5799   if test "x${with_isl_lib}" != x; then
5800     isllibs="-L$with_isl_lib"
5801   fi
5802         if test "x${islinc}" = x && test "x${isllibs}" = x \
5803      && test -d ${srcdir}/isl; then
5804     isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5805     islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5806     ENABLE_ISL_CHECK=no
5807   fi
5808
5809
5810
5811   if test "${ENABLE_ISL_CHECK}" = yes ; then
5812     _isl_saved_CFLAGS=$CFLAGS
5813     _isl_saved_LDFLAGS=$LDFLAGS
5814     _isl_saved_LIBS=$LIBS
5815
5816     CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5817     LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5818     LIBS="${_isl_saved_LIBS} -lisl"
5819     echo $CFLAGS
5820
5821     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5822 $as_echo_n "checking for version 0.10 of ISL... " >&6; }
5823 if test "${gcc_cv_isl+set}" = set; then :
5824   $as_echo_n "(cached) " >&6
5825 else
5826   if test "$cross_compiling" = yes; then :
5827   gcc_cv_isl=yes
5828 else
5829   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5830 /* end confdefs.h.  */
5831 #include <isl/version.h>
5832    #include <string.h>
5833 int
5834 main ()
5835 {
5836 if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5837      return 1;
5838
5839   ;
5840   return 0;
5841 }
5842 _ACEOF
5843 if ac_fn_c_try_run "$LINENO"; then :
5844   gcc_cv_isl=yes
5845 else
5846   gcc_cv_isl=no
5847 fi
5848 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5849   conftest.$ac_objext conftest.beam conftest.$ac_ext
5850 fi
5851
5852 fi
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5854 $as_echo "$gcc_cv_isl" >&6; }
5855
5856     CFLAGS=$_isl_saved_CFLAGS
5857     LDFLAGS=$_isl_saved_LDFLAGS
5858     LIBS=$_isl_saved_LIBS
5859   fi
5860
5861
5862
5863
5864
5865
5866   if test "x${with_isl}" = xno; then
5867     graphite_requested=no
5868   elif test "x${with_isl}" != x \
5869     || test "x${with_isl_include}" != x \
5870     || test "x${with_isl_lib}" != x ; then
5871     graphite_requested=yes
5872   else
5873     graphite_requested=no
5874   fi
5875
5876
5877
5878   if test "${gcc_cv_isl}" = no ; then
5879     isllibs=
5880     islinc=
5881   fi
5882
5883   if test "${graphite_requested}" = yes \
5884     && test "x${isllibs}" = x \
5885     && test "x${islinc}" = x ; then
5886
5887     as_fn_error "Unable to find a usable ISL.  See config.log for details." "$LINENO" 5
5888   fi
5889
5890
5891
5892   if test "x$gcc_cv_isl" != "xno"; then
5893     # Check for CLOOG
5894
5895
5896 # Check whether --with-cloog-include was given.
5897 if test "${with_cloog_include+set}" = set; then :
5898   withval=$with_cloog_include;
5899 fi
5900
5901
5902 # Check whether --with-cloog-lib was given.
5903 if test "${with_cloog_lib+set}" = set; then :
5904   withval=$with_cloog_lib;
5905 fi
5906
5907
5908   # Check whether --enable-cloog-version-check was given.
5909 if test "${enable_cloog_version_check+set}" = set; then :
5910   enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5911 else
5912   ENABLE_CLOOG_CHECK=yes
5913 fi
5914
5915
5916   # Initialize clooglibs and clooginc.
5917   case $with_cloog in
5918     no)
5919       clooglibs=
5920       clooginc=
5921       ;;
5922     "" | yes)
5923       ;;
5924     *)
5925       clooglibs="-L$with_cloog/lib"
5926       clooginc="-I$with_cloog/include"
5927       ;;
5928   esac
5929   if test "x${with_cloog_include}" != x ; then
5930     clooginc="-I$with_cloog_include"
5931   fi
5932   if test "x${with_cloog_lib}" != x; then
5933     clooglibs="-L$with_cloog_lib"
5934   fi
5935       if test "x${clooginc}" = x && test "x${clooglibs}" = x \
5936      && test -d ${srcdir}/cloog; then
5937      clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5938      clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
5939   fi
5940
5941   clooginc="-DCLOOG_INT_GMP ${clooginc}"
5942   clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
5943
5944
5945
5946
5947
5948   if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5949     _cloog_saved_CFLAGS=$CFLAGS
5950     _cloog_saved_LDFLAGS=$LDFLAGS
5951
5952     CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
5953     LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
5954
5955     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
5956 $as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
5957 if test "${gcc_cv_cloog+set}" = set; then :
5958   $as_echo_n "(cached) " >&6
5959 else
5960   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5961 /* end confdefs.h.  */
5962 #include "cloog/version.h"
5963 int
5964 main ()
5965 {
5966 #if CLOOG_VERSION_MAJOR != 0 \
5967     || CLOOG_VERSION_MINOR != 17 \
5968     || CLOOG_VERSION_REVISION < 0
5969     choke me
5970    #endif
5971   ;
5972   return 0;
5973 }
5974 _ACEOF
5975 if ac_fn_c_try_compile "$LINENO"; then :
5976   gcc_cv_cloog=yes
5977 else
5978   gcc_cv_cloog=no
5979 fi
5980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5981 fi
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
5983 $as_echo "$gcc_cv_cloog" >&6; }
5984
5985     CFLAGS=$_cloog_saved_CFLAGS
5986     LDFLAGS=$_cloog_saved_LDFLAGS
5987   fi
5988
5989
5990
5991
5992
5993
5994
5995   if test "x${with_cloog}" = xno; then
5996     graphite_requested=no
5997   elif test "x${with_cloog}" != x \
5998     || test "x${with_cloog_include}" != x \
5999     || test "x${with_cloog_lib}" != x ; then
6000     graphite_requested=yes
6001   else
6002     graphite_requested=no
6003   fi
6004
6005
6006
6007   if test "${gcc_cv_cloog}" = no ; then
6008     clooglibs=
6009     clooginc=
6010   fi
6011
6012   if test "${graphite_requested}" = yes \
6013     && test "x${clooglibs}" = x \
6014     && test "x${clooginc}" = x ; then
6015
6016       as_fn_error "Unable to find a usable CLooG.  See config.log for details." "$LINENO" 5
6017   fi
6018
6019
6020   fi
6021 fi
6022
6023 # If either the ISL or the CLooG check failed, disable builds of in-tree
6024 # variants of both
6025 if test "x$with_isl" = xno ||
6026    test "x$with_cloog" = xno ||
6027    test "x$gcc_cv_cloog" = xno ||
6028    test "x$gcc_cv_isl" = xno; then
6029   noconfigdirs="$noconfigdirs cloog isl"
6030   islinc=
6031   clooginc=
6032   clooglibs=
6033 fi
6034
6035
6036
6037
6038
6039
6040 # Check for LTO support.
6041 # Check whether --enable-lto was given.
6042 if test "${enable_lto+set}" = set; then :
6043   enableval=$enable_lto; enable_lto=$enableval
6044 else
6045   enable_lto=yes; default_enable_lto=yes
6046 fi
6047
6048
6049
6050
6051
6052 target_elf=no
6053 case $target in
6054   *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6055   *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
6056   alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6057     target_elf=no
6058     ;;
6059   *)
6060     target_elf=yes
6061     ;;
6062 esac
6063
6064 if test $target_elf = yes; then :
6065   # ELF platforms build the lto-plugin always.
6066   build_lto_plugin=yes
6067
6068 else
6069   if test x"$default_enable_lto" = x"yes" ; then
6070     case $target in
6071       *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
6072       # On other non-ELF platforms, LTO has yet to be validated.
6073       *) enable_lto=no ;;
6074     esac
6075   else
6076   # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6077   # It would also be nice to check the binutils support, but we don't
6078   # have gcc_GAS_CHECK_FEATURE available here.  For now, we'll just
6079   # warn during gcc/ subconfigure; unless you're bootstrapping with
6080   # -flto it won't be needed until after installation anyway.
6081     case $target in
6082       *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6083       *) if test x"$enable_lto" = x"yes"; then
6084         as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6085         fi
6086       ;;
6087     esac
6088   fi
6089   # Among non-ELF, only Windows platforms support the lto-plugin so far.
6090   # Build it unless LTO was explicitly disabled.
6091   case $target in
6092     *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6093     *) ;;
6094   esac
6095
6096 fi
6097
6098
6099
6100 # By default, C and C++ are the only stage 1 languages.
6101 stage1_languages=,c,
6102
6103 # Target libraries that we bootstrap.
6104 bootstrap_target_libs=,target-libgcc,
6105
6106 # Figure out what language subdirectories are present.
6107 # Look if the user specified --enable-languages="..."; if not, use
6108 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6109 # go away some day.
6110 # NB:  embedded tabs in this IF block -- do not untabify
6111 if test -d ${srcdir}/gcc; then
6112   if test x"${enable_languages+set}" != xset; then
6113     if test x"${LANGUAGES+set}" = xset; then
6114       enable_languages="${LANGUAGES}"
6115         echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6116     else
6117       enable_languages=all
6118     fi
6119   else
6120     if test x"${enable_languages}" = x ||
6121        test x"${enable_languages}" = xyes;
6122        then
6123       echo configure.in: --enable-languages needs at least one language argument 1>&2
6124       exit 1
6125     fi
6126   fi
6127   enable_languages=`echo "${enable_languages}" | sed -e 's/[    ,][     ,]*/,/g' -e 's/,$//'`
6128
6129   # 'f95' is the old name for the 'fortran' language. We issue a warning
6130   # and make the substitution.
6131   case ,${enable_languages}, in
6132     *,f95,*)
6133       echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6134       enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6135       ;;
6136   esac
6137
6138   # If bootstrapping, C++ must be enabled.
6139   case ",$enable_languages,:$enable_bootstrap" in
6140     *,c++,*:*) ;;
6141     *:yes)
6142       if test -f ${srcdir}/gcc/cp/config-lang.in; then
6143         enable_languages="${enable_languages},c++"
6144       else
6145         as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
6146       fi
6147       ;;
6148   esac
6149
6150   # First scan to see if an enabled language requires some other language.
6151   # We assume that a given config-lang.in will list all the language
6152   # front ends it requires, even if some are required indirectly.
6153   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6154     case ${lang_frag} in
6155       ..) ;;
6156       # The odd quoting in the next line works around
6157       # an apparent bug in bash 1.12 on linux.
6158       ${srcdir}/gcc/[*]/config-lang.in) ;;
6159       *)
6160         # From the config-lang.in, get $language, $lang_requires, and
6161         # $lang_requires_boot_languages.
6162         language=
6163         lang_requires=
6164         lang_requires_boot_languages=
6165         . ${lang_frag}
6166         for other in ${lang_requires} ${lang_requires_boot_languages}; do
6167           case ,${enable_languages}, in
6168             *,$other,*) ;;
6169             *,all,*) ;;
6170             *,$language,*)
6171               echo " \`$other' language required by \`$language'; enabling" 1>&2
6172               enable_languages="${enable_languages},${other}"
6173               ;;
6174           esac
6175         done
6176         for other in ${lang_requires_boot_languages} ; do
6177           if test "$other" != "c"; then
6178             case ,${enable_stage1_languages}, in
6179               *,$other,*) ;;
6180               *,all,*) ;;
6181               *)
6182                 case ,${enable_languages}, in
6183                   *,$language,*)
6184                     echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6185                     enable_stage1_languages="$enable_stage1_languages,${other}"
6186                     ;;
6187                 esac
6188                 ;;
6189             esac
6190           fi
6191         done
6192         ;;
6193     esac
6194   done
6195
6196   new_enable_languages=,c,
6197
6198   # If LTO is enabled, add the LTO front end.
6199   extra_host_libiberty_configure_flags=
6200   if test "$enable_lto" = "yes" ; then
6201     case ,${enable_languages}, in
6202       *,lto,*) ;;
6203       *) enable_languages="${enable_languages},lto" ;;
6204     esac
6205     if test "${build_lto_plugin}" = "yes" ; then
6206       configdirs="$configdirs lto-plugin"
6207       extra_host_libiberty_configure_flags=--enable-shared
6208     fi
6209   fi
6210
6211
6212   missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6213   potential_languages=,c,
6214
6215   enabled_target_libs=
6216   disabled_target_libs=
6217
6218   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6219     case ${lang_frag} in
6220       ..) ;;
6221       # The odd quoting in the next line works around
6222       # an apparent bug in bash 1.12 on linux.
6223       ${srcdir}/gcc/[*]/config-lang.in) ;;
6224       *)
6225         # From the config-lang.in, get $language, $target_libs,
6226         # $lang_dirs, $boot_language, and $build_by_default
6227         language=
6228         target_libs=
6229         lang_dirs=
6230         subdir_requires=
6231         boot_language=no
6232         build_by_default=yes
6233         . ${lang_frag}
6234         if test x${language} = x; then
6235           echo "${lang_frag} doesn't set \$language." 1>&2
6236           exit 1
6237         fi
6238
6239         if test "$language" = "c++"; then
6240           boot_language=yes
6241         fi
6242
6243         add_this_lang=no
6244         case ,${enable_languages}, in
6245           *,${language},*)
6246             # Language was explicitly selected; include it
6247             # unless it is C, which is enabled by default.
6248             if test "$language" != "c"; then
6249               add_this_lang=yes
6250             fi
6251             ;;
6252           *,all,*)
6253             # 'all' was selected, select it if it is a default language
6254             if test "$language" != "c"; then
6255               add_this_lang=${build_by_default}
6256             fi
6257             ;;
6258         esac
6259
6260         # Disable languages that need other directories if these aren't available.
6261         for i in $subdir_requires; do
6262           test -f "$srcdir/gcc/$i/config-lang.in" && continue
6263           case ,${enable_languages}, in
6264             *,${language},*)
6265               # Specifically requested language; tell them.
6266               as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6267               ;;
6268             *)
6269               # Silently disable.
6270               add_this_lang=unsupported
6271               ;;
6272           esac
6273         done
6274
6275         # Disable Ada if no preexisting GNAT is available.
6276         case ,${enable_languages},:${language}:${have_gnat} in
6277           *,${language},*:ada:no)
6278             # Specifically requested language; tell them.
6279             as_fn_error "GNAT is required to build $language" "$LINENO" 5
6280             ;;
6281           *:ada:no)
6282             # Silently disable.
6283             add_this_lang=unsupported
6284             ;;
6285         esac
6286
6287         # Disable a language that is unsupported by the target.
6288         case " $unsupported_languages " in
6289           *" $language "*)
6290             add_this_lang=unsupported
6291             ;;
6292         esac
6293
6294         case $add_this_lang in
6295           unsupported)
6296             # Remove language-dependent dirs.
6297             disabled_target_libs="$disabled_target_libs $target_libs"
6298             noconfigdirs="$noconfigdirs $lang_dirs"
6299             ;;
6300           no)
6301             # Remove language-dependent dirs; still show language as supported.
6302             disabled_target_libs="$disabled_target_libs $target_libs"
6303             noconfigdirs="$noconfigdirs $lang_dirs"
6304             potential_languages="${potential_languages}${language},"
6305             ;;
6306           yes)
6307             new_enable_languages="${new_enable_languages}${language},"
6308             potential_languages="${potential_languages}${language},"
6309             missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6310             enabled_target_libs="$enabled_target_libs $target_libs"
6311             case "${boot_language}:,$enable_stage1_languages," in
6312               yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6313                 # Add to (comma-separated) list of stage 1 languages.
6314                 case ",$stage1_languages," in
6315                   *,$language,* | ,yes, | ,all,) ;;
6316                   *) stage1_languages="${stage1_languages}${language}," ;;
6317                 esac
6318                 # We need to bootstrap any supporting libraries.
6319                 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6320                 ;;
6321             esac
6322             ;;
6323         esac
6324         ;;
6325     esac
6326   done
6327
6328   # Add target libraries which are only needed for disabled languages
6329   # to noconfigdirs.
6330   if test -n "$disabled_target_libs"; then
6331     for dir in $disabled_target_libs; do
6332       case " $enabled_target_libs " in
6333       *" ${dir} "*) ;;
6334       *) noconfigdirs="$noconfigdirs $dir" ;;
6335       esac
6336     done
6337   fi
6338
6339   # Check whether --enable-stage1-languages was given.
6340 if test "${enable_stage1_languages+set}" = set; then :
6341   enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6342     ,no,|,,)
6343       # Set it to something that will have no effect in the loop below
6344       enable_stage1_languages=c ;;
6345     ,yes,)
6346       enable_stage1_languages=`echo $new_enable_languages | \
6347         sed -e "s/^,//" -e "s/,$//" ` ;;
6348     *,all,*)
6349       enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6350         sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6351   esac
6352
6353   # Add "good" languages from enable_stage1_languages to stage1_languages,
6354   # while "bad" languages go in missing_languages.  Leave no duplicates.
6355   for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6356     case $potential_languages in
6357       *,$i,*)
6358         case $stage1_languages in
6359           *,$i,*) ;;
6360           *) stage1_languages="$stage1_languages$i," ;;
6361         esac ;;
6362       *)
6363         case $missing_languages in
6364           *,$i,*) ;;
6365           *) missing_languages="$missing_languages$i," ;;
6366         esac ;;
6367      esac
6368   done
6369 fi
6370
6371
6372   # Remove leading/trailing commas that were added for simplicity
6373   potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6374   missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6375   stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6376   new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6377
6378   if test "x$missing_languages" != x; then
6379     as_fn_error "
6380 The following requested languages could not be built: ${missing_languages}
6381 Supported languages are: ${potential_languages}" "$LINENO" 5
6382   fi
6383   if test "x$new_enable_languages" != "x$enable_languages"; then
6384     echo The following languages will be built: ${new_enable_languages}
6385     enable_languages="$new_enable_languages"
6386   fi
6387
6388
6389   ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6390 fi
6391
6392 # Handle --disable-<component> generically.
6393 for dir in $configdirs $build_configdirs $target_configdirs ; do
6394   dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6395   varname=`echo $dirname | sed -e s/+/_/g`
6396   if eval test x\${enable_${varname}} "=" xno ; then
6397     noconfigdirs="$noconfigdirs $dir"
6398   fi
6399 done
6400
6401 # Check for Boehm's garbage collector
6402 # Check whether --enable-objc-gc was given.
6403 if test "${enable_objc_gc+set}" = set; then :
6404   enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6405   *,objc,*:*:yes:*target-boehm-gc*)
6406     as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6407     ;;
6408 esac
6409 fi
6410
6411
6412 # Make sure we only build Boehm's garbage collector if required.
6413 case ,${enable_languages},:${enable_objc_gc} in
6414   *,objc,*:yes)
6415     # Keep target-boehm-gc if requested for Objective-C.
6416     ;;
6417   *)
6418     # Otherwise remove target-boehm-gc depending on target-libjava.
6419     if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6420       noconfigdirs="$noconfigdirs target-boehm-gc"
6421     fi
6422     ;;
6423 esac
6424
6425 # Disable libitm if we're not building C++
6426 case ,${enable_languages}, in
6427   *,c++,*) ;;
6428   *)
6429     noconfigdirs="$noconfigdirs target-libitm"
6430     ;;
6431 esac
6432
6433 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6434 # $build_configdirs and $target_configdirs.
6435 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6436
6437 notsupp=""
6438 for dir in . $skipdirs $noconfigdirs ; do
6439   dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6440   if test $dir != .  && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6441     configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6442     if test -r $srcdir/$dirname/configure ; then
6443       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6444         true
6445       else
6446         notsupp="$notsupp $dir"
6447       fi
6448     fi
6449   fi
6450   if test $dir != .  && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6451     build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6452     if test -r $srcdir/$dirname/configure ; then
6453       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6454         true
6455       else
6456         notsupp="$notsupp $dir"
6457       fi
6458     fi
6459   fi
6460   if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6461     target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6462     if test -r $srcdir/$dirname/configure ; then
6463       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6464         true
6465       else
6466         notsupp="$notsupp $dir"
6467       fi
6468     fi
6469   fi
6470 done
6471
6472 # Quietly strip out all directories which aren't configurable in this tree.
6473 # This relies on all configurable subdirectories being autoconfiscated, which
6474 # is now the case.
6475 build_configdirs_all="$build_configdirs"
6476 build_configdirs=
6477 for i in ${build_configdirs_all} ; do
6478   j=`echo $i | sed -e s/build-//g`
6479   if test -f ${srcdir}/$j/configure ; then
6480     build_configdirs="${build_configdirs} $i"
6481   fi
6482 done
6483
6484 configdirs_all="$configdirs"
6485 configdirs=
6486 for i in ${configdirs_all} ; do
6487   if test -f ${srcdir}/$i/configure ; then
6488     configdirs="${configdirs} $i"
6489   fi
6490 done
6491
6492 target_configdirs_all="$target_configdirs"
6493 target_configdirs=
6494 for i in ${target_configdirs_all} ; do
6495   j=`echo $i | sed -e s/target-//g`
6496   if test -f ${srcdir}/$j/configure ; then
6497     target_configdirs="${target_configdirs} $i"
6498   fi
6499 done
6500
6501 # Produce a warning message for the subdirs we can't configure.
6502 # This isn't especially interesting in the Cygnus tree, but in the individual
6503 # FSF releases, it's important to let people know when their machine isn't
6504 # supported by the one or two programs in a package.
6505
6506 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6507   # If $appdirs is non-empty, at least one of those directories must still
6508   # be configured, or we error out.  (E.g., if the gas release supports a
6509   # specified target in some subdirs but not the gas subdir, we shouldn't
6510   # pretend that all is well.)
6511   if test -n "$appdirs" ; then
6512     for dir in $appdirs ; do
6513       if test -r $dir/Makefile.in ; then
6514         if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6515           appdirs=""
6516           break
6517         fi
6518         if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6519           appdirs=""
6520           break
6521         fi
6522       fi
6523     done
6524     if test -n "$appdirs" ; then
6525       echo "*** This configuration is not supported by this package." 1>&2
6526       exit 1
6527     fi
6528   fi
6529   # Okay, some application will build, or we don't care to check.  Still
6530   # notify of subdirs not getting built.
6531   echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6532   echo "    ${notsupp}" 1>&2
6533   echo "    (Any other directories should still work fine.)" 1>&2
6534 fi
6535
6536 case "$host" in
6537   *msdosdjgpp*)
6538     enable_gdbtk=no ;;
6539 esac
6540
6541 # To find our prefix, in gcc_cv_tool_prefix.
6542
6543 # The user is always right.
6544 if test "${PATH_SEPARATOR+set}" != set; then
6545   echo "#! /bin/sh" >conf$$.sh
6546   echo  "exit 0"   >>conf$$.sh
6547   chmod +x conf$$.sh
6548   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6549     PATH_SEPARATOR=';'
6550   else
6551     PATH_SEPARATOR=:
6552   fi
6553   rm -f conf$$.sh
6554 fi
6555
6556
6557
6558 if test "x$exec_prefix" = xNONE; then
6559         if test "x$prefix" = xNONE; then
6560                 gcc_cv_tool_prefix=$ac_default_prefix
6561         else
6562                 gcc_cv_tool_prefix=$prefix
6563         fi
6564 else
6565         gcc_cv_tool_prefix=$exec_prefix
6566 fi
6567
6568 # If there is no compiler in the tree, use the PATH only.  In any
6569 # case, if there is no compiler in the tree nobody should use
6570 # AS_FOR_TARGET and LD_FOR_TARGET.
6571 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6572     gcc_version=`cat $srcdir/gcc/BASE-VER`
6573     gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6574     gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6575     gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6576     gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6577     gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6578     gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6579 else
6580     gcc_cv_tool_dirs=
6581 fi
6582
6583 if test x$build = x$target && test -n "$md_exec_prefix"; then
6584         gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6585 fi
6586
6587
6588
6589 copy_dirs=
6590
6591
6592 # Check whether --with-build-sysroot was given.
6593 if test "${with_build_sysroot+set}" = set; then :
6594   withval=$with_build_sysroot; if test x"$withval" != x ; then
6595      SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6596    fi
6597 else
6598   SYSROOT_CFLAGS_FOR_TARGET=
6599 fi
6600
6601
6602
6603
6604 # Check whether --with-debug-prefix-map was given.
6605 if test "${with_debug_prefix_map+set}" = set; then :
6606   withval=$with_debug_prefix_map; if test x"$withval" != x; then
6607      DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6608      for debug_map in $withval; do
6609        DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6610      done
6611    fi
6612 else
6613   DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6614 fi
6615
6616
6617
6618 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6619 # might be empty or "-g".  We don't require a C++ compiler, so CXXFLAGS
6620 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6621 # We want to ensure that TARGET libraries (which we know are built with
6622 # gcc) are built with "-O2 -g", so include those options when setting
6623 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6624 if test "x$CFLAGS_FOR_TARGET" = x; then
6625   CFLAGS_FOR_TARGET=$CFLAGS
6626   case " $CFLAGS " in
6627     *" -O2 "*) ;;
6628     *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6629   esac
6630   case " $CFLAGS " in
6631     *" -g "* | *" -g3 "*) ;;
6632     *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6633   esac
6634 fi
6635
6636
6637 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6638   CXXFLAGS_FOR_TARGET=$CXXFLAGS
6639   case " $CXXFLAGS " in
6640     *" -O2 "*) ;;
6641     *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6642   esac
6643   case " $CXXFLAGS " in
6644     *" -g "* | *" -g3 "*) ;;
6645     *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6646   esac
6647 fi
6648
6649
6650
6651
6652 # Handle --with-headers=XXX.  If the value is not "yes", the contents of
6653 # the named directory are copied to $(tooldir)/sys-include.
6654 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6655   if test x${is_cross_compiler} = xno ; then
6656     echo 1>&2 '***' --with-headers is only supported when cross compiling
6657     exit 1
6658   fi
6659   if test x"${with_headers}" != xyes ; then
6660     x=${gcc_cv_tool_prefix}
6661     copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6662   fi
6663 fi
6664
6665 # Handle --with-libs=XXX.  If the value is not "yes", the contents of
6666 # the name directories are copied to $(tooldir)/lib.  Multiple directories
6667 # are permitted.
6668 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6669   if test x${is_cross_compiler} = xno ; then
6670     echo 1>&2 '***' --with-libs is only supported when cross compiling
6671     exit 1
6672   fi
6673   if test x"${with_libs}" != xyes ; then
6674     # Copy the libraries in reverse order, so that files in the first named
6675     # library override files in subsequent libraries.
6676     x=${gcc_cv_tool_prefix}
6677     for l in ${with_libs}; do
6678       copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6679     done
6680   fi
6681 fi
6682
6683 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6684 #
6685 # This is done by determining whether or not the appropriate directory
6686 # is available, and by checking whether or not specific configurations
6687 # have requested that this magic not happen.
6688 #
6689 # The command line options always override the explicit settings in
6690 # configure.in, and the settings in configure.in override this magic.
6691 #
6692 # If the default for a toolchain is to use GNU as and ld, and you don't
6693 # want to do that, then you should use the --without-gnu-as and
6694 # --without-gnu-ld options for the configure script.  Similarly, if
6695 # the default is to use the included zlib and you don't want to do that,
6696 # you should use the --with-system-zlib option for the configure script.
6697
6698 if test x${use_gnu_as} = x &&
6699    echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6700   with_gnu_as=yes
6701   extra_host_args="$extra_host_args --with-gnu-as"
6702 fi
6703
6704 if test x${use_gnu_ld} = x &&
6705    echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6706   with_gnu_ld=yes
6707   extra_host_args="$extra_host_args --with-gnu-ld"
6708 fi
6709
6710 if test x${use_included_zlib} = x &&
6711    echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6712   :
6713 else
6714   with_system_zlib=yes
6715   extra_host_args="$extra_host_args --with-system-zlib"
6716 fi
6717
6718 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6719 # can detect this case.
6720
6721 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6722   with_newlib=yes
6723   extra_host_args="$extra_host_args --with-newlib"
6724 fi
6725
6726 # Handle ${copy_dirs}
6727 set fnord ${copy_dirs}
6728 shift
6729 while test $# != 0 ; do
6730   if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6731     :
6732   else
6733     echo Copying $1 to $2
6734
6735     # Use the install script to create the directory and all required
6736     # parent directories.
6737     if test -d $2 ; then
6738       :
6739     else
6740       echo >config.temp
6741       ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6742     fi
6743
6744     # Copy the directory, assuming we have tar.
6745     # FIXME: Should we use B in the second tar?  Not all systems support it.
6746     (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6747
6748     # It is the responsibility of the user to correctly adjust all
6749     # symlinks.  If somebody can figure out how to handle them correctly
6750     # here, feel free to add the code.
6751
6752     echo $1 > $2/COPIED
6753   fi
6754   shift; shift
6755 done
6756
6757 # Determine a target-dependent exec_prefix that the installed
6758 # gcc will search in.  Keep this list sorted by triplet, with
6759 # the *-*-osname triplets last.
6760 md_exec_prefix=
6761 case "${target}" in
6762   i[34567]86-pc-msdosdjgpp*)
6763     md_exec_prefix=/dev/env/DJDIR/bin
6764     ;;
6765   *-*-hpux* | \
6766   *-*-nto-qnx* | \
6767   *-*-solaris2*)
6768     md_exec_prefix=/usr/ccs/bin
6769     ;;
6770 esac
6771
6772 extra_arflags_for_target=
6773 extra_nmflags_for_target=
6774 extra_ranlibflags_for_target=
6775 target_makefile_frag=/dev/null
6776 case "${target}" in
6777   spu-*-*)
6778     target_makefile_frag="config/mt-spu"
6779     ;;
6780   mips*-sde-elf* | mips*-mti-elf*)
6781     target_makefile_frag="config/mt-sde"
6782     ;;
6783   mipsisa*-*-elfoabi*)
6784     target_makefile_frag="config/mt-mips-elfoabi"
6785     ;;
6786   mips*-*-*linux* | mips*-*-gnu*)
6787     target_makefile_frag="config/mt-mips-gnu"
6788     ;;
6789   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6790     target_makefile_frag="config/mt-gnu"
6791     ;;
6792   *-*-aix4.[3456789]* | *-*-aix[56789].*)
6793     # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6794     # commands to handle both 32-bit and 64-bit objects.  These flags are
6795     # harmless if we're using GNU nm or ar.
6796     extra_arflags_for_target=" -X32_64"
6797     extra_nmflags_for_target=" -B -X32_64"
6798     ;;
6799 esac
6800
6801 alphaieee_frag=/dev/null
6802 case $target in
6803   alpha*-*-*)
6804     # This just makes sure to use the -mieee option to build target libs.
6805     # This should probably be set individually by each library.
6806     alphaieee_frag="config/mt-alphaieee"
6807     ;;
6808 esac
6809
6810 # If --enable-target-optspace always use -Os instead of -O2 to build
6811 # the target libraries, similarly if it is not specified, use -Os
6812 # on selected platforms.
6813 ospace_frag=/dev/null
6814 case "${enable_target_optspace}:${target}" in
6815   yes:*)
6816     ospace_frag="config/mt-ospace"
6817     ;;
6818   :d30v-*)
6819     ospace_frag="config/mt-d30v"
6820     ;;
6821   :m32r-* | :d10v-* | :fr30-*)
6822     ospace_frag="config/mt-ospace"
6823     ;;
6824   no:* | :*)
6825     ;;
6826   *)
6827     echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6828     ;;
6829 esac
6830
6831 # Some systems (e.g., one of the i386-aix systems the gas testers are
6832 # using) don't handle "\$" correctly, so don't use it here.
6833 tooldir='${exec_prefix}'/${target_noncanonical}
6834 build_tooldir=${tooldir}
6835
6836 # Create a .gdbinit file which runs the one in srcdir
6837 # and tells GDB to look there for source files.
6838
6839 if test -r ${srcdir}/.gdbinit ; then
6840   case ${srcdir} in
6841     .) ;;
6842     *) cat > ./.gdbinit <<EOF
6843 # ${NO_EDIT}
6844 dir ${srcdir}
6845 dir .
6846 source ${srcdir}/.gdbinit
6847 EOF
6848     ;;
6849   esac
6850 fi
6851
6852 # Make sure that the compiler is able to generate an executable.  If it
6853 # can't, we are probably in trouble.  We don't care whether we can run the
6854 # executable--we might be using a cross compiler--we only care whether it
6855 # can be created.  At this point the main configure script has set CC.
6856 we_are_ok=no
6857 echo "int main () { return 0; }" > conftest.c
6858 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6859 if test $? = 0 ; then
6860   if test -s conftest || test -s conftest.exe ; then
6861     we_are_ok=yes
6862   fi
6863 fi
6864 case $we_are_ok in
6865   no)
6866     echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6867     echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6868     rm -f conftest*
6869     exit 1
6870     ;;
6871 esac
6872 rm -f conftest*
6873
6874 # Decide which environment variable is used to find dynamic libraries.
6875 case "${host}" in
6876   *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6877   *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6878   *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6879   *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6880 esac
6881
6882 # On systems where the dynamic library environment variable is PATH,
6883 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6884 # built executables to PATH.
6885 if test "$RPATH_ENVVAR" = PATH; then
6886   GCC_SHLIB_SUBDIR=/shlib
6887 else
6888   GCC_SHLIB_SUBDIR=
6889 fi
6890
6891 # Record target_configdirs and the configure arguments for target and
6892 # build configuration in Makefile.
6893 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6894 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6895
6896 # If we are building libgomp, bootstrap it.
6897 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6898   bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6899 fi
6900
6901 # Determine whether gdb needs tk/tcl or not.
6902 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6903 # and in that case we want gdb to be built without tk.  Ugh!
6904 # In fact I believe gdb is the *only* package directly dependent on tk,
6905 # so we should be able to put the 'maybe's in unconditionally and
6906 # leave out the maybe dependencies when enable_gdbtk is false.  I'm not
6907 # 100% sure that that's safe though.
6908
6909 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6910 case "$enable_gdbtk" in
6911   no)
6912     GDB_TK="" ;;
6913   yes)
6914     GDB_TK="${gdb_tk}" ;;
6915   *)
6916     # Only add the dependency on gdbtk when GDBtk is part of the gdb
6917     # distro.  Eventually someone will fix this and move Insight, nee
6918     # gdbtk to a separate directory.
6919     if test -d ${srcdir}/gdb/gdbtk ; then
6920       GDB_TK="${gdb_tk}"
6921     else
6922       GDB_TK=""
6923     fi
6924     ;;
6925 esac
6926 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6927 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
6928
6929 # Strip out unwanted targets.
6930
6931 # While at that, we remove Makefiles if we were started for recursive
6932 # configuration, so that the top-level Makefile reconfigures them,
6933 # like we used to do when configure itself was recursive.
6934
6935 # Loop over modules.  We used to use the "$extrasub" feature from Autoconf
6936 # but now we're fixing up the Makefile ourselves with the additional
6937 # commands passed to AC_CONFIG_FILES.  Use separate variables
6938 # extrasub-{build,host,target} not because there is any reason to split
6939 # the substitutions up that way, but only to remain below the limit of
6940 # 99 commands in a script, for HP-UX sed.
6941 # Do not nest @if/@endif pairs, because configure will not warn you at all.
6942
6943 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6944   yes:yes:*\ gold\ *:*,c++,*) ;;
6945   yes:yes:*\ gold\ *:*)
6946     as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6947     ;;
6948 esac
6949
6950 # Adjust the toplevel makefile according to whether bootstrap was selected.
6951 case $enable_bootstrap in
6952   yes)
6953     bootstrap_suffix=bootstrap
6954     BUILD_CONFIG=bootstrap-debug
6955     ;;
6956   no)
6957     bootstrap_suffix=no-bootstrap
6958     BUILD_CONFIG=
6959     ;;
6960 esac
6961
6962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6963 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6964
6965
6966 # Check whether --with-build-config was given.
6967 if test "${with_build_config+set}" = set; then :
6968   withval=$with_build_config; case $with_build_config in
6969    yes) with_build_config= ;;
6970    no) with_build_config= BUILD_CONFIG= ;;
6971    esac
6972 fi
6973
6974
6975 if test "x${with_build_config}" != x; then
6976   BUILD_CONFIG=$with_build_config
6977 else
6978   case $BUILD_CONFIG in
6979   bootstrap-debug)
6980     if echo "int f (void) { return 0; }" > conftest.c &&
6981        ${CC} -c conftest.c &&
6982        mv conftest.o conftest.o.g0 &&
6983        ${CC} -c -g conftest.c &&
6984        mv conftest.o conftest.o.g &&
6985        ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
6986       :
6987     else
6988       BUILD_CONFIG=
6989     fi
6990     rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6991     ;;
6992   esac
6993 fi
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
6995 $as_echo "$BUILD_CONFIG" >&6; }
6996
6997
6998 extrasub_build=
6999 for module in ${build_configdirs} ; do
7000   if test -z "${no_recursion}" \
7001      && test -f ${build_subdir}/${module}/Makefile; then
7002     echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7003     rm -f ${build_subdir}/${module}/Makefile
7004   fi
7005   extrasub_build="$extrasub_build
7006 /^@if build-$module\$/d
7007 /^@endif build-$module\$/d
7008 /^@if build-$module-$bootstrap_suffix\$/d
7009 /^@endif build-$module-$bootstrap_suffix\$/d"
7010 done
7011 extrasub_host=
7012 for module in ${configdirs} ; do
7013   if test -z "${no_recursion}"; then
7014     for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7015       if test -f ${file}; then
7016         echo 1>&2 "*** removing ${file} to force reconfigure"
7017         rm -f ${file}
7018       fi
7019     done
7020   fi
7021   extrasub_host="$extrasub_host
7022 /^@if $module\$/d
7023 /^@endif $module\$/d
7024 /^@if $module-$bootstrap_suffix\$/d
7025 /^@endif $module-$bootstrap_suffix\$/d"
7026 done
7027 extrasub_target=
7028 for module in ${target_configdirs} ; do
7029   if test -z "${no_recursion}" \
7030      && test -f ${target_subdir}/${module}/Makefile; then
7031     echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7032     rm -f ${target_subdir}/${module}/Makefile
7033   fi
7034
7035   # We only bootstrap target libraries listed in bootstrap_target_libs.
7036   case $bootstrap_target_libs in
7037     *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7038     *) target_bootstrap_suffix=no-bootstrap ;;
7039   esac
7040
7041   extrasub_target="$extrasub_target
7042 /^@if target-$module\$/d
7043 /^@endif target-$module\$/d
7044 /^@if target-$module-$target_bootstrap_suffix\$/d
7045 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7046 done
7047
7048 # Do the final fixup along with target modules.
7049 extrasub_target="$extrasub_target
7050 /^@if /,/^@endif /d"
7051
7052 # Create the serialization dependencies.  This uses a temporary file.
7053
7054 # Check whether --enable-serial-configure was given.
7055 if test "${enable_serial_configure+set}" = set; then :
7056   enableval=$enable_serial_configure;
7057 fi
7058
7059
7060 case ${enable_serial_configure} in
7061   yes)
7062     enable_serial_build_configure=yes
7063     enable_serial_host_configure=yes
7064     enable_serial_target_configure=yes
7065     ;;
7066 esac
7067
7068 # These force 'configure's to be done one at a time, to avoid problems
7069 # with contention over a shared config.cache.
7070 rm -f serdep.tmp
7071 echo '# serdep.tmp' > serdep.tmp
7072 olditem=
7073 test "x${enable_serial_build_configure}" = xyes &&
7074 for item in ${build_configdirs} ; do
7075   case ${olditem} in
7076     "") ;;
7077     *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7078   esac
7079   olditem=${item}
7080 done
7081 olditem=
7082 test "x${enable_serial_host_configure}" = xyes &&
7083 for item in ${configdirs} ; do
7084   case ${olditem} in
7085     "") ;;
7086     *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7087   esac
7088   olditem=${item}
7089 done
7090 olditem=
7091 test "x${enable_serial_target_configure}" = xyes &&
7092 for item in ${target_configdirs} ; do
7093   case ${olditem} in
7094     "") ;;
7095     *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7096   esac
7097   olditem=${item}
7098 done
7099 serialization_dependencies=serdep.tmp
7100
7101
7102 # Base args.  Strip norecursion, cache-file, srcdir, host, build,
7103 # target, nonopt, and variable assignments.  These are the ones we
7104 # might not want to pass down to subconfigures.  The exception being
7105 # --cache-file=/dev/null, which is used to turn off the use of cache
7106 # files altogether, and which should be passed on to subconfigures.
7107 # Also strip program-prefix, program-suffix, and program-transform-name,
7108 # so that we can pass down a consistent program-transform-name.
7109 baseargs=
7110 tbaseargs=
7111 keep_next=no
7112 skip_next=no
7113 eval "set -- $ac_configure_args"
7114 for ac_arg
7115 do
7116   if test X"$skip_next" = X"yes"; then
7117     skip_next=no
7118     continue
7119   fi
7120   if test X"$keep_next" = X"yes"; then
7121     case $ac_arg in
7122       *\'*)
7123         ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7124     esac
7125     baseargs="$baseargs '$ac_arg'"
7126     tbaseargs="$tbaseargs '$ac_arg'"
7127     keep_next=no
7128     continue
7129   fi
7130
7131   # Handle separated arguments.  Based on the logic generated by
7132   # autoconf 2.59.
7133   case $ac_arg in
7134     *=* | --config-cache | -C | -disable-* | --disable-* \
7135       | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7136       | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7137       | -with-* | --with-* | -without-* | --without-* | --x)
7138       separate_arg=no
7139       ;;
7140     -*)
7141       separate_arg=yes
7142       ;;
7143     *)
7144       separate_arg=no
7145       ;;
7146   esac
7147
7148   skip_targ=no
7149   case $ac_arg in
7150
7151   --with-* | --without-*)
7152     libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7153
7154     case $libopt in
7155     *[-_]include)
7156       lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7157       ;;
7158     *[-_]lib)
7159       lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7160       ;;
7161     *)
7162       lib=$libopt
7163       ;;
7164     esac
7165
7166
7167     case $lib in
7168     mpc | mpfr | gmp | cloog)
7169       # If we're processing --with-$lib, --with-$lib-include or
7170       # --with-$lib-lib, for one of the libs above, and target is
7171       # different from host, don't pass the current argument to any
7172       # target library's configure.
7173       if test x$is_cross_compiler = xyes; then
7174         skip_targ=yes
7175       fi
7176       ;;
7177     esac
7178     ;;
7179   esac
7180
7181   case "$ac_arg" in
7182     --cache-file=/dev/null | \
7183     -cache-file=/dev/null )
7184       # Handled here to avoid the test to skip args below.
7185       baseargs="$baseargs '$ac_arg'"
7186       tbaseargs="$tbaseargs '$ac_arg'"
7187       # Assert: $separate_arg should always be no.
7188       keep_next=$separate_arg
7189       ;;
7190     --no*)
7191       continue
7192       ;;
7193     --c* | \
7194     --sr* | \
7195     --ho* | \
7196     --bu* | \
7197     --t* | \
7198     --program-* | \
7199     -cache_file* | \
7200     -srcdir* | \
7201     -host* | \
7202     -build* | \
7203     -target* | \
7204     -program-prefix* | \
7205     -program-suffix* | \
7206     -program-transform-name* )
7207       skip_next=$separate_arg
7208       continue
7209       ;;
7210     -*)
7211       # An option.  Add it.
7212       case $ac_arg in
7213         *\'*)
7214           ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7215       esac
7216       baseargs="$baseargs '$ac_arg'"
7217       if test X"$skip_targ" = Xno; then
7218         tbaseargs="$tbaseargs '$ac_arg'"
7219       fi
7220       keep_next=$separate_arg
7221       ;;
7222     *)
7223       # Either a variable assignment, or a nonopt (triplet).  Don't
7224       # pass it down; let the Makefile handle this.
7225       continue
7226       ;;
7227   esac
7228 done
7229 # Remove the initial space we just introduced and, as these will be
7230 # expanded by make, quote '$'.
7231 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7232
7233 # Add in --program-transform-name, after --program-prefix and
7234 # --program-suffix have been applied to it.  Autoconf has already
7235 # doubled dollar signs and backslashes in program_transform_name; we want
7236 # the backslashes un-doubled, and then the entire thing wrapped in single
7237 # quotes, because this will be expanded first by make and then by the shell.
7238 # Also, because we want to override the logic in subdir configure scripts to
7239 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7240 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7241 ${program_transform_name}
7242 EOF_SED
7243 gcc_transform_name=`cat conftestsed.out`
7244 rm -f conftestsed.out
7245 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7246 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7247 if test "$silent" = yes; then
7248   baseargs="$baseargs --silent"
7249   tbaseargs="$tbaseargs --silent"
7250 fi
7251 baseargs="$baseargs --disable-option-checking"
7252 tbaseargs="$tbaseargs --disable-option-checking"
7253
7254 # Record and document user additions to sub configure arguments.
7255
7256
7257
7258
7259 # For the build-side libraries, we just need to pretend we're native,
7260 # and not use the same cache file.  Multilibs are neither needed nor
7261 # desired.
7262 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7263
7264 # For host modules, accept cache file option, or specification as blank.
7265 case "${cache_file}" in
7266 "") # empty
7267   cache_file_option="" ;;
7268 /* | [A-Za-z]:[\\/]* ) # absolute path
7269   cache_file_option="--cache-file=${cache_file}" ;;
7270 *) # relative path
7271   cache_file_option="--cache-file=../${cache_file}" ;;
7272 esac
7273
7274 # Host dirs don't like to share a cache file either, horribly enough.
7275 # This seems to be due to autoconf 2.5x stupidity.
7276 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7277
7278 target_configargs="$target_configargs ${tbaseargs}"
7279
7280 # Passing a --with-cross-host argument lets the target libraries know
7281 # whether they are being built with a cross-compiler or being built
7282 # native.  However, it would be better to use other mechanisms to make the
7283 # sorts of decisions they want to make on this basis.  Please consider
7284 # this option to be deprecated.  FIXME.
7285 if test x${is_cross_compiler} = xyes ; then
7286   target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7287 fi
7288
7289 # Default to --enable-multilib.
7290 if test x${enable_multilib} = x ; then
7291   target_configargs="--enable-multilib ${target_configargs}"
7292 fi
7293
7294 # Pass --with-newlib if appropriate.  Note that target_configdirs has
7295 # changed from the earlier setting of with_newlib.
7296 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7297   target_configargs="--with-newlib ${target_configargs}"
7298 fi
7299
7300 # Different target subdirs use different values of certain variables
7301 # (notably CXX).  Worse, multilibs use *lots* of different values.
7302 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7303 # it doesn't automatically accept command-line overrides of them.
7304 # This means it's not safe for target subdirs to share a cache file,
7305 # which is disgusting, but there you have it.  Hopefully this can be
7306 # fixed in future.  It's still worthwhile to use a cache file for each
7307 # directory.  I think.
7308
7309 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7310 # We need to pass --target, as newer autoconf's requires consistency
7311 # for target_alias and gcc doesn't manage it consistently.
7312 target_configargs="--cache-file=./config.cache ${target_configargs}"
7313
7314 FLAGS_FOR_TARGET=
7315 case " $target_configdirs " in
7316  *" newlib "*)
7317   case " $target_configargs " in
7318   *" --with-newlib "*)
7319    case "$target" in
7320     *-cygwin*)
7321       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7322       ;;
7323    esac
7324
7325    # If we're not building GCC, don't discard standard headers.
7326    if test -d ${srcdir}/gcc; then
7327      FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7328
7329      if test "${build}" != "${host}"; then
7330        # On Canadian crosses, CC_FOR_TARGET will have already been set
7331        # by `configure', so we won't have an opportunity to add -Bgcc/
7332        # to it.  This is right: we don't want to search that directory
7333        # for binaries, but we want the header files in there, so add
7334        # them explicitly.
7335        FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7336
7337        # Someone might think of using the pre-installed headers on
7338        # Canadian crosses, in case the installed compiler is not fully
7339        # compatible with the compiler being built.  In this case, it
7340        # would be better to flag an error than risking having
7341        # incompatible object files being constructed.  We can't
7342        # guarantee that an error will be flagged, but let's hope the
7343        # compiler will do it, when presented with incompatible header
7344        # files.
7345      fi
7346    fi
7347
7348    case "${target}-${is_cross_compiler}" in
7349    i[3456789]86-*-linux*-no)
7350       # Here host == target, so we don't need to build gcc,
7351       # so we don't want to discard standard headers.
7352       FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7353       ;;
7354    *)
7355       # If we're building newlib, use its generic headers last, but search
7356       # for any libc-related directories first (so make it the last -B
7357       # switch).
7358       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7359
7360       # If we're building libgloss, find the startup file, simulator library
7361       # and linker script.
7362       case " $target_configdirs " in
7363         *" libgloss "*)
7364         # Look for startup file, simulator library and maybe linker script.
7365         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7366         # Look for libnosys.a in case the target needs it.
7367         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7368         # Most targets have the linker script in the source directory.
7369         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7370         ;;
7371       esac
7372       ;;
7373    esac
7374    ;;
7375   esac
7376   ;;
7377 esac
7378
7379 case "$target" in
7380   x86_64-*mingw* | *-w64-mingw*)
7381   # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7382   # however, use a symlink named 'mingw' in ${prefix} .
7383     FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7384     ;;
7385   *-mingw*)
7386   # MinGW can't be handled as Cygwin above since it does not use newlib.
7387     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'
7388     ;;
7389 esac
7390
7391 # Allow the user to override the flags for
7392 # our build compiler if desired.
7393 if test x"${build}" = x"${host}" ; then
7394   CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7395   CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7396   LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7397 fi
7398
7399 # On Canadian crosses, we'll be searching the right directories for
7400 # the previously-installed cross compiler, so don't bother to add
7401 # flags for directories within the install tree of the compiler
7402 # being built; programs in there won't even run.
7403 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7404   # Search for pre-installed headers if nothing else fits.
7405   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7406 fi
7407
7408 if test "x${use_gnu_ld}" = x &&
7409    echo " ${configdirs} " | grep " ld " > /dev/null ; then
7410   # Arrange for us to find uninstalled linker scripts.
7411   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7412 fi
7413
7414 # Search for other target-specific linker scripts and such.
7415 case "${target}" in
7416   mep*)
7417     FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7418     ;;
7419 esac
7420
7421 # Makefile fragments.
7422 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7423 do
7424   eval fragval=\$$frag
7425   if test $fragval != /dev/null; then
7426     eval $frag=${srcdir}/$fragval
7427   fi
7428 done
7429
7430
7431
7432
7433
7434 # Miscellanea: directories, flags, etc.
7435
7436
7437
7438
7439
7440
7441
7442
7443 # Build module lists & subconfigure args.
7444
7445
7446
7447 # Host module lists & subconfigure args.
7448
7449
7450
7451
7452 # Target module lists & subconfigure args.
7453
7454
7455
7456 # Build tools.
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474 # Generate default definitions for YACC, M4, LEX and other programs that run
7475 # on the build machine.  These are used if the Makefile can't locate these
7476 # programs in objdir.
7477 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7478
7479 for ac_prog in 'bison -y' byacc yacc
7480 do
7481   # Extract the first word of "$ac_prog", so it can be a program name with args.
7482 set dummy $ac_prog; ac_word=$2
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7484 $as_echo_n "checking for $ac_word... " >&6; }
7485 if test "${ac_cv_prog_YACC+set}" = set; then :
7486   $as_echo_n "(cached) " >&6
7487 else
7488   if test -n "$YACC"; then
7489   ac_cv_prog_YACC="$YACC" # Let the user override the test.
7490 else
7491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7492 for as_dir in $PATH
7493 do
7494   IFS=$as_save_IFS
7495   test -z "$as_dir" && as_dir=.
7496     for ac_exec_ext in '' $ac_executable_extensions; do
7497   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7498     ac_cv_prog_YACC="$ac_prog"
7499     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7500     break 2
7501   fi
7502 done
7503   done
7504 IFS=$as_save_IFS
7505
7506 fi
7507 fi
7508 YACC=$ac_cv_prog_YACC
7509 if test -n "$YACC"; then
7510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7511 $as_echo "$YACC" >&6; }
7512 else
7513   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7514 $as_echo "no" >&6; }
7515 fi
7516
7517
7518   test -n "$YACC" && break
7519 done
7520 test -n "$YACC" || YACC="$MISSING bison -y"
7521
7522 case " $build_configdirs " in
7523   *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7524 esac
7525
7526 for ac_prog in bison
7527 do
7528   # Extract the first word of "$ac_prog", so it can be a program name with args.
7529 set dummy $ac_prog; ac_word=$2
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7531 $as_echo_n "checking for $ac_word... " >&6; }
7532 if test "${ac_cv_prog_BISON+set}" = set; then :
7533   $as_echo_n "(cached) " >&6
7534 else
7535   if test -n "$BISON"; then
7536   ac_cv_prog_BISON="$BISON" # Let the user override the test.
7537 else
7538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7539 for as_dir in $PATH
7540 do
7541   IFS=$as_save_IFS
7542   test -z "$as_dir" && as_dir=.
7543     for ac_exec_ext in '' $ac_executable_extensions; do
7544   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7545     ac_cv_prog_BISON="$ac_prog"
7546     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7547     break 2
7548   fi
7549 done
7550   done
7551 IFS=$as_save_IFS
7552
7553 fi
7554 fi
7555 BISON=$ac_cv_prog_BISON
7556 if test -n "$BISON"; then
7557   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7558 $as_echo "$BISON" >&6; }
7559 else
7560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7561 $as_echo "no" >&6; }
7562 fi
7563
7564
7565   test -n "$BISON" && break
7566 done
7567 test -n "$BISON" || BISON="$MISSING bison"
7568
7569 case " $build_configdirs " in
7570   *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7571 esac
7572
7573 for ac_prog in gm4 gnum4 m4
7574 do
7575   # Extract the first word of "$ac_prog", so it can be a program name with args.
7576 set dummy $ac_prog; ac_word=$2
7577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7578 $as_echo_n "checking for $ac_word... " >&6; }
7579 if test "${ac_cv_prog_M4+set}" = set; then :
7580   $as_echo_n "(cached) " >&6
7581 else
7582   if test -n "$M4"; then
7583   ac_cv_prog_M4="$M4" # Let the user override the test.
7584 else
7585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7586 for as_dir in $PATH
7587 do
7588   IFS=$as_save_IFS
7589   test -z "$as_dir" && as_dir=.
7590     for ac_exec_ext in '' $ac_executable_extensions; do
7591   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7592     ac_cv_prog_M4="$ac_prog"
7593     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7594     break 2
7595   fi
7596 done
7597   done
7598 IFS=$as_save_IFS
7599
7600 fi
7601 fi
7602 M4=$ac_cv_prog_M4
7603 if test -n "$M4"; then
7604   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7605 $as_echo "$M4" >&6; }
7606 else
7607   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7608 $as_echo "no" >&6; }
7609 fi
7610
7611
7612   test -n "$M4" && break
7613 done
7614 test -n "$M4" || M4="$MISSING m4"
7615
7616 case " $build_configdirs " in
7617   *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7618 esac
7619
7620 for ac_prog in flex lex
7621 do
7622   # Extract the first word of "$ac_prog", so it can be a program name with args.
7623 set dummy $ac_prog; ac_word=$2
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7625 $as_echo_n "checking for $ac_word... " >&6; }
7626 if test "${ac_cv_prog_LEX+set}" = set; then :
7627   $as_echo_n "(cached) " >&6
7628 else
7629   if test -n "$LEX"; then
7630   ac_cv_prog_LEX="$LEX" # Let the user override the test.
7631 else
7632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7633 for as_dir in $PATH
7634 do
7635   IFS=$as_save_IFS
7636   test -z "$as_dir" && as_dir=.
7637     for ac_exec_ext in '' $ac_executable_extensions; do
7638   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7639     ac_cv_prog_LEX="$ac_prog"
7640     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7641     break 2
7642   fi
7643 done
7644   done
7645 IFS=$as_save_IFS
7646
7647 fi
7648 fi
7649 LEX=$ac_cv_prog_LEX
7650 if test -n "$LEX"; then
7651   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7652 $as_echo "$LEX" >&6; }
7653 else
7654   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7655 $as_echo "no" >&6; }
7656 fi
7657
7658
7659   test -n "$LEX" && break
7660 done
7661 test -n "$LEX" || LEX="$MISSING flex"
7662
7663 case " $build_configdirs " in
7664   *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7665   *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7666 esac
7667
7668 for ac_prog in flex
7669 do
7670   # Extract the first word of "$ac_prog", so it can be a program name with args.
7671 set dummy $ac_prog; ac_word=$2
7672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7673 $as_echo_n "checking for $ac_word... " >&6; }
7674 if test "${ac_cv_prog_FLEX+set}" = set; then :
7675   $as_echo_n "(cached) " >&6
7676 else
7677   if test -n "$FLEX"; then
7678   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7679 else
7680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7681 for as_dir in $PATH
7682 do
7683   IFS=$as_save_IFS
7684   test -z "$as_dir" && as_dir=.
7685     for ac_exec_ext in '' $ac_executable_extensions; do
7686   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7687     ac_cv_prog_FLEX="$ac_prog"
7688     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7689     break 2
7690   fi
7691 done
7692   done
7693 IFS=$as_save_IFS
7694
7695 fi
7696 fi
7697 FLEX=$ac_cv_prog_FLEX
7698 if test -n "$FLEX"; then
7699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7700 $as_echo "$FLEX" >&6; }
7701 else
7702   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7703 $as_echo "no" >&6; }
7704 fi
7705
7706
7707   test -n "$FLEX" && break
7708 done
7709 test -n "$FLEX" || FLEX="$MISSING flex"
7710
7711 case " $build_configdirs " in
7712   *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7713 esac
7714
7715 for ac_prog in makeinfo
7716 do
7717   # Extract the first word of "$ac_prog", so it can be a program name with args.
7718 set dummy $ac_prog; ac_word=$2
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7720 $as_echo_n "checking for $ac_word... " >&6; }
7721 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7722   $as_echo_n "(cached) " >&6
7723 else
7724   if test -n "$MAKEINFO"; then
7725   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7726 else
7727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7728 for as_dir in $PATH
7729 do
7730   IFS=$as_save_IFS
7731   test -z "$as_dir" && as_dir=.
7732     for ac_exec_ext in '' $ac_executable_extensions; do
7733   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7734     ac_cv_prog_MAKEINFO="$ac_prog"
7735     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7736     break 2
7737   fi
7738 done
7739   done
7740 IFS=$as_save_IFS
7741
7742 fi
7743 fi
7744 MAKEINFO=$ac_cv_prog_MAKEINFO
7745 if test -n "$MAKEINFO"; then
7746   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7747 $as_echo "$MAKEINFO" >&6; }
7748 else
7749   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7750 $as_echo "no" >&6; }
7751 fi
7752
7753
7754   test -n "$MAKEINFO" && break
7755 done
7756 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7757
7758 case " $build_configdirs " in
7759   *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7760   *)
7761
7762     # For an installed makeinfo, we require it to be from texinfo 4.7 or
7763     # higher, else we use the "missing" dummy.
7764     if ${MAKEINFO} --version \
7765        | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7766       :
7767     else
7768       MAKEINFO="$MISSING makeinfo"
7769     fi
7770     ;;
7771
7772 esac
7773
7774 # FIXME: expect and dejagnu may become build tools?
7775
7776 for ac_prog in expect
7777 do
7778   # Extract the first word of "$ac_prog", so it can be a program name with args.
7779 set dummy $ac_prog; ac_word=$2
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7781 $as_echo_n "checking for $ac_word... " >&6; }
7782 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7783   $as_echo_n "(cached) " >&6
7784 else
7785   if test -n "$EXPECT"; then
7786   ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7787 else
7788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7789 for as_dir in $PATH
7790 do
7791   IFS=$as_save_IFS
7792   test -z "$as_dir" && as_dir=.
7793     for ac_exec_ext in '' $ac_executable_extensions; do
7794   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7795     ac_cv_prog_EXPECT="$ac_prog"
7796     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7797     break 2
7798   fi
7799 done
7800   done
7801 IFS=$as_save_IFS
7802
7803 fi
7804 fi
7805 EXPECT=$ac_cv_prog_EXPECT
7806 if test -n "$EXPECT"; then
7807   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7808 $as_echo "$EXPECT" >&6; }
7809 else
7810   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7811 $as_echo "no" >&6; }
7812 fi
7813
7814
7815   test -n "$EXPECT" && break
7816 done
7817 test -n "$EXPECT" || EXPECT="expect"
7818
7819 case " $configdirs " in
7820   *" expect "*)
7821     test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7822     ;;
7823 esac
7824
7825 for ac_prog in runtest
7826 do
7827   # Extract the first word of "$ac_prog", so it can be a program name with args.
7828 set dummy $ac_prog; ac_word=$2
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7830 $as_echo_n "checking for $ac_word... " >&6; }
7831 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7832   $as_echo_n "(cached) " >&6
7833 else
7834   if test -n "$RUNTEST"; then
7835   ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7836 else
7837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7838 for as_dir in $PATH
7839 do
7840   IFS=$as_save_IFS
7841   test -z "$as_dir" && as_dir=.
7842     for ac_exec_ext in '' $ac_executable_extensions; do
7843   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7844     ac_cv_prog_RUNTEST="$ac_prog"
7845     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7846     break 2
7847   fi
7848 done
7849   done
7850 IFS=$as_save_IFS
7851
7852 fi
7853 fi
7854 RUNTEST=$ac_cv_prog_RUNTEST
7855 if test -n "$RUNTEST"; then
7856   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7857 $as_echo "$RUNTEST" >&6; }
7858 else
7859   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7860 $as_echo "no" >&6; }
7861 fi
7862
7863
7864   test -n "$RUNTEST" && break
7865 done
7866 test -n "$RUNTEST" || RUNTEST="runtest"
7867
7868 case " $configdirs " in
7869   *" dejagnu "*)
7870     test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7871     ;;
7872 esac
7873
7874
7875 # Host tools.
7876 ncn_tool_prefix=
7877 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7878 ncn_target_tool_prefix=
7879 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7880
7881
7882
7883 if test -n "$AR"; then
7884   ac_cv_prog_AR=$AR
7885 elif test -n "$ac_cv_prog_AR"; then
7886   AR=$ac_cv_prog_AR
7887 fi
7888
7889 if test -n "$ac_cv_prog_AR"; then
7890   for ncn_progname in ar; do
7891     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7892 set dummy ${ncn_progname}; ac_word=$2
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7894 $as_echo_n "checking for $ac_word... " >&6; }
7895 if test "${ac_cv_prog_AR+set}" = set; then :
7896   $as_echo_n "(cached) " >&6
7897 else
7898   if test -n "$AR"; then
7899   ac_cv_prog_AR="$AR" # Let the user override the test.
7900 else
7901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7902 for as_dir in $PATH
7903 do
7904   IFS=$as_save_IFS
7905   test -z "$as_dir" && as_dir=.
7906     for ac_exec_ext in '' $ac_executable_extensions; do
7907   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7908     ac_cv_prog_AR="${ncn_progname}"
7909     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7910     break 2
7911   fi
7912 done
7913   done
7914 IFS=$as_save_IFS
7915
7916 fi
7917 fi
7918 AR=$ac_cv_prog_AR
7919 if test -n "$AR"; then
7920   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7921 $as_echo "$AR" >&6; }
7922 else
7923   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7924 $as_echo "no" >&6; }
7925 fi
7926
7927
7928   done
7929 fi
7930
7931 for ncn_progname in ar; do
7932   if test -n "$ncn_tool_prefix"; then
7933     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7934 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7936 $as_echo_n "checking for $ac_word... " >&6; }
7937 if test "${ac_cv_prog_AR+set}" = set; then :
7938   $as_echo_n "(cached) " >&6
7939 else
7940   if test -n "$AR"; then
7941   ac_cv_prog_AR="$AR" # Let the user override the test.
7942 else
7943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7944 for as_dir in $PATH
7945 do
7946   IFS=$as_save_IFS
7947   test -z "$as_dir" && as_dir=.
7948     for ac_exec_ext in '' $ac_executable_extensions; do
7949   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7950     ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
7951     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7952     break 2
7953   fi
7954 done
7955   done
7956 IFS=$as_save_IFS
7957
7958 fi
7959 fi
7960 AR=$ac_cv_prog_AR
7961 if test -n "$AR"; then
7962   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7963 $as_echo "$AR" >&6; }
7964 else
7965   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7966 $as_echo "no" >&6; }
7967 fi
7968
7969
7970   fi
7971   if test -z "$ac_cv_prog_AR" && test $build = $host ; then
7972     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7973 set dummy ${ncn_progname}; ac_word=$2
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7975 $as_echo_n "checking for $ac_word... " >&6; }
7976 if test "${ac_cv_prog_AR+set}" = set; then :
7977   $as_echo_n "(cached) " >&6
7978 else
7979   if test -n "$AR"; then
7980   ac_cv_prog_AR="$AR" # Let the user override the test.
7981 else
7982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7983 for as_dir in $PATH
7984 do
7985   IFS=$as_save_IFS
7986   test -z "$as_dir" && as_dir=.
7987     for ac_exec_ext in '' $ac_executable_extensions; do
7988   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7989     ac_cv_prog_AR="${ncn_progname}"
7990     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7991     break 2
7992   fi
7993 done
7994   done
7995 IFS=$as_save_IFS
7996
7997 fi
7998 fi
7999 AR=$ac_cv_prog_AR
8000 if test -n "$AR"; then
8001   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8002 $as_echo "$AR" >&6; }
8003 else
8004   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8005 $as_echo "no" >&6; }
8006 fi
8007
8008
8009   fi
8010   test -n "$ac_cv_prog_AR" && break
8011 done
8012
8013 if test -z "$ac_cv_prog_AR" ; then
8014   set dummy ar
8015   if test $build = $host ; then
8016     AR="$2"
8017   else
8018     AR="${ncn_tool_prefix}$2"
8019   fi
8020 fi
8021
8022
8023
8024 if test -n "$AS"; then
8025   ac_cv_prog_AS=$AS
8026 elif test -n "$ac_cv_prog_AS"; then
8027   AS=$ac_cv_prog_AS
8028 fi
8029
8030 if test -n "$ac_cv_prog_AS"; then
8031   for ncn_progname in as; do
8032     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8033 set dummy ${ncn_progname}; ac_word=$2
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8035 $as_echo_n "checking for $ac_word... " >&6; }
8036 if test "${ac_cv_prog_AS+set}" = set; then :
8037   $as_echo_n "(cached) " >&6
8038 else
8039   if test -n "$AS"; then
8040   ac_cv_prog_AS="$AS" # Let the user override the test.
8041 else
8042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8043 for as_dir in $PATH
8044 do
8045   IFS=$as_save_IFS
8046   test -z "$as_dir" && as_dir=.
8047     for ac_exec_ext in '' $ac_executable_extensions; do
8048   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8049     ac_cv_prog_AS="${ncn_progname}"
8050     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8051     break 2
8052   fi
8053 done
8054   done
8055 IFS=$as_save_IFS
8056
8057 fi
8058 fi
8059 AS=$ac_cv_prog_AS
8060 if test -n "$AS"; then
8061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8062 $as_echo "$AS" >&6; }
8063 else
8064   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8065 $as_echo "no" >&6; }
8066 fi
8067
8068
8069   done
8070 fi
8071
8072 for ncn_progname in as; do
8073   if test -n "$ncn_tool_prefix"; then
8074     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8075 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8077 $as_echo_n "checking for $ac_word... " >&6; }
8078 if test "${ac_cv_prog_AS+set}" = set; then :
8079   $as_echo_n "(cached) " >&6
8080 else
8081   if test -n "$AS"; then
8082   ac_cv_prog_AS="$AS" # Let the user override the test.
8083 else
8084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8085 for as_dir in $PATH
8086 do
8087   IFS=$as_save_IFS
8088   test -z "$as_dir" && as_dir=.
8089     for ac_exec_ext in '' $ac_executable_extensions; do
8090   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8091     ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8092     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8093     break 2
8094   fi
8095 done
8096   done
8097 IFS=$as_save_IFS
8098
8099 fi
8100 fi
8101 AS=$ac_cv_prog_AS
8102 if test -n "$AS"; then
8103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8104 $as_echo "$AS" >&6; }
8105 else
8106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8107 $as_echo "no" >&6; }
8108 fi
8109
8110
8111   fi
8112   if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8113     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8114 set dummy ${ncn_progname}; ac_word=$2
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8116 $as_echo_n "checking for $ac_word... " >&6; }
8117 if test "${ac_cv_prog_AS+set}" = set; then :
8118   $as_echo_n "(cached) " >&6
8119 else
8120   if test -n "$AS"; then
8121   ac_cv_prog_AS="$AS" # Let the user override the test.
8122 else
8123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8124 for as_dir in $PATH
8125 do
8126   IFS=$as_save_IFS
8127   test -z "$as_dir" && as_dir=.
8128     for ac_exec_ext in '' $ac_executable_extensions; do
8129   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8130     ac_cv_prog_AS="${ncn_progname}"
8131     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8132     break 2
8133   fi
8134 done
8135   done
8136 IFS=$as_save_IFS
8137
8138 fi
8139 fi
8140 AS=$ac_cv_prog_AS
8141 if test -n "$AS"; then
8142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8143 $as_echo "$AS" >&6; }
8144 else
8145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8146 $as_echo "no" >&6; }
8147 fi
8148
8149
8150   fi
8151   test -n "$ac_cv_prog_AS" && break
8152 done
8153
8154 if test -z "$ac_cv_prog_AS" ; then
8155   set dummy as
8156   if test $build = $host ; then
8157     AS="$2"
8158   else
8159     AS="${ncn_tool_prefix}$2"
8160   fi
8161 fi
8162
8163
8164
8165 if test -n "$DLLTOOL"; then
8166   ac_cv_prog_DLLTOOL=$DLLTOOL
8167 elif test -n "$ac_cv_prog_DLLTOOL"; then
8168   DLLTOOL=$ac_cv_prog_DLLTOOL
8169 fi
8170
8171 if test -n "$ac_cv_prog_DLLTOOL"; then
8172   for ncn_progname in dlltool; do
8173     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8174 set dummy ${ncn_progname}; ac_word=$2
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8176 $as_echo_n "checking for $ac_word... " >&6; }
8177 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8178   $as_echo_n "(cached) " >&6
8179 else
8180   if test -n "$DLLTOOL"; then
8181   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8182 else
8183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8184 for as_dir in $PATH
8185 do
8186   IFS=$as_save_IFS
8187   test -z "$as_dir" && as_dir=.
8188     for ac_exec_ext in '' $ac_executable_extensions; do
8189   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8190     ac_cv_prog_DLLTOOL="${ncn_progname}"
8191     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8192     break 2
8193   fi
8194 done
8195   done
8196 IFS=$as_save_IFS
8197
8198 fi
8199 fi
8200 DLLTOOL=$ac_cv_prog_DLLTOOL
8201 if test -n "$DLLTOOL"; then
8202   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8203 $as_echo "$DLLTOOL" >&6; }
8204 else
8205   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8206 $as_echo "no" >&6; }
8207 fi
8208
8209
8210   done
8211 fi
8212
8213 for ncn_progname in dlltool; do
8214   if test -n "$ncn_tool_prefix"; then
8215     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8216 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8218 $as_echo_n "checking for $ac_word... " >&6; }
8219 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8220   $as_echo_n "(cached) " >&6
8221 else
8222   if test -n "$DLLTOOL"; then
8223   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8224 else
8225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8226 for as_dir in $PATH
8227 do
8228   IFS=$as_save_IFS
8229   test -z "$as_dir" && as_dir=.
8230     for ac_exec_ext in '' $ac_executable_extensions; do
8231   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8232     ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8233     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8234     break 2
8235   fi
8236 done
8237   done
8238 IFS=$as_save_IFS
8239
8240 fi
8241 fi
8242 DLLTOOL=$ac_cv_prog_DLLTOOL
8243 if test -n "$DLLTOOL"; then
8244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8245 $as_echo "$DLLTOOL" >&6; }
8246 else
8247   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8248 $as_echo "no" >&6; }
8249 fi
8250
8251
8252   fi
8253   if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8254     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8255 set dummy ${ncn_progname}; ac_word=$2
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8257 $as_echo_n "checking for $ac_word... " >&6; }
8258 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8259   $as_echo_n "(cached) " >&6
8260 else
8261   if test -n "$DLLTOOL"; then
8262   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8263 else
8264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8265 for as_dir in $PATH
8266 do
8267   IFS=$as_save_IFS
8268   test -z "$as_dir" && as_dir=.
8269     for ac_exec_ext in '' $ac_executable_extensions; do
8270   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8271     ac_cv_prog_DLLTOOL="${ncn_progname}"
8272     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8273     break 2
8274   fi
8275 done
8276   done
8277 IFS=$as_save_IFS
8278
8279 fi
8280 fi
8281 DLLTOOL=$ac_cv_prog_DLLTOOL
8282 if test -n "$DLLTOOL"; then
8283   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8284 $as_echo "$DLLTOOL" >&6; }
8285 else
8286   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8287 $as_echo "no" >&6; }
8288 fi
8289
8290
8291   fi
8292   test -n "$ac_cv_prog_DLLTOOL" && break
8293 done
8294
8295 if test -z "$ac_cv_prog_DLLTOOL" ; then
8296   set dummy dlltool
8297   if test $build = $host ; then
8298     DLLTOOL="$2"
8299   else
8300     DLLTOOL="${ncn_tool_prefix}$2"
8301   fi
8302 fi
8303
8304
8305
8306 if test -n "$LD"; then
8307   ac_cv_prog_LD=$LD
8308 elif test -n "$ac_cv_prog_LD"; then
8309   LD=$ac_cv_prog_LD
8310 fi
8311
8312 if test -n "$ac_cv_prog_LD"; then
8313   for ncn_progname in ld; do
8314     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8315 set dummy ${ncn_progname}; ac_word=$2
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8317 $as_echo_n "checking for $ac_word... " >&6; }
8318 if test "${ac_cv_prog_LD+set}" = set; then :
8319   $as_echo_n "(cached) " >&6
8320 else
8321   if test -n "$LD"; then
8322   ac_cv_prog_LD="$LD" # Let the user override the test.
8323 else
8324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8325 for as_dir in $PATH
8326 do
8327   IFS=$as_save_IFS
8328   test -z "$as_dir" && as_dir=.
8329     for ac_exec_ext in '' $ac_executable_extensions; do
8330   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8331     ac_cv_prog_LD="${ncn_progname}"
8332     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8333     break 2
8334   fi
8335 done
8336   done
8337 IFS=$as_save_IFS
8338
8339 fi
8340 fi
8341 LD=$ac_cv_prog_LD
8342 if test -n "$LD"; then
8343   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8344 $as_echo "$LD" >&6; }
8345 else
8346   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8347 $as_echo "no" >&6; }
8348 fi
8349
8350
8351   done
8352 fi
8353
8354 for ncn_progname in ld; do
8355   if test -n "$ncn_tool_prefix"; then
8356     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8357 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8359 $as_echo_n "checking for $ac_word... " >&6; }
8360 if test "${ac_cv_prog_LD+set}" = set; then :
8361   $as_echo_n "(cached) " >&6
8362 else
8363   if test -n "$LD"; then
8364   ac_cv_prog_LD="$LD" # Let the user override the test.
8365 else
8366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8367 for as_dir in $PATH
8368 do
8369   IFS=$as_save_IFS
8370   test -z "$as_dir" && as_dir=.
8371     for ac_exec_ext in '' $ac_executable_extensions; do
8372   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8373     ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8374     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8375     break 2
8376   fi
8377 done
8378   done
8379 IFS=$as_save_IFS
8380
8381 fi
8382 fi
8383 LD=$ac_cv_prog_LD
8384 if test -n "$LD"; then
8385   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8386 $as_echo "$LD" >&6; }
8387 else
8388   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8389 $as_echo "no" >&6; }
8390 fi
8391
8392
8393   fi
8394   if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8395     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8396 set dummy ${ncn_progname}; ac_word=$2
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8398 $as_echo_n "checking for $ac_word... " >&6; }
8399 if test "${ac_cv_prog_LD+set}" = set; then :
8400   $as_echo_n "(cached) " >&6
8401 else
8402   if test -n "$LD"; then
8403   ac_cv_prog_LD="$LD" # Let the user override the test.
8404 else
8405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8406 for as_dir in $PATH
8407 do
8408   IFS=$as_save_IFS
8409   test -z "$as_dir" && as_dir=.
8410     for ac_exec_ext in '' $ac_executable_extensions; do
8411   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8412     ac_cv_prog_LD="${ncn_progname}"
8413     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8414     break 2
8415   fi
8416 done
8417   done
8418 IFS=$as_save_IFS
8419
8420 fi
8421 fi
8422 LD=$ac_cv_prog_LD
8423 if test -n "$LD"; then
8424   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8425 $as_echo "$LD" >&6; }
8426 else
8427   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8428 $as_echo "no" >&6; }
8429 fi
8430
8431
8432   fi
8433   test -n "$ac_cv_prog_LD" && break
8434 done
8435
8436 if test -z "$ac_cv_prog_LD" ; then
8437   set dummy ld
8438   if test $build = $host ; then
8439     LD="$2"
8440   else
8441     LD="${ncn_tool_prefix}$2"
8442   fi
8443 fi
8444
8445
8446
8447 if test -n "$LIPO"; then
8448   ac_cv_prog_LIPO=$LIPO
8449 elif test -n "$ac_cv_prog_LIPO"; then
8450   LIPO=$ac_cv_prog_LIPO
8451 fi
8452
8453 if test -n "$ac_cv_prog_LIPO"; then
8454   for ncn_progname in lipo; do
8455     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8456 set dummy ${ncn_progname}; ac_word=$2
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8458 $as_echo_n "checking for $ac_word... " >&6; }
8459 if test "${ac_cv_prog_LIPO+set}" = set; then :
8460   $as_echo_n "(cached) " >&6
8461 else
8462   if test -n "$LIPO"; then
8463   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8464 else
8465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8466 for as_dir in $PATH
8467 do
8468   IFS=$as_save_IFS
8469   test -z "$as_dir" && as_dir=.
8470     for ac_exec_ext in '' $ac_executable_extensions; do
8471   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8472     ac_cv_prog_LIPO="${ncn_progname}"
8473     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8474     break 2
8475   fi
8476 done
8477   done
8478 IFS=$as_save_IFS
8479
8480 fi
8481 fi
8482 LIPO=$ac_cv_prog_LIPO
8483 if test -n "$LIPO"; then
8484   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8485 $as_echo "$LIPO" >&6; }
8486 else
8487   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8488 $as_echo "no" >&6; }
8489 fi
8490
8491
8492   done
8493 fi
8494
8495 for ncn_progname in lipo; do
8496   if test -n "$ncn_tool_prefix"; then
8497     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8498 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8500 $as_echo_n "checking for $ac_word... " >&6; }
8501 if test "${ac_cv_prog_LIPO+set}" = set; then :
8502   $as_echo_n "(cached) " >&6
8503 else
8504   if test -n "$LIPO"; then
8505   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8506 else
8507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8508 for as_dir in $PATH
8509 do
8510   IFS=$as_save_IFS
8511   test -z "$as_dir" && as_dir=.
8512     for ac_exec_ext in '' $ac_executable_extensions; do
8513   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8514     ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8515     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8516     break 2
8517   fi
8518 done
8519   done
8520 IFS=$as_save_IFS
8521
8522 fi
8523 fi
8524 LIPO=$ac_cv_prog_LIPO
8525 if test -n "$LIPO"; then
8526   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8527 $as_echo "$LIPO" >&6; }
8528 else
8529   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8530 $as_echo "no" >&6; }
8531 fi
8532
8533
8534   fi
8535   if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8536     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8537 set dummy ${ncn_progname}; ac_word=$2
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8539 $as_echo_n "checking for $ac_word... " >&6; }
8540 if test "${ac_cv_prog_LIPO+set}" = set; then :
8541   $as_echo_n "(cached) " >&6
8542 else
8543   if test -n "$LIPO"; then
8544   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8545 else
8546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8547 for as_dir in $PATH
8548 do
8549   IFS=$as_save_IFS
8550   test -z "$as_dir" && as_dir=.
8551     for ac_exec_ext in '' $ac_executable_extensions; do
8552   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8553     ac_cv_prog_LIPO="${ncn_progname}"
8554     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8555     break 2
8556   fi
8557 done
8558   done
8559 IFS=$as_save_IFS
8560
8561 fi
8562 fi
8563 LIPO=$ac_cv_prog_LIPO
8564 if test -n "$LIPO"; then
8565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8566 $as_echo "$LIPO" >&6; }
8567 else
8568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8569 $as_echo "no" >&6; }
8570 fi
8571
8572
8573   fi
8574   test -n "$ac_cv_prog_LIPO" && break
8575 done
8576
8577 if test -z "$ac_cv_prog_LIPO" ; then
8578   set dummy lipo
8579   if test $build = $host ; then
8580     LIPO="$2"
8581   else
8582     LIPO="${ncn_tool_prefix}$2"
8583   fi
8584 fi
8585
8586
8587
8588 if test -n "$NM"; then
8589   ac_cv_prog_NM=$NM
8590 elif test -n "$ac_cv_prog_NM"; then
8591   NM=$ac_cv_prog_NM
8592 fi
8593
8594 if test -n "$ac_cv_prog_NM"; then
8595   for ncn_progname in nm; do
8596     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8597 set dummy ${ncn_progname}; ac_word=$2
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8599 $as_echo_n "checking for $ac_word... " >&6; }
8600 if test "${ac_cv_prog_NM+set}" = set; then :
8601   $as_echo_n "(cached) " >&6
8602 else
8603   if test -n "$NM"; then
8604   ac_cv_prog_NM="$NM" # Let the user override the test.
8605 else
8606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8607 for as_dir in $PATH
8608 do
8609   IFS=$as_save_IFS
8610   test -z "$as_dir" && as_dir=.
8611     for ac_exec_ext in '' $ac_executable_extensions; do
8612   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8613     ac_cv_prog_NM="${ncn_progname}"
8614     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8615     break 2
8616   fi
8617 done
8618   done
8619 IFS=$as_save_IFS
8620
8621 fi
8622 fi
8623 NM=$ac_cv_prog_NM
8624 if test -n "$NM"; then
8625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8626 $as_echo "$NM" >&6; }
8627 else
8628   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8629 $as_echo "no" >&6; }
8630 fi
8631
8632
8633   done
8634 fi
8635
8636 for ncn_progname in nm; do
8637   if test -n "$ncn_tool_prefix"; then
8638     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8639 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8641 $as_echo_n "checking for $ac_word... " >&6; }
8642 if test "${ac_cv_prog_NM+set}" = set; then :
8643   $as_echo_n "(cached) " >&6
8644 else
8645   if test -n "$NM"; then
8646   ac_cv_prog_NM="$NM" # Let the user override the test.
8647 else
8648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8649 for as_dir in $PATH
8650 do
8651   IFS=$as_save_IFS
8652   test -z "$as_dir" && as_dir=.
8653     for ac_exec_ext in '' $ac_executable_extensions; do
8654   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8655     ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8656     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8657     break 2
8658   fi
8659 done
8660   done
8661 IFS=$as_save_IFS
8662
8663 fi
8664 fi
8665 NM=$ac_cv_prog_NM
8666 if test -n "$NM"; then
8667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8668 $as_echo "$NM" >&6; }
8669 else
8670   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8671 $as_echo "no" >&6; }
8672 fi
8673
8674
8675   fi
8676   if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8677     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8678 set dummy ${ncn_progname}; ac_word=$2
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8680 $as_echo_n "checking for $ac_word... " >&6; }
8681 if test "${ac_cv_prog_NM+set}" = set; then :
8682   $as_echo_n "(cached) " >&6
8683 else
8684   if test -n "$NM"; then
8685   ac_cv_prog_NM="$NM" # Let the user override the test.
8686 else
8687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8688 for as_dir in $PATH
8689 do
8690   IFS=$as_save_IFS
8691   test -z "$as_dir" && as_dir=.
8692     for ac_exec_ext in '' $ac_executable_extensions; do
8693   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8694     ac_cv_prog_NM="${ncn_progname}"
8695     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8696     break 2
8697   fi
8698 done
8699   done
8700 IFS=$as_save_IFS
8701
8702 fi
8703 fi
8704 NM=$ac_cv_prog_NM
8705 if test -n "$NM"; then
8706   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8707 $as_echo "$NM" >&6; }
8708 else
8709   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8710 $as_echo "no" >&6; }
8711 fi
8712
8713
8714   fi
8715   test -n "$ac_cv_prog_NM" && break
8716 done
8717
8718 if test -z "$ac_cv_prog_NM" ; then
8719   set dummy nm
8720   if test $build = $host ; then
8721     NM="$2"
8722   else
8723     NM="${ncn_tool_prefix}$2"
8724   fi
8725 fi
8726
8727
8728
8729 if test -n "$RANLIB"; then
8730   ac_cv_prog_RANLIB=$RANLIB
8731 elif test -n "$ac_cv_prog_RANLIB"; then
8732   RANLIB=$ac_cv_prog_RANLIB
8733 fi
8734
8735 if test -n "$ac_cv_prog_RANLIB"; then
8736   for ncn_progname in ranlib; do
8737     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8738 set dummy ${ncn_progname}; ac_word=$2
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8740 $as_echo_n "checking for $ac_word... " >&6; }
8741 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8742   $as_echo_n "(cached) " >&6
8743 else
8744   if test -n "$RANLIB"; then
8745   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8746 else
8747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8748 for as_dir in $PATH
8749 do
8750   IFS=$as_save_IFS
8751   test -z "$as_dir" && as_dir=.
8752     for ac_exec_ext in '' $ac_executable_extensions; do
8753   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8754     ac_cv_prog_RANLIB="${ncn_progname}"
8755     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8756     break 2
8757   fi
8758 done
8759   done
8760 IFS=$as_save_IFS
8761
8762 fi
8763 fi
8764 RANLIB=$ac_cv_prog_RANLIB
8765 if test -n "$RANLIB"; then
8766   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8767 $as_echo "$RANLIB" >&6; }
8768 else
8769   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8770 $as_echo "no" >&6; }
8771 fi
8772
8773
8774   done
8775 fi
8776
8777 for ncn_progname in ranlib; do
8778   if test -n "$ncn_tool_prefix"; then
8779     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8780 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8782 $as_echo_n "checking for $ac_word... " >&6; }
8783 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8784   $as_echo_n "(cached) " >&6
8785 else
8786   if test -n "$RANLIB"; then
8787   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8788 else
8789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8790 for as_dir in $PATH
8791 do
8792   IFS=$as_save_IFS
8793   test -z "$as_dir" && as_dir=.
8794     for ac_exec_ext in '' $ac_executable_extensions; do
8795   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8796     ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8797     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8798     break 2
8799   fi
8800 done
8801   done
8802 IFS=$as_save_IFS
8803
8804 fi
8805 fi
8806 RANLIB=$ac_cv_prog_RANLIB
8807 if test -n "$RANLIB"; then
8808   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8809 $as_echo "$RANLIB" >&6; }
8810 else
8811   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8812 $as_echo "no" >&6; }
8813 fi
8814
8815
8816   fi
8817   if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8818     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8819 set dummy ${ncn_progname}; ac_word=$2
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8821 $as_echo_n "checking for $ac_word... " >&6; }
8822 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8823   $as_echo_n "(cached) " >&6
8824 else
8825   if test -n "$RANLIB"; then
8826   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8827 else
8828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8829 for as_dir in $PATH
8830 do
8831   IFS=$as_save_IFS
8832   test -z "$as_dir" && as_dir=.
8833     for ac_exec_ext in '' $ac_executable_extensions; do
8834   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8835     ac_cv_prog_RANLIB="${ncn_progname}"
8836     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8837     break 2
8838   fi
8839 done
8840   done
8841 IFS=$as_save_IFS
8842
8843 fi
8844 fi
8845 RANLIB=$ac_cv_prog_RANLIB
8846 if test -n "$RANLIB"; then
8847   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8848 $as_echo "$RANLIB" >&6; }
8849 else
8850   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8851 $as_echo "no" >&6; }
8852 fi
8853
8854
8855   fi
8856   test -n "$ac_cv_prog_RANLIB" && break
8857 done
8858
8859 if test -z "$ac_cv_prog_RANLIB" ; then
8860   RANLIB="true"
8861 fi
8862
8863
8864
8865 if test -n "$STRIP"; then
8866   ac_cv_prog_STRIP=$STRIP
8867 elif test -n "$ac_cv_prog_STRIP"; then
8868   STRIP=$ac_cv_prog_STRIP
8869 fi
8870
8871 if test -n "$ac_cv_prog_STRIP"; then
8872   for ncn_progname in strip; do
8873     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8874 set dummy ${ncn_progname}; ac_word=$2
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8876 $as_echo_n "checking for $ac_word... " >&6; }
8877 if test "${ac_cv_prog_STRIP+set}" = set; then :
8878   $as_echo_n "(cached) " >&6
8879 else
8880   if test -n "$STRIP"; then
8881   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8882 else
8883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8884 for as_dir in $PATH
8885 do
8886   IFS=$as_save_IFS
8887   test -z "$as_dir" && as_dir=.
8888     for ac_exec_ext in '' $ac_executable_extensions; do
8889   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8890     ac_cv_prog_STRIP="${ncn_progname}"
8891     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8892     break 2
8893   fi
8894 done
8895   done
8896 IFS=$as_save_IFS
8897
8898 fi
8899 fi
8900 STRIP=$ac_cv_prog_STRIP
8901 if test -n "$STRIP"; then
8902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8903 $as_echo "$STRIP" >&6; }
8904 else
8905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8906 $as_echo "no" >&6; }
8907 fi
8908
8909
8910   done
8911 fi
8912
8913 for ncn_progname in strip; do
8914   if test -n "$ncn_tool_prefix"; then
8915     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8916 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8918 $as_echo_n "checking for $ac_word... " >&6; }
8919 if test "${ac_cv_prog_STRIP+set}" = set; then :
8920   $as_echo_n "(cached) " >&6
8921 else
8922   if test -n "$STRIP"; then
8923   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8924 else
8925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8926 for as_dir in $PATH
8927 do
8928   IFS=$as_save_IFS
8929   test -z "$as_dir" && as_dir=.
8930     for ac_exec_ext in '' $ac_executable_extensions; do
8931   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8932     ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
8933     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8934     break 2
8935   fi
8936 done
8937   done
8938 IFS=$as_save_IFS
8939
8940 fi
8941 fi
8942 STRIP=$ac_cv_prog_STRIP
8943 if test -n "$STRIP"; then
8944   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8945 $as_echo "$STRIP" >&6; }
8946 else
8947   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8948 $as_echo "no" >&6; }
8949 fi
8950
8951
8952   fi
8953   if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8954     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8955 set dummy ${ncn_progname}; ac_word=$2
8956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8957 $as_echo_n "checking for $ac_word... " >&6; }
8958 if test "${ac_cv_prog_STRIP+set}" = set; then :
8959   $as_echo_n "(cached) " >&6
8960 else
8961   if test -n "$STRIP"; then
8962   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8963 else
8964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8965 for as_dir in $PATH
8966 do
8967   IFS=$as_save_IFS
8968   test -z "$as_dir" && as_dir=.
8969     for ac_exec_ext in '' $ac_executable_extensions; do
8970   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8971     ac_cv_prog_STRIP="${ncn_progname}"
8972     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8973     break 2
8974   fi
8975 done
8976   done
8977 IFS=$as_save_IFS
8978
8979 fi
8980 fi
8981 STRIP=$ac_cv_prog_STRIP
8982 if test -n "$STRIP"; then
8983   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8984 $as_echo "$STRIP" >&6; }
8985 else
8986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8987 $as_echo "no" >&6; }
8988 fi
8989
8990
8991   fi
8992   test -n "$ac_cv_prog_STRIP" && break
8993 done
8994
8995 if test -z "$ac_cv_prog_STRIP" ; then
8996   STRIP="true"
8997 fi
8998
8999
9000
9001 if test -n "$WINDRES"; then
9002   ac_cv_prog_WINDRES=$WINDRES
9003 elif test -n "$ac_cv_prog_WINDRES"; then
9004   WINDRES=$ac_cv_prog_WINDRES
9005 fi
9006
9007 if test -n "$ac_cv_prog_WINDRES"; then
9008   for ncn_progname in windres; do
9009     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9010 set dummy ${ncn_progname}; ac_word=$2
9011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9012 $as_echo_n "checking for $ac_word... " >&6; }
9013 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9014   $as_echo_n "(cached) " >&6
9015 else
9016   if test -n "$WINDRES"; then
9017   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9018 else
9019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9020 for as_dir in $PATH
9021 do
9022   IFS=$as_save_IFS
9023   test -z "$as_dir" && as_dir=.
9024     for ac_exec_ext in '' $ac_executable_extensions; do
9025   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9026     ac_cv_prog_WINDRES="${ncn_progname}"
9027     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9028     break 2
9029   fi
9030 done
9031   done
9032 IFS=$as_save_IFS
9033
9034 fi
9035 fi
9036 WINDRES=$ac_cv_prog_WINDRES
9037 if test -n "$WINDRES"; then
9038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9039 $as_echo "$WINDRES" >&6; }
9040 else
9041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9042 $as_echo "no" >&6; }
9043 fi
9044
9045
9046   done
9047 fi
9048
9049 for ncn_progname in windres; do
9050   if test -n "$ncn_tool_prefix"; then
9051     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9052 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9054 $as_echo_n "checking for $ac_word... " >&6; }
9055 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9056   $as_echo_n "(cached) " >&6
9057 else
9058   if test -n "$WINDRES"; then
9059   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9060 else
9061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9062 for as_dir in $PATH
9063 do
9064   IFS=$as_save_IFS
9065   test -z "$as_dir" && as_dir=.
9066     for ac_exec_ext in '' $ac_executable_extensions; do
9067   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9068     ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9069     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9070     break 2
9071   fi
9072 done
9073   done
9074 IFS=$as_save_IFS
9075
9076 fi
9077 fi
9078 WINDRES=$ac_cv_prog_WINDRES
9079 if test -n "$WINDRES"; then
9080   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9081 $as_echo "$WINDRES" >&6; }
9082 else
9083   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9084 $as_echo "no" >&6; }
9085 fi
9086
9087
9088   fi
9089   if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9090     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9091 set dummy ${ncn_progname}; ac_word=$2
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9093 $as_echo_n "checking for $ac_word... " >&6; }
9094 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9095   $as_echo_n "(cached) " >&6
9096 else
9097   if test -n "$WINDRES"; then
9098   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9099 else
9100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9101 for as_dir in $PATH
9102 do
9103   IFS=$as_save_IFS
9104   test -z "$as_dir" && as_dir=.
9105     for ac_exec_ext in '' $ac_executable_extensions; do
9106   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9107     ac_cv_prog_WINDRES="${ncn_progname}"
9108     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9109     break 2
9110   fi
9111 done
9112   done
9113 IFS=$as_save_IFS
9114
9115 fi
9116 fi
9117 WINDRES=$ac_cv_prog_WINDRES
9118 if test -n "$WINDRES"; then
9119   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9120 $as_echo "$WINDRES" >&6; }
9121 else
9122   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9123 $as_echo "no" >&6; }
9124 fi
9125
9126
9127   fi
9128   test -n "$ac_cv_prog_WINDRES" && break
9129 done
9130
9131 if test -z "$ac_cv_prog_WINDRES" ; then
9132   set dummy windres
9133   if test $build = $host ; then
9134     WINDRES="$2"
9135   else
9136     WINDRES="${ncn_tool_prefix}$2"
9137   fi
9138 fi
9139
9140
9141
9142 if test -n "$WINDMC"; then
9143   ac_cv_prog_WINDMC=$WINDMC
9144 elif test -n "$ac_cv_prog_WINDMC"; then
9145   WINDMC=$ac_cv_prog_WINDMC
9146 fi
9147
9148 if test -n "$ac_cv_prog_WINDMC"; then
9149   for ncn_progname in windmc; do
9150     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9151 set dummy ${ncn_progname}; ac_word=$2
9152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9153 $as_echo_n "checking for $ac_word... " >&6; }
9154 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9155   $as_echo_n "(cached) " >&6
9156 else
9157   if test -n "$WINDMC"; then
9158   ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9159 else
9160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9161 for as_dir in $PATH
9162 do
9163   IFS=$as_save_IFS
9164   test -z "$as_dir" && as_dir=.
9165     for ac_exec_ext in '' $ac_executable_extensions; do
9166   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9167     ac_cv_prog_WINDMC="${ncn_progname}"
9168     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9169     break 2
9170   fi
9171 done
9172   done
9173 IFS=$as_save_IFS
9174
9175 fi
9176 fi
9177 WINDMC=$ac_cv_prog_WINDMC
9178 if test -n "$WINDMC"; then
9179   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9180 $as_echo "$WINDMC" >&6; }
9181 else
9182   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9183 $as_echo "no" >&6; }
9184 fi
9185
9186
9187   done
9188 fi
9189
9190 for ncn_progname in windmc; do
9191   if test -n "$ncn_tool_prefix"; then
9192     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9193 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9195 $as_echo_n "checking for $ac_word... " >&6; }
9196 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9197   $as_echo_n "(cached) " >&6
9198 else
9199   if test -n "$WINDMC"; then
9200   ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9201 else
9202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9203 for as_dir in $PATH
9204 do
9205   IFS=$as_save_IFS
9206   test -z "$as_dir" && as_dir=.
9207     for ac_exec_ext in '' $ac_executable_extensions; do
9208   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9209     ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9210     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9211     break 2
9212   fi
9213 done
9214   done
9215 IFS=$as_save_IFS
9216
9217 fi
9218 fi
9219 WINDMC=$ac_cv_prog_WINDMC
9220 if test -n "$WINDMC"; then
9221   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9222 $as_echo "$WINDMC" >&6; }
9223 else
9224   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9225 $as_echo "no" >&6; }
9226 fi
9227
9228
9229   fi
9230   if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9231     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9232 set dummy ${ncn_progname}; ac_word=$2
9233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9234 $as_echo_n "checking for $ac_word... " >&6; }
9235 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9236   $as_echo_n "(cached) " >&6
9237 else
9238   if test -n "$WINDMC"; then
9239   ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9240 else
9241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9242 for as_dir in $PATH
9243 do
9244   IFS=$as_save_IFS
9245   test -z "$as_dir" && as_dir=.
9246     for ac_exec_ext in '' $ac_executable_extensions; do
9247   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9248     ac_cv_prog_WINDMC="${ncn_progname}"
9249     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9250     break 2
9251   fi
9252 done
9253   done
9254 IFS=$as_save_IFS
9255
9256 fi
9257 fi
9258 WINDMC=$ac_cv_prog_WINDMC
9259 if test -n "$WINDMC"; then
9260   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9261 $as_echo "$WINDMC" >&6; }
9262 else
9263   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9264 $as_echo "no" >&6; }
9265 fi
9266
9267
9268   fi
9269   test -n "$ac_cv_prog_WINDMC" && break
9270 done
9271
9272 if test -z "$ac_cv_prog_WINDMC" ; then
9273   set dummy windmc
9274   if test $build = $host ; then
9275     WINDMC="$2"
9276   else
9277     WINDMC="${ncn_tool_prefix}$2"
9278   fi
9279 fi
9280
9281
9282
9283 if test -n "$OBJCOPY"; then
9284   ac_cv_prog_OBJCOPY=$OBJCOPY
9285 elif test -n "$ac_cv_prog_OBJCOPY"; then
9286   OBJCOPY=$ac_cv_prog_OBJCOPY
9287 fi
9288
9289 if test -n "$ac_cv_prog_OBJCOPY"; then
9290   for ncn_progname in objcopy; do
9291     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9292 set dummy ${ncn_progname}; ac_word=$2
9293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9294 $as_echo_n "checking for $ac_word... " >&6; }
9295 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9296   $as_echo_n "(cached) " >&6
9297 else
9298   if test -n "$OBJCOPY"; then
9299   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9300 else
9301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9302 for as_dir in $PATH
9303 do
9304   IFS=$as_save_IFS
9305   test -z "$as_dir" && as_dir=.
9306     for ac_exec_ext in '' $ac_executable_extensions; do
9307   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9308     ac_cv_prog_OBJCOPY="${ncn_progname}"
9309     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9310     break 2
9311   fi
9312 done
9313   done
9314 IFS=$as_save_IFS
9315
9316 fi
9317 fi
9318 OBJCOPY=$ac_cv_prog_OBJCOPY
9319 if test -n "$OBJCOPY"; then
9320   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9321 $as_echo "$OBJCOPY" >&6; }
9322 else
9323   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9324 $as_echo "no" >&6; }
9325 fi
9326
9327
9328   done
9329 fi
9330
9331 for ncn_progname in objcopy; do
9332   if test -n "$ncn_tool_prefix"; then
9333     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9334 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9336 $as_echo_n "checking for $ac_word... " >&6; }
9337 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9338   $as_echo_n "(cached) " >&6
9339 else
9340   if test -n "$OBJCOPY"; then
9341   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9342 else
9343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9344 for as_dir in $PATH
9345 do
9346   IFS=$as_save_IFS
9347   test -z "$as_dir" && as_dir=.
9348     for ac_exec_ext in '' $ac_executable_extensions; do
9349   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9350     ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9351     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9352     break 2
9353   fi
9354 done
9355   done
9356 IFS=$as_save_IFS
9357
9358 fi
9359 fi
9360 OBJCOPY=$ac_cv_prog_OBJCOPY
9361 if test -n "$OBJCOPY"; then
9362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9363 $as_echo "$OBJCOPY" >&6; }
9364 else
9365   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9366 $as_echo "no" >&6; }
9367 fi
9368
9369
9370   fi
9371   if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9372     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9373 set dummy ${ncn_progname}; ac_word=$2
9374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9375 $as_echo_n "checking for $ac_word... " >&6; }
9376 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9377   $as_echo_n "(cached) " >&6
9378 else
9379   if test -n "$OBJCOPY"; then
9380   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9381 else
9382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9383 for as_dir in $PATH
9384 do
9385   IFS=$as_save_IFS
9386   test -z "$as_dir" && as_dir=.
9387     for ac_exec_ext in '' $ac_executable_extensions; do
9388   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9389     ac_cv_prog_OBJCOPY="${ncn_progname}"
9390     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9391     break 2
9392   fi
9393 done
9394   done
9395 IFS=$as_save_IFS
9396
9397 fi
9398 fi
9399 OBJCOPY=$ac_cv_prog_OBJCOPY
9400 if test -n "$OBJCOPY"; then
9401   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9402 $as_echo "$OBJCOPY" >&6; }
9403 else
9404   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9405 $as_echo "no" >&6; }
9406 fi
9407
9408
9409   fi
9410   test -n "$ac_cv_prog_OBJCOPY" && break
9411 done
9412
9413 if test -z "$ac_cv_prog_OBJCOPY" ; then
9414   set dummy objcopy
9415   if test $build = $host ; then
9416     OBJCOPY="$2"
9417   else
9418     OBJCOPY="${ncn_tool_prefix}$2"
9419   fi
9420 fi
9421
9422
9423
9424 if test -n "$OBJDUMP"; then
9425   ac_cv_prog_OBJDUMP=$OBJDUMP
9426 elif test -n "$ac_cv_prog_OBJDUMP"; then
9427   OBJDUMP=$ac_cv_prog_OBJDUMP
9428 fi
9429
9430 if test -n "$ac_cv_prog_OBJDUMP"; then
9431   for ncn_progname in objdump; do
9432     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9433 set dummy ${ncn_progname}; ac_word=$2
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9435 $as_echo_n "checking for $ac_word... " >&6; }
9436 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9437   $as_echo_n "(cached) " >&6
9438 else
9439   if test -n "$OBJDUMP"; then
9440   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9441 else
9442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9443 for as_dir in $PATH
9444 do
9445   IFS=$as_save_IFS
9446   test -z "$as_dir" && as_dir=.
9447     for ac_exec_ext in '' $ac_executable_extensions; do
9448   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9449     ac_cv_prog_OBJDUMP="${ncn_progname}"
9450     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9451     break 2
9452   fi
9453 done
9454   done
9455 IFS=$as_save_IFS
9456
9457 fi
9458 fi
9459 OBJDUMP=$ac_cv_prog_OBJDUMP
9460 if test -n "$OBJDUMP"; then
9461   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9462 $as_echo "$OBJDUMP" >&6; }
9463 else
9464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9465 $as_echo "no" >&6; }
9466 fi
9467
9468
9469   done
9470 fi
9471
9472 for ncn_progname in objdump; do
9473   if test -n "$ncn_tool_prefix"; then
9474     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9475 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9477 $as_echo_n "checking for $ac_word... " >&6; }
9478 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9479   $as_echo_n "(cached) " >&6
9480 else
9481   if test -n "$OBJDUMP"; then
9482   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9483 else
9484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9485 for as_dir in $PATH
9486 do
9487   IFS=$as_save_IFS
9488   test -z "$as_dir" && as_dir=.
9489     for ac_exec_ext in '' $ac_executable_extensions; do
9490   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9491     ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9492     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9493     break 2
9494   fi
9495 done
9496   done
9497 IFS=$as_save_IFS
9498
9499 fi
9500 fi
9501 OBJDUMP=$ac_cv_prog_OBJDUMP
9502 if test -n "$OBJDUMP"; then
9503   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9504 $as_echo "$OBJDUMP" >&6; }
9505 else
9506   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9507 $as_echo "no" >&6; }
9508 fi
9509
9510
9511   fi
9512   if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9513     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9514 set dummy ${ncn_progname}; ac_word=$2
9515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9516 $as_echo_n "checking for $ac_word... " >&6; }
9517 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9518   $as_echo_n "(cached) " >&6
9519 else
9520   if test -n "$OBJDUMP"; then
9521   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9522 else
9523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9524 for as_dir in $PATH
9525 do
9526   IFS=$as_save_IFS
9527   test -z "$as_dir" && as_dir=.
9528     for ac_exec_ext in '' $ac_executable_extensions; do
9529   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9530     ac_cv_prog_OBJDUMP="${ncn_progname}"
9531     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9532     break 2
9533   fi
9534 done
9535   done
9536 IFS=$as_save_IFS
9537
9538 fi
9539 fi
9540 OBJDUMP=$ac_cv_prog_OBJDUMP
9541 if test -n "$OBJDUMP"; then
9542   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9543 $as_echo "$OBJDUMP" >&6; }
9544 else
9545   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9546 $as_echo "no" >&6; }
9547 fi
9548
9549
9550   fi
9551   test -n "$ac_cv_prog_OBJDUMP" && break
9552 done
9553
9554 if test -z "$ac_cv_prog_OBJDUMP" ; then
9555   set dummy objdump
9556   if test $build = $host ; then
9557     OBJDUMP="$2"
9558   else
9559     OBJDUMP="${ncn_tool_prefix}$2"
9560   fi
9561 fi
9562
9563
9564
9565 if test -n "$READELF"; then
9566   ac_cv_prog_READELF=$READELF
9567 elif test -n "$ac_cv_prog_READELF"; then
9568   READELF=$ac_cv_prog_READELF
9569 fi
9570
9571 if test -n "$ac_cv_prog_READELF"; then
9572   for ncn_progname in readelf; do
9573     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9574 set dummy ${ncn_progname}; ac_word=$2
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9576 $as_echo_n "checking for $ac_word... " >&6; }
9577 if test "${ac_cv_prog_READELF+set}" = set; then :
9578   $as_echo_n "(cached) " >&6
9579 else
9580   if test -n "$READELF"; then
9581   ac_cv_prog_READELF="$READELF" # Let the user override the test.
9582 else
9583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9584 for as_dir in $PATH
9585 do
9586   IFS=$as_save_IFS
9587   test -z "$as_dir" && as_dir=.
9588     for ac_exec_ext in '' $ac_executable_extensions; do
9589   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9590     ac_cv_prog_READELF="${ncn_progname}"
9591     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9592     break 2
9593   fi
9594 done
9595   done
9596 IFS=$as_save_IFS
9597
9598 fi
9599 fi
9600 READELF=$ac_cv_prog_READELF
9601 if test -n "$READELF"; then
9602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9603 $as_echo "$READELF" >&6; }
9604 else
9605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9606 $as_echo "no" >&6; }
9607 fi
9608
9609
9610   done
9611 fi
9612
9613 for ncn_progname in readelf; do
9614   if test -n "$ncn_tool_prefix"; then
9615     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9616 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9618 $as_echo_n "checking for $ac_word... " >&6; }
9619 if test "${ac_cv_prog_READELF+set}" = set; then :
9620   $as_echo_n "(cached) " >&6
9621 else
9622   if test -n "$READELF"; then
9623   ac_cv_prog_READELF="$READELF" # Let the user override the test.
9624 else
9625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9626 for as_dir in $PATH
9627 do
9628   IFS=$as_save_IFS
9629   test -z "$as_dir" && as_dir=.
9630     for ac_exec_ext in '' $ac_executable_extensions; do
9631   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9632     ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9633     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9634     break 2
9635   fi
9636 done
9637   done
9638 IFS=$as_save_IFS
9639
9640 fi
9641 fi
9642 READELF=$ac_cv_prog_READELF
9643 if test -n "$READELF"; then
9644   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9645 $as_echo "$READELF" >&6; }
9646 else
9647   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9648 $as_echo "no" >&6; }
9649 fi
9650
9651
9652   fi
9653   if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9654     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9655 set dummy ${ncn_progname}; ac_word=$2
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9657 $as_echo_n "checking for $ac_word... " >&6; }
9658 if test "${ac_cv_prog_READELF+set}" = set; then :
9659   $as_echo_n "(cached) " >&6
9660 else
9661   if test -n "$READELF"; then
9662   ac_cv_prog_READELF="$READELF" # Let the user override the test.
9663 else
9664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9665 for as_dir in $PATH
9666 do
9667   IFS=$as_save_IFS
9668   test -z "$as_dir" && as_dir=.
9669     for ac_exec_ext in '' $ac_executable_extensions; do
9670   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9671     ac_cv_prog_READELF="${ncn_progname}"
9672     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9673     break 2
9674   fi
9675 done
9676   done
9677 IFS=$as_save_IFS
9678
9679 fi
9680 fi
9681 READELF=$ac_cv_prog_READELF
9682 if test -n "$READELF"; then
9683   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9684 $as_echo "$READELF" >&6; }
9685 else
9686   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9687 $as_echo "no" >&6; }
9688 fi
9689
9690
9691   fi
9692   test -n "$ac_cv_prog_READELF" && break
9693 done
9694
9695 if test -z "$ac_cv_prog_READELF" ; then
9696   set dummy readelf
9697   if test $build = $host ; then
9698     READELF="$2"
9699   else
9700     READELF="${ncn_tool_prefix}$2"
9701   fi
9702 fi
9703
9704
9705
9706
9707
9708
9709 # Target tools.
9710
9711 # Check whether --with-build-time-tools was given.
9712 if test "${with_build_time_tools+set}" = set; then :
9713   withval=$with_build_time_tools; case x"$withval" in
9714      x/*) ;;
9715      *)
9716        with_build_time_tools=
9717        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9718 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9719        ;;
9720    esac
9721 else
9722   with_build_time_tools=
9723 fi
9724
9725
9726
9727
9728 if test -n "$CC_FOR_TARGET"; then
9729   ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9730 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9731   CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9732 fi
9733
9734 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9735   for ncn_progname in cc gcc; do
9736     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9737 set dummy ${ncn_progname}; ac_word=$2
9738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9739 $as_echo_n "checking for $ac_word... " >&6; }
9740 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9741   $as_echo_n "(cached) " >&6
9742 else
9743   if test -n "$CC_FOR_TARGET"; then
9744   ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9745 else
9746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9747 for as_dir in $PATH
9748 do
9749   IFS=$as_save_IFS
9750   test -z "$as_dir" && as_dir=.
9751     for ac_exec_ext in '' $ac_executable_extensions; do
9752   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9753     ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9754     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9755     break 2
9756   fi
9757 done
9758   done
9759 IFS=$as_save_IFS
9760
9761 fi
9762 fi
9763 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9764 if test -n "$CC_FOR_TARGET"; then
9765   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9766 $as_echo "$CC_FOR_TARGET" >&6; }
9767 else
9768   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9769 $as_echo "no" >&6; }
9770 fi
9771
9772
9773   done
9774 fi
9775
9776 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9777   for ncn_progname in cc gcc; do
9778     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9779 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9780     if test -x $with_build_time_tools/${ncn_progname}; then
9781       ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9782       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9783 $as_echo "yes" >&6; }
9784       break
9785     else
9786       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9787 $as_echo "no" >&6; }
9788     fi
9789   done
9790 fi
9791
9792 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9793   for ncn_progname in cc gcc; do
9794     if test -n "$ncn_target_tool_prefix"; then
9795       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9796 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9798 $as_echo_n "checking for $ac_word... " >&6; }
9799 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9800   $as_echo_n "(cached) " >&6
9801 else
9802   if test -n "$CC_FOR_TARGET"; then
9803   ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9804 else
9805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9806 for as_dir in $PATH
9807 do
9808   IFS=$as_save_IFS
9809   test -z "$as_dir" && as_dir=.
9810     for ac_exec_ext in '' $ac_executable_extensions; do
9811   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9812     ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9813     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9814     break 2
9815   fi
9816 done
9817   done
9818 IFS=$as_save_IFS
9819
9820 fi
9821 fi
9822 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9823 if test -n "$CC_FOR_TARGET"; then
9824   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9825 $as_echo "$CC_FOR_TARGET" >&6; }
9826 else
9827   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9828 $as_echo "no" >&6; }
9829 fi
9830
9831
9832     fi
9833     if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9834       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9835 set dummy ${ncn_progname}; ac_word=$2
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9837 $as_echo_n "checking for $ac_word... " >&6; }
9838 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9839   $as_echo_n "(cached) " >&6
9840 else
9841   if test -n "$CC_FOR_TARGET"; then
9842   ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9843 else
9844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9845 for as_dir in $PATH
9846 do
9847   IFS=$as_save_IFS
9848   test -z "$as_dir" && as_dir=.
9849     for ac_exec_ext in '' $ac_executable_extensions; do
9850   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9851     ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9852     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9853     break 2
9854   fi
9855 done
9856   done
9857 IFS=$as_save_IFS
9858
9859 fi
9860 fi
9861 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9862 if test -n "$CC_FOR_TARGET"; then
9863   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9864 $as_echo "$CC_FOR_TARGET" >&6; }
9865 else
9866   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9867 $as_echo "no" >&6; }
9868 fi
9869
9870
9871     fi
9872     test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9873   done
9874 fi
9875
9876 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9877   set dummy cc gcc
9878   if test $build = $target ; then
9879     CC_FOR_TARGET="$2"
9880   else
9881     CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9882   fi
9883 else
9884   CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9885 fi
9886
9887
9888
9889 if test -n "$CXX_FOR_TARGET"; then
9890   ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9891 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9892   CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9893 fi
9894
9895 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9896   for ncn_progname in c++ g++ cxx gxx; do
9897     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9898 set dummy ${ncn_progname}; ac_word=$2
9899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9900 $as_echo_n "checking for $ac_word... " >&6; }
9901 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9902   $as_echo_n "(cached) " >&6
9903 else
9904   if test -n "$CXX_FOR_TARGET"; then
9905   ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9906 else
9907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9908 for as_dir in $PATH
9909 do
9910   IFS=$as_save_IFS
9911   test -z "$as_dir" && as_dir=.
9912     for ac_exec_ext in '' $ac_executable_extensions; do
9913   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9914     ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9915     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9916     break 2
9917   fi
9918 done
9919   done
9920 IFS=$as_save_IFS
9921
9922 fi
9923 fi
9924 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9925 if test -n "$CXX_FOR_TARGET"; then
9926   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9927 $as_echo "$CXX_FOR_TARGET" >&6; }
9928 else
9929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9930 $as_echo "no" >&6; }
9931 fi
9932
9933
9934   done
9935 fi
9936
9937 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9938   for ncn_progname in c++ g++ cxx gxx; do
9939     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9940 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9941     if test -x $with_build_time_tools/${ncn_progname}; then
9942       ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9943       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9944 $as_echo "yes" >&6; }
9945       break
9946     else
9947       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9948 $as_echo "no" >&6; }
9949     fi
9950   done
9951 fi
9952
9953 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9954   for ncn_progname in c++ g++ cxx gxx; do
9955     if test -n "$ncn_target_tool_prefix"; then
9956       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9957 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9959 $as_echo_n "checking for $ac_word... " >&6; }
9960 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9961   $as_echo_n "(cached) " >&6
9962 else
9963   if test -n "$CXX_FOR_TARGET"; then
9964   ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9965 else
9966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9967 for as_dir in $PATH
9968 do
9969   IFS=$as_save_IFS
9970   test -z "$as_dir" && as_dir=.
9971     for ac_exec_ext in '' $ac_executable_extensions; do
9972   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9973     ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9974     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9975     break 2
9976   fi
9977 done
9978   done
9979 IFS=$as_save_IFS
9980
9981 fi
9982 fi
9983 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9984 if test -n "$CXX_FOR_TARGET"; then
9985   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9986 $as_echo "$CXX_FOR_TARGET" >&6; }
9987 else
9988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9989 $as_echo "no" >&6; }
9990 fi
9991
9992
9993     fi
9994     if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9995       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9996 set dummy ${ncn_progname}; ac_word=$2
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9998 $as_echo_n "checking for $ac_word... " >&6; }
9999 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10000   $as_echo_n "(cached) " >&6
10001 else
10002   if test -n "$CXX_FOR_TARGET"; then
10003   ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10004 else
10005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10006 for as_dir in $PATH
10007 do
10008   IFS=$as_save_IFS
10009   test -z "$as_dir" && as_dir=.
10010     for ac_exec_ext in '' $ac_executable_extensions; do
10011   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10012     ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10013     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10014     break 2
10015   fi
10016 done
10017   done
10018 IFS=$as_save_IFS
10019
10020 fi
10021 fi
10022 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10023 if test -n "$CXX_FOR_TARGET"; then
10024   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10025 $as_echo "$CXX_FOR_TARGET" >&6; }
10026 else
10027   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10028 $as_echo "no" >&6; }
10029 fi
10030
10031
10032     fi
10033     test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10034   done
10035 fi
10036
10037 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10038   set dummy c++ g++ cxx gxx
10039   if test $build = $target ; then
10040     CXX_FOR_TARGET="$2"
10041   else
10042     CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10043   fi
10044 else
10045   CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10046 fi
10047
10048
10049
10050 if test -n "$GCC_FOR_TARGET"; then
10051   ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10052 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10053   GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10054 fi
10055
10056 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10057   for ncn_progname in gcc; do
10058     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10059 set dummy ${ncn_progname}; ac_word=$2
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10061 $as_echo_n "checking for $ac_word... " >&6; }
10062 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10063   $as_echo_n "(cached) " >&6
10064 else
10065   if test -n "$GCC_FOR_TARGET"; then
10066   ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10067 else
10068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10069 for as_dir in $PATH
10070 do
10071   IFS=$as_save_IFS
10072   test -z "$as_dir" && as_dir=.
10073     for ac_exec_ext in '' $ac_executable_extensions; do
10074   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10075     ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10076     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10077     break 2
10078   fi
10079 done
10080   done
10081 IFS=$as_save_IFS
10082
10083 fi
10084 fi
10085 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10086 if test -n "$GCC_FOR_TARGET"; then
10087   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10088 $as_echo "$GCC_FOR_TARGET" >&6; }
10089 else
10090   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10091 $as_echo "no" >&6; }
10092 fi
10093
10094
10095   done
10096 fi
10097
10098 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10099   for ncn_progname in gcc; do
10100     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10101 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10102     if test -x $with_build_time_tools/${ncn_progname}; then
10103       ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10104       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10105 $as_echo "yes" >&6; }
10106       break
10107     else
10108       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10109 $as_echo "no" >&6; }
10110     fi
10111   done
10112 fi
10113
10114 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10115   for ncn_progname in gcc; do
10116     if test -n "$ncn_target_tool_prefix"; then
10117       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10118 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10120 $as_echo_n "checking for $ac_word... " >&6; }
10121 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10122   $as_echo_n "(cached) " >&6
10123 else
10124   if test -n "$GCC_FOR_TARGET"; then
10125   ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10126 else
10127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10128 for as_dir in $PATH
10129 do
10130   IFS=$as_save_IFS
10131   test -z "$as_dir" && as_dir=.
10132     for ac_exec_ext in '' $ac_executable_extensions; do
10133   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10134     ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10135     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10136     break 2
10137   fi
10138 done
10139   done
10140 IFS=$as_save_IFS
10141
10142 fi
10143 fi
10144 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10145 if test -n "$GCC_FOR_TARGET"; then
10146   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10147 $as_echo "$GCC_FOR_TARGET" >&6; }
10148 else
10149   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10150 $as_echo "no" >&6; }
10151 fi
10152
10153
10154     fi
10155     if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10156       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10157 set dummy ${ncn_progname}; ac_word=$2
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10159 $as_echo_n "checking for $ac_word... " >&6; }
10160 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10161   $as_echo_n "(cached) " >&6
10162 else
10163   if test -n "$GCC_FOR_TARGET"; then
10164   ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10165 else
10166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10167 for as_dir in $PATH
10168 do
10169   IFS=$as_save_IFS
10170   test -z "$as_dir" && as_dir=.
10171     for ac_exec_ext in '' $ac_executable_extensions; do
10172   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10173     ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10174     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10175     break 2
10176   fi
10177 done
10178   done
10179 IFS=$as_save_IFS
10180
10181 fi
10182 fi
10183 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10184 if test -n "$GCC_FOR_TARGET"; then
10185   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10186 $as_echo "$GCC_FOR_TARGET" >&6; }
10187 else
10188   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10189 $as_echo "no" >&6; }
10190 fi
10191
10192
10193     fi
10194     test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10195   done
10196 fi
10197
10198 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10199   GCC_FOR_TARGET="${CC_FOR_TARGET}"
10200 else
10201   GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10202 fi
10203
10204
10205
10206 if test -n "$GCJ_FOR_TARGET"; then
10207   ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10208 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10209   GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10210 fi
10211
10212 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10213   for ncn_progname in gcj; do
10214     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10215 set dummy ${ncn_progname}; ac_word=$2
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10217 $as_echo_n "checking for $ac_word... " >&6; }
10218 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10219   $as_echo_n "(cached) " >&6
10220 else
10221   if test -n "$GCJ_FOR_TARGET"; then
10222   ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10223 else
10224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10225 for as_dir in $PATH
10226 do
10227   IFS=$as_save_IFS
10228   test -z "$as_dir" && as_dir=.
10229     for ac_exec_ext in '' $ac_executable_extensions; do
10230   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10231     ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10232     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10233     break 2
10234   fi
10235 done
10236   done
10237 IFS=$as_save_IFS
10238
10239 fi
10240 fi
10241 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10242 if test -n "$GCJ_FOR_TARGET"; then
10243   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10244 $as_echo "$GCJ_FOR_TARGET" >&6; }
10245 else
10246   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10247 $as_echo "no" >&6; }
10248 fi
10249
10250
10251   done
10252 fi
10253
10254 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10255   for ncn_progname in gcj; do
10256     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10257 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10258     if test -x $with_build_time_tools/${ncn_progname}; then
10259       ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10260       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10261 $as_echo "yes" >&6; }
10262       break
10263     else
10264       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10265 $as_echo "no" >&6; }
10266     fi
10267   done
10268 fi
10269
10270 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10271   for ncn_progname in gcj; do
10272     if test -n "$ncn_target_tool_prefix"; then
10273       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10274 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10276 $as_echo_n "checking for $ac_word... " >&6; }
10277 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10278   $as_echo_n "(cached) " >&6
10279 else
10280   if test -n "$GCJ_FOR_TARGET"; then
10281   ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10282 else
10283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10284 for as_dir in $PATH
10285 do
10286   IFS=$as_save_IFS
10287   test -z "$as_dir" && as_dir=.
10288     for ac_exec_ext in '' $ac_executable_extensions; do
10289   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10290     ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10291     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10292     break 2
10293   fi
10294 done
10295   done
10296 IFS=$as_save_IFS
10297
10298 fi
10299 fi
10300 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10301 if test -n "$GCJ_FOR_TARGET"; then
10302   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10303 $as_echo "$GCJ_FOR_TARGET" >&6; }
10304 else
10305   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10306 $as_echo "no" >&6; }
10307 fi
10308
10309
10310     fi
10311     if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10312       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10313 set dummy ${ncn_progname}; ac_word=$2
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10315 $as_echo_n "checking for $ac_word... " >&6; }
10316 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10317   $as_echo_n "(cached) " >&6
10318 else
10319   if test -n "$GCJ_FOR_TARGET"; then
10320   ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10321 else
10322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10323 for as_dir in $PATH
10324 do
10325   IFS=$as_save_IFS
10326   test -z "$as_dir" && as_dir=.
10327     for ac_exec_ext in '' $ac_executable_extensions; do
10328   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10329     ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10330     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10331     break 2
10332   fi
10333 done
10334   done
10335 IFS=$as_save_IFS
10336
10337 fi
10338 fi
10339 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10340 if test -n "$GCJ_FOR_TARGET"; then
10341   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10342 $as_echo "$GCJ_FOR_TARGET" >&6; }
10343 else
10344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10345 $as_echo "no" >&6; }
10346 fi
10347
10348
10349     fi
10350     test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10351   done
10352 fi
10353
10354 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10355   set dummy gcj
10356   if test $build = $target ; then
10357     GCJ_FOR_TARGET="$2"
10358   else
10359     GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10360   fi
10361 else
10362   GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10363 fi
10364
10365
10366
10367 if test -n "$GFORTRAN_FOR_TARGET"; then
10368   ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10369 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10370   GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10371 fi
10372
10373 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10374   for ncn_progname in gfortran; do
10375     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10376 set dummy ${ncn_progname}; ac_word=$2
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10378 $as_echo_n "checking for $ac_word... " >&6; }
10379 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10380   $as_echo_n "(cached) " >&6
10381 else
10382   if test -n "$GFORTRAN_FOR_TARGET"; then
10383   ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10384 else
10385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10386 for as_dir in $PATH
10387 do
10388   IFS=$as_save_IFS
10389   test -z "$as_dir" && as_dir=.
10390     for ac_exec_ext in '' $ac_executable_extensions; do
10391   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10392     ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10393     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10394     break 2
10395   fi
10396 done
10397   done
10398 IFS=$as_save_IFS
10399
10400 fi
10401 fi
10402 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10403 if test -n "$GFORTRAN_FOR_TARGET"; then
10404   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10405 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10406 else
10407   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10408 $as_echo "no" >&6; }
10409 fi
10410
10411
10412   done
10413 fi
10414
10415 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10416   for ncn_progname in gfortran; do
10417     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10418 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10419     if test -x $with_build_time_tools/${ncn_progname}; then
10420       ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10421       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10422 $as_echo "yes" >&6; }
10423       break
10424     else
10425       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10426 $as_echo "no" >&6; }
10427     fi
10428   done
10429 fi
10430
10431 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10432   for ncn_progname in gfortran; do
10433     if test -n "$ncn_target_tool_prefix"; then
10434       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10435 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10437 $as_echo_n "checking for $ac_word... " >&6; }
10438 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10439   $as_echo_n "(cached) " >&6
10440 else
10441   if test -n "$GFORTRAN_FOR_TARGET"; then
10442   ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10443 else
10444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10445 for as_dir in $PATH
10446 do
10447   IFS=$as_save_IFS
10448   test -z "$as_dir" && as_dir=.
10449     for ac_exec_ext in '' $ac_executable_extensions; do
10450   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10451     ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10452     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10453     break 2
10454   fi
10455 done
10456   done
10457 IFS=$as_save_IFS
10458
10459 fi
10460 fi
10461 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10462 if test -n "$GFORTRAN_FOR_TARGET"; then
10463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10464 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10465 else
10466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10467 $as_echo "no" >&6; }
10468 fi
10469
10470
10471     fi
10472     if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10473       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10474 set dummy ${ncn_progname}; ac_word=$2
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10476 $as_echo_n "checking for $ac_word... " >&6; }
10477 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10478   $as_echo_n "(cached) " >&6
10479 else
10480   if test -n "$GFORTRAN_FOR_TARGET"; then
10481   ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10482 else
10483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10484 for as_dir in $PATH
10485 do
10486   IFS=$as_save_IFS
10487   test -z "$as_dir" && as_dir=.
10488     for ac_exec_ext in '' $ac_executable_extensions; do
10489   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10490     ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10491     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10492     break 2
10493   fi
10494 done
10495   done
10496 IFS=$as_save_IFS
10497
10498 fi
10499 fi
10500 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10501 if test -n "$GFORTRAN_FOR_TARGET"; then
10502   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10503 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10504 else
10505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10506 $as_echo "no" >&6; }
10507 fi
10508
10509
10510     fi
10511     test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10512   done
10513 fi
10514
10515 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10516   set dummy gfortran
10517   if test $build = $target ; then
10518     GFORTRAN_FOR_TARGET="$2"
10519   else
10520     GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10521   fi
10522 else
10523   GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10524 fi
10525
10526
10527
10528 if test -n "$GOC_FOR_TARGET"; then
10529   ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10530 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10531   GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10532 fi
10533
10534 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10535   for ncn_progname in gccgo; do
10536     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10537 set dummy ${ncn_progname}; ac_word=$2
10538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10539 $as_echo_n "checking for $ac_word... " >&6; }
10540 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10541   $as_echo_n "(cached) " >&6
10542 else
10543   if test -n "$GOC_FOR_TARGET"; then
10544   ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10545 else
10546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10547 for as_dir in $PATH
10548 do
10549   IFS=$as_save_IFS
10550   test -z "$as_dir" && as_dir=.
10551     for ac_exec_ext in '' $ac_executable_extensions; do
10552   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10553     ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10554     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10555     break 2
10556   fi
10557 done
10558   done
10559 IFS=$as_save_IFS
10560
10561 fi
10562 fi
10563 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10564 if test -n "$GOC_FOR_TARGET"; then
10565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10566 $as_echo "$GOC_FOR_TARGET" >&6; }
10567 else
10568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10569 $as_echo "no" >&6; }
10570 fi
10571
10572
10573   done
10574 fi
10575
10576 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10577   for ncn_progname in gccgo; do
10578     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10579 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10580     if test -x $with_build_time_tools/${ncn_progname}; then
10581       ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10582       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10583 $as_echo "yes" >&6; }
10584       break
10585     else
10586       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10587 $as_echo "no" >&6; }
10588     fi
10589   done
10590 fi
10591
10592 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10593   for ncn_progname in gccgo; do
10594     if test -n "$ncn_target_tool_prefix"; then
10595       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10596 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10598 $as_echo_n "checking for $ac_word... " >&6; }
10599 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10600   $as_echo_n "(cached) " >&6
10601 else
10602   if test -n "$GOC_FOR_TARGET"; then
10603   ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10604 else
10605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10606 for as_dir in $PATH
10607 do
10608   IFS=$as_save_IFS
10609   test -z "$as_dir" && as_dir=.
10610     for ac_exec_ext in '' $ac_executable_extensions; do
10611   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10612     ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10613     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10614     break 2
10615   fi
10616 done
10617   done
10618 IFS=$as_save_IFS
10619
10620 fi
10621 fi
10622 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10623 if test -n "$GOC_FOR_TARGET"; then
10624   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10625 $as_echo "$GOC_FOR_TARGET" >&6; }
10626 else
10627   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10628 $as_echo "no" >&6; }
10629 fi
10630
10631
10632     fi
10633     if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10634       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10635 set dummy ${ncn_progname}; ac_word=$2
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10637 $as_echo_n "checking for $ac_word... " >&6; }
10638 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10639   $as_echo_n "(cached) " >&6
10640 else
10641   if test -n "$GOC_FOR_TARGET"; then
10642   ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10643 else
10644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10645 for as_dir in $PATH
10646 do
10647   IFS=$as_save_IFS
10648   test -z "$as_dir" && as_dir=.
10649     for ac_exec_ext in '' $ac_executable_extensions; do
10650   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10651     ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10652     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10653     break 2
10654   fi
10655 done
10656   done
10657 IFS=$as_save_IFS
10658
10659 fi
10660 fi
10661 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10662 if test -n "$GOC_FOR_TARGET"; then
10663   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10664 $as_echo "$GOC_FOR_TARGET" >&6; }
10665 else
10666   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10667 $as_echo "no" >&6; }
10668 fi
10669
10670
10671     fi
10672     test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10673   done
10674 fi
10675
10676 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10677   set dummy gccgo
10678   if test $build = $target ; then
10679     GOC_FOR_TARGET="$2"
10680   else
10681     GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10682   fi
10683 else
10684   GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10685 fi
10686
10687
10688
10689 cat > conftest.c << \EOF
10690 #ifdef __GNUC__
10691   gcc_yay;
10692 #endif
10693 EOF
10694 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10695   have_gcc_for_target=yes
10696 else
10697   GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10698   have_gcc_for_target=no
10699 fi
10700 rm conftest.c
10701
10702
10703
10704
10705 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10706   if test -n "$with_build_time_tools"; then
10707     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10708 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10709     if test -x $with_build_time_tools/ar; then
10710       AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10711       ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10712       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10713 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10714     else
10715       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10716 $as_echo "no" >&6; }
10717     fi
10718   elif test $build != $host && test $have_gcc_for_target = yes; then
10719     AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10720     test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10721     test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10722   fi
10723 fi
10724 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10725   # Extract the first word of "ar", so it can be a program name with args.
10726 set dummy ar; ac_word=$2
10727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10728 $as_echo_n "checking for $ac_word... " >&6; }
10729 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10730   $as_echo_n "(cached) " >&6
10731 else
10732   case $AR_FOR_TARGET in
10733   [\\/]* | ?:[\\/]*)
10734   ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10735   ;;
10736   *)
10737   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10738 for as_dir in $gcc_cv_tool_dirs
10739 do
10740   IFS=$as_save_IFS
10741   test -z "$as_dir" && as_dir=.
10742     for ac_exec_ext in '' $ac_executable_extensions; do
10743   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10744     ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10745     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10746     break 2
10747   fi
10748 done
10749   done
10750 IFS=$as_save_IFS
10751
10752   ;;
10753 esac
10754 fi
10755 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10756 if test -n "$AR_FOR_TARGET"; then
10757   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10758 $as_echo "$AR_FOR_TARGET" >&6; }
10759 else
10760   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10761 $as_echo "no" >&6; }
10762 fi
10763
10764
10765 fi
10766 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10767
10768
10769 if test -n "$AR_FOR_TARGET"; then
10770   ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10771 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10772   AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10773 fi
10774
10775 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10776   for ncn_progname in ar; do
10777     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10778 set dummy ${ncn_progname}; ac_word=$2
10779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10780 $as_echo_n "checking for $ac_word... " >&6; }
10781 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10782   $as_echo_n "(cached) " >&6
10783 else
10784   if test -n "$AR_FOR_TARGET"; then
10785   ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10786 else
10787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10788 for as_dir in $PATH
10789 do
10790   IFS=$as_save_IFS
10791   test -z "$as_dir" && as_dir=.
10792     for ac_exec_ext in '' $ac_executable_extensions; do
10793   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10794     ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10795     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10796     break 2
10797   fi
10798 done
10799   done
10800 IFS=$as_save_IFS
10801
10802 fi
10803 fi
10804 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10805 if test -n "$AR_FOR_TARGET"; then
10806   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10807 $as_echo "$AR_FOR_TARGET" >&6; }
10808 else
10809   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10810 $as_echo "no" >&6; }
10811 fi
10812
10813
10814   done
10815 fi
10816
10817 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10818   for ncn_progname in ar; do
10819     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10820 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10821     if test -x $with_build_time_tools/${ncn_progname}; then
10822       ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10823       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10824 $as_echo "yes" >&6; }
10825       break
10826     else
10827       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10828 $as_echo "no" >&6; }
10829     fi
10830   done
10831 fi
10832
10833 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10834   for ncn_progname in ar; do
10835     if test -n "$ncn_target_tool_prefix"; then
10836       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10837 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10839 $as_echo_n "checking for $ac_word... " >&6; }
10840 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10841   $as_echo_n "(cached) " >&6
10842 else
10843   if test -n "$AR_FOR_TARGET"; then
10844   ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10845 else
10846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10847 for as_dir in $PATH
10848 do
10849   IFS=$as_save_IFS
10850   test -z "$as_dir" && as_dir=.
10851     for ac_exec_ext in '' $ac_executable_extensions; do
10852   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10853     ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10854     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10855     break 2
10856   fi
10857 done
10858   done
10859 IFS=$as_save_IFS
10860
10861 fi
10862 fi
10863 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10864 if test -n "$AR_FOR_TARGET"; then
10865   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10866 $as_echo "$AR_FOR_TARGET" >&6; }
10867 else
10868   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10869 $as_echo "no" >&6; }
10870 fi
10871
10872
10873     fi
10874     if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10875       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10876 set dummy ${ncn_progname}; ac_word=$2
10877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10878 $as_echo_n "checking for $ac_word... " >&6; }
10879 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10880   $as_echo_n "(cached) " >&6
10881 else
10882   if test -n "$AR_FOR_TARGET"; then
10883   ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10884 else
10885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10886 for as_dir in $PATH
10887 do
10888   IFS=$as_save_IFS
10889   test -z "$as_dir" && as_dir=.
10890     for ac_exec_ext in '' $ac_executable_extensions; do
10891   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10892     ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10893     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10894     break 2
10895   fi
10896 done
10897   done
10898 IFS=$as_save_IFS
10899
10900 fi
10901 fi
10902 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10903 if test -n "$AR_FOR_TARGET"; then
10904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10905 $as_echo "$AR_FOR_TARGET" >&6; }
10906 else
10907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10908 $as_echo "no" >&6; }
10909 fi
10910
10911
10912     fi
10913     test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10914   done
10915 fi
10916
10917 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10918   set dummy ar
10919   if test $build = $target ; then
10920     AR_FOR_TARGET="$2"
10921   else
10922     AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10923   fi
10924 else
10925   AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10926 fi
10927
10928 else
10929   AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10930 fi
10931
10932
10933
10934
10935 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10936   if test -n "$with_build_time_tools"; then
10937     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10938 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10939     if test -x $with_build_time_tools/as; then
10940       AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10941       ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10942       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10943 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10944     else
10945       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10946 $as_echo "no" >&6; }
10947     fi
10948   elif test $build != $host && test $have_gcc_for_target = yes; then
10949     AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10950     test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10951     test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10952   fi
10953 fi
10954 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10955   # Extract the first word of "as", so it can be a program name with args.
10956 set dummy as; ac_word=$2
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10958 $as_echo_n "checking for $ac_word... " >&6; }
10959 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10960   $as_echo_n "(cached) " >&6
10961 else
10962   case $AS_FOR_TARGET in
10963   [\\/]* | ?:[\\/]*)
10964   ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10965   ;;
10966   *)
10967   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10968 for as_dir in $gcc_cv_tool_dirs
10969 do
10970   IFS=$as_save_IFS
10971   test -z "$as_dir" && as_dir=.
10972     for ac_exec_ext in '' $ac_executable_extensions; do
10973   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10974     ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10975     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10976     break 2
10977   fi
10978 done
10979   done
10980 IFS=$as_save_IFS
10981
10982   ;;
10983 esac
10984 fi
10985 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10986 if test -n "$AS_FOR_TARGET"; then
10987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10988 $as_echo "$AS_FOR_TARGET" >&6; }
10989 else
10990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10991 $as_echo "no" >&6; }
10992 fi
10993
10994
10995 fi
10996 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10997
10998
10999 if test -n "$AS_FOR_TARGET"; then
11000   ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11001 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11002   AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11003 fi
11004
11005 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11006   for ncn_progname in as; do
11007     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11008 set dummy ${ncn_progname}; ac_word=$2
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11010 $as_echo_n "checking for $ac_word... " >&6; }
11011 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11012   $as_echo_n "(cached) " >&6
11013 else
11014   if test -n "$AS_FOR_TARGET"; then
11015   ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11016 else
11017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11018 for as_dir in $PATH
11019 do
11020   IFS=$as_save_IFS
11021   test -z "$as_dir" && as_dir=.
11022     for ac_exec_ext in '' $ac_executable_extensions; do
11023   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11024     ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11025     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11026     break 2
11027   fi
11028 done
11029   done
11030 IFS=$as_save_IFS
11031
11032 fi
11033 fi
11034 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11035 if test -n "$AS_FOR_TARGET"; then
11036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11037 $as_echo "$AS_FOR_TARGET" >&6; }
11038 else
11039   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11040 $as_echo "no" >&6; }
11041 fi
11042
11043
11044   done
11045 fi
11046
11047 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11048   for ncn_progname in as; do
11049     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11050 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11051     if test -x $with_build_time_tools/${ncn_progname}; then
11052       ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11053       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11054 $as_echo "yes" >&6; }
11055       break
11056     else
11057       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11058 $as_echo "no" >&6; }
11059     fi
11060   done
11061 fi
11062
11063 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11064   for ncn_progname in as; do
11065     if test -n "$ncn_target_tool_prefix"; then
11066       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11067 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11069 $as_echo_n "checking for $ac_word... " >&6; }
11070 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11071   $as_echo_n "(cached) " >&6
11072 else
11073   if test -n "$AS_FOR_TARGET"; then
11074   ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11075 else
11076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11077 for as_dir in $PATH
11078 do
11079   IFS=$as_save_IFS
11080   test -z "$as_dir" && as_dir=.
11081     for ac_exec_ext in '' $ac_executable_extensions; do
11082   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11083     ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11084     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11085     break 2
11086   fi
11087 done
11088   done
11089 IFS=$as_save_IFS
11090
11091 fi
11092 fi
11093 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11094 if test -n "$AS_FOR_TARGET"; then
11095   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11096 $as_echo "$AS_FOR_TARGET" >&6; }
11097 else
11098   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11099 $as_echo "no" >&6; }
11100 fi
11101
11102
11103     fi
11104     if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11105       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11106 set dummy ${ncn_progname}; ac_word=$2
11107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11108 $as_echo_n "checking for $ac_word... " >&6; }
11109 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11110   $as_echo_n "(cached) " >&6
11111 else
11112   if test -n "$AS_FOR_TARGET"; then
11113   ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11114 else
11115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11116 for as_dir in $PATH
11117 do
11118   IFS=$as_save_IFS
11119   test -z "$as_dir" && as_dir=.
11120     for ac_exec_ext in '' $ac_executable_extensions; do
11121   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11122     ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11123     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11124     break 2
11125   fi
11126 done
11127   done
11128 IFS=$as_save_IFS
11129
11130 fi
11131 fi
11132 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11133 if test -n "$AS_FOR_TARGET"; then
11134   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11135 $as_echo "$AS_FOR_TARGET" >&6; }
11136 else
11137   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11138 $as_echo "no" >&6; }
11139 fi
11140
11141
11142     fi
11143     test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11144   done
11145 fi
11146
11147 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11148   set dummy as
11149   if test $build = $target ; then
11150     AS_FOR_TARGET="$2"
11151   else
11152     AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11153   fi
11154 else
11155   AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11156 fi
11157
11158 else
11159   AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11160 fi
11161
11162
11163
11164
11165 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11166   if test -n "$with_build_time_tools"; then
11167     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11168 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11169     if test -x $with_build_time_tools/dlltool; then
11170       DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11171       ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11172       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11173 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11174     else
11175       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11176 $as_echo "no" >&6; }
11177     fi
11178   elif test $build != $host && test $have_gcc_for_target = yes; then
11179     DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11180     test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11181     test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11182   fi
11183 fi
11184 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11185   # Extract the first word of "dlltool", so it can be a program name with args.
11186 set dummy dlltool; ac_word=$2
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11188 $as_echo_n "checking for $ac_word... " >&6; }
11189 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11190   $as_echo_n "(cached) " >&6
11191 else
11192   case $DLLTOOL_FOR_TARGET in
11193   [\\/]* | ?:[\\/]*)
11194   ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11195   ;;
11196   *)
11197   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11198 for as_dir in $gcc_cv_tool_dirs
11199 do
11200   IFS=$as_save_IFS
11201   test -z "$as_dir" && as_dir=.
11202     for ac_exec_ext in '' $ac_executable_extensions; do
11203   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11204     ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11205     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11206     break 2
11207   fi
11208 done
11209   done
11210 IFS=$as_save_IFS
11211
11212   ;;
11213 esac
11214 fi
11215 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11216 if test -n "$DLLTOOL_FOR_TARGET"; then
11217   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11218 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11219 else
11220   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11221 $as_echo "no" >&6; }
11222 fi
11223
11224
11225 fi
11226 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11227
11228
11229 if test -n "$DLLTOOL_FOR_TARGET"; then
11230   ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11231 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11232   DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11233 fi
11234
11235 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11236   for ncn_progname in dlltool; do
11237     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11238 set dummy ${ncn_progname}; ac_word=$2
11239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11240 $as_echo_n "checking for $ac_word... " >&6; }
11241 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11242   $as_echo_n "(cached) " >&6
11243 else
11244   if test -n "$DLLTOOL_FOR_TARGET"; then
11245   ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11246 else
11247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11248 for as_dir in $PATH
11249 do
11250   IFS=$as_save_IFS
11251   test -z "$as_dir" && as_dir=.
11252     for ac_exec_ext in '' $ac_executable_extensions; do
11253   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11254     ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11255     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11256     break 2
11257   fi
11258 done
11259   done
11260 IFS=$as_save_IFS
11261
11262 fi
11263 fi
11264 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11265 if test -n "$DLLTOOL_FOR_TARGET"; then
11266   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11267 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11268 else
11269   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11270 $as_echo "no" >&6; }
11271 fi
11272
11273
11274   done
11275 fi
11276
11277 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11278   for ncn_progname in dlltool; do
11279     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11280 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11281     if test -x $with_build_time_tools/${ncn_progname}; then
11282       ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11283       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11284 $as_echo "yes" >&6; }
11285       break
11286     else
11287       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11288 $as_echo "no" >&6; }
11289     fi
11290   done
11291 fi
11292
11293 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11294   for ncn_progname in dlltool; do
11295     if test -n "$ncn_target_tool_prefix"; then
11296       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11297 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11299 $as_echo_n "checking for $ac_word... " >&6; }
11300 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11301   $as_echo_n "(cached) " >&6
11302 else
11303   if test -n "$DLLTOOL_FOR_TARGET"; then
11304   ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11305 else
11306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11307 for as_dir in $PATH
11308 do
11309   IFS=$as_save_IFS
11310   test -z "$as_dir" && as_dir=.
11311     for ac_exec_ext in '' $ac_executable_extensions; do
11312   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11313     ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11314     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11315     break 2
11316   fi
11317 done
11318   done
11319 IFS=$as_save_IFS
11320
11321 fi
11322 fi
11323 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11324 if test -n "$DLLTOOL_FOR_TARGET"; then
11325   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11326 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11327 else
11328   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11329 $as_echo "no" >&6; }
11330 fi
11331
11332
11333     fi
11334     if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11335       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11336 set dummy ${ncn_progname}; ac_word=$2
11337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11338 $as_echo_n "checking for $ac_word... " >&6; }
11339 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11340   $as_echo_n "(cached) " >&6
11341 else
11342   if test -n "$DLLTOOL_FOR_TARGET"; then
11343   ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11344 else
11345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11346 for as_dir in $PATH
11347 do
11348   IFS=$as_save_IFS
11349   test -z "$as_dir" && as_dir=.
11350     for ac_exec_ext in '' $ac_executable_extensions; do
11351   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11352     ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11353     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11354     break 2
11355   fi
11356 done
11357   done
11358 IFS=$as_save_IFS
11359
11360 fi
11361 fi
11362 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11363 if test -n "$DLLTOOL_FOR_TARGET"; then
11364   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11365 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11366 else
11367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11368 $as_echo "no" >&6; }
11369 fi
11370
11371
11372     fi
11373     test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11374   done
11375 fi
11376
11377 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11378   set dummy dlltool
11379   if test $build = $target ; then
11380     DLLTOOL_FOR_TARGET="$2"
11381   else
11382     DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11383   fi
11384 else
11385   DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11386 fi
11387
11388 else
11389   DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11390 fi
11391
11392
11393
11394
11395 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11396   if test -n "$with_build_time_tools"; then
11397     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11398 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11399     if test -x $with_build_time_tools/ld; then
11400       LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11401       ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11402       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11403 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11404     else
11405       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11406 $as_echo "no" >&6; }
11407     fi
11408   elif test $build != $host && test $have_gcc_for_target = yes; then
11409     LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11410     test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11411     test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11412   fi
11413 fi
11414 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11415   # Extract the first word of "ld", so it can be a program name with args.
11416 set dummy ld; ac_word=$2
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11418 $as_echo_n "checking for $ac_word... " >&6; }
11419 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11420   $as_echo_n "(cached) " >&6
11421 else
11422   case $LD_FOR_TARGET in
11423   [\\/]* | ?:[\\/]*)
11424   ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11425   ;;
11426   *)
11427   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11428 for as_dir in $gcc_cv_tool_dirs
11429 do
11430   IFS=$as_save_IFS
11431   test -z "$as_dir" && as_dir=.
11432     for ac_exec_ext in '' $ac_executable_extensions; do
11433   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11434     ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11435     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11436     break 2
11437   fi
11438 done
11439   done
11440 IFS=$as_save_IFS
11441
11442   ;;
11443 esac
11444 fi
11445 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11446 if test -n "$LD_FOR_TARGET"; then
11447   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11448 $as_echo "$LD_FOR_TARGET" >&6; }
11449 else
11450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11451 $as_echo "no" >&6; }
11452 fi
11453
11454
11455 fi
11456 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11457
11458
11459 if test -n "$LD_FOR_TARGET"; then
11460   ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11461 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11462   LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11463 fi
11464
11465 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11466   for ncn_progname in ld; do
11467     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11468 set dummy ${ncn_progname}; ac_word=$2
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11470 $as_echo_n "checking for $ac_word... " >&6; }
11471 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11472   $as_echo_n "(cached) " >&6
11473 else
11474   if test -n "$LD_FOR_TARGET"; then
11475   ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11476 else
11477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11478 for as_dir in $PATH
11479 do
11480   IFS=$as_save_IFS
11481   test -z "$as_dir" && as_dir=.
11482     for ac_exec_ext in '' $ac_executable_extensions; do
11483   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11484     ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11485     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11486     break 2
11487   fi
11488 done
11489   done
11490 IFS=$as_save_IFS
11491
11492 fi
11493 fi
11494 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11495 if test -n "$LD_FOR_TARGET"; then
11496   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11497 $as_echo "$LD_FOR_TARGET" >&6; }
11498 else
11499   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11500 $as_echo "no" >&6; }
11501 fi
11502
11503
11504   done
11505 fi
11506
11507 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11508   for ncn_progname in ld; do
11509     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11510 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11511     if test -x $with_build_time_tools/${ncn_progname}; then
11512       ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11513       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11514 $as_echo "yes" >&6; }
11515       break
11516     else
11517       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11518 $as_echo "no" >&6; }
11519     fi
11520   done
11521 fi
11522
11523 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11524   for ncn_progname in ld; do
11525     if test -n "$ncn_target_tool_prefix"; then
11526       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11527 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11529 $as_echo_n "checking for $ac_word... " >&6; }
11530 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11531   $as_echo_n "(cached) " >&6
11532 else
11533   if test -n "$LD_FOR_TARGET"; then
11534   ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11535 else
11536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11537 for as_dir in $PATH
11538 do
11539   IFS=$as_save_IFS
11540   test -z "$as_dir" && as_dir=.
11541     for ac_exec_ext in '' $ac_executable_extensions; do
11542   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11543     ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11544     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11545     break 2
11546   fi
11547 done
11548   done
11549 IFS=$as_save_IFS
11550
11551 fi
11552 fi
11553 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11554 if test -n "$LD_FOR_TARGET"; then
11555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11556 $as_echo "$LD_FOR_TARGET" >&6; }
11557 else
11558   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11559 $as_echo "no" >&6; }
11560 fi
11561
11562
11563     fi
11564     if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11565       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11566 set dummy ${ncn_progname}; ac_word=$2
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11568 $as_echo_n "checking for $ac_word... " >&6; }
11569 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11570   $as_echo_n "(cached) " >&6
11571 else
11572   if test -n "$LD_FOR_TARGET"; then
11573   ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11574 else
11575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11576 for as_dir in $PATH
11577 do
11578   IFS=$as_save_IFS
11579   test -z "$as_dir" && as_dir=.
11580     for ac_exec_ext in '' $ac_executable_extensions; do
11581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11582     ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11583     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11584     break 2
11585   fi
11586 done
11587   done
11588 IFS=$as_save_IFS
11589
11590 fi
11591 fi
11592 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11593 if test -n "$LD_FOR_TARGET"; then
11594   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11595 $as_echo "$LD_FOR_TARGET" >&6; }
11596 else
11597   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11598 $as_echo "no" >&6; }
11599 fi
11600
11601
11602     fi
11603     test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11604   done
11605 fi
11606
11607 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11608   set dummy ld
11609   if test $build = $target ; then
11610     LD_FOR_TARGET="$2"
11611   else
11612     LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11613   fi
11614 else
11615   LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11616 fi
11617
11618 else
11619   LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11620 fi
11621
11622
11623
11624
11625 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11626   if test -n "$with_build_time_tools"; then
11627     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11628 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11629     if test -x $with_build_time_tools/lipo; then
11630       LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11631       ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11632       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11633 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11634     else
11635       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11636 $as_echo "no" >&6; }
11637     fi
11638   elif test $build != $host && test $have_gcc_for_target = yes; then
11639     LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11640     test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11641     test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11642   fi
11643 fi
11644 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11645   # Extract the first word of "lipo", so it can be a program name with args.
11646 set dummy lipo; ac_word=$2
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11648 $as_echo_n "checking for $ac_word... " >&6; }
11649 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11650   $as_echo_n "(cached) " >&6
11651 else
11652   case $LIPO_FOR_TARGET in
11653   [\\/]* | ?:[\\/]*)
11654   ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11655   ;;
11656   *)
11657   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11658 for as_dir in $gcc_cv_tool_dirs
11659 do
11660   IFS=$as_save_IFS
11661   test -z "$as_dir" && as_dir=.
11662     for ac_exec_ext in '' $ac_executable_extensions; do
11663   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11664     ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11665     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11666     break 2
11667   fi
11668 done
11669   done
11670 IFS=$as_save_IFS
11671
11672   ;;
11673 esac
11674 fi
11675 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11676 if test -n "$LIPO_FOR_TARGET"; then
11677   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11678 $as_echo "$LIPO_FOR_TARGET" >&6; }
11679 else
11680   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11681 $as_echo "no" >&6; }
11682 fi
11683
11684
11685 fi
11686 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11687
11688
11689 if test -n "$LIPO_FOR_TARGET"; then
11690   ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11691 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11692   LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11693 fi
11694
11695 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11696   for ncn_progname in lipo; do
11697     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11698 set dummy ${ncn_progname}; ac_word=$2
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11700 $as_echo_n "checking for $ac_word... " >&6; }
11701 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11702   $as_echo_n "(cached) " >&6
11703 else
11704   if test -n "$LIPO_FOR_TARGET"; then
11705   ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11706 else
11707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11708 for as_dir in $PATH
11709 do
11710   IFS=$as_save_IFS
11711   test -z "$as_dir" && as_dir=.
11712     for ac_exec_ext in '' $ac_executable_extensions; do
11713   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11714     ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11715     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11716     break 2
11717   fi
11718 done
11719   done
11720 IFS=$as_save_IFS
11721
11722 fi
11723 fi
11724 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11725 if test -n "$LIPO_FOR_TARGET"; then
11726   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11727 $as_echo "$LIPO_FOR_TARGET" >&6; }
11728 else
11729   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11730 $as_echo "no" >&6; }
11731 fi
11732
11733
11734   done
11735 fi
11736
11737 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11738   for ncn_progname in lipo; do
11739     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11740 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11741     if test -x $with_build_time_tools/${ncn_progname}; then
11742       ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11743       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11744 $as_echo "yes" >&6; }
11745       break
11746     else
11747       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11748 $as_echo "no" >&6; }
11749     fi
11750   done
11751 fi
11752
11753 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11754   for ncn_progname in lipo; do
11755     if test -n "$ncn_target_tool_prefix"; then
11756       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11757 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11759 $as_echo_n "checking for $ac_word... " >&6; }
11760 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11761   $as_echo_n "(cached) " >&6
11762 else
11763   if test -n "$LIPO_FOR_TARGET"; then
11764   ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11765 else
11766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11767 for as_dir in $PATH
11768 do
11769   IFS=$as_save_IFS
11770   test -z "$as_dir" && as_dir=.
11771     for ac_exec_ext in '' $ac_executable_extensions; do
11772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11773     ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11774     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11775     break 2
11776   fi
11777 done
11778   done
11779 IFS=$as_save_IFS
11780
11781 fi
11782 fi
11783 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11784 if test -n "$LIPO_FOR_TARGET"; then
11785   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11786 $as_echo "$LIPO_FOR_TARGET" >&6; }
11787 else
11788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11789 $as_echo "no" >&6; }
11790 fi
11791
11792
11793     fi
11794     if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11795       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11796 set dummy ${ncn_progname}; ac_word=$2
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11798 $as_echo_n "checking for $ac_word... " >&6; }
11799 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11800   $as_echo_n "(cached) " >&6
11801 else
11802   if test -n "$LIPO_FOR_TARGET"; then
11803   ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11804 else
11805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11806 for as_dir in $PATH
11807 do
11808   IFS=$as_save_IFS
11809   test -z "$as_dir" && as_dir=.
11810     for ac_exec_ext in '' $ac_executable_extensions; do
11811   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11812     ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11813     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11814     break 2
11815   fi
11816 done
11817   done
11818 IFS=$as_save_IFS
11819
11820 fi
11821 fi
11822 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11823 if test -n "$LIPO_FOR_TARGET"; then
11824   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11825 $as_echo "$LIPO_FOR_TARGET" >&6; }
11826 else
11827   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11828 $as_echo "no" >&6; }
11829 fi
11830
11831
11832     fi
11833     test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11834   done
11835 fi
11836
11837 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11838   set dummy lipo
11839   if test $build = $target ; then
11840     LIPO_FOR_TARGET="$2"
11841   else
11842     LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11843   fi
11844 else
11845   LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11846 fi
11847
11848 else
11849   LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11850 fi
11851
11852
11853
11854
11855 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11856   if test -n "$with_build_time_tools"; then
11857     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11858 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11859     if test -x $with_build_time_tools/nm; then
11860       NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11861       ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11862       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11863 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11864     else
11865       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11866 $as_echo "no" >&6; }
11867     fi
11868   elif test $build != $host && test $have_gcc_for_target = yes; then
11869     NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11870     test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11871     test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11872   fi
11873 fi
11874 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11875   # Extract the first word of "nm", so it can be a program name with args.
11876 set dummy nm; ac_word=$2
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11878 $as_echo_n "checking for $ac_word... " >&6; }
11879 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11880   $as_echo_n "(cached) " >&6
11881 else
11882   case $NM_FOR_TARGET in
11883   [\\/]* | ?:[\\/]*)
11884   ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11885   ;;
11886   *)
11887   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11888 for as_dir in $gcc_cv_tool_dirs
11889 do
11890   IFS=$as_save_IFS
11891   test -z "$as_dir" && as_dir=.
11892     for ac_exec_ext in '' $ac_executable_extensions; do
11893   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11894     ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11895     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11896     break 2
11897   fi
11898 done
11899   done
11900 IFS=$as_save_IFS
11901
11902   ;;
11903 esac
11904 fi
11905 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11906 if test -n "$NM_FOR_TARGET"; then
11907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11908 $as_echo "$NM_FOR_TARGET" >&6; }
11909 else
11910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11911 $as_echo "no" >&6; }
11912 fi
11913
11914
11915 fi
11916 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11917
11918
11919 if test -n "$NM_FOR_TARGET"; then
11920   ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11921 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11922   NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11923 fi
11924
11925 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11926   for ncn_progname in nm; do
11927     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11928 set dummy ${ncn_progname}; ac_word=$2
11929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11930 $as_echo_n "checking for $ac_word... " >&6; }
11931 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11932   $as_echo_n "(cached) " >&6
11933 else
11934   if test -n "$NM_FOR_TARGET"; then
11935   ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11936 else
11937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11938 for as_dir in $PATH
11939 do
11940   IFS=$as_save_IFS
11941   test -z "$as_dir" && as_dir=.
11942     for ac_exec_ext in '' $ac_executable_extensions; do
11943   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11944     ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11945     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11946     break 2
11947   fi
11948 done
11949   done
11950 IFS=$as_save_IFS
11951
11952 fi
11953 fi
11954 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11955 if test -n "$NM_FOR_TARGET"; then
11956   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11957 $as_echo "$NM_FOR_TARGET" >&6; }
11958 else
11959   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11960 $as_echo "no" >&6; }
11961 fi
11962
11963
11964   done
11965 fi
11966
11967 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11968   for ncn_progname in nm; do
11969     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11970 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11971     if test -x $with_build_time_tools/${ncn_progname}; then
11972       ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11973       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11974 $as_echo "yes" >&6; }
11975       break
11976     else
11977       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11978 $as_echo "no" >&6; }
11979     fi
11980   done
11981 fi
11982
11983 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11984   for ncn_progname in nm; do
11985     if test -n "$ncn_target_tool_prefix"; then
11986       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11987 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11989 $as_echo_n "checking for $ac_word... " >&6; }
11990 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11991   $as_echo_n "(cached) " >&6
11992 else
11993   if test -n "$NM_FOR_TARGET"; then
11994   ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11995 else
11996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11997 for as_dir in $PATH
11998 do
11999   IFS=$as_save_IFS
12000   test -z "$as_dir" && as_dir=.
12001     for ac_exec_ext in '' $ac_executable_extensions; do
12002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12003     ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12004     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12005     break 2
12006   fi
12007 done
12008   done
12009 IFS=$as_save_IFS
12010
12011 fi
12012 fi
12013 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12014 if test -n "$NM_FOR_TARGET"; then
12015   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12016 $as_echo "$NM_FOR_TARGET" >&6; }
12017 else
12018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12019 $as_echo "no" >&6; }
12020 fi
12021
12022
12023     fi
12024     if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12025       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12026 set dummy ${ncn_progname}; ac_word=$2
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12028 $as_echo_n "checking for $ac_word... " >&6; }
12029 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12030   $as_echo_n "(cached) " >&6
12031 else
12032   if test -n "$NM_FOR_TARGET"; then
12033   ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12034 else
12035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12036 for as_dir in $PATH
12037 do
12038   IFS=$as_save_IFS
12039   test -z "$as_dir" && as_dir=.
12040     for ac_exec_ext in '' $ac_executable_extensions; do
12041   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12042     ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12043     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12044     break 2
12045   fi
12046 done
12047   done
12048 IFS=$as_save_IFS
12049
12050 fi
12051 fi
12052 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12053 if test -n "$NM_FOR_TARGET"; then
12054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12055 $as_echo "$NM_FOR_TARGET" >&6; }
12056 else
12057   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12058 $as_echo "no" >&6; }
12059 fi
12060
12061
12062     fi
12063     test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12064   done
12065 fi
12066
12067 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12068   set dummy nm
12069   if test $build = $target ; then
12070     NM_FOR_TARGET="$2"
12071   else
12072     NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12073   fi
12074 else
12075   NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12076 fi
12077
12078 else
12079   NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12080 fi
12081
12082
12083
12084
12085 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12086   if test -n "$with_build_time_tools"; then
12087     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12088 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12089     if test -x $with_build_time_tools/objdump; then
12090       OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12091       ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12092       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12093 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12094     else
12095       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12096 $as_echo "no" >&6; }
12097     fi
12098   elif test $build != $host && test $have_gcc_for_target = yes; then
12099     OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12100     test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12101     test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12102   fi
12103 fi
12104 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12105   # Extract the first word of "objdump", so it can be a program name with args.
12106 set dummy objdump; ac_word=$2
12107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12108 $as_echo_n "checking for $ac_word... " >&6; }
12109 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12110   $as_echo_n "(cached) " >&6
12111 else
12112   case $OBJDUMP_FOR_TARGET in
12113   [\\/]* | ?:[\\/]*)
12114   ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12115   ;;
12116   *)
12117   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12118 for as_dir in $gcc_cv_tool_dirs
12119 do
12120   IFS=$as_save_IFS
12121   test -z "$as_dir" && as_dir=.
12122     for ac_exec_ext in '' $ac_executable_extensions; do
12123   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12124     ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12125     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12126     break 2
12127   fi
12128 done
12129   done
12130 IFS=$as_save_IFS
12131
12132   ;;
12133 esac
12134 fi
12135 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12136 if test -n "$OBJDUMP_FOR_TARGET"; then
12137   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12138 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12139 else
12140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12141 $as_echo "no" >&6; }
12142 fi
12143
12144
12145 fi
12146 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12147
12148
12149 if test -n "$OBJDUMP_FOR_TARGET"; then
12150   ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12151 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12152   OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12153 fi
12154
12155 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12156   for ncn_progname in objdump; do
12157     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12158 set dummy ${ncn_progname}; ac_word=$2
12159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12160 $as_echo_n "checking for $ac_word... " >&6; }
12161 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12162   $as_echo_n "(cached) " >&6
12163 else
12164   if test -n "$OBJDUMP_FOR_TARGET"; then
12165   ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12166 else
12167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12168 for as_dir in $PATH
12169 do
12170   IFS=$as_save_IFS
12171   test -z "$as_dir" && as_dir=.
12172     for ac_exec_ext in '' $ac_executable_extensions; do
12173   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12174     ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12175     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12176     break 2
12177   fi
12178 done
12179   done
12180 IFS=$as_save_IFS
12181
12182 fi
12183 fi
12184 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12185 if test -n "$OBJDUMP_FOR_TARGET"; then
12186   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12187 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12188 else
12189   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12190 $as_echo "no" >&6; }
12191 fi
12192
12193
12194   done
12195 fi
12196
12197 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12198   for ncn_progname in objdump; do
12199     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12200 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12201     if test -x $with_build_time_tools/${ncn_progname}; then
12202       ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12203       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12204 $as_echo "yes" >&6; }
12205       break
12206     else
12207       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12208 $as_echo "no" >&6; }
12209     fi
12210   done
12211 fi
12212
12213 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12214   for ncn_progname in objdump; do
12215     if test -n "$ncn_target_tool_prefix"; then
12216       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12217 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12219 $as_echo_n "checking for $ac_word... " >&6; }
12220 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12221   $as_echo_n "(cached) " >&6
12222 else
12223   if test -n "$OBJDUMP_FOR_TARGET"; then
12224   ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12225 else
12226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12227 for as_dir in $PATH
12228 do
12229   IFS=$as_save_IFS
12230   test -z "$as_dir" && as_dir=.
12231     for ac_exec_ext in '' $ac_executable_extensions; do
12232   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12233     ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12234     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12235     break 2
12236   fi
12237 done
12238   done
12239 IFS=$as_save_IFS
12240
12241 fi
12242 fi
12243 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12244 if test -n "$OBJDUMP_FOR_TARGET"; then
12245   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12246 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12247 else
12248   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12249 $as_echo "no" >&6; }
12250 fi
12251
12252
12253     fi
12254     if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12255       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12256 set dummy ${ncn_progname}; ac_word=$2
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12258 $as_echo_n "checking for $ac_word... " >&6; }
12259 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12260   $as_echo_n "(cached) " >&6
12261 else
12262   if test -n "$OBJDUMP_FOR_TARGET"; then
12263   ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12264 else
12265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12266 for as_dir in $PATH
12267 do
12268   IFS=$as_save_IFS
12269   test -z "$as_dir" && as_dir=.
12270     for ac_exec_ext in '' $ac_executable_extensions; do
12271   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12272     ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12273     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12274     break 2
12275   fi
12276 done
12277   done
12278 IFS=$as_save_IFS
12279
12280 fi
12281 fi
12282 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12283 if test -n "$OBJDUMP_FOR_TARGET"; then
12284   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12285 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12286 else
12287   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12288 $as_echo "no" >&6; }
12289 fi
12290
12291
12292     fi
12293     test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12294   done
12295 fi
12296
12297 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12298   set dummy objdump
12299   if test $build = $target ; then
12300     OBJDUMP_FOR_TARGET="$2"
12301   else
12302     OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12303   fi
12304 else
12305   OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12306 fi
12307
12308 else
12309   OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12310 fi
12311
12312
12313
12314
12315 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12316   if test -n "$with_build_time_tools"; then
12317     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12318 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12319     if test -x $with_build_time_tools/ranlib; then
12320       RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12321       ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12322       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12323 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12324     else
12325       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12326 $as_echo "no" >&6; }
12327     fi
12328   elif test $build != $host && test $have_gcc_for_target = yes; then
12329     RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12330     test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12331     test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12332   fi
12333 fi
12334 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12335   # Extract the first word of "ranlib", so it can be a program name with args.
12336 set dummy ranlib; ac_word=$2
12337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12338 $as_echo_n "checking for $ac_word... " >&6; }
12339 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12340   $as_echo_n "(cached) " >&6
12341 else
12342   case $RANLIB_FOR_TARGET in
12343   [\\/]* | ?:[\\/]*)
12344   ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12345   ;;
12346   *)
12347   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12348 for as_dir in $gcc_cv_tool_dirs
12349 do
12350   IFS=$as_save_IFS
12351   test -z "$as_dir" && as_dir=.
12352     for ac_exec_ext in '' $ac_executable_extensions; do
12353   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12354     ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12355     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12356     break 2
12357   fi
12358 done
12359   done
12360 IFS=$as_save_IFS
12361
12362   ;;
12363 esac
12364 fi
12365 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12366 if test -n "$RANLIB_FOR_TARGET"; then
12367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12368 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12369 else
12370   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12371 $as_echo "no" >&6; }
12372 fi
12373
12374
12375 fi
12376 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12377
12378
12379 if test -n "$RANLIB_FOR_TARGET"; then
12380   ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12381 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12382   RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12383 fi
12384
12385 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12386   for ncn_progname in ranlib; do
12387     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12388 set dummy ${ncn_progname}; ac_word=$2
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12390 $as_echo_n "checking for $ac_word... " >&6; }
12391 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12392   $as_echo_n "(cached) " >&6
12393 else
12394   if test -n "$RANLIB_FOR_TARGET"; then
12395   ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12396 else
12397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12398 for as_dir in $PATH
12399 do
12400   IFS=$as_save_IFS
12401   test -z "$as_dir" && as_dir=.
12402     for ac_exec_ext in '' $ac_executable_extensions; do
12403   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12404     ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12405     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12406     break 2
12407   fi
12408 done
12409   done
12410 IFS=$as_save_IFS
12411
12412 fi
12413 fi
12414 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12415 if test -n "$RANLIB_FOR_TARGET"; then
12416   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12417 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12418 else
12419   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12420 $as_echo "no" >&6; }
12421 fi
12422
12423
12424   done
12425 fi
12426
12427 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12428   for ncn_progname in ranlib; do
12429     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12430 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12431     if test -x $with_build_time_tools/${ncn_progname}; then
12432       ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12433       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12434 $as_echo "yes" >&6; }
12435       break
12436     else
12437       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12438 $as_echo "no" >&6; }
12439     fi
12440   done
12441 fi
12442
12443 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12444   for ncn_progname in ranlib; do
12445     if test -n "$ncn_target_tool_prefix"; then
12446       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12447 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12449 $as_echo_n "checking for $ac_word... " >&6; }
12450 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12451   $as_echo_n "(cached) " >&6
12452 else
12453   if test -n "$RANLIB_FOR_TARGET"; then
12454   ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12455 else
12456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12457 for as_dir in $PATH
12458 do
12459   IFS=$as_save_IFS
12460   test -z "$as_dir" && as_dir=.
12461     for ac_exec_ext in '' $ac_executable_extensions; do
12462   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12463     ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12464     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12465     break 2
12466   fi
12467 done
12468   done
12469 IFS=$as_save_IFS
12470
12471 fi
12472 fi
12473 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12474 if test -n "$RANLIB_FOR_TARGET"; then
12475   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12476 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12477 else
12478   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12479 $as_echo "no" >&6; }
12480 fi
12481
12482
12483     fi
12484     if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12485       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12486 set dummy ${ncn_progname}; ac_word=$2
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12488 $as_echo_n "checking for $ac_word... " >&6; }
12489 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12490   $as_echo_n "(cached) " >&6
12491 else
12492   if test -n "$RANLIB_FOR_TARGET"; then
12493   ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12494 else
12495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12496 for as_dir in $PATH
12497 do
12498   IFS=$as_save_IFS
12499   test -z "$as_dir" && as_dir=.
12500     for ac_exec_ext in '' $ac_executable_extensions; do
12501   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12502     ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12503     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12504     break 2
12505   fi
12506 done
12507   done
12508 IFS=$as_save_IFS
12509
12510 fi
12511 fi
12512 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12513 if test -n "$RANLIB_FOR_TARGET"; then
12514   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12515 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12516 else
12517   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12518 $as_echo "no" >&6; }
12519 fi
12520
12521
12522     fi
12523     test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12524   done
12525 fi
12526
12527 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12528   set dummy ranlib
12529   if test $build = $target ; then
12530     RANLIB_FOR_TARGET="$2"
12531   else
12532     RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12533   fi
12534 else
12535   RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12536 fi
12537
12538 else
12539   RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12540 fi
12541
12542
12543
12544
12545 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12546   if test -n "$with_build_time_tools"; then
12547     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12548 $as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12549     if test -x $with_build_time_tools/readelf; then
12550       READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12551       ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12552       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12553 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12554     else
12555       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12556 $as_echo "no" >&6; }
12557     fi
12558   elif test $build != $host && test $have_gcc_for_target = yes; then
12559     READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12560     test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12561     test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12562   fi
12563 fi
12564 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12565   # Extract the first word of "readelf", so it can be a program name with args.
12566 set dummy readelf; ac_word=$2
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12568 $as_echo_n "checking for $ac_word... " >&6; }
12569 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12570   $as_echo_n "(cached) " >&6
12571 else
12572   case $READELF_FOR_TARGET in
12573   [\\/]* | ?:[\\/]*)
12574   ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12575   ;;
12576   *)
12577   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12578 for as_dir in $gcc_cv_tool_dirs
12579 do
12580   IFS=$as_save_IFS
12581   test -z "$as_dir" && as_dir=.
12582     for ac_exec_ext in '' $ac_executable_extensions; do
12583   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12584     ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12585     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12586     break 2
12587   fi
12588 done
12589   done
12590 IFS=$as_save_IFS
12591
12592   ;;
12593 esac
12594 fi
12595 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12596 if test -n "$READELF_FOR_TARGET"; then
12597   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12598 $as_echo "$READELF_FOR_TARGET" >&6; }
12599 else
12600   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12601 $as_echo "no" >&6; }
12602 fi
12603
12604
12605 fi
12606 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12607
12608
12609 if test -n "$READELF_FOR_TARGET"; then
12610   ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12611 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12612   READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12613 fi
12614
12615 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12616   for ncn_progname in readelf; do
12617     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12618 set dummy ${ncn_progname}; ac_word=$2
12619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12620 $as_echo_n "checking for $ac_word... " >&6; }
12621 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12622   $as_echo_n "(cached) " >&6
12623 else
12624   if test -n "$READELF_FOR_TARGET"; then
12625   ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12626 else
12627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12628 for as_dir in $PATH
12629 do
12630   IFS=$as_save_IFS
12631   test -z "$as_dir" && as_dir=.
12632     for ac_exec_ext in '' $ac_executable_extensions; do
12633   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12634     ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12635     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12636     break 2
12637   fi
12638 done
12639   done
12640 IFS=$as_save_IFS
12641
12642 fi
12643 fi
12644 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12645 if test -n "$READELF_FOR_TARGET"; then
12646   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12647 $as_echo "$READELF_FOR_TARGET" >&6; }
12648 else
12649   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12650 $as_echo "no" >&6; }
12651 fi
12652
12653
12654   done
12655 fi
12656
12657 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12658   for ncn_progname in readelf; do
12659     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12660 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12661     if test -x $with_build_time_tools/${ncn_progname}; then
12662       ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12663       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12664 $as_echo "yes" >&6; }
12665       break
12666     else
12667       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12668 $as_echo "no" >&6; }
12669     fi
12670   done
12671 fi
12672
12673 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12674   for ncn_progname in readelf; do
12675     if test -n "$ncn_target_tool_prefix"; then
12676       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12677 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12679 $as_echo_n "checking for $ac_word... " >&6; }
12680 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12681   $as_echo_n "(cached) " >&6
12682 else
12683   if test -n "$READELF_FOR_TARGET"; then
12684   ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12685 else
12686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12687 for as_dir in $PATH
12688 do
12689   IFS=$as_save_IFS
12690   test -z "$as_dir" && as_dir=.
12691     for ac_exec_ext in '' $ac_executable_extensions; do
12692   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12693     ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12694     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12695     break 2
12696   fi
12697 done
12698   done
12699 IFS=$as_save_IFS
12700
12701 fi
12702 fi
12703 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12704 if test -n "$READELF_FOR_TARGET"; then
12705   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12706 $as_echo "$READELF_FOR_TARGET" >&6; }
12707 else
12708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12709 $as_echo "no" >&6; }
12710 fi
12711
12712
12713     fi
12714     if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12715       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12716 set dummy ${ncn_progname}; ac_word=$2
12717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12718 $as_echo_n "checking for $ac_word... " >&6; }
12719 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12720   $as_echo_n "(cached) " >&6
12721 else
12722   if test -n "$READELF_FOR_TARGET"; then
12723   ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12724 else
12725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12726 for as_dir in $PATH
12727 do
12728   IFS=$as_save_IFS
12729   test -z "$as_dir" && as_dir=.
12730     for ac_exec_ext in '' $ac_executable_extensions; do
12731   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12732     ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12733     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12734     break 2
12735   fi
12736 done
12737   done
12738 IFS=$as_save_IFS
12739
12740 fi
12741 fi
12742 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12743 if test -n "$READELF_FOR_TARGET"; then
12744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12745 $as_echo "$READELF_FOR_TARGET" >&6; }
12746 else
12747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12748 $as_echo "no" >&6; }
12749 fi
12750
12751
12752     fi
12753     test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12754   done
12755 fi
12756
12757 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12758   set dummy readelf
12759   if test $build = $target ; then
12760     READELF_FOR_TARGET="$2"
12761   else
12762     READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12763   fi
12764 else
12765   READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12766 fi
12767
12768 else
12769   READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12770 fi
12771
12772
12773
12774
12775 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12776   if test -n "$with_build_time_tools"; then
12777     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12778 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12779     if test -x $with_build_time_tools/strip; then
12780       STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12781       ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12782       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12783 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12784     else
12785       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12786 $as_echo "no" >&6; }
12787     fi
12788   elif test $build != $host && test $have_gcc_for_target = yes; then
12789     STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12790     test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12791     test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12792   fi
12793 fi
12794 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12795   # Extract the first word of "strip", so it can be a program name with args.
12796 set dummy strip; ac_word=$2
12797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12798 $as_echo_n "checking for $ac_word... " >&6; }
12799 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12800   $as_echo_n "(cached) " >&6
12801 else
12802   case $STRIP_FOR_TARGET in
12803   [\\/]* | ?:[\\/]*)
12804   ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12805   ;;
12806   *)
12807   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12808 for as_dir in $gcc_cv_tool_dirs
12809 do
12810   IFS=$as_save_IFS
12811   test -z "$as_dir" && as_dir=.
12812     for ac_exec_ext in '' $ac_executable_extensions; do
12813   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12814     ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12815     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12816     break 2
12817   fi
12818 done
12819   done
12820 IFS=$as_save_IFS
12821
12822   ;;
12823 esac
12824 fi
12825 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12826 if test -n "$STRIP_FOR_TARGET"; then
12827   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12828 $as_echo "$STRIP_FOR_TARGET" >&6; }
12829 else
12830   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12831 $as_echo "no" >&6; }
12832 fi
12833
12834
12835 fi
12836 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12837
12838
12839 if test -n "$STRIP_FOR_TARGET"; then
12840   ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12841 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12842   STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12843 fi
12844
12845 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12846   for ncn_progname in strip; do
12847     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12848 set dummy ${ncn_progname}; ac_word=$2
12849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12850 $as_echo_n "checking for $ac_word... " >&6; }
12851 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12852   $as_echo_n "(cached) " >&6
12853 else
12854   if test -n "$STRIP_FOR_TARGET"; then
12855   ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12856 else
12857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12858 for as_dir in $PATH
12859 do
12860   IFS=$as_save_IFS
12861   test -z "$as_dir" && as_dir=.
12862     for ac_exec_ext in '' $ac_executable_extensions; do
12863   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12864     ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12865     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12866     break 2
12867   fi
12868 done
12869   done
12870 IFS=$as_save_IFS
12871
12872 fi
12873 fi
12874 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12875 if test -n "$STRIP_FOR_TARGET"; then
12876   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12877 $as_echo "$STRIP_FOR_TARGET" >&6; }
12878 else
12879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12880 $as_echo "no" >&6; }
12881 fi
12882
12883
12884   done
12885 fi
12886
12887 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12888   for ncn_progname in strip; do
12889     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12890 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12891     if test -x $with_build_time_tools/${ncn_progname}; then
12892       ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12893       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12894 $as_echo "yes" >&6; }
12895       break
12896     else
12897       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12898 $as_echo "no" >&6; }
12899     fi
12900   done
12901 fi
12902
12903 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12904   for ncn_progname in strip; do
12905     if test -n "$ncn_target_tool_prefix"; then
12906       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12907 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12909 $as_echo_n "checking for $ac_word... " >&6; }
12910 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12911   $as_echo_n "(cached) " >&6
12912 else
12913   if test -n "$STRIP_FOR_TARGET"; then
12914   ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12915 else
12916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12917 for as_dir in $PATH
12918 do
12919   IFS=$as_save_IFS
12920   test -z "$as_dir" && as_dir=.
12921     for ac_exec_ext in '' $ac_executable_extensions; do
12922   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12923     ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12924     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12925     break 2
12926   fi
12927 done
12928   done
12929 IFS=$as_save_IFS
12930
12931 fi
12932 fi
12933 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12934 if test -n "$STRIP_FOR_TARGET"; then
12935   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12936 $as_echo "$STRIP_FOR_TARGET" >&6; }
12937 else
12938   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12939 $as_echo "no" >&6; }
12940 fi
12941
12942
12943     fi
12944     if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12945       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12946 set dummy ${ncn_progname}; ac_word=$2
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12948 $as_echo_n "checking for $ac_word... " >&6; }
12949 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12950   $as_echo_n "(cached) " >&6
12951 else
12952   if test -n "$STRIP_FOR_TARGET"; then
12953   ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12954 else
12955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12956 for as_dir in $PATH
12957 do
12958   IFS=$as_save_IFS
12959   test -z "$as_dir" && as_dir=.
12960     for ac_exec_ext in '' $ac_executable_extensions; do
12961   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12962     ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12963     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12964     break 2
12965   fi
12966 done
12967   done
12968 IFS=$as_save_IFS
12969
12970 fi
12971 fi
12972 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12973 if test -n "$STRIP_FOR_TARGET"; then
12974   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12975 $as_echo "$STRIP_FOR_TARGET" >&6; }
12976 else
12977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12978 $as_echo "no" >&6; }
12979 fi
12980
12981
12982     fi
12983     test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12984   done
12985 fi
12986
12987 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12988   set dummy strip
12989   if test $build = $target ; then
12990     STRIP_FOR_TARGET="$2"
12991   else
12992     STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12993   fi
12994 else
12995   STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12996 fi
12997
12998 else
12999   STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13000 fi
13001
13002
13003
13004
13005 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13006   if test -n "$with_build_time_tools"; then
13007     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13008 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
13009     if test -x $with_build_time_tools/windres; then
13010       WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13011       ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13012       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13013 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13014     else
13015       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13016 $as_echo "no" >&6; }
13017     fi
13018   elif test $build != $host && test $have_gcc_for_target = yes; then
13019     WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13020     test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13021     test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13022   fi
13023 fi
13024 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13025   # Extract the first word of "windres", so it can be a program name with args.
13026 set dummy windres; ac_word=$2
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13028 $as_echo_n "checking for $ac_word... " >&6; }
13029 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13030   $as_echo_n "(cached) " >&6
13031 else
13032   case $WINDRES_FOR_TARGET in
13033   [\\/]* | ?:[\\/]*)
13034   ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13035   ;;
13036   *)
13037   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13038 for as_dir in $gcc_cv_tool_dirs
13039 do
13040   IFS=$as_save_IFS
13041   test -z "$as_dir" && as_dir=.
13042     for ac_exec_ext in '' $ac_executable_extensions; do
13043   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13044     ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13045     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13046     break 2
13047   fi
13048 done
13049   done
13050 IFS=$as_save_IFS
13051
13052   ;;
13053 esac
13054 fi
13055 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13056 if test -n "$WINDRES_FOR_TARGET"; then
13057   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13058 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13059 else
13060   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13061 $as_echo "no" >&6; }
13062 fi
13063
13064
13065 fi
13066 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13067
13068
13069 if test -n "$WINDRES_FOR_TARGET"; then
13070   ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13071 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13072   WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13073 fi
13074
13075 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13076   for ncn_progname in windres; do
13077     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13078 set dummy ${ncn_progname}; ac_word=$2
13079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13080 $as_echo_n "checking for $ac_word... " >&6; }
13081 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13082   $as_echo_n "(cached) " >&6
13083 else
13084   if test -n "$WINDRES_FOR_TARGET"; then
13085   ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13086 else
13087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13088 for as_dir in $PATH
13089 do
13090   IFS=$as_save_IFS
13091   test -z "$as_dir" && as_dir=.
13092     for ac_exec_ext in '' $ac_executable_extensions; do
13093   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13094     ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13095     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13096     break 2
13097   fi
13098 done
13099   done
13100 IFS=$as_save_IFS
13101
13102 fi
13103 fi
13104 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13105 if test -n "$WINDRES_FOR_TARGET"; then
13106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13107 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13108 else
13109   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13110 $as_echo "no" >&6; }
13111 fi
13112
13113
13114   done
13115 fi
13116
13117 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13118   for ncn_progname in windres; do
13119     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13120 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13121     if test -x $with_build_time_tools/${ncn_progname}; then
13122       ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13123       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13124 $as_echo "yes" >&6; }
13125       break
13126     else
13127       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13128 $as_echo "no" >&6; }
13129     fi
13130   done
13131 fi
13132
13133 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13134   for ncn_progname in windres; do
13135     if test -n "$ncn_target_tool_prefix"; then
13136       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13137 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13139 $as_echo_n "checking for $ac_word... " >&6; }
13140 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13141   $as_echo_n "(cached) " >&6
13142 else
13143   if test -n "$WINDRES_FOR_TARGET"; then
13144   ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13145 else
13146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13147 for as_dir in $PATH
13148 do
13149   IFS=$as_save_IFS
13150   test -z "$as_dir" && as_dir=.
13151     for ac_exec_ext in '' $ac_executable_extensions; do
13152   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13153     ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13154     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13155     break 2
13156   fi
13157 done
13158   done
13159 IFS=$as_save_IFS
13160
13161 fi
13162 fi
13163 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13164 if test -n "$WINDRES_FOR_TARGET"; then
13165   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13166 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13167 else
13168   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13169 $as_echo "no" >&6; }
13170 fi
13171
13172
13173     fi
13174     if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13175       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13176 set dummy ${ncn_progname}; ac_word=$2
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13178 $as_echo_n "checking for $ac_word... " >&6; }
13179 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13180   $as_echo_n "(cached) " >&6
13181 else
13182   if test -n "$WINDRES_FOR_TARGET"; then
13183   ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13184 else
13185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13186 for as_dir in $PATH
13187 do
13188   IFS=$as_save_IFS
13189   test -z "$as_dir" && as_dir=.
13190     for ac_exec_ext in '' $ac_executable_extensions; do
13191   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13192     ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13193     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13194     break 2
13195   fi
13196 done
13197   done
13198 IFS=$as_save_IFS
13199
13200 fi
13201 fi
13202 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13203 if test -n "$WINDRES_FOR_TARGET"; then
13204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13205 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13206 else
13207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13208 $as_echo "no" >&6; }
13209 fi
13210
13211
13212     fi
13213     test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13214   done
13215 fi
13216
13217 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13218   set dummy windres
13219   if test $build = $target ; then
13220     WINDRES_FOR_TARGET="$2"
13221   else
13222     WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13223   fi
13224 else
13225   WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13226 fi
13227
13228 else
13229   WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13230 fi
13231
13232
13233
13234
13235 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13236   if test -n "$with_build_time_tools"; then
13237     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13238 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13239     if test -x $with_build_time_tools/windmc; then
13240       WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13241       ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13242       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13243 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13244     else
13245       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13246 $as_echo "no" >&6; }
13247     fi
13248   elif test $build != $host && test $have_gcc_for_target = yes; then
13249     WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13250     test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13251     test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13252   fi
13253 fi
13254 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13255   # Extract the first word of "windmc", so it can be a program name with args.
13256 set dummy windmc; ac_word=$2
13257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13258 $as_echo_n "checking for $ac_word... " >&6; }
13259 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13260   $as_echo_n "(cached) " >&6
13261 else
13262   case $WINDMC_FOR_TARGET in
13263   [\\/]* | ?:[\\/]*)
13264   ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13265   ;;
13266   *)
13267   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13268 for as_dir in $gcc_cv_tool_dirs
13269 do
13270   IFS=$as_save_IFS
13271   test -z "$as_dir" && as_dir=.
13272     for ac_exec_ext in '' $ac_executable_extensions; do
13273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13274     ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13275     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13276     break 2
13277   fi
13278 done
13279   done
13280 IFS=$as_save_IFS
13281
13282   ;;
13283 esac
13284 fi
13285 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13286 if test -n "$WINDMC_FOR_TARGET"; then
13287   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13288 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13289 else
13290   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13291 $as_echo "no" >&6; }
13292 fi
13293
13294
13295 fi
13296 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13297
13298
13299 if test -n "$WINDMC_FOR_TARGET"; then
13300   ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13301 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13302   WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13303 fi
13304
13305 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13306   for ncn_progname in windmc; do
13307     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13308 set dummy ${ncn_progname}; ac_word=$2
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13310 $as_echo_n "checking for $ac_word... " >&6; }
13311 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13312   $as_echo_n "(cached) " >&6
13313 else
13314   if test -n "$WINDMC_FOR_TARGET"; then
13315   ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13316 else
13317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13318 for as_dir in $PATH
13319 do
13320   IFS=$as_save_IFS
13321   test -z "$as_dir" && as_dir=.
13322     for ac_exec_ext in '' $ac_executable_extensions; do
13323   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13324     ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13325     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13326     break 2
13327   fi
13328 done
13329   done
13330 IFS=$as_save_IFS
13331
13332 fi
13333 fi
13334 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13335 if test -n "$WINDMC_FOR_TARGET"; then
13336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13337 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13338 else
13339   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13340 $as_echo "no" >&6; }
13341 fi
13342
13343
13344   done
13345 fi
13346
13347 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13348   for ncn_progname in windmc; do
13349     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13350 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13351     if test -x $with_build_time_tools/${ncn_progname}; then
13352       ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13353       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13354 $as_echo "yes" >&6; }
13355       break
13356     else
13357       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13358 $as_echo "no" >&6; }
13359     fi
13360   done
13361 fi
13362
13363 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13364   for ncn_progname in windmc; do
13365     if test -n "$ncn_target_tool_prefix"; then
13366       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13367 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13369 $as_echo_n "checking for $ac_word... " >&6; }
13370 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13371   $as_echo_n "(cached) " >&6
13372 else
13373   if test -n "$WINDMC_FOR_TARGET"; then
13374   ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13375 else
13376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13377 for as_dir in $PATH
13378 do
13379   IFS=$as_save_IFS
13380   test -z "$as_dir" && as_dir=.
13381     for ac_exec_ext in '' $ac_executable_extensions; do
13382   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13383     ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13384     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13385     break 2
13386   fi
13387 done
13388   done
13389 IFS=$as_save_IFS
13390
13391 fi
13392 fi
13393 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13394 if test -n "$WINDMC_FOR_TARGET"; then
13395   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13396 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13397 else
13398   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13399 $as_echo "no" >&6; }
13400 fi
13401
13402
13403     fi
13404     if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13405       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13406 set dummy ${ncn_progname}; ac_word=$2
13407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13408 $as_echo_n "checking for $ac_word... " >&6; }
13409 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13410   $as_echo_n "(cached) " >&6
13411 else
13412   if test -n "$WINDMC_FOR_TARGET"; then
13413   ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13414 else
13415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13416 for as_dir in $PATH
13417 do
13418   IFS=$as_save_IFS
13419   test -z "$as_dir" && as_dir=.
13420     for ac_exec_ext in '' $ac_executable_extensions; do
13421   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13422     ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13423     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13424     break 2
13425   fi
13426 done
13427   done
13428 IFS=$as_save_IFS
13429
13430 fi
13431 fi
13432 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13433 if test -n "$WINDMC_FOR_TARGET"; then
13434   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13435 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13436 else
13437   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13438 $as_echo "no" >&6; }
13439 fi
13440
13441
13442     fi
13443     test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13444   done
13445 fi
13446
13447 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13448   set dummy windmc
13449   if test $build = $target ; then
13450     WINDMC_FOR_TARGET="$2"
13451   else
13452     WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13453   fi
13454 else
13455   WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13456 fi
13457
13458 else
13459   WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13460 fi
13461
13462
13463 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13464
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13466 $as_echo_n "checking where to find the target ar... " >&6; }
13467 if test "x${build}" != "x${host}" ; then
13468   if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13469     # We already found the complete path
13470     ac_dir=`dirname $AR_FOR_TARGET`
13471     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13472 $as_echo "pre-installed in $ac_dir" >&6; }
13473   else
13474     # Canadian cross, just use what we found
13475     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13476 $as_echo "pre-installed" >&6; }
13477   fi
13478 else
13479   ok=yes
13480   case " ${configdirs} " in
13481     *" binutils "*) ;;
13482     *) ok=no ;;
13483   esac
13484
13485   if test $ok = yes; then
13486     # An in-tree tool is available and we can use it
13487     AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13488     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13489 $as_echo "just compiled" >&6; }
13490   elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13491     # We already found the complete path
13492     ac_dir=`dirname $AR_FOR_TARGET`
13493     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13494 $as_echo "pre-installed in $ac_dir" >&6; }
13495   elif test "x$target" = "x$host"; then
13496     # We can use an host tool
13497     AR_FOR_TARGET='$(AR)'
13498     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13499 $as_echo "host tool" >&6; }
13500   else
13501     # We need a cross tool
13502     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13503 $as_echo "pre-installed" >&6; }
13504   fi
13505 fi
13506
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13508 $as_echo_n "checking where to find the target as... " >&6; }
13509 if test "x${build}" != "x${host}" ; then
13510   if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13511     # We already found the complete path
13512     ac_dir=`dirname $AS_FOR_TARGET`
13513     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13514 $as_echo "pre-installed in $ac_dir" >&6; }
13515   else
13516     # Canadian cross, just use what we found
13517     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13518 $as_echo "pre-installed" >&6; }
13519   fi
13520 else
13521   ok=yes
13522   case " ${configdirs} " in
13523     *" gas "*) ;;
13524     *) ok=no ;;
13525   esac
13526
13527   if test $ok = yes; then
13528     # An in-tree tool is available and we can use it
13529     AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13530     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13531 $as_echo "just compiled" >&6; }
13532   elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13533     # We already found the complete path
13534     ac_dir=`dirname $AS_FOR_TARGET`
13535     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13536 $as_echo "pre-installed in $ac_dir" >&6; }
13537   elif test "x$target" = "x$host"; then
13538     # We can use an host tool
13539     AS_FOR_TARGET='$(AS)'
13540     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13541 $as_echo "host tool" >&6; }
13542   else
13543     # We need a cross tool
13544     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13545 $as_echo "pre-installed" >&6; }
13546   fi
13547 fi
13548
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13550 $as_echo_n "checking where to find the target cc... " >&6; }
13551 if test "x${build}" != "x${host}" ; then
13552   if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13553     # We already found the complete path
13554     ac_dir=`dirname $CC_FOR_TARGET`
13555     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13556 $as_echo "pre-installed in $ac_dir" >&6; }
13557   else
13558     # Canadian cross, just use what we found
13559     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13560 $as_echo "pre-installed" >&6; }
13561   fi
13562 else
13563   ok=yes
13564   case " ${configdirs} " in
13565     *" gcc "*) ;;
13566     *) ok=no ;;
13567   esac
13568
13569   if test $ok = yes; then
13570     # An in-tree tool is available and we can use it
13571     CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13572     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13573 $as_echo "just compiled" >&6; }
13574   elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13575     # We already found the complete path
13576     ac_dir=`dirname $CC_FOR_TARGET`
13577     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13578 $as_echo "pre-installed in $ac_dir" >&6; }
13579   elif test "x$target" = "x$host"; then
13580     # We can use an host tool
13581     CC_FOR_TARGET='$(CC)'
13582     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13583 $as_echo "host tool" >&6; }
13584   else
13585     # We need a cross tool
13586     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13587 $as_echo "pre-installed" >&6; }
13588   fi
13589 fi
13590
13591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13592 $as_echo_n "checking where to find the target c++... " >&6; }
13593 if test "x${build}" != "x${host}" ; then
13594   if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13595     # We already found the complete path
13596     ac_dir=`dirname $CXX_FOR_TARGET`
13597     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13598 $as_echo "pre-installed in $ac_dir" >&6; }
13599   else
13600     # Canadian cross, just use what we found
13601     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13602 $as_echo "pre-installed" >&6; }
13603   fi
13604 else
13605   ok=yes
13606   case " ${configdirs} " in
13607     *" gcc "*) ;;
13608     *) ok=no ;;
13609   esac
13610   case ,${enable_languages}, in
13611     *,c++,*) ;;
13612     *) ok=no ;;
13613   esac
13614   if test $ok = yes; then
13615     # An in-tree tool is available and we can use it
13616     CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -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'
13617     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13618 $as_echo "just compiled" >&6; }
13619   elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13620     # We already found the complete path
13621     ac_dir=`dirname $CXX_FOR_TARGET`
13622     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13623 $as_echo "pre-installed in $ac_dir" >&6; }
13624   elif test "x$target" = "x$host"; then
13625     # We can use an host tool
13626     CXX_FOR_TARGET='$(CXX)'
13627     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13628 $as_echo "host tool" >&6; }
13629   else
13630     # We need a cross tool
13631     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13632 $as_echo "pre-installed" >&6; }
13633   fi
13634 fi
13635
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13637 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13638 if test "x${build}" != "x${host}" ; then
13639   if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13640     # We already found the complete path
13641     ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13642     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13643 $as_echo "pre-installed in $ac_dir" >&6; }
13644   else
13645     # Canadian cross, just use what we found
13646     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13647 $as_echo "pre-installed" >&6; }
13648   fi
13649 else
13650   ok=yes
13651   case " ${configdirs} " in
13652     *" gcc "*) ;;
13653     *) ok=no ;;
13654   esac
13655   case ,${enable_languages}, in
13656     *,c++,*) ;;
13657     *) ok=no ;;
13658   esac
13659   if test $ok = yes; then
13660     # An in-tree tool is available and we can use it
13661     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'
13662     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13663 $as_echo "just compiled" >&6; }
13664   elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13665     # We already found the complete path
13666     ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13667     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13668 $as_echo "pre-installed in $ac_dir" >&6; }
13669   elif test "x$target" = "x$host"; then
13670     # We can use an host tool
13671     RAW_CXX_FOR_TARGET='$(CXX)'
13672     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13673 $as_echo "host tool" >&6; }
13674   else
13675     # We need a cross tool
13676     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13677 $as_echo "pre-installed" >&6; }
13678   fi
13679 fi
13680
13681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13682 $as_echo_n "checking where to find the target dlltool... " >&6; }
13683 if test "x${build}" != "x${host}" ; then
13684   if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13685     # We already found the complete path
13686     ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13687     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13688 $as_echo "pre-installed in $ac_dir" >&6; }
13689   else
13690     # Canadian cross, just use what we found
13691     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13692 $as_echo "pre-installed" >&6; }
13693   fi
13694 else
13695   ok=yes
13696   case " ${configdirs} " in
13697     *" binutils "*) ;;
13698     *) ok=no ;;
13699   esac
13700
13701   if test $ok = yes; then
13702     # An in-tree tool is available and we can use it
13703     DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13704     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13705 $as_echo "just compiled" >&6; }
13706   elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13707     # We already found the complete path
13708     ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13709     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13710 $as_echo "pre-installed in $ac_dir" >&6; }
13711   elif test "x$target" = "x$host"; then
13712     # We can use an host tool
13713     DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13714     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13715 $as_echo "host tool" >&6; }
13716   else
13717     # We need a cross tool
13718     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13719 $as_echo "pre-installed" >&6; }
13720   fi
13721 fi
13722
13723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13724 $as_echo_n "checking where to find the target gcc... " >&6; }
13725 if test "x${build}" != "x${host}" ; then
13726   if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13727     # We already found the complete path
13728     ac_dir=`dirname $GCC_FOR_TARGET`
13729     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13730 $as_echo "pre-installed in $ac_dir" >&6; }
13731   else
13732     # Canadian cross, just use what we found
13733     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13734 $as_echo "pre-installed" >&6; }
13735   fi
13736 else
13737   ok=yes
13738   case " ${configdirs} " in
13739     *" gcc "*) ;;
13740     *) ok=no ;;
13741   esac
13742
13743   if test $ok = yes; then
13744     # An in-tree tool is available and we can use it
13745     GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13746     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13747 $as_echo "just compiled" >&6; }
13748   elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13749     # We already found the complete path
13750     ac_dir=`dirname $GCC_FOR_TARGET`
13751     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13752 $as_echo "pre-installed in $ac_dir" >&6; }
13753   elif test "x$target" = "x$host"; then
13754     # We can use an host tool
13755     GCC_FOR_TARGET='$()'
13756     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13757 $as_echo "host tool" >&6; }
13758   else
13759     # We need a cross tool
13760     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13761 $as_echo "pre-installed" >&6; }
13762   fi
13763 fi
13764
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13766 $as_echo_n "checking where to find the target gcj... " >&6; }
13767 if test "x${build}" != "x${host}" ; then
13768   if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13769     # We already found the complete path
13770     ac_dir=`dirname $GCJ_FOR_TARGET`
13771     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13772 $as_echo "pre-installed in $ac_dir" >&6; }
13773   else
13774     # Canadian cross, just use what we found
13775     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13776 $as_echo "pre-installed" >&6; }
13777   fi
13778 else
13779   ok=yes
13780   case " ${configdirs} " in
13781     *" gcc "*) ;;
13782     *) ok=no ;;
13783   esac
13784   case ,${enable_languages}, in
13785     *,java,*) ;;
13786     *) ok=no ;;
13787   esac
13788   if test $ok = yes; then
13789     # An in-tree tool is available and we can use it
13790     GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13791     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13792 $as_echo "just compiled" >&6; }
13793   elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13794     # We already found the complete path
13795     ac_dir=`dirname $GCJ_FOR_TARGET`
13796     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13797 $as_echo "pre-installed in $ac_dir" >&6; }
13798   elif test "x$target" = "x$host"; then
13799     # We can use an host tool
13800     GCJ_FOR_TARGET='$(GCJ)'
13801     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13802 $as_echo "host tool" >&6; }
13803   else
13804     # We need a cross tool
13805     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13806 $as_echo "pre-installed" >&6; }
13807   fi
13808 fi
13809
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13811 $as_echo_n "checking where to find the target gfortran... " >&6; }
13812 if test "x${build}" != "x${host}" ; then
13813   if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13814     # We already found the complete path
13815     ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13816     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13817 $as_echo "pre-installed in $ac_dir" >&6; }
13818   else
13819     # Canadian cross, just use what we found
13820     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13821 $as_echo "pre-installed" >&6; }
13822   fi
13823 else
13824   ok=yes
13825   case " ${configdirs} " in
13826     *" gcc "*) ;;
13827     *) ok=no ;;
13828   esac
13829   case ,${enable_languages}, in
13830     *,fortran,*) ;;
13831     *) ok=no ;;
13832   esac
13833   if test $ok = yes; then
13834     # An in-tree tool is available and we can use it
13835     GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13836     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13837 $as_echo "just compiled" >&6; }
13838   elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13839     # We already found the complete path
13840     ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13841     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13842 $as_echo "pre-installed in $ac_dir" >&6; }
13843   elif test "x$target" = "x$host"; then
13844     # We can use an host tool
13845     GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13846     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13847 $as_echo "host tool" >&6; }
13848   else
13849     # We need a cross tool
13850     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13851 $as_echo "pre-installed" >&6; }
13852   fi
13853 fi
13854
13855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13856 $as_echo_n "checking where to find the target gccgo... " >&6; }
13857 if test "x${build}" != "x${host}" ; then
13858   if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13859     # We already found the complete path
13860     ac_dir=`dirname $GOC_FOR_TARGET`
13861     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13862 $as_echo "pre-installed in $ac_dir" >&6; }
13863   else
13864     # Canadian cross, just use what we found
13865     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13866 $as_echo "pre-installed" >&6; }
13867   fi
13868 else
13869   ok=yes
13870   case " ${configdirs} " in
13871     *" gcc "*) ;;
13872     *) ok=no ;;
13873   esac
13874   case ,${enable_languages}, in
13875     *,go,*) ;;
13876     *) ok=no ;;
13877   esac
13878   if test $ok = yes; then
13879     # An in-tree tool is available and we can use it
13880     GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13881     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13882 $as_echo "just compiled" >&6; }
13883   elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13884     # We already found the complete path
13885     ac_dir=`dirname $GOC_FOR_TARGET`
13886     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13887 $as_echo "pre-installed in $ac_dir" >&6; }
13888   elif test "x$target" = "x$host"; then
13889     # We can use an host tool
13890     GOC_FOR_TARGET='$(GOC)'
13891     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13892 $as_echo "host tool" >&6; }
13893   else
13894     # We need a cross tool
13895     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13896 $as_echo "pre-installed" >&6; }
13897   fi
13898 fi
13899
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13901 $as_echo_n "checking where to find the target ld... " >&6; }
13902 if test "x${build}" != "x${host}" ; then
13903   if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13904     # We already found the complete path
13905     ac_dir=`dirname $LD_FOR_TARGET`
13906     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13907 $as_echo "pre-installed in $ac_dir" >&6; }
13908   else
13909     # Canadian cross, just use what we found
13910     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13911 $as_echo "pre-installed" >&6; }
13912   fi
13913 else
13914   ok=yes
13915   case " ${configdirs} " in
13916     *" ld "*) ;;
13917     *) ok=no ;;
13918   esac
13919
13920   if test $ok = yes; then
13921     # An in-tree tool is available and we can use it
13922     LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13923     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13924 $as_echo "just compiled" >&6; }
13925   elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13926     # We already found the complete path
13927     ac_dir=`dirname $LD_FOR_TARGET`
13928     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13929 $as_echo "pre-installed in $ac_dir" >&6; }
13930   elif test "x$target" = "x$host"; then
13931     # We can use an host tool
13932     LD_FOR_TARGET='$(LD)'
13933     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13934 $as_echo "host tool" >&6; }
13935   else
13936     # We need a cross tool
13937     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13938 $as_echo "pre-installed" >&6; }
13939   fi
13940 fi
13941
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13943 $as_echo_n "checking where to find the target lipo... " >&6; }
13944 if test "x${build}" != "x${host}" ; then
13945   if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13946     # We already found the complete path
13947     ac_dir=`dirname $LIPO_FOR_TARGET`
13948     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13949 $as_echo "pre-installed in $ac_dir" >&6; }
13950   else
13951     # Canadian cross, just use what we found
13952     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13953 $as_echo "pre-installed" >&6; }
13954   fi
13955 else
13956   if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13957     # We already found the complete path
13958     ac_dir=`dirname $LIPO_FOR_TARGET`
13959     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13960 $as_echo "pre-installed in $ac_dir" >&6; }
13961   elif test "x$target" = "x$host"; then
13962     # We can use an host tool
13963     LIPO_FOR_TARGET='$(LIPO)'
13964     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13965 $as_echo "host tool" >&6; }
13966   else
13967     # We need a cross tool
13968     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13969 $as_echo "pre-installed" >&6; }
13970   fi
13971 fi
13972
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13974 $as_echo_n "checking where to find the target nm... " >&6; }
13975 if test "x${build}" != "x${host}" ; then
13976   if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13977     # We already found the complete path
13978     ac_dir=`dirname $NM_FOR_TARGET`
13979     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13980 $as_echo "pre-installed in $ac_dir" >&6; }
13981   else
13982     # Canadian cross, just use what we found
13983     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13984 $as_echo "pre-installed" >&6; }
13985   fi
13986 else
13987   ok=yes
13988   case " ${configdirs} " in
13989     *" binutils "*) ;;
13990     *) ok=no ;;
13991   esac
13992
13993   if test $ok = yes; then
13994     # An in-tree tool is available and we can use it
13995     NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13996     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13997 $as_echo "just compiled" >&6; }
13998   elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13999     # We already found the complete path
14000     ac_dir=`dirname $NM_FOR_TARGET`
14001     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14002 $as_echo "pre-installed in $ac_dir" >&6; }
14003   elif test "x$target" = "x$host"; then
14004     # We can use an host tool
14005     NM_FOR_TARGET='$(NM)'
14006     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14007 $as_echo "host tool" >&6; }
14008   else
14009     # We need a cross tool
14010     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14011 $as_echo "pre-installed" >&6; }
14012   fi
14013 fi
14014
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14016 $as_echo_n "checking where to find the target objdump... " >&6; }
14017 if test "x${build}" != "x${host}" ; then
14018   if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14019     # We already found the complete path
14020     ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14021     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14022 $as_echo "pre-installed in $ac_dir" >&6; }
14023   else
14024     # Canadian cross, just use what we found
14025     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14026 $as_echo "pre-installed" >&6; }
14027   fi
14028 else
14029   ok=yes
14030   case " ${configdirs} " in
14031     *" binutils "*) ;;
14032     *) ok=no ;;
14033   esac
14034
14035   if test $ok = yes; then
14036     # An in-tree tool is available and we can use it
14037     OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14038     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14039 $as_echo "just compiled" >&6; }
14040   elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14041     # We already found the complete path
14042     ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14043     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14044 $as_echo "pre-installed in $ac_dir" >&6; }
14045   elif test "x$target" = "x$host"; then
14046     # We can use an host tool
14047     OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14048     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14049 $as_echo "host tool" >&6; }
14050   else
14051     # We need a cross tool
14052     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14053 $as_echo "pre-installed" >&6; }
14054   fi
14055 fi
14056
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14058 $as_echo_n "checking where to find the target ranlib... " >&6; }
14059 if test "x${build}" != "x${host}" ; then
14060   if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14061     # We already found the complete path
14062     ac_dir=`dirname $RANLIB_FOR_TARGET`
14063     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14064 $as_echo "pre-installed in $ac_dir" >&6; }
14065   else
14066     # Canadian cross, just use what we found
14067     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14068 $as_echo "pre-installed" >&6; }
14069   fi
14070 else
14071   ok=yes
14072   case " ${configdirs} " in
14073     *" binutils "*) ;;
14074     *) ok=no ;;
14075   esac
14076
14077   if test $ok = yes; then
14078     # An in-tree tool is available and we can use it
14079     RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14080     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14081 $as_echo "just compiled" >&6; }
14082   elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14083     # We already found the complete path
14084     ac_dir=`dirname $RANLIB_FOR_TARGET`
14085     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14086 $as_echo "pre-installed in $ac_dir" >&6; }
14087   elif test "x$target" = "x$host"; then
14088     # We can use an host tool
14089     RANLIB_FOR_TARGET='$(RANLIB)'
14090     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14091 $as_echo "host tool" >&6; }
14092   else
14093     # We need a cross tool
14094     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14095 $as_echo "pre-installed" >&6; }
14096   fi
14097 fi
14098
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14100 $as_echo_n "checking where to find the target readelf... " >&6; }
14101 if test "x${build}" != "x${host}" ; then
14102   if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14103     # We already found the complete path
14104     ac_dir=`dirname $READELF_FOR_TARGET`
14105     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14106 $as_echo "pre-installed in $ac_dir" >&6; }
14107   else
14108     # Canadian cross, just use what we found
14109     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14110 $as_echo "pre-installed" >&6; }
14111   fi
14112 else
14113   ok=yes
14114   case " ${configdirs} " in
14115     *" binutils "*) ;;
14116     *) ok=no ;;
14117   esac
14118
14119   if test $ok = yes; then
14120     # An in-tree tool is available and we can use it
14121     READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14122     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14123 $as_echo "just compiled" >&6; }
14124   elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14125     # We already found the complete path
14126     ac_dir=`dirname $READELF_FOR_TARGET`
14127     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14128 $as_echo "pre-installed in $ac_dir" >&6; }
14129   elif test "x$target" = "x$host"; then
14130     # We can use an host tool
14131     READELF_FOR_TARGET='$(READELF)'
14132     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14133 $as_echo "host tool" >&6; }
14134   else
14135     # We need a cross tool
14136     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14137 $as_echo "pre-installed" >&6; }
14138   fi
14139 fi
14140
14141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14142 $as_echo_n "checking where to find the target strip... " >&6; }
14143 if test "x${build}" != "x${host}" ; then
14144   if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14145     # We already found the complete path
14146     ac_dir=`dirname $STRIP_FOR_TARGET`
14147     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14148 $as_echo "pre-installed in $ac_dir" >&6; }
14149   else
14150     # Canadian cross, just use what we found
14151     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14152 $as_echo "pre-installed" >&6; }
14153   fi
14154 else
14155   ok=yes
14156   case " ${configdirs} " in
14157     *" binutils "*) ;;
14158     *) ok=no ;;
14159   esac
14160
14161   if test $ok = yes; then
14162     # An in-tree tool is available and we can use it
14163     STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14164     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14165 $as_echo "just compiled" >&6; }
14166   elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14167     # We already found the complete path
14168     ac_dir=`dirname $STRIP_FOR_TARGET`
14169     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14170 $as_echo "pre-installed in $ac_dir" >&6; }
14171   elif test "x$target" = "x$host"; then
14172     # We can use an host tool
14173     STRIP_FOR_TARGET='$(STRIP)'
14174     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14175 $as_echo "host tool" >&6; }
14176   else
14177     # We need a cross tool
14178     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14179 $as_echo "pre-installed" >&6; }
14180   fi
14181 fi
14182
14183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14184 $as_echo_n "checking where to find the target windres... " >&6; }
14185 if test "x${build}" != "x${host}" ; then
14186   if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14187     # We already found the complete path
14188     ac_dir=`dirname $WINDRES_FOR_TARGET`
14189     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14190 $as_echo "pre-installed in $ac_dir" >&6; }
14191   else
14192     # Canadian cross, just use what we found
14193     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14194 $as_echo "pre-installed" >&6; }
14195   fi
14196 else
14197   ok=yes
14198   case " ${configdirs} " in
14199     *" binutils "*) ;;
14200     *) ok=no ;;
14201   esac
14202
14203   if test $ok = yes; then
14204     # An in-tree tool is available and we can use it
14205     WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14206     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14207 $as_echo "just compiled" >&6; }
14208   elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14209     # We already found the complete path
14210     ac_dir=`dirname $WINDRES_FOR_TARGET`
14211     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14212 $as_echo "pre-installed in $ac_dir" >&6; }
14213   elif test "x$target" = "x$host"; then
14214     # We can use an host tool
14215     WINDRES_FOR_TARGET='$(WINDRES)'
14216     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14217 $as_echo "host tool" >&6; }
14218   else
14219     # We need a cross tool
14220     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14221 $as_echo "pre-installed" >&6; }
14222   fi
14223 fi
14224
14225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14226 $as_echo_n "checking where to find the target windmc... " >&6; }
14227 if test "x${build}" != "x${host}" ; then
14228   if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14229     # We already found the complete path
14230     ac_dir=`dirname $WINDMC_FOR_TARGET`
14231     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14232 $as_echo "pre-installed in $ac_dir" >&6; }
14233   else
14234     # Canadian cross, just use what we found
14235     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14236 $as_echo "pre-installed" >&6; }
14237   fi
14238 else
14239   ok=yes
14240   case " ${configdirs} " in
14241     *" binutils "*) ;;
14242     *) ok=no ;;
14243   esac
14244
14245   if test $ok = yes; then
14246     # An in-tree tool is available and we can use it
14247     WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14248     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14249 $as_echo "just compiled" >&6; }
14250   elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14251     # We already found the complete path
14252     ac_dir=`dirname $WINDMC_FOR_TARGET`
14253     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14254 $as_echo "pre-installed in $ac_dir" >&6; }
14255   elif test "x$target" = "x$host"; then
14256     # We can use an host tool
14257     WINDMC_FOR_TARGET='$(WINDMC)'
14258     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14259 $as_echo "host tool" >&6; }
14260   else
14261     # We need a cross tool
14262     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14263 $as_echo "pre-installed" >&6; }
14264   fi
14265 fi
14266
14267
14268
14269
14270
14271 # Certain tools may need extra flags.
14272 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14273 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14274 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14275
14276 # When building target libraries, except in a Canadian cross, we use
14277 # the same toolchain as the compiler we just built.
14278 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14279 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14280 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14281 if test $host = $build; then
14282   case " $configdirs " in
14283     *" gcc "*)
14284       COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14285       COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14286       COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14287       ;;
14288   esac
14289 fi
14290
14291
14292
14293
14294
14295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14296 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14297 # Check whether --enable-maintainer-mode was given.
14298 if test "${enable_maintainer_mode+set}" = set; then :
14299   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14300 else
14301   USE_MAINTAINER_MODE=no
14302 fi
14303
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14305 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14306
14307
14308 if test "$USE_MAINTAINER_MODE" = yes; then
14309   MAINTAINER_MODE_TRUE=
14310   MAINTAINER_MODE_FALSE='#'
14311 else
14312   MAINTAINER_MODE_TRUE='#'
14313   MAINTAINER_MODE_FALSE=
14314 fi
14315 MAINT=$MAINTAINER_MODE_TRUE
14316
14317 # ---------------------
14318 # GCC bootstrap support
14319 # ---------------------
14320
14321 # Stage specific cflags for build.
14322 stage1_cflags="-g"
14323 case $build in
14324   vax-*-*)
14325     case ${GCC} in
14326       yes) stage1_cflags="-g -Wa,-J" ;;
14327       *) stage1_cflags="-g -J" ;;
14328     esac ;;
14329 esac
14330
14331
14332
14333 # Enable --enable-checking in stage1 of the compiler.
14334 # Check whether --enable-stage1-checking was given.
14335 if test "${enable_stage1_checking+set}" = set; then :
14336   enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14337 else
14338   if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14339   stage1_checking=--enable-checking=yes,types
14340 else
14341   stage1_checking=--enable-checking=$enable_checking,types
14342 fi
14343 fi
14344
14345
14346
14347 # Enable -Werror in bootstrap stage2 and later.
14348 # Check whether --enable-werror was given.
14349 if test "${enable_werror+set}" = set; then :
14350   enableval=$enable_werror;
14351 else
14352   if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14353   enable_werror=yes
14354 else
14355   enable_werror=no
14356 fi
14357 fi
14358
14359 case ${enable_werror} in
14360   yes) stage2_werror_flag="--enable-werror-always" ;;
14361   *) stage2_werror_flag="" ;;
14362 esac
14363
14364
14365 # Specify what files to not compare during bootstrap.
14366
14367 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14368 case "$target" in
14369   hppa*64*-*-hpux*) ;;
14370   hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14371   powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
14372 esac
14373
14374
14375 ac_config_files="$ac_config_files Makefile"
14376
14377 cat >confcache <<\_ACEOF
14378 # This file is a shell script that caches the results of configure
14379 # tests run on this system so they can be shared between configure
14380 # scripts and configure runs, see configure's option --config-cache.
14381 # It is not useful on other systems.  If it contains results you don't
14382 # want to keep, you may remove or edit it.
14383 #
14384 # config.status only pays attention to the cache file if you give it
14385 # the --recheck option to rerun configure.
14386 #
14387 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14388 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14389 # following values.
14390
14391 _ACEOF
14392
14393 # The following way of writing the cache mishandles newlines in values,
14394 # but we know of no workaround that is simple, portable, and efficient.
14395 # So, we kill variables containing newlines.
14396 # Ultrix sh set writes to stderr and can't be redirected directly,
14397 # and sets the high bit in the cache file unless we assign to the vars.
14398 (
14399   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14400     eval ac_val=\$$ac_var
14401     case $ac_val in #(
14402     *${as_nl}*)
14403       case $ac_var in #(
14404       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14405 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14406       esac
14407       case $ac_var in #(
14408       _ | IFS | as_nl) ;; #(
14409       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14410       *) { eval $ac_var=; unset $ac_var;} ;;
14411       esac ;;
14412     esac
14413   done
14414
14415   (set) 2>&1 |
14416     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14417     *${as_nl}ac_space=\ *)
14418       # `set' does not quote correctly, so add quotes: double-quote
14419       # substitution turns \\\\ into \\, and sed turns \\ into \.
14420       sed -n \
14421         "s/'/'\\\\''/g;
14422           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14423       ;; #(
14424     *)
14425       # `set' quotes correctly as required by POSIX, so do not add quotes.
14426       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14427       ;;
14428     esac |
14429     sort
14430 ) |
14431   sed '
14432      /^ac_cv_env_/b end
14433      t clear
14434      :clear
14435      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14436      t end
14437      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14438      :end' >>confcache
14439 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14440   if test -w "$cache_file"; then
14441     test "x$cache_file" != "x/dev/null" &&
14442       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14443 $as_echo "$as_me: updating cache $cache_file" >&6;}
14444     cat confcache >$cache_file
14445   else
14446     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14447 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14448   fi
14449 fi
14450 rm -f confcache
14451
14452 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14453 # Let make expand exec_prefix.
14454 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14455
14456 # Transform confdefs.h into DEFS.
14457 # Protect against shell expansion while executing Makefile rules.
14458 # Protect against Makefile macro expansion.
14459 #
14460 # If the first sed substitution is executed (which looks for macros that
14461 # take arguments), then branch to the quote section.  Otherwise,
14462 # look for a macro that doesn't take arguments.
14463 ac_script='
14464 :mline
14465 /\\$/{
14466  N
14467  s,\\\n,,
14468  b mline
14469 }
14470 t clear
14471 :clear
14472 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
14473 t quote
14474 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
14475 t quote
14476 b any
14477 :quote
14478 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14479 s/\[/\\&/g
14480 s/\]/\\&/g
14481 s/\$/$$/g
14482 H
14483 :any
14484 ${
14485         g
14486         s/^\n//
14487         s/\n/ /g
14488         p
14489 }
14490 '
14491 DEFS=`sed -n "$ac_script" confdefs.h`
14492
14493
14494 ac_libobjs=
14495 ac_ltlibobjs=
14496 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14497   # 1. Remove the extension, and $U if already installed.
14498   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14499   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14500   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14501   #    will be set to the directory where LIBOBJS objects are built.
14502   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14503   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14504 done
14505 LIBOBJS=$ac_libobjs
14506
14507 LTLIBOBJS=$ac_ltlibobjs
14508
14509
14510
14511 : ${CONFIG_STATUS=./config.status}
14512 ac_write_fail=0
14513 ac_clean_files_save=$ac_clean_files
14514 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14516 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14517 as_write_fail=0
14518 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14519 #! $SHELL
14520 # Generated by $as_me.
14521 # Run this file to recreate the current configuration.
14522 # Compiler output produced by configure, useful for debugging
14523 # configure, is in config.log if it exists.
14524
14525 debug=false
14526 ac_cs_recheck=false
14527 ac_cs_silent=false
14528
14529 SHELL=\${CONFIG_SHELL-$SHELL}
14530 export SHELL
14531 _ASEOF
14532 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14533 ## -------------------- ##
14534 ## M4sh Initialization. ##
14535 ## -------------------- ##
14536
14537 # Be more Bourne compatible
14538 DUALCASE=1; export DUALCASE # for MKS sh
14539 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14540   emulate sh
14541   NULLCMD=:
14542   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14543   # is contrary to our usage.  Disable this feature.
14544   alias -g '${1+"$@"}'='"$@"'
14545   setopt NO_GLOB_SUBST
14546 else
14547   case `(set -o) 2>/dev/null` in #(
14548   *posix*) :
14549     set -o posix ;; #(
14550   *) :
14551      ;;
14552 esac
14553 fi
14554
14555
14556 as_nl='
14557 '
14558 export as_nl
14559 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14560 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14561 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14562 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14563 # Prefer a ksh shell builtin over an external printf program on Solaris,
14564 # but without wasting forks for bash or zsh.
14565 if test -z "$BASH_VERSION$ZSH_VERSION" \
14566     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14567   as_echo='print -r --'
14568   as_echo_n='print -rn --'
14569 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14570   as_echo='printf %s\n'
14571   as_echo_n='printf %s'
14572 else
14573   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14574     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14575     as_echo_n='/usr/ucb/echo -n'
14576   else
14577     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14578     as_echo_n_body='eval
14579       arg=$1;
14580       case $arg in #(
14581       *"$as_nl"*)
14582         expr "X$arg" : "X\\(.*\\)$as_nl";
14583         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14584       esac;
14585       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14586     '
14587     export as_echo_n_body
14588     as_echo_n='sh -c $as_echo_n_body as_echo'
14589   fi
14590   export as_echo_body
14591   as_echo='sh -c $as_echo_body as_echo'
14592 fi
14593
14594 # The user is always right.
14595 if test "${PATH_SEPARATOR+set}" != set; then
14596   PATH_SEPARATOR=:
14597   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14598     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14599       PATH_SEPARATOR=';'
14600   }
14601 fi
14602
14603
14604 # IFS
14605 # We need space, tab and new line, in precisely that order.  Quoting is
14606 # there to prevent editors from complaining about space-tab.
14607 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14608 # splitting by setting IFS to empty value.)
14609 IFS=" ""        $as_nl"
14610
14611 # Find who we are.  Look in the path if we contain no directory separator.
14612 case $0 in #((
14613   *[\\/]* ) as_myself=$0 ;;
14614   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14615 for as_dir in $PATH
14616 do
14617   IFS=$as_save_IFS
14618   test -z "$as_dir" && as_dir=.
14619     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14620   done
14621 IFS=$as_save_IFS
14622
14623      ;;
14624 esac
14625 # We did not find ourselves, most probably we were run as `sh COMMAND'
14626 # in which case we are not to be found in the path.
14627 if test "x$as_myself" = x; then
14628   as_myself=$0
14629 fi
14630 if test ! -f "$as_myself"; then
14631   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14632   exit 1
14633 fi
14634
14635 # Unset variables that we do not need and which cause bugs (e.g. in
14636 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14637 # suppresses any "Segmentation fault" message there.  '((' could
14638 # trigger a bug in pdksh 5.2.14.
14639 for as_var in BASH_ENV ENV MAIL MAILPATH
14640 do eval test x\${$as_var+set} = xset \
14641   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14642 done
14643 PS1='$ '
14644 PS2='> '
14645 PS4='+ '
14646
14647 # NLS nuisances.
14648 LC_ALL=C
14649 export LC_ALL
14650 LANGUAGE=C
14651 export LANGUAGE
14652
14653 # CDPATH.
14654 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14655
14656
14657 # as_fn_error ERROR [LINENO LOG_FD]
14658 # ---------------------------------
14659 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14660 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14661 # script with status $?, using 1 if that was 0.
14662 as_fn_error ()
14663 {
14664   as_status=$?; test $as_status -eq 0 && as_status=1
14665   if test "$3"; then
14666     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14667     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14668   fi
14669   $as_echo "$as_me: error: $1" >&2
14670   as_fn_exit $as_status
14671 } # as_fn_error
14672
14673
14674 # as_fn_set_status STATUS
14675 # -----------------------
14676 # Set $? to STATUS, without forking.
14677 as_fn_set_status ()
14678 {
14679   return $1
14680 } # as_fn_set_status
14681
14682 # as_fn_exit STATUS
14683 # -----------------
14684 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14685 as_fn_exit ()
14686 {
14687   set +e
14688   as_fn_set_status $1
14689   exit $1
14690 } # as_fn_exit
14691
14692 # as_fn_unset VAR
14693 # ---------------
14694 # Portably unset VAR.
14695 as_fn_unset ()
14696 {
14697   { eval $1=; unset $1;}
14698 }
14699 as_unset=as_fn_unset
14700 # as_fn_append VAR VALUE
14701 # ----------------------
14702 # Append the text in VALUE to the end of the definition contained in VAR. Take
14703 # advantage of any shell optimizations that allow amortized linear growth over
14704 # repeated appends, instead of the typical quadratic growth present in naive
14705 # implementations.
14706 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14707   eval 'as_fn_append ()
14708   {
14709     eval $1+=\$2
14710   }'
14711 else
14712   as_fn_append ()
14713   {
14714     eval $1=\$$1\$2
14715   }
14716 fi # as_fn_append
14717
14718 # as_fn_arith ARG...
14719 # ------------------
14720 # Perform arithmetic evaluation on the ARGs, and store the result in the
14721 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14722 # must be portable across $(()) and expr.
14723 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14724   eval 'as_fn_arith ()
14725   {
14726     as_val=$(( $* ))
14727   }'
14728 else
14729   as_fn_arith ()
14730   {
14731     as_val=`expr "$@" || test $? -eq 1`
14732   }
14733 fi # as_fn_arith
14734
14735
14736 if expr a : '\(a\)' >/dev/null 2>&1 &&
14737    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14738   as_expr=expr
14739 else
14740   as_expr=false
14741 fi
14742
14743 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14744   as_basename=basename
14745 else
14746   as_basename=false
14747 fi
14748
14749 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14750   as_dirname=dirname
14751 else
14752   as_dirname=false
14753 fi
14754
14755 as_me=`$as_basename -- "$0" ||
14756 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14757          X"$0" : 'X\(//\)$' \| \
14758          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14759 $as_echo X/"$0" |
14760     sed '/^.*\/\([^/][^/]*\)\/*$/{
14761             s//\1/
14762             q
14763           }
14764           /^X\/\(\/\/\)$/{
14765             s//\1/
14766             q
14767           }
14768           /^X\/\(\/\).*/{
14769             s//\1/
14770             q
14771           }
14772           s/.*/./; q'`
14773
14774 # Avoid depending upon Character Ranges.
14775 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14776 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14777 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14778 as_cr_digits='0123456789'
14779 as_cr_alnum=$as_cr_Letters$as_cr_digits
14780
14781 ECHO_C= ECHO_N= ECHO_T=
14782 case `echo -n x` in #(((((
14783 -n*)
14784   case `echo 'xy\c'` in
14785   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
14786   xy)  ECHO_C='\c';;
14787   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
14788        ECHO_T=' ';;
14789   esac;;
14790 *)
14791   ECHO_N='-n';;
14792 esac
14793
14794 rm -f conf$$ conf$$.exe conf$$.file
14795 if test -d conf$$.dir; then
14796   rm -f conf$$.dir/conf$$.file
14797 else
14798   rm -f conf$$.dir
14799   mkdir conf$$.dir 2>/dev/null
14800 fi
14801 if (echo >conf$$.file) 2>/dev/null; then
14802   if ln -s conf$$.file conf$$ 2>/dev/null; then
14803     as_ln_s='ln -s'
14804     # ... but there are two gotchas:
14805     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14806     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14807     # In both cases, we have to default to `cp -p'.
14808     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14809       as_ln_s='cp -p'
14810   elif ln conf$$.file conf$$ 2>/dev/null; then
14811     as_ln_s=ln
14812   else
14813     as_ln_s='cp -p'
14814   fi
14815 else
14816   as_ln_s='cp -p'
14817 fi
14818 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14819 rmdir conf$$.dir 2>/dev/null
14820
14821
14822 # as_fn_mkdir_p
14823 # -------------
14824 # Create "$as_dir" as a directory, including parents if necessary.
14825 as_fn_mkdir_p ()
14826 {
14827
14828   case $as_dir in #(
14829   -*) as_dir=./$as_dir;;
14830   esac
14831   test -d "$as_dir" || eval $as_mkdir_p || {
14832     as_dirs=
14833     while :; do
14834       case $as_dir in #(
14835       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14836       *) as_qdir=$as_dir;;
14837       esac
14838       as_dirs="'$as_qdir' $as_dirs"
14839       as_dir=`$as_dirname -- "$as_dir" ||
14840 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14841          X"$as_dir" : 'X\(//\)[^/]' \| \
14842          X"$as_dir" : 'X\(//\)$' \| \
14843          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14844 $as_echo X"$as_dir" |
14845     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14846             s//\1/
14847             q
14848           }
14849           /^X\(\/\/\)[^/].*/{
14850             s//\1/
14851             q
14852           }
14853           /^X\(\/\/\)$/{
14854             s//\1/
14855             q
14856           }
14857           /^X\(\/\).*/{
14858             s//\1/
14859             q
14860           }
14861           s/.*/./; q'`
14862       test -d "$as_dir" && break
14863     done
14864     test -z "$as_dirs" || eval "mkdir $as_dirs"
14865   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14866
14867
14868 } # as_fn_mkdir_p
14869 if mkdir -p . 2>/dev/null; then
14870   as_mkdir_p='mkdir -p "$as_dir"'
14871 else
14872   test -d ./-p && rmdir ./-p
14873   as_mkdir_p=false
14874 fi
14875
14876 if test -x / >/dev/null 2>&1; then
14877   as_test_x='test -x'
14878 else
14879   if ls -dL / >/dev/null 2>&1; then
14880     as_ls_L_option=L
14881   else
14882     as_ls_L_option=
14883   fi
14884   as_test_x='
14885     eval sh -c '\''
14886       if test -d "$1"; then
14887         test -d "$1/.";
14888       else
14889         case $1 in #(
14890         -*)set "./$1";;
14891         esac;
14892         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14893         ???[sx]*):;;*)false;;esac;fi
14894     '\'' sh
14895   '
14896 fi
14897 as_executable_p=$as_test_x
14898
14899 # Sed expression to map a string onto a valid CPP name.
14900 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14901
14902 # Sed expression to map a string onto a valid variable name.
14903 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14904
14905
14906 exec 6>&1
14907 ## ----------------------------------- ##
14908 ## Main body of $CONFIG_STATUS script. ##
14909 ## ----------------------------------- ##
14910 _ASEOF
14911 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14912
14913 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14914 # Save the log message, to keep $0 and so on meaningful, and to
14915 # report actual input values of CONFIG_FILES etc. instead of their
14916 # values after options handling.
14917 ac_log="
14918 This file was extended by $as_me, which was
14919 generated by GNU Autoconf 2.64.  Invocation command line was
14920
14921   CONFIG_FILES    = $CONFIG_FILES
14922   CONFIG_HEADERS  = $CONFIG_HEADERS
14923   CONFIG_LINKS    = $CONFIG_LINKS
14924   CONFIG_COMMANDS = $CONFIG_COMMANDS
14925   $ $0 $@
14926
14927 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14928 "
14929
14930 _ACEOF
14931
14932 case $ac_config_files in *"
14933 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14934 esac
14935
14936
14937
14938 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14939 # Files that config.status was made for.
14940 config_files="$ac_config_files"
14941
14942 _ACEOF
14943
14944 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14945 ac_cs_usage="\
14946 \`$as_me' instantiates files and other configuration actions
14947 from templates according to the current configuration.  Unless the files
14948 and actions are specified as TAGs, all are instantiated by default.
14949
14950 Usage: $0 [OPTION]... [TAG]...
14951
14952   -h, --help       print this help, then exit
14953   -V, --version    print version number and configuration settings, then exit
14954   -q, --quiet, --silent
14955                    do not print progress messages
14956   -d, --debug      don't remove temporary files
14957       --recheck    update $as_me by reconfiguring in the same conditions
14958       --file=FILE[:TEMPLATE]
14959                    instantiate the configuration file FILE
14960
14961 Configuration files:
14962 $config_files
14963
14964 Report bugs to the package provider."
14965
14966 _ACEOF
14967 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14968 ac_cs_version="\\
14969 config.status
14970 configured by $0, generated by GNU Autoconf 2.64,
14971   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14972
14973 Copyright (C) 2009 Free Software Foundation, Inc.
14974 This config.status script is free software; the Free Software Foundation
14975 gives unlimited permission to copy, distribute and modify it."
14976
14977 ac_pwd='$ac_pwd'
14978 srcdir='$srcdir'
14979 INSTALL='$INSTALL'
14980 AWK='$AWK'
14981 test -n "\$AWK" || AWK=awk
14982 _ACEOF
14983
14984 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14985 # The default lists apply if the user does not specify any file.
14986 ac_need_defaults=:
14987 while test $# != 0
14988 do
14989   case $1 in
14990   --*=*)
14991     ac_option=`expr "X$1" : 'X\([^=]*\)='`
14992     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14993     ac_shift=:
14994     ;;
14995   *)
14996     ac_option=$1
14997     ac_optarg=$2
14998     ac_shift=shift
14999     ;;
15000   esac
15001
15002   case $ac_option in
15003   # Handling of the options.
15004   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15005     ac_cs_recheck=: ;;
15006   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15007     $as_echo "$ac_cs_version"; exit ;;
15008   --debug | --debu | --deb | --de | --d | -d )
15009     debug=: ;;
15010   --file | --fil | --fi | --f )
15011     $ac_shift
15012     case $ac_optarg in
15013     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15014     esac
15015     as_fn_append CONFIG_FILES " '$ac_optarg'"
15016     ac_need_defaults=false;;
15017   --he | --h |  --help | --hel | -h )
15018     $as_echo "$ac_cs_usage"; exit ;;
15019   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15020   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15021     ac_cs_silent=: ;;
15022
15023   # This is an error.
15024   -*) as_fn_error "unrecognized option: \`$1'
15025 Try \`$0 --help' for more information." ;;
15026
15027   *) as_fn_append ac_config_targets " $1"
15028      ac_need_defaults=false ;;
15029
15030   esac
15031   shift
15032 done
15033
15034 ac_configure_extra_args=
15035
15036 if $ac_cs_silent; then
15037   exec 6>/dev/null
15038   ac_configure_extra_args="$ac_configure_extra_args --silent"
15039 fi
15040
15041 _ACEOF
15042 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15043 if \$ac_cs_recheck; then
15044   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15045   shift
15046   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15047   CONFIG_SHELL='$SHELL'
15048   export CONFIG_SHELL
15049   exec "\$@"
15050 fi
15051
15052 _ACEOF
15053 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15054 exec 5>>config.log
15055 {
15056   echo
15057   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15058 ## Running $as_me. ##
15059 _ASBOX
15060   $as_echo "$ac_log"
15061 } >&5
15062
15063 _ACEOF
15064 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15065 #
15066 # INIT-COMMANDS
15067 #
15068 extrasub_build="$extrasub_build"
15069    extrasub_host="$extrasub_host"
15070    extrasub_target="$extrasub_target"
15071
15072 _ACEOF
15073
15074 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15075
15076 # Handling of arguments.
15077 for ac_config_target in $ac_config_targets
15078 do
15079   case $ac_config_target in
15080     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15081
15082   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15083   esac
15084 done
15085
15086
15087 # If the user did not use the arguments to specify the items to instantiate,
15088 # then the envvar interface is used.  Set only those that are not.
15089 # We use the long form for the default assignment because of an extremely
15090 # bizarre bug on SunOS 4.1.3.
15091 if $ac_need_defaults; then
15092   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15093 fi
15094
15095 # Have a temporary directory for convenience.  Make it in the build tree
15096 # simply because there is no reason against having it here, and in addition,
15097 # creating and moving files from /tmp can sometimes cause problems.
15098 # Hook for its removal unless debugging.
15099 # Note that there is a small window in which the directory will not be cleaned:
15100 # after its creation but before its name has been assigned to `$tmp'.
15101 $debug ||
15102 {
15103   tmp=
15104   trap 'exit_status=$?
15105   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15106 ' 0
15107   trap 'as_fn_exit 1' 1 2 13 15
15108 }
15109 # Create a (secure) tmp directory for tmp files.
15110
15111 {
15112   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15113   test -n "$tmp" && test -d "$tmp"
15114 }  ||
15115 {
15116   tmp=./conf$$-$RANDOM
15117   (umask 077 && mkdir "$tmp")
15118 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15119
15120 # Set up the scripts for CONFIG_FILES section.
15121 # No need to generate them if there are no CONFIG_FILES.
15122 # This happens for instance with `./config.status config.h'.
15123 if test -n "$CONFIG_FILES"; then
15124
15125 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15126   ac_cs_awk_getline=:
15127   ac_cs_awk_pipe_init=
15128   ac_cs_awk_read_file='
15129       while ((getline aline < (F[key])) > 0)
15130         print(aline)
15131       close(F[key])'
15132   ac_cs_awk_pipe_fini=
15133 else
15134   ac_cs_awk_getline=false
15135   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15136   ac_cs_awk_read_file='
15137       print "|#_!!_#|"
15138       print "cat " F[key] " &&"
15139       '$ac_cs_awk_pipe_init
15140   # The final `:' finishes the AND list.
15141   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15142 fi
15143 ac_cr=`echo X | tr X '\015'`
15144 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15145 # But we know of no other shell where ac_cr would be empty at this
15146 # point, so we can use a bashism as a fallback.
15147 if test "x$ac_cr" = x; then
15148   eval ac_cr=\$\'\\r\'
15149 fi
15150 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15151 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15152   ac_cs_awk_cr='\r'
15153 else
15154   ac_cs_awk_cr=$ac_cr
15155 fi
15156
15157 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15158 _ACEOF
15159
15160 # Create commands to substitute file output variables.
15161 {
15162   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15163   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15164   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15165   echo "_ACAWK" &&
15166   echo "_ACEOF"
15167 } >conf$$files.sh &&
15168 . ./conf$$files.sh ||
15169   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15170 rm -f conf$$files.sh
15171
15172 {
15173   echo "cat >conf$$subs.awk <<_ACEOF" &&
15174   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15175   echo "_ACEOF"
15176 } >conf$$subs.sh ||
15177   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15178 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15179 ac_delim='%!_!# '
15180 for ac_last_try in false false false false false :; do
15181   . ./conf$$subs.sh ||
15182     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15183
15184   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15185   if test $ac_delim_n = $ac_delim_num; then
15186     break
15187   elif $ac_last_try; then
15188     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15189   else
15190     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15191   fi
15192 done
15193 rm -f conf$$subs.sh
15194
15195 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15196 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15197 _ACEOF
15198 sed -n '
15199 h
15200 s/^/S["/; s/!.*/"]=/
15201 p
15202 g
15203 s/^[^!]*!//
15204 :repl
15205 t repl
15206 s/'"$ac_delim"'$//
15207 t delim
15208 :nl
15209 h
15210 s/\(.\{148\}\).*/\1/
15211 t more1
15212 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15213 p
15214 n
15215 b repl
15216 :more1
15217 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15218 p
15219 g
15220 s/.\{148\}//
15221 t nl
15222 :delim
15223 h
15224 s/\(.\{148\}\).*/\1/
15225 t more2
15226 s/["\\]/\\&/g; s/^/"/; s/$/"/
15227 p
15228 b
15229 :more2
15230 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15231 p
15232 g
15233 s/.\{148\}//
15234 t delim
15235 ' <conf$$subs.awk | sed '
15236 /^[^""]/{
15237   N
15238   s/\n//
15239 }
15240 ' >>$CONFIG_STATUS || ac_write_fail=1
15241 rm -f conf$$subs.awk
15242 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15243 _ACAWK
15244 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15245   for (key in S) S_is_set[key] = 1
15246   FS = "\a"
15247   \$ac_cs_awk_pipe_init
15248 }
15249 {
15250   line = $ 0
15251   nfields = split(line, field, "@")
15252   substed = 0
15253   len = length(field[1])
15254   for (i = 2; i < nfields; i++) {
15255     key = field[i]
15256     keylen = length(key)
15257     if (S_is_set[key]) {
15258       value = S[key]
15259       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15260       len += length(value) + length(field[++i])
15261       substed = 1
15262     } else
15263       len += 1 + keylen
15264   }
15265   if (nfields == 3 && !substed) {
15266     key = field[2]
15267     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
15268       \$ac_cs_awk_read_file
15269       next
15270     }
15271   }
15272   print line
15273 }
15274 \$ac_cs_awk_pipe_fini
15275 _ACAWK
15276 _ACEOF
15277 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15278 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15279   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15280 else
15281   cat
15282 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15283   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15284 _ACEOF
15285
15286 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15287 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15288 # trailing colons and then remove the whole line if VPATH becomes empty
15289 # (actually we leave an empty line to preserve line numbers).
15290 if test "x$srcdir" = x.; then
15291   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15292 s/:*\$(srcdir):*/:/
15293 s/:*\${srcdir}:*/:/
15294 s/:*@srcdir@:*/:/
15295 s/^\([^=]*=[     ]*\):*/\1/
15296 s/:*$//
15297 s/^[^=]*=[       ]*$//
15298 }'
15299 fi
15300
15301 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15302 fi # test -n "$CONFIG_FILES"
15303
15304
15305 eval set X "  :F $CONFIG_FILES      "
15306 shift
15307 for ac_tag
15308 do
15309   case $ac_tag in
15310   :[FHLC]) ac_mode=$ac_tag; continue;;
15311   esac
15312   case $ac_mode$ac_tag in
15313   :[FHL]*:*);;
15314   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15315   :[FH]-) ac_tag=-:-;;
15316   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15317   esac
15318   ac_save_IFS=$IFS
15319   IFS=:
15320   set x $ac_tag
15321   IFS=$ac_save_IFS
15322   shift
15323   ac_file=$1
15324   shift
15325
15326   case $ac_mode in
15327   :L) ac_source=$1;;
15328   :[FH])
15329     ac_file_inputs=
15330     for ac_f
15331     do
15332       case $ac_f in
15333       -) ac_f="$tmp/stdin";;
15334       *) # Look for the file first in the build tree, then in the source tree
15335          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15336          # because $ac_f cannot contain `:'.
15337          test -f "$ac_f" ||
15338            case $ac_f in
15339            [\\/$]*) false;;
15340            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15341            esac ||
15342            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15343       esac
15344       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15345       as_fn_append ac_file_inputs " '$ac_f'"
15346     done
15347
15348     # Let's still pretend it is `configure' which instantiates (i.e., don't
15349     # use $as_me), people would be surprised to read:
15350     #    /* config.h.  Generated by config.status.  */
15351     configure_input='Generated from '`
15352           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15353         `' by configure.'
15354     if test x"$ac_file" != x-; then
15355       configure_input="$ac_file.  $configure_input"
15356       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15357 $as_echo "$as_me: creating $ac_file" >&6;}
15358     fi
15359     # Neutralize special characters interpreted by sed in replacement strings.
15360     case $configure_input in #(
15361     *\&* | *\|* | *\\* )
15362        ac_sed_conf_input=`$as_echo "$configure_input" |
15363        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15364     *) ac_sed_conf_input=$configure_input;;
15365     esac
15366
15367     case $ac_tag in
15368     *:-:* | *:-) cat >"$tmp/stdin" \
15369       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15370     esac
15371     ;;
15372   esac
15373
15374   ac_dir=`$as_dirname -- "$ac_file" ||
15375 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15376          X"$ac_file" : 'X\(//\)[^/]' \| \
15377          X"$ac_file" : 'X\(//\)$' \| \
15378          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15379 $as_echo X"$ac_file" |
15380     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15381             s//\1/
15382             q
15383           }
15384           /^X\(\/\/\)[^/].*/{
15385             s//\1/
15386             q
15387           }
15388           /^X\(\/\/\)$/{
15389             s//\1/
15390             q
15391           }
15392           /^X\(\/\).*/{
15393             s//\1/
15394             q
15395           }
15396           s/.*/./; q'`
15397   as_dir="$ac_dir"; as_fn_mkdir_p
15398   ac_builddir=.
15399
15400 case "$ac_dir" in
15401 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15402 *)
15403   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15404   # A ".." for each directory in $ac_dir_suffix.
15405   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15406   case $ac_top_builddir_sub in
15407   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15408   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15409   esac ;;
15410 esac
15411 ac_abs_top_builddir=$ac_pwd
15412 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15413 # for backward compatibility:
15414 ac_top_builddir=$ac_top_build_prefix
15415
15416 case $srcdir in
15417   .)  # We are building in place.
15418     ac_srcdir=.
15419     ac_top_srcdir=$ac_top_builddir_sub
15420     ac_abs_top_srcdir=$ac_pwd ;;
15421   [\\/]* | ?:[\\/]* )  # Absolute name.
15422     ac_srcdir=$srcdir$ac_dir_suffix;
15423     ac_top_srcdir=$srcdir
15424     ac_abs_top_srcdir=$srcdir ;;
15425   *) # Relative name.
15426     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15427     ac_top_srcdir=$ac_top_build_prefix$srcdir
15428     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15429 esac
15430 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15431
15432
15433   case $ac_mode in
15434   :F)
15435   #
15436   # CONFIG_FILE
15437   #
15438
15439   case $INSTALL in
15440   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15441   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15442   esac
15443 _ACEOF
15444
15445 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15446 # If the template does not know about datarootdir, expand it.
15447 # FIXME: This hack should be removed a few years after 2.60.
15448 ac_datarootdir_hack=; ac_datarootdir_seen=
15449 ac_sed_dataroot='
15450 /datarootdir/ {
15451   p
15452   q
15453 }
15454 /@datadir@/p
15455 /@docdir@/p
15456 /@infodir@/p
15457 /@localedir@/p
15458 /@mandir@/p'
15459 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15460 *datarootdir*) ac_datarootdir_seen=yes;;
15461 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15462   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15463 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15464 _ACEOF
15465 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15466   ac_datarootdir_hack='
15467   s&@datadir@&$datadir&g
15468   s&@docdir@&$docdir&g
15469   s&@infodir@&$infodir&g
15470   s&@localedir@&$localedir&g
15471   s&@mandir@&$mandir&g
15472   s&\\\${datarootdir}&$datarootdir&g' ;;
15473 esac
15474 _ACEOF
15475
15476 # Neutralize VPATH when `$srcdir' = `.'.
15477 # Shell code in configure.ac might set extrasub.
15478 # FIXME: do we really want to maintain this feature?
15479 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15480 ac_sed_extra="$ac_vpsub
15481 $extrasub
15482 _ACEOF
15483 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15484 :t
15485 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15486 s|@configure_input@|$ac_sed_conf_input|;t t
15487 s&@top_builddir@&$ac_top_builddir_sub&;t t
15488 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15489 s&@srcdir@&$ac_srcdir&;t t
15490 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15491 s&@top_srcdir@&$ac_top_srcdir&;t t
15492 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15493 s&@builddir@&$ac_builddir&;t t
15494 s&@abs_builddir@&$ac_abs_builddir&;t t
15495 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15496 s&@INSTALL@&$ac_INSTALL&;t t
15497 $ac_datarootdir_hack
15498 "
15499 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15500 if $ac_cs_awk_getline; then
15501   $AWK -f "$tmp/subs.awk"
15502 else
15503   $AWK -f "$tmp/subs.awk" | $SHELL
15504 fi >$tmp/out \
15505   || as_fn_error "could not create $ac_file" "$LINENO" 5
15506
15507 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15508   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15509   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15510   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15511 which seems to be undefined.  Please make sure it is defined." >&5
15512 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15513 which seems to be undefined.  Please make sure it is defined." >&2;}
15514
15515   rm -f "$tmp/stdin"
15516   case $ac_file in
15517   -) cat "$tmp/out" && rm -f "$tmp/out";;
15518   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15519   esac \
15520   || as_fn_error "could not create $ac_file" "$LINENO" 5
15521  ;;
15522
15523
15524
15525   esac
15526
15527
15528   case $ac_file$ac_mode in
15529     "Makefile":F) sed "$extrasub_build" Makefile |
15530    sed "$extrasub_host" |
15531    sed "$extrasub_target" > mf$$
15532    mv -f mf$$ Makefile ;;
15533
15534   esac
15535 done # for ac_tag
15536
15537
15538 as_fn_exit 0
15539 _ACEOF
15540 ac_clean_files=$ac_clean_files_save
15541
15542 test $ac_write_fail = 0 ||
15543   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15544
15545
15546 # configure is writing to config.log, and then calls config.status.
15547 # config.status does its own redirection, appending to config.log.
15548 # Unfortunately, on DOS this fails, as config.log is still kept open
15549 # by configure, so config.status won't be able to write to it; its
15550 # output is simply discarded.  So we exec the FD to /dev/null,
15551 # effectively closing config.log, so it can be properly (re)opened and
15552 # appended to by config.status.  When coming back to configure, we
15553 # need to make the FD available again.
15554 if test "$no_create" != yes; then
15555   ac_cs_success=:
15556   ac_config_status_args=
15557   test "$silent" = yes &&
15558     ac_config_status_args="$ac_config_status_args --quiet"
15559   exec 5>/dev/null
15560   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15561   exec 5>>config.log
15562   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15563   # would make configure fail if this is the last instruction.
15564   $ac_cs_success || as_fn_exit $?
15565 fi
15566 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15567   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15568 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15569 fi
15570