OSDN Git Service

* configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
[pf3gnuchains/gcc-fork.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 RANLIB_FOR_TARGET
574 OBJDUMP_FOR_TARGET
575 NM_FOR_TARGET
576 LIPO_FOR_TARGET
577 LD_FOR_TARGET
578 DLLTOOL_FOR_TARGET
579 AS_FOR_TARGET
580 AR_FOR_TARGET
581 GOC_FOR_TARGET
582 GFORTRAN_FOR_TARGET
583 GCJ_FOR_TARGET
584 GCC_FOR_TARGET
585 CXX_FOR_TARGET
586 CC_FOR_TARGET
587 OBJDUMP
588 OBJCOPY
589 WINDMC
590 WINDRES
591 STRIP
592 RANLIB
593 NM
594 LIPO
595 LD
596 DLLTOOL
597 AS
598 AR
599 RUNTEST
600 EXPECT
601 MAKEINFO
602 FLEX
603 LEX
604 M4
605 BISON
606 YACC
607 config_shell
608 WINDRES_FOR_BUILD
609 WINDMC_FOR_BUILD
610 RANLIB_FOR_BUILD
611 NM_FOR_BUILD
612 LD_FOR_BUILD
613 LDFLAGS_FOR_BUILD
614 GOC_FOR_BUILD
615 GFORTRAN_FOR_BUILD
616 GCJ_FOR_BUILD
617 DLLTOOL_FOR_BUILD
618 CXX_FOR_BUILD
619 CXXFLAGS_FOR_BUILD
620 CFLAGS_FOR_BUILD
621 CC_FOR_BUILD
622 AS_FOR_BUILD
623 AR_FOR_BUILD
624 target_configdirs
625 configdirs
626 build_configdirs
627 INSTALL_GDB_TK
628 GDB_TK
629 CONFIGURE_GDB_TK
630 build_tooldir
631 tooldir
632 GCC_SHLIB_SUBDIR
633 RPATH_ENVVAR
634 target_configargs
635 host_configargs
636 build_configargs
637 BUILD_CONFIG
638 CXXFLAGS_FOR_TARGET
639 CFLAGS_FOR_TARGET
640 DEBUG_PREFIX_CFLAGS_FOR_TARGET
641 SYSROOT_CFLAGS_FOR_TARGET
642 stage1_languages
643 extra_host_libiberty_configure_flags
644 clooginc
645 clooglibs
646 pplinc
647 ppllibs
648 poststage1_ldflags
649 poststage1_libs
650 stage1_libs
651 stage1_ldflags
652 extra_mpc_mpfr_configure_flags
653 extra_mpc_gmp_configure_flags
654 extra_mpfr_configure_flags
655 gmpinc
656 gmplibs
657 do_compare
658 GNATMAKE
659 GNATBIND
660 ac_ct_CXX
661 CXXFLAGS
662 CXX
663 OBJEXT
664 EXEEXT
665 ac_ct_CC
666 CPPFLAGS
667 LDFLAGS
668 CFLAGS
669 CC
670 target_subdir
671 host_subdir
672 build_subdir
673 build_libsubdir
674 AWK
675 SED
676 LN_S
677 LN
678 INSTALL_DATA
679 INSTALL_SCRIPT
680 INSTALL_PROGRAM
681 target_os
682 target_vendor
683 target_cpu
684 target
685 host_os
686 host_vendor
687 host_cpu
688 host
689 target_noncanonical
690 host_noncanonical
691 build_noncanonical
692 build_os
693 build_vendor
694 build_cpu
695 build
696 TOPLEVEL_CONFIGURE_ARGUMENTS
697 target_alias
698 host_alias
699 build_alias
700 LIBS
701 ECHO_T
702 ECHO_N
703 ECHO_C
704 DEFS
705 mandir
706 localedir
707 libdir
708 psdir
709 pdfdir
710 dvidir
711 htmldir
712 infodir
713 docdir
714 oldincludedir
715 includedir
716 localstatedir
717 sharedstatedir
718 sysconfdir
719 datadir
720 datarootdir
721 libexecdir
722 sbindir
723 bindir
724 program_transform_name
725 prefix
726 exec_prefix
727 PACKAGE_URL
728 PACKAGE_BUGREPORT
729 PACKAGE_STRING
730 PACKAGE_VERSION
731 PACKAGE_TARNAME
732 PACKAGE_NAME
733 PATH_SEPARATOR
734 SHELL'
735 ac_subst_files='serialization_dependencies
736 host_makefile_frag
737 target_makefile_frag
738 alphaieee_frag
739 ospace_frag'
740 ac_user_opts='
741 enable_option_checking
742 with_build_libsubdir
743 enable_gold
744 enable_ld
745 enable_libquadmath
746 enable_libquadmath_support
747 enable_libada
748 enable_libssp
749 enable_build_with_cxx
750 with_mpc
751 with_mpc_include
752 with_mpc_lib
753 with_mpfr_dir
754 with_mpfr
755 with_mpfr_include
756 with_mpfr_lib
757 with_gmp_dir
758 with_gmp
759 with_gmp_include
760 with_gmp_lib
761 with_host_libstdcxx
762 with_stage1_ldflags
763 with_stage1_libs
764 with_boot_libs
765 with_boot_ldflags
766 with_ppl
767 with_ppl_include
768 with_ppl_lib
769 enable_ppl_version_check
770 with_cloog
771 with_cloog_include
772 with_cloog_lib
773 enable_cloog_backend
774 enable_cloog_version_check
775 enable_lto
776 enable_stage1_languages
777 enable_objc_gc
778 with_build_sysroot
779 with_debug_prefix_map
780 enable_bootstrap
781 with_build_config
782 enable_serial_configure
783 with_build_time_tools
784 enable_maintainer_mode
785 enable_stage1_checking
786 enable_werror
787 '
788       ac_precious_vars='build_alias
789 host_alias
790 target_alias
791 CC
792 CFLAGS
793 LDFLAGS
794 LIBS
795 CPPFLAGS
796 CXX
797 CXXFLAGS
798 CCC
799 build_configargs
800 host_configargs
801 target_configargs
802 AR
803 AS
804 DLLTOOL
805 LD
806 LIPO
807 NM
808 RANLIB
809 STRIP
810 WINDRES
811 WINDMC
812 OBJCOPY
813 OBJDUMP
814 CC_FOR_TARGET
815 CXX_FOR_TARGET
816 GCC_FOR_TARGET
817 GCJ_FOR_TARGET
818 GFORTRAN_FOR_TARGET
819 GOC_FOR_TARGET
820 AR_FOR_TARGET
821 AS_FOR_TARGET
822 DLLTOOL_FOR_TARGET
823 LD_FOR_TARGET
824 LIPO_FOR_TARGET
825 NM_FOR_TARGET
826 OBJDUMP_FOR_TARGET
827 RANLIB_FOR_TARGET
828 STRIP_FOR_TARGET
829 WINDRES_FOR_TARGET
830 WINDMC_FOR_TARGET'
831
832
833 # Initialize some variables set by options.
834 ac_init_help=
835 ac_init_version=false
836 ac_unrecognized_opts=
837 ac_unrecognized_sep=
838 # The variables have the same names as the options, with
839 # dashes changed to underlines.
840 cache_file=/dev/null
841 exec_prefix=NONE
842 no_create=
843 no_recursion=
844 prefix=NONE
845 program_prefix=NONE
846 program_suffix=NONE
847 program_transform_name=s,x,x,
848 silent=
849 site=
850 srcdir=
851 verbose=
852 x_includes=NONE
853 x_libraries=NONE
854
855 # Installation directory options.
856 # These are left unexpanded so users can "make install exec_prefix=/foo"
857 # and all the variables that are supposed to be based on exec_prefix
858 # by default will actually change.
859 # Use braces instead of parens because sh, perl, etc. also accept them.
860 # (The list follows the same order as the GNU Coding Standards.)
861 bindir='${exec_prefix}/bin'
862 sbindir='${exec_prefix}/sbin'
863 libexecdir='${exec_prefix}/libexec'
864 datarootdir='${prefix}/share'
865 datadir='${datarootdir}'
866 sysconfdir='${prefix}/etc'
867 sharedstatedir='${prefix}/com'
868 localstatedir='${prefix}/var'
869 includedir='${prefix}/include'
870 oldincludedir='/usr/include'
871 docdir='${datarootdir}/doc/${PACKAGE}'
872 infodir='${datarootdir}/info'
873 htmldir='${docdir}'
874 dvidir='${docdir}'
875 pdfdir='${docdir}'
876 psdir='${docdir}'
877 libdir='${exec_prefix}/lib'
878 localedir='${datarootdir}/locale'
879 mandir='${datarootdir}/man'
880
881 ac_prev=
882 ac_dashdash=
883 for ac_option
884 do
885   # If the previous option needs an argument, assign it.
886   if test -n "$ac_prev"; then
887     eval $ac_prev=\$ac_option
888     ac_prev=
889     continue
890   fi
891
892   case $ac_option in
893   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
894   *)    ac_optarg=yes ;;
895   esac
896
897   # Accept the important Cygnus configure options, so we can diagnose typos.
898
899   case $ac_dashdash$ac_option in
900   --)
901     ac_dashdash=yes ;;
902
903   -bindir | --bindir | --bindi | --bind | --bin | --bi)
904     ac_prev=bindir ;;
905   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
906     bindir=$ac_optarg ;;
907
908   -build | --build | --buil | --bui | --bu)
909     ac_prev=build_alias ;;
910   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
911     build_alias=$ac_optarg ;;
912
913   -cache-file | --cache-file | --cache-fil | --cache-fi \
914   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
915     ac_prev=cache_file ;;
916   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
917   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
918     cache_file=$ac_optarg ;;
919
920   --config-cache | -C)
921     cache_file=config.cache ;;
922
923   -datadir | --datadir | --datadi | --datad)
924     ac_prev=datadir ;;
925   -datadir=* | --datadir=* | --datadi=* | --datad=*)
926     datadir=$ac_optarg ;;
927
928   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
929   | --dataroo | --dataro | --datar)
930     ac_prev=datarootdir ;;
931   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
932   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
933     datarootdir=$ac_optarg ;;
934
935   -disable-* | --disable-*)
936     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
937     # Reject names that are not valid shell variable names.
938     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
939       as_fn_error "invalid feature name: $ac_useropt"
940     ac_useropt_orig=$ac_useropt
941     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942     case $ac_user_opts in
943       *"
944 "enable_$ac_useropt"
945 "*) ;;
946       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
947          ac_unrecognized_sep=', ';;
948     esac
949     eval enable_$ac_useropt=no ;;
950
951   -docdir | --docdir | --docdi | --doc | --do)
952     ac_prev=docdir ;;
953   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
954     docdir=$ac_optarg ;;
955
956   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
957     ac_prev=dvidir ;;
958   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
959     dvidir=$ac_optarg ;;
960
961   -enable-* | --enable-*)
962     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
963     # Reject names that are not valid shell variable names.
964     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965       as_fn_error "invalid feature name: $ac_useropt"
966     ac_useropt_orig=$ac_useropt
967     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968     case $ac_user_opts in
969       *"
970 "enable_$ac_useropt"
971 "*) ;;
972       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
973          ac_unrecognized_sep=', ';;
974     esac
975     eval enable_$ac_useropt=\$ac_optarg ;;
976
977   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
978   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
979   | --exec | --exe | --ex)
980     ac_prev=exec_prefix ;;
981   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
982   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
983   | --exec=* | --exe=* | --ex=*)
984     exec_prefix=$ac_optarg ;;
985
986   -gas | --gas | --ga | --g)
987     # Obsolete; use --with-gas.
988     with_gas=yes ;;
989
990   -help | --help | --hel | --he | -h)
991     ac_init_help=long ;;
992   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
993     ac_init_help=recursive ;;
994   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
995     ac_init_help=short ;;
996
997   -host | --host | --hos | --ho)
998     ac_prev=host_alias ;;
999   -host=* | --host=* | --hos=* | --ho=*)
1000     host_alias=$ac_optarg ;;
1001
1002   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1003     ac_prev=htmldir ;;
1004   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1005   | --ht=*)
1006     htmldir=$ac_optarg ;;
1007
1008   -includedir | --includedir | --includedi | --included | --include \
1009   | --includ | --inclu | --incl | --inc)
1010     ac_prev=includedir ;;
1011   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1012   | --includ=* | --inclu=* | --incl=* | --inc=*)
1013     includedir=$ac_optarg ;;
1014
1015   -infodir | --infodir | --infodi | --infod | --info | --inf)
1016     ac_prev=infodir ;;
1017   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1018     infodir=$ac_optarg ;;
1019
1020   -libdir | --libdir | --libdi | --libd)
1021     ac_prev=libdir ;;
1022   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1023     libdir=$ac_optarg ;;
1024
1025   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1026   | --libexe | --libex | --libe)
1027     ac_prev=libexecdir ;;
1028   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1029   | --libexe=* | --libex=* | --libe=*)
1030     libexecdir=$ac_optarg ;;
1031
1032   -localedir | --localedir | --localedi | --localed | --locale)
1033     ac_prev=localedir ;;
1034   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1035     localedir=$ac_optarg ;;
1036
1037   -localstatedir | --localstatedir | --localstatedi | --localstated \
1038   | --localstate | --localstat | --localsta | --localst | --locals)
1039     ac_prev=localstatedir ;;
1040   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1041   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1042     localstatedir=$ac_optarg ;;
1043
1044   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1045     ac_prev=mandir ;;
1046   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1047     mandir=$ac_optarg ;;
1048
1049   -nfp | --nfp | --nf)
1050     # Obsolete; use --without-fp.
1051     with_fp=no ;;
1052
1053   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1054   | --no-cr | --no-c | -n)
1055     no_create=yes ;;
1056
1057   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1058   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1059     no_recursion=yes ;;
1060
1061   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1062   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1063   | --oldin | --oldi | --old | --ol | --o)
1064     ac_prev=oldincludedir ;;
1065   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1066   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1067   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1068     oldincludedir=$ac_optarg ;;
1069
1070   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1071     ac_prev=prefix ;;
1072   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1073     prefix=$ac_optarg ;;
1074
1075   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1076   | --program-pre | --program-pr | --program-p)
1077     ac_prev=program_prefix ;;
1078   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1079   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1080     program_prefix=$ac_optarg ;;
1081
1082   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1083   | --program-suf | --program-su | --program-s)
1084     ac_prev=program_suffix ;;
1085   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1086   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1087     program_suffix=$ac_optarg ;;
1088
1089   -program-transform-name | --program-transform-name \
1090   | --program-transform-nam | --program-transform-na \
1091   | --program-transform-n | --program-transform- \
1092   | --program-transform | --program-transfor \
1093   | --program-transfo | --program-transf \
1094   | --program-trans | --program-tran \
1095   | --progr-tra | --program-tr | --program-t)
1096     ac_prev=program_transform_name ;;
1097   -program-transform-name=* | --program-transform-name=* \
1098   | --program-transform-nam=* | --program-transform-na=* \
1099   | --program-transform-n=* | --program-transform-=* \
1100   | --program-transform=* | --program-transfor=* \
1101   | --program-transfo=* | --program-transf=* \
1102   | --program-trans=* | --program-tran=* \
1103   | --progr-tra=* | --program-tr=* | --program-t=*)
1104     program_transform_name=$ac_optarg ;;
1105
1106   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1107     ac_prev=pdfdir ;;
1108   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1109     pdfdir=$ac_optarg ;;
1110
1111   -psdir | --psdir | --psdi | --psd | --ps)
1112     ac_prev=psdir ;;
1113   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1114     psdir=$ac_optarg ;;
1115
1116   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117   | -silent | --silent | --silen | --sile | --sil)
1118     silent=yes ;;
1119
1120   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121     ac_prev=sbindir ;;
1122   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123   | --sbi=* | --sb=*)
1124     sbindir=$ac_optarg ;;
1125
1126   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128   | --sharedst | --shareds | --shared | --share | --shar \
1129   | --sha | --sh)
1130     ac_prev=sharedstatedir ;;
1131   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134   | --sha=* | --sh=*)
1135     sharedstatedir=$ac_optarg ;;
1136
1137   -site | --site | --sit)
1138     ac_prev=site ;;
1139   -site=* | --site=* | --sit=*)
1140     site=$ac_optarg ;;
1141
1142   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143     ac_prev=srcdir ;;
1144   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1145     srcdir=$ac_optarg ;;
1146
1147   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148   | --syscon | --sysco | --sysc | --sys | --sy)
1149     ac_prev=sysconfdir ;;
1150   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1152     sysconfdir=$ac_optarg ;;
1153
1154   -target | --target | --targe | --targ | --tar | --ta | --t)
1155     ac_prev=target_alias ;;
1156   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1157     target_alias=$ac_optarg ;;
1158
1159   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160     verbose=yes ;;
1161
1162   -version | --version | --versio | --versi | --vers | -V)
1163     ac_init_version=: ;;
1164
1165   -with-* | --with-*)
1166     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1167     # Reject names that are not valid shell variable names.
1168     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169       as_fn_error "invalid package name: $ac_useropt"
1170     ac_useropt_orig=$ac_useropt
1171     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172     case $ac_user_opts in
1173       *"
1174 "with_$ac_useropt"
1175 "*) ;;
1176       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177          ac_unrecognized_sep=', ';;
1178     esac
1179     eval with_$ac_useropt=\$ac_optarg ;;
1180
1181   -without-* | --without-*)
1182     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1183     # Reject names that are not valid shell variable names.
1184     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185       as_fn_error "invalid package name: $ac_useropt"
1186     ac_useropt_orig=$ac_useropt
1187     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188     case $ac_user_opts in
1189       *"
1190 "with_$ac_useropt"
1191 "*) ;;
1192       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193          ac_unrecognized_sep=', ';;
1194     esac
1195     eval with_$ac_useropt=no ;;
1196
1197   --x)
1198     # Obsolete; use --with-x.
1199     with_x=yes ;;
1200
1201   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202   | --x-incl | --x-inc | --x-in | --x-i)
1203     ac_prev=x_includes ;;
1204   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1206     x_includes=$ac_optarg ;;
1207
1208   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210     ac_prev=x_libraries ;;
1211   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1213     x_libraries=$ac_optarg ;;
1214
1215   -*) as_fn_error "unrecognized option: \`$ac_option'
1216 Try \`$0 --help' for more information."
1217     ;;
1218
1219   *=*)
1220     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221     # Reject names that are not valid shell variable names.
1222     case $ac_envvar in #(
1223       '' | [0-9]* | *[!_$as_cr_alnum]* )
1224       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1225     esac
1226     eval $ac_envvar=\$ac_optarg
1227     export $ac_envvar ;;
1228
1229   *)
1230     # FIXME: should be removed in autoconf 3.0.
1231     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1232     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1233       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1234     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1235     ;;
1236
1237   esac
1238 done
1239
1240 if test -n "$ac_prev"; then
1241   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1242   as_fn_error "missing argument to $ac_option"
1243 fi
1244
1245 if test -n "$ac_unrecognized_opts"; then
1246   case $enable_option_checking in
1247     no) ;;
1248     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1249     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1250   esac
1251 fi
1252
1253 # Check all directory arguments for consistency.
1254 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255                 datadir sysconfdir sharedstatedir localstatedir includedir \
1256                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257                 libdir localedir mandir
1258 do
1259   eval ac_val=\$$ac_var
1260   # Remove trailing slashes.
1261   case $ac_val in
1262     */ )
1263       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264       eval $ac_var=\$ac_val;;
1265   esac
1266   # Be sure to have absolute directory names.
1267   case $ac_val in
1268     [\\/$]* | ?:[\\/]* )  continue;;
1269     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1270   esac
1271   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1272 done
1273
1274 # There might be people who depend on the old broken behavior: `$host'
1275 # used to hold the argument of --host etc.
1276 # FIXME: To remove some day.
1277 build=$build_alias
1278 host=$host_alias
1279 target=$target_alias
1280
1281 # FIXME: To remove some day.
1282 if test "x$host_alias" != x; then
1283   if test "x$build_alias" = x; then
1284     cross_compiling=maybe
1285     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1286     If a cross compiler is detected then cross compile mode will be used." >&2
1287   elif test "x$build_alias" != "x$host_alias"; then
1288     cross_compiling=yes
1289   fi
1290 fi
1291
1292 ac_tool_prefix=
1293 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294
1295 test "$silent" = yes && exec 6>/dev/null
1296
1297
1298 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299 ac_ls_di=`ls -di .` &&
1300 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301   as_fn_error "working directory cannot be determined"
1302 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303   as_fn_error "pwd does not report name of working directory"
1304
1305
1306 # Find the source files, if location was not specified.
1307 if test -z "$srcdir"; then
1308   ac_srcdir_defaulted=yes
1309   # Try the directory containing this script, then the parent directory.
1310   ac_confdir=`$as_dirname -- "$as_myself" ||
1311 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312          X"$as_myself" : 'X\(//\)[^/]' \| \
1313          X"$as_myself" : 'X\(//\)$' \| \
1314          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315 $as_echo X"$as_myself" |
1316     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317             s//\1/
1318             q
1319           }
1320           /^X\(\/\/\)[^/].*/{
1321             s//\1/
1322             q
1323           }
1324           /^X\(\/\/\)$/{
1325             s//\1/
1326             q
1327           }
1328           /^X\(\/\).*/{
1329             s//\1/
1330             q
1331           }
1332           s/.*/./; q'`
1333   srcdir=$ac_confdir
1334   if test ! -r "$srcdir/$ac_unique_file"; then
1335     srcdir=..
1336   fi
1337 else
1338   ac_srcdir_defaulted=no
1339 fi
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1343 fi
1344 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345 ac_abs_confdir=`(
1346         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1347         pwd)`
1348 # When building in place, set srcdir=.
1349 if test "$ac_abs_confdir" = "$ac_pwd"; then
1350   srcdir=.
1351 fi
1352 # Remove unnecessary trailing slashes from srcdir.
1353 # Double slashes in file names in object file debugging info
1354 # mess up M-x gdb in Emacs.
1355 case $srcdir in
1356 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357 esac
1358 case $srcdir in
1359   *" "*)
1360     as_fn_error "path to source, $srcdir, contains spaces"
1361     ;;
1362 esac
1363 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1364
1365 for ac_var in $ac_precious_vars; do
1366   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1367   eval ac_env_${ac_var}_value=\$${ac_var}
1368   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1369   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1370 done
1371
1372 #
1373 # Report the --help message.
1374 #
1375 if test "$ac_init_help" = "long"; then
1376   # Omit some internal or obsolete options to make the list less imposing.
1377   # This message is too long to be a string in the A/UX 3.1 sh.
1378   cat <<_ACEOF
1379 \`configure' configures this package to adapt to many kinds of systems.
1380
1381 Usage: $0 [OPTION]... [VAR=VALUE]...
1382
1383 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1384 VAR=VALUE.  See below for descriptions of some of the useful variables.
1385
1386 Defaults for the options are specified in brackets.
1387
1388 Configuration:
1389   -h, --help              display this help and exit
1390       --help=short        display options specific to this package
1391       --help=recursive    display the short help of all the included packages
1392   -V, --version           display version information and exit
1393   -q, --quiet, --silent   do not print \`checking...' messages
1394       --cache-file=FILE   cache test results in FILE [disabled]
1395   -C, --config-cache      alias for \`--cache-file=config.cache'
1396   -n, --no-create         do not create output files
1397       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1398
1399 Installation directories:
1400   --prefix=PREFIX         install architecture-independent files in PREFIX
1401                           [$ac_default_prefix]
1402   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1403                           [PREFIX]
1404
1405 By default, \`make install' will install all the files in
1406 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1407 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1408 for instance \`--prefix=\$HOME'.
1409
1410 For better control, use the options below.
1411
1412 Fine tuning of the installation directories:
1413   --bindir=DIR            user executables [EPREFIX/bin]
1414   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1415   --libexecdir=DIR        program executables [EPREFIX/libexec]
1416   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1417   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1418   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1419   --libdir=DIR            object code libraries [EPREFIX/lib]
1420   --includedir=DIR        C header files [PREFIX/include]
1421   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1422   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1423   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1424   --infodir=DIR           info documentation [DATAROOTDIR/info]
1425   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1426   --mandir=DIR            man documentation [DATAROOTDIR/man]
1427   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1428   --htmldir=DIR           html documentation [DOCDIR]
1429   --dvidir=DIR            dvi documentation [DOCDIR]
1430   --pdfdir=DIR            pdf documentation [DOCDIR]
1431   --psdir=DIR             ps documentation [DOCDIR]
1432 _ACEOF
1433
1434   cat <<\_ACEOF
1435
1436 Program names:
1437   --program-prefix=PREFIX            prepend PREFIX to installed program names
1438   --program-suffix=SUFFIX            append SUFFIX to installed program names
1439   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1440
1441 System types:
1442   --build=BUILD     configure for building on BUILD [guessed]
1443   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1444   --target=TARGET   configure for building compilers for TARGET [HOST]
1445 _ACEOF
1446 fi
1447
1448 if test -n "$ac_init_help"; then
1449
1450   cat <<\_ACEOF
1451
1452 Optional Features:
1453   --disable-option-checking  ignore unrecognized --enable/--with options
1454   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1455   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1456   --enable-gold[=ARG]     build gold [ARG={default,yes,no}]
1457   --enable-ld[=ARG]       build ld [ARG={default,yes,no}]
1458   --disable-libquadmath   do not build libquadmath directory
1459   --disable-libquadmath-support
1460                           disable libquadmath support for Fortran
1461   --enable-libada         build libada directory
1462   --enable-libssp         build libssp directory
1463   --enable-build-with-cxx build with C++ compiler instead of C compiler
1464   --disable-ppl-version-check
1465                           disable check for PPL version
1466   --enable-cloog-backend[=BACKEND]
1467                           set the CLooG BACKEND used to either isl, ppl or
1468                           ppl-legacy (default)
1469   --disable-cloog-version-check
1470                           disable check for CLooG version
1471   --enable-lto            enable link time optimization support
1472   --enable-stage1-languages[=all]
1473                           choose additional languages to build during stage1.
1474                           Mostly useful for compiler development
1475   --enable-objc-gc        enable use of Boehm's garbage collector with the GNU
1476                           Objective-C runtime
1477   --enable-bootstrap      enable bootstrapping [yes if native build]
1478   --enable-serial-[{host,target,build}-]configure
1479                           force sequential configuration of sub-packages for
1480                           the host, target or build machine, or all
1481                           sub-packages
1482   --enable-maintainer-mode
1483                           enable make rules and dependencies not useful (and
1484                           sometimes confusing) to the casual installer
1485   --enable-stage1-checking[=all]
1486                           choose additional checking for stage1 of the
1487                           compiler
1488   --enable-werror         enable -Werror in bootstrap stage2 and later
1489
1490 Optional Packages:
1491   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1492   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1493   --with-build-libsubdir=DIR  Directory where to find libraries for build system
1494   --with-mpc=PATH         specify prefix directory for installed MPC package.
1495                           Equivalent to --with-mpc-include=PATH/include plus
1496                           --with-mpc-lib=PATH/lib
1497   --with-mpc-include=PATH specify directory for installed MPC include files
1498   --with-mpc-lib=PATH     specify directory for the installed MPC library
1499   --with-mpfr-dir=PATH    this option has been REMOVED
1500   --with-mpfr=PATH        specify prefix directory for installed MPFR package.
1501                           Equivalent to --with-mpfr-include=PATH/include plus
1502                           --with-mpfr-lib=PATH/lib
1503   --with-mpfr-include=PATH
1504                           specify directory for installed MPFR include files
1505   --with-mpfr-lib=PATH    specify directory for the installed MPFR library
1506   --with-gmp-dir=PATH     this option has been REMOVED
1507   --with-gmp=PATH         specify prefix directory for the installed GMP
1508                           package. Equivalent to
1509                           --with-gmp-include=PATH/include plus
1510                           --with-gmp-lib=PATH/lib
1511   --with-gmp-include=PATH specify directory for installed GMP include files
1512   --with-gmp-lib=PATH     specify directory for the installed GMP library
1513   --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1514                           linking with PPL
1515   --with-stage1-ldflags=FLAGS
1516                           linker flags for stage1
1517   --with-stage1-libs=LIBS libraries for stage1
1518   --with-boot-libs=LIBS   libraries for stage2 and later
1519   --with-boot-ldflags=FLAGS
1520                           linker flags for stage2 and later
1521   --with-ppl=PATH         specify prefix directory for the installed PPL
1522                           package. Equivalent to
1523                           --with-ppl-include=PATH/include plus
1524                           --with-ppl-lib=PATH/lib
1525   --with-ppl-include=PATH specify directory for installed PPL include files
1526   --with-ppl-lib=PATH     specify directory for the installed PPL library
1527   --with-cloog=PATH       Specify prefix directory for the installed CLooG-PPL
1528                           package. Equivalent to
1529                           --with-cloog-include=PATH/include plus
1530                           --with-cloog-lib=PATH/lib
1531   --with-cloog-include=PATH
1532                           Specify directory for installed CLooG include files
1533   --with-cloog-lib=PATH   Specify the directory for the installed CLooG
1534                           library
1535   --with-build-sysroot=SYSROOT
1536                           use sysroot as the system root during the build
1537   --with-debug-prefix-map='A=B C=D ...'
1538                           map A to B, C to D ... in debug information
1539   --with-build-config='NAME NAME2...'
1540                           use config/NAME.mk build configuration
1541   --with-build-time-tools=PATH
1542                           use given path to find target tools during the build
1543
1544 Some influential environment variables:
1545   CC          C compiler command
1546   CFLAGS      C compiler flags
1547   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1548               nonstandard directory <lib dir>
1549   LIBS        libraries to pass to the linker, e.g. -l<library>
1550   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551               you have headers in a nonstandard directory <include dir>
1552   CXX         C++ compiler command
1553   CXXFLAGS    C++ compiler flags
1554   build_configargs
1555               additional configure arguments for build directories
1556   host_configargs
1557               additional configure arguments for host directories
1558   target_configargs
1559               additional configure arguments for target directories
1560   AR          AR for the host
1561   AS          AS for the host
1562   DLLTOOL     DLLTOOL for the host
1563   LD          LD for the host
1564   LIPO        LIPO for the host
1565   NM          NM for the host
1566   RANLIB      RANLIB for the host
1567   STRIP       STRIP for the host
1568   WINDRES     WINDRES for the host
1569   WINDMC      WINDMC for the host
1570   OBJCOPY     OBJCOPY for the host
1571   OBJDUMP     OBJDUMP for the host
1572   CC_FOR_TARGET
1573               CC for the target
1574   CXX_FOR_TARGET
1575               CXX for the target
1576   GCC_FOR_TARGET
1577               GCC for the target
1578   GCJ_FOR_TARGET
1579               GCJ for the target
1580   GFORTRAN_FOR_TARGET
1581               GFORTRAN for the target
1582   GOC_FOR_TARGET
1583               GOC for the target
1584   AR_FOR_TARGET
1585               AR for the target
1586   AS_FOR_TARGET
1587               AS for the target
1588   DLLTOOL_FOR_TARGET
1589               DLLTOOL for the target
1590   LD_FOR_TARGET
1591               LD for the target
1592   LIPO_FOR_TARGET
1593               LIPO for the target
1594   NM_FOR_TARGET
1595               NM for the target
1596   OBJDUMP_FOR_TARGET
1597               OBJDUMP for the target
1598   RANLIB_FOR_TARGET
1599               RANLIB for the target
1600   STRIP_FOR_TARGET
1601               STRIP for the target
1602   WINDRES_FOR_TARGET
1603               WINDRES for the target
1604   WINDMC_FOR_TARGET
1605               WINDMC for the target
1606
1607 Use these variables to override the choices made by `configure' or to help
1608 it to find libraries and programs with nonstandard names/locations.
1609
1610 Report bugs to the package provider.
1611 _ACEOF
1612 ac_status=$?
1613 fi
1614
1615 if test "$ac_init_help" = "recursive"; then
1616   # If there are subdirs, report their specific --help.
1617   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1618     test -d "$ac_dir" ||
1619       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1620       continue
1621     ac_builddir=.
1622
1623 case "$ac_dir" in
1624 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1625 *)
1626   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1627   # A ".." for each directory in $ac_dir_suffix.
1628   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1629   case $ac_top_builddir_sub in
1630   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1631   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1632   esac ;;
1633 esac
1634 ac_abs_top_builddir=$ac_pwd
1635 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1636 # for backward compatibility:
1637 ac_top_builddir=$ac_top_build_prefix
1638
1639 case $srcdir in
1640   .)  # We are building in place.
1641     ac_srcdir=.
1642     ac_top_srcdir=$ac_top_builddir_sub
1643     ac_abs_top_srcdir=$ac_pwd ;;
1644   [\\/]* | ?:[\\/]* )  # Absolute name.
1645     ac_srcdir=$srcdir$ac_dir_suffix;
1646     ac_top_srcdir=$srcdir
1647     ac_abs_top_srcdir=$srcdir ;;
1648   *) # Relative name.
1649     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1650     ac_top_srcdir=$ac_top_build_prefix$srcdir
1651     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1652 esac
1653 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1654
1655     cd "$ac_dir" || { ac_status=$?; continue; }
1656     # Check for guested configure.
1657     if test -f "$ac_srcdir/configure.gnu"; then
1658       echo &&
1659       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1660     elif test -f "$ac_srcdir/configure"; then
1661       echo &&
1662       $SHELL "$ac_srcdir/configure" --help=recursive
1663     else
1664       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1665     fi || ac_status=$?
1666     cd "$ac_pwd" || { ac_status=$?; break; }
1667   done
1668 fi
1669
1670 test -n "$ac_init_help" && exit $ac_status
1671 if $ac_init_version; then
1672   cat <<\_ACEOF
1673 configure
1674 generated by GNU Autoconf 2.64
1675
1676 Copyright (C) 2009 Free Software Foundation, Inc.
1677 This configure script is free software; the Free Software Foundation
1678 gives unlimited permission to copy, distribute and modify it.
1679 _ACEOF
1680   exit
1681 fi
1682
1683 ## ------------------------ ##
1684 ## Autoconf initialization. ##
1685 ## ------------------------ ##
1686
1687 # ac_fn_c_try_compile LINENO
1688 # --------------------------
1689 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1690 ac_fn_c_try_compile ()
1691 {
1692   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693   rm -f conftest.$ac_objext
1694   if { { ac_try="$ac_compile"
1695 case "(($ac_try" in
1696   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1697   *) ac_try_echo=$ac_try;;
1698 esac
1699 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1700 $as_echo "$ac_try_echo"; } >&5
1701   (eval "$ac_compile") 2>conftest.err
1702   ac_status=$?
1703   if test -s conftest.err; then
1704     grep -v '^ *+' conftest.err >conftest.er1
1705     cat conftest.er1 >&5
1706     mv -f conftest.er1 conftest.err
1707   fi
1708   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709   test $ac_status = 0; } && {
1710          test -z "$ac_c_werror_flag" ||
1711          test ! -s conftest.err
1712        } && test -s conftest.$ac_objext; then :
1713   ac_retval=0
1714 else
1715   $as_echo "$as_me: failed program was:" >&5
1716 sed 's/^/| /' conftest.$ac_ext >&5
1717
1718         ac_retval=1
1719 fi
1720   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721   return $ac_retval
1722
1723 } # ac_fn_c_try_compile
1724
1725 # ac_fn_cxx_try_compile LINENO
1726 # ----------------------------
1727 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1728 ac_fn_cxx_try_compile ()
1729 {
1730   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731   rm -f conftest.$ac_objext
1732   if { { ac_try="$ac_compile"
1733 case "(($ac_try" in
1734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735   *) ac_try_echo=$ac_try;;
1736 esac
1737 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738 $as_echo "$ac_try_echo"; } >&5
1739   (eval "$ac_compile") 2>conftest.err
1740   ac_status=$?
1741   if test -s conftest.err; then
1742     grep -v '^ *+' conftest.err >conftest.er1
1743     cat conftest.er1 >&5
1744     mv -f conftest.er1 conftest.err
1745   fi
1746   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747   test $ac_status = 0; } && {
1748          test -z "$ac_cxx_werror_flag" ||
1749          test ! -s conftest.err
1750        } && test -s conftest.$ac_objext; then :
1751   ac_retval=0
1752 else
1753   $as_echo "$as_me: failed program was:" >&5
1754 sed 's/^/| /' conftest.$ac_ext >&5
1755
1756         ac_retval=1
1757 fi
1758   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759   return $ac_retval
1760
1761 } # ac_fn_cxx_try_compile
1762
1763 # ac_fn_c_try_link LINENO
1764 # -----------------------
1765 # Try to link conftest.$ac_ext, and return whether this succeeded.
1766 ac_fn_c_try_link ()
1767 {
1768   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769   rm -f conftest.$ac_objext conftest$ac_exeext
1770   if { { ac_try="$ac_link"
1771 case "(($ac_try" in
1772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773   *) ac_try_echo=$ac_try;;
1774 esac
1775 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776 $as_echo "$ac_try_echo"; } >&5
1777   (eval "$ac_link") 2>conftest.err
1778   ac_status=$?
1779   if test -s conftest.err; then
1780     grep -v '^ *+' conftest.err >conftest.er1
1781     cat conftest.er1 >&5
1782     mv -f conftest.er1 conftest.err
1783   fi
1784   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785   test $ac_status = 0; } && {
1786          test -z "$ac_c_werror_flag" ||
1787          test ! -s conftest.err
1788        } && test -s conftest$ac_exeext && {
1789          test "$cross_compiling" = yes ||
1790          $as_test_x conftest$ac_exeext
1791        }; then :
1792   ac_retval=0
1793 else
1794   $as_echo "$as_me: failed program was:" >&5
1795 sed 's/^/| /' conftest.$ac_ext >&5
1796
1797         ac_retval=1
1798 fi
1799   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1800   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1801   # interfere with the next link command; also delete a directory that is
1802   # left behind by Apple's compiler.  We do this before executing the actions.
1803   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1804   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1805   return $ac_retval
1806
1807 } # ac_fn_c_try_link
1808 cat >config.log <<_ACEOF
1809 This file contains any messages produced by compilers while
1810 running configure, to aid debugging if configure makes a mistake.
1811
1812 It was created by $as_me, which was
1813 generated by GNU Autoconf 2.64.  Invocation command line was
1814
1815   $ $0 $@
1816
1817 _ACEOF
1818 exec 5>>config.log
1819 {
1820 cat <<_ASUNAME
1821 ## --------- ##
1822 ## Platform. ##
1823 ## --------- ##
1824
1825 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1826 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1827 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1828 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1829 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1830
1831 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1832 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1833
1834 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1835 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1836 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1837 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1838 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1839 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1840 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1841
1842 _ASUNAME
1843
1844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1845 for as_dir in $PATH
1846 do
1847   IFS=$as_save_IFS
1848   test -z "$as_dir" && as_dir=.
1849     $as_echo "PATH: $as_dir"
1850   done
1851 IFS=$as_save_IFS
1852
1853 } >&5
1854
1855 cat >&5 <<_ACEOF
1856
1857
1858 ## ----------- ##
1859 ## Core tests. ##
1860 ## ----------- ##
1861
1862 _ACEOF
1863
1864
1865 # Keep a trace of the command line.
1866 # Strip out --no-create and --no-recursion so they do not pile up.
1867 # Strip out --silent because we don't want to record it for future runs.
1868 # Also quote any args containing shell meta-characters.
1869 # Make two passes to allow for proper duplicate-argument suppression.
1870 ac_configure_args=
1871 ac_configure_args0=
1872 ac_configure_args1=
1873 ac_must_keep_next=false
1874 for ac_pass in 1 2
1875 do
1876   for ac_arg
1877   do
1878     case $ac_arg in
1879     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1880     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1881     | -silent | --silent | --silen | --sile | --sil)
1882       continue ;;
1883     *\'*)
1884       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1885     esac
1886     case $ac_pass in
1887     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1888     2)
1889       as_fn_append ac_configure_args1 " '$ac_arg'"
1890       if test $ac_must_keep_next = true; then
1891         ac_must_keep_next=false # Got value, back to normal.
1892       else
1893         case $ac_arg in
1894           *=* | --config-cache | -C | -disable-* | --disable-* \
1895           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1896           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1897           | -with-* | --with-* | -without-* | --without-* | --x)
1898             case "$ac_configure_args0 " in
1899               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1900             esac
1901             ;;
1902           -* ) ac_must_keep_next=true ;;
1903         esac
1904       fi
1905       as_fn_append ac_configure_args " '$ac_arg'"
1906       ;;
1907     esac
1908   done
1909 done
1910 { ac_configure_args0=; unset ac_configure_args0;}
1911 { ac_configure_args1=; unset ac_configure_args1;}
1912
1913 # When interrupted or exit'd, cleanup temporary files, and complete
1914 # config.log.  We remove comments because anyway the quotes in there
1915 # would cause problems or look ugly.
1916 # WARNING: Use '\'' to represent an apostrophe within the trap.
1917 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1918 trap 'exit_status=$?
1919   # Save into config.log some information that might help in debugging.
1920   {
1921     echo
1922
1923     cat <<\_ASBOX
1924 ## ---------------- ##
1925 ## Cache variables. ##
1926 ## ---------------- ##
1927 _ASBOX
1928     echo
1929     # The following way of writing the cache mishandles newlines in values,
1930 (
1931   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1932     eval ac_val=\$$ac_var
1933     case $ac_val in #(
1934     *${as_nl}*)
1935       case $ac_var in #(
1936       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1937 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1938       esac
1939       case $ac_var in #(
1940       _ | IFS | as_nl) ;; #(
1941       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1942       *) { eval $ac_var=; unset $ac_var;} ;;
1943       esac ;;
1944     esac
1945   done
1946   (set) 2>&1 |
1947     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1948     *${as_nl}ac_space=\ *)
1949       sed -n \
1950         "s/'\''/'\''\\\\'\'''\''/g;
1951           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1952       ;; #(
1953     *)
1954       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1955       ;;
1956     esac |
1957     sort
1958 )
1959     echo
1960
1961     cat <<\_ASBOX
1962 ## ----------------- ##
1963 ## Output variables. ##
1964 ## ----------------- ##
1965 _ASBOX
1966     echo
1967     for ac_var in $ac_subst_vars
1968     do
1969       eval ac_val=\$$ac_var
1970       case $ac_val in
1971       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1972       esac
1973       $as_echo "$ac_var='\''$ac_val'\''"
1974     done | sort
1975     echo
1976
1977     if test -n "$ac_subst_files"; then
1978       cat <<\_ASBOX
1979 ## ------------------- ##
1980 ## File substitutions. ##
1981 ## ------------------- ##
1982 _ASBOX
1983       echo
1984       for ac_var in $ac_subst_files
1985       do
1986         eval ac_val=\$$ac_var
1987         case $ac_val in
1988         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1989         esac
1990         $as_echo "$ac_var='\''$ac_val'\''"
1991       done | sort
1992       echo
1993     fi
1994
1995     if test -s confdefs.h; then
1996       cat <<\_ASBOX
1997 ## ----------- ##
1998 ## confdefs.h. ##
1999 ## ----------- ##
2000 _ASBOX
2001       echo
2002       cat confdefs.h
2003       echo
2004     fi
2005     test "$ac_signal" != 0 &&
2006       $as_echo "$as_me: caught signal $ac_signal"
2007     $as_echo "$as_me: exit $exit_status"
2008   } >&5
2009   rm -f core *.core core.conftest.* &&
2010     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2011     exit $exit_status
2012 ' 0
2013 for ac_signal in 1 2 13 15; do
2014   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2015 done
2016 ac_signal=0
2017
2018 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2019 rm -f -r conftest* confdefs.h
2020
2021 $as_echo "/* confdefs.h */" > confdefs.h
2022
2023 # Predefined preprocessor variables.
2024
2025 cat >>confdefs.h <<_ACEOF
2026 #define PACKAGE_NAME "$PACKAGE_NAME"
2027 _ACEOF
2028
2029 cat >>confdefs.h <<_ACEOF
2030 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2031 _ACEOF
2032
2033 cat >>confdefs.h <<_ACEOF
2034 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2035 _ACEOF
2036
2037 cat >>confdefs.h <<_ACEOF
2038 #define PACKAGE_STRING "$PACKAGE_STRING"
2039 _ACEOF
2040
2041 cat >>confdefs.h <<_ACEOF
2042 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2043 _ACEOF
2044
2045 cat >>confdefs.h <<_ACEOF
2046 #define PACKAGE_URL "$PACKAGE_URL"
2047 _ACEOF
2048
2049
2050 # Let the site file select an alternate cache file if it wants to.
2051 # Prefer an explicitly selected file to automatically selected ones.
2052 ac_site_file1=NONE
2053 ac_site_file2=NONE
2054 if test -n "$CONFIG_SITE"; then
2055   ac_site_file1=$CONFIG_SITE
2056 elif test "x$prefix" != xNONE; then
2057   ac_site_file1=$prefix/share/config.site
2058   ac_site_file2=$prefix/etc/config.site
2059 else
2060   ac_site_file1=$ac_default_prefix/share/config.site
2061   ac_site_file2=$ac_default_prefix/etc/config.site
2062 fi
2063 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2064 do
2065   test "x$ac_site_file" = xNONE && continue
2066   if test -r "$ac_site_file"; then
2067     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2068 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2069     sed 's/^/| /' "$ac_site_file" >&5
2070     . "$ac_site_file"
2071   fi
2072 done
2073
2074 if test -r "$cache_file"; then
2075   # Some versions of bash will fail to source /dev/null (special
2076   # files actually), so we avoid doing that.
2077   if test -f "$cache_file"; then
2078     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2079 $as_echo "$as_me: loading cache $cache_file" >&6;}
2080     case $cache_file in
2081       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2082       *)                      . "./$cache_file";;
2083     esac
2084   fi
2085 else
2086   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2087 $as_echo "$as_me: creating cache $cache_file" >&6;}
2088   >$cache_file
2089 fi
2090
2091 # Check that the precious variables saved in the cache have kept the same
2092 # value.
2093 ac_cache_corrupted=false
2094 for ac_var in $ac_precious_vars; do
2095   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2096   eval ac_new_set=\$ac_env_${ac_var}_set
2097   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2098   eval ac_new_val=\$ac_env_${ac_var}_value
2099   case $ac_old_set,$ac_new_set in
2100     set,)
2101       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2102 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2103       ac_cache_corrupted=: ;;
2104     ,set)
2105       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2106 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2107       ac_cache_corrupted=: ;;
2108     ,);;
2109     *)
2110       if test "x$ac_old_val" != "x$ac_new_val"; then
2111         # differences in whitespace do not lead to failure.
2112         ac_old_val_w=`echo x $ac_old_val`
2113         ac_new_val_w=`echo x $ac_new_val`
2114         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2115           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2116 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2117           ac_cache_corrupted=:
2118         else
2119           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2120 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2121           eval $ac_var=\$ac_old_val
2122         fi
2123         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2124 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2125         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2126 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2127       fi;;
2128   esac
2129   # Pass precious variables to config.status.
2130   if test "$ac_new_set" = set; then
2131     case $ac_new_val in
2132     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2133     *) ac_arg=$ac_var=$ac_new_val ;;
2134     esac
2135     case " $ac_configure_args " in
2136       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2137       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2138     esac
2139   fi
2140 done
2141 if $ac_cache_corrupted; then
2142   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2143 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2144   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2145 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2146   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2147 fi
2148 ## -------------------- ##
2149 ## Main body of script. ##
2150 ## -------------------- ##
2151
2152 ac_ext=c
2153 ac_cpp='$CPP $CPPFLAGS'
2154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166 progname=$0
2167 # if PWD already has a value, it is probably wrong.
2168 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2169
2170 # Export original configure arguments for use by sub-configures.
2171 # Quote arguments with shell meta charatcers.
2172 TOPLEVEL_CONFIGURE_ARGUMENTS=
2173 set -- "$progname" "$@"
2174 for ac_arg
2175 do
2176   case "$ac_arg" in
2177   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2178     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2179     # if the argument is of the form -foo=baz, quote the baz part only
2180     ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2181   *) ;;
2182   esac
2183   # Add the quoted argument to the list.
2184   TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2185 done
2186 if test "$silent" = yes; then
2187   TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2188 fi
2189 # Remove the initial space we just introduced and, as these will be
2190 # expanded by make, quote '$'.
2191 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2192
2193
2194 # Find the build, host, and target systems.
2195 ac_aux_dir=
2196 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2197   for ac_t in install-sh install.sh shtool; do
2198     if test -f "$ac_dir/$ac_t"; then
2199       ac_aux_dir=$ac_dir
2200       ac_install_sh="$ac_aux_dir/$ac_t -c"
2201       break 2
2202     fi
2203   done
2204 done
2205 if test -z "$ac_aux_dir"; then
2206   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2207 fi
2208
2209 # These three variables are undocumented and unsupported,
2210 # and are intended to be withdrawn in a future Autoconf release.
2211 # They can cause serious problems if a builder's source tree is in a directory
2212 # whose full name contains unusual characters.
2213 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2214 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2215 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2216
2217
2218 # Make sure we can run config.sub.
2219 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2220   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2221
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2223 $as_echo_n "checking build system type... " >&6; }
2224 if test "${ac_cv_build+set}" = set; then :
2225   $as_echo_n "(cached) " >&6
2226 else
2227   ac_build_alias=$build_alias
2228 test "x$ac_build_alias" = x &&
2229   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2230 test "x$ac_build_alias" = x &&
2231   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2232 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2233   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2234
2235 fi
2236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2237 $as_echo "$ac_cv_build" >&6; }
2238 case $ac_cv_build in
2239 *-*-*) ;;
2240 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2241 esac
2242 build=$ac_cv_build
2243 ac_save_IFS=$IFS; IFS='-'
2244 set x $ac_cv_build
2245 shift
2246 build_cpu=$1
2247 build_vendor=$2
2248 shift; shift
2249 # Remember, the first character of IFS is used to create $*,
2250 # except with old shells:
2251 build_os=$*
2252 IFS=$ac_save_IFS
2253 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2254
2255
2256  case ${build_alias} in
2257   "") build_noncanonical=${build} ;;
2258   *) build_noncanonical=${build_alias} ;;
2259 esac
2260
2261
2262
2263  case ${host_alias} in
2264   "") host_noncanonical=${build_noncanonical} ;;
2265   *) host_noncanonical=${host_alias} ;;
2266 esac
2267
2268
2269
2270  case ${target_alias} in
2271   "") target_noncanonical=${host_noncanonical} ;;
2272   *) target_noncanonical=${target_alias} ;;
2273 esac
2274
2275
2276
2277
2278 test "$host_noncanonical" = "$target_noncanonical" &&
2279   test "$program_prefix$program_suffix$program_transform_name" = \
2280     NONENONEs,x,x, &&
2281   program_transform_name=s,y,y,
2282
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2284 $as_echo_n "checking host system type... " >&6; }
2285 if test "${ac_cv_host+set}" = set; then :
2286   $as_echo_n "(cached) " >&6
2287 else
2288   if test "x$host_alias" = x; then
2289   ac_cv_host=$ac_cv_build
2290 else
2291   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2292     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2293 fi
2294
2295 fi
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2297 $as_echo "$ac_cv_host" >&6; }
2298 case $ac_cv_host in
2299 *-*-*) ;;
2300 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2301 esac
2302 host=$ac_cv_host
2303 ac_save_IFS=$IFS; IFS='-'
2304 set x $ac_cv_host
2305 shift
2306 host_cpu=$1
2307 host_vendor=$2
2308 shift; shift
2309 # Remember, the first character of IFS is used to create $*,
2310 # except with old shells:
2311 host_os=$*
2312 IFS=$ac_save_IFS
2313 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2314
2315
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2317 $as_echo_n "checking target system type... " >&6; }
2318 if test "${ac_cv_target+set}" = set; then :
2319   $as_echo_n "(cached) " >&6
2320 else
2321   if test "x$target_alias" = x; then
2322   ac_cv_target=$ac_cv_host
2323 else
2324   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2325     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2326 fi
2327
2328 fi
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2330 $as_echo "$ac_cv_target" >&6; }
2331 case $ac_cv_target in
2332 *-*-*) ;;
2333 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2334 esac
2335 target=$ac_cv_target
2336 ac_save_IFS=$IFS; IFS='-'
2337 set x $ac_cv_target
2338 shift
2339 target_cpu=$1
2340 target_vendor=$2
2341 shift; shift
2342 # Remember, the first character of IFS is used to create $*,
2343 # except with old shells:
2344 target_os=$*
2345 IFS=$ac_save_IFS
2346 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2347
2348
2349 # The aliases save the names the user supplied, while $host etc.
2350 # will get canonicalized.
2351 test -n "$target_alias" &&
2352   test "$program_prefix$program_suffix$program_transform_name" = \
2353     NONENONEs,x,x, &&
2354   program_prefix=${target_alias}-
2355
2356 test "$program_prefix" != NONE &&
2357   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2358 # Use a double $ so make ignores it.
2359 test "$program_suffix" != NONE &&
2360   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2361 # Double any \ or $.
2362 # By default was `s,x,x', remove it if useless.
2363 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2364 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2365
2366
2367
2368 # Get 'install' or 'install-sh' and its variants.
2369 # Find a good install program.  We prefer a C program (faster),
2370 # so one script is as good as another.  But avoid the broken or
2371 # incompatible versions:
2372 # SysV /etc/install, /usr/sbin/install
2373 # SunOS /usr/etc/install
2374 # IRIX /sbin/install
2375 # AIX /bin/install
2376 # AmigaOS /C/install, which installs bootblocks on floppy discs
2377 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2378 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2379 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2380 # OS/2's system install, which has a completely different semantic
2381 # ./install, which can be erroneously created by make from ./install.sh.
2382 # Reject install programs that cannot install multiple files.
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2384 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2385 if test -z "$INSTALL"; then
2386 if test "${ac_cv_path_install+set}" = set; then :
2387   $as_echo_n "(cached) " >&6
2388 else
2389   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390 for as_dir in $PATH
2391 do
2392   IFS=$as_save_IFS
2393   test -z "$as_dir" && as_dir=.
2394     # Account for people who put trailing slashes in PATH elements.
2395 case $as_dir/ in #((
2396   ./ | .// | /[cC]/* | \
2397   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2398   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2399   /usr/ucb/* ) ;;
2400   *)
2401     # OSF1 and SCO ODT 3.0 have their own names for install.
2402     # Don't use installbsd from OSF since it installs stuff as root
2403     # by default.
2404     for ac_prog in ginstall scoinst install; do
2405       for ac_exec_ext in '' $ac_executable_extensions; do
2406         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2407           if test $ac_prog = install &&
2408             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2409             # AIX install.  It has an incompatible calling convention.
2410             :
2411           elif test $ac_prog = install &&
2412             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2413             # program-specific install script used by HP pwplus--don't use.
2414             :
2415           else
2416             rm -rf conftest.one conftest.two conftest.dir
2417             echo one > conftest.one
2418             echo two > conftest.two
2419             mkdir conftest.dir
2420             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2421               test -s conftest.one && test -s conftest.two &&
2422               test -s conftest.dir/conftest.one &&
2423               test -s conftest.dir/conftest.two
2424             then
2425               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2426               break 3
2427             fi
2428           fi
2429         fi
2430       done
2431     done
2432     ;;
2433 esac
2434
2435   done
2436 IFS=$as_save_IFS
2437
2438 rm -rf conftest.one conftest.two conftest.dir
2439
2440 fi
2441   if test "${ac_cv_path_install+set}" = set; then
2442     INSTALL=$ac_cv_path_install
2443   else
2444     # As a last resort, use the slow shell script.  Don't cache a
2445     # value for INSTALL within a source directory, because that will
2446     # break other packages using the cache if that directory is
2447     # removed, or if the value is a relative name.
2448     INSTALL=$ac_install_sh
2449   fi
2450 fi
2451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2452 $as_echo "$INSTALL" >&6; }
2453
2454 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2455 # It thinks the first close brace ends the variable substitution.
2456 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2457
2458 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2459
2460 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2461
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2463 $as_echo_n "checking whether ln works... " >&6; }
2464 if test "${acx_cv_prog_LN+set}" = set; then :
2465   $as_echo_n "(cached) " >&6
2466 else
2467   rm -f conftestdata_t
2468 echo >conftestdata_f
2469 if ln conftestdata_f conftestdata_t 2>/dev/null
2470 then
2471   acx_cv_prog_LN=ln
2472 else
2473   acx_cv_prog_LN=no
2474 fi
2475 rm -f conftestdata_f conftestdata_t
2476
2477 fi
2478 if test $acx_cv_prog_LN = no; then
2479   LN="cp"
2480   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2481 $as_echo "no, using $LN" >&6; }
2482 else
2483   LN="$acx_cv_prog_LN"
2484   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2485 $as_echo "yes" >&6; }
2486 fi
2487
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2489 $as_echo_n "checking whether ln -s works... " >&6; }
2490 LN_S=$as_ln_s
2491 if test "$LN_S" = "ln -s"; then
2492   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2493 $as_echo "yes" >&6; }
2494 else
2495   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2496 $as_echo "no, using $LN_S" >&6; }
2497 fi
2498
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2500 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2501 if test "${ac_cv_path_SED+set}" = set; then :
2502   $as_echo_n "(cached) " >&6
2503 else
2504             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2505      for ac_i in 1 2 3 4 5 6 7; do
2506        ac_script="$ac_script$as_nl$ac_script"
2507      done
2508      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2509      { ac_script=; unset ac_script;}
2510      if test -z "$SED"; then
2511   ac_path_SED_found=false
2512   # Loop through the user's path and test for each of PROGNAME-LIST
2513   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514 for as_dir in $PATH
2515 do
2516   IFS=$as_save_IFS
2517   test -z "$as_dir" && as_dir=.
2518     for ac_prog in sed gsed; do
2519     for ac_exec_ext in '' $ac_executable_extensions; do
2520       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2521       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2522 # Check for GNU ac_path_SED and select it if it is found.
2523   # Check for GNU $ac_path_SED
2524 case `"$ac_path_SED" --version 2>&1` in
2525 *GNU*)
2526   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2527 *)
2528   ac_count=0
2529   $as_echo_n 0123456789 >"conftest.in"
2530   while :
2531   do
2532     cat "conftest.in" "conftest.in" >"conftest.tmp"
2533     mv "conftest.tmp" "conftest.in"
2534     cp "conftest.in" "conftest.nl"
2535     $as_echo '' >> "conftest.nl"
2536     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2537     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2538     as_fn_arith $ac_count + 1 && ac_count=$as_val
2539     if test $ac_count -gt ${ac_path_SED_max-0}; then
2540       # Best one so far, save it but keep looking for a better one
2541       ac_cv_path_SED="$ac_path_SED"
2542       ac_path_SED_max=$ac_count
2543     fi
2544     # 10*(2^10) chars as input seems more than enough
2545     test $ac_count -gt 10 && break
2546   done
2547   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2548 esac
2549
2550       $ac_path_SED_found && break 3
2551     done
2552   done
2553   done
2554 IFS=$as_save_IFS
2555   if test -z "$ac_cv_path_SED"; then
2556     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2557   fi
2558 else
2559   ac_cv_path_SED=$SED
2560 fi
2561
2562 fi
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2564 $as_echo "$ac_cv_path_SED" >&6; }
2565  SED="$ac_cv_path_SED"
2566   rm -f conftest.sed
2567
2568 for ac_prog in gawk mawk nawk awk
2569 do
2570   # Extract the first word of "$ac_prog", so it can be a program name with args.
2571 set dummy $ac_prog; ac_word=$2
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2573 $as_echo_n "checking for $ac_word... " >&6; }
2574 if test "${ac_cv_prog_AWK+set}" = set; then :
2575   $as_echo_n "(cached) " >&6
2576 else
2577   if test -n "$AWK"; then
2578   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2579 else
2580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581 for as_dir in $PATH
2582 do
2583   IFS=$as_save_IFS
2584   test -z "$as_dir" && as_dir=.
2585     for ac_exec_ext in '' $ac_executable_extensions; do
2586   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2587     ac_cv_prog_AWK="$ac_prog"
2588     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2589     break 2
2590   fi
2591 done
2592   done
2593 IFS=$as_save_IFS
2594
2595 fi
2596 fi
2597 AWK=$ac_cv_prog_AWK
2598 if test -n "$AWK"; then
2599   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2600 $as_echo "$AWK" >&6; }
2601 else
2602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603 $as_echo "no" >&6; }
2604 fi
2605
2606
2607   test -n "$AWK" && break
2608 done
2609
2610
2611 ### we might need to use some other shell than /bin/sh for running subshells
2612 ### If we are on Windows, search for the shell.  This will permit people
2613 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2614 ### without also having to set CONFIG_SHELL.  This code will work when
2615 ### using bash, which sets OSTYPE.
2616 case "${OSTYPE}" in
2617 *win32*)
2618   if test x${CONFIG_SHELL} = x ; then
2619     if test ! -f /bin/sh ; then
2620       if test x${SHELL} != x && test -f ${SHELL} ; then
2621         CONFIG_SHELL=${SHELL}
2622         export CONFIG_SHELL
2623       else
2624         for prog in sh sh.exe bash bash.exe; do
2625           IFS="${IFS=   }"; save_ifs="$IFS"; IFS="${IFS}:"
2626           for dir in $PATH; do
2627             test -z "$dir" && dir=.
2628             if test -f $dir/$prog; then
2629               CONFIG_SHELL=$dir/$prog
2630               export CONFIG_SHELL
2631               break
2632             fi
2633           done
2634           IFS="$save_ifs"
2635           test -n "${CONFIG_SHELL}" && break
2636         done
2637       fi
2638     fi
2639   fi
2640   ;;
2641 esac
2642
2643 config_shell=${CONFIG_SHELL-/bin/sh}
2644
2645 moveifchange=${srcdir}/move-if-change
2646
2647 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2648
2649 # We pass INSTALL explicitly to sub-makes.  Make sure that it is not
2650 # a relative path.
2651 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2652   INSTALL="${srcpwd}/install-sh -c"
2653 fi
2654
2655 # Set srcdir to "." if that's what it is.
2656 # This is important for multilib support.
2657 pwd=`${PWDCMD-pwd}`
2658 if test "${pwd}" = "${srcpwd}" ; then
2659   srcdir=.
2660 fi
2661
2662 topsrcdir=$srcpwd
2663
2664 extra_host_args=
2665
2666 ### To add a new directory to the tree, first choose whether it is a target
2667 ### or a host dependent tool.  Then put it into the appropriate list
2668 ### (library or tools, host or target), doing a dependency sort.
2669
2670 # Subdirs will be configured in the order listed in build_configdirs,
2671 # configdirs, or target_configdirs; see the serialization section below.
2672
2673 # Dependency sorting is only needed when *configuration* must be done in
2674 # a particular order.  In all cases a dependency should be specified in
2675 # the Makefile, whether or not it's implicitly specified here.
2676
2677 # Double entries in build_configdirs, configdirs, or target_configdirs may
2678 # cause circular dependencies and break everything horribly.
2679
2680 # these library is used by various programs built for the build
2681 # environment
2682 #
2683 build_libs="build-libiberty"
2684
2685 # these tools are built for the build environment
2686 build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
2687
2688 # these libraries are used by various programs built for the host environment
2689 #
2690 host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
2691
2692 # these tools are built for the host environment
2693 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2694 # know that we are building the simulator.
2695 # binutils, gas and ld appear in that order because it makes sense to run
2696 # "make check" in that particular order.
2697 # If --enable-gold is used, "gold" may replace "ld".
2698 host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
2699
2700 # libgcj represents the runtime libraries only used by gcj.
2701 libgcj="target-libffi \
2702         target-zlib \
2703         target-qthreads \
2704         target-libjava"
2705
2706 # these libraries are built for the target environment, and are built after
2707 # the host libraries and the host tools (which may be a cross compiler)
2708 #
2709 target_libraries="target-libgcc \
2710                 target-libiberty \
2711                 target-libgloss \
2712                 target-newlib \
2713                 target-libgomp \
2714                 target-libstdc++-v3 \
2715                 target-libmudflap \
2716                 target-libssp \
2717                 target-libquadmath \
2718                 target-libgfortran \
2719                 target-boehm-gc \
2720                 ${libgcj} \
2721                 target-libobjc \
2722                 target-libada \
2723                 target-libgo"
2724
2725 # these tools are built using the target libraries, and are intended to
2726 # run only in the target environment
2727 #
2728 # note: any program that *uses* libraries that are in the "target_libraries"
2729 # list belongs in this list.  those programs are also very likely
2730 # candidates for the "native_only" list which follows
2731 #
2732 target_tools="target-examples target-groff target-gperf target-rda"
2733
2734 ################################################################################
2735
2736 ## All tools belong in one of the four categories, and are assigned above
2737 ## We assign ${configdirs} this way to remove all embedded newlines.  This
2738 ## is important because configure will choke if they ever get through.
2739 ## ${configdirs} is directories we build using the host tools.
2740 ## ${target_configdirs} is directories we build using the target tools.
2741 configdirs=`echo ${host_libs} ${host_tools}`
2742 target_configdirs=`echo ${target_libraries} ${target_tools}`
2743 build_configdirs=`echo ${build_libs} ${build_tools}`
2744
2745
2746
2747 ################################################################################
2748
2749 srcname="gnu development package"
2750
2751 # This gets set non-empty for some net releases of packages.
2752 appdirs=""
2753
2754 # Define is_cross_compiler to save on calls to 'test'.
2755 is_cross_compiler=
2756 if test x"${host}" = x"${target}" ; then
2757   is_cross_compiler=no
2758 else
2759   is_cross_compiler=yes
2760 fi
2761
2762 # Find the build and target subdir names.
2763
2764 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2765 # have matching libraries, they should use host libraries: Makefile.tpl
2766 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2767 # However, they still use the build modules, because the corresponding
2768 # host modules (e.g. bison) are only built for the host when bootstrap
2769 # finishes. So:
2770 # - build_subdir is where we find build modules, and never changes.
2771 # - build_libsubdir is where we find build libraries, and can be overridden.
2772
2773 # Prefix 'build-' so this never conflicts with target_subdir.
2774 build_subdir="build-${build_noncanonical}"
2775
2776 # Check whether --with-build-libsubdir was given.
2777 if test "${with_build_libsubdir+set}" = set; then :
2778   withval=$with_build_libsubdir; build_libsubdir="$withval"
2779 else
2780   build_libsubdir="$build_subdir"
2781 fi
2782
2783 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2784 if ( test $srcdir = . && test -d gcc ) \
2785    || test -d $srcdir/../host-${host_noncanonical}; then
2786   host_subdir="host-${host_noncanonical}"
2787 else
2788   host_subdir=.
2789 fi
2790 # No prefix.
2791 target_subdir=${target_noncanonical}
2792
2793 # Be sure to cover against remnants of an in-tree build.
2794 if test $srcdir != .  && test -d $srcdir/host-${host_noncanonical}; then
2795   as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2796 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2797 fi
2798
2799 # Skipdirs are removed silently.
2800 skipdirs=
2801 # Noconfigdirs are removed loudly.
2802 noconfigdirs=""
2803
2804 use_gnu_ld=
2805 # Make sure we don't let GNU ld be added if we didn't want it.
2806 if test x$with_gnu_ld = xno ; then
2807   use_gnu_ld=no
2808   noconfigdirs="$noconfigdirs ld gold"
2809 fi
2810
2811 use_gnu_as=
2812 # Make sure we don't let GNU as be added if we didn't want it.
2813 if test x$with_gnu_as = xno ; then
2814   use_gnu_as=no
2815   noconfigdirs="$noconfigdirs gas"
2816 fi
2817
2818 use_included_zlib=
2819 # Make sure we don't let ZLIB be added if we didn't want it.
2820 if test x$with_system_zlib = xyes ; then
2821   use_included_zlib=no
2822   noconfigdirs="$noconfigdirs zlib"
2823 fi
2824
2825 # some tools are so dependent upon X11 that if we're not building with X,
2826 # it's not even worth trying to configure, much less build, that tool.
2827
2828 case ${with_x} in
2829   yes | "") ;; # the default value for this tree is that X11 is available
2830   no)
2831     skipdirs="${skipdirs} tk itcl libgui"
2832     # We won't be able to build gdbtk without X.
2833     enable_gdbtk=no
2834     ;;
2835   *)  echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2836 esac
2837
2838 # Some tools are only suitable for building in a "native" situation.
2839 # Remove these if host!=target.
2840 native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
2841
2842 # Similarly, some are only suitable for cross toolchains.
2843 # Remove these if host=target.
2844 cross_only="target-libgloss target-newlib target-opcodes"
2845
2846 case $is_cross_compiler in
2847   no) skipdirs="${skipdirs} ${cross_only}" ;;
2848   yes) skipdirs="${skipdirs} ${native_only}" ;;
2849 esac
2850
2851 # If both --with-headers and --with-libs are specified, default to
2852 # --without-newlib.
2853 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2854    && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2855   if test x"${with_newlib}" = x ; then
2856     with_newlib=no
2857   fi
2858 fi
2859
2860 # Recognize --with-newlib/--without-newlib.
2861 case ${with_newlib} in
2862   no) skipdirs="${skipdirs} target-newlib" ;;
2863   yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2864 esac
2865
2866 # Handle --enable-gold, --enable-ld.
2867 # --disable-gold [--enable-ld]
2868 #     Build only ld.  Default option.
2869 # --enable-gold [--enable-ld]
2870 #     Build both gold and ld.  Install gold as "ld.gold", install ld
2871 #     as "ld.bfd" and "ld".
2872 # --enable-gold=default [--enable-ld]
2873 #     Build both gold and ld.  Install gold as "ld.gold" and "ld",
2874 #     install ld as "ld.bfd".
2875 # --enable-gold[=default] --disable-ld
2876 #     Build only gold, which is then installed as both "ld.gold" and "ld".
2877 # --enable-gold --enable-ld=default
2878 #     Build both gold (installed as "ld.gold") and ld (installed as "ld"
2879 #     and ld.bfd).
2880 #     In other words, ld is default
2881 # --enable-gold=default --enable-ld=default
2882 #     Error.
2883
2884 default_ld=
2885 # Check whether --enable-gold was given.
2886 if test "${enable_gold+set}" = set; then :
2887   enableval=$enable_gold; ENABLE_GOLD=$enableval
2888 else
2889   ENABLE_GOLD=no
2890 fi
2891
2892 case "${ENABLE_GOLD}" in
2893   yes|default)
2894     # Check for ELF target.
2895     is_elf=no
2896     case "${target}" in
2897       *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2898       | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2899       | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
2900         case "${target}" in
2901           *-*-linux*aout* | *-*-linux*oldld*)
2902             ;;
2903           *)
2904             is_elf=yes
2905             ;;
2906         esac
2907     esac
2908
2909     if test "$is_elf" = "yes"; then
2910       # Check for target supported by gold.
2911       case "${target}" in
2912         i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
2913           configdirs="$configdirs gold"
2914           if test x${ENABLE_GOLD} = xdefault; then
2915             default_ld=gold
2916           fi
2917           ENABLE_GOLD=yes
2918           ;;
2919       esac
2920     fi
2921     ;;
2922   no)
2923     ;;
2924   *)
2925     as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2926     ;;
2927 esac
2928
2929 # Check whether --enable-ld was given.
2930 if test "${enable_ld+set}" = set; then :
2931   enableval=$enable_ld; ENABLE_LD=$enableval
2932 else
2933   ENABLE_LD=yes
2934 fi
2935
2936
2937 case "${ENABLE_LD}" in
2938   default)
2939     if test x${default_ld} != x; then
2940       as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2941     fi
2942     ;;
2943   yes)
2944     ;;
2945   no)
2946     if test x${ENABLE_GOLD} != xyes; then
2947       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2948 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2949     fi
2950     configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2951     ;;
2952   *)
2953     as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2954     ;;
2955 esac
2956
2957 # Configure extra directories which are host specific
2958
2959 case "${host}" in
2960   *-cygwin*)
2961     configdirs="$configdirs libtermcap" ;;
2962 esac
2963
2964 # A target can indicate whether a language isn't supported for some reason.
2965 # Only spaces may be used in this macro; not newlines or tabs.
2966 unsupported_languages=
2967
2968 # Remove more programs from consideration, based on the host or
2969 # target this usually means that a port of the program doesn't
2970 # exist yet.
2971
2972 case "${host}" in
2973   hppa*64*-*-*)
2974     noconfigdirs="$noconfigdirs byacc"
2975     ;;
2976   i[3456789]86-*-vsta)
2977     noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2978     ;;
2979   i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
2980     noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2981     ;;
2982   x86_64-*-mingw*)
2983     noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2984     ;;
2985   i[3456789]86-*-mingw32*)
2986     # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2987     noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2988     ;;
2989   i[3456789]86-*-beos*)
2990     noconfigdirs="$noconfigdirs tk itcl libgui gdb"
2991     ;;
2992   *-*-cygwin*)
2993     noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
2994     ;;
2995   *-*-netbsd*)
2996     noconfigdirs="$noconfigdirs rcs"
2997     ;;
2998   ppc*-*-pe)
2999     noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
3000     ;;
3001   powerpc-*-beos*)
3002     noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
3003     ;;
3004 esac
3005
3006
3007 # Check whether --enable-libquadmath was given.
3008 if test "${enable_libquadmath+set}" = set; then :
3009   enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3010 else
3011   ENABLE_LIBQUADMATH=yes
3012 fi
3013
3014 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3015   noconfigdirs="$noconfigdirs target-libquadmath"
3016 fi
3017
3018
3019 # Check whether --enable-libquadmath-support was given.
3020 if test "${enable_libquadmath_support+set}" = set; then :
3021   enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3022 else
3023   ENABLE_LIBQUADMATH_SUPPORT=yes
3024 fi
3025
3026 enable_libquadmath_support=
3027 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3028   enable_libquadmath_support=no
3029 fi
3030
3031
3032 # Check whether --enable-libada was given.
3033 if test "${enable_libada+set}" = set; then :
3034   enableval=$enable_libada; ENABLE_LIBADA=$enableval
3035 else
3036   ENABLE_LIBADA=yes
3037 fi
3038
3039 if test "${ENABLE_LIBADA}" != "yes" ; then
3040   noconfigdirs="$noconfigdirs gnattools"
3041 fi
3042
3043 # Check whether --enable-libssp was given.
3044 if test "${enable_libssp+set}" = set; then :
3045   enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3046 else
3047   ENABLE_LIBSSP=yes
3048 fi
3049
3050
3051 # Save it here so that, even in case of --enable-libgcj, if the Java
3052 # front-end isn't enabled, we still get libgcj disabled.
3053 libgcj_saved=$libgcj
3054 case $enable_libgcj in
3055 yes)
3056   # If we reset it here, it won't get added to noconfigdirs in the
3057   # target-specific build rules, so it will be forcibly enabled
3058   # (unless the Java language itself isn't enabled).
3059   libgcj=
3060   ;;
3061 no)
3062   # Make sure we get it printed in the list of not supported target libs.
3063   # Don't disable libffi, though, other languages use it.
3064   noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3065   # Clear libgcj_saved so that even if java is enabled libffi won't be
3066   # built.
3067   libgcj_saved=
3068   ;;
3069 esac
3070
3071
3072 # Disable libmudflap on some systems.
3073 if test x$enable_libmudflap = x ; then
3074     case "${target}" in
3075     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3076         # Enable libmudflap by default in GNU and friends.
3077         ;;
3078     *-*-freebsd*)
3079         # Enable libmudflap by default in FreeBSD.
3080         ;;
3081     *)
3082         # Disable it by default everywhere else.
3083         noconfigdirs="$noconfigdirs target-libmudflap"
3084         ;;
3085     esac
3086 fi
3087
3088 # Disable libgomp on non POSIX hosted systems.
3089 if test x$enable_libgomp = x ; then
3090     # Enable libgomp by default on hosted POSIX systems.
3091     case "${target}" in
3092     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3093         ;;
3094     *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
3095         ;;
3096     *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
3097         ;;
3098     *-*-darwin* | *-*-aix*)
3099         ;;
3100     *)
3101         noconfigdirs="$noconfigdirs target-libgomp"
3102         ;;
3103     esac
3104 fi
3105
3106 # Default libgloss CPU subdirectory.
3107 libgloss_dir="$target_cpu"
3108
3109 case "${target}" in
3110   *-*-chorusos)
3111     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3112     ;;
3113   powerpc-*-darwin*)
3114     noconfigdirs="$noconfigdirs ld gas gdb gprof"
3115     noconfigdirs="$noconfigdirs sim target-rda"
3116     ;;
3117   i[3456789]86-*-darwin*)
3118     noconfigdirs="$noconfigdirs ld gprof"
3119     noconfigdirs="$noconfigdirs sim target-rda"
3120     ;;
3121   x86_64-*-darwin[912]*)
3122     noconfigdirs="$noconfigdirs ld gas gprof"
3123     noconfigdirs="$noconfigdirs sim target-rda"
3124     ;;
3125   *-*-darwin*)
3126     noconfigdirs="$noconfigdirs ld gas gdb gprof"
3127     noconfigdirs="$noconfigdirs sim target-rda"
3128     noconfigdirs="$noconfigdirs ${libgcj}"
3129     ;;
3130   *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
3131     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3132     ;;
3133   *-*-freebsd*)
3134     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3135     if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3136         && test -f /usr/local/include/gmp.h; then
3137       with_gmp=/usr/local
3138     fi
3139
3140     # Skip some stuff that's unsupported on some FreeBSD configurations.
3141     case "${target}" in
3142       i*86-*-*) ;;
3143       alpha*-*-*) ;;
3144       x86_64-*-*) ;;
3145       *)
3146         noconfigdirs="$noconfigdirs ${libgcj}"
3147         ;;
3148     esac
3149     ;;
3150   *-*-kaos*)
3151     # Remove unsupported stuff on all kaOS configurations.
3152     skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
3153     skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3154     skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3155     noconfigdirs="$noconfigdirs target-libgloss"
3156     ;;
3157   *-*-netbsd*)
3158     # Skip some stuff on all NetBSD configurations.
3159     noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3160
3161     # Skip some stuff that's unsupported on some NetBSD configurations.
3162     case "${target}" in
3163       i*86-*-netbsdelf*) ;;
3164       arm*-*-netbsdelf*) ;;
3165       *)
3166         noconfigdirs="$noconfigdirs ${libgcj}"
3167         ;;
3168     esac
3169     ;;
3170   *-*-netware*)
3171     noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
3172     ;;
3173   *-*-rtems*)
3174     skipdirs="${skipdirs} target-libiberty"
3175     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3176     ;;
3177     # The tpf target doesn't support gdb yet.
3178   *-*-tpf*)
3179     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
3180     ;;
3181   *-*-uclinux*)
3182     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
3183     ;;
3184   *-*-vxworks*)
3185     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
3186     ;;
3187   alpha*-dec-osf*)
3188     # ld works, but does not support shared libraries.
3189     # newlib is not 64 bit ready.  I'm not sure about fileutils.
3190     # gas doesn't generate exception information.
3191     noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3192     ;;
3193   alpha*-*-*vms*)
3194     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3195     ;;
3196   alpha*-*-linux*)
3197     # newlib is not 64 bit ready
3198     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3199     ;;
3200   alpha*-*-*)
3201     # newlib is not 64 bit ready
3202     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3203     ;;
3204   am33_2.0-*-linux*)
3205     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3206     ;;
3207   sh-*-linux*)
3208     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3209     ;;
3210   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3211     noconfigdirs="$noconfigdirs ${libgcj}"
3212     noconfigdirs="$noconfigdirs target-examples"
3213     noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
3214     noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3215     noconfigdirs="$noconfigdirs expect dejagnu"
3216     # the C++ libraries don't build on top of CE's C libraries
3217     noconfigdirs="$noconfigdirs target-libstdc++-v3"
3218     noconfigdirs="$noconfigdirs target-newlib"
3219     case "${host}" in
3220       *-*-cygwin*) ;; # keep gdb and readline
3221       *) noconfigdirs="$noconfigdirs gdb readline"
3222          ;;
3223     esac
3224     libgloss_dir=wince
3225     ;;
3226   arc-*-*)
3227     noconfigdirs="$noconfigdirs target-libgloss"
3228     ;;
3229   arm-*-coff | strongarm-*-coff | xscale-*-coff)
3230     noconfigdirs="$noconfigdirs ${libgcj}"
3231     libgloss_dir=arm
3232     ;;
3233   arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
3234     noconfigdirs="$noconfigdirs target-libffi target-qthreads"
3235     libgloss_dir=arm
3236     ;;
3237   arm*-*-linux-gnueabi)
3238     noconfigdirs="$noconfigdirs target-qthreads"
3239     case ${with_newlib} in
3240       no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3241     esac
3242     libgloss_dir=arm
3243     ;;
3244   arm*-*-symbianelf*)
3245     noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
3246     libgloss_dir=arm
3247     ;;
3248   arm-*-pe*)
3249     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3250     ;;
3251   thumb-*-coff)
3252     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3253     ;;
3254   thumb-*-elf)
3255     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3256     ;;
3257   thumb-*-pe)
3258     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3259     ;;
3260   arm-*-riscix*)
3261     noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3262     ;;
3263   avr-*-*)
3264     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
3265     ;;
3266   bfin-*-*)
3267     unsupported_languages="$unsupported_languages java"
3268     noconfigdirs="$noconfigdirs target-boehm-gc"
3269     if test x${is_cross_compiler} != xno ; then
3270       target_configdirs="${target_configdirs} target-bsp target-cygmon"
3271     fi
3272     ;;
3273   c4x-*-* | tic4x-*-*)
3274     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3275     ;;
3276   c54x*-*-* | tic54x-*-*)
3277     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
3278     ;;
3279   cr16-*-*)
3280     noconfigdirs="$noconfigdirs ${libgcj} gdb"
3281     ;;
3282   cris-*-* | crisv32-*-*)
3283     unsupported_languages="$unsupported_languages java"
3284     case "${target}" in
3285       *-*-aout)
3286         unsupported_languages="$unsupported_languages fortran"
3287         noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3288       *-*-elf) # See PR46792 regarding target-libffi.
3289         noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3290       *-*-linux*)
3291         noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
3292       *)
3293         unsupported_languages="$unsupported_languages fortran"
3294         noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
3295     esac
3296     libgloss_dir=cris
3297     ;;
3298   d10v-*-*)
3299     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3300     ;;
3301   d30v-*-*)
3302     noconfigdirs="$noconfigdirs ${libgcj} gdb"
3303     ;;
3304   ep9312-*-elf | ep9312-*-coff)
3305     libgloss_dir=arm
3306     ;;
3307   fr30-*-elf*)
3308     noconfigdirs="$noconfigdirs ${libgcj} gdb"
3309     ;;
3310   frv-*-*)
3311     noconfigdirs="$noconfigdirs ${libgcj}"
3312     ;;
3313   moxie-*-*)
3314     noconfigdirs="$noconfigdirs ${libgcj}"
3315     noconfigdirs="$noconfigdirs gprof"
3316     ;;
3317   h8300*-*-*)
3318     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3319     ;;
3320   h8500-*-*)
3321     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3322     ;;
3323   hppa1.1-*-osf* | hppa1.1-*-bsd* )
3324     ;;
3325   hppa*64*-*-linux* | parisc*64*-*-linux*)
3326     # In this case, it's because the hppa64-linux target is for
3327     # the kernel only at this point and has no libc, and thus no
3328     # headers, crt*.o, etc., all of which are needed by these.
3329     noconfigdirs="$noconfigdirs target-zlib"
3330     ;;
3331   hppa*-*-linux*)
3332     ;;
3333   hppa*-*-*elf* | \
3334   hppa*-*-lites* | \
3335   hppa*-*-openbsd* | \
3336   hppa*64*-*-*)
3337     noconfigdirs="$noconfigdirs ${libgcj}"
3338     ;;
3339   hppa*-hp-hpux11*)
3340     noconfigdirs="$noconfigdirs ld shellutils"
3341     ;;
3342   hppa*-*-pro*)
3343     libgloss_dir=pa
3344     ;;
3345   hppa*-*-*)
3346     # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3347     # build on HP-UX 10.20.
3348     noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
3349     ;;
3350   i960-*-*)
3351     noconfigdirs="$noconfigdirs ${libgcj} gdb"
3352     ;;
3353   ia64*-*-elf*)
3354     # No gdb support yet.
3355     noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
3356     ;;
3357   ia64*-**-hpux*)
3358     # No ld support yet.
3359     noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
3360     ;;
3361   ia64*-*-*vms*)
3362     # No gdb or ld support yet.
3363     noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3364     ;;
3365   i[3456789]86-*-coff | i[3456789]86-*-elf)
3366     noconfigdirs="$noconfigdirs ${libgcj}"
3367     libgloss_dir=i386
3368     ;;
3369   i[3456789]86-*-linux*)
3370     # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3371     # not build java stuff by default.
3372     case "${target}" in
3373       *-*-*libc1*)
3374         noconfigdirs="$noconfigdirs ${libgcj}";;
3375     esac
3376
3377     # This section makes it possible to build newlib natively on linux.
3378     # If we are using a cross compiler then don't configure newlib.
3379     if test x${is_cross_compiler} != xno ; then
3380       noconfigdirs="$noconfigdirs target-newlib"
3381     fi
3382     noconfigdirs="$noconfigdirs target-libgloss"
3383     # If we are not using a cross compiler, do configure newlib.
3384     # Note however, that newlib will only be configured in this situation
3385     # if the --with-newlib option has been given, because otherwise
3386     # 'target-newlib' will appear in skipdirs.
3387     ;;
3388   i[3456789]86-w64-mingw*)
3389     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3390     ;;
3391   i[3456789]86-*-mingw*)
3392     target_configdirs="$target_configdirs target-winsup"
3393     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3394     ;;
3395   x86_64-*-mingw*)
3396     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3397     ;;
3398   *-*-cygwin*)
3399     target_configdirs="$target_configdirs target-libtermcap target-winsup"
3400     noconfigdirs="$noconfigdirs target-gperf target-libgloss"
3401     # always build newlib if winsup directory is present.
3402     if test -d "$srcdir/winsup/cygwin"; then
3403       skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3404     elif test -d "$srcdir/newlib"; then
3405       echo "Warning: winsup/cygwin is missing so newlib can't be built."
3406     fi
3407     ;;
3408   i[3456789]86-*-interix* )
3409     ;;
3410   i[3456789]86-*-pe)
3411     noconfigdirs="$noconfigdirs target-libgloss"
3412     ;;
3413   i[3456789]86-*-sco3.2v5*)
3414     # The linker does not yet know about weak symbols in COFF,
3415     # and is not configured to handle mixed ELF and COFF.
3416     noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3417     ;;
3418   i[3456789]86-*-sco*)
3419     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3420     ;;
3421   i[3456789]86-*-solaris2*)
3422     noconfigdirs="$noconfigdirs target-libgloss"
3423     ;;
3424   i[3456789]86-*-sysv4*)
3425     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3426     ;;
3427   i[3456789]86-*-beos*)
3428     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3429     ;;
3430   i[3456789]86-*-rdos*)
3431     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3432     ;;
3433   m32r-*-*)
3434     noconfigdirs="$noconfigdirs ${libgcj}"
3435     ;;
3436   m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3437     noconfigdirs="$noconfigdirs target-libiberty"
3438     libgloss_dir=m68hc11
3439     ;;
3440   m68k-*-elf*)
3441     noconfigdirs="$noconfigdirs ${libgcj}"
3442     ;;
3443   m68k-*-coff*)
3444     noconfigdirs="$noconfigdirs ${libgcj}"
3445     ;;
3446   m68*-*-* | fido-*-*)
3447     libgloss_dir=m68k
3448     ;;
3449   mmix-*-*)
3450     noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
3451     unsupported_languages="$unsupported_languages fortran java"
3452     ;;
3453   mn10200-*-*)
3454     noconfigdirs="$noconfigdirs ${libgcj}"
3455     ;;
3456   mn10300-*-*)
3457     noconfigdirs="$noconfigdirs ${libgcj}"
3458     ;;
3459   mt-*-*)
3460     noconfigdirs="$noconfigdirs sim"
3461     ;;
3462   picochip-*-*)
3463     noconfigdirs="$noconfigdirs target-libiberty"
3464     ;;
3465   powerpc-*-aix*)
3466     # copied from rs6000-*-* entry
3467     noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3468     ;;
3469   powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
3470     target_configdirs="$target_configdirs target-winsup"
3471     noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
3472     # always build newlib.
3473     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3474     ;;
3475     # This is temporary until we can link against shared libraries
3476   powerpcle-*-solaris*)
3477     noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
3478     libgloss_dir=rs6000
3479     ;;
3480   powerpc-*-beos*)
3481     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3482     ;;
3483   powerpc-*-eabi)
3484     noconfigdirs="$noconfigdirs ${libgcj}"
3485     libgloss_dir=rs6000
3486     ;;
3487   powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3488     libgloss_dir=rs6000
3489     ;;
3490   rs6000-*-lynxos*)
3491     noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
3492     ;;
3493   rs6000-*-aix*)
3494     noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3495     ;;
3496   rs6000-*-*)
3497     noconfigdirs="$noconfigdirs gprof ${libgcj}"
3498     ;;
3499   m68k-apollo-*)
3500     noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
3501     ;;
3502   microblaze*)
3503     noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
3504     ;;
3505   mips*-sde-elf*)
3506     skipdirs="$skipdirs target-libiberty"
3507     noconfigdirs="$noconfigdirs ${libgcj}"
3508     if test x$with_newlib = xyes; then
3509       noconfigdirs="$noconfigdirs gprof"
3510     fi
3511     libgloss_dir=mips
3512     ;;
3513   mips*-*-irix5*)
3514     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3515     ;;
3516   mips*-*-irix6*)
3517     # Linking libjava exceeds command-line length limits on at least
3518     # IRIX 6.2, but not on IRIX 6.5.
3519     # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3520     # <oldham@codesourcery.com>
3521     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3522     ;;
3523   mips*-*-bsd*)
3524     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3525     ;;
3526   mips*-*-linux*)
3527     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3528     ;;
3529   mips*-*-*)
3530     noconfigdirs="$noconfigdirs gprof ${libgcj}"
3531     libgloss_dir=mips
3532     ;;
3533   romp-*-*)
3534     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
3535     ;;
3536   sh-*-* | sh64-*-*)
3537     case "${host}" in
3538       i[3456789]86-*-vsta) ;; # don't add gprof back in
3539       i[3456789]86-*-go32*) ;; # don't add gprof back in
3540       i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
3541       *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3542     esac
3543     case "${target}" in
3544       sh*-*-elf)
3545          noconfigdirs="$noconfigdirs ${libgcj}" ;;
3546       *)
3547          noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3548     esac
3549     ;;
3550   sparclet-*-aout* | sparc86x-*-*)
3551     libgloss_dir=sparc
3552     ;;
3553   sparc-*-elf*)
3554     noconfigdirs="$noconfigdirs ${libgcj}"
3555     ;;
3556   sparc64-*-elf*)
3557     noconfigdirs="$noconfigdirs ${libgcj}"
3558     libgloss_dir=sparc
3559     ;;
3560   sparclite-*-*)
3561     noconfigdirs="$noconfigdirs ${libgcj}"
3562     libgloss_dir=sparc
3563     ;;
3564   sparc-*-sunos4*)
3565     noconfigdirs="$noconfigdirs ${libgcj}"
3566     if test x${is_cross_compiler} != xno ; then
3567            noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3568     else
3569            use_gnu_ld=no
3570     fi
3571     ;;
3572   sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
3573     noconfigdirs="$noconfigdirs ${libgcj}"
3574     ;;
3575   sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3576     ;;
3577   tic6x-*-*)
3578     noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3579     ;;
3580   v810-*-*)
3581     noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
3582     ;;
3583   v850*-*-*)
3584     noconfigdirs="$noconfigdirs ${libgcj}"
3585     ;;
3586   vax-*-vms)
3587     noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
3588     ;;
3589   vax-*-*)
3590     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3591     ;;
3592   xtensa*-*-*)
3593     noconfigdirs="$noconfigdirs ${libgcj}"
3594     ;;
3595   ip2k-*-*)
3596     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3597     ;;
3598   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3599     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3600     ;;
3601   *-*-lynxos*)
3602     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3603     ;;
3604   *-*-*)
3605     noconfigdirs="$noconfigdirs ${libgcj}"
3606     ;;
3607 esac
3608
3609 # If we aren't building newlib, then don't build libgloss, since libgloss
3610 # depends upon some newlib header files.
3611 case "${noconfigdirs}" in
3612   *target-libgloss*) ;;
3613   *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3614 esac
3615
3616 # Work in distributions that contain no compiler tools, like Autoconf.
3617 tentative_cc=""
3618 host_makefile_frag=/dev/null
3619 if test -d ${srcdir}/config ; then
3620 case "${host}" in
3621   m68k-hp-hpux*)
3622     # Avoid "too much defining" errors from HPUX compiler.
3623     tentative_cc="cc -Wp,-H256000"
3624     # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
3625     # If it's HP/UX ar, this should be harmless.
3626     RANLIB="ar ts"
3627     ;;
3628   m68k-apollo-sysv*)
3629     tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
3630     ;;
3631   m68k-apollo-bsd*)
3632     #None of the Apollo compilers can compile gas or binutils.  The preprocessor
3633     # chokes on bfd, the compiler won't let you assign integers to enums, and
3634     # other problems.  Defining CC to gcc is a questionable way to say "don't use
3635     # the apollo compiler" (the preferred version of GCC could be called cc,
3636     # or whatever), but I'm not sure leaving CC as cc is any better...
3637     #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
3638     # Used to have BISON=yacc.
3639     tentative_cc=gcc
3640     ;;
3641   m88k-dg-dgux*)
3642     tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3643     ;;
3644   m88k-harris-cxux*)
3645     # Under CX/UX, we want to tell the compiler to use ANSI mode.
3646     tentative_cc="cc -Xa"
3647     host_makefile_frag="config/mh-cxux"
3648     ;;
3649   m88k-motorola-sysv*)
3650     ;;
3651   mips*-dec-ultrix*)
3652     tentative_cc="cc -Wf,-XNg1000"
3653     host_makefile_frag="config/mh-decstation"
3654     ;;
3655   mips*-nec-sysv4*)
3656     # The C compiler on NEC MIPS SVR4 needs bigger tables.
3657     tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
3658     host_makefile_frag="config/mh-necv4"
3659     ;;
3660   mips*-sgi-irix4*)
3661     # Tell compiler to use K&R C.  We can't compile under the SGI Ansi
3662     # environment.  Also bump switch table size so that cp-parse will
3663     # compile.  Bump string length limit so linker builds.
3664     tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
3665     ;;
3666   mips*-*-sysv4*)
3667     host_makefile_frag="config/mh-sysv4"
3668     ;;
3669   mips*-*-sysv*)
3670     # This is for a MIPS running RISC/os 4.52C.
3671
3672     # This is needed for GDB, but needs to be in the top-level make because
3673     # if a library is compiled with the bsd headers and gets linked with the
3674     # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
3675     # a different size).
3676     # ptrace(2) apparently has problems in the BSD environment.  No workaround is
3677     # known except to select the sysv environment.  Could we use /proc instead?
3678     # These "sysv environments" and "bsd environments" often end up being a pain.
3679     #
3680     # This is not part of CFLAGS because perhaps not all C compilers have this
3681     # option.
3682     tentative_cc="cc -systype sysv"
3683     ;;
3684   i370-ibm-opened*)
3685     tentative_cc="c89"
3686     ;;
3687   i[3456789]86-*-sysv5*)
3688     host_makefile_frag="config/mh-sysv5"
3689     ;;
3690   i[3456789]86-*-dgux*)
3691     tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3692     host_makefile_frag="config/mh-dgux386"
3693     ;;
3694   i[3456789]86-ncr-sysv4.3*)
3695     # The MetaWare compiler will generate a copyright message unless you
3696     # turn it off by adding the -Hnocopyr flag.
3697     tentative_cc="cc -Hnocopyr"
3698     ;;
3699   i[3456789]86-ncr-sysv4*)
3700     # for an NCR 3000 (i486/SVR4) system.
3701     # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
3702     # This compiler not only emits obnoxious copyright messages every time
3703     # you run it, but it chokes and dies on a whole bunch of GNU source
3704     # files.  Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
3705     tentative_cc="/usr/ccs/ATT/cc"
3706     host_makefile_frag="config/mh-ncr3000"
3707     ;;
3708   i[3456789]86-*-sco3.2v5*)
3709     ;;
3710   i[3456789]86-*-sco*)
3711     # The native C compiler botches some simple uses of const.  Unfortunately,
3712     # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
3713     tentative_cc="cc -Dconst="
3714     host_makefile_frag="config/mh-sco"
3715     ;;
3716   i[3456789]86-*-udk*)
3717     host_makefile_frag="config/mh-sysv5"
3718     ;;
3719   i[3456789]86-*-solaris2*)
3720     host_makefile_frag="config/mh-sysv4"
3721     ;;
3722   i[3456789]86-*-msdosdjgpp*)
3723     host_makefile_frag="config/mh-djgpp"
3724     ;;
3725   *-cygwin*)
3726
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3728 $as_echo_n "checking to see if cat works as expected... " >&6; }
3729 echo a >cygwin-cat-check
3730 if test `cat cygwin-cat-check` = a ; then
3731   rm cygwin-cat-check
3732   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3733 $as_echo "yes" >&6; }
3734 else
3735   rm cygwin-cat-check
3736   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3737 $as_echo "no" >&6; }
3738   as_fn_error "The cat command does not ignore carriage return characters.
3739   Please either mount the build directory in binary mode or run the following
3740   commands before running any configure script:
3741 set -o igncr
3742 export SHELLOPTS
3743   " "$LINENO" 5
3744 fi
3745
3746     host_makefile_frag="config/mh-cygwin"
3747     ;;
3748   *-mingw*)
3749     host_makefile_frag="config/mh-mingw"
3750     ;;
3751   *-interix*)
3752     host_makefile_frag="config/mh-interix"
3753     ;;
3754   vax-*-ultrix2*)
3755     # The old BSD pcc isn't up to compiling parts of gdb so use gcc
3756     tentative_cc=gcc
3757     ;;
3758   *-*-solaris2*)
3759     host_makefile_frag="config/mh-solaris"
3760     ;;
3761   m68k-sun-sunos*)
3762     # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
3763     # without overflowing the jump tables (-J says to use a 32 bit table)
3764     tentative_cc="cc -J"
3765     ;;
3766   hppa*-hp-hpux10*)
3767     tentative_cc="cc -Wp,-H256000"
3768     host_makefile_frag="config/mh-pa-hpux10"
3769     ;;
3770   hppa*-hp-hpux* | hppa*-*-hiux*)
3771     tentative_cc="cc -Wp,-H256000"
3772     host_makefile_frag="config/mh-pa"
3773     ;;
3774   hppa*-*)
3775     host_makefile_frag="config/mh-pa"
3776     ;;
3777   *-hp-hpux* | *-*-hiux*)
3778     tentative_cc="cc -Wp,-H256000"
3779     ;;
3780   rs6000-*-lynxos*)
3781     # /bin/cc is less than useful for our purposes.  Always use GCC
3782     tentative_cc="/usr/cygnus/progressive/bin/gcc"
3783     host_makefile_frag="config/mh-lynxrs6k"
3784     ;;
3785   *-*-darwin*)
3786     host_makefile_frag="config/mh-darwin"
3787     ;;
3788   powerpc-*-aix*)
3789     host_makefile_frag="config/mh-ppc-aix"
3790     ;;
3791   rs6000-*-aix*)
3792     host_makefile_frag="config/mh-ppc-aix"
3793     ;;
3794   *-*-lynxos*)
3795     # /bin/cc is less than useful for our purposes.  Always use GCC
3796     tentative_cc="/bin/gcc"
3797     ;;
3798   *-*-sysv4*)
3799     host_makefile_frag="config/mh-sysv4"
3800     ;;
3801   # This is placed last to prevent interfering with the cases above.
3802   i[3456789]86-*-*)
3803     # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3804     host_makefile_frag="config/mh-x86omitfp"
3805     ;;
3806 esac
3807 fi
3808
3809 # If we aren't going to be using gcc, see if we can extract a definition
3810 # of CC from the fragment.
3811 # Actually, use the 'pre-extracted' version above.
3812 if test -z "${CC}" && test "${build}" = "${host}" ; then
3813   IFS="${IFS=   }"; save_ifs="$IFS"; IFS="${IFS}:"
3814   found=
3815   for dir in $PATH; do
3816     test -z "$dir" && dir=.
3817     if test -f $dir/gcc; then
3818       found=yes
3819       break
3820     fi
3821   done
3822   IFS="$save_ifs"
3823   if test -z "${found}" && test -n "${tentative_cc}" ; then
3824     CC=$tentative_cc
3825   fi
3826 fi
3827
3828 if test "${build}" != "${host}" ; then
3829   AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3830   AS_FOR_BUILD=${AS_FOR_BUILD-as}
3831   CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3832   CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3833   GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3834   GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3835   GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3836   DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3837   LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3838   NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3839   RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3840   WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3841   WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3842 else
3843   AR_FOR_BUILD="\$(AR)"
3844   AS_FOR_BUILD="\$(AS)"
3845   CC_FOR_BUILD="\$(CC)"
3846   CXX_FOR_BUILD="\$(CXX)"
3847   GCJ_FOR_BUILD="\$(GCJ)"
3848   GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3849   GOC_FOR_BUILD="\$(GOC)"
3850   DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3851   LD_FOR_BUILD="\$(LD)"
3852   NM_FOR_BUILD="\$(NM)"
3853   RANLIB_FOR_BUILD="\$(RANLIB)"
3854   WINDRES_FOR_BUILD="\$(WINDRES)"
3855   WINDMC_FOR_BUILD="\$(WINDMC)"
3856 fi
3857
3858 ac_ext=c
3859 ac_cpp='$CPP $CPPFLAGS'
3860 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3861 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3862 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3863 if test -n "$ac_tool_prefix"; then
3864   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3865 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3867 $as_echo_n "checking for $ac_word... " >&6; }
3868 if test "${ac_cv_prog_CC+set}" = set; then :
3869   $as_echo_n "(cached) " >&6
3870 else
3871   if test -n "$CC"; then
3872   ac_cv_prog_CC="$CC" # Let the user override the test.
3873 else
3874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3875 for as_dir in $PATH
3876 do
3877   IFS=$as_save_IFS
3878   test -z "$as_dir" && as_dir=.
3879     for ac_exec_ext in '' $ac_executable_extensions; do
3880   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3881     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3882     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3883     break 2
3884   fi
3885 done
3886   done
3887 IFS=$as_save_IFS
3888
3889 fi
3890 fi
3891 CC=$ac_cv_prog_CC
3892 if test -n "$CC"; then
3893   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3894 $as_echo "$CC" >&6; }
3895 else
3896   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897 $as_echo "no" >&6; }
3898 fi
3899
3900
3901 fi
3902 if test -z "$ac_cv_prog_CC"; then
3903   ac_ct_CC=$CC
3904   # Extract the first word of "gcc", so it can be a program name with args.
3905 set dummy gcc; ac_word=$2
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3907 $as_echo_n "checking for $ac_word... " >&6; }
3908 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3909   $as_echo_n "(cached) " >&6
3910 else
3911   if test -n "$ac_ct_CC"; then
3912   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3913 else
3914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3915 for as_dir in $PATH
3916 do
3917   IFS=$as_save_IFS
3918   test -z "$as_dir" && as_dir=.
3919     for ac_exec_ext in '' $ac_executable_extensions; do
3920   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3921     ac_cv_prog_ac_ct_CC="gcc"
3922     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3923     break 2
3924   fi
3925 done
3926   done
3927 IFS=$as_save_IFS
3928
3929 fi
3930 fi
3931 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3932 if test -n "$ac_ct_CC"; then
3933   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3934 $as_echo "$ac_ct_CC" >&6; }
3935 else
3936   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3937 $as_echo "no" >&6; }
3938 fi
3939
3940   if test "x$ac_ct_CC" = x; then
3941     CC=""
3942   else
3943     case $cross_compiling:$ac_tool_warned in
3944 yes:)
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3947 ac_tool_warned=yes ;;
3948 esac
3949     CC=$ac_ct_CC
3950   fi
3951 else
3952   CC="$ac_cv_prog_CC"
3953 fi
3954
3955 if test -z "$CC"; then
3956           if test -n "$ac_tool_prefix"; then
3957     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3958 set dummy ${ac_tool_prefix}cc; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_CC+set}" = set; then :
3962   $as_echo_n "(cached) " >&6
3963 else
3964   if test -n "$CC"; then
3965   ac_cv_prog_CC="$CC" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3969 do
3970   IFS=$as_save_IFS
3971   test -z "$as_dir" && as_dir=.
3972     for ac_exec_ext in '' $ac_executable_extensions; do
3973   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974     ac_cv_prog_CC="${ac_tool_prefix}cc"
3975     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976     break 2
3977   fi
3978 done
3979   done
3980 IFS=$as_save_IFS
3981
3982 fi
3983 fi
3984 CC=$ac_cv_prog_CC
3985 if test -n "$CC"; then
3986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3987 $as_echo "$CC" >&6; }
3988 else
3989   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3991 fi
3992
3993
3994   fi
3995 fi
3996 if test -z "$CC"; then
3997   # Extract the first word of "cc", so it can be a program name with args.
3998 set dummy cc; ac_word=$2
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4000 $as_echo_n "checking for $ac_word... " >&6; }
4001 if test "${ac_cv_prog_CC+set}" = set; then :
4002   $as_echo_n "(cached) " >&6
4003 else
4004   if test -n "$CC"; then
4005   ac_cv_prog_CC="$CC" # Let the user override the test.
4006 else
4007   ac_prog_rejected=no
4008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4009 for as_dir in $PATH
4010 do
4011   IFS=$as_save_IFS
4012   test -z "$as_dir" && as_dir=.
4013     for ac_exec_ext in '' $ac_executable_extensions; do
4014   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4015     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4016        ac_prog_rejected=yes
4017        continue
4018      fi
4019     ac_cv_prog_CC="cc"
4020     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4021     break 2
4022   fi
4023 done
4024   done
4025 IFS=$as_save_IFS
4026
4027 if test $ac_prog_rejected = yes; then
4028   # We found a bogon in the path, so make sure we never use it.
4029   set dummy $ac_cv_prog_CC
4030   shift
4031   if test $# != 0; then
4032     # We chose a different compiler from the bogus one.
4033     # However, it has the same basename, so the bogon will be chosen
4034     # first if we set CC to just the basename; use the full file name.
4035     shift
4036     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4037   fi
4038 fi
4039 fi
4040 fi
4041 CC=$ac_cv_prog_CC
4042 if test -n "$CC"; then
4043   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4044 $as_echo "$CC" >&6; }
4045 else
4046   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4047 $as_echo "no" >&6; }
4048 fi
4049
4050
4051 fi
4052 if test -z "$CC"; then
4053   if test -n "$ac_tool_prefix"; then
4054   for ac_prog in cl.exe
4055   do
4056     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4057 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4059 $as_echo_n "checking for $ac_word... " >&6; }
4060 if test "${ac_cv_prog_CC+set}" = set; then :
4061   $as_echo_n "(cached) " >&6
4062 else
4063   if test -n "$CC"; then
4064   ac_cv_prog_CC="$CC" # Let the user override the test.
4065 else
4066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4067 for as_dir in $PATH
4068 do
4069   IFS=$as_save_IFS
4070   test -z "$as_dir" && as_dir=.
4071     for ac_exec_ext in '' $ac_executable_extensions; do
4072   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4073     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4074     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4075     break 2
4076   fi
4077 done
4078   done
4079 IFS=$as_save_IFS
4080
4081 fi
4082 fi
4083 CC=$ac_cv_prog_CC
4084 if test -n "$CC"; then
4085   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4086 $as_echo "$CC" >&6; }
4087 else
4088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4089 $as_echo "no" >&6; }
4090 fi
4091
4092
4093     test -n "$CC" && break
4094   done
4095 fi
4096 if test -z "$CC"; then
4097   ac_ct_CC=$CC
4098   for ac_prog in cl.exe
4099 do
4100   # Extract the first word of "$ac_prog", so it can be a program name with args.
4101 set dummy $ac_prog; ac_word=$2
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4103 $as_echo_n "checking for $ac_word... " >&6; }
4104 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4105   $as_echo_n "(cached) " >&6
4106 else
4107   if test -n "$ac_ct_CC"; then
4108   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4109 else
4110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4111 for as_dir in $PATH
4112 do
4113   IFS=$as_save_IFS
4114   test -z "$as_dir" && as_dir=.
4115     for ac_exec_ext in '' $ac_executable_extensions; do
4116   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4117     ac_cv_prog_ac_ct_CC="$ac_prog"
4118     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4119     break 2
4120   fi
4121 done
4122   done
4123 IFS=$as_save_IFS
4124
4125 fi
4126 fi
4127 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4128 if test -n "$ac_ct_CC"; then
4129   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4130 $as_echo "$ac_ct_CC" >&6; }
4131 else
4132   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4133 $as_echo "no" >&6; }
4134 fi
4135
4136
4137   test -n "$ac_ct_CC" && break
4138 done
4139
4140   if test "x$ac_ct_CC" = x; then
4141     CC=""
4142   else
4143     case $cross_compiling:$ac_tool_warned in
4144 yes:)
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4146 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4147 ac_tool_warned=yes ;;
4148 esac
4149     CC=$ac_ct_CC
4150   fi
4151 fi
4152
4153 fi
4154
4155
4156 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4157 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4158 as_fn_error "no acceptable C compiler found in \$PATH
4159 See \`config.log' for more details." "$LINENO" 5; }
4160
4161 # Provide some information about the compiler.
4162 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4163 set X $ac_compile
4164 ac_compiler=$2
4165 for ac_option in --version -v -V -qversion; do
4166   { { ac_try="$ac_compiler $ac_option >&5"
4167 case "(($ac_try" in
4168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4169   *) ac_try_echo=$ac_try;;
4170 esac
4171 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4172 $as_echo "$ac_try_echo"; } >&5
4173   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4174   ac_status=$?
4175   if test -s conftest.err; then
4176     sed '10a\
4177 ... rest of stderr output deleted ...
4178          10q' conftest.err >conftest.er1
4179     cat conftest.er1 >&5
4180     rm -f conftest.er1 conftest.err
4181   fi
4182   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4183   test $ac_status = 0; }
4184 done
4185
4186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4187 /* end confdefs.h.  */
4188
4189 int
4190 main ()
4191 {
4192
4193   ;
4194   return 0;
4195 }
4196 _ACEOF
4197 ac_clean_files_save=$ac_clean_files
4198 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4199 # Try to create an executable without -o first, disregard a.out.
4200 # It will help us diagnose broken compilers, and finding out an intuition
4201 # of exeext.
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4203 $as_echo_n "checking for C compiler default output file name... " >&6; }
4204 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4205
4206 # The possible output files:
4207 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4208
4209 ac_rmfiles=
4210 for ac_file in $ac_files
4211 do
4212   case $ac_file in
4213     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4214     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4215   esac
4216 done
4217 rm -f $ac_rmfiles
4218
4219 if { { ac_try="$ac_link_default"
4220 case "(($ac_try" in
4221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4222   *) ac_try_echo=$ac_try;;
4223 esac
4224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4225 $as_echo "$ac_try_echo"; } >&5
4226   (eval "$ac_link_default") 2>&5
4227   ac_status=$?
4228   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4229   test $ac_status = 0; }; then :
4230   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4231 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4232 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
4233 # so that the user can short-circuit this test for compilers unknown to
4234 # Autoconf.
4235 for ac_file in $ac_files ''
4236 do
4237   test -f "$ac_file" || continue
4238   case $ac_file in
4239     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4240         ;;
4241     [ab].out )
4242         # We found the default executable, but exeext='' is most
4243         # certainly right.
4244         break;;
4245     *.* )
4246         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4247         then :; else
4248            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4249         fi
4250         # We set ac_cv_exeext here because the later test for it is not
4251         # safe: cross compilers may not add the suffix if given an `-o'
4252         # argument, so we may need to know it at that point already.
4253         # Even if this section looks crufty: it has the advantage of
4254         # actually working.
4255         break;;
4256     * )
4257         break;;
4258   esac
4259 done
4260 test "$ac_cv_exeext" = no && ac_cv_exeext=
4261
4262 else
4263   ac_file=''
4264 fi
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4266 $as_echo "$ac_file" >&6; }
4267 if test -z "$ac_file"; then :
4268   $as_echo "$as_me: failed program was:" >&5
4269 sed 's/^/| /' conftest.$ac_ext >&5
4270
4271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4273 { as_fn_set_status 77
4274 as_fn_error "C compiler cannot create executables
4275 See \`config.log' for more details." "$LINENO" 5; }; }
4276 fi
4277 ac_exeext=$ac_cv_exeext
4278
4279 # Check that the compiler produces executables we can run.  If not, either
4280 # the compiler is broken, or we cross compile.
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4282 $as_echo_n "checking whether the C compiler works... " >&6; }
4283 # If not cross compiling, check that we can run a simple program.
4284 if test "$cross_compiling" != yes; then
4285   if { ac_try='./$ac_file'
4286   { { case "(($ac_try" in
4287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4288   *) ac_try_echo=$ac_try;;
4289 esac
4290 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4291 $as_echo "$ac_try_echo"; } >&5
4292   (eval "$ac_try") 2>&5
4293   ac_status=$?
4294   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4295   test $ac_status = 0; }; }; then
4296     cross_compiling=no
4297   else
4298     if test "$cross_compiling" = maybe; then
4299         cross_compiling=yes
4300     else
4301         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4303 as_fn_error "cannot run C compiled programs.
4304 If you meant to cross compile, use \`--host'.
4305 See \`config.log' for more details." "$LINENO" 5; }
4306     fi
4307   fi
4308 fi
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4310 $as_echo "yes" >&6; }
4311
4312 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4313 ac_clean_files=$ac_clean_files_save
4314 # Check that the compiler produces executables we can run.  If not, either
4315 # the compiler is broken, or we cross compile.
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4317 $as_echo_n "checking whether we are cross compiling... " >&6; }
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4319 $as_echo "$cross_compiling" >&6; }
4320
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4322 $as_echo_n "checking for suffix of executables... " >&6; }
4323 if { { ac_try="$ac_link"
4324 case "(($ac_try" in
4325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4326   *) ac_try_echo=$ac_try;;
4327 esac
4328 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4329 $as_echo "$ac_try_echo"; } >&5
4330   (eval "$ac_link") 2>&5
4331   ac_status=$?
4332   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4333   test $ac_status = 0; }; then :
4334   # If both `conftest.exe' and `conftest' are `present' (well, observable)
4335 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4336 # work properly (i.e., refer to `conftest.exe'), while it won't with
4337 # `rm'.
4338 for ac_file in conftest.exe conftest conftest.*; do
4339   test -f "$ac_file" || continue
4340   case $ac_file in
4341     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4342     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4343           break;;
4344     * ) break;;
4345   esac
4346 done
4347 else
4348   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4349 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4350 as_fn_error "cannot compute suffix of executables: cannot compile and link
4351 See \`config.log' for more details." "$LINENO" 5; }
4352 fi
4353 rm -f conftest$ac_cv_exeext
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4355 $as_echo "$ac_cv_exeext" >&6; }
4356
4357 rm -f conftest.$ac_ext
4358 EXEEXT=$ac_cv_exeext
4359 ac_exeext=$EXEEXT
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4361 $as_echo_n "checking for suffix of object files... " >&6; }
4362 if test "${ac_cv_objext+set}" = set; then :
4363   $as_echo_n "(cached) " >&6
4364 else
4365   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4366 /* end confdefs.h.  */
4367
4368 int
4369 main ()
4370 {
4371
4372   ;
4373   return 0;
4374 }
4375 _ACEOF
4376 rm -f conftest.o conftest.obj
4377 if { { ac_try="$ac_compile"
4378 case "(($ac_try" in
4379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4380   *) ac_try_echo=$ac_try;;
4381 esac
4382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4383 $as_echo "$ac_try_echo"; } >&5
4384   (eval "$ac_compile") 2>&5
4385   ac_status=$?
4386   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4387   test $ac_status = 0; }; then :
4388   for ac_file in conftest.o conftest.obj conftest.*; do
4389   test -f "$ac_file" || continue;
4390   case $ac_file in
4391     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4392     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4393        break;;
4394   esac
4395 done
4396 else
4397   $as_echo "$as_me: failed program was:" >&5
4398 sed 's/^/| /' conftest.$ac_ext >&5
4399
4400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4402 as_fn_error "cannot compute suffix of object files: cannot compile
4403 See \`config.log' for more details." "$LINENO" 5; }
4404 fi
4405 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4406 fi
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4408 $as_echo "$ac_cv_objext" >&6; }
4409 OBJEXT=$ac_cv_objext
4410 ac_objext=$OBJEXT
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4412 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4413 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4414   $as_echo_n "(cached) " >&6
4415 else
4416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4417 /* end confdefs.h.  */
4418
4419 int
4420 main ()
4421 {
4422 #ifndef __GNUC__
4423        choke me
4424 #endif
4425
4426   ;
4427   return 0;
4428 }
4429 _ACEOF
4430 if ac_fn_c_try_compile "$LINENO"; then :
4431   ac_compiler_gnu=yes
4432 else
4433   ac_compiler_gnu=no
4434 fi
4435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4436 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4437
4438 fi
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4440 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4441 if test $ac_compiler_gnu = yes; then
4442   GCC=yes
4443 else
4444   GCC=
4445 fi
4446 ac_test_CFLAGS=${CFLAGS+set}
4447 ac_save_CFLAGS=$CFLAGS
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4449 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4450 if test "${ac_cv_prog_cc_g+set}" = set; then :
4451   $as_echo_n "(cached) " >&6
4452 else
4453   ac_save_c_werror_flag=$ac_c_werror_flag
4454    ac_c_werror_flag=yes
4455    ac_cv_prog_cc_g=no
4456    CFLAGS="-g"
4457    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4458 /* end confdefs.h.  */
4459
4460 int
4461 main ()
4462 {
4463
4464   ;
4465   return 0;
4466 }
4467 _ACEOF
4468 if ac_fn_c_try_compile "$LINENO"; then :
4469   ac_cv_prog_cc_g=yes
4470 else
4471   CFLAGS=""
4472       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4473 /* end confdefs.h.  */
4474
4475 int
4476 main ()
4477 {
4478
4479   ;
4480   return 0;
4481 }
4482 _ACEOF
4483 if ac_fn_c_try_compile "$LINENO"; then :
4484
4485 else
4486   ac_c_werror_flag=$ac_save_c_werror_flag
4487          CFLAGS="-g"
4488          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489 /* end confdefs.h.  */
4490
4491 int
4492 main ()
4493 {
4494
4495   ;
4496   return 0;
4497 }
4498 _ACEOF
4499 if ac_fn_c_try_compile "$LINENO"; then :
4500   ac_cv_prog_cc_g=yes
4501 fi
4502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4503 fi
4504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4505 fi
4506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4507    ac_c_werror_flag=$ac_save_c_werror_flag
4508 fi
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4510 $as_echo "$ac_cv_prog_cc_g" >&6; }
4511 if test "$ac_test_CFLAGS" = set; then
4512   CFLAGS=$ac_save_CFLAGS
4513 elif test $ac_cv_prog_cc_g = yes; then
4514   if test "$GCC" = yes; then
4515     CFLAGS="-g -O2"
4516   else
4517     CFLAGS="-g"
4518   fi
4519 else
4520   if test "$GCC" = yes; then
4521     CFLAGS="-O2"
4522   else
4523     CFLAGS=
4524   fi
4525 fi
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4527 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4528 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4529   $as_echo_n "(cached) " >&6
4530 else
4531   ac_cv_prog_cc_c89=no
4532 ac_save_CC=$CC
4533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4534 /* end confdefs.h.  */
4535 #include <stdarg.h>
4536 #include <stdio.h>
4537 #include <sys/types.h>
4538 #include <sys/stat.h>
4539 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4540 struct buf { int x; };
4541 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4542 static char *e (p, i)
4543      char **p;
4544      int i;
4545 {
4546   return p[i];
4547 }
4548 static char *f (char * (*g) (char **, int), char **p, ...)
4549 {
4550   char *s;
4551   va_list v;
4552   va_start (v,p);
4553   s = g (p, va_arg (v,int));
4554   va_end (v);
4555   return s;
4556 }
4557
4558 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4559    function prototypes and stuff, but not '\xHH' hex character constants.
4560    These don't provoke an error unfortunately, instead are silently treated
4561    as 'x'.  The following induces an error, until -std is added to get
4562    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4563    array size at least.  It's necessary to write '\x00'==0 to get something
4564    that's true only with -std.  */
4565 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4566
4567 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4568    inside strings and character constants.  */
4569 #define FOO(x) 'x'
4570 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4571
4572 int test (int i, double x);
4573 struct s1 {int (*f) (int a);};
4574 struct s2 {int (*f) (double a);};
4575 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4576 int argc;
4577 char **argv;
4578 int
4579 main ()
4580 {
4581 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4582   ;
4583   return 0;
4584 }
4585 _ACEOF
4586 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4587         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4588 do
4589   CC="$ac_save_CC $ac_arg"
4590   if ac_fn_c_try_compile "$LINENO"; then :
4591   ac_cv_prog_cc_c89=$ac_arg
4592 fi
4593 rm -f core conftest.err conftest.$ac_objext
4594   test "x$ac_cv_prog_cc_c89" != "xno" && break
4595 done
4596 rm -f conftest.$ac_ext
4597 CC=$ac_save_CC
4598
4599 fi
4600 # AC_CACHE_VAL
4601 case "x$ac_cv_prog_cc_c89" in
4602   x)
4603     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4604 $as_echo "none needed" >&6; } ;;
4605   xno)
4606     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4607 $as_echo "unsupported" >&6; } ;;
4608   *)
4609     CC="$CC $ac_cv_prog_cc_c89"
4610     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4611 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4612 esac
4613 if test "x$ac_cv_prog_cc_c89" != xno; then :
4614
4615 fi
4616
4617 ac_ext=c
4618 ac_cpp='$CPP $CPPFLAGS'
4619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4622
4623 ac_ext=cpp
4624 ac_cpp='$CXXCPP $CPPFLAGS'
4625 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4626 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4627 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4628 if test -z "$CXX"; then
4629   if test -n "$CCC"; then
4630     CXX=$CCC
4631   else
4632     if test -n "$ac_tool_prefix"; then
4633   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4634   do
4635     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4636 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4638 $as_echo_n "checking for $ac_word... " >&6; }
4639 if test "${ac_cv_prog_CXX+set}" = set; then :
4640   $as_echo_n "(cached) " >&6
4641 else
4642   if test -n "$CXX"; then
4643   ac_cv_prog_CXX="$CXX" # Let the user override the test.
4644 else
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646 for as_dir in $PATH
4647 do
4648   IFS=$as_save_IFS
4649   test -z "$as_dir" && as_dir=.
4650     for ac_exec_ext in '' $ac_executable_extensions; do
4651   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4652     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4653     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4654     break 2
4655   fi
4656 done
4657   done
4658 IFS=$as_save_IFS
4659
4660 fi
4661 fi
4662 CXX=$ac_cv_prog_CXX
4663 if test -n "$CXX"; then
4664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4665 $as_echo "$CXX" >&6; }
4666 else
4667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4668 $as_echo "no" >&6; }
4669 fi
4670
4671
4672     test -n "$CXX" && break
4673   done
4674 fi
4675 if test -z "$CXX"; then
4676   ac_ct_CXX=$CXX
4677   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4678 do
4679   # Extract the first word of "$ac_prog", so it can be a program name with args.
4680 set dummy $ac_prog; ac_word=$2
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4682 $as_echo_n "checking for $ac_word... " >&6; }
4683 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4684   $as_echo_n "(cached) " >&6
4685 else
4686   if test -n "$ac_ct_CXX"; then
4687   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4688 else
4689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4690 for as_dir in $PATH
4691 do
4692   IFS=$as_save_IFS
4693   test -z "$as_dir" && as_dir=.
4694     for ac_exec_ext in '' $ac_executable_extensions; do
4695   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4696     ac_cv_prog_ac_ct_CXX="$ac_prog"
4697     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4698     break 2
4699   fi
4700 done
4701   done
4702 IFS=$as_save_IFS
4703
4704 fi
4705 fi
4706 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4707 if test -n "$ac_ct_CXX"; then
4708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4709 $as_echo "$ac_ct_CXX" >&6; }
4710 else
4711   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4712 $as_echo "no" >&6; }
4713 fi
4714
4715
4716   test -n "$ac_ct_CXX" && break
4717 done
4718
4719   if test "x$ac_ct_CXX" = x; then
4720     CXX="g++"
4721   else
4722     case $cross_compiling:$ac_tool_warned in
4723 yes:)
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4726 ac_tool_warned=yes ;;
4727 esac
4728     CXX=$ac_ct_CXX
4729   fi
4730 fi
4731
4732   fi
4733 fi
4734 # Provide some information about the compiler.
4735 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4736 set X $ac_compile
4737 ac_compiler=$2
4738 for ac_option in --version -v -V -qversion; do
4739   { { ac_try="$ac_compiler $ac_option >&5"
4740 case "(($ac_try" in
4741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4742   *) ac_try_echo=$ac_try;;
4743 esac
4744 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4745 $as_echo "$ac_try_echo"; } >&5
4746   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4747   ac_status=$?
4748   if test -s conftest.err; then
4749     sed '10a\
4750 ... rest of stderr output deleted ...
4751          10q' conftest.err >conftest.er1
4752     cat conftest.er1 >&5
4753     rm -f conftest.er1 conftest.err
4754   fi
4755   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4756   test $ac_status = 0; }
4757 done
4758
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4760 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4761 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4762   $as_echo_n "(cached) " >&6
4763 else
4764   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4765 /* end confdefs.h.  */
4766
4767 int
4768 main ()
4769 {
4770 #ifndef __GNUC__
4771        choke me
4772 #endif
4773
4774   ;
4775   return 0;
4776 }
4777 _ACEOF
4778 if ac_fn_cxx_try_compile "$LINENO"; then :
4779   ac_compiler_gnu=yes
4780 else
4781   ac_compiler_gnu=no
4782 fi
4783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4784 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4785
4786 fi
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4788 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4789 if test $ac_compiler_gnu = yes; then
4790   GXX=yes
4791 else
4792   GXX=
4793 fi
4794 ac_test_CXXFLAGS=${CXXFLAGS+set}
4795 ac_save_CXXFLAGS=$CXXFLAGS
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4797 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4798 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4799   $as_echo_n "(cached) " >&6
4800 else
4801   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4802    ac_cxx_werror_flag=yes
4803    ac_cv_prog_cxx_g=no
4804    CXXFLAGS="-g"
4805    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4806 /* end confdefs.h.  */
4807
4808 int
4809 main ()
4810 {
4811
4812   ;
4813   return 0;
4814 }
4815 _ACEOF
4816 if ac_fn_cxx_try_compile "$LINENO"; then :
4817   ac_cv_prog_cxx_g=yes
4818 else
4819   CXXFLAGS=""
4820       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4821 /* end confdefs.h.  */
4822
4823 int
4824 main ()
4825 {
4826
4827   ;
4828   return 0;
4829 }
4830 _ACEOF
4831 if ac_fn_cxx_try_compile "$LINENO"; then :
4832
4833 else
4834   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4835          CXXFLAGS="-g"
4836          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4837 /* end confdefs.h.  */
4838
4839 int
4840 main ()
4841 {
4842
4843   ;
4844   return 0;
4845 }
4846 _ACEOF
4847 if ac_fn_cxx_try_compile "$LINENO"; then :
4848   ac_cv_prog_cxx_g=yes
4849 fi
4850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4851 fi
4852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4853 fi
4854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4855    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4856 fi
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4858 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4859 if test "$ac_test_CXXFLAGS" = set; then
4860   CXXFLAGS=$ac_save_CXXFLAGS
4861 elif test $ac_cv_prog_cxx_g = yes; then
4862   if test "$GXX" = yes; then
4863     CXXFLAGS="-g -O2"
4864   else
4865     CXXFLAGS="-g"
4866   fi
4867 else
4868   if test "$GXX" = yes; then
4869     CXXFLAGS="-O2"
4870   else
4871     CXXFLAGS=
4872   fi
4873 fi
4874 ac_ext=c
4875 ac_cpp='$CPP $CPPFLAGS'
4876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4879
4880
4881 # We must set the default linker to the linker used by gcc for the correct
4882 # operation of libtool.  If LD is not defined and we are using gcc, try to
4883 # set the LD default to the ld used by gcc.
4884 if test -z "$LD"; then
4885   if test "$GCC" = yes; then
4886     case $build in
4887     *-*-mingw*)
4888       gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4889     *)
4890       gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4891     esac
4892     case $gcc_prog_ld in
4893     # Accept absolute paths.
4894     [\\/]* | [A-Za-z]:[\\/]*)
4895       LD="$gcc_prog_ld" ;;
4896     esac
4897   fi
4898 fi
4899
4900
4901
4902
4903 if test -n "$ac_tool_prefix"; then
4904   # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4905 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4907 $as_echo_n "checking for $ac_word... " >&6; }
4908 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4909   $as_echo_n "(cached) " >&6
4910 else
4911   if test -n "$GNATBIND"; then
4912   ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4913 else
4914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4915 for as_dir in $PATH
4916 do
4917   IFS=$as_save_IFS
4918   test -z "$as_dir" && as_dir=.
4919     for ac_exec_ext in '' $ac_executable_extensions; do
4920   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4921     ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4922     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4923     break 2
4924   fi
4925 done
4926   done
4927 IFS=$as_save_IFS
4928
4929 fi
4930 fi
4931 GNATBIND=$ac_cv_prog_GNATBIND
4932 if test -n "$GNATBIND"; then
4933   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4934 $as_echo "$GNATBIND" >&6; }
4935 else
4936   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4937 $as_echo "no" >&6; }
4938 fi
4939
4940
4941 fi
4942 if test -z "$ac_cv_prog_GNATBIND"; then
4943   ac_ct_GNATBIND=$GNATBIND
4944   # Extract the first word of "gnatbind", so it can be a program name with args.
4945 set dummy gnatbind; ac_word=$2
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4947 $as_echo_n "checking for $ac_word... " >&6; }
4948 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4949   $as_echo_n "(cached) " >&6
4950 else
4951   if test -n "$ac_ct_GNATBIND"; then
4952   ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4953 else
4954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4955 for as_dir in $PATH
4956 do
4957   IFS=$as_save_IFS
4958   test -z "$as_dir" && as_dir=.
4959     for ac_exec_ext in '' $ac_executable_extensions; do
4960   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4961     ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4962     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4963     break 2
4964   fi
4965 done
4966   done
4967 IFS=$as_save_IFS
4968
4969 fi
4970 fi
4971 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4972 if test -n "$ac_ct_GNATBIND"; then
4973   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4974 $as_echo "$ac_ct_GNATBIND" >&6; }
4975 else
4976   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4977 $as_echo "no" >&6; }
4978 fi
4979
4980   if test "x$ac_ct_GNATBIND" = x; then
4981     GNATBIND="no"
4982   else
4983     case $cross_compiling:$ac_tool_warned in
4984 yes:)
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4986 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4987 ac_tool_warned=yes ;;
4988 esac
4989     GNATBIND=$ac_ct_GNATBIND
4990   fi
4991 else
4992   GNATBIND="$ac_cv_prog_GNATBIND"
4993 fi
4994
4995 if test -n "$ac_tool_prefix"; then
4996   # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4997 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4999 $as_echo_n "checking for $ac_word... " >&6; }
5000 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5001   $as_echo_n "(cached) " >&6
5002 else
5003   if test -n "$GNATMAKE"; then
5004   ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5005 else
5006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5007 for as_dir in $PATH
5008 do
5009   IFS=$as_save_IFS
5010   test -z "$as_dir" && as_dir=.
5011     for ac_exec_ext in '' $ac_executable_extensions; do
5012   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5013     ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5014     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5015     break 2
5016   fi
5017 done
5018   done
5019 IFS=$as_save_IFS
5020
5021 fi
5022 fi
5023 GNATMAKE=$ac_cv_prog_GNATMAKE
5024 if test -n "$GNATMAKE"; then
5025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5026 $as_echo "$GNATMAKE" >&6; }
5027 else
5028   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5029 $as_echo "no" >&6; }
5030 fi
5031
5032
5033 fi
5034 if test -z "$ac_cv_prog_GNATMAKE"; then
5035   ac_ct_GNATMAKE=$GNATMAKE
5036   # Extract the first word of "gnatmake", so it can be a program name with args.
5037 set dummy gnatmake; ac_word=$2
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5039 $as_echo_n "checking for $ac_word... " >&6; }
5040 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5041   $as_echo_n "(cached) " >&6
5042 else
5043   if test -n "$ac_ct_GNATMAKE"; then
5044   ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5045 else
5046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5047 for as_dir in $PATH
5048 do
5049   IFS=$as_save_IFS
5050   test -z "$as_dir" && as_dir=.
5051     for ac_exec_ext in '' $ac_executable_extensions; do
5052   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5053     ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5054     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5055     break 2
5056   fi
5057 done
5058   done
5059 IFS=$as_save_IFS
5060
5061 fi
5062 fi
5063 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5064 if test -n "$ac_ct_GNATMAKE"; then
5065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5066 $as_echo "$ac_ct_GNATMAKE" >&6; }
5067 else
5068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5069 $as_echo "no" >&6; }
5070 fi
5071
5072   if test "x$ac_ct_GNATMAKE" = x; then
5073     GNATMAKE="no"
5074   else
5075     case $cross_compiling:$ac_tool_warned in
5076 yes:)
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5078 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5079 ac_tool_warned=yes ;;
5080 esac
5081     GNATMAKE=$ac_ct_GNATMAKE
5082   fi
5083 else
5084   GNATMAKE="$ac_cv_prog_GNATMAKE"
5085 fi
5086
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5088 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5089 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5090   $as_echo_n "(cached) " >&6
5091 else
5092   cat >conftest.adb <<EOF
5093 procedure conftest is begin null; end conftest;
5094 EOF
5095 acx_cv_cc_gcc_supports_ada=no
5096 # There is a bug in old released versions of GCC which causes the
5097 # driver to exit successfully when the appropriate language module
5098 # has not been installed.  This is fixed in 2.95.4, 3.0.2, and 3.1.
5099 # Therefore we must check for the error message as well as an
5100 # unsuccessful exit.
5101 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5102 # given a .adb file, but produce no object file.  So we must check
5103 # if an object file was really produced to guard against this.
5104 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5105 if test x"$errors" = x && test -f conftest.$ac_objext; then
5106   acx_cv_cc_gcc_supports_ada=yes
5107 fi
5108 rm -f conftest.*
5109 fi
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5111 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5112
5113 if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5114   have_gnat=yes
5115 else
5116   have_gnat=no
5117 fi
5118
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5120 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5121 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5122   $as_echo_n "(cached) " >&6
5123 else
5124    echo abfoo >t1
5125   echo cdfoo >t2
5126   gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5127   if cmp t1 t2 2 2 > /dev/null 2>&1; then
5128     if cmp t1 t2 1 1 > /dev/null 2>&1; then
5129       :
5130     else
5131       gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5132     fi
5133   fi
5134   if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5135     if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5136       :
5137     else
5138       gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5139     fi
5140   fi
5141   rm t1 t2
5142
5143 fi
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5145 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5146 do_compare="$gcc_cv_prog_cmp_skip"
5147
5148
5149
5150 # See if we are building gcc with C++.
5151 # Check whether --enable-build-with-cxx was given.
5152 if test "${enable_build_with_cxx+set}" = set; then :
5153   enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
5154 else
5155   ENABLE_BUILD_WITH_CXX=no
5156 fi
5157
5158
5159 # Used for setting $lt_cv_objdir
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5161 $as_echo_n "checking for objdir... " >&6; }
5162 if test "${lt_cv_objdir+set}" = set; then :
5163   $as_echo_n "(cached) " >&6
5164 else
5165   rm -f .libs 2>/dev/null
5166 mkdir .libs 2>/dev/null
5167 if test -d .libs; then
5168   lt_cv_objdir=.libs
5169 else
5170   # MS-DOS does not allow filenames that begin with a dot.
5171   lt_cv_objdir=_libs
5172 fi
5173 rmdir .libs 2>/dev/null
5174 fi
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5176 $as_echo "$lt_cv_objdir" >&6; }
5177 objdir=$lt_cv_objdir
5178
5179
5180
5181
5182
5183 cat >>confdefs.h <<_ACEOF
5184 #define LT_OBJDIR "$lt_cv_objdir/"
5185 _ACEOF
5186
5187
5188
5189 # Check for GMP, MPFR and MPC
5190 gmplibs="-lmpc -lmpfr -lgmp"
5191 gmpinc=
5192 have_gmp=no
5193
5194 # Specify a location for mpc
5195 # check for this first so it ends up on the link line before mpfr.
5196
5197 # Check whether --with-mpc was given.
5198 if test "${with_mpc+set}" = set; then :
5199   withval=$with_mpc;
5200 fi
5201
5202
5203 # Check whether --with-mpc-include was given.
5204 if test "${with_mpc_include+set}" = set; then :
5205   withval=$with_mpc_include;
5206 fi
5207
5208
5209 # Check whether --with-mpc-lib was given.
5210 if test "${with_mpc_lib+set}" = set; then :
5211   withval=$with_mpc_lib;
5212 fi
5213
5214
5215 if test "x$with_mpc" != x; then
5216   gmplibs="-L$with_mpc/lib $gmplibs"
5217   gmpinc="-I$with_mpc/include $gmpinc"
5218 fi
5219 if test "x$with_mpc_include" != x; then
5220   gmpinc="-I$with_mpc_include $gmpinc"
5221 fi
5222 if test "x$with_mpc_lib" != x; then
5223   gmplibs="-L$with_mpc_lib $gmplibs"
5224 fi
5225 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5226   gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5227   gmpinc='-I$$s/mpc/src '"$gmpinc"
5228   # Do not test the mpc version.  Assume that it is sufficient, since
5229   # it is in the source tree, and the library has not been built yet
5230   # but it would be included on the link line in the version check below
5231   # hence making the test fail.
5232   have_gmp=yes
5233 fi
5234
5235 # Specify a location for mpfr
5236 # check for this first so it ends up on the link line before gmp.
5237
5238 # Check whether --with-mpfr-dir was given.
5239 if test "${with_mpfr_dir+set}" = set; then :
5240   withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5241 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5242 fi
5243
5244
5245
5246 # Check whether --with-mpfr was given.
5247 if test "${with_mpfr+set}" = set; then :
5248   withval=$with_mpfr;
5249 fi
5250
5251
5252 # Check whether --with-mpfr-include was given.
5253 if test "${with_mpfr_include+set}" = set; then :
5254   withval=$with_mpfr_include;
5255 fi
5256
5257
5258 # Check whether --with-mpfr-lib was given.
5259 if test "${with_mpfr_lib+set}" = set; then :
5260   withval=$with_mpfr_lib;
5261 fi
5262
5263
5264 if test "x$with_mpfr" != x; then
5265   gmplibs="-L$with_mpfr/lib $gmplibs"
5266   gmpinc="-I$with_mpfr/include $gmpinc"
5267 fi
5268 if test "x$with_mpfr_include" != x; then
5269   gmpinc="-I$with_mpfr_include $gmpinc"
5270 fi
5271 if test "x$with_mpfr_lib" != x; then
5272   gmplibs="-L$with_mpfr_lib $gmplibs"
5273 fi
5274 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5275   gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5276   gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5277   extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5278   # Do not test the mpfr version.  Assume that it is sufficient, since
5279   # it is in the source tree, and the library has not been built yet
5280   # but it would be included on the link line in the version check below
5281   # hence making the test fail.
5282   have_gmp=yes
5283 fi
5284
5285 # Specify a location for gmp
5286
5287 # Check whether --with-gmp-dir was given.
5288 if test "${with_gmp_dir+set}" = set; then :
5289   withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5290 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5291 fi
5292
5293
5294
5295 # Check whether --with-gmp was given.
5296 if test "${with_gmp+set}" = set; then :
5297   withval=$with_gmp;
5298 fi
5299
5300
5301 # Check whether --with-gmp-include was given.
5302 if test "${with_gmp_include+set}" = set; then :
5303   withval=$with_gmp_include;
5304 fi
5305
5306
5307 # Check whether --with-gmp-lib was given.
5308 if test "${with_gmp_lib+set}" = set; then :
5309   withval=$with_gmp_lib;
5310 fi
5311
5312
5313
5314 if test "x$with_gmp" != x; then
5315   gmplibs="-L$with_gmp/lib $gmplibs"
5316   gmpinc="-I$with_gmp/include $gmpinc"
5317 fi
5318 if test "x$with_gmp_include" != x; then
5319   gmpinc="-I$with_gmp_include $gmpinc"
5320 fi
5321 if test "x$with_gmp_lib" != x; then
5322   gmplibs="-L$with_gmp_lib $gmplibs"
5323 fi
5324 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5325   gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5326   gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5327   extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5328   extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5329   # Do not test the gmp version.  Assume that it is sufficient, since
5330   # it is in the source tree, and the library has not been built yet
5331   # but it would be included on the link line in the version check below
5332   # hence making the test fail.
5333   have_gmp=yes
5334 fi
5335
5336 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5337   have_gmp=yes
5338   saved_CFLAGS="$CFLAGS"
5339   CFLAGS="$CFLAGS $gmpinc"
5340   # Check for the recommended and required versions of GMP.
5341   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5342 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5343
5344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5345 /* end confdefs.h.  */
5346 #include "gmp.h"
5347 int
5348 main ()
5349 {
5350
5351   #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5352   #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5353   #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5354   choke me
5355   #endif
5356
5357   ;
5358   return 0;
5359 }
5360 _ACEOF
5361 if ac_fn_c_try_compile "$LINENO"; then :
5362   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5363 /* end confdefs.h.  */
5364 #include <gmp.h>
5365 int
5366 main ()
5367 {
5368
5369   #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5370   #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5371   #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5372   choke me
5373   #endif
5374
5375   ;
5376   return 0;
5377 }
5378 _ACEOF
5379 if ac_fn_c_try_compile "$LINENO"; then :
5380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5381 $as_echo "yes" >&6; }
5382 else
5383   { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5384 $as_echo "buggy but acceptable" >&6; }
5385 fi
5386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5387 else
5388   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5389 $as_echo "no" >&6; }; have_gmp=no
5390 fi
5391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5392
5393   # If we have GMP, check the MPFR version.
5394   if test x"$have_gmp" = xyes; then
5395     # Check for the recommended and required versions of MPFR.
5396     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5397 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5398     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5399 /* end confdefs.h.  */
5400 #include <gmp.h>
5401     #include <mpfr.h>
5402 int
5403 main ()
5404 {
5405
5406     #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5407     choke me
5408     #endif
5409
5410   ;
5411   return 0;
5412 }
5413 _ACEOF
5414 if ac_fn_c_try_compile "$LINENO"; then :
5415   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5416 /* end confdefs.h.  */
5417 #include <gmp.h>
5418     #include <mpfr.h>
5419 int
5420 main ()
5421 {
5422
5423     #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5424     choke me
5425     #endif
5426
5427   ;
5428   return 0;
5429 }
5430 _ACEOF
5431 if ac_fn_c_try_compile "$LINENO"; then :
5432   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5433 $as_echo "yes" >&6; }
5434 else
5435   { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5436 $as_echo "buggy but acceptable" >&6; }
5437 fi
5438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5439 else
5440   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5441 $as_echo "no" >&6; }; have_gmp=no
5442 fi
5443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5444   fi
5445
5446   # Check for the MPC header version.
5447   if test x"$have_gmp" = xyes ; then
5448     # Check for the recommended and required versions of MPC.
5449     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5450 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5451     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5452 /* end confdefs.h.  */
5453 #include <mpc.h>
5454 int
5455 main ()
5456 {
5457
5458     #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5459     choke me
5460     #endif
5461
5462   ;
5463   return 0;
5464 }
5465 _ACEOF
5466 if ac_fn_c_try_compile "$LINENO"; then :
5467   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5468 /* end confdefs.h.  */
5469 #include <mpc.h>
5470 int
5471 main ()
5472 {
5473
5474     #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5475     choke me
5476     #endif
5477
5478   ;
5479   return 0;
5480 }
5481 _ACEOF
5482 if ac_fn_c_try_compile "$LINENO"; then :
5483   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5484 $as_echo "yes" >&6; }
5485 else
5486   { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5487 $as_echo "buggy but acceptable" >&6; }
5488 fi
5489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5490 else
5491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5492 $as_echo "no" >&6; }; have_gmp=no
5493 fi
5494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5495   fi
5496
5497   # Now check the MPFR library.
5498   if test x"$have_gmp" = xyes; then
5499     saved_LIBS="$LIBS"
5500     LIBS="$LIBS $gmplibs"
5501     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5502 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5503     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5504 /* end confdefs.h.  */
5505 #include <mpc.h>
5506 int
5507 main ()
5508 {
5509
5510     mpfr_t n;
5511     mpfr_t x;
5512     mpc_t c;
5513     int t;
5514     mpfr_init (n);
5515     mpfr_init (x);
5516     mpfr_atan2 (n, n, x, GMP_RNDN);
5517     mpfr_erfc (n, x, GMP_RNDN);
5518     mpfr_subnormalize (x, t, GMP_RNDN);
5519     mpfr_clear(n);
5520     mpfr_clear(x);
5521     mpc_init2 (c, 53);
5522     mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5523     mpc_cosh (c, c, MPC_RNDNN);
5524     mpc_pow (c, c, c, MPC_RNDNN);
5525     mpc_acosh (c, c, MPC_RNDNN);
5526     mpc_clear (c);
5527
5528   ;
5529   return 0;
5530 }
5531 _ACEOF
5532 if ac_fn_c_try_link "$LINENO"; then :
5533   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5534 $as_echo "yes" >&6; }
5535 else
5536   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5537 $as_echo "no" >&6; }; have_gmp=no
5538 fi
5539 rm -f core conftest.err conftest.$ac_objext \
5540     conftest$ac_exeext conftest.$ac_ext
5541     LIBS="$saved_LIBS"
5542   fi
5543
5544   CFLAGS="$saved_CFLAGS"
5545
5546 # The library versions listed in the error message below should match
5547 # the HARD-minimums enforced above.
5548   if test x$have_gmp != xyes; then
5549     as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5550 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5551 their locations.  Source code for these libraries can be found at
5552 their respective hosting sites as well as at
5553 ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
5554 http://gcc.gnu.org/install/prerequisites.html for additional info.  If
5555 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5556 make sure that you have installed both the libraries and the header
5557 files.  They may be located in separate packages." "$LINENO" 5
5558   fi
5559 fi
5560
5561 # Flags needed for both GMP, MPFR and/or MPC.
5562
5563
5564
5565
5566
5567
5568 # Allow host libstdc++ to be specified for static linking with PPL.
5569
5570 # Check whether --with-host-libstdcxx was given.
5571 if test "${with_host_libstdcxx+set}" = set; then :
5572   withval=$with_host_libstdcxx;
5573 fi
5574
5575
5576 case $with_host_libstdcxx in
5577   no|yes)
5578     as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5579     ;;
5580 esac
5581
5582 # Linker flags to use for stage1 or when not boostrapping.
5583
5584 # Check whether --with-stage1-ldflags was given.
5585 if test "${with_stage1_ldflags+set}" = set; then :
5586   withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5587    stage1_ldflags=
5588  else
5589    stage1_ldflags=$withval
5590  fi
5591 else
5592   stage1_ldflags=
5593 fi
5594
5595
5596
5597 # Libraries to use for stage1 or when not bootstrapping.
5598
5599 # Check whether --with-stage1-libs was given.
5600 if test "${with_stage1_libs+set}" = set; then :
5601   withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5602    stage1_libs=
5603  else
5604    stage1_libs=$withval
5605  fi
5606 else
5607   stage1_libs=$with_host_libstdcxx
5608 fi
5609
5610
5611
5612 # Libraries to use for stage2 and later builds.  This defaults to the
5613 # argument passed to --with-host-libstdcxx.
5614
5615 # Check whether --with-boot-libs was given.
5616 if test "${with_boot_libs+set}" = set; then :
5617   withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5618    poststage1_libs=
5619  else
5620    poststage1_libs=$withval
5621  fi
5622 else
5623   poststage1_libs=$with_host_libstdcxx
5624 fi
5625
5626
5627
5628 # Linker flags to use for stage2 and later builds.
5629
5630 # Check whether --with-boot-ldflags was given.
5631 if test "${with_boot_ldflags+set}" = set; then :
5632   withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5633    poststage1_ldflags=
5634  else
5635    poststage1_ldflags=$withval
5636  fi
5637 else
5638   poststage1_ldflags=
5639  # In stages 2 and 3, default to linking libstdc++ and libgcc
5640  # statically.  But if the user explicitly specified the libraries to
5641  # use, trust that they are doing what they want.
5642  if test "$poststage1_libs" = ""; then
5643    poststage1_ldflags="-static-libstdc++ -static-libgcc"
5644  fi
5645 fi
5646
5647
5648
5649 # Check for PPL
5650 ppllibs=
5651 pplinc=
5652 pwllib=
5653
5654
5655 # Check whether --with-ppl was given.
5656 if test "${with_ppl+set}" = set; then :
5657   withval=$with_ppl;
5658 fi
5659
5660
5661 # Check whether --with-ppl-include was given.
5662 if test "${with_ppl_include+set}" = set; then :
5663   withval=$with_ppl_include;
5664 fi
5665
5666
5667 # Check whether --with-ppl-lib was given.
5668 if test "${with_ppl_lib+set}" = set; then :
5669   withval=$with_ppl_lib;
5670 fi
5671
5672
5673 # Check whether --enable-ppl-version-check was given.
5674 if test "${enable_ppl_version_check+set}" = set; then :
5675   enableval=$enable_ppl_version_check;
5676 fi
5677
5678
5679 case $with_ppl in
5680   yes | no | "")
5681     ;;
5682   *)
5683     ppllibs="-L$with_ppl/lib"
5684     pplinc="-I$with_ppl/include $pplinc"
5685     if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5686       with_ppl=yes
5687     else
5688       as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5689     fi
5690     ;;
5691 esac
5692
5693 if test x"$with_ppl_include" != x; then
5694   pplinc="-I$with_ppl_include $pplinc"
5695   with_ppl=yes
5696 fi
5697
5698 if test "x$with_ppl_lib" != x; then
5699   ppllibs="-L$with_ppl_lib"
5700   with_ppl=yes
5701 fi
5702
5703 if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5704   if test x"$enable_watchdog" = xyes; then
5705     pwllib="-lpwl"
5706   fi
5707   ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5708   pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5709   enable_ppl_version_check=no
5710   with_ppl=yes
5711 fi
5712
5713 if test "x$with_ppl" != xno; then
5714   if test "x$pwllib" = x; then
5715     saved_LIBS="$LIBS"
5716     LIBS="$LIBS $ppllibs -lstdc++ -lm"
5717     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5718 $as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5719 if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5720   $as_echo_n "(cached) " >&6
5721 else
5722   ac_check_lib_save_LIBS=$LIBS
5723 LIBS="-lpwl  $LIBS"
5724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5725 /* end confdefs.h.  */
5726
5727 /* Override any GCC internal prototype to avoid an error.
5728    Use char because int might match the return type of a GCC
5729    builtin and then its argument prototype would still apply.  */
5730 #ifdef __cplusplus
5731 extern "C"
5732 #endif
5733 char PWL_handle_timeout ();
5734 int
5735 main ()
5736 {
5737 return PWL_handle_timeout ();
5738   ;
5739   return 0;
5740 }
5741 _ACEOF
5742 if ac_fn_c_try_link "$LINENO"; then :
5743   ac_cv_lib_pwl_PWL_handle_timeout=yes
5744 else
5745   ac_cv_lib_pwl_PWL_handle_timeout=no
5746 fi
5747 rm -f core conftest.err conftest.$ac_objext \
5748     conftest$ac_exeext conftest.$ac_ext
5749 LIBS=$ac_check_lib_save_LIBS
5750 fi
5751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5752 $as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5753 if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5754   pwllib="-lpwl"
5755 fi
5756
5757     LIBS="$saved_LIBS"
5758   fi
5759
5760   ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5761
5762   if test "$enable_ppl_version_check" != no; then
5763     saved_CFLAGS="$CFLAGS"
5764     CFLAGS="$CFLAGS $pplinc $gmpinc"
5765     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5766 $as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5767     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5768 /* end confdefs.h.  */
5769 #include "ppl_c.h"
5770 int
5771 main ()
5772 {
5773
5774     #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5775     choke me
5776     #endif
5777
5778   ;
5779   return 0;
5780 }
5781 _ACEOF
5782 if ac_fn_c_try_compile "$LINENO"; then :
5783   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5784 $as_echo "yes" >&6; }
5785 else
5786   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5787 $as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5788 fi
5789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5790     CFLAGS="$saved_CFLAGS"
5791   fi
5792 fi
5793
5794 # Flags needed for PPL
5795
5796
5797
5798
5799 # Check for CLOOG
5800
5801
5802
5803 # Check whether --with-cloog was given.
5804 if test "${with_cloog+set}" = set; then :
5805   withval=$with_cloog;
5806 fi
5807
5808
5809 # Check whether --with-cloog-include was given.
5810 if test "${with_cloog_include+set}" = set; then :
5811   withval=$with_cloog_include;
5812 fi
5813
5814
5815 # Check whether --with-cloog-lib was given.
5816 if test "${with_cloog_lib+set}" = set; then :
5817   withval=$with_cloog_lib;
5818 fi
5819
5820
5821   # Check whether --enable-cloog-backend was given.
5822 if test "${enable_cloog_backend+set}" = set; then :
5823   enableval=$enable_cloog_backend;  if   test "x${enableval}" = "xisl"; then
5824         cloog_backend=isl
5825       elif test "x${enableval}" = "xppl"; then
5826         cloog_backend=ppl
5827       else
5828         cloog_backend=ppl-legacy
5829       fi
5830 else
5831   cloog_backend=ppl-legacy
5832 fi
5833
5834   # Check whether --enable-cloog-version-check was given.
5835 if test "${enable_cloog_version_check+set}" = set; then :
5836   enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5837 else
5838   ENABLE_CLOOG_CHECK=yes
5839 fi
5840
5841
5842   # Initialize clooglibs and clooginc.
5843   case $with_cloog in
5844     no)
5845       clooglibs=
5846       clooginc=
5847       ;;
5848     "" | yes)
5849       ;;
5850     *)
5851       clooglibs="-L$with_cloog/lib"
5852       clooginc="-I$with_cloog/include"
5853       ;;
5854   esac
5855   if test "x${with_cloog_include}" != x ; then
5856     clooginc="-I$with_cloog_include"
5857   fi
5858   if test "x${with_cloog_lib}" != x; then
5859     clooglibs="-L$with_cloog_lib"
5860   fi
5861
5862
5863
5864
5865
5866 if test "x$with_ppl" = "xno"; then
5867
5868
5869
5870   if test "x${with_cloog}" = xno; then
5871     graphite_requested=no
5872   elif test "x${with_cloog}" != x \
5873     || test "x${with_cloog_include}" != x \
5874     || test "x${with_cloog_lib}" != x ; then
5875     graphite_requested=yes
5876   else
5877     graphite_requested=no
5878   fi
5879
5880
5881   if test "${graphite_requested}" = yes; then
5882     as_fn_error "Unable to find a usable PPL.  See config.log for details." "$LINENO" 5
5883   fi
5884   with_cloog=no
5885 fi
5886 if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5887   && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5888   clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5889   clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5890 fi
5891 if test "x$with_cloog" != "xno"; then
5892
5893
5894
5895   _cloog_saved_CFLAGS=$CFLAGS
5896   _cloog_saved_CPPFLAGS=$CPPFLAGS
5897   _cloog_saved_LDFLAGS=$LDFLAGS
5898   _cloog_saved_LIBS=$LIBS
5899
5900   _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5901
5902     CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5903   CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5904   LDFLAGS="${LDFLAGS} ${clooglibs}"
5905
5906   case $cloog_backend in
5907     "ppl-legacy")
5908     CFLAGS="${CFLAGS} ${pplinc}"
5909     LDFLAGS="${LDFLAGS} ${ppllibs}"
5910     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5911 $as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5912 if test "${gcc_cv_cloog_type+set}" = set; then :
5913   $as_echo_n "(cached) " >&6
5914 else
5915   LIBS="-lcloog ${_cloog_saved_LIBS}"
5916       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5917 /* end confdefs.h.  */
5918 #include "cloog/cloog.h"
5919 int
5920 main ()
5921 {
5922 #ifndef CLOOG_PPL_BACKEND
5923     choke me
5924    #endif
5925   ;
5926   return 0;
5927 }
5928 _ACEOF
5929 if ac_fn_c_try_link "$LINENO"; then :
5930   gcc_cv_cloog_type="PPL Legacy"
5931 else
5932   gcc_cv_cloog_type=no
5933 fi
5934 rm -f core conftest.err conftest.$ac_objext \
5935     conftest$ac_exeext conftest.$ac_ext
5936 fi
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5938 $as_echo "$gcc_cv_cloog_type" >&6; }
5939     ;;
5940     "isl")
5941     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5942 $as_echo_n "checking for installed CLooG ISL... " >&6; }
5943 if test "${gcc_cv_cloog_type+set}" = set; then :
5944   $as_echo_n "(cached) " >&6
5945 else
5946   LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5947       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5948 /* end confdefs.h.  */
5949 #include "cloog/cloog.h"
5950 int
5951 main ()
5952 {
5953 cloog_version ()
5954   ;
5955   return 0;
5956 }
5957 _ACEOF
5958 if ac_fn_c_try_link "$LINENO"; then :
5959   gcc_cv_cloog_type="ISL"
5960 else
5961   gcc_cv_cloog_type=no
5962 fi
5963 rm -f core conftest.err conftest.$ac_objext \
5964     conftest$ac_exeext conftest.$ac_ext
5965 fi
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5967 $as_echo "$gcc_cv_cloog_type" >&6; }
5968     ;;
5969     "ppl")
5970     CFLAGS="${CFLAGS} ${pplinc}"
5971     LDFLAGS="${LDFLAGS} ${ppllibs}"
5972     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5973 $as_echo_n "checking for installed CLooG PPL... " >&6; }
5974 if test "${gcc_cv_cloog_type+set}" = set; then :
5975   $as_echo_n "(cached) " >&6
5976 else
5977   LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5978       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5979 /* end confdefs.h.  */
5980 #include "cloog/cloog.h"
5981    #include "cloog/ppl/cloog.h"
5982 int
5983 main ()
5984 {
5985 cloog_version ()
5986   ;
5987   return 0;
5988 }
5989 _ACEOF
5990 if ac_fn_c_try_link "$LINENO"; then :
5991   gcc_cv_cloog_type="PPL"
5992 else
5993   gcc_cv_cloog_type=no
5994 fi
5995 rm -f core conftest.err conftest.$ac_objext \
5996     conftest$ac_exeext conftest.$ac_ext
5997 fi
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5999 $as_echo "$gcc_cv_cloog_type" >&6; }
6000     ;;
6001     *)
6002       gcc_cv_cloog_type=""
6003   esac
6004
6005   case $gcc_cv_cloog_type in
6006     "PPL Legacy")
6007       clooginc="${clooginc}"
6008       clooglibs="${clooglibs} -lcloog"
6009       cloog_org=no
6010       ;;
6011     "ISL")
6012       clooginc="${clooginc} ${_cloogorginc}"
6013       clooglibs="${clooglibs} -lcloog-isl -lisl"
6014       cloog_org=yes
6015       ;;
6016     "PPL")
6017       clooginc="${clooginc} ${_cloogorginc}"
6018       clooglibs="${clooglibs} -lcloog-ppl"
6019       cloog_org=yes
6020       ;;
6021     *)
6022       clooglibs=
6023       clooginc=
6024       cloog_org=
6025       ;;
6026   esac
6027
6028   LIBS=$_cloog_saved_LIBS
6029   CFLAGS=$_cloog_saved_CFLAGS
6030   CPPFLAGS=$_cloog_saved_CPPFLAGS
6031   LDFLAGS=$_cloog_saved_LDFLAGS
6032
6033
6034
6035
6036
6037   if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6038     _cloog_saved_CFLAGS=$CFLAGS
6039     _cloog_saved_LDFLAGS=$LDFLAGS
6040
6041     CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
6042     LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
6043
6044     if test "${cloog_org}" = yes ; then
6045       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
6046 $as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
6047 if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
6048   $as_echo_n "(cached) " >&6
6049 else
6050   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6051 /* end confdefs.h.  */
6052 #include "cloog/cloog.h"
6053 int
6054 main ()
6055 {
6056 #if CLOOG_VERSION_MAJOR != 0 \
6057     || CLOOG_VERSION_MINOR != 16 \
6058     || CLOOG_VERSION_REVISION < 1
6059     choke me
6060    #endif
6061   ;
6062   return 0;
6063 }
6064 _ACEOF
6065 if ac_fn_c_try_compile "$LINENO"; then :
6066   gcc_cv_cloog_ct_0_14_0=yes
6067 else
6068   gcc_cv_cloog_ct_0_14_0=no
6069 fi
6070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6071 fi
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
6073 $as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
6074     elif test "${cloog_org}" = no ; then
6075       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
6076 $as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
6077 if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
6078   $as_echo_n "(cached) " >&6
6079 else
6080   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6081 /* end confdefs.h.  */
6082 #include "cloog/cloog.h"
6083 int
6084 main ()
6085 {
6086 #if CLOOG_VERSION_MAJOR != 0 \
6087     || CLOOG_VERSION_MINOR != 15 \
6088     || CLOOG_VERSION_REVISION < 5
6089     choke me
6090    #endif
6091   ;
6092   return 0;
6093 }
6094 _ACEOF
6095 if ac_fn_c_try_compile "$LINENO"; then :
6096   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6097 /* end confdefs.h.  */
6098 #include "cloog/cloog.h"
6099 int
6100 main ()
6101 {
6102 #if CLOOG_VERSION_MAJOR != 0 \
6103     || CLOOG_VERSION_MINOR != 15 \
6104     || CLOOG_VERSION_REVISION < 9
6105     choke me
6106    #endif
6107   ;
6108   return 0;
6109 }
6110 _ACEOF
6111 if ac_fn_c_try_compile "$LINENO"; then :
6112   gcc_cv_cloog_ct_0_15_5=yes
6113 else
6114   gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
6115 fi
6116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6117 else
6118   gcc_cv_cloog_ct_0_15_5=no
6119 fi
6120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6121 fi
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
6123 $as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
6124     fi
6125
6126     CFLAGS=$_cloog_saved_CFLAGS
6127     LDFLAGS=$_cloog_saved_LDFLAGS
6128   fi
6129
6130
6131
6132
6133
6134
6135
6136   if test "x${with_cloog}" = xno; then
6137     graphite_requested=no
6138   elif test "x${with_cloog}" != x \
6139     || test "x${with_cloog_include}" != x \
6140     || test "x${with_cloog_lib}" != x ; then
6141     graphite_requested=yes
6142   else
6143     graphite_requested=no
6144   fi
6145
6146
6147
6148   if test "${gcc_cv_cloog_ct_0_14_0}" = no \
6149     || test "${gcc_cv_cloog_rt_0_14_0}" = no \
6150     || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
6151     clooglibs=
6152     clooginc=
6153   fi
6154
6155   if test "${graphite_requested}" = yes \
6156     && test "x${clooglibs}" = x \
6157     && test "x${clooginc}" = x ; then
6158
6159     as_fn_error "Unable to find a usable CLooG.  See config.log for details." "$LINENO" 5
6160   fi
6161
6162
6163 fi
6164
6165 # Check for LTO support.
6166 # Check whether --enable-lto was given.
6167 if test "${enable_lto+set}" = set; then :
6168   enableval=$enable_lto; enable_lto=$enableval
6169 else
6170   enable_lto=yes; default_enable_lto=yes
6171 fi
6172
6173
6174
6175
6176
6177 target_elf=no
6178 case $target in
6179   *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6180   *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6181   alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6182     target_elf=no
6183     ;;
6184   *)
6185     target_elf=yes
6186     ;;
6187 esac
6188
6189 if test $target_elf = yes; then :
6190   # ELF platforms build the lto-plugin always.
6191   build_lto_plugin=yes
6192
6193 else
6194   if test x"$default_enable_lto" = x"yes" ; then
6195     case $target in
6196       *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
6197       # On other non-ELF platforms, LTO has yet to be validated.
6198       *) enable_lto=no ;;
6199     esac
6200   else
6201   # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6202   # It would also be nice to check the binutils support, but we don't
6203   # have gcc_GAS_CHECK_FEATURE available here.  For now, we'll just
6204   # warn during gcc/ subconfigure; unless you're bootstrapping with
6205   # -flto it won't be needed until after installation anyway.
6206     case $target in
6207       *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6208       *) if test x"$enable_lto" = x"yes"; then
6209         as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6210         fi
6211       ;;
6212     esac
6213   fi
6214   # Among non-ELF, only Windows platforms support the lto-plugin so far.
6215   # Build it unless LTO was explicitly disabled.
6216   case $target in
6217     *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6218     *) ;;
6219   esac
6220
6221 fi
6222
6223
6224
6225 # By default, C is the only stage 1 language.
6226 stage1_languages=,c,
6227
6228 # Target libraries that we bootstrap.
6229 bootstrap_target_libs=,target-libgcc,
6230
6231 # Figure out what language subdirectories are present.
6232 # Look if the user specified --enable-languages="..."; if not, use
6233 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6234 # go away some day.
6235 # NB:  embedded tabs in this IF block -- do not untabify
6236 if test -d ${srcdir}/gcc; then
6237   if test x"${enable_languages+set}" != xset; then
6238     if test x"${LANGUAGES+set}" = xset; then
6239       enable_languages="${LANGUAGES}"
6240         echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6241     else
6242       enable_languages=all
6243     fi
6244   else
6245     if test x"${enable_languages}" = x ||
6246        test x"${enable_languages}" = xyes;
6247        then
6248       echo configure.in: --enable-languages needs at least one language argument 1>&2
6249       exit 1
6250     fi
6251   fi
6252   enable_languages=`echo "${enable_languages}" | sed -e 's/[    ,][     ,]*/,/g' -e 's/,$//'`
6253
6254   # 'f95' is the old name for the 'fortran' language. We issue a warning
6255   # and make the substitution.
6256   case ,${enable_languages}, in
6257     *,f95,*)
6258       echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6259       enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6260       ;;
6261   esac
6262
6263   # First scan to see if an enabled language requires some other language.
6264   # We assume that a given config-lang.in will list all the language
6265   # front ends it requires, even if some are required indirectly.
6266   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6267     case ${lang_frag} in
6268       ..) ;;
6269       # The odd quoting in the next line works around
6270       # an apparent bug in bash 1.12 on linux.
6271       ${srcdir}/gcc/[*]/config-lang.in) ;;
6272       *)
6273         # From the config-lang.in, get $language, $lang_requires, and
6274         # $lang_requires_boot_languages.
6275         language=
6276         lang_requires=
6277         lang_requires_boot_languages=
6278         . ${lang_frag}
6279         for other in ${lang_requires} ${lang_requires_boot_languages}; do
6280           case ,${enable_languages}, in
6281             *,$other,*) ;;
6282             *,all,*) ;;
6283             *,$language,*)
6284               echo " \`$other' language required by \`$language'; enabling" 1>&2
6285               enable_languages="${enable_languages},${other}"
6286               ;;
6287           esac
6288         done
6289         for other in ${lang_requires_boot_languages} ; do
6290           if test "$other" != "c"; then
6291             case ,${enable_stage1_languages}, in
6292               *,$other,*) ;;
6293               *,all,*) ;;
6294               *)
6295                 case ,${enable_languages}, in
6296                   *,$language,*)
6297                     echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6298                     enable_stage1_languages="$enable_stage1_languages,${other}"
6299                     ;;
6300                 esac
6301                 ;;
6302             esac
6303           fi
6304         done
6305         ;;
6306     esac
6307   done
6308
6309   new_enable_languages=,c,
6310
6311   # If LTO is enabled, add the LTO front end.
6312   extra_host_libiberty_configure_flags=
6313   if test "$enable_lto" = "yes" ; then
6314     case ,${enable_languages}, in
6315       *,lto,*) ;;
6316       *) enable_languages="${enable_languages},lto" ;;
6317     esac
6318     if test "${build_lto_plugin}" = "yes" ; then
6319       configdirs="$configdirs lto-plugin"
6320       extra_host_libiberty_configure_flags=--enable-shared
6321     fi
6322   fi
6323
6324
6325   missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6326   potential_languages=,c,
6327
6328   enabled_target_libs=
6329   disabled_target_libs=
6330
6331   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6332     case ${lang_frag} in
6333       ..) ;;
6334       # The odd quoting in the next line works around
6335       # an apparent bug in bash 1.12 on linux.
6336       ${srcdir}/gcc/[*]/config-lang.in) ;;
6337       *)
6338         # From the config-lang.in, get $language, $target_libs,
6339         # $lang_dirs, $boot_language, and $build_by_default
6340         language=
6341         target_libs=
6342         lang_dirs=
6343         subdir_requires=
6344         boot_language=no
6345         build_by_default=yes
6346         . ${lang_frag}
6347         if test x${language} = x; then
6348           echo "${lang_frag} doesn't set \$language." 1>&2
6349           exit 1
6350         fi
6351
6352         if test "$language" = "c++" \
6353            && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6354           boot_language=yes
6355         fi
6356
6357         case ,${enable_languages}, in
6358           *,${language},*)
6359             # Language was explicitly selected; include it.
6360             add_this_lang=yes
6361             ;;
6362           *,all,*)
6363             # 'all' was selected, select it if it is a default language
6364             add_this_lang=${build_by_default}
6365             ;;
6366           *)
6367             add_this_lang=no
6368             ;;
6369         esac
6370
6371         # Disable languages that need other directories if these aren't available.
6372         for i in $subdir_requires; do
6373           test -f "$srcdir/gcc/$i/config-lang.in" && continue
6374           case ,${enable_languages}, in
6375             *,${language},*)
6376               # Specifically requested language; tell them.
6377               as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6378               ;;
6379             *)
6380               # Silently disable.
6381               add_this_lang=unsupported
6382               ;;
6383           esac
6384         done
6385
6386         # Disable Ada if no preexisting GNAT is available.
6387         case ,${enable_languages},:${language}:${have_gnat} in
6388           *,${language},*:ada:no)
6389             # Specifically requested language; tell them.
6390             as_fn_error "GNAT is required to build $language" "$LINENO" 5
6391             ;;
6392           *:ada:no)
6393             # Silently disable.
6394             add_this_lang=unsupported
6395             ;;
6396         esac
6397
6398         # Disable a language that is unsupported by the target.
6399         case " $unsupported_languages " in
6400           *" $language "*)
6401             add_this_lang=unsupported
6402             ;;
6403         esac
6404
6405         case $add_this_lang in
6406           unsupported)
6407             # Remove language-dependent dirs.
6408             disabled_target_libs="$disabled_target_libs $target_libs"
6409             noconfigdirs="$noconfigdirs $lang_dirs"
6410             ;;
6411           no)
6412             # Remove language-dependent dirs; still show language as supported.
6413             disabled_target_libs="$disabled_target_libs $target_libs"
6414             noconfigdirs="$noconfigdirs $lang_dirs"
6415             potential_languages="${potential_languages}${language},"
6416             ;;
6417           yes)
6418             new_enable_languages="${new_enable_languages}${language},"
6419             potential_languages="${potential_languages}${language},"
6420             missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6421             enabled_target_libs="$enabled_target_libs $target_libs"
6422             case "${boot_language}:,$enable_stage1_languages," in
6423               yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6424                 # Add to (comma-separated) list of stage 1 languages.
6425                 case ",$stage1_languages," in
6426                   *,$language,* | ,yes, | ,all,) ;;
6427                   *) stage1_languages="${stage1_languages}${language}," ;;
6428                 esac
6429                 # We need to bootstrap any supporting libraries.
6430                 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6431                 ;;
6432             esac
6433             ;;
6434         esac
6435         ;;
6436     esac
6437   done
6438
6439   # Add target libraries which are only needed for disabled languages
6440   # to noconfigdirs.
6441   if test -n "$disabled_target_libs"; then
6442     for dir in $disabled_target_libs; do
6443       case " $enabled_target_libs " in
6444       *" ${dir} "*) ;;
6445       *) noconfigdirs="$noconfigdirs $dir" ;;
6446       esac
6447     done
6448   fi
6449
6450   # Check whether --enable-stage1-languages was given.
6451 if test "${enable_stage1_languages+set}" = set; then :
6452   enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6453     ,no,|,,)
6454       # Set it to something that will have no effect in the loop below
6455       enable_stage1_languages=c ;;
6456     ,yes,)
6457       enable_stage1_languages=`echo $new_enable_languages | \
6458         sed -e "s/^,//" -e "s/,$//" ` ;;
6459     *,all,*)
6460       enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6461         sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6462   esac
6463
6464   # Add "good" languages from enable_stage1_languages to stage1_languages,
6465   # while "bad" languages go in missing_languages.  Leave no duplicates.
6466   for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6467     case $potential_languages in
6468       *,$i,*)
6469         case $stage1_languages in
6470           *,$i,*) ;;
6471           *) stage1_languages="$stage1_languages$i," ;;
6472         esac ;;
6473       *)
6474         case $missing_languages in
6475           *,$i,*) ;;
6476           *) missing_languages="$missing_languages$i," ;;
6477         esac ;;
6478      esac
6479   done
6480 fi
6481
6482
6483   # Remove leading/trailing commas that were added for simplicity
6484   potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6485   missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6486   stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6487   new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6488
6489   if test "x$missing_languages" != x; then
6490     as_fn_error "
6491 The following requested languages could not be built: ${missing_languages}
6492 Supported languages are: ${potential_languages}" "$LINENO" 5
6493   fi
6494   if test "x$new_enable_languages" != "x$enable_languages"; then
6495     echo The following languages will be built: ${new_enable_languages}
6496     enable_languages="$new_enable_languages"
6497   fi
6498
6499
6500   ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6501 fi
6502
6503 # Handle --disable-<component> generically.
6504 for dir in $configdirs $build_configdirs $target_configdirs ; do
6505   dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6506   varname=`echo $dirname | sed -e s/+/_/g`
6507   if eval test x\${enable_${varname}} "=" xno ; then
6508     noconfigdirs="$noconfigdirs $dir"
6509   fi
6510 done
6511
6512 # Check for Boehm's garbage collector
6513 # Check whether --enable-objc-gc was given.
6514 if test "${enable_objc_gc+set}" = set; then :
6515   enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6516   *,objc,*:*:yes:*target-boehm-gc*)
6517     as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6518     ;;
6519 esac
6520 fi
6521
6522
6523 # Make sure we only build Boehm's garbage collector if required.
6524 case ,${enable_languages},:${enable_objc_gc} in
6525   *,objc,*:yes)
6526     # Keep target-boehm-gc if requested for Objective-C.
6527     ;;
6528   *)
6529     # Otherwise remove target-boehm-gc depending on target-libjava.
6530     if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6531       noconfigdirs="$noconfigdirs target-boehm-gc"
6532     fi
6533     ;;
6534 esac
6535
6536 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6537 # $build_configdirs and $target_configdirs.
6538 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6539
6540 notsupp=""
6541 for dir in . $skipdirs $noconfigdirs ; do
6542   dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6543   if test $dir != .  && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6544     configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6545     if test -r $srcdir/$dirname/configure ; then
6546       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6547         true
6548       else
6549         notsupp="$notsupp $dir"
6550       fi
6551     fi
6552   fi
6553   if test $dir != .  && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6554     build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6555     if test -r $srcdir/$dirname/configure ; then
6556       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6557         true
6558       else
6559         notsupp="$notsupp $dir"
6560       fi
6561     fi
6562   fi
6563   if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6564     target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6565     if test -r $srcdir/$dirname/configure ; then
6566       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6567         true
6568       else
6569         notsupp="$notsupp $dir"
6570       fi
6571     fi
6572   fi
6573 done
6574
6575 # Sometimes the tools are distributed with libiberty but with no other
6576 # libraries.  In that case, we don't want to build target-libiberty.
6577 # Don't let libgcc imply libiberty either.
6578 if test -n "${target_configdirs}" ; then
6579   libgcc=
6580   others=
6581   for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6582     if test "$i" = "libgcc"; then
6583       libgcc=target-libgcc
6584     elif test "$i" != "libiberty" ; then
6585       if test -r $srcdir/$i/configure ; then
6586         others=yes;
6587         break;
6588       fi
6589     fi
6590   done
6591   if test -z "${others}" ; then
6592     target_configdirs=$libgcc
6593   fi
6594 fi
6595
6596 # Quietly strip out all directories which aren't configurable in this tree.
6597 # This relies on all configurable subdirectories being autoconfiscated, which
6598 # is now the case.
6599 build_configdirs_all="$build_configdirs"
6600 build_configdirs=
6601 for i in ${build_configdirs_all} ; do
6602   j=`echo $i | sed -e s/build-//g`
6603   if test -f ${srcdir}/$j/configure ; then
6604     build_configdirs="${build_configdirs} $i"
6605   fi
6606 done
6607
6608 configdirs_all="$configdirs"
6609 configdirs=
6610 for i in ${configdirs_all} ; do
6611   if test -f ${srcdir}/$i/configure ; then
6612     configdirs="${configdirs} $i"
6613   fi
6614 done
6615
6616 target_configdirs_all="$target_configdirs"
6617 target_configdirs=
6618 for i in ${target_configdirs_all} ; do
6619   j=`echo $i | sed -e s/target-//g`
6620   if test -f ${srcdir}/$j/configure ; then
6621     target_configdirs="${target_configdirs} $i"
6622   fi
6623 done
6624
6625 # Produce a warning message for the subdirs we can't configure.
6626 # This isn't especially interesting in the Cygnus tree, but in the individual
6627 # FSF releases, it's important to let people know when their machine isn't
6628 # supported by the one or two programs in a package.
6629
6630 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6631   # If $appdirs is non-empty, at least one of those directories must still
6632   # be configured, or we error out.  (E.g., if the gas release supports a
6633   # specified target in some subdirs but not the gas subdir, we shouldn't
6634   # pretend that all is well.)
6635   if test -n "$appdirs" ; then
6636     for dir in $appdirs ; do
6637       if test -r $dir/Makefile.in ; then
6638         if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6639           appdirs=""
6640           break
6641         fi
6642         if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6643           appdirs=""
6644           break
6645         fi
6646       fi
6647     done
6648     if test -n "$appdirs" ; then
6649       echo "*** This configuration is not supported by this package." 1>&2
6650       exit 1
6651     fi
6652   fi
6653   # Okay, some application will build, or we don't care to check.  Still
6654   # notify of subdirs not getting built.
6655   echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6656   echo "    ${notsupp}" 1>&2
6657   echo "    (Any other directories should still work fine.)" 1>&2
6658 fi
6659
6660 case "$host" in
6661   *msdosdjgpp*)
6662     enable_gdbtk=no ;;
6663 esac
6664
6665 # To find our prefix, in gcc_cv_tool_prefix.
6666
6667 # The user is always right.
6668 if test "${PATH_SEPARATOR+set}" != set; then
6669   echo "#! /bin/sh" >conf$$.sh
6670   echo  "exit 0"   >>conf$$.sh
6671   chmod +x conf$$.sh
6672   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6673     PATH_SEPARATOR=';'
6674   else
6675     PATH_SEPARATOR=:
6676   fi
6677   rm -f conf$$.sh
6678 fi
6679
6680
6681
6682 if test "x$exec_prefix" = xNONE; then
6683         if test "x$prefix" = xNONE; then
6684                 gcc_cv_tool_prefix=$ac_default_prefix
6685         else
6686                 gcc_cv_tool_prefix=$prefix
6687         fi
6688 else
6689         gcc_cv_tool_prefix=$exec_prefix
6690 fi
6691
6692 # If there is no compiler in the tree, use the PATH only.  In any
6693 # case, if there is no compiler in the tree nobody should use
6694 # AS_FOR_TARGET and LD_FOR_TARGET.
6695 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6696     gcc_version=`cat $srcdir/gcc/BASE-VER`
6697     gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6698     gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6699     gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6700     gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6701     gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6702     gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6703 else
6704     gcc_cv_tool_dirs=
6705 fi
6706
6707 if test x$build = x$target && test -n "$md_exec_prefix"; then
6708         gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6709 fi
6710
6711
6712
6713 copy_dirs=
6714
6715
6716 # Check whether --with-build-sysroot was given.
6717 if test "${with_build_sysroot+set}" = set; then :
6718   withval=$with_build_sysroot; if test x"$withval" != x ; then
6719      SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6720    fi
6721 else
6722   SYSROOT_CFLAGS_FOR_TARGET=
6723 fi
6724
6725
6726
6727
6728 # Check whether --with-debug-prefix-map was given.
6729 if test "${with_debug_prefix_map+set}" = set; then :
6730   withval=$with_debug_prefix_map; if test x"$withval" != x; then
6731      DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6732      for debug_map in $withval; do
6733        DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6734      done
6735    fi
6736 else
6737   DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6738 fi
6739
6740
6741
6742 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6743 # might be empty or "-g".  We don't require a C++ compiler, so CXXFLAGS
6744 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6745 # We want to ensure that TARGET libraries (which we know are built with
6746 # gcc) are built with "-O2 -g", so include those options when setting
6747 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6748 if test "x$CFLAGS_FOR_TARGET" = x; then
6749   CFLAGS_FOR_TARGET=$CFLAGS
6750   case " $CFLAGS " in
6751     *" -O2 "*) ;;
6752     *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6753   esac
6754   case " $CFLAGS " in
6755     *" -g "* | *" -g3 "*) ;;
6756     *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6757   esac
6758 fi
6759
6760
6761 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6762   CXXFLAGS_FOR_TARGET=$CXXFLAGS
6763   case " $CXXFLAGS " in
6764     *" -O2 "*) ;;
6765     *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6766   esac
6767   case " $CXXFLAGS " in
6768     *" -g "* | *" -g3 "*) ;;
6769     *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6770   esac
6771 fi
6772
6773
6774 # Handle --with-headers=XXX.  If the value is not "yes", the contents of
6775 # the named directory are copied to $(tooldir)/sys-include.
6776 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6777   if test x${is_cross_compiler} = xno ; then
6778     echo 1>&2 '***' --with-headers is only supported when cross compiling
6779     exit 1
6780   fi
6781   if test x"${with_headers}" != xyes ; then
6782     x=${gcc_cv_tool_prefix}
6783     copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6784   fi
6785 fi
6786
6787 # Handle --with-libs=XXX.  If the value is not "yes", the contents of
6788 # the name directories are copied to $(tooldir)/lib.  Multiple directories
6789 # are permitted.
6790 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6791   if test x${is_cross_compiler} = xno ; then
6792     echo 1>&2 '***' --with-libs is only supported when cross compiling
6793     exit 1
6794   fi
6795   if test x"${with_libs}" != xyes ; then
6796     # Copy the libraries in reverse order, so that files in the first named
6797     # library override files in subsequent libraries.
6798     x=${gcc_cv_tool_prefix}
6799     for l in ${with_libs}; do
6800       copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6801     done
6802   fi
6803 fi
6804
6805 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6806 #
6807 # This is done by determining whether or not the appropriate directory
6808 # is available, and by checking whether or not specific configurations
6809 # have requested that this magic not happen.
6810 #
6811 # The command line options always override the explicit settings in
6812 # configure.in, and the settings in configure.in override this magic.
6813 #
6814 # If the default for a toolchain is to use GNU as and ld, and you don't
6815 # want to do that, then you should use the --without-gnu-as and
6816 # --without-gnu-ld options for the configure script.  Similarly, if
6817 # the default is to use the included zlib and you don't want to do that,
6818 # you should use the --with-system-zlib option for the configure script.
6819
6820 if test x${use_gnu_as} = x &&
6821    echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6822   with_gnu_as=yes
6823   extra_host_args="$extra_host_args --with-gnu-as"
6824 fi
6825
6826 if test x${use_gnu_ld} = x &&
6827    echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6828   with_gnu_ld=yes
6829   extra_host_args="$extra_host_args --with-gnu-ld"
6830 fi
6831
6832 if test x${use_included_zlib} = x &&
6833    echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6834   :
6835 else
6836   with_system_zlib=yes
6837   extra_host_args="$extra_host_args --with-system-zlib"
6838 fi
6839
6840 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6841 # can detect this case.
6842
6843 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6844   with_newlib=yes
6845   extra_host_args="$extra_host_args --with-newlib"
6846 fi
6847
6848 # Handle ${copy_dirs}
6849 set fnord ${copy_dirs}
6850 shift
6851 while test $# != 0 ; do
6852   if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6853     :
6854   else
6855     echo Copying $1 to $2
6856
6857     # Use the install script to create the directory and all required
6858     # parent directories.
6859     if test -d $2 ; then
6860       :
6861     else
6862       echo >config.temp
6863       ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6864     fi
6865
6866     # Copy the directory, assuming we have tar.
6867     # FIXME: Should we use B in the second tar?  Not all systems support it.
6868     (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6869
6870     # It is the responsibility of the user to correctly adjust all
6871     # symlinks.  If somebody can figure out how to handle them correctly
6872     # here, feel free to add the code.
6873
6874     echo $1 > $2/COPIED
6875   fi
6876   shift; shift
6877 done
6878
6879 # Determine a target-dependent exec_prefix that the installed
6880 # gcc will search in.  Keep this list sorted by triplet, with
6881 # the *-*-osname triplets last.
6882 md_exec_prefix=
6883 case "${target}" in
6884   alpha*-*-*vms*)
6885     md_exec_prefix=/gnu/lib/gcc-lib
6886     ;;
6887   i[34567]86-pc-msdosdjgpp*)
6888     md_exec_prefix=/dev/env/DJDIR/bin
6889     ;;
6890   i[34567]86-*-sco3.2v5*)
6891     if test $with_gnu_as = yes; then
6892       md_exec_prefix=/usr/gnu/bin
6893     else
6894       md_exec_prefix=/usr/ccs/bin/elf
6895     fi
6896     ;;
6897
6898   mn10300-*-* | \
6899   powerpc-*-chorusos* | \
6900   powerpc*-*-eabi* | \
6901   powerpc*-*-sysv* | \
6902   powerpc*-*-kaos* | \
6903   s390x-ibm-tpf*)
6904     md_exec_prefix=/usr/ccs/bin
6905     ;;
6906   sparc64-*-elf*)
6907     ;;
6908   v850*-*-*)
6909     md_exec_prefix=/usr/ccs/bin
6910     ;;
6911   xtensa*-*-elf*)
6912     ;;
6913
6914   *-*-beos* | \
6915   *-*-elf* | \
6916   *-*-hpux* | \
6917   *-*-netware* | \
6918   *-*-nto-qnx* | \
6919   *-*-rtems* | \
6920   *-*-solaris2* | \
6921   *-*-sysv[45]* | \
6922   *-*-vxworks* | \
6923   *-wrs-windiss)
6924     md_exec_prefix=/usr/ccs/bin
6925     ;;
6926 esac
6927
6928 extra_arflags_for_target=
6929 extra_nmflags_for_target=
6930 extra_ranlibflags_for_target=
6931 target_makefile_frag=/dev/null
6932 case "${target}" in
6933   mep*-*-*)
6934     target_makefile_frag="config/mt-mep"
6935     ;;
6936   spu-*-*)
6937     target_makefile_frag="config/mt-spu"
6938     ;;
6939   mips*-sde-elf*)
6940     target_makefile_frag="config/mt-sde"
6941     ;;
6942   mipsisa*-*-elfoabi*)
6943     target_makefile_frag="config/mt-mips-elfoabi"
6944     ;;
6945   mips*-*-*linux* | mips*-*-gnu*)
6946     target_makefile_frag="config/mt-mips-gnu"
6947     ;;
6948   *-*-netware*)
6949     target_makefile_frag="config/mt-netware"
6950     ;;
6951   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6952     target_makefile_frag="config/mt-gnu"
6953     ;;
6954   *-*-aix4.[3456789]* | *-*-aix[56789].*)
6955     # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6956     # commands to handle both 32-bit and 64-bit objects.  These flags are
6957     # harmless if we're using GNU nm or ar.
6958     extra_arflags_for_target=" -X32_64"
6959     extra_nmflags_for_target=" -B -X32_64"
6960     ;;
6961   *-*-darwin[3-9]*)
6962     # ranlib before Darwin10 requires the -c flag to look at common symbols.
6963     extra_ranlibflags_for_target=" -c"
6964     ;;
6965   mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6966     target_makefile_frag="config/mt-wince"
6967     ;;
6968 esac
6969
6970 alphaieee_frag=/dev/null
6971 case $target in
6972   alpha*-*-*)
6973     # This just makes sure to use the -mieee option to build target libs.
6974     # This should probably be set individually by each library.
6975     alphaieee_frag="config/mt-alphaieee"
6976     ;;
6977 esac
6978
6979 # If --enable-target-optspace always use -Os instead of -O2 to build
6980 # the target libraries, similarly if it is not specified, use -Os
6981 # on selected platforms.
6982 ospace_frag=/dev/null
6983 case "${enable_target_optspace}:${target}" in
6984   yes:*)
6985     ospace_frag="config/mt-ospace"
6986     ;;
6987   :d30v-*)
6988     ospace_frag="config/mt-d30v"
6989     ;;
6990   :m32r-* | :d10v-* | :fr30-*)
6991     ospace_frag="config/mt-ospace"
6992     ;;
6993   no:* | :*)
6994     ;;
6995   *)
6996     echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6997     ;;
6998 esac
6999
7000 # Default to using --with-stabs for certain targets.
7001 if test x${with_stabs} = x ; then
7002   case "${target}" in
7003   mips*-*-irix[56]*)
7004     ;;
7005   mips*-*-* | alpha*-*-osf*)
7006     with_stabs=yes;
7007     extra_host_args="${extra_host_args} --with-stabs"
7008     ;;
7009   esac
7010 fi
7011
7012 # hpux11 in 64bit mode has libraries in a weird place.  Arrange to find
7013 # them automatically.
7014 case "${host}" in
7015   hppa*64*-*-hpux11*)
7016     extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
7017     ;;
7018 esac
7019
7020 # Some systems (e.g., one of the i386-aix systems the gas testers are
7021 # using) don't handle "\$" correctly, so don't use it here.
7022 tooldir='${exec_prefix}'/${target_noncanonical}
7023 build_tooldir=${tooldir}
7024
7025 # Create a .gdbinit file which runs the one in srcdir
7026 # and tells GDB to look there for source files.
7027
7028 if test -r ${srcdir}/.gdbinit ; then
7029   case ${srcdir} in
7030     .) ;;
7031     *) cat > ./.gdbinit <<EOF
7032 # ${NO_EDIT}
7033 dir ${srcdir}
7034 dir .
7035 source ${srcdir}/.gdbinit
7036 EOF
7037     ;;
7038   esac
7039 fi
7040
7041 # Make sure that the compiler is able to generate an executable.  If it
7042 # can't, we are probably in trouble.  We don't care whether we can run the
7043 # executable--we might be using a cross compiler--we only care whether it
7044 # can be created.  At this point the main configure script has set CC.
7045 we_are_ok=no
7046 echo "int main () { return 0; }" > conftest.c
7047 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7048 if test $? = 0 ; then
7049   if test -s conftest || test -s conftest.exe ; then
7050     we_are_ok=yes
7051   fi
7052 fi
7053 case $we_are_ok in
7054   no)
7055     echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7056     echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7057     rm -f conftest*
7058     exit 1
7059     ;;
7060 esac
7061 rm -f conftest*
7062
7063 # The Solaris /usr/ucb/cc compiler does not appear to work.
7064 case "${host}" in
7065   sparc-sun-solaris2*)
7066       CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
7067       if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
7068           could_use=
7069           test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
7070           if test -d /opt/cygnus/bin ; then
7071               if test "$could_use" = "" ; then
7072                   could_use="/opt/cygnus/bin"
7073               else
7074                   could_use="$could_use or /opt/cygnus/bin"
7075               fi
7076           fi
7077         if test "$could_use" = "" ; then
7078             echo "Warning: compilation may fail because you're using"
7079             echo "/usr/ucb/cc.  You should change your PATH or CC "
7080             echo "variable and rerun configure."
7081         else
7082             echo "Warning: compilation may fail because you're using"
7083             echo "/usr/ucb/cc, when you should use the C compiler from"
7084             echo "$could_use.  You should change your"
7085             echo "PATH or CC variable and rerun configure."
7086         fi
7087       fi
7088   ;;
7089 esac
7090
7091 # Decide which environment variable is used to find dynamic libraries.
7092 case "${host}" in
7093   *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
7094   *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
7095   *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
7096   *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7097 esac
7098
7099 # On systems where the dynamic library environment variable is PATH,
7100 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
7101 # built executables to PATH.
7102 if test "$RPATH_ENVVAR" = PATH; then
7103   GCC_SHLIB_SUBDIR=/shlib
7104 else
7105   GCC_SHLIB_SUBDIR=
7106 fi
7107
7108 # Record target_configdirs and the configure arguments for target and
7109 # build configuration in Makefile.
7110 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7111 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7112
7113 # If we are building libgomp, bootstrap it.
7114 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7115   bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7116 fi
7117
7118 # Determine whether gdb needs tk/tcl or not.
7119 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7120 # and in that case we want gdb to be built without tk.  Ugh!
7121 # In fact I believe gdb is the *only* package directly dependent on tk,
7122 # so we should be able to put the 'maybe's in unconditionally and
7123 # leave out the maybe dependencies when enable_gdbtk is false.  I'm not
7124 # 100% sure that that's safe though.
7125
7126 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7127 case "$enable_gdbtk" in
7128   no)
7129     GDB_TK="" ;;
7130   yes)
7131     GDB_TK="${gdb_tk}" ;;
7132   *)
7133     # Only add the dependency on gdbtk when GDBtk is part of the gdb
7134     # distro.  Eventually someone will fix this and move Insight, nee
7135     # gdbtk to a separate directory.
7136     if test -d ${srcdir}/gdb/gdbtk ; then
7137       GDB_TK="${gdb_tk}"
7138     else
7139       GDB_TK=""
7140     fi
7141     ;;
7142 esac
7143 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7144 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7145
7146 # Strip out unwanted targets.
7147
7148 # While at that, we remove Makefiles if we were started for recursive
7149 # configuration, so that the top-level Makefile reconfigures them,
7150 # like we used to do when configure itself was recursive.
7151
7152 # Loop over modules.  We used to use the "$extrasub" feature from Autoconf
7153 # but now we're fixing up the Makefile ourselves with the additional
7154 # commands passed to AC_CONFIG_FILES.  Use separate variables
7155 # extrasub-{build,host,target} not because there is any reason to split
7156 # the substitutions up that way, but only to remain below the limit of
7157 # 99 commands in a script, for HP-UX sed.
7158 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7159
7160 # Check whether --enable-bootstrap was given.
7161 if test "${enable_bootstrap+set}" = set; then :
7162   enableval=$enable_bootstrap;
7163 else
7164   enable_bootstrap=default
7165 fi
7166
7167
7168 # Issue errors and warnings for invalid/strange bootstrap combinations.
7169 case "$configdirs" in
7170   *gcc*) have_compiler=yes ;;
7171   *) have_compiler=no ;;
7172 esac
7173
7174 case "$have_compiler:$host:$target:$enable_bootstrap" in
7175   *:*:*:no) ;;
7176
7177   # Default behavior.  Enable bootstrap if we have a compiler
7178   # and we are in a native configuration.
7179   yes:$build:$build:default)
7180     enable_bootstrap=yes ;;
7181
7182   *:*:*:default)
7183     enable_bootstrap=no ;;
7184
7185   # We have a compiler and we are in a native configuration, bootstrap is ok
7186   yes:$build:$build:yes)
7187     ;;
7188
7189   # Other configurations, but we have a compiler.  Assume the user knows
7190   # what he's doing.
7191   yes:*:*:yes)
7192     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7193 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
7194     ;;
7195
7196   # No compiler: if they passed --enable-bootstrap explicitly, fail
7197   no:*:*:yes)
7198     as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
7199
7200   # Fail if wrong command line
7201   *)
7202     as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
7203     ;;
7204 esac
7205
7206 case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7207   *,c++,*:yes:yes) ;;
7208   *:yes:yes)
7209     as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7210     ;;
7211 esac
7212
7213 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7214   yes:yes:*\ gold\ *:*,c++,*) ;;
7215   yes:yes:*\ gold\ *:*)
7216     as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7217     ;;
7218 esac
7219
7220 # Adjust the toplevel makefile according to whether bootstrap was selected.
7221 case $enable_bootstrap in
7222   yes)
7223     bootstrap_suffix=bootstrap
7224     BUILD_CONFIG=bootstrap-debug
7225     ;;
7226   no)
7227     bootstrap_suffix=no-bootstrap
7228     BUILD_CONFIG=
7229     ;;
7230 esac
7231
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7233 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7234
7235
7236 # Check whether --with-build-config was given.
7237 if test "${with_build_config+set}" = set; then :
7238   withval=$with_build_config; case $with_build_config in
7239    yes) with_build_config= ;;
7240    no) with_build_config= BUILD_CONFIG= ;;
7241    esac
7242 fi
7243
7244
7245 if test "x${with_build_config}" != x; then
7246   BUILD_CONFIG=$with_build_config
7247 else
7248   case $BUILD_CONFIG in
7249   bootstrap-debug)
7250     if echo "int f (void) { return 0; }" > conftest.c &&
7251        ${CC} -c conftest.c &&
7252        mv conftest.o conftest.o.g0 &&
7253        ${CC} -c -g conftest.c &&
7254        mv conftest.o conftest.o.g &&
7255        ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7256       :
7257     else
7258       BUILD_CONFIG=
7259     fi
7260     rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7261     ;;
7262   esac
7263 fi
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7265 $as_echo "$BUILD_CONFIG" >&6; }
7266
7267
7268 extrasub_build=
7269 for module in ${build_configdirs} ; do
7270   if test -z "${no_recursion}" \
7271      && test -f ${build_subdir}/${module}/Makefile; then
7272     echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7273     rm -f ${build_subdir}/${module}/Makefile
7274   fi
7275   extrasub_build="$extrasub_build
7276 /^@if build-$module\$/d
7277 /^@endif build-$module\$/d
7278 /^@if build-$module-$bootstrap_suffix\$/d
7279 /^@endif build-$module-$bootstrap_suffix\$/d"
7280 done
7281 extrasub_host=
7282 for module in ${configdirs} ; do
7283   if test -z "${no_recursion}"; then
7284     for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7285       if test -f ${file}; then
7286         echo 1>&2 "*** removing ${file} to force reconfigure"
7287         rm -f ${file}
7288       fi
7289     done
7290   fi
7291   extrasub_host="$extrasub_host
7292 /^@if $module\$/d
7293 /^@endif $module\$/d
7294 /^@if $module-$bootstrap_suffix\$/d
7295 /^@endif $module-$bootstrap_suffix\$/d"
7296 done
7297 extrasub_target=
7298 for module in ${target_configdirs} ; do
7299   if test -z "${no_recursion}" \
7300      && test -f ${target_subdir}/${module}/Makefile; then
7301     echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7302     rm -f ${target_subdir}/${module}/Makefile
7303   fi
7304
7305   # We only bootstrap target libraries listed in bootstrap_target_libs.
7306   case $bootstrap_target_libs in
7307     *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7308     *) target_bootstrap_suffix=no-bootstrap ;;
7309   esac
7310
7311   extrasub_target="$extrasub_target
7312 /^@if target-$module\$/d
7313 /^@endif target-$module\$/d
7314 /^@if target-$module-$target_bootstrap_suffix\$/d
7315 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7316 done
7317
7318 # Do the final fixup along with target modules.
7319 extrasub_target="$extrasub_target
7320 /^@if /,/^@endif /d"
7321
7322 # Create the serialization dependencies.  This uses a temporary file.
7323
7324 # Check whether --enable-serial-configure was given.
7325 if test "${enable_serial_configure+set}" = set; then :
7326   enableval=$enable_serial_configure;
7327 fi
7328
7329
7330 case ${enable_serial_configure} in
7331   yes)
7332     enable_serial_build_configure=yes
7333     enable_serial_host_configure=yes
7334     enable_serial_target_configure=yes
7335     ;;
7336 esac
7337
7338 # These force 'configure's to be done one at a time, to avoid problems
7339 # with contention over a shared config.cache.
7340 rm -f serdep.tmp
7341 echo '# serdep.tmp' > serdep.tmp
7342 olditem=
7343 test "x${enable_serial_build_configure}" = xyes &&
7344 for item in ${build_configdirs} ; do
7345   case ${olditem} in
7346     "") ;;
7347     *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7348   esac
7349   olditem=${item}
7350 done
7351 olditem=
7352 test "x${enable_serial_host_configure}" = xyes &&
7353 for item in ${configdirs} ; do
7354   case ${olditem} in
7355     "") ;;
7356     *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7357   esac
7358   olditem=${item}
7359 done
7360 olditem=
7361 test "x${enable_serial_target_configure}" = xyes &&
7362 for item in ${target_configdirs} ; do
7363   case ${olditem} in
7364     "") ;;
7365     *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7366   esac
7367   olditem=${item}
7368 done
7369 serialization_dependencies=serdep.tmp
7370
7371
7372 # Base args.  Strip norecursion, cache-file, srcdir, host, build,
7373 # target, nonopt, and variable assignments.  These are the ones we
7374 # might not want to pass down to subconfigures.  The exception being
7375 # --cache-file=/dev/null, which is used to turn off the use of cache
7376 # files altogether, and which should be passed on to subconfigures.
7377 # Also strip program-prefix, program-suffix, and program-transform-name,
7378 # so that we can pass down a consistent program-transform-name.
7379 baseargs=
7380 tbaseargs=
7381 keep_next=no
7382 skip_next=no
7383 eval "set -- $ac_configure_args"
7384 for ac_arg
7385 do
7386   if test X"$skip_next" = X"yes"; then
7387     skip_next=no
7388     continue
7389   fi
7390   if test X"$keep_next" = X"yes"; then
7391     case $ac_arg in
7392       *\'*)
7393         ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7394     esac
7395     baseargs="$baseargs '$ac_arg'"
7396     tbaseargs="$tbaseargs '$ac_arg'"
7397     keep_next=no
7398     continue
7399   fi
7400
7401   # Handle separated arguments.  Based on the logic generated by
7402   # autoconf 2.59.
7403   case $ac_arg in
7404     *=* | --config-cache | -C | -disable-* | --disable-* \
7405       | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7406       | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7407       | -with-* | --with-* | -without-* | --without-* | --x)
7408       separate_arg=no
7409       ;;
7410     -*)
7411       separate_arg=yes
7412       ;;
7413     *)
7414       separate_arg=no
7415       ;;
7416   esac
7417
7418   skip_targ=no
7419   case $ac_arg in
7420
7421   --with-* | --without-*)
7422     libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7423
7424     case $libopt in
7425     *[-_]include)
7426       lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7427       ;;
7428     *[-_]lib)
7429       lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7430       ;;
7431     *)
7432       lib=$libopt
7433       ;;
7434     esac
7435
7436
7437     case $lib in
7438     mpc | mpfr | gmp | ppl | cloog)
7439       # If we're processing --with-$lib, --with-$lib-include or
7440       # --with-$lib-lib, for one of the libs above, and target is
7441       # different from host, don't pass the current argument to any
7442       # target library's configure.
7443       if test x$is_cross_compiler = xyes; then
7444         skip_targ=yes
7445       fi
7446       ;;
7447     esac
7448     ;;
7449   esac
7450
7451   case "$ac_arg" in
7452     --cache-file=/dev/null | \
7453     -cache-file=/dev/null )
7454       # Handled here to avoid the test to skip args below.
7455       baseargs="$baseargs '$ac_arg'"
7456       tbaseargs="$tbaseargs '$ac_arg'"
7457       # Assert: $separate_arg should always be no.
7458       keep_next=$separate_arg
7459       ;;
7460     --no*)
7461       continue
7462       ;;
7463     --c* | \
7464     --sr* | \
7465     --ho* | \
7466     --bu* | \
7467     --t* | \
7468     --program-* | \
7469     -cache_file* | \
7470     -srcdir* | \
7471     -host* | \
7472     -build* | \
7473     -target* | \
7474     -program-prefix* | \
7475     -program-suffix* | \
7476     -program-transform-name* )
7477       skip_next=$separate_arg
7478       continue
7479       ;;
7480     -*)
7481       # An option.  Add it.
7482       case $ac_arg in
7483         *\'*)
7484           ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7485       esac
7486       baseargs="$baseargs '$ac_arg'"
7487       if test X"$skip_targ" = Xno; then
7488         tbaseargs="$tbaseargs '$ac_arg'"
7489       fi
7490       keep_next=$separate_arg
7491       ;;
7492     *)
7493       # Either a variable assignment, or a nonopt (triplet).  Don't
7494       # pass it down; let the Makefile handle this.
7495       continue
7496       ;;
7497   esac
7498 done
7499 # Remove the initial space we just introduced and, as these will be
7500 # expanded by make, quote '$'.
7501 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7502
7503 # Add in --program-transform-name, after --program-prefix and
7504 # --program-suffix have been applied to it.  Autoconf has already
7505 # doubled dollar signs and backslashes in program_transform_name; we want
7506 # the backslashes un-doubled, and then the entire thing wrapped in single
7507 # quotes, because this will be expanded first by make and then by the shell.
7508 # Also, because we want to override the logic in subdir configure scripts to
7509 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7510 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7511 ${program_transform_name}
7512 EOF_SED
7513 gcc_transform_name=`cat conftestsed.out`
7514 rm -f conftestsed.out
7515 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7516 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7517 if test "$silent" = yes; then
7518   baseargs="$baseargs --silent"
7519   tbaseargs="$tbaseargs --silent"
7520 fi
7521 baseargs="$baseargs --disable-option-checking"
7522 tbaseargs="$tbaseargs --disable-option-checking"
7523
7524 # Record and document user additions to sub configure arguments.
7525
7526
7527
7528
7529 # For the build-side libraries, we just need to pretend we're native,
7530 # and not use the same cache file.  Multilibs are neither needed nor
7531 # desired.
7532 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7533
7534 # For host modules, accept cache file option, or specification as blank.
7535 case "${cache_file}" in
7536 "") # empty
7537   cache_file_option="" ;;
7538 /* | [A-Za-z]:[\\/]* ) # absolute path
7539   cache_file_option="--cache-file=${cache_file}" ;;
7540 *) # relative path
7541   cache_file_option="--cache-file=../${cache_file}" ;;
7542 esac
7543
7544 # Host dirs don't like to share a cache file either, horribly enough.
7545 # This seems to be due to autoconf 2.5x stupidity.
7546 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7547
7548 target_configargs="$target_configargs ${tbaseargs}"
7549
7550 # Passing a --with-cross-host argument lets the target libraries know
7551 # whether they are being built with a cross-compiler or being built
7552 # native.  However, it would be better to use other mechanisms to make the
7553 # sorts of decisions they want to make on this basis.  Please consider
7554 # this option to be deprecated.  FIXME.
7555 if test x${is_cross_compiler} = xyes ; then
7556   target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7557 fi
7558
7559 # Default to --enable-multilib.
7560 if test x${enable_multilib} = x ; then
7561   target_configargs="--enable-multilib ${target_configargs}"
7562 fi
7563
7564 # Pass --with-newlib if appropriate.  Note that target_configdirs has
7565 # changed from the earlier setting of with_newlib.
7566 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7567   target_configargs="--with-newlib ${target_configargs}"
7568 fi
7569
7570 # Different target subdirs use different values of certain variables
7571 # (notably CXX).  Worse, multilibs use *lots* of different values.
7572 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7573 # it doesn't automatically accept command-line overrides of them.
7574 # This means it's not safe for target subdirs to share a cache file,
7575 # which is disgusting, but there you have it.  Hopefully this can be
7576 # fixed in future.  It's still worthwhile to use a cache file for each
7577 # directory.  I think.
7578
7579 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7580 # We need to pass --target, as newer autoconf's requires consistency
7581 # for target_alias and gcc doesn't manage it consistently.
7582 target_configargs="--cache-file=./config.cache ${target_configargs}"
7583
7584 FLAGS_FOR_TARGET=
7585 case " $target_configdirs " in
7586  *" newlib "*)
7587   case " $target_configargs " in
7588   *" --with-newlib "*)
7589    case "$target" in
7590     *-cygwin*)
7591       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
7592       ;;
7593    esac
7594
7595    # If we're not building GCC, don't discard standard headers.
7596    if test -d ${srcdir}/gcc; then
7597      FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7598
7599      if test "${build}" != "${host}"; then
7600        # On Canadian crosses, CC_FOR_TARGET will have already been set
7601        # by `configure', so we won't have an opportunity to add -Bgcc/
7602        # to it.  This is right: we don't want to search that directory
7603        # for binaries, but we want the header files in there, so add
7604        # them explicitly.
7605        FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7606
7607        # Someone might think of using the pre-installed headers on
7608        # Canadian crosses, in case the installed compiler is not fully
7609        # compatible with the compiler being built.  In this case, it
7610        # would be better to flag an error than risking having
7611        # incompatible object files being constructed.  We can't
7612        # guarantee that an error will be flagged, but let's hope the
7613        # compiler will do it, when presented with incompatible header
7614        # files.
7615      fi
7616    fi
7617
7618    case "${target}-${is_cross_compiler}" in
7619    i[3456789]86-*-linux*-no)
7620       # Here host == target, so we don't need to build gcc,
7621       # so we don't want to discard standard headers.
7622       FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7623       ;;
7624    *)
7625       # If we're building newlib, use its generic headers last, but search
7626       # for any libc-related directories first (so make it the last -B
7627       # switch).
7628       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7629
7630       # If we're building libgloss, find the startup file, simulator library
7631       # and linker script.
7632       case " $target_configdirs " in
7633         *" libgloss "*)
7634         # Look for startup file, simulator library and maybe linker script.
7635         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7636         # Look for libnosys.a in case the target needs it.
7637         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7638         # Most targets have the linker script in the source directory.
7639         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7640         ;;
7641       esac
7642       ;;
7643    esac
7644    ;;
7645   esac
7646   ;;
7647 esac
7648
7649 case "$target" in
7650   x86_64-*mingw* | *-w64-mingw*)
7651   # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7652   # however, use a symlink named 'mingw' in ${prefix} .
7653     FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7654     ;;
7655   *-mingw*)
7656   # MinGW can't be handled as Cygwin above since it does not use newlib.
7657     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'
7658     ;;
7659 esac
7660
7661 # Allow the user to override the flags for
7662 # our build compiler if desired.
7663 if test x"${build}" = x"${host}" ; then
7664   CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7665   CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7666   LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7667 fi
7668
7669 # On Canadian crosses, we'll be searching the right directories for
7670 # the previously-installed cross compiler, so don't bother to add
7671 # flags for directories within the install tree of the compiler
7672 # being built; programs in there won't even run.
7673 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7674   # Search for pre-installed headers if nothing else fits.
7675   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7676 fi
7677
7678 if test "x${use_gnu_ld}" = x &&
7679    echo " ${configdirs} " | grep " ld " > /dev/null ; then
7680   # Arrange for us to find uninstalled linker scripts.
7681   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7682 fi
7683
7684 # Search for other target-specific linker scripts and such.
7685 case "${target}" in
7686   mep*)
7687     FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7688     ;;
7689 esac
7690
7691 # Makefile fragments.
7692 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7693 do
7694   eval fragval=\$$frag
7695   if test $fragval != /dev/null; then
7696     eval $frag=${srcdir}/$fragval
7697   fi
7698 done
7699
7700
7701
7702
7703
7704 # Miscellanea: directories, flags, etc.
7705
7706
7707
7708
7709
7710
7711
7712
7713 # Build module lists & subconfigure args.
7714
7715
7716
7717 # Host module lists & subconfigure args.
7718
7719
7720
7721
7722 # Target module lists & subconfigure args.
7723
7724
7725
7726 # Build tools.
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745 # Generate default definitions for YACC, M4, LEX and other programs that run
7746 # on the build machine.  These are used if the Makefile can't locate these
7747 # programs in objdir.
7748 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7749
7750 for ac_prog in 'bison -y' byacc yacc
7751 do
7752   # Extract the first word of "$ac_prog", so it can be a program name with args.
7753 set dummy $ac_prog; ac_word=$2
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7755 $as_echo_n "checking for $ac_word... " >&6; }
7756 if test "${ac_cv_prog_YACC+set}" = set; then :
7757   $as_echo_n "(cached) " >&6
7758 else
7759   if test -n "$YACC"; then
7760   ac_cv_prog_YACC="$YACC" # Let the user override the test.
7761 else
7762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7763 for as_dir in $PATH
7764 do
7765   IFS=$as_save_IFS
7766   test -z "$as_dir" && as_dir=.
7767     for ac_exec_ext in '' $ac_executable_extensions; do
7768   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7769     ac_cv_prog_YACC="$ac_prog"
7770     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7771     break 2
7772   fi
7773 done
7774   done
7775 IFS=$as_save_IFS
7776
7777 fi
7778 fi
7779 YACC=$ac_cv_prog_YACC
7780 if test -n "$YACC"; then
7781   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7782 $as_echo "$YACC" >&6; }
7783 else
7784   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7785 $as_echo "no" >&6; }
7786 fi
7787
7788
7789   test -n "$YACC" && break
7790 done
7791 test -n "$YACC" || YACC="$MISSING bison -y"
7792
7793 case " $build_configdirs " in
7794   *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7795   *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7796 esac
7797
7798 for ac_prog in bison
7799 do
7800   # Extract the first word of "$ac_prog", so it can be a program name with args.
7801 set dummy $ac_prog; ac_word=$2
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7803 $as_echo_n "checking for $ac_word... " >&6; }
7804 if test "${ac_cv_prog_BISON+set}" = set; then :
7805   $as_echo_n "(cached) " >&6
7806 else
7807   if test -n "$BISON"; then
7808   ac_cv_prog_BISON="$BISON" # Let the user override the test.
7809 else
7810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7811 for as_dir in $PATH
7812 do
7813   IFS=$as_save_IFS
7814   test -z "$as_dir" && as_dir=.
7815     for ac_exec_ext in '' $ac_executable_extensions; do
7816   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7817     ac_cv_prog_BISON="$ac_prog"
7818     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7819     break 2
7820   fi
7821 done
7822   done
7823 IFS=$as_save_IFS
7824
7825 fi
7826 fi
7827 BISON=$ac_cv_prog_BISON
7828 if test -n "$BISON"; then
7829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7830 $as_echo "$BISON" >&6; }
7831 else
7832   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7833 $as_echo "no" >&6; }
7834 fi
7835
7836
7837   test -n "$BISON" && break
7838 done
7839 test -n "$BISON" || BISON="$MISSING bison"
7840
7841 case " $build_configdirs " in
7842   *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7843 esac
7844
7845 for ac_prog in gm4 gnum4 m4
7846 do
7847   # Extract the first word of "$ac_prog", so it can be a program name with args.
7848 set dummy $ac_prog; ac_word=$2
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7850 $as_echo_n "checking for $ac_word... " >&6; }
7851 if test "${ac_cv_prog_M4+set}" = set; then :
7852   $as_echo_n "(cached) " >&6
7853 else
7854   if test -n "$M4"; then
7855   ac_cv_prog_M4="$M4" # Let the user override the test.
7856 else
7857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7858 for as_dir in $PATH
7859 do
7860   IFS=$as_save_IFS
7861   test -z "$as_dir" && as_dir=.
7862     for ac_exec_ext in '' $ac_executable_extensions; do
7863   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7864     ac_cv_prog_M4="$ac_prog"
7865     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7866     break 2
7867   fi
7868 done
7869   done
7870 IFS=$as_save_IFS
7871
7872 fi
7873 fi
7874 M4=$ac_cv_prog_M4
7875 if test -n "$M4"; then
7876   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7877 $as_echo "$M4" >&6; }
7878 else
7879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7880 $as_echo "no" >&6; }
7881 fi
7882
7883
7884   test -n "$M4" && break
7885 done
7886 test -n "$M4" || M4="$MISSING m4"
7887
7888 case " $build_configdirs " in
7889   *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7890 esac
7891
7892 for ac_prog in flex lex
7893 do
7894   # Extract the first word of "$ac_prog", so it can be a program name with args.
7895 set dummy $ac_prog; ac_word=$2
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7897 $as_echo_n "checking for $ac_word... " >&6; }
7898 if test "${ac_cv_prog_LEX+set}" = set; then :
7899   $as_echo_n "(cached) " >&6
7900 else
7901   if test -n "$LEX"; then
7902   ac_cv_prog_LEX="$LEX" # Let the user override the test.
7903 else
7904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7905 for as_dir in $PATH
7906 do
7907   IFS=$as_save_IFS
7908   test -z "$as_dir" && as_dir=.
7909     for ac_exec_ext in '' $ac_executable_extensions; do
7910   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7911     ac_cv_prog_LEX="$ac_prog"
7912     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7913     break 2
7914   fi
7915 done
7916   done
7917 IFS=$as_save_IFS
7918
7919 fi
7920 fi
7921 LEX=$ac_cv_prog_LEX
7922 if test -n "$LEX"; then
7923   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7924 $as_echo "$LEX" >&6; }
7925 else
7926   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7927 $as_echo "no" >&6; }
7928 fi
7929
7930
7931   test -n "$LEX" && break
7932 done
7933 test -n "$LEX" || LEX="$MISSING flex"
7934
7935 case " $build_configdirs " in
7936   *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7937   *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7938 esac
7939
7940 for ac_prog in flex
7941 do
7942   # Extract the first word of "$ac_prog", so it can be a program name with args.
7943 set dummy $ac_prog; ac_word=$2
7944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7945 $as_echo_n "checking for $ac_word... " >&6; }
7946 if test "${ac_cv_prog_FLEX+set}" = set; then :
7947   $as_echo_n "(cached) " >&6
7948 else
7949   if test -n "$FLEX"; then
7950   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7951 else
7952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7953 for as_dir in $PATH
7954 do
7955   IFS=$as_save_IFS
7956   test -z "$as_dir" && as_dir=.
7957     for ac_exec_ext in '' $ac_executable_extensions; do
7958   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7959     ac_cv_prog_FLEX="$ac_prog"
7960     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7961     break 2
7962   fi
7963 done
7964   done
7965 IFS=$as_save_IFS
7966
7967 fi
7968 fi
7969 FLEX=$ac_cv_prog_FLEX
7970 if test -n "$FLEX"; then
7971   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7972 $as_echo "$FLEX" >&6; }
7973 else
7974   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7975 $as_echo "no" >&6; }
7976 fi
7977
7978
7979   test -n "$FLEX" && break
7980 done
7981 test -n "$FLEX" || FLEX="$MISSING flex"
7982
7983 case " $build_configdirs " in
7984   *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7985 esac
7986
7987 for ac_prog in makeinfo
7988 do
7989   # Extract the first word of "$ac_prog", so it can be a program name with args.
7990 set dummy $ac_prog; ac_word=$2
7991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7992 $as_echo_n "checking for $ac_word... " >&6; }
7993 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7994   $as_echo_n "(cached) " >&6
7995 else
7996   if test -n "$MAKEINFO"; then
7997   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7998 else
7999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8000 for as_dir in $PATH
8001 do
8002   IFS=$as_save_IFS
8003   test -z "$as_dir" && as_dir=.
8004     for ac_exec_ext in '' $ac_executable_extensions; do
8005   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8006     ac_cv_prog_MAKEINFO="$ac_prog"
8007     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8008     break 2
8009   fi
8010 done
8011   done
8012 IFS=$as_save_IFS
8013
8014 fi
8015 fi
8016 MAKEINFO=$ac_cv_prog_MAKEINFO
8017 if test -n "$MAKEINFO"; then
8018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8019 $as_echo "$MAKEINFO" >&6; }
8020 else
8021   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022 $as_echo "no" >&6; }
8023 fi
8024
8025
8026   test -n "$MAKEINFO" && break
8027 done
8028 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8029
8030 case " $build_configdirs " in
8031   *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8032   *)
8033
8034     # For an installed makeinfo, we require it to be from texinfo 4.7 or
8035     # higher, else we use the "missing" dummy.
8036     if ${MAKEINFO} --version \
8037        | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
8038       :
8039     else
8040       MAKEINFO="$MISSING makeinfo"
8041     fi
8042     ;;
8043
8044 esac
8045
8046 # FIXME: expect and dejagnu may become build tools?
8047
8048 for ac_prog in expect
8049 do
8050   # Extract the first word of "$ac_prog", so it can be a program name with args.
8051 set dummy $ac_prog; ac_word=$2
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8053 $as_echo_n "checking for $ac_word... " >&6; }
8054 if test "${ac_cv_prog_EXPECT+set}" = set; then :
8055   $as_echo_n "(cached) " >&6
8056 else
8057   if test -n "$EXPECT"; then
8058   ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8059 else
8060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8061 for as_dir in $PATH
8062 do
8063   IFS=$as_save_IFS
8064   test -z "$as_dir" && as_dir=.
8065     for ac_exec_ext in '' $ac_executable_extensions; do
8066   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8067     ac_cv_prog_EXPECT="$ac_prog"
8068     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8069     break 2
8070   fi
8071 done
8072   done
8073 IFS=$as_save_IFS
8074
8075 fi
8076 fi
8077 EXPECT=$ac_cv_prog_EXPECT
8078 if test -n "$EXPECT"; then
8079   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8080 $as_echo "$EXPECT" >&6; }
8081 else
8082   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8083 $as_echo "no" >&6; }
8084 fi
8085
8086
8087   test -n "$EXPECT" && break
8088 done
8089 test -n "$EXPECT" || EXPECT="expect"
8090
8091 case " $configdirs " in
8092   *" expect "*)
8093     test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8094     ;;
8095 esac
8096
8097 for ac_prog in runtest
8098 do
8099   # Extract the first word of "$ac_prog", so it can be a program name with args.
8100 set dummy $ac_prog; ac_word=$2
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8102 $as_echo_n "checking for $ac_word... " >&6; }
8103 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8104   $as_echo_n "(cached) " >&6
8105 else
8106   if test -n "$RUNTEST"; then
8107   ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8108 else
8109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8110 for as_dir in $PATH
8111 do
8112   IFS=$as_save_IFS
8113   test -z "$as_dir" && as_dir=.
8114     for ac_exec_ext in '' $ac_executable_extensions; do
8115   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8116     ac_cv_prog_RUNTEST="$ac_prog"
8117     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8118     break 2
8119   fi
8120 done
8121   done
8122 IFS=$as_save_IFS
8123
8124 fi
8125 fi
8126 RUNTEST=$ac_cv_prog_RUNTEST
8127 if test -n "$RUNTEST"; then
8128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8129 $as_echo "$RUNTEST" >&6; }
8130 else
8131   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8132 $as_echo "no" >&6; }
8133 fi
8134
8135
8136   test -n "$RUNTEST" && break
8137 done
8138 test -n "$RUNTEST" || RUNTEST="runtest"
8139
8140 case " $configdirs " in
8141   *" dejagnu "*)
8142     test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8143     ;;
8144 esac
8145
8146
8147 # Host tools.
8148 ncn_tool_prefix=
8149 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8150 ncn_target_tool_prefix=
8151 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8152
8153
8154
8155 if test -n "$AR"; then
8156   ac_cv_prog_AR=$AR
8157 elif test -n "$ac_cv_prog_AR"; then
8158   AR=$ac_cv_prog_AR
8159 fi
8160
8161 if test -n "$ac_cv_prog_AR"; then
8162   for ncn_progname in ar; do
8163     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8164 set dummy ${ncn_progname}; ac_word=$2
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8166 $as_echo_n "checking for $ac_word... " >&6; }
8167 if test "${ac_cv_prog_AR+set}" = set; then :
8168   $as_echo_n "(cached) " >&6
8169 else
8170   if test -n "$AR"; then
8171   ac_cv_prog_AR="$AR" # Let the user override the test.
8172 else
8173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8174 for as_dir in $PATH
8175 do
8176   IFS=$as_save_IFS
8177   test -z "$as_dir" && as_dir=.
8178     for ac_exec_ext in '' $ac_executable_extensions; do
8179   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8180     ac_cv_prog_AR="${ncn_progname}"
8181     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8182     break 2
8183   fi
8184 done
8185   done
8186 IFS=$as_save_IFS
8187
8188 fi
8189 fi
8190 AR=$ac_cv_prog_AR
8191 if test -n "$AR"; then
8192   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8193 $as_echo "$AR" >&6; }
8194 else
8195   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8196 $as_echo "no" >&6; }
8197 fi
8198
8199
8200   done
8201 fi
8202
8203 for ncn_progname in ar; do
8204   if test -n "$ncn_tool_prefix"; then
8205     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8206 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8208 $as_echo_n "checking for $ac_word... " >&6; }
8209 if test "${ac_cv_prog_AR+set}" = set; then :
8210   $as_echo_n "(cached) " >&6
8211 else
8212   if test -n "$AR"; then
8213   ac_cv_prog_AR="$AR" # Let the user override the test.
8214 else
8215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8216 for as_dir in $PATH
8217 do
8218   IFS=$as_save_IFS
8219   test -z "$as_dir" && as_dir=.
8220     for ac_exec_ext in '' $ac_executable_extensions; do
8221   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8222     ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8223     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8224     break 2
8225   fi
8226 done
8227   done
8228 IFS=$as_save_IFS
8229
8230 fi
8231 fi
8232 AR=$ac_cv_prog_AR
8233 if test -n "$AR"; then
8234   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8235 $as_echo "$AR" >&6; }
8236 else
8237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8238 $as_echo "no" >&6; }
8239 fi
8240
8241
8242   fi
8243   if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8244     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8245 set dummy ${ncn_progname}; ac_word=$2
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8247 $as_echo_n "checking for $ac_word... " >&6; }
8248 if test "${ac_cv_prog_AR+set}" = set; then :
8249   $as_echo_n "(cached) " >&6
8250 else
8251   if test -n "$AR"; then
8252   ac_cv_prog_AR="$AR" # Let the user override the test.
8253 else
8254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255 for as_dir in $PATH
8256 do
8257   IFS=$as_save_IFS
8258   test -z "$as_dir" && as_dir=.
8259     for ac_exec_ext in '' $ac_executable_extensions; do
8260   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8261     ac_cv_prog_AR="${ncn_progname}"
8262     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8263     break 2
8264   fi
8265 done
8266   done
8267 IFS=$as_save_IFS
8268
8269 fi
8270 fi
8271 AR=$ac_cv_prog_AR
8272 if test -n "$AR"; then
8273   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8274 $as_echo "$AR" >&6; }
8275 else
8276   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8277 $as_echo "no" >&6; }
8278 fi
8279
8280
8281   fi
8282   test -n "$ac_cv_prog_AR" && break
8283 done
8284
8285 if test -z "$ac_cv_prog_AR" ; then
8286   set dummy ar
8287   if test $build = $host ; then
8288     AR="$2"
8289   else
8290     AR="${ncn_tool_prefix}$2"
8291   fi
8292 fi
8293
8294
8295
8296 if test -n "$AS"; then
8297   ac_cv_prog_AS=$AS
8298 elif test -n "$ac_cv_prog_AS"; then
8299   AS=$ac_cv_prog_AS
8300 fi
8301
8302 if test -n "$ac_cv_prog_AS"; then
8303   for ncn_progname in as; do
8304     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8305 set dummy ${ncn_progname}; ac_word=$2
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8307 $as_echo_n "checking for $ac_word... " >&6; }
8308 if test "${ac_cv_prog_AS+set}" = set; then :
8309   $as_echo_n "(cached) " >&6
8310 else
8311   if test -n "$AS"; then
8312   ac_cv_prog_AS="$AS" # Let the user override the test.
8313 else
8314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8315 for as_dir in $PATH
8316 do
8317   IFS=$as_save_IFS
8318   test -z "$as_dir" && as_dir=.
8319     for ac_exec_ext in '' $ac_executable_extensions; do
8320   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8321     ac_cv_prog_AS="${ncn_progname}"
8322     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8323     break 2
8324   fi
8325 done
8326   done
8327 IFS=$as_save_IFS
8328
8329 fi
8330 fi
8331 AS=$ac_cv_prog_AS
8332 if test -n "$AS"; then
8333   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8334 $as_echo "$AS" >&6; }
8335 else
8336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8337 $as_echo "no" >&6; }
8338 fi
8339
8340
8341   done
8342 fi
8343
8344 for ncn_progname in as; do
8345   if test -n "$ncn_tool_prefix"; then
8346     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8347 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8349 $as_echo_n "checking for $ac_word... " >&6; }
8350 if test "${ac_cv_prog_AS+set}" = set; then :
8351   $as_echo_n "(cached) " >&6
8352 else
8353   if test -n "$AS"; then
8354   ac_cv_prog_AS="$AS" # Let the user override the test.
8355 else
8356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8357 for as_dir in $PATH
8358 do
8359   IFS=$as_save_IFS
8360   test -z "$as_dir" && as_dir=.
8361     for ac_exec_ext in '' $ac_executable_extensions; do
8362   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8363     ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8364     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8365     break 2
8366   fi
8367 done
8368   done
8369 IFS=$as_save_IFS
8370
8371 fi
8372 fi
8373 AS=$ac_cv_prog_AS
8374 if test -n "$AS"; then
8375   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8376 $as_echo "$AS" >&6; }
8377 else
8378   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8379 $as_echo "no" >&6; }
8380 fi
8381
8382
8383   fi
8384   if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8385     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8386 set dummy ${ncn_progname}; ac_word=$2
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8388 $as_echo_n "checking for $ac_word... " >&6; }
8389 if test "${ac_cv_prog_AS+set}" = set; then :
8390   $as_echo_n "(cached) " >&6
8391 else
8392   if test -n "$AS"; then
8393   ac_cv_prog_AS="$AS" # Let the user override the test.
8394 else
8395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8396 for as_dir in $PATH
8397 do
8398   IFS=$as_save_IFS
8399   test -z "$as_dir" && as_dir=.
8400     for ac_exec_ext in '' $ac_executable_extensions; do
8401   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8402     ac_cv_prog_AS="${ncn_progname}"
8403     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8404     break 2
8405   fi
8406 done
8407   done
8408 IFS=$as_save_IFS
8409
8410 fi
8411 fi
8412 AS=$ac_cv_prog_AS
8413 if test -n "$AS"; then
8414   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8415 $as_echo "$AS" >&6; }
8416 else
8417   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8418 $as_echo "no" >&6; }
8419 fi
8420
8421
8422   fi
8423   test -n "$ac_cv_prog_AS" && break
8424 done
8425
8426 if test -z "$ac_cv_prog_AS" ; then
8427   set dummy as
8428   if test $build = $host ; then
8429     AS="$2"
8430   else
8431     AS="${ncn_tool_prefix}$2"
8432   fi
8433 fi
8434
8435
8436
8437 if test -n "$DLLTOOL"; then
8438   ac_cv_prog_DLLTOOL=$DLLTOOL
8439 elif test -n "$ac_cv_prog_DLLTOOL"; then
8440   DLLTOOL=$ac_cv_prog_DLLTOOL
8441 fi
8442
8443 if test -n "$ac_cv_prog_DLLTOOL"; then
8444   for ncn_progname in dlltool; do
8445     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8446 set dummy ${ncn_progname}; ac_word=$2
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8448 $as_echo_n "checking for $ac_word... " >&6; }
8449 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8450   $as_echo_n "(cached) " >&6
8451 else
8452   if test -n "$DLLTOOL"; then
8453   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8454 else
8455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8456 for as_dir in $PATH
8457 do
8458   IFS=$as_save_IFS
8459   test -z "$as_dir" && as_dir=.
8460     for ac_exec_ext in '' $ac_executable_extensions; do
8461   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8462     ac_cv_prog_DLLTOOL="${ncn_progname}"
8463     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8464     break 2
8465   fi
8466 done
8467   done
8468 IFS=$as_save_IFS
8469
8470 fi
8471 fi
8472 DLLTOOL=$ac_cv_prog_DLLTOOL
8473 if test -n "$DLLTOOL"; then
8474   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8475 $as_echo "$DLLTOOL" >&6; }
8476 else
8477   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8478 $as_echo "no" >&6; }
8479 fi
8480
8481
8482   done
8483 fi
8484
8485 for ncn_progname in dlltool; do
8486   if test -n "$ncn_tool_prefix"; then
8487     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8488 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8490 $as_echo_n "checking for $ac_word... " >&6; }
8491 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8492   $as_echo_n "(cached) " >&6
8493 else
8494   if test -n "$DLLTOOL"; then
8495   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8496 else
8497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8498 for as_dir in $PATH
8499 do
8500   IFS=$as_save_IFS
8501   test -z "$as_dir" && as_dir=.
8502     for ac_exec_ext in '' $ac_executable_extensions; do
8503   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8504     ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8505     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8506     break 2
8507   fi
8508 done
8509   done
8510 IFS=$as_save_IFS
8511
8512 fi
8513 fi
8514 DLLTOOL=$ac_cv_prog_DLLTOOL
8515 if test -n "$DLLTOOL"; then
8516   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8517 $as_echo "$DLLTOOL" >&6; }
8518 else
8519   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8520 $as_echo "no" >&6; }
8521 fi
8522
8523
8524   fi
8525   if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8526     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8527 set dummy ${ncn_progname}; ac_word=$2
8528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8529 $as_echo_n "checking for $ac_word... " >&6; }
8530 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8531   $as_echo_n "(cached) " >&6
8532 else
8533   if test -n "$DLLTOOL"; then
8534   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8535 else
8536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8537 for as_dir in $PATH
8538 do
8539   IFS=$as_save_IFS
8540   test -z "$as_dir" && as_dir=.
8541     for ac_exec_ext in '' $ac_executable_extensions; do
8542   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8543     ac_cv_prog_DLLTOOL="${ncn_progname}"
8544     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8545     break 2
8546   fi
8547 done
8548   done
8549 IFS=$as_save_IFS
8550
8551 fi
8552 fi
8553 DLLTOOL=$ac_cv_prog_DLLTOOL
8554 if test -n "$DLLTOOL"; then
8555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8556 $as_echo "$DLLTOOL" >&6; }
8557 else
8558   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8559 $as_echo "no" >&6; }
8560 fi
8561
8562
8563   fi
8564   test -n "$ac_cv_prog_DLLTOOL" && break
8565 done
8566
8567 if test -z "$ac_cv_prog_DLLTOOL" ; then
8568   set dummy dlltool
8569   if test $build = $host ; then
8570     DLLTOOL="$2"
8571   else
8572     DLLTOOL="${ncn_tool_prefix}$2"
8573   fi
8574 fi
8575
8576
8577
8578 if test -n "$LD"; then
8579   ac_cv_prog_LD=$LD
8580 elif test -n "$ac_cv_prog_LD"; then
8581   LD=$ac_cv_prog_LD
8582 fi
8583
8584 if test -n "$ac_cv_prog_LD"; then
8585   for ncn_progname in ld; do
8586     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8587 set dummy ${ncn_progname}; ac_word=$2
8588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8589 $as_echo_n "checking for $ac_word... " >&6; }
8590 if test "${ac_cv_prog_LD+set}" = set; then :
8591   $as_echo_n "(cached) " >&6
8592 else
8593   if test -n "$LD"; then
8594   ac_cv_prog_LD="$LD" # Let the user override the test.
8595 else
8596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8597 for as_dir in $PATH
8598 do
8599   IFS=$as_save_IFS
8600   test -z "$as_dir" && as_dir=.
8601     for ac_exec_ext in '' $ac_executable_extensions; do
8602   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8603     ac_cv_prog_LD="${ncn_progname}"
8604     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8605     break 2
8606   fi
8607 done
8608   done
8609 IFS=$as_save_IFS
8610
8611 fi
8612 fi
8613 LD=$ac_cv_prog_LD
8614 if test -n "$LD"; then
8615   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8616 $as_echo "$LD" >&6; }
8617 else
8618   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8619 $as_echo "no" >&6; }
8620 fi
8621
8622
8623   done
8624 fi
8625
8626 for ncn_progname in ld; do
8627   if test -n "$ncn_tool_prefix"; then
8628     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8629 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8631 $as_echo_n "checking for $ac_word... " >&6; }
8632 if test "${ac_cv_prog_LD+set}" = set; then :
8633   $as_echo_n "(cached) " >&6
8634 else
8635   if test -n "$LD"; then
8636   ac_cv_prog_LD="$LD" # Let the user override the test.
8637 else
8638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639 for as_dir in $PATH
8640 do
8641   IFS=$as_save_IFS
8642   test -z "$as_dir" && as_dir=.
8643     for ac_exec_ext in '' $ac_executable_extensions; do
8644   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8645     ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8646     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8647     break 2
8648   fi
8649 done
8650   done
8651 IFS=$as_save_IFS
8652
8653 fi
8654 fi
8655 LD=$ac_cv_prog_LD
8656 if test -n "$LD"; then
8657   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8658 $as_echo "$LD" >&6; }
8659 else
8660   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8661 $as_echo "no" >&6; }
8662 fi
8663
8664
8665   fi
8666   if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8667     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8668 set dummy ${ncn_progname}; ac_word=$2
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8670 $as_echo_n "checking for $ac_word... " >&6; }
8671 if test "${ac_cv_prog_LD+set}" = set; then :
8672   $as_echo_n "(cached) " >&6
8673 else
8674   if test -n "$LD"; then
8675   ac_cv_prog_LD="$LD" # Let the user override the test.
8676 else
8677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8678 for as_dir in $PATH
8679 do
8680   IFS=$as_save_IFS
8681   test -z "$as_dir" && as_dir=.
8682     for ac_exec_ext in '' $ac_executable_extensions; do
8683   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8684     ac_cv_prog_LD="${ncn_progname}"
8685     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8686     break 2
8687   fi
8688 done
8689   done
8690 IFS=$as_save_IFS
8691
8692 fi
8693 fi
8694 LD=$ac_cv_prog_LD
8695 if test -n "$LD"; then
8696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8697 $as_echo "$LD" >&6; }
8698 else
8699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8700 $as_echo "no" >&6; }
8701 fi
8702
8703
8704   fi
8705   test -n "$ac_cv_prog_LD" && break
8706 done
8707
8708 if test -z "$ac_cv_prog_LD" ; then
8709   set dummy ld
8710   if test $build = $host ; then
8711     LD="$2"
8712   else
8713     LD="${ncn_tool_prefix}$2"
8714   fi
8715 fi
8716
8717
8718
8719 if test -n "$LIPO"; then
8720   ac_cv_prog_LIPO=$LIPO
8721 elif test -n "$ac_cv_prog_LIPO"; then
8722   LIPO=$ac_cv_prog_LIPO
8723 fi
8724
8725 if test -n "$ac_cv_prog_LIPO"; then
8726   for ncn_progname in lipo; do
8727     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8728 set dummy ${ncn_progname}; ac_word=$2
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8730 $as_echo_n "checking for $ac_word... " >&6; }
8731 if test "${ac_cv_prog_LIPO+set}" = set; then :
8732   $as_echo_n "(cached) " >&6
8733 else
8734   if test -n "$LIPO"; then
8735   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8736 else
8737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8738 for as_dir in $PATH
8739 do
8740   IFS=$as_save_IFS
8741   test -z "$as_dir" && as_dir=.
8742     for ac_exec_ext in '' $ac_executable_extensions; do
8743   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8744     ac_cv_prog_LIPO="${ncn_progname}"
8745     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8746     break 2
8747   fi
8748 done
8749   done
8750 IFS=$as_save_IFS
8751
8752 fi
8753 fi
8754 LIPO=$ac_cv_prog_LIPO
8755 if test -n "$LIPO"; then
8756   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8757 $as_echo "$LIPO" >&6; }
8758 else
8759   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8760 $as_echo "no" >&6; }
8761 fi
8762
8763
8764   done
8765 fi
8766
8767 for ncn_progname in lipo; do
8768   if test -n "$ncn_tool_prefix"; then
8769     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8770 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8772 $as_echo_n "checking for $ac_word... " >&6; }
8773 if test "${ac_cv_prog_LIPO+set}" = set; then :
8774   $as_echo_n "(cached) " >&6
8775 else
8776   if test -n "$LIPO"; then
8777   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8778 else
8779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8780 for as_dir in $PATH
8781 do
8782   IFS=$as_save_IFS
8783   test -z "$as_dir" && as_dir=.
8784     for ac_exec_ext in '' $ac_executable_extensions; do
8785   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8786     ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8787     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8788     break 2
8789   fi
8790 done
8791   done
8792 IFS=$as_save_IFS
8793
8794 fi
8795 fi
8796 LIPO=$ac_cv_prog_LIPO
8797 if test -n "$LIPO"; then
8798   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8799 $as_echo "$LIPO" >&6; }
8800 else
8801   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8802 $as_echo "no" >&6; }
8803 fi
8804
8805
8806   fi
8807   if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8808     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8809 set dummy ${ncn_progname}; ac_word=$2
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8811 $as_echo_n "checking for $ac_word... " >&6; }
8812 if test "${ac_cv_prog_LIPO+set}" = set; then :
8813   $as_echo_n "(cached) " >&6
8814 else
8815   if test -n "$LIPO"; then
8816   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8817 else
8818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8819 for as_dir in $PATH
8820 do
8821   IFS=$as_save_IFS
8822   test -z "$as_dir" && as_dir=.
8823     for ac_exec_ext in '' $ac_executable_extensions; do
8824   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8825     ac_cv_prog_LIPO="${ncn_progname}"
8826     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8827     break 2
8828   fi
8829 done
8830   done
8831 IFS=$as_save_IFS
8832
8833 fi
8834 fi
8835 LIPO=$ac_cv_prog_LIPO
8836 if test -n "$LIPO"; then
8837   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8838 $as_echo "$LIPO" >&6; }
8839 else
8840   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8841 $as_echo "no" >&6; }
8842 fi
8843
8844
8845   fi
8846   test -n "$ac_cv_prog_LIPO" && break
8847 done
8848
8849 if test -z "$ac_cv_prog_LIPO" ; then
8850   set dummy lipo
8851   if test $build = $host ; then
8852     LIPO="$2"
8853   else
8854     LIPO="${ncn_tool_prefix}$2"
8855   fi
8856 fi
8857
8858
8859
8860 if test -n "$NM"; then
8861   ac_cv_prog_NM=$NM
8862 elif test -n "$ac_cv_prog_NM"; then
8863   NM=$ac_cv_prog_NM
8864 fi
8865
8866 if test -n "$ac_cv_prog_NM"; then
8867   for ncn_progname in nm; do
8868     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8869 set dummy ${ncn_progname}; ac_word=$2
8870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8871 $as_echo_n "checking for $ac_word... " >&6; }
8872 if test "${ac_cv_prog_NM+set}" = set; then :
8873   $as_echo_n "(cached) " >&6
8874 else
8875   if test -n "$NM"; then
8876   ac_cv_prog_NM="$NM" # Let the user override the test.
8877 else
8878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8879 for as_dir in $PATH
8880 do
8881   IFS=$as_save_IFS
8882   test -z "$as_dir" && as_dir=.
8883     for ac_exec_ext in '' $ac_executable_extensions; do
8884   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8885     ac_cv_prog_NM="${ncn_progname}"
8886     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8887     break 2
8888   fi
8889 done
8890   done
8891 IFS=$as_save_IFS
8892
8893 fi
8894 fi
8895 NM=$ac_cv_prog_NM
8896 if test -n "$NM"; then
8897   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8898 $as_echo "$NM" >&6; }
8899 else
8900   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8901 $as_echo "no" >&6; }
8902 fi
8903
8904
8905   done
8906 fi
8907
8908 for ncn_progname in nm; do
8909   if test -n "$ncn_tool_prefix"; then
8910     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8911 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8913 $as_echo_n "checking for $ac_word... " >&6; }
8914 if test "${ac_cv_prog_NM+set}" = set; then :
8915   $as_echo_n "(cached) " >&6
8916 else
8917   if test -n "$NM"; then
8918   ac_cv_prog_NM="$NM" # Let the user override the test.
8919 else
8920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8921 for as_dir in $PATH
8922 do
8923   IFS=$as_save_IFS
8924   test -z "$as_dir" && as_dir=.
8925     for ac_exec_ext in '' $ac_executable_extensions; do
8926   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8927     ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8928     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8929     break 2
8930   fi
8931 done
8932   done
8933 IFS=$as_save_IFS
8934
8935 fi
8936 fi
8937 NM=$ac_cv_prog_NM
8938 if test -n "$NM"; then
8939   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8940 $as_echo "$NM" >&6; }
8941 else
8942   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8943 $as_echo "no" >&6; }
8944 fi
8945
8946
8947   fi
8948   if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8949     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8950 set dummy ${ncn_progname}; ac_word=$2
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8952 $as_echo_n "checking for $ac_word... " >&6; }
8953 if test "${ac_cv_prog_NM+set}" = set; then :
8954   $as_echo_n "(cached) " >&6
8955 else
8956   if test -n "$NM"; then
8957   ac_cv_prog_NM="$NM" # Let the user override the test.
8958 else
8959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8960 for as_dir in $PATH
8961 do
8962   IFS=$as_save_IFS
8963   test -z "$as_dir" && as_dir=.
8964     for ac_exec_ext in '' $ac_executable_extensions; do
8965   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8966     ac_cv_prog_NM="${ncn_progname}"
8967     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8968     break 2
8969   fi
8970 done
8971   done
8972 IFS=$as_save_IFS
8973
8974 fi
8975 fi
8976 NM=$ac_cv_prog_NM
8977 if test -n "$NM"; then
8978   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8979 $as_echo "$NM" >&6; }
8980 else
8981   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8982 $as_echo "no" >&6; }
8983 fi
8984
8985
8986   fi
8987   test -n "$ac_cv_prog_NM" && break
8988 done
8989
8990 if test -z "$ac_cv_prog_NM" ; then
8991   set dummy nm
8992   if test $build = $host ; then
8993     NM="$2"
8994   else
8995     NM="${ncn_tool_prefix}$2"
8996   fi
8997 fi
8998
8999
9000
9001 if test -n "$RANLIB"; then
9002   ac_cv_prog_RANLIB=$RANLIB
9003 elif test -n "$ac_cv_prog_RANLIB"; then
9004   RANLIB=$ac_cv_prog_RANLIB
9005 fi
9006
9007 if test -n "$ac_cv_prog_RANLIB"; then
9008   for ncn_progname in ranlib; 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_RANLIB+set}" = set; then :
9014   $as_echo_n "(cached) " >&6
9015 else
9016   if test -n "$RANLIB"; then
9017   ac_cv_prog_RANLIB="$RANLIB" # 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_RANLIB="${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 RANLIB=$ac_cv_prog_RANLIB
9037 if test -n "$RANLIB"; then
9038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9039 $as_echo "$RANLIB" >&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 ranlib; 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_RANLIB+set}" = set; then :
9056   $as_echo_n "(cached) " >&6
9057 else
9058   if test -n "$RANLIB"; then
9059   ac_cv_prog_RANLIB="$RANLIB" # 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_RANLIB="${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 RANLIB=$ac_cv_prog_RANLIB
9079 if test -n "$RANLIB"; then
9080   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9081 $as_echo "$RANLIB" >&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_RANLIB" && 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_RANLIB+set}" = set; then :
9095   $as_echo_n "(cached) " >&6
9096 else
9097   if test -n "$RANLIB"; then
9098   ac_cv_prog_RANLIB="$RANLIB" # 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_RANLIB="${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 RANLIB=$ac_cv_prog_RANLIB
9118 if test -n "$RANLIB"; then
9119   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9120 $as_echo "$RANLIB" >&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_RANLIB" && break
9129 done
9130
9131 if test -z "$ac_cv_prog_RANLIB" ; then
9132   RANLIB="true"
9133 fi
9134
9135
9136
9137 if test -n "$STRIP"; then
9138   ac_cv_prog_STRIP=$STRIP
9139 elif test -n "$ac_cv_prog_STRIP"; then
9140   STRIP=$ac_cv_prog_STRIP
9141 fi
9142
9143 if test -n "$ac_cv_prog_STRIP"; then
9144   for ncn_progname in strip; do
9145     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9146 set dummy ${ncn_progname}; ac_word=$2
9147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9148 $as_echo_n "checking for $ac_word... " >&6; }
9149 if test "${ac_cv_prog_STRIP+set}" = set; then :
9150   $as_echo_n "(cached) " >&6
9151 else
9152   if test -n "$STRIP"; then
9153   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9154 else
9155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9156 for as_dir in $PATH
9157 do
9158   IFS=$as_save_IFS
9159   test -z "$as_dir" && as_dir=.
9160     for ac_exec_ext in '' $ac_executable_extensions; do
9161   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9162     ac_cv_prog_STRIP="${ncn_progname}"
9163     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9164     break 2
9165   fi
9166 done
9167   done
9168 IFS=$as_save_IFS
9169
9170 fi
9171 fi
9172 STRIP=$ac_cv_prog_STRIP
9173 if test -n "$STRIP"; then
9174   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9175 $as_echo "$STRIP" >&6; }
9176 else
9177   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9178 $as_echo "no" >&6; }
9179 fi
9180
9181
9182   done
9183 fi
9184
9185 for ncn_progname in strip; do
9186   if test -n "$ncn_tool_prefix"; then
9187     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9188 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9190 $as_echo_n "checking for $ac_word... " >&6; }
9191 if test "${ac_cv_prog_STRIP+set}" = set; then :
9192   $as_echo_n "(cached) " >&6
9193 else
9194   if test -n "$STRIP"; then
9195   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9196 else
9197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9198 for as_dir in $PATH
9199 do
9200   IFS=$as_save_IFS
9201   test -z "$as_dir" && as_dir=.
9202     for ac_exec_ext in '' $ac_executable_extensions; do
9203   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9204     ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9205     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9206     break 2
9207   fi
9208 done
9209   done
9210 IFS=$as_save_IFS
9211
9212 fi
9213 fi
9214 STRIP=$ac_cv_prog_STRIP
9215 if test -n "$STRIP"; then
9216   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9217 $as_echo "$STRIP" >&6; }
9218 else
9219   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9220 $as_echo "no" >&6; }
9221 fi
9222
9223
9224   fi
9225   if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9226     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9227 set dummy ${ncn_progname}; ac_word=$2
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9229 $as_echo_n "checking for $ac_word... " >&6; }
9230 if test "${ac_cv_prog_STRIP+set}" = set; then :
9231   $as_echo_n "(cached) " >&6
9232 else
9233   if test -n "$STRIP"; then
9234   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9235 else
9236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9237 for as_dir in $PATH
9238 do
9239   IFS=$as_save_IFS
9240   test -z "$as_dir" && as_dir=.
9241     for ac_exec_ext in '' $ac_executable_extensions; do
9242   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9243     ac_cv_prog_STRIP="${ncn_progname}"
9244     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9245     break 2
9246   fi
9247 done
9248   done
9249 IFS=$as_save_IFS
9250
9251 fi
9252 fi
9253 STRIP=$ac_cv_prog_STRIP
9254 if test -n "$STRIP"; then
9255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9256 $as_echo "$STRIP" >&6; }
9257 else
9258   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9259 $as_echo "no" >&6; }
9260 fi
9261
9262
9263   fi
9264   test -n "$ac_cv_prog_STRIP" && break
9265 done
9266
9267 if test -z "$ac_cv_prog_STRIP" ; then
9268   STRIP="true"
9269 fi
9270
9271
9272
9273 if test -n "$WINDRES"; then
9274   ac_cv_prog_WINDRES=$WINDRES
9275 elif test -n "$ac_cv_prog_WINDRES"; then
9276   WINDRES=$ac_cv_prog_WINDRES
9277 fi
9278
9279 if test -n "$ac_cv_prog_WINDRES"; then
9280   for ncn_progname in windres; do
9281     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9282 set dummy ${ncn_progname}; ac_word=$2
9283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9284 $as_echo_n "checking for $ac_word... " >&6; }
9285 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9286   $as_echo_n "(cached) " >&6
9287 else
9288   if test -n "$WINDRES"; then
9289   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9290 else
9291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9292 for as_dir in $PATH
9293 do
9294   IFS=$as_save_IFS
9295   test -z "$as_dir" && as_dir=.
9296     for ac_exec_ext in '' $ac_executable_extensions; do
9297   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9298     ac_cv_prog_WINDRES="${ncn_progname}"
9299     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9300     break 2
9301   fi
9302 done
9303   done
9304 IFS=$as_save_IFS
9305
9306 fi
9307 fi
9308 WINDRES=$ac_cv_prog_WINDRES
9309 if test -n "$WINDRES"; then
9310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9311 $as_echo "$WINDRES" >&6; }
9312 else
9313   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9314 $as_echo "no" >&6; }
9315 fi
9316
9317
9318   done
9319 fi
9320
9321 for ncn_progname in windres; do
9322   if test -n "$ncn_tool_prefix"; then
9323     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9324 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9326 $as_echo_n "checking for $ac_word... " >&6; }
9327 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9328   $as_echo_n "(cached) " >&6
9329 else
9330   if test -n "$WINDRES"; then
9331   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9332 else
9333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9334 for as_dir in $PATH
9335 do
9336   IFS=$as_save_IFS
9337   test -z "$as_dir" && as_dir=.
9338     for ac_exec_ext in '' $ac_executable_extensions; do
9339   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9340     ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9341     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9342     break 2
9343   fi
9344 done
9345   done
9346 IFS=$as_save_IFS
9347
9348 fi
9349 fi
9350 WINDRES=$ac_cv_prog_WINDRES
9351 if test -n "$WINDRES"; then
9352   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9353 $as_echo "$WINDRES" >&6; }
9354 else
9355   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9356 $as_echo "no" >&6; }
9357 fi
9358
9359
9360   fi
9361   if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9362     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9363 set dummy ${ncn_progname}; ac_word=$2
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9365 $as_echo_n "checking for $ac_word... " >&6; }
9366 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9367   $as_echo_n "(cached) " >&6
9368 else
9369   if test -n "$WINDRES"; then
9370   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9371 else
9372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9373 for as_dir in $PATH
9374 do
9375   IFS=$as_save_IFS
9376   test -z "$as_dir" && as_dir=.
9377     for ac_exec_ext in '' $ac_executable_extensions; do
9378   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9379     ac_cv_prog_WINDRES="${ncn_progname}"
9380     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9381     break 2
9382   fi
9383 done
9384   done
9385 IFS=$as_save_IFS
9386
9387 fi
9388 fi
9389 WINDRES=$ac_cv_prog_WINDRES
9390 if test -n "$WINDRES"; then
9391   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9392 $as_echo "$WINDRES" >&6; }
9393 else
9394   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9395 $as_echo "no" >&6; }
9396 fi
9397
9398
9399   fi
9400   test -n "$ac_cv_prog_WINDRES" && break
9401 done
9402
9403 if test -z "$ac_cv_prog_WINDRES" ; then
9404   set dummy windres
9405   if test $build = $host ; then
9406     WINDRES="$2"
9407   else
9408     WINDRES="${ncn_tool_prefix}$2"
9409   fi
9410 fi
9411
9412
9413
9414 if test -n "$WINDMC"; then
9415   ac_cv_prog_WINDMC=$WINDMC
9416 elif test -n "$ac_cv_prog_WINDMC"; then
9417   WINDMC=$ac_cv_prog_WINDMC
9418 fi
9419
9420 if test -n "$ac_cv_prog_WINDMC"; then
9421   for ncn_progname in windmc; do
9422     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9423 set dummy ${ncn_progname}; ac_word=$2
9424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9425 $as_echo_n "checking for $ac_word... " >&6; }
9426 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9427   $as_echo_n "(cached) " >&6
9428 else
9429   if test -n "$WINDMC"; then
9430   ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9431 else
9432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9433 for as_dir in $PATH
9434 do
9435   IFS=$as_save_IFS
9436   test -z "$as_dir" && as_dir=.
9437     for ac_exec_ext in '' $ac_executable_extensions; do
9438   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9439     ac_cv_prog_WINDMC="${ncn_progname}"
9440     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9441     break 2
9442   fi
9443 done
9444   done
9445 IFS=$as_save_IFS
9446
9447 fi
9448 fi
9449 WINDMC=$ac_cv_prog_WINDMC
9450 if test -n "$WINDMC"; then
9451   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9452 $as_echo "$WINDMC" >&6; }
9453 else
9454   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9455 $as_echo "no" >&6; }
9456 fi
9457
9458
9459   done
9460 fi
9461
9462 for ncn_progname in windmc; do
9463   if test -n "$ncn_tool_prefix"; then
9464     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9465 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9467 $as_echo_n "checking for $ac_word... " >&6; }
9468 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9469   $as_echo_n "(cached) " >&6
9470 else
9471   if test -n "$WINDMC"; then
9472   ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9473 else
9474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9475 for as_dir in $PATH
9476 do
9477   IFS=$as_save_IFS
9478   test -z "$as_dir" && as_dir=.
9479     for ac_exec_ext in '' $ac_executable_extensions; do
9480   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9481     ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9482     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9483     break 2
9484   fi
9485 done
9486   done
9487 IFS=$as_save_IFS
9488
9489 fi
9490 fi
9491 WINDMC=$ac_cv_prog_WINDMC
9492 if test -n "$WINDMC"; then
9493   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9494 $as_echo "$WINDMC" >&6; }
9495 else
9496   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9497 $as_echo "no" >&6; }
9498 fi
9499
9500
9501   fi
9502   if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9503     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9504 set dummy ${ncn_progname}; ac_word=$2
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9506 $as_echo_n "checking for $ac_word... " >&6; }
9507 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9508   $as_echo_n "(cached) " >&6
9509 else
9510   if test -n "$WINDMC"; then
9511   ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9512 else
9513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9514 for as_dir in $PATH
9515 do
9516   IFS=$as_save_IFS
9517   test -z "$as_dir" && as_dir=.
9518     for ac_exec_ext in '' $ac_executable_extensions; do
9519   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9520     ac_cv_prog_WINDMC="${ncn_progname}"
9521     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9522     break 2
9523   fi
9524 done
9525   done
9526 IFS=$as_save_IFS
9527
9528 fi
9529 fi
9530 WINDMC=$ac_cv_prog_WINDMC
9531 if test -n "$WINDMC"; then
9532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9533 $as_echo "$WINDMC" >&6; }
9534 else
9535   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9536 $as_echo "no" >&6; }
9537 fi
9538
9539
9540   fi
9541   test -n "$ac_cv_prog_WINDMC" && break
9542 done
9543
9544 if test -z "$ac_cv_prog_WINDMC" ; then
9545   set dummy windmc
9546   if test $build = $host ; then
9547     WINDMC="$2"
9548   else
9549     WINDMC="${ncn_tool_prefix}$2"
9550   fi
9551 fi
9552
9553
9554
9555 if test -n "$OBJCOPY"; then
9556   ac_cv_prog_OBJCOPY=$OBJCOPY
9557 elif test -n "$ac_cv_prog_OBJCOPY"; then
9558   OBJCOPY=$ac_cv_prog_OBJCOPY
9559 fi
9560
9561 if test -n "$ac_cv_prog_OBJCOPY"; then
9562   for ncn_progname in objcopy; do
9563     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9564 set dummy ${ncn_progname}; ac_word=$2
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9566 $as_echo_n "checking for $ac_word... " >&6; }
9567 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9568   $as_echo_n "(cached) " >&6
9569 else
9570   if test -n "$OBJCOPY"; then
9571   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9572 else
9573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9574 for as_dir in $PATH
9575 do
9576   IFS=$as_save_IFS
9577   test -z "$as_dir" && as_dir=.
9578     for ac_exec_ext in '' $ac_executable_extensions; do
9579   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9580     ac_cv_prog_OBJCOPY="${ncn_progname}"
9581     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9582     break 2
9583   fi
9584 done
9585   done
9586 IFS=$as_save_IFS
9587
9588 fi
9589 fi
9590 OBJCOPY=$ac_cv_prog_OBJCOPY
9591 if test -n "$OBJCOPY"; then
9592   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9593 $as_echo "$OBJCOPY" >&6; }
9594 else
9595   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9596 $as_echo "no" >&6; }
9597 fi
9598
9599
9600   done
9601 fi
9602
9603 for ncn_progname in objcopy; do
9604   if test -n "$ncn_tool_prefix"; then
9605     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9606 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9608 $as_echo_n "checking for $ac_word... " >&6; }
9609 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9610   $as_echo_n "(cached) " >&6
9611 else
9612   if test -n "$OBJCOPY"; then
9613   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9614 else
9615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9616 for as_dir in $PATH
9617 do
9618   IFS=$as_save_IFS
9619   test -z "$as_dir" && as_dir=.
9620     for ac_exec_ext in '' $ac_executable_extensions; do
9621   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9622     ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9623     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9624     break 2
9625   fi
9626 done
9627   done
9628 IFS=$as_save_IFS
9629
9630 fi
9631 fi
9632 OBJCOPY=$ac_cv_prog_OBJCOPY
9633 if test -n "$OBJCOPY"; then
9634   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9635 $as_echo "$OBJCOPY" >&6; }
9636 else
9637   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9638 $as_echo "no" >&6; }
9639 fi
9640
9641
9642   fi
9643   if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9644     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9645 set dummy ${ncn_progname}; ac_word=$2
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9647 $as_echo_n "checking for $ac_word... " >&6; }
9648 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9649   $as_echo_n "(cached) " >&6
9650 else
9651   if test -n "$OBJCOPY"; then
9652   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9653 else
9654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9655 for as_dir in $PATH
9656 do
9657   IFS=$as_save_IFS
9658   test -z "$as_dir" && as_dir=.
9659     for ac_exec_ext in '' $ac_executable_extensions; do
9660   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9661     ac_cv_prog_OBJCOPY="${ncn_progname}"
9662     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9663     break 2
9664   fi
9665 done
9666   done
9667 IFS=$as_save_IFS
9668
9669 fi
9670 fi
9671 OBJCOPY=$ac_cv_prog_OBJCOPY
9672 if test -n "$OBJCOPY"; then
9673   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9674 $as_echo "$OBJCOPY" >&6; }
9675 else
9676   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9677 $as_echo "no" >&6; }
9678 fi
9679
9680
9681   fi
9682   test -n "$ac_cv_prog_OBJCOPY" && break
9683 done
9684
9685 if test -z "$ac_cv_prog_OBJCOPY" ; then
9686   set dummy objcopy
9687   if test $build = $host ; then
9688     OBJCOPY="$2"
9689   else
9690     OBJCOPY="${ncn_tool_prefix}$2"
9691   fi
9692 fi
9693
9694
9695
9696 if test -n "$OBJDUMP"; then
9697   ac_cv_prog_OBJDUMP=$OBJDUMP
9698 elif test -n "$ac_cv_prog_OBJDUMP"; then
9699   OBJDUMP=$ac_cv_prog_OBJDUMP
9700 fi
9701
9702 if test -n "$ac_cv_prog_OBJDUMP"; then
9703   for ncn_progname in objdump; do
9704     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9705 set dummy ${ncn_progname}; ac_word=$2
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9707 $as_echo_n "checking for $ac_word... " >&6; }
9708 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9709   $as_echo_n "(cached) " >&6
9710 else
9711   if test -n "$OBJDUMP"; then
9712   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9713 else
9714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9715 for as_dir in $PATH
9716 do
9717   IFS=$as_save_IFS
9718   test -z "$as_dir" && as_dir=.
9719     for ac_exec_ext in '' $ac_executable_extensions; do
9720   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9721     ac_cv_prog_OBJDUMP="${ncn_progname}"
9722     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9723     break 2
9724   fi
9725 done
9726   done
9727 IFS=$as_save_IFS
9728
9729 fi
9730 fi
9731 OBJDUMP=$ac_cv_prog_OBJDUMP
9732 if test -n "$OBJDUMP"; then
9733   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9734 $as_echo "$OBJDUMP" >&6; }
9735 else
9736   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9737 $as_echo "no" >&6; }
9738 fi
9739
9740
9741   done
9742 fi
9743
9744 for ncn_progname in objdump; do
9745   if test -n "$ncn_tool_prefix"; then
9746     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9747 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9749 $as_echo_n "checking for $ac_word... " >&6; }
9750 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9751   $as_echo_n "(cached) " >&6
9752 else
9753   if test -n "$OBJDUMP"; then
9754   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9755 else
9756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9757 for as_dir in $PATH
9758 do
9759   IFS=$as_save_IFS
9760   test -z "$as_dir" && as_dir=.
9761     for ac_exec_ext in '' $ac_executable_extensions; do
9762   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9763     ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9764     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9765     break 2
9766   fi
9767 done
9768   done
9769 IFS=$as_save_IFS
9770
9771 fi
9772 fi
9773 OBJDUMP=$ac_cv_prog_OBJDUMP
9774 if test -n "$OBJDUMP"; then
9775   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9776 $as_echo "$OBJDUMP" >&6; }
9777 else
9778   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9779 $as_echo "no" >&6; }
9780 fi
9781
9782
9783   fi
9784   if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9785     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9786 set dummy ${ncn_progname}; ac_word=$2
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9788 $as_echo_n "checking for $ac_word... " >&6; }
9789 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9790   $as_echo_n "(cached) " >&6
9791 else
9792   if test -n "$OBJDUMP"; then
9793   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9794 else
9795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9796 for as_dir in $PATH
9797 do
9798   IFS=$as_save_IFS
9799   test -z "$as_dir" && as_dir=.
9800     for ac_exec_ext in '' $ac_executable_extensions; do
9801   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9802     ac_cv_prog_OBJDUMP="${ncn_progname}"
9803     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9804     break 2
9805   fi
9806 done
9807   done
9808 IFS=$as_save_IFS
9809
9810 fi
9811 fi
9812 OBJDUMP=$ac_cv_prog_OBJDUMP
9813 if test -n "$OBJDUMP"; then
9814   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9815 $as_echo "$OBJDUMP" >&6; }
9816 else
9817   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9818 $as_echo "no" >&6; }
9819 fi
9820
9821
9822   fi
9823   test -n "$ac_cv_prog_OBJDUMP" && break
9824 done
9825
9826 if test -z "$ac_cv_prog_OBJDUMP" ; then
9827   set dummy objdump
9828   if test $build = $host ; then
9829     OBJDUMP="$2"
9830   else
9831     OBJDUMP="${ncn_tool_prefix}$2"
9832   fi
9833 fi
9834
9835
9836
9837
9838
9839
9840 # Target tools.
9841
9842 # Check whether --with-build-time-tools was given.
9843 if test "${with_build_time_tools+set}" = set; then :
9844   withval=$with_build_time_tools; case x"$withval" in
9845      x/*) ;;
9846      *)
9847        with_build_time_tools=
9848        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9849 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9850        ;;
9851    esac
9852 else
9853   with_build_time_tools=
9854 fi
9855
9856
9857
9858
9859 if test -n "$CC_FOR_TARGET"; then
9860   ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9861 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9862   CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9863 fi
9864
9865 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9866   for ncn_progname in cc gcc; do
9867     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9868 set dummy ${ncn_progname}; ac_word=$2
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9870 $as_echo_n "checking for $ac_word... " >&6; }
9871 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9872   $as_echo_n "(cached) " >&6
9873 else
9874   if test -n "$CC_FOR_TARGET"; then
9875   ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9876 else
9877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9878 for as_dir in $PATH
9879 do
9880   IFS=$as_save_IFS
9881   test -z "$as_dir" && as_dir=.
9882     for ac_exec_ext in '' $ac_executable_extensions; do
9883   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9884     ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9885     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9886     break 2
9887   fi
9888 done
9889   done
9890 IFS=$as_save_IFS
9891
9892 fi
9893 fi
9894 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9895 if test -n "$CC_FOR_TARGET"; then
9896   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9897 $as_echo "$CC_FOR_TARGET" >&6; }
9898 else
9899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9900 $as_echo "no" >&6; }
9901 fi
9902
9903
9904   done
9905 fi
9906
9907 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9908   for ncn_progname in cc gcc; do
9909     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9910 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9911     if test -x $with_build_time_tools/${ncn_progname}; then
9912       ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9913       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9914 $as_echo "yes" >&6; }
9915       break
9916     else
9917       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9918 $as_echo "no" >&6; }
9919     fi
9920   done
9921 fi
9922
9923 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9924   for ncn_progname in cc gcc; do
9925     if test -n "$ncn_target_tool_prefix"; then
9926       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9927 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9929 $as_echo_n "checking for $ac_word... " >&6; }
9930 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9931   $as_echo_n "(cached) " >&6
9932 else
9933   if test -n "$CC_FOR_TARGET"; then
9934   ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9935 else
9936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9937 for as_dir in $PATH
9938 do
9939   IFS=$as_save_IFS
9940   test -z "$as_dir" && as_dir=.
9941     for ac_exec_ext in '' $ac_executable_extensions; do
9942   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9943     ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9944     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9945     break 2
9946   fi
9947 done
9948   done
9949 IFS=$as_save_IFS
9950
9951 fi
9952 fi
9953 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9954 if test -n "$CC_FOR_TARGET"; then
9955   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9956 $as_echo "$CC_FOR_TARGET" >&6; }
9957 else
9958   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9959 $as_echo "no" >&6; }
9960 fi
9961
9962
9963     fi
9964     if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9965       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9966 set dummy ${ncn_progname}; ac_word=$2
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9968 $as_echo_n "checking for $ac_word... " >&6; }
9969 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9970   $as_echo_n "(cached) " >&6
9971 else
9972   if test -n "$CC_FOR_TARGET"; then
9973   ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9974 else
9975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9976 for as_dir in $PATH
9977 do
9978   IFS=$as_save_IFS
9979   test -z "$as_dir" && as_dir=.
9980     for ac_exec_ext in '' $ac_executable_extensions; do
9981   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9982     ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9983     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9984     break 2
9985   fi
9986 done
9987   done
9988 IFS=$as_save_IFS
9989
9990 fi
9991 fi
9992 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9993 if test -n "$CC_FOR_TARGET"; then
9994   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9995 $as_echo "$CC_FOR_TARGET" >&6; }
9996 else
9997   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9998 $as_echo "no" >&6; }
9999 fi
10000
10001
10002     fi
10003     test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10004   done
10005 fi
10006
10007 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10008   set dummy cc gcc
10009   if test $build = $target ; then
10010     CC_FOR_TARGET="$2"
10011   else
10012     CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10013   fi
10014 else
10015   CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
10016 fi
10017
10018
10019
10020 if test -n "$CXX_FOR_TARGET"; then
10021   ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10022 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10023   CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10024 fi
10025
10026 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10027   for ncn_progname in c++ g++ cxx gxx; do
10028     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10029 set dummy ${ncn_progname}; ac_word=$2
10030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10031 $as_echo_n "checking for $ac_word... " >&6; }
10032 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10033   $as_echo_n "(cached) " >&6
10034 else
10035   if test -n "$CXX_FOR_TARGET"; then
10036   ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10037 else
10038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10039 for as_dir in $PATH
10040 do
10041   IFS=$as_save_IFS
10042   test -z "$as_dir" && as_dir=.
10043     for ac_exec_ext in '' $ac_executable_extensions; do
10044   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10045     ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10046     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10047     break 2
10048   fi
10049 done
10050   done
10051 IFS=$as_save_IFS
10052
10053 fi
10054 fi
10055 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10056 if test -n "$CXX_FOR_TARGET"; then
10057   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10058 $as_echo "$CXX_FOR_TARGET" >&6; }
10059 else
10060   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10061 $as_echo "no" >&6; }
10062 fi
10063
10064
10065   done
10066 fi
10067
10068 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10069   for ncn_progname in c++ g++ cxx gxx; do
10070     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10071 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10072     if test -x $with_build_time_tools/${ncn_progname}; then
10073       ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10074       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10075 $as_echo "yes" >&6; }
10076       break
10077     else
10078       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10079 $as_echo "no" >&6; }
10080     fi
10081   done
10082 fi
10083
10084 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10085   for ncn_progname in c++ g++ cxx gxx; do
10086     if test -n "$ncn_target_tool_prefix"; then
10087       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10088 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10090 $as_echo_n "checking for $ac_word... " >&6; }
10091 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10092   $as_echo_n "(cached) " >&6
10093 else
10094   if test -n "$CXX_FOR_TARGET"; then
10095   ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10096 else
10097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10098 for as_dir in $PATH
10099 do
10100   IFS=$as_save_IFS
10101   test -z "$as_dir" && as_dir=.
10102     for ac_exec_ext in '' $ac_executable_extensions; do
10103   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10104     ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10105     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10106     break 2
10107   fi
10108 done
10109   done
10110 IFS=$as_save_IFS
10111
10112 fi
10113 fi
10114 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10115 if test -n "$CXX_FOR_TARGET"; then
10116   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10117 $as_echo "$CXX_FOR_TARGET" >&6; }
10118 else
10119   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10120 $as_echo "no" >&6; }
10121 fi
10122
10123
10124     fi
10125     if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10126       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10127 set dummy ${ncn_progname}; ac_word=$2
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10129 $as_echo_n "checking for $ac_word... " >&6; }
10130 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10131   $as_echo_n "(cached) " >&6
10132 else
10133   if test -n "$CXX_FOR_TARGET"; then
10134   ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10135 else
10136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10137 for as_dir in $PATH
10138 do
10139   IFS=$as_save_IFS
10140   test -z "$as_dir" && as_dir=.
10141     for ac_exec_ext in '' $ac_executable_extensions; do
10142   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10143     ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10144     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10145     break 2
10146   fi
10147 done
10148   done
10149 IFS=$as_save_IFS
10150
10151 fi
10152 fi
10153 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10154 if test -n "$CXX_FOR_TARGET"; then
10155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10156 $as_echo "$CXX_FOR_TARGET" >&6; }
10157 else
10158   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10159 $as_echo "no" >&6; }
10160 fi
10161
10162
10163     fi
10164     test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10165   done
10166 fi
10167
10168 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10169   set dummy c++ g++ cxx gxx
10170   if test $build = $target ; then
10171     CXX_FOR_TARGET="$2"
10172   else
10173     CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10174   fi
10175 else
10176   CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10177 fi
10178
10179
10180
10181 if test -n "$GCC_FOR_TARGET"; then
10182   ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10183 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10184   GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10185 fi
10186
10187 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10188   for ncn_progname in gcc; do
10189     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10190 set dummy ${ncn_progname}; ac_word=$2
10191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10192 $as_echo_n "checking for $ac_word... " >&6; }
10193 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10194   $as_echo_n "(cached) " >&6
10195 else
10196   if test -n "$GCC_FOR_TARGET"; then
10197   ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10198 else
10199 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10200 for as_dir in $PATH
10201 do
10202   IFS=$as_save_IFS
10203   test -z "$as_dir" && as_dir=.
10204     for ac_exec_ext in '' $ac_executable_extensions; do
10205   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10206     ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10207     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10208     break 2
10209   fi
10210 done
10211   done
10212 IFS=$as_save_IFS
10213
10214 fi
10215 fi
10216 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10217 if test -n "$GCC_FOR_TARGET"; then
10218   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10219 $as_echo "$GCC_FOR_TARGET" >&6; }
10220 else
10221   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10222 $as_echo "no" >&6; }
10223 fi
10224
10225
10226   done
10227 fi
10228
10229 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10230   for ncn_progname in gcc; do
10231     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10232 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10233     if test -x $with_build_time_tools/${ncn_progname}; then
10234       ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10235       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10236 $as_echo "yes" >&6; }
10237       break
10238     else
10239       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10240 $as_echo "no" >&6; }
10241     fi
10242   done
10243 fi
10244
10245 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10246   for ncn_progname in gcc; do
10247     if test -n "$ncn_target_tool_prefix"; then
10248       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10249 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10251 $as_echo_n "checking for $ac_word... " >&6; }
10252 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10253   $as_echo_n "(cached) " >&6
10254 else
10255   if test -n "$GCC_FOR_TARGET"; then
10256   ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10257 else
10258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10259 for as_dir in $PATH
10260 do
10261   IFS=$as_save_IFS
10262   test -z "$as_dir" && as_dir=.
10263     for ac_exec_ext in '' $ac_executable_extensions; do
10264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10265     ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10266     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10267     break 2
10268   fi
10269 done
10270   done
10271 IFS=$as_save_IFS
10272
10273 fi
10274 fi
10275 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10276 if test -n "$GCC_FOR_TARGET"; then
10277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10278 $as_echo "$GCC_FOR_TARGET" >&6; }
10279 else
10280   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10281 $as_echo "no" >&6; }
10282 fi
10283
10284
10285     fi
10286     if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10287       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10288 set dummy ${ncn_progname}; ac_word=$2
10289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10290 $as_echo_n "checking for $ac_word... " >&6; }
10291 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10292   $as_echo_n "(cached) " >&6
10293 else
10294   if test -n "$GCC_FOR_TARGET"; then
10295   ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10296 else
10297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10298 for as_dir in $PATH
10299 do
10300   IFS=$as_save_IFS
10301   test -z "$as_dir" && as_dir=.
10302     for ac_exec_ext in '' $ac_executable_extensions; do
10303   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10304     ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10305     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10306     break 2
10307   fi
10308 done
10309   done
10310 IFS=$as_save_IFS
10311
10312 fi
10313 fi
10314 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10315 if test -n "$GCC_FOR_TARGET"; then
10316   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10317 $as_echo "$GCC_FOR_TARGET" >&6; }
10318 else
10319   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10320 $as_echo "no" >&6; }
10321 fi
10322
10323
10324     fi
10325     test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10326   done
10327 fi
10328
10329 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10330   GCC_FOR_TARGET="${CC_FOR_TARGET}"
10331 else
10332   GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10333 fi
10334
10335
10336
10337 if test -n "$GCJ_FOR_TARGET"; then
10338   ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10339 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10340   GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10341 fi
10342
10343 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10344   for ncn_progname in gcj; do
10345     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10346 set dummy ${ncn_progname}; ac_word=$2
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10348 $as_echo_n "checking for $ac_word... " >&6; }
10349 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10350   $as_echo_n "(cached) " >&6
10351 else
10352   if test -n "$GCJ_FOR_TARGET"; then
10353   ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10354 else
10355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10356 for as_dir in $PATH
10357 do
10358   IFS=$as_save_IFS
10359   test -z "$as_dir" && as_dir=.
10360     for ac_exec_ext in '' $ac_executable_extensions; do
10361   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10362     ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10363     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10364     break 2
10365   fi
10366 done
10367   done
10368 IFS=$as_save_IFS
10369
10370 fi
10371 fi
10372 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10373 if test -n "$GCJ_FOR_TARGET"; then
10374   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10375 $as_echo "$GCJ_FOR_TARGET" >&6; }
10376 else
10377   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10378 $as_echo "no" >&6; }
10379 fi
10380
10381
10382   done
10383 fi
10384
10385 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10386   for ncn_progname in gcj; do
10387     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10388 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10389     if test -x $with_build_time_tools/${ncn_progname}; then
10390       ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10391       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10392 $as_echo "yes" >&6; }
10393       break
10394     else
10395       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10396 $as_echo "no" >&6; }
10397     fi
10398   done
10399 fi
10400
10401 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10402   for ncn_progname in gcj; do
10403     if test -n "$ncn_target_tool_prefix"; then
10404       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10405 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10407 $as_echo_n "checking for $ac_word... " >&6; }
10408 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10409   $as_echo_n "(cached) " >&6
10410 else
10411   if test -n "$GCJ_FOR_TARGET"; then
10412   ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10413 else
10414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10415 for as_dir in $PATH
10416 do
10417   IFS=$as_save_IFS
10418   test -z "$as_dir" && as_dir=.
10419     for ac_exec_ext in '' $ac_executable_extensions; do
10420   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10421     ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10422     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10423     break 2
10424   fi
10425 done
10426   done
10427 IFS=$as_save_IFS
10428
10429 fi
10430 fi
10431 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10432 if test -n "$GCJ_FOR_TARGET"; then
10433   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10434 $as_echo "$GCJ_FOR_TARGET" >&6; }
10435 else
10436   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10437 $as_echo "no" >&6; }
10438 fi
10439
10440
10441     fi
10442     if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10443       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10444 set dummy ${ncn_progname}; ac_word=$2
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10446 $as_echo_n "checking for $ac_word... " >&6; }
10447 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10448   $as_echo_n "(cached) " >&6
10449 else
10450   if test -n "$GCJ_FOR_TARGET"; then
10451   ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10452 else
10453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10454 for as_dir in $PATH
10455 do
10456   IFS=$as_save_IFS
10457   test -z "$as_dir" && as_dir=.
10458     for ac_exec_ext in '' $ac_executable_extensions; do
10459   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10460     ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10461     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10462     break 2
10463   fi
10464 done
10465   done
10466 IFS=$as_save_IFS
10467
10468 fi
10469 fi
10470 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10471 if test -n "$GCJ_FOR_TARGET"; then
10472   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10473 $as_echo "$GCJ_FOR_TARGET" >&6; }
10474 else
10475   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10476 $as_echo "no" >&6; }
10477 fi
10478
10479
10480     fi
10481     test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10482   done
10483 fi
10484
10485 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10486   set dummy gcj
10487   if test $build = $target ; then
10488     GCJ_FOR_TARGET="$2"
10489   else
10490     GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10491   fi
10492 else
10493   GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10494 fi
10495
10496
10497
10498 if test -n "$GFORTRAN_FOR_TARGET"; then
10499   ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10500 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10501   GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10502 fi
10503
10504 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10505   for ncn_progname in gfortran; do
10506     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10507 set dummy ${ncn_progname}; ac_word=$2
10508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10509 $as_echo_n "checking for $ac_word... " >&6; }
10510 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10511   $as_echo_n "(cached) " >&6
10512 else
10513   if test -n "$GFORTRAN_FOR_TARGET"; then
10514   ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10515 else
10516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10517 for as_dir in $PATH
10518 do
10519   IFS=$as_save_IFS
10520   test -z "$as_dir" && as_dir=.
10521     for ac_exec_ext in '' $ac_executable_extensions; do
10522   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10523     ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10524     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10525     break 2
10526   fi
10527 done
10528   done
10529 IFS=$as_save_IFS
10530
10531 fi
10532 fi
10533 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10534 if test -n "$GFORTRAN_FOR_TARGET"; then
10535   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10536 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10537 else
10538   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10539 $as_echo "no" >&6; }
10540 fi
10541
10542
10543   done
10544 fi
10545
10546 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10547   for ncn_progname in gfortran; do
10548     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10549 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10550     if test -x $with_build_time_tools/${ncn_progname}; then
10551       ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10552       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10553 $as_echo "yes" >&6; }
10554       break
10555     else
10556       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10557 $as_echo "no" >&6; }
10558     fi
10559   done
10560 fi
10561
10562 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10563   for ncn_progname in gfortran; do
10564     if test -n "$ncn_target_tool_prefix"; then
10565       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10566 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10568 $as_echo_n "checking for $ac_word... " >&6; }
10569 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10570   $as_echo_n "(cached) " >&6
10571 else
10572   if test -n "$GFORTRAN_FOR_TARGET"; then
10573   ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10574 else
10575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10576 for as_dir in $PATH
10577 do
10578   IFS=$as_save_IFS
10579   test -z "$as_dir" && as_dir=.
10580     for ac_exec_ext in '' $ac_executable_extensions; do
10581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10582     ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10583     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10584     break 2
10585   fi
10586 done
10587   done
10588 IFS=$as_save_IFS
10589
10590 fi
10591 fi
10592 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10593 if test -n "$GFORTRAN_FOR_TARGET"; then
10594   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10595 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10596 else
10597   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10598 $as_echo "no" >&6; }
10599 fi
10600
10601
10602     fi
10603     if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10604       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10605 set dummy ${ncn_progname}; ac_word=$2
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10607 $as_echo_n "checking for $ac_word... " >&6; }
10608 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10609   $as_echo_n "(cached) " >&6
10610 else
10611   if test -n "$GFORTRAN_FOR_TARGET"; then
10612   ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10613 else
10614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10615 for as_dir in $PATH
10616 do
10617   IFS=$as_save_IFS
10618   test -z "$as_dir" && as_dir=.
10619     for ac_exec_ext in '' $ac_executable_extensions; do
10620   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10621     ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10622     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10623     break 2
10624   fi
10625 done
10626   done
10627 IFS=$as_save_IFS
10628
10629 fi
10630 fi
10631 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10632 if test -n "$GFORTRAN_FOR_TARGET"; then
10633   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10634 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10635 else
10636   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10637 $as_echo "no" >&6; }
10638 fi
10639
10640
10641     fi
10642     test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10643   done
10644 fi
10645
10646 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10647   set dummy gfortran
10648   if test $build = $target ; then
10649     GFORTRAN_FOR_TARGET="$2"
10650   else
10651     GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10652   fi
10653 else
10654   GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10655 fi
10656
10657
10658
10659 if test -n "$GOC_FOR_TARGET"; then
10660   ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10661 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10662   GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10663 fi
10664
10665 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10666   for ncn_progname in gccgo; do
10667     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10668 set dummy ${ncn_progname}; ac_word=$2
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10670 $as_echo_n "checking for $ac_word... " >&6; }
10671 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10672   $as_echo_n "(cached) " >&6
10673 else
10674   if test -n "$GOC_FOR_TARGET"; then
10675   ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10676 else
10677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10678 for as_dir in $PATH
10679 do
10680   IFS=$as_save_IFS
10681   test -z "$as_dir" && as_dir=.
10682     for ac_exec_ext in '' $ac_executable_extensions; do
10683   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10684     ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10685     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10686     break 2
10687   fi
10688 done
10689   done
10690 IFS=$as_save_IFS
10691
10692 fi
10693 fi
10694 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10695 if test -n "$GOC_FOR_TARGET"; then
10696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10697 $as_echo "$GOC_FOR_TARGET" >&6; }
10698 else
10699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10700 $as_echo "no" >&6; }
10701 fi
10702
10703
10704   done
10705 fi
10706
10707 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10708   for ncn_progname in gccgo; do
10709     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10710 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10711     if test -x $with_build_time_tools/${ncn_progname}; then
10712       ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10713       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10714 $as_echo "yes" >&6; }
10715       break
10716     else
10717       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10718 $as_echo "no" >&6; }
10719     fi
10720   done
10721 fi
10722
10723 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10724   for ncn_progname in gccgo; do
10725     if test -n "$ncn_target_tool_prefix"; then
10726       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10727 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10729 $as_echo_n "checking for $ac_word... " >&6; }
10730 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10731   $as_echo_n "(cached) " >&6
10732 else
10733   if test -n "$GOC_FOR_TARGET"; then
10734   ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10735 else
10736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10737 for as_dir in $PATH
10738 do
10739   IFS=$as_save_IFS
10740   test -z "$as_dir" && as_dir=.
10741     for ac_exec_ext in '' $ac_executable_extensions; do
10742   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10743     ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10744     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10745     break 2
10746   fi
10747 done
10748   done
10749 IFS=$as_save_IFS
10750
10751 fi
10752 fi
10753 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10754 if test -n "$GOC_FOR_TARGET"; then
10755   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10756 $as_echo "$GOC_FOR_TARGET" >&6; }
10757 else
10758   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10759 $as_echo "no" >&6; }
10760 fi
10761
10762
10763     fi
10764     if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10765       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10766 set dummy ${ncn_progname}; ac_word=$2
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10768 $as_echo_n "checking for $ac_word... " >&6; }
10769 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10770   $as_echo_n "(cached) " >&6
10771 else
10772   if test -n "$GOC_FOR_TARGET"; then
10773   ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10774 else
10775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10776 for as_dir in $PATH
10777 do
10778   IFS=$as_save_IFS
10779   test -z "$as_dir" && as_dir=.
10780     for ac_exec_ext in '' $ac_executable_extensions; do
10781   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10782     ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10783     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10784     break 2
10785   fi
10786 done
10787   done
10788 IFS=$as_save_IFS
10789
10790 fi
10791 fi
10792 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10793 if test -n "$GOC_FOR_TARGET"; then
10794   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10795 $as_echo "$GOC_FOR_TARGET" >&6; }
10796 else
10797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10798 $as_echo "no" >&6; }
10799 fi
10800
10801
10802     fi
10803     test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10804   done
10805 fi
10806
10807 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10808   set dummy gccgo
10809   if test $build = $target ; then
10810     GOC_FOR_TARGET="$2"
10811   else
10812     GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10813   fi
10814 else
10815   GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10816 fi
10817
10818
10819
10820 cat > conftest.c << \EOF
10821 #ifdef __GNUC__
10822   gcc_yay;
10823 #endif
10824 EOF
10825 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10826   have_gcc_for_target=yes
10827 else
10828   GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10829   have_gcc_for_target=no
10830 fi
10831 rm conftest.c
10832
10833
10834
10835
10836 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10837   if test -n "$with_build_time_tools"; then
10838     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10839 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10840     if test -x $with_build_time_tools/ar; then
10841       AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10842       ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10843       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10844 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10845     else
10846       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10847 $as_echo "no" >&6; }
10848     fi
10849   elif test $build != $host && test $have_gcc_for_target = yes; then
10850     AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10851     test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10852     test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10853   fi
10854 fi
10855 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10856   # Extract the first word of "ar", so it can be a program name with args.
10857 set dummy ar; ac_word=$2
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10859 $as_echo_n "checking for $ac_word... " >&6; }
10860 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10861   $as_echo_n "(cached) " >&6
10862 else
10863   case $AR_FOR_TARGET in
10864   [\\/]* | ?:[\\/]*)
10865   ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10866   ;;
10867   *)
10868   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10869 for as_dir in $gcc_cv_tool_dirs
10870 do
10871   IFS=$as_save_IFS
10872   test -z "$as_dir" && as_dir=.
10873     for ac_exec_ext in '' $ac_executable_extensions; do
10874   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10875     ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10876     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10877     break 2
10878   fi
10879 done
10880   done
10881 IFS=$as_save_IFS
10882
10883   ;;
10884 esac
10885 fi
10886 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10887 if test -n "$AR_FOR_TARGET"; then
10888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10889 $as_echo "$AR_FOR_TARGET" >&6; }
10890 else
10891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10892 $as_echo "no" >&6; }
10893 fi
10894
10895
10896 fi
10897 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10898
10899
10900 if test -n "$AR_FOR_TARGET"; then
10901   ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10902 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10903   AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10904 fi
10905
10906 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10907   for ncn_progname in ar; do
10908     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10909 set dummy ${ncn_progname}; ac_word=$2
10910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10911 $as_echo_n "checking for $ac_word... " >&6; }
10912 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10913   $as_echo_n "(cached) " >&6
10914 else
10915   if test -n "$AR_FOR_TARGET"; then
10916   ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10917 else
10918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10919 for as_dir in $PATH
10920 do
10921   IFS=$as_save_IFS
10922   test -z "$as_dir" && as_dir=.
10923     for ac_exec_ext in '' $ac_executable_extensions; do
10924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10925     ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10926     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10927     break 2
10928   fi
10929 done
10930   done
10931 IFS=$as_save_IFS
10932
10933 fi
10934 fi
10935 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10936 if test -n "$AR_FOR_TARGET"; then
10937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10938 $as_echo "$AR_FOR_TARGET" >&6; }
10939 else
10940   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10941 $as_echo "no" >&6; }
10942 fi
10943
10944
10945   done
10946 fi
10947
10948 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10949   for ncn_progname in ar; do
10950     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10951 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10952     if test -x $with_build_time_tools/${ncn_progname}; then
10953       ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10954       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10955 $as_echo "yes" >&6; }
10956       break
10957     else
10958       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10959 $as_echo "no" >&6; }
10960     fi
10961   done
10962 fi
10963
10964 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10965   for ncn_progname in ar; do
10966     if test -n "$ncn_target_tool_prefix"; then
10967       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10968 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10970 $as_echo_n "checking for $ac_word... " >&6; }
10971 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10972   $as_echo_n "(cached) " >&6
10973 else
10974   if test -n "$AR_FOR_TARGET"; then
10975   ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10976 else
10977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10978 for as_dir in $PATH
10979 do
10980   IFS=$as_save_IFS
10981   test -z "$as_dir" && as_dir=.
10982     for ac_exec_ext in '' $ac_executable_extensions; do
10983   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10984     ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10985     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10986     break 2
10987   fi
10988 done
10989   done
10990 IFS=$as_save_IFS
10991
10992 fi
10993 fi
10994 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10995 if test -n "$AR_FOR_TARGET"; then
10996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10997 $as_echo "$AR_FOR_TARGET" >&6; }
10998 else
10999   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11000 $as_echo "no" >&6; }
11001 fi
11002
11003
11004     fi
11005     if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11006       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11007 set dummy ${ncn_progname}; ac_word=$2
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11009 $as_echo_n "checking for $ac_word... " >&6; }
11010 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11011   $as_echo_n "(cached) " >&6
11012 else
11013   if test -n "$AR_FOR_TARGET"; then
11014   ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11015 else
11016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11017 for as_dir in $PATH
11018 do
11019   IFS=$as_save_IFS
11020   test -z "$as_dir" && as_dir=.
11021     for ac_exec_ext in '' $ac_executable_extensions; do
11022   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11023     ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11024     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11025     break 2
11026   fi
11027 done
11028   done
11029 IFS=$as_save_IFS
11030
11031 fi
11032 fi
11033 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11034 if test -n "$AR_FOR_TARGET"; then
11035   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11036 $as_echo "$AR_FOR_TARGET" >&6; }
11037 else
11038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11039 $as_echo "no" >&6; }
11040 fi
11041
11042
11043     fi
11044     test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11045   done
11046 fi
11047
11048 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11049   set dummy ar
11050   if test $build = $target ; then
11051     AR_FOR_TARGET="$2"
11052   else
11053     AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11054   fi
11055 else
11056   AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11057 fi
11058
11059 else
11060   AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11061 fi
11062
11063
11064
11065
11066 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11067   if test -n "$with_build_time_tools"; then
11068     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11069 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
11070     if test -x $with_build_time_tools/as; then
11071       AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11072       ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11073       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11074 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11075     else
11076       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11077 $as_echo "no" >&6; }
11078     fi
11079   elif test $build != $host && test $have_gcc_for_target = yes; then
11080     AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11081     test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11082     test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11083   fi
11084 fi
11085 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11086   # Extract the first word of "as", so it can be a program name with args.
11087 set dummy as; ac_word=$2
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11089 $as_echo_n "checking for $ac_word... " >&6; }
11090 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11091   $as_echo_n "(cached) " >&6
11092 else
11093   case $AS_FOR_TARGET in
11094   [\\/]* | ?:[\\/]*)
11095   ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11096   ;;
11097   *)
11098   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11099 for as_dir in $gcc_cv_tool_dirs
11100 do
11101   IFS=$as_save_IFS
11102   test -z "$as_dir" && as_dir=.
11103     for ac_exec_ext in '' $ac_executable_extensions; do
11104   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11105     ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11106     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11107     break 2
11108   fi
11109 done
11110   done
11111 IFS=$as_save_IFS
11112
11113   ;;
11114 esac
11115 fi
11116 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11117 if test -n "$AS_FOR_TARGET"; then
11118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11119 $as_echo "$AS_FOR_TARGET" >&6; }
11120 else
11121   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11122 $as_echo "no" >&6; }
11123 fi
11124
11125
11126 fi
11127 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11128
11129
11130 if test -n "$AS_FOR_TARGET"; then
11131   ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11132 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11133   AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11134 fi
11135
11136 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11137   for ncn_progname in as; do
11138     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11139 set dummy ${ncn_progname}; ac_word=$2
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11141 $as_echo_n "checking for $ac_word... " >&6; }
11142 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11143   $as_echo_n "(cached) " >&6
11144 else
11145   if test -n "$AS_FOR_TARGET"; then
11146   ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11147 else
11148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11149 for as_dir in $PATH
11150 do
11151   IFS=$as_save_IFS
11152   test -z "$as_dir" && as_dir=.
11153     for ac_exec_ext in '' $ac_executable_extensions; do
11154   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11155     ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11156     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11157     break 2
11158   fi
11159 done
11160   done
11161 IFS=$as_save_IFS
11162
11163 fi
11164 fi
11165 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11166 if test -n "$AS_FOR_TARGET"; then
11167   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11168 $as_echo "$AS_FOR_TARGET" >&6; }
11169 else
11170   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11171 $as_echo "no" >&6; }
11172 fi
11173
11174
11175   done
11176 fi
11177
11178 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11179   for ncn_progname in as; do
11180     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11181 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11182     if test -x $with_build_time_tools/${ncn_progname}; then
11183       ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11184       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11185 $as_echo "yes" >&6; }
11186       break
11187     else
11188       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11189 $as_echo "no" >&6; }
11190     fi
11191   done
11192 fi
11193
11194 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11195   for ncn_progname in as; do
11196     if test -n "$ncn_target_tool_prefix"; then
11197       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11198 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11200 $as_echo_n "checking for $ac_word... " >&6; }
11201 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11202   $as_echo_n "(cached) " >&6
11203 else
11204   if test -n "$AS_FOR_TARGET"; then
11205   ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11206 else
11207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11208 for as_dir in $PATH
11209 do
11210   IFS=$as_save_IFS
11211   test -z "$as_dir" && as_dir=.
11212     for ac_exec_ext in '' $ac_executable_extensions; do
11213   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11214     ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11215     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11216     break 2
11217   fi
11218 done
11219   done
11220 IFS=$as_save_IFS
11221
11222 fi
11223 fi
11224 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11225 if test -n "$AS_FOR_TARGET"; then
11226   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11227 $as_echo "$AS_FOR_TARGET" >&6; }
11228 else
11229   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11230 $as_echo "no" >&6; }
11231 fi
11232
11233
11234     fi
11235     if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11236       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11237 set dummy ${ncn_progname}; ac_word=$2
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11239 $as_echo_n "checking for $ac_word... " >&6; }
11240 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11241   $as_echo_n "(cached) " >&6
11242 else
11243   if test -n "$AS_FOR_TARGET"; then
11244   ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11245 else
11246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11247 for as_dir in $PATH
11248 do
11249   IFS=$as_save_IFS
11250   test -z "$as_dir" && as_dir=.
11251     for ac_exec_ext in '' $ac_executable_extensions; do
11252   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11253     ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11254     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11255     break 2
11256   fi
11257 done
11258   done
11259 IFS=$as_save_IFS
11260
11261 fi
11262 fi
11263 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11264 if test -n "$AS_FOR_TARGET"; then
11265   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11266 $as_echo "$AS_FOR_TARGET" >&6; }
11267 else
11268   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11269 $as_echo "no" >&6; }
11270 fi
11271
11272
11273     fi
11274     test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11275   done
11276 fi
11277
11278 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11279   set dummy as
11280   if test $build = $target ; then
11281     AS_FOR_TARGET="$2"
11282   else
11283     AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11284   fi
11285 else
11286   AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11287 fi
11288
11289 else
11290   AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11291 fi
11292
11293
11294
11295
11296 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11297   if test -n "$with_build_time_tools"; then
11298     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11299 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11300     if test -x $with_build_time_tools/dlltool; then
11301       DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11302       ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11303       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11304 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11305     else
11306       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11307 $as_echo "no" >&6; }
11308     fi
11309   elif test $build != $host && test $have_gcc_for_target = yes; then
11310     DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11311     test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11312     test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11313   fi
11314 fi
11315 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11316   # Extract the first word of "dlltool", so it can be a program name with args.
11317 set dummy dlltool; ac_word=$2
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11319 $as_echo_n "checking for $ac_word... " >&6; }
11320 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11321   $as_echo_n "(cached) " >&6
11322 else
11323   case $DLLTOOL_FOR_TARGET in
11324   [\\/]* | ?:[\\/]*)
11325   ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11326   ;;
11327   *)
11328   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11329 for as_dir in $gcc_cv_tool_dirs
11330 do
11331   IFS=$as_save_IFS
11332   test -z "$as_dir" && as_dir=.
11333     for ac_exec_ext in '' $ac_executable_extensions; do
11334   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11335     ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11336     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11337     break 2
11338   fi
11339 done
11340   done
11341 IFS=$as_save_IFS
11342
11343   ;;
11344 esac
11345 fi
11346 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11347 if test -n "$DLLTOOL_FOR_TARGET"; then
11348   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11349 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11350 else
11351   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11352 $as_echo "no" >&6; }
11353 fi
11354
11355
11356 fi
11357 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11358
11359
11360 if test -n "$DLLTOOL_FOR_TARGET"; then
11361   ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11362 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11363   DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11364 fi
11365
11366 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11367   for ncn_progname in dlltool; do
11368     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11369 set dummy ${ncn_progname}; ac_word=$2
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11371 $as_echo_n "checking for $ac_word... " >&6; }
11372 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11373   $as_echo_n "(cached) " >&6
11374 else
11375   if test -n "$DLLTOOL_FOR_TARGET"; then
11376   ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11377 else
11378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11379 for as_dir in $PATH
11380 do
11381   IFS=$as_save_IFS
11382   test -z "$as_dir" && as_dir=.
11383     for ac_exec_ext in '' $ac_executable_extensions; do
11384   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11385     ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11386     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11387     break 2
11388   fi
11389 done
11390   done
11391 IFS=$as_save_IFS
11392
11393 fi
11394 fi
11395 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11396 if test -n "$DLLTOOL_FOR_TARGET"; then
11397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11398 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11399 else
11400   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401 $as_echo "no" >&6; }
11402 fi
11403
11404
11405   done
11406 fi
11407
11408 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11409   for ncn_progname in dlltool; do
11410     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11411 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11412     if test -x $with_build_time_tools/${ncn_progname}; then
11413       ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11414       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11415 $as_echo "yes" >&6; }
11416       break
11417     else
11418       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11419 $as_echo "no" >&6; }
11420     fi
11421   done
11422 fi
11423
11424 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11425   for ncn_progname in dlltool; do
11426     if test -n "$ncn_target_tool_prefix"; then
11427       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11428 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11430 $as_echo_n "checking for $ac_word... " >&6; }
11431 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11432   $as_echo_n "(cached) " >&6
11433 else
11434   if test -n "$DLLTOOL_FOR_TARGET"; then
11435   ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11436 else
11437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11438 for as_dir in $PATH
11439 do
11440   IFS=$as_save_IFS
11441   test -z "$as_dir" && as_dir=.
11442     for ac_exec_ext in '' $ac_executable_extensions; do
11443   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11444     ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11445     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11446     break 2
11447   fi
11448 done
11449   done
11450 IFS=$as_save_IFS
11451
11452 fi
11453 fi
11454 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11455 if test -n "$DLLTOOL_FOR_TARGET"; then
11456   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11457 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11458 else
11459   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11460 $as_echo "no" >&6; }
11461 fi
11462
11463
11464     fi
11465     if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11466       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11467 set dummy ${ncn_progname}; ac_word=$2
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11469 $as_echo_n "checking for $ac_word... " >&6; }
11470 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11471   $as_echo_n "(cached) " >&6
11472 else
11473   if test -n "$DLLTOOL_FOR_TARGET"; then
11474   ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11475 else
11476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11477 for as_dir in $PATH
11478 do
11479   IFS=$as_save_IFS
11480   test -z "$as_dir" && as_dir=.
11481     for ac_exec_ext in '' $ac_executable_extensions; do
11482   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11483     ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11484     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11485     break 2
11486   fi
11487 done
11488   done
11489 IFS=$as_save_IFS
11490
11491 fi
11492 fi
11493 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11494 if test -n "$DLLTOOL_FOR_TARGET"; then
11495   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11496 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11497 else
11498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11499 $as_echo "no" >&6; }
11500 fi
11501
11502
11503     fi
11504     test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11505   done
11506 fi
11507
11508 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11509   set dummy dlltool
11510   if test $build = $target ; then
11511     DLLTOOL_FOR_TARGET="$2"
11512   else
11513     DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11514   fi
11515 else
11516   DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11517 fi
11518
11519 else
11520   DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11521 fi
11522
11523
11524
11525
11526 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11527   if test -n "$with_build_time_tools"; then
11528     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11529 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11530     if test -x $with_build_time_tools/ld; then
11531       LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11532       ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11533       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11534 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11535     else
11536       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11537 $as_echo "no" >&6; }
11538     fi
11539   elif test $build != $host && test $have_gcc_for_target = yes; then
11540     LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11541     test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11542     test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11543   fi
11544 fi
11545 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11546   # Extract the first word of "ld", so it can be a program name with args.
11547 set dummy ld; ac_word=$2
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11549 $as_echo_n "checking for $ac_word... " >&6; }
11550 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11551   $as_echo_n "(cached) " >&6
11552 else
11553   case $LD_FOR_TARGET in
11554   [\\/]* | ?:[\\/]*)
11555   ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11556   ;;
11557   *)
11558   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11559 for as_dir in $gcc_cv_tool_dirs
11560 do
11561   IFS=$as_save_IFS
11562   test -z "$as_dir" && as_dir=.
11563     for ac_exec_ext in '' $ac_executable_extensions; do
11564   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11565     ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11566     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11567     break 2
11568   fi
11569 done
11570   done
11571 IFS=$as_save_IFS
11572
11573   ;;
11574 esac
11575 fi
11576 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11577 if test -n "$LD_FOR_TARGET"; then
11578   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11579 $as_echo "$LD_FOR_TARGET" >&6; }
11580 else
11581   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11582 $as_echo "no" >&6; }
11583 fi
11584
11585
11586 fi
11587 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11588
11589
11590 if test -n "$LD_FOR_TARGET"; then
11591   ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11592 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11593   LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11594 fi
11595
11596 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11597   for ncn_progname in ld; do
11598     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11599 set dummy ${ncn_progname}; ac_word=$2
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11601 $as_echo_n "checking for $ac_word... " >&6; }
11602 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11603   $as_echo_n "(cached) " >&6
11604 else
11605   if test -n "$LD_FOR_TARGET"; then
11606   ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11607 else
11608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11609 for as_dir in $PATH
11610 do
11611   IFS=$as_save_IFS
11612   test -z "$as_dir" && as_dir=.
11613     for ac_exec_ext in '' $ac_executable_extensions; do
11614   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11615     ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11616     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11617     break 2
11618   fi
11619 done
11620   done
11621 IFS=$as_save_IFS
11622
11623 fi
11624 fi
11625 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11626 if test -n "$LD_FOR_TARGET"; then
11627   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11628 $as_echo "$LD_FOR_TARGET" >&6; }
11629 else
11630   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11631 $as_echo "no" >&6; }
11632 fi
11633
11634
11635   done
11636 fi
11637
11638 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11639   for ncn_progname in ld; do
11640     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11641 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11642     if test -x $with_build_time_tools/${ncn_progname}; then
11643       ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11644       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11645 $as_echo "yes" >&6; }
11646       break
11647     else
11648       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11649 $as_echo "no" >&6; }
11650     fi
11651   done
11652 fi
11653
11654 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11655   for ncn_progname in ld; do
11656     if test -n "$ncn_target_tool_prefix"; then
11657       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11658 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11660 $as_echo_n "checking for $ac_word... " >&6; }
11661 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11662   $as_echo_n "(cached) " >&6
11663 else
11664   if test -n "$LD_FOR_TARGET"; then
11665   ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11666 else
11667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11668 for as_dir in $PATH
11669 do
11670   IFS=$as_save_IFS
11671   test -z "$as_dir" && as_dir=.
11672     for ac_exec_ext in '' $ac_executable_extensions; do
11673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11674     ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11675     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11676     break 2
11677   fi
11678 done
11679   done
11680 IFS=$as_save_IFS
11681
11682 fi
11683 fi
11684 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11685 if test -n "$LD_FOR_TARGET"; then
11686   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11687 $as_echo "$LD_FOR_TARGET" >&6; }
11688 else
11689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11690 $as_echo "no" >&6; }
11691 fi
11692
11693
11694     fi
11695     if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11696       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11697 set dummy ${ncn_progname}; ac_word=$2
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11699 $as_echo_n "checking for $ac_word... " >&6; }
11700 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11701   $as_echo_n "(cached) " >&6
11702 else
11703   if test -n "$LD_FOR_TARGET"; then
11704   ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11705 else
11706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11707 for as_dir in $PATH
11708 do
11709   IFS=$as_save_IFS
11710   test -z "$as_dir" && as_dir=.
11711     for ac_exec_ext in '' $ac_executable_extensions; do
11712   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11713     ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11714     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11715     break 2
11716   fi
11717 done
11718   done
11719 IFS=$as_save_IFS
11720
11721 fi
11722 fi
11723 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11724 if test -n "$LD_FOR_TARGET"; then
11725   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11726 $as_echo "$LD_FOR_TARGET" >&6; }
11727 else
11728   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11729 $as_echo "no" >&6; }
11730 fi
11731
11732
11733     fi
11734     test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11735   done
11736 fi
11737
11738 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11739   set dummy ld
11740   if test $build = $target ; then
11741     LD_FOR_TARGET="$2"
11742   else
11743     LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11744   fi
11745 else
11746   LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11747 fi
11748
11749 else
11750   LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11751 fi
11752
11753
11754
11755
11756 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11757   if test -n "$with_build_time_tools"; then
11758     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11759 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11760     if test -x $with_build_time_tools/lipo; then
11761       LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11762       ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11763       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11764 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11765     else
11766       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11767 $as_echo "no" >&6; }
11768     fi
11769   elif test $build != $host && test $have_gcc_for_target = yes; then
11770     LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11771     test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11772     test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11773   fi
11774 fi
11775 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11776   # Extract the first word of "lipo", so it can be a program name with args.
11777 set dummy lipo; ac_word=$2
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11779 $as_echo_n "checking for $ac_word... " >&6; }
11780 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11781   $as_echo_n "(cached) " >&6
11782 else
11783   case $LIPO_FOR_TARGET in
11784   [\\/]* | ?:[\\/]*)
11785   ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11786   ;;
11787   *)
11788   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11789 for as_dir in $gcc_cv_tool_dirs
11790 do
11791   IFS=$as_save_IFS
11792   test -z "$as_dir" && as_dir=.
11793     for ac_exec_ext in '' $ac_executable_extensions; do
11794   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11795     ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11796     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11797     break 2
11798   fi
11799 done
11800   done
11801 IFS=$as_save_IFS
11802
11803   ;;
11804 esac
11805 fi
11806 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11807 if test -n "$LIPO_FOR_TARGET"; then
11808   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11809 $as_echo "$LIPO_FOR_TARGET" >&6; }
11810 else
11811   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11812 $as_echo "no" >&6; }
11813 fi
11814
11815
11816 fi
11817 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11818
11819
11820 if test -n "$LIPO_FOR_TARGET"; then
11821   ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11822 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11823   LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11824 fi
11825
11826 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11827   for ncn_progname in lipo; do
11828     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11829 set dummy ${ncn_progname}; ac_word=$2
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11831 $as_echo_n "checking for $ac_word... " >&6; }
11832 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11833   $as_echo_n "(cached) " >&6
11834 else
11835   if test -n "$LIPO_FOR_TARGET"; then
11836   ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11837 else
11838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11839 for as_dir in $PATH
11840 do
11841   IFS=$as_save_IFS
11842   test -z "$as_dir" && as_dir=.
11843     for ac_exec_ext in '' $ac_executable_extensions; do
11844   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11845     ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11846     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11847     break 2
11848   fi
11849 done
11850   done
11851 IFS=$as_save_IFS
11852
11853 fi
11854 fi
11855 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11856 if test -n "$LIPO_FOR_TARGET"; then
11857   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11858 $as_echo "$LIPO_FOR_TARGET" >&6; }
11859 else
11860   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861 $as_echo "no" >&6; }
11862 fi
11863
11864
11865   done
11866 fi
11867
11868 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11869   for ncn_progname in lipo; do
11870     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11871 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11872     if test -x $with_build_time_tools/${ncn_progname}; then
11873       ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11874       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11875 $as_echo "yes" >&6; }
11876       break
11877     else
11878       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11879 $as_echo "no" >&6; }
11880     fi
11881   done
11882 fi
11883
11884 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11885   for ncn_progname in lipo; do
11886     if test -n "$ncn_target_tool_prefix"; then
11887       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11888 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11890 $as_echo_n "checking for $ac_word... " >&6; }
11891 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11892   $as_echo_n "(cached) " >&6
11893 else
11894   if test -n "$LIPO_FOR_TARGET"; then
11895   ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11896 else
11897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11898 for as_dir in $PATH
11899 do
11900   IFS=$as_save_IFS
11901   test -z "$as_dir" && as_dir=.
11902     for ac_exec_ext in '' $ac_executable_extensions; do
11903   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11904     ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11905     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11906     break 2
11907   fi
11908 done
11909   done
11910 IFS=$as_save_IFS
11911
11912 fi
11913 fi
11914 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11915 if test -n "$LIPO_FOR_TARGET"; then
11916   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11917 $as_echo "$LIPO_FOR_TARGET" >&6; }
11918 else
11919   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11920 $as_echo "no" >&6; }
11921 fi
11922
11923
11924     fi
11925     if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11926       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11927 set dummy ${ncn_progname}; ac_word=$2
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11929 $as_echo_n "checking for $ac_word... " >&6; }
11930 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11931   $as_echo_n "(cached) " >&6
11932 else
11933   if test -n "$LIPO_FOR_TARGET"; then
11934   ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11935 else
11936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11937 for as_dir in $PATH
11938 do
11939   IFS=$as_save_IFS
11940   test -z "$as_dir" && as_dir=.
11941     for ac_exec_ext in '' $ac_executable_extensions; do
11942   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11943     ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11944     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11945     break 2
11946   fi
11947 done
11948   done
11949 IFS=$as_save_IFS
11950
11951 fi
11952 fi
11953 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11954 if test -n "$LIPO_FOR_TARGET"; then
11955   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11956 $as_echo "$LIPO_FOR_TARGET" >&6; }
11957 else
11958   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11959 $as_echo "no" >&6; }
11960 fi
11961
11962
11963     fi
11964     test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11965   done
11966 fi
11967
11968 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11969   set dummy lipo
11970   if test $build = $target ; then
11971     LIPO_FOR_TARGET="$2"
11972   else
11973     LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11974   fi
11975 else
11976   LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11977 fi
11978
11979 else
11980   LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11981 fi
11982
11983
11984
11985
11986 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11987   if test -n "$with_build_time_tools"; then
11988     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11989 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11990     if test -x $with_build_time_tools/nm; then
11991       NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11992       ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11993       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11994 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11995     else
11996       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11997 $as_echo "no" >&6; }
11998     fi
11999   elif test $build != $host && test $have_gcc_for_target = yes; then
12000     NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
12001     test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12002     test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12003   fi
12004 fi
12005 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12006   # Extract the first word of "nm", so it can be a program name with args.
12007 set dummy nm; ac_word=$2
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12009 $as_echo_n "checking for $ac_word... " >&6; }
12010 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12011   $as_echo_n "(cached) " >&6
12012 else
12013   case $NM_FOR_TARGET in
12014   [\\/]* | ?:[\\/]*)
12015   ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12016   ;;
12017   *)
12018   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12019 for as_dir in $gcc_cv_tool_dirs
12020 do
12021   IFS=$as_save_IFS
12022   test -z "$as_dir" && as_dir=.
12023     for ac_exec_ext in '' $ac_executable_extensions; do
12024   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12025     ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12026     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12027     break 2
12028   fi
12029 done
12030   done
12031 IFS=$as_save_IFS
12032
12033   ;;
12034 esac
12035 fi
12036 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12037 if test -n "$NM_FOR_TARGET"; then
12038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12039 $as_echo "$NM_FOR_TARGET" >&6; }
12040 else
12041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12042 $as_echo "no" >&6; }
12043 fi
12044
12045
12046 fi
12047 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12048
12049
12050 if test -n "$NM_FOR_TARGET"; then
12051   ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12052 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12053   NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12054 fi
12055
12056 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12057   for ncn_progname in nm; do
12058     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12059 set dummy ${ncn_progname}; ac_word=$2
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12061 $as_echo_n "checking for $ac_word... " >&6; }
12062 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12063   $as_echo_n "(cached) " >&6
12064 else
12065   if test -n "$NM_FOR_TARGET"; then
12066   ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12067 else
12068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12069 for as_dir in $PATH
12070 do
12071   IFS=$as_save_IFS
12072   test -z "$as_dir" && as_dir=.
12073     for ac_exec_ext in '' $ac_executable_extensions; do
12074   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12075     ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12076     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12077     break 2
12078   fi
12079 done
12080   done
12081 IFS=$as_save_IFS
12082
12083 fi
12084 fi
12085 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12086 if test -n "$NM_FOR_TARGET"; then
12087   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12088 $as_echo "$NM_FOR_TARGET" >&6; }
12089 else
12090   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12091 $as_echo "no" >&6; }
12092 fi
12093
12094
12095   done
12096 fi
12097
12098 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12099   for ncn_progname in nm; do
12100     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12101 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12102     if test -x $with_build_time_tools/${ncn_progname}; then
12103       ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12104       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12105 $as_echo "yes" >&6; }
12106       break
12107     else
12108       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12109 $as_echo "no" >&6; }
12110     fi
12111   done
12112 fi
12113
12114 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12115   for ncn_progname in nm; do
12116     if test -n "$ncn_target_tool_prefix"; then
12117       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12118 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12120 $as_echo_n "checking for $ac_word... " >&6; }
12121 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12122   $as_echo_n "(cached) " >&6
12123 else
12124   if test -n "$NM_FOR_TARGET"; then
12125   ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12126 else
12127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12128 for as_dir in $PATH
12129 do
12130   IFS=$as_save_IFS
12131   test -z "$as_dir" && as_dir=.
12132     for ac_exec_ext in '' $ac_executable_extensions; do
12133   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12134     ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12135     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12136     break 2
12137   fi
12138 done
12139   done
12140 IFS=$as_save_IFS
12141
12142 fi
12143 fi
12144 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12145 if test -n "$NM_FOR_TARGET"; then
12146   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12147 $as_echo "$NM_FOR_TARGET" >&6; }
12148 else
12149   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12150 $as_echo "no" >&6; }
12151 fi
12152
12153
12154     fi
12155     if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12156       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12157 set dummy ${ncn_progname}; ac_word=$2
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12159 $as_echo_n "checking for $ac_word... " >&6; }
12160 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12161   $as_echo_n "(cached) " >&6
12162 else
12163   if test -n "$NM_FOR_TARGET"; then
12164   ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12165 else
12166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12167 for as_dir in $PATH
12168 do
12169   IFS=$as_save_IFS
12170   test -z "$as_dir" && as_dir=.
12171     for ac_exec_ext in '' $ac_executable_extensions; do
12172   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12173     ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12174     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12175     break 2
12176   fi
12177 done
12178   done
12179 IFS=$as_save_IFS
12180
12181 fi
12182 fi
12183 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12184 if test -n "$NM_FOR_TARGET"; then
12185   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12186 $as_echo "$NM_FOR_TARGET" >&6; }
12187 else
12188   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12189 $as_echo "no" >&6; }
12190 fi
12191
12192
12193     fi
12194     test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12195   done
12196 fi
12197
12198 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12199   set dummy nm
12200   if test $build = $target ; then
12201     NM_FOR_TARGET="$2"
12202   else
12203     NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12204   fi
12205 else
12206   NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12207 fi
12208
12209 else
12210   NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12211 fi
12212
12213
12214
12215
12216 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12217   if test -n "$with_build_time_tools"; then
12218     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12219 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12220     if test -x $with_build_time_tools/objdump; then
12221       OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12222       ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12223       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12224 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12225     else
12226       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12227 $as_echo "no" >&6; }
12228     fi
12229   elif test $build != $host && test $have_gcc_for_target = yes; then
12230     OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12231     test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12232     test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12233   fi
12234 fi
12235 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12236   # Extract the first word of "objdump", so it can be a program name with args.
12237 set dummy objdump; ac_word=$2
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12239 $as_echo_n "checking for $ac_word... " >&6; }
12240 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12241   $as_echo_n "(cached) " >&6
12242 else
12243   case $OBJDUMP_FOR_TARGET in
12244   [\\/]* | ?:[\\/]*)
12245   ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12246   ;;
12247   *)
12248   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12249 for as_dir in $gcc_cv_tool_dirs
12250 do
12251   IFS=$as_save_IFS
12252   test -z "$as_dir" && as_dir=.
12253     for ac_exec_ext in '' $ac_executable_extensions; do
12254   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12255     ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12256     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12257     break 2
12258   fi
12259 done
12260   done
12261 IFS=$as_save_IFS
12262
12263   ;;
12264 esac
12265 fi
12266 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12267 if test -n "$OBJDUMP_FOR_TARGET"; then
12268   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12269 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12270 else
12271   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12272 $as_echo "no" >&6; }
12273 fi
12274
12275
12276 fi
12277 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12278
12279
12280 if test -n "$OBJDUMP_FOR_TARGET"; then
12281   ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12282 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12283   OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12284 fi
12285
12286 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12287   for ncn_progname in objdump; do
12288     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12289 set dummy ${ncn_progname}; ac_word=$2
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12291 $as_echo_n "checking for $ac_word... " >&6; }
12292 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12293   $as_echo_n "(cached) " >&6
12294 else
12295   if test -n "$OBJDUMP_FOR_TARGET"; then
12296   ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12297 else
12298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12299 for as_dir in $PATH
12300 do
12301   IFS=$as_save_IFS
12302   test -z "$as_dir" && as_dir=.
12303     for ac_exec_ext in '' $ac_executable_extensions; do
12304   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12305     ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12306     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12307     break 2
12308   fi
12309 done
12310   done
12311 IFS=$as_save_IFS
12312
12313 fi
12314 fi
12315 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12316 if test -n "$OBJDUMP_FOR_TARGET"; then
12317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12318 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12319 else
12320   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12321 $as_echo "no" >&6; }
12322 fi
12323
12324
12325   done
12326 fi
12327
12328 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12329   for ncn_progname in objdump; do
12330     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12331 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12332     if test -x $with_build_time_tools/${ncn_progname}; then
12333       ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12334       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12335 $as_echo "yes" >&6; }
12336       break
12337     else
12338       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12339 $as_echo "no" >&6; }
12340     fi
12341   done
12342 fi
12343
12344 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12345   for ncn_progname in objdump; do
12346     if test -n "$ncn_target_tool_prefix"; then
12347       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12348 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12350 $as_echo_n "checking for $ac_word... " >&6; }
12351 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12352   $as_echo_n "(cached) " >&6
12353 else
12354   if test -n "$OBJDUMP_FOR_TARGET"; then
12355   ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12356 else
12357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12358 for as_dir in $PATH
12359 do
12360   IFS=$as_save_IFS
12361   test -z "$as_dir" && as_dir=.
12362     for ac_exec_ext in '' $ac_executable_extensions; do
12363   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12364     ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12365     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12366     break 2
12367   fi
12368 done
12369   done
12370 IFS=$as_save_IFS
12371
12372 fi
12373 fi
12374 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12375 if test -n "$OBJDUMP_FOR_TARGET"; then
12376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12377 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12378 else
12379   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12380 $as_echo "no" >&6; }
12381 fi
12382
12383
12384     fi
12385     if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12386       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12387 set dummy ${ncn_progname}; ac_word=$2
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12389 $as_echo_n "checking for $ac_word... " >&6; }
12390 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12391   $as_echo_n "(cached) " >&6
12392 else
12393   if test -n "$OBJDUMP_FOR_TARGET"; then
12394   ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12395 else
12396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12397 for as_dir in $PATH
12398 do
12399   IFS=$as_save_IFS
12400   test -z "$as_dir" && as_dir=.
12401     for ac_exec_ext in '' $ac_executable_extensions; do
12402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12403     ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12404     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12405     break 2
12406   fi
12407 done
12408   done
12409 IFS=$as_save_IFS
12410
12411 fi
12412 fi
12413 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12414 if test -n "$OBJDUMP_FOR_TARGET"; then
12415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12416 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12417 else
12418   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12419 $as_echo "no" >&6; }
12420 fi
12421
12422
12423     fi
12424     test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12425   done
12426 fi
12427
12428 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12429   set dummy objdump
12430   if test $build = $target ; then
12431     OBJDUMP_FOR_TARGET="$2"
12432   else
12433     OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12434   fi
12435 else
12436   OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12437 fi
12438
12439 else
12440   OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12441 fi
12442
12443
12444
12445
12446 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12447   if test -n "$with_build_time_tools"; then
12448     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12449 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12450     if test -x $with_build_time_tools/ranlib; then
12451       RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12452       ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12453       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12454 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12455     else
12456       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12457 $as_echo "no" >&6; }
12458     fi
12459   elif test $build != $host && test $have_gcc_for_target = yes; then
12460     RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12461     test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12462     test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12463   fi
12464 fi
12465 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12466   # Extract the first word of "ranlib", so it can be a program name with args.
12467 set dummy ranlib; ac_word=$2
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12469 $as_echo_n "checking for $ac_word... " >&6; }
12470 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12471   $as_echo_n "(cached) " >&6
12472 else
12473   case $RANLIB_FOR_TARGET in
12474   [\\/]* | ?:[\\/]*)
12475   ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12476   ;;
12477   *)
12478   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12479 for as_dir in $gcc_cv_tool_dirs
12480 do
12481   IFS=$as_save_IFS
12482   test -z "$as_dir" && as_dir=.
12483     for ac_exec_ext in '' $ac_executable_extensions; do
12484   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12485     ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12486     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12487     break 2
12488   fi
12489 done
12490   done
12491 IFS=$as_save_IFS
12492
12493   ;;
12494 esac
12495 fi
12496 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12497 if test -n "$RANLIB_FOR_TARGET"; then
12498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12499 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12500 else
12501   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12502 $as_echo "no" >&6; }
12503 fi
12504
12505
12506 fi
12507 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12508
12509
12510 if test -n "$RANLIB_FOR_TARGET"; then
12511   ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12512 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12513   RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12514 fi
12515
12516 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12517   for ncn_progname in ranlib; do
12518     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12519 set dummy ${ncn_progname}; ac_word=$2
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12521 $as_echo_n "checking for $ac_word... " >&6; }
12522 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12523   $as_echo_n "(cached) " >&6
12524 else
12525   if test -n "$RANLIB_FOR_TARGET"; then
12526   ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12527 else
12528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12529 for as_dir in $PATH
12530 do
12531   IFS=$as_save_IFS
12532   test -z "$as_dir" && as_dir=.
12533     for ac_exec_ext in '' $ac_executable_extensions; do
12534   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12535     ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12536     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12537     break 2
12538   fi
12539 done
12540   done
12541 IFS=$as_save_IFS
12542
12543 fi
12544 fi
12545 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12546 if test -n "$RANLIB_FOR_TARGET"; then
12547   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12548 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12549 else
12550   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12551 $as_echo "no" >&6; }
12552 fi
12553
12554
12555   done
12556 fi
12557
12558 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12559   for ncn_progname in ranlib; do
12560     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12561 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12562     if test -x $with_build_time_tools/${ncn_progname}; then
12563       ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12564       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12565 $as_echo "yes" >&6; }
12566       break
12567     else
12568       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12569 $as_echo "no" >&6; }
12570     fi
12571   done
12572 fi
12573
12574 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12575   for ncn_progname in ranlib; do
12576     if test -n "$ncn_target_tool_prefix"; then
12577       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12578 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12580 $as_echo_n "checking for $ac_word... " >&6; }
12581 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12582   $as_echo_n "(cached) " >&6
12583 else
12584   if test -n "$RANLIB_FOR_TARGET"; then
12585   ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12586 else
12587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12588 for as_dir in $PATH
12589 do
12590   IFS=$as_save_IFS
12591   test -z "$as_dir" && as_dir=.
12592     for ac_exec_ext in '' $ac_executable_extensions; do
12593   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12594     ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12595     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12596     break 2
12597   fi
12598 done
12599   done
12600 IFS=$as_save_IFS
12601
12602 fi
12603 fi
12604 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12605 if test -n "$RANLIB_FOR_TARGET"; then
12606   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12607 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12608 else
12609   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12610 $as_echo "no" >&6; }
12611 fi
12612
12613
12614     fi
12615     if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12616       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12617 set dummy ${ncn_progname}; ac_word=$2
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12619 $as_echo_n "checking for $ac_word... " >&6; }
12620 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12621   $as_echo_n "(cached) " >&6
12622 else
12623   if test -n "$RANLIB_FOR_TARGET"; then
12624   ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12625 else
12626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12627 for as_dir in $PATH
12628 do
12629   IFS=$as_save_IFS
12630   test -z "$as_dir" && as_dir=.
12631     for ac_exec_ext in '' $ac_executable_extensions; do
12632   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12633     ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12634     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12635     break 2
12636   fi
12637 done
12638   done
12639 IFS=$as_save_IFS
12640
12641 fi
12642 fi
12643 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12644 if test -n "$RANLIB_FOR_TARGET"; then
12645   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12646 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12647 else
12648   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12649 $as_echo "no" >&6; }
12650 fi
12651
12652
12653     fi
12654     test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12655   done
12656 fi
12657
12658 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12659   set dummy ranlib
12660   if test $build = $target ; then
12661     RANLIB_FOR_TARGET="$2"
12662   else
12663     RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12664   fi
12665 else
12666   RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12667 fi
12668
12669 else
12670   RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12671 fi
12672
12673
12674
12675
12676 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12677   if test -n "$with_build_time_tools"; then
12678     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12679 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12680     if test -x $with_build_time_tools/strip; then
12681       STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12682       ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12683       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12684 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12685     else
12686       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12687 $as_echo "no" >&6; }
12688     fi
12689   elif test $build != $host && test $have_gcc_for_target = yes; then
12690     STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12691     test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12692     test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12693   fi
12694 fi
12695 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12696   # Extract the first word of "strip", so it can be a program name with args.
12697 set dummy strip; ac_word=$2
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12699 $as_echo_n "checking for $ac_word... " >&6; }
12700 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12701   $as_echo_n "(cached) " >&6
12702 else
12703   case $STRIP_FOR_TARGET in
12704   [\\/]* | ?:[\\/]*)
12705   ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12706   ;;
12707   *)
12708   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12709 for as_dir in $gcc_cv_tool_dirs
12710 do
12711   IFS=$as_save_IFS
12712   test -z "$as_dir" && as_dir=.
12713     for ac_exec_ext in '' $ac_executable_extensions; do
12714   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12715     ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12716     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12717     break 2
12718   fi
12719 done
12720   done
12721 IFS=$as_save_IFS
12722
12723   ;;
12724 esac
12725 fi
12726 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12727 if test -n "$STRIP_FOR_TARGET"; then
12728   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12729 $as_echo "$STRIP_FOR_TARGET" >&6; }
12730 else
12731   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12732 $as_echo "no" >&6; }
12733 fi
12734
12735
12736 fi
12737 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12738
12739
12740 if test -n "$STRIP_FOR_TARGET"; then
12741   ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12742 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12743   STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12744 fi
12745
12746 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12747   for ncn_progname in strip; do
12748     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12749 set dummy ${ncn_progname}; ac_word=$2
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12751 $as_echo_n "checking for $ac_word... " >&6; }
12752 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12753   $as_echo_n "(cached) " >&6
12754 else
12755   if test -n "$STRIP_FOR_TARGET"; then
12756   ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12757 else
12758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12759 for as_dir in $PATH
12760 do
12761   IFS=$as_save_IFS
12762   test -z "$as_dir" && as_dir=.
12763     for ac_exec_ext in '' $ac_executable_extensions; do
12764   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12765     ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12766     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12767     break 2
12768   fi
12769 done
12770   done
12771 IFS=$as_save_IFS
12772
12773 fi
12774 fi
12775 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12776 if test -n "$STRIP_FOR_TARGET"; then
12777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12778 $as_echo "$STRIP_FOR_TARGET" >&6; }
12779 else
12780   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12781 $as_echo "no" >&6; }
12782 fi
12783
12784
12785   done
12786 fi
12787
12788 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12789   for ncn_progname in strip; do
12790     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12791 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12792     if test -x $with_build_time_tools/${ncn_progname}; then
12793       ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12794       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12795 $as_echo "yes" >&6; }
12796       break
12797     else
12798       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12799 $as_echo "no" >&6; }
12800     fi
12801   done
12802 fi
12803
12804 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12805   for ncn_progname in strip; do
12806     if test -n "$ncn_target_tool_prefix"; then
12807       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12808 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12810 $as_echo_n "checking for $ac_word... " >&6; }
12811 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12812   $as_echo_n "(cached) " >&6
12813 else
12814   if test -n "$STRIP_FOR_TARGET"; then
12815   ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12816 else
12817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12818 for as_dir in $PATH
12819 do
12820   IFS=$as_save_IFS
12821   test -z "$as_dir" && as_dir=.
12822     for ac_exec_ext in '' $ac_executable_extensions; do
12823   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12824     ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12825     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12826     break 2
12827   fi
12828 done
12829   done
12830 IFS=$as_save_IFS
12831
12832 fi
12833 fi
12834 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12835 if test -n "$STRIP_FOR_TARGET"; then
12836   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12837 $as_echo "$STRIP_FOR_TARGET" >&6; }
12838 else
12839   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12840 $as_echo "no" >&6; }
12841 fi
12842
12843
12844     fi
12845     if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12846       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12847 set dummy ${ncn_progname}; ac_word=$2
12848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12849 $as_echo_n "checking for $ac_word... " >&6; }
12850 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12851   $as_echo_n "(cached) " >&6
12852 else
12853   if test -n "$STRIP_FOR_TARGET"; then
12854   ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12855 else
12856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12857 for as_dir in $PATH
12858 do
12859   IFS=$as_save_IFS
12860   test -z "$as_dir" && as_dir=.
12861     for ac_exec_ext in '' $ac_executable_extensions; do
12862   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12863     ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12864     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12865     break 2
12866   fi
12867 done
12868   done
12869 IFS=$as_save_IFS
12870
12871 fi
12872 fi
12873 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12874 if test -n "$STRIP_FOR_TARGET"; then
12875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12876 $as_echo "$STRIP_FOR_TARGET" >&6; }
12877 else
12878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12879 $as_echo "no" >&6; }
12880 fi
12881
12882
12883     fi
12884     test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12885   done
12886 fi
12887
12888 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12889   set dummy strip
12890   if test $build = $target ; then
12891     STRIP_FOR_TARGET="$2"
12892   else
12893     STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12894   fi
12895 else
12896   STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12897 fi
12898
12899 else
12900   STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12901 fi
12902
12903
12904
12905
12906 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12907   if test -n "$with_build_time_tools"; then
12908     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12909 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12910     if test -x $with_build_time_tools/windres; then
12911       WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12912       ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12913       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12914 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12915     else
12916       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12917 $as_echo "no" >&6; }
12918     fi
12919   elif test $build != $host && test $have_gcc_for_target = yes; then
12920     WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12921     test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12922     test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12923   fi
12924 fi
12925 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12926   # Extract the first word of "windres", so it can be a program name with args.
12927 set dummy windres; ac_word=$2
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12929 $as_echo_n "checking for $ac_word... " >&6; }
12930 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12931   $as_echo_n "(cached) " >&6
12932 else
12933   case $WINDRES_FOR_TARGET in
12934   [\\/]* | ?:[\\/]*)
12935   ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12936   ;;
12937   *)
12938   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12939 for as_dir in $gcc_cv_tool_dirs
12940 do
12941   IFS=$as_save_IFS
12942   test -z "$as_dir" && as_dir=.
12943     for ac_exec_ext in '' $ac_executable_extensions; do
12944   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12945     ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12946     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12947     break 2
12948   fi
12949 done
12950   done
12951 IFS=$as_save_IFS
12952
12953   ;;
12954 esac
12955 fi
12956 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12957 if test -n "$WINDRES_FOR_TARGET"; then
12958   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12959 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12960 else
12961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12962 $as_echo "no" >&6; }
12963 fi
12964
12965
12966 fi
12967 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12968
12969
12970 if test -n "$WINDRES_FOR_TARGET"; then
12971   ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12972 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12973   WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12974 fi
12975
12976 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12977   for ncn_progname in windres; do
12978     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12979 set dummy ${ncn_progname}; ac_word=$2
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12981 $as_echo_n "checking for $ac_word... " >&6; }
12982 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12983   $as_echo_n "(cached) " >&6
12984 else
12985   if test -n "$WINDRES_FOR_TARGET"; then
12986   ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12987 else
12988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12989 for as_dir in $PATH
12990 do
12991   IFS=$as_save_IFS
12992   test -z "$as_dir" && as_dir=.
12993     for ac_exec_ext in '' $ac_executable_extensions; do
12994   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12995     ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12996     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12997     break 2
12998   fi
12999 done
13000   done
13001 IFS=$as_save_IFS
13002
13003 fi
13004 fi
13005 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13006 if test -n "$WINDRES_FOR_TARGET"; then
13007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13008 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13009 else
13010   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13011 $as_echo "no" >&6; }
13012 fi
13013
13014
13015   done
13016 fi
13017
13018 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13019   for ncn_progname in windres; do
13020     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13021 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13022     if test -x $with_build_time_tools/${ncn_progname}; then
13023       ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13024       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13025 $as_echo "yes" >&6; }
13026       break
13027     else
13028       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13029 $as_echo "no" >&6; }
13030     fi
13031   done
13032 fi
13033
13034 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13035   for ncn_progname in windres; do
13036     if test -n "$ncn_target_tool_prefix"; then
13037       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13038 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13040 $as_echo_n "checking for $ac_word... " >&6; }
13041 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13042   $as_echo_n "(cached) " >&6
13043 else
13044   if test -n "$WINDRES_FOR_TARGET"; then
13045   ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13046 else
13047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13048 for as_dir in $PATH
13049 do
13050   IFS=$as_save_IFS
13051   test -z "$as_dir" && as_dir=.
13052     for ac_exec_ext in '' $ac_executable_extensions; do
13053   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13054     ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13055     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13056     break 2
13057   fi
13058 done
13059   done
13060 IFS=$as_save_IFS
13061
13062 fi
13063 fi
13064 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13065 if test -n "$WINDRES_FOR_TARGET"; then
13066   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13067 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13068 else
13069   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13070 $as_echo "no" >&6; }
13071 fi
13072
13073
13074     fi
13075     if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13076       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13077 set dummy ${ncn_progname}; ac_word=$2
13078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13079 $as_echo_n "checking for $ac_word... " >&6; }
13080 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13081   $as_echo_n "(cached) " >&6
13082 else
13083   if test -n "$WINDRES_FOR_TARGET"; then
13084   ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13085 else
13086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13087 for as_dir in $PATH
13088 do
13089   IFS=$as_save_IFS
13090   test -z "$as_dir" && as_dir=.
13091     for ac_exec_ext in '' $ac_executable_extensions; do
13092   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13093     ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13094     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13095     break 2
13096   fi
13097 done
13098   done
13099 IFS=$as_save_IFS
13100
13101 fi
13102 fi
13103 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13104 if test -n "$WINDRES_FOR_TARGET"; then
13105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13106 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13107 else
13108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13109 $as_echo "no" >&6; }
13110 fi
13111
13112
13113     fi
13114     test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13115   done
13116 fi
13117
13118 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13119   set dummy windres
13120   if test $build = $target ; then
13121     WINDRES_FOR_TARGET="$2"
13122   else
13123     WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13124   fi
13125 else
13126   WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13127 fi
13128
13129 else
13130   WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13131 fi
13132
13133
13134
13135
13136 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13137   if test -n "$with_build_time_tools"; then
13138     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13139 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13140     if test -x $with_build_time_tools/windmc; then
13141       WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13142       ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13143       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13144 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13145     else
13146       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13147 $as_echo "no" >&6; }
13148     fi
13149   elif test $build != $host && test $have_gcc_for_target = yes; then
13150     WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13151     test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13152     test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13153   fi
13154 fi
13155 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13156   # Extract the first word of "windmc", so it can be a program name with args.
13157 set dummy windmc; ac_word=$2
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13159 $as_echo_n "checking for $ac_word... " >&6; }
13160 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13161   $as_echo_n "(cached) " >&6
13162 else
13163   case $WINDMC_FOR_TARGET in
13164   [\\/]* | ?:[\\/]*)
13165   ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13166   ;;
13167   *)
13168   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13169 for as_dir in $gcc_cv_tool_dirs
13170 do
13171   IFS=$as_save_IFS
13172   test -z "$as_dir" && as_dir=.
13173     for ac_exec_ext in '' $ac_executable_extensions; do
13174   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13175     ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13176     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13177     break 2
13178   fi
13179 done
13180   done
13181 IFS=$as_save_IFS
13182
13183   ;;
13184 esac
13185 fi
13186 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13187 if test -n "$WINDMC_FOR_TARGET"; then
13188   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13189 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13190 else
13191   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13192 $as_echo "no" >&6; }
13193 fi
13194
13195
13196 fi
13197 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13198
13199
13200 if test -n "$WINDMC_FOR_TARGET"; then
13201   ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13202 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13203   WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13204 fi
13205
13206 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13207   for ncn_progname in windmc; do
13208     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13209 set dummy ${ncn_progname}; ac_word=$2
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13211 $as_echo_n "checking for $ac_word... " >&6; }
13212 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13213   $as_echo_n "(cached) " >&6
13214 else
13215   if test -n "$WINDMC_FOR_TARGET"; then
13216   ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13217 else
13218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13219 for as_dir in $PATH
13220 do
13221   IFS=$as_save_IFS
13222   test -z "$as_dir" && as_dir=.
13223     for ac_exec_ext in '' $ac_executable_extensions; do
13224   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13225     ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13226     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13227     break 2
13228   fi
13229 done
13230   done
13231 IFS=$as_save_IFS
13232
13233 fi
13234 fi
13235 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13236 if test -n "$WINDMC_FOR_TARGET"; then
13237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13238 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13239 else
13240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13241 $as_echo "no" >&6; }
13242 fi
13243
13244
13245   done
13246 fi
13247
13248 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13249   for ncn_progname in windmc; do
13250     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13251 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13252     if test -x $with_build_time_tools/${ncn_progname}; then
13253       ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13254       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13255 $as_echo "yes" >&6; }
13256       break
13257     else
13258       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13259 $as_echo "no" >&6; }
13260     fi
13261   done
13262 fi
13263
13264 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13265   for ncn_progname in windmc; do
13266     if test -n "$ncn_target_tool_prefix"; then
13267       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13268 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13270 $as_echo_n "checking for $ac_word... " >&6; }
13271 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13272   $as_echo_n "(cached) " >&6
13273 else
13274   if test -n "$WINDMC_FOR_TARGET"; then
13275   ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13276 else
13277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13278 for as_dir in $PATH
13279 do
13280   IFS=$as_save_IFS
13281   test -z "$as_dir" && as_dir=.
13282     for ac_exec_ext in '' $ac_executable_extensions; do
13283   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13284     ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13285     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13286     break 2
13287   fi
13288 done
13289   done
13290 IFS=$as_save_IFS
13291
13292 fi
13293 fi
13294 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13295 if test -n "$WINDMC_FOR_TARGET"; then
13296   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13297 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13298 else
13299   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13300 $as_echo "no" >&6; }
13301 fi
13302
13303
13304     fi
13305     if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13306       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13307 set dummy ${ncn_progname}; ac_word=$2
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13309 $as_echo_n "checking for $ac_word... " >&6; }
13310 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13311   $as_echo_n "(cached) " >&6
13312 else
13313   if test -n "$WINDMC_FOR_TARGET"; then
13314   ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13315 else
13316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13317 for as_dir in $PATH
13318 do
13319   IFS=$as_save_IFS
13320   test -z "$as_dir" && as_dir=.
13321     for ac_exec_ext in '' $ac_executable_extensions; do
13322   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13323     ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13324     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13325     break 2
13326   fi
13327 done
13328   done
13329 IFS=$as_save_IFS
13330
13331 fi
13332 fi
13333 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13334 if test -n "$WINDMC_FOR_TARGET"; then
13335   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13336 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13337 else
13338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13339 $as_echo "no" >&6; }
13340 fi
13341
13342
13343     fi
13344     test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13345   done
13346 fi
13347
13348 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13349   set dummy windmc
13350   if test $build = $target ; then
13351     WINDMC_FOR_TARGET="$2"
13352   else
13353     WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13354   fi
13355 else
13356   WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13357 fi
13358
13359 else
13360   WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13361 fi
13362
13363
13364 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13365
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13367 $as_echo_n "checking where to find the target ar... " >&6; }
13368 if test "x${build}" != "x${host}" ; then
13369   if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13370     # We already found the complete path
13371     ac_dir=`dirname $AR_FOR_TARGET`
13372     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13373 $as_echo "pre-installed in $ac_dir" >&6; }
13374   else
13375     # Canadian cross, just use what we found
13376     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13377 $as_echo "pre-installed" >&6; }
13378   fi
13379 else
13380   ok=yes
13381   case " ${configdirs} " in
13382     *" binutils "*) ;;
13383     *) ok=no ;;
13384   esac
13385
13386   if test $ok = yes; then
13387     # An in-tree tool is available and we can use it
13388     AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13389     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13390 $as_echo "just compiled" >&6; }
13391   elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13392     # We already found the complete path
13393     ac_dir=`dirname $AR_FOR_TARGET`
13394     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13395 $as_echo "pre-installed in $ac_dir" >&6; }
13396   elif test "x$target" = "x$host"; then
13397     # We can use an host tool
13398     AR_FOR_TARGET='$(AR)'
13399     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13400 $as_echo "host tool" >&6; }
13401   else
13402     # We need a cross tool
13403     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13404 $as_echo "pre-installed" >&6; }
13405   fi
13406 fi
13407
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13409 $as_echo_n "checking where to find the target as... " >&6; }
13410 if test "x${build}" != "x${host}" ; then
13411   if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13412     # We already found the complete path
13413     ac_dir=`dirname $AS_FOR_TARGET`
13414     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13415 $as_echo "pre-installed in $ac_dir" >&6; }
13416   else
13417     # Canadian cross, just use what we found
13418     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13419 $as_echo "pre-installed" >&6; }
13420   fi
13421 else
13422   ok=yes
13423   case " ${configdirs} " in
13424     *" gas "*) ;;
13425     *) ok=no ;;
13426   esac
13427
13428   if test $ok = yes; then
13429     # An in-tree tool is available and we can use it
13430     AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13431     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13432 $as_echo "just compiled" >&6; }
13433   elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13434     # We already found the complete path
13435     ac_dir=`dirname $AS_FOR_TARGET`
13436     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13437 $as_echo "pre-installed in $ac_dir" >&6; }
13438   elif test "x$target" = "x$host"; then
13439     # We can use an host tool
13440     AS_FOR_TARGET='$(AS)'
13441     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13442 $as_echo "host tool" >&6; }
13443   else
13444     # We need a cross tool
13445     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13446 $as_echo "pre-installed" >&6; }
13447   fi
13448 fi
13449
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13451 $as_echo_n "checking where to find the target cc... " >&6; }
13452 if test "x${build}" != "x${host}" ; then
13453   if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13454     # We already found the complete path
13455     ac_dir=`dirname $CC_FOR_TARGET`
13456     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13457 $as_echo "pre-installed in $ac_dir" >&6; }
13458   else
13459     # Canadian cross, just use what we found
13460     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13461 $as_echo "pre-installed" >&6; }
13462   fi
13463 else
13464   ok=yes
13465   case " ${configdirs} " in
13466     *" gcc "*) ;;
13467     *) ok=no ;;
13468   esac
13469
13470   if test $ok = yes; then
13471     # An in-tree tool is available and we can use it
13472     CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13473     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13474 $as_echo "just compiled" >&6; }
13475   elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13476     # We already found the complete path
13477     ac_dir=`dirname $CC_FOR_TARGET`
13478     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13479 $as_echo "pre-installed in $ac_dir" >&6; }
13480   elif test "x$target" = "x$host"; then
13481     # We can use an host tool
13482     CC_FOR_TARGET='$(CC)'
13483     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13484 $as_echo "host tool" >&6; }
13485   else
13486     # We need a cross tool
13487     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13488 $as_echo "pre-installed" >&6; }
13489   fi
13490 fi
13491
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13493 $as_echo_n "checking where to find the target c++... " >&6; }
13494 if test "x${build}" != "x${host}" ; then
13495   if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13496     # We already found the complete path
13497     ac_dir=`dirname $CXX_FOR_TARGET`
13498     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13499 $as_echo "pre-installed in $ac_dir" >&6; }
13500   else
13501     # Canadian cross, just use what we found
13502     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13503 $as_echo "pre-installed" >&6; }
13504   fi
13505 else
13506   ok=yes
13507   case " ${configdirs} " in
13508     *" gcc "*) ;;
13509     *) ok=no ;;
13510   esac
13511   case ,${enable_languages}, in
13512     *,c++,*) ;;
13513     *) ok=no ;;
13514   esac
13515   if test $ok = yes; then
13516     # An in-tree tool is available and we can use it
13517     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'
13518     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13519 $as_echo "just compiled" >&6; }
13520   elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13521     # We already found the complete path
13522     ac_dir=`dirname $CXX_FOR_TARGET`
13523     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13524 $as_echo "pre-installed in $ac_dir" >&6; }
13525   elif test "x$target" = "x$host"; then
13526     # We can use an host tool
13527     CXX_FOR_TARGET='$(CXX)'
13528     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13529 $as_echo "host tool" >&6; }
13530   else
13531     # We need a cross tool
13532     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13533 $as_echo "pre-installed" >&6; }
13534   fi
13535 fi
13536
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13538 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13539 if test "x${build}" != "x${host}" ; then
13540   if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13541     # We already found the complete path
13542     ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13543     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13544 $as_echo "pre-installed in $ac_dir" >&6; }
13545   else
13546     # Canadian cross, just use what we found
13547     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13548 $as_echo "pre-installed" >&6; }
13549   fi
13550 else
13551   ok=yes
13552   case " ${configdirs} " in
13553     *" gcc "*) ;;
13554     *) ok=no ;;
13555   esac
13556   case ,${enable_languages}, in
13557     *,c++,*) ;;
13558     *) ok=no ;;
13559   esac
13560   if test $ok = yes; then
13561     # An in-tree tool is available and we can use it
13562     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'
13563     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13564 $as_echo "just compiled" >&6; }
13565   elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13566     # We already found the complete path
13567     ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13568     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13569 $as_echo "pre-installed in $ac_dir" >&6; }
13570   elif test "x$target" = "x$host"; then
13571     # We can use an host tool
13572     RAW_CXX_FOR_TARGET='$(CXX)'
13573     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13574 $as_echo "host tool" >&6; }
13575   else
13576     # We need a cross tool
13577     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13578 $as_echo "pre-installed" >&6; }
13579   fi
13580 fi
13581
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13583 $as_echo_n "checking where to find the target dlltool... " >&6; }
13584 if test "x${build}" != "x${host}" ; then
13585   if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13586     # We already found the complete path
13587     ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13588     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13589 $as_echo "pre-installed in $ac_dir" >&6; }
13590   else
13591     # Canadian cross, just use what we found
13592     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13593 $as_echo "pre-installed" >&6; }
13594   fi
13595 else
13596   ok=yes
13597   case " ${configdirs} " in
13598     *" binutils "*) ;;
13599     *) ok=no ;;
13600   esac
13601
13602   if test $ok = yes; then
13603     # An in-tree tool is available and we can use it
13604     DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13605     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13606 $as_echo "just compiled" >&6; }
13607   elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13608     # We already found the complete path
13609     ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13610     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13611 $as_echo "pre-installed in $ac_dir" >&6; }
13612   elif test "x$target" = "x$host"; then
13613     # We can use an host tool
13614     DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13615     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13616 $as_echo "host tool" >&6; }
13617   else
13618     # We need a cross tool
13619     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13620 $as_echo "pre-installed" >&6; }
13621   fi
13622 fi
13623
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13625 $as_echo_n "checking where to find the target gcc... " >&6; }
13626 if test "x${build}" != "x${host}" ; then
13627   if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13628     # We already found the complete path
13629     ac_dir=`dirname $GCC_FOR_TARGET`
13630     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13631 $as_echo "pre-installed in $ac_dir" >&6; }
13632   else
13633     # Canadian cross, just use what we found
13634     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13635 $as_echo "pre-installed" >&6; }
13636   fi
13637 else
13638   ok=yes
13639   case " ${configdirs} " in
13640     *" gcc "*) ;;
13641     *) ok=no ;;
13642   esac
13643
13644   if test $ok = yes; then
13645     # An in-tree tool is available and we can use it
13646     GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13647     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13648 $as_echo "just compiled" >&6; }
13649   elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13650     # We already found the complete path
13651     ac_dir=`dirname $GCC_FOR_TARGET`
13652     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13653 $as_echo "pre-installed in $ac_dir" >&6; }
13654   elif test "x$target" = "x$host"; then
13655     # We can use an host tool
13656     GCC_FOR_TARGET='$()'
13657     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13658 $as_echo "host tool" >&6; }
13659   else
13660     # We need a cross tool
13661     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13662 $as_echo "pre-installed" >&6; }
13663   fi
13664 fi
13665
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13667 $as_echo_n "checking where to find the target gcj... " >&6; }
13668 if test "x${build}" != "x${host}" ; then
13669   if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13670     # We already found the complete path
13671     ac_dir=`dirname $GCJ_FOR_TARGET`
13672     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13673 $as_echo "pre-installed in $ac_dir" >&6; }
13674   else
13675     # Canadian cross, just use what we found
13676     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13677 $as_echo "pre-installed" >&6; }
13678   fi
13679 else
13680   ok=yes
13681   case " ${configdirs} " in
13682     *" gcc "*) ;;
13683     *) ok=no ;;
13684   esac
13685   case ,${enable_languages}, in
13686     *,java,*) ;;
13687     *) ok=no ;;
13688   esac
13689   if test $ok = yes; then
13690     # An in-tree tool is available and we can use it
13691     GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13692     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13693 $as_echo "just compiled" >&6; }
13694   elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13695     # We already found the complete path
13696     ac_dir=`dirname $GCJ_FOR_TARGET`
13697     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13698 $as_echo "pre-installed in $ac_dir" >&6; }
13699   elif test "x$target" = "x$host"; then
13700     # We can use an host tool
13701     GCJ_FOR_TARGET='$(GCJ)'
13702     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13703 $as_echo "host tool" >&6; }
13704   else
13705     # We need a cross tool
13706     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13707 $as_echo "pre-installed" >&6; }
13708   fi
13709 fi
13710
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13712 $as_echo_n "checking where to find the target gfortran... " >&6; }
13713 if test "x${build}" != "x${host}" ; then
13714   if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13715     # We already found the complete path
13716     ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13717     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13718 $as_echo "pre-installed in $ac_dir" >&6; }
13719   else
13720     # Canadian cross, just use what we found
13721     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13722 $as_echo "pre-installed" >&6; }
13723   fi
13724 else
13725   ok=yes
13726   case " ${configdirs} " in
13727     *" gcc "*) ;;
13728     *) ok=no ;;
13729   esac
13730   case ,${enable_languages}, in
13731     *,fortran,*) ;;
13732     *) ok=no ;;
13733   esac
13734   if test $ok = yes; then
13735     # An in-tree tool is available and we can use it
13736     GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13737     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13738 $as_echo "just compiled" >&6; }
13739   elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13740     # We already found the complete path
13741     ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13742     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13743 $as_echo "pre-installed in $ac_dir" >&6; }
13744   elif test "x$target" = "x$host"; then
13745     # We can use an host tool
13746     GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13747     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13748 $as_echo "host tool" >&6; }
13749   else
13750     # We need a cross tool
13751     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13752 $as_echo "pre-installed" >&6; }
13753   fi
13754 fi
13755
13756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13757 $as_echo_n "checking where to find the target gccgo... " >&6; }
13758 if test "x${build}" != "x${host}" ; then
13759   if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13760     # We already found the complete path
13761     ac_dir=`dirname $GOC_FOR_TARGET`
13762     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13763 $as_echo "pre-installed in $ac_dir" >&6; }
13764   else
13765     # Canadian cross, just use what we found
13766     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13767 $as_echo "pre-installed" >&6; }
13768   fi
13769 else
13770   ok=yes
13771   case " ${configdirs} " in
13772     *" gcc "*) ;;
13773     *) ok=no ;;
13774   esac
13775   case ,${enable_languages}, in
13776     *,go,*) ;;
13777     *) ok=no ;;
13778   esac
13779   if test $ok = yes; then
13780     # An in-tree tool is available and we can use it
13781     GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13782     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13783 $as_echo "just compiled" >&6; }
13784   elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13785     # We already found the complete path
13786     ac_dir=`dirname $GOC_FOR_TARGET`
13787     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13788 $as_echo "pre-installed in $ac_dir" >&6; }
13789   elif test "x$target" = "x$host"; then
13790     # We can use an host tool
13791     GOC_FOR_TARGET='$(GOC)'
13792     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13793 $as_echo "host tool" >&6; }
13794   else
13795     # We need a cross tool
13796     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13797 $as_echo "pre-installed" >&6; }
13798   fi
13799 fi
13800
13801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13802 $as_echo_n "checking where to find the target ld... " >&6; }
13803 if test "x${build}" != "x${host}" ; then
13804   if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13805     # We already found the complete path
13806     ac_dir=`dirname $LD_FOR_TARGET`
13807     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13808 $as_echo "pre-installed in $ac_dir" >&6; }
13809   else
13810     # Canadian cross, just use what we found
13811     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13812 $as_echo "pre-installed" >&6; }
13813   fi
13814 else
13815   ok=yes
13816   case " ${configdirs} " in
13817     *" ld "*) ;;
13818     *) ok=no ;;
13819   esac
13820
13821   if test $ok = yes; then
13822     # An in-tree tool is available and we can use it
13823     LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13824     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13825 $as_echo "just compiled" >&6; }
13826   elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13827     # We already found the complete path
13828     ac_dir=`dirname $LD_FOR_TARGET`
13829     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13830 $as_echo "pre-installed in $ac_dir" >&6; }
13831   elif test "x$target" = "x$host"; then
13832     # We can use an host tool
13833     LD_FOR_TARGET='$(LD)'
13834     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13835 $as_echo "host tool" >&6; }
13836   else
13837     # We need a cross tool
13838     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13839 $as_echo "pre-installed" >&6; }
13840   fi
13841 fi
13842
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13844 $as_echo_n "checking where to find the target lipo... " >&6; }
13845 if test "x${build}" != "x${host}" ; then
13846   if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13847     # We already found the complete path
13848     ac_dir=`dirname $LIPO_FOR_TARGET`
13849     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13850 $as_echo "pre-installed in $ac_dir" >&6; }
13851   else
13852     # Canadian cross, just use what we found
13853     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13854 $as_echo "pre-installed" >&6; }
13855   fi
13856 else
13857   if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13858     # We already found the complete path
13859     ac_dir=`dirname $LIPO_FOR_TARGET`
13860     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13861 $as_echo "pre-installed in $ac_dir" >&6; }
13862   elif test "x$target" = "x$host"; then
13863     # We can use an host tool
13864     LIPO_FOR_TARGET='$(LIPO)'
13865     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13866 $as_echo "host tool" >&6; }
13867   else
13868     # We need a cross tool
13869     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13870 $as_echo "pre-installed" >&6; }
13871   fi
13872 fi
13873
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13875 $as_echo_n "checking where to find the target nm... " >&6; }
13876 if test "x${build}" != "x${host}" ; then
13877   if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13878     # We already found the complete path
13879     ac_dir=`dirname $NM_FOR_TARGET`
13880     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13881 $as_echo "pre-installed in $ac_dir" >&6; }
13882   else
13883     # Canadian cross, just use what we found
13884     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13885 $as_echo "pre-installed" >&6; }
13886   fi
13887 else
13888   ok=yes
13889   case " ${configdirs} " in
13890     *" binutils "*) ;;
13891     *) ok=no ;;
13892   esac
13893
13894   if test $ok = yes; then
13895     # An in-tree tool is available and we can use it
13896     NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13897     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13898 $as_echo "just compiled" >&6; }
13899   elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13900     # We already found the complete path
13901     ac_dir=`dirname $NM_FOR_TARGET`
13902     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13903 $as_echo "pre-installed in $ac_dir" >&6; }
13904   elif test "x$target" = "x$host"; then
13905     # We can use an host tool
13906     NM_FOR_TARGET='$(NM)'
13907     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13908 $as_echo "host tool" >&6; }
13909   else
13910     # We need a cross tool
13911     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13912 $as_echo "pre-installed" >&6; }
13913   fi
13914 fi
13915
13916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13917 $as_echo_n "checking where to find the target objdump... " >&6; }
13918 if test "x${build}" != "x${host}" ; then
13919   if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13920     # We already found the complete path
13921     ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13922     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13923 $as_echo "pre-installed in $ac_dir" >&6; }
13924   else
13925     # Canadian cross, just use what we found
13926     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13927 $as_echo "pre-installed" >&6; }
13928   fi
13929 else
13930   ok=yes
13931   case " ${configdirs} " in
13932     *" binutils "*) ;;
13933     *) ok=no ;;
13934   esac
13935
13936   if test $ok = yes; then
13937     # An in-tree tool is available and we can use it
13938     OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13939     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13940 $as_echo "just compiled" >&6; }
13941   elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13942     # We already found the complete path
13943     ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13944     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13945 $as_echo "pre-installed in $ac_dir" >&6; }
13946   elif test "x$target" = "x$host"; then
13947     # We can use an host tool
13948     OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13949     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13950 $as_echo "host tool" >&6; }
13951   else
13952     # We need a cross tool
13953     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13954 $as_echo "pre-installed" >&6; }
13955   fi
13956 fi
13957
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13959 $as_echo_n "checking where to find the target ranlib... " >&6; }
13960 if test "x${build}" != "x${host}" ; then
13961   if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13962     # We already found the complete path
13963     ac_dir=`dirname $RANLIB_FOR_TARGET`
13964     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13965 $as_echo "pre-installed in $ac_dir" >&6; }
13966   else
13967     # Canadian cross, just use what we found
13968     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13969 $as_echo "pre-installed" >&6; }
13970   fi
13971 else
13972   ok=yes
13973   case " ${configdirs} " in
13974     *" binutils "*) ;;
13975     *) ok=no ;;
13976   esac
13977
13978   if test $ok = yes; then
13979     # An in-tree tool is available and we can use it
13980     RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13981     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13982 $as_echo "just compiled" >&6; }
13983   elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13984     # We already found the complete path
13985     ac_dir=`dirname $RANLIB_FOR_TARGET`
13986     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13987 $as_echo "pre-installed in $ac_dir" >&6; }
13988   elif test "x$target" = "x$host"; then
13989     # We can use an host tool
13990     RANLIB_FOR_TARGET='$(RANLIB)'
13991     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13992 $as_echo "host tool" >&6; }
13993   else
13994     # We need a cross tool
13995     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13996 $as_echo "pre-installed" >&6; }
13997   fi
13998 fi
13999
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14001 $as_echo_n "checking where to find the target strip... " >&6; }
14002 if test "x${build}" != "x${host}" ; then
14003   if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14004     # We already found the complete path
14005     ac_dir=`dirname $STRIP_FOR_TARGET`
14006     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14007 $as_echo "pre-installed in $ac_dir" >&6; }
14008   else
14009     # Canadian cross, just use what we found
14010     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14011 $as_echo "pre-installed" >&6; }
14012   fi
14013 else
14014   ok=yes
14015   case " ${configdirs} " in
14016     *" binutils "*) ;;
14017     *) ok=no ;;
14018   esac
14019
14020   if test $ok = yes; then
14021     # An in-tree tool is available and we can use it
14022     STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14023     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14024 $as_echo "just compiled" >&6; }
14025   elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14026     # We already found the complete path
14027     ac_dir=`dirname $STRIP_FOR_TARGET`
14028     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14029 $as_echo "pre-installed in $ac_dir" >&6; }
14030   elif test "x$target" = "x$host"; then
14031     # We can use an host tool
14032     STRIP_FOR_TARGET='$(STRIP)'
14033     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14034 $as_echo "host tool" >&6; }
14035   else
14036     # We need a cross tool
14037     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14038 $as_echo "pre-installed" >&6; }
14039   fi
14040 fi
14041
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14043 $as_echo_n "checking where to find the target windres... " >&6; }
14044 if test "x${build}" != "x${host}" ; then
14045   if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14046     # We already found the complete path
14047     ac_dir=`dirname $WINDRES_FOR_TARGET`
14048     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14049 $as_echo "pre-installed in $ac_dir" >&6; }
14050   else
14051     # Canadian cross, just use what we found
14052     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14053 $as_echo "pre-installed" >&6; }
14054   fi
14055 else
14056   ok=yes
14057   case " ${configdirs} " in
14058     *" binutils "*) ;;
14059     *) ok=no ;;
14060   esac
14061
14062   if test $ok = yes; then
14063     # An in-tree tool is available and we can use it
14064     WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14065     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14066 $as_echo "just compiled" >&6; }
14067   elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14068     # We already found the complete path
14069     ac_dir=`dirname $WINDRES_FOR_TARGET`
14070     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14071 $as_echo "pre-installed in $ac_dir" >&6; }
14072   elif test "x$target" = "x$host"; then
14073     # We can use an host tool
14074     WINDRES_FOR_TARGET='$(WINDRES)'
14075     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14076 $as_echo "host tool" >&6; }
14077   else
14078     # We need a cross tool
14079     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14080 $as_echo "pre-installed" >&6; }
14081   fi
14082 fi
14083
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14085 $as_echo_n "checking where to find the target windmc... " >&6; }
14086 if test "x${build}" != "x${host}" ; then
14087   if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14088     # We already found the complete path
14089     ac_dir=`dirname $WINDMC_FOR_TARGET`
14090     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14091 $as_echo "pre-installed in $ac_dir" >&6; }
14092   else
14093     # Canadian cross, just use what we found
14094     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14095 $as_echo "pre-installed" >&6; }
14096   fi
14097 else
14098   ok=yes
14099   case " ${configdirs} " in
14100     *" binutils "*) ;;
14101     *) ok=no ;;
14102   esac
14103
14104   if test $ok = yes; then
14105     # An in-tree tool is available and we can use it
14106     WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14107     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14108 $as_echo "just compiled" >&6; }
14109   elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14110     # We already found the complete path
14111     ac_dir=`dirname $WINDMC_FOR_TARGET`
14112     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14113 $as_echo "pre-installed in $ac_dir" >&6; }
14114   elif test "x$target" = "x$host"; then
14115     # We can use an host tool
14116     WINDMC_FOR_TARGET='$(WINDMC)'
14117     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14118 $as_echo "host tool" >&6; }
14119   else
14120     # We need a cross tool
14121     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14122 $as_echo "pre-installed" >&6; }
14123   fi
14124 fi
14125
14126
14127
14128
14129
14130 # Certain tools may need extra flags.
14131 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14132 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14133 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14134
14135 # When building target libraries, except in a Canadian cross, we use
14136 # the same toolchain as the compiler we just built.
14137 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14138 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14139 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14140 if test $host = $build; then
14141   case " $configdirs " in
14142     *" gcc "*)
14143       COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14144       COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14145       COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14146       ;;
14147   esac
14148 fi
14149
14150
14151
14152
14153
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14155 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14156 # Check whether --enable-maintainer-mode was given.
14157 if test "${enable_maintainer_mode+set}" = set; then :
14158   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14159 else
14160   USE_MAINTAINER_MODE=no
14161 fi
14162
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14164 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14165
14166
14167 if test "$USE_MAINTAINER_MODE" = yes; then
14168   MAINTAINER_MODE_TRUE=
14169   MAINTAINER_MODE_FALSE='#'
14170 else
14171   MAINTAINER_MODE_TRUE='#'
14172   MAINTAINER_MODE_FALSE=
14173 fi
14174 MAINT=$MAINTAINER_MODE_TRUE
14175
14176 # ---------------------
14177 # GCC bootstrap support
14178 # ---------------------
14179
14180 # Stage specific cflags for build.
14181 stage1_cflags="-g"
14182 case $build in
14183   vax-*-*)
14184     case ${GCC} in
14185       yes) stage1_cflags="-g -Wa,-J" ;;
14186       *) stage1_cflags="-g -J" ;;
14187     esac ;;
14188 esac
14189
14190 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
14191 if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
14192   saved_CFLAGS="$CFLAGS"
14193
14194   # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14195   CFLAGS="$CFLAGS -fkeep-inline-functions"
14196   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14197 $as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14198   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14199 /* end confdefs.h.  */
14200
14201 #if (__GNUC__ < 3) \
14202     || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14203                           || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14204 #error http://gcc.gnu.org/PR29382
14205 #endif
14206
14207 int
14208 main ()
14209 {
14210
14211   ;
14212   return 0;
14213 }
14214 _ACEOF
14215 if ac_fn_c_try_compile "$LINENO"; then :
14216   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14217 $as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
14218 else
14219   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14220 $as_echo "no" >&6; }
14221 fi
14222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14223
14224   CFLAGS="$saved_CFLAGS"
14225 fi
14226
14227
14228
14229 # Enable --enable-checking in stage1 of the compiler.
14230 # Check whether --enable-stage1-checking was given.
14231 if test "${enable_stage1_checking+set}" = set; then :
14232   enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14233 else
14234   if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14235   stage1_checking=--enable-checking=yes,types
14236 else
14237   stage1_checking=--enable-checking=$enable_checking,types
14238 fi
14239 fi
14240
14241
14242
14243 # Enable -Werror in bootstrap stage2 and later.
14244 # Check whether --enable-werror was given.
14245 if test "${enable_werror+set}" = set; then :
14246   enableval=$enable_werror;
14247 else
14248   if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14249   enable_werror=yes
14250 else
14251   enable_werror=no
14252 fi
14253 fi
14254
14255 case ${enable_werror} in
14256   yes) stage2_werror_flag="--enable-werror-always" ;;
14257   *) stage2_werror_flag="" ;;
14258 esac
14259
14260
14261 # Specify what files to not compare during bootstrap.
14262
14263 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14264 case "$target" in
14265   hppa*64*-*-hpux*) ;;
14266   hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14267 esac
14268 case " $configdirs " in
14269 *" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14270 esac
14271
14272
14273 ac_config_files="$ac_config_files Makefile"
14274
14275 cat >confcache <<\_ACEOF
14276 # This file is a shell script that caches the results of configure
14277 # tests run on this system so they can be shared between configure
14278 # scripts and configure runs, see configure's option --config-cache.
14279 # It is not useful on other systems.  If it contains results you don't
14280 # want to keep, you may remove or edit it.
14281 #
14282 # config.status only pays attention to the cache file if you give it
14283 # the --recheck option to rerun configure.
14284 #
14285 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14286 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14287 # following values.
14288
14289 _ACEOF
14290
14291 # The following way of writing the cache mishandles newlines in values,
14292 # but we know of no workaround that is simple, portable, and efficient.
14293 # So, we kill variables containing newlines.
14294 # Ultrix sh set writes to stderr and can't be redirected directly,
14295 # and sets the high bit in the cache file unless we assign to the vars.
14296 (
14297   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14298     eval ac_val=\$$ac_var
14299     case $ac_val in #(
14300     *${as_nl}*)
14301       case $ac_var in #(
14302       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14303 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14304       esac
14305       case $ac_var in #(
14306       _ | IFS | as_nl) ;; #(
14307       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14308       *) { eval $ac_var=; unset $ac_var;} ;;
14309       esac ;;
14310     esac
14311   done
14312
14313   (set) 2>&1 |
14314     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14315     *${as_nl}ac_space=\ *)
14316       # `set' does not quote correctly, so add quotes: double-quote
14317       # substitution turns \\\\ into \\, and sed turns \\ into \.
14318       sed -n \
14319         "s/'/'\\\\''/g;
14320           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14321       ;; #(
14322     *)
14323       # `set' quotes correctly as required by POSIX, so do not add quotes.
14324       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14325       ;;
14326     esac |
14327     sort
14328 ) |
14329   sed '
14330      /^ac_cv_env_/b end
14331      t clear
14332      :clear
14333      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14334      t end
14335      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14336      :end' >>confcache
14337 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14338   if test -w "$cache_file"; then
14339     test "x$cache_file" != "x/dev/null" &&
14340       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14341 $as_echo "$as_me: updating cache $cache_file" >&6;}
14342     cat confcache >$cache_file
14343   else
14344     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14345 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14346   fi
14347 fi
14348 rm -f confcache
14349
14350 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14351 # Let make expand exec_prefix.
14352 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14353
14354 # Transform confdefs.h into DEFS.
14355 # Protect against shell expansion while executing Makefile rules.
14356 # Protect against Makefile macro expansion.
14357 #
14358 # If the first sed substitution is executed (which looks for macros that
14359 # take arguments), then branch to the quote section.  Otherwise,
14360 # look for a macro that doesn't take arguments.
14361 ac_script='
14362 :mline
14363 /\\$/{
14364  N
14365  s,\\\n,,
14366  b mline
14367 }
14368 t clear
14369 :clear
14370 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
14371 t quote
14372 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
14373 t quote
14374 b any
14375 :quote
14376 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14377 s/\[/\\&/g
14378 s/\]/\\&/g
14379 s/\$/$$/g
14380 H
14381 :any
14382 ${
14383         g
14384         s/^\n//
14385         s/\n/ /g
14386         p
14387 }
14388 '
14389 DEFS=`sed -n "$ac_script" confdefs.h`
14390
14391
14392 ac_libobjs=
14393 ac_ltlibobjs=
14394 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14395   # 1. Remove the extension, and $U if already installed.
14396   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14397   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14398   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14399   #    will be set to the directory where LIBOBJS objects are built.
14400   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14401   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14402 done
14403 LIBOBJS=$ac_libobjs
14404
14405 LTLIBOBJS=$ac_ltlibobjs
14406
14407
14408
14409 : ${CONFIG_STATUS=./config.status}
14410 ac_write_fail=0
14411 ac_clean_files_save=$ac_clean_files
14412 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14414 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14415 as_write_fail=0
14416 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14417 #! $SHELL
14418 # Generated by $as_me.
14419 # Run this file to recreate the current configuration.
14420 # Compiler output produced by configure, useful for debugging
14421 # configure, is in config.log if it exists.
14422
14423 debug=false
14424 ac_cs_recheck=false
14425 ac_cs_silent=false
14426
14427 SHELL=\${CONFIG_SHELL-$SHELL}
14428 export SHELL
14429 _ASEOF
14430 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14431 ## -------------------- ##
14432 ## M4sh Initialization. ##
14433 ## -------------------- ##
14434
14435 # Be more Bourne compatible
14436 DUALCASE=1; export DUALCASE # for MKS sh
14437 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14438   emulate sh
14439   NULLCMD=:
14440   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14441   # is contrary to our usage.  Disable this feature.
14442   alias -g '${1+"$@"}'='"$@"'
14443   setopt NO_GLOB_SUBST
14444 else
14445   case `(set -o) 2>/dev/null` in #(
14446   *posix*) :
14447     set -o posix ;; #(
14448   *) :
14449      ;;
14450 esac
14451 fi
14452
14453
14454 as_nl='
14455 '
14456 export as_nl
14457 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14458 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14459 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14460 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14461 # Prefer a ksh shell builtin over an external printf program on Solaris,
14462 # but without wasting forks for bash or zsh.
14463 if test -z "$BASH_VERSION$ZSH_VERSION" \
14464     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14465   as_echo='print -r --'
14466   as_echo_n='print -rn --'
14467 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14468   as_echo='printf %s\n'
14469   as_echo_n='printf %s'
14470 else
14471   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14472     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14473     as_echo_n='/usr/ucb/echo -n'
14474   else
14475     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14476     as_echo_n_body='eval
14477       arg=$1;
14478       case $arg in #(
14479       *"$as_nl"*)
14480         expr "X$arg" : "X\\(.*\\)$as_nl";
14481         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14482       esac;
14483       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14484     '
14485     export as_echo_n_body
14486     as_echo_n='sh -c $as_echo_n_body as_echo'
14487   fi
14488   export as_echo_body
14489   as_echo='sh -c $as_echo_body as_echo'
14490 fi
14491
14492 # The user is always right.
14493 if test "${PATH_SEPARATOR+set}" != set; then
14494   PATH_SEPARATOR=:
14495   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14496     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14497       PATH_SEPARATOR=';'
14498   }
14499 fi
14500
14501
14502 # IFS
14503 # We need space, tab and new line, in precisely that order.  Quoting is
14504 # there to prevent editors from complaining about space-tab.
14505 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14506 # splitting by setting IFS to empty value.)
14507 IFS=" ""        $as_nl"
14508
14509 # Find who we are.  Look in the path if we contain no directory separator.
14510 case $0 in #((
14511   *[\\/]* ) as_myself=$0 ;;
14512   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14513 for as_dir in $PATH
14514 do
14515   IFS=$as_save_IFS
14516   test -z "$as_dir" && as_dir=.
14517     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14518   done
14519 IFS=$as_save_IFS
14520
14521      ;;
14522 esac
14523 # We did not find ourselves, most probably we were run as `sh COMMAND'
14524 # in which case we are not to be found in the path.
14525 if test "x$as_myself" = x; then
14526   as_myself=$0
14527 fi
14528 if test ! -f "$as_myself"; then
14529   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14530   exit 1
14531 fi
14532
14533 # Unset variables that we do not need and which cause bugs (e.g. in
14534 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14535 # suppresses any "Segmentation fault" message there.  '((' could
14536 # trigger a bug in pdksh 5.2.14.
14537 for as_var in BASH_ENV ENV MAIL MAILPATH
14538 do eval test x\${$as_var+set} = xset \
14539   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14540 done
14541 PS1='$ '
14542 PS2='> '
14543 PS4='+ '
14544
14545 # NLS nuisances.
14546 LC_ALL=C
14547 export LC_ALL
14548 LANGUAGE=C
14549 export LANGUAGE
14550
14551 # CDPATH.
14552 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14553
14554
14555 # as_fn_error ERROR [LINENO LOG_FD]
14556 # ---------------------------------
14557 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14558 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14559 # script with status $?, using 1 if that was 0.
14560 as_fn_error ()
14561 {
14562   as_status=$?; test $as_status -eq 0 && as_status=1
14563   if test "$3"; then
14564     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14565     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14566   fi
14567   $as_echo "$as_me: error: $1" >&2
14568   as_fn_exit $as_status
14569 } # as_fn_error
14570
14571
14572 # as_fn_set_status STATUS
14573 # -----------------------
14574 # Set $? to STATUS, without forking.
14575 as_fn_set_status ()
14576 {
14577   return $1
14578 } # as_fn_set_status
14579
14580 # as_fn_exit STATUS
14581 # -----------------
14582 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14583 as_fn_exit ()
14584 {
14585   set +e
14586   as_fn_set_status $1
14587   exit $1
14588 } # as_fn_exit
14589
14590 # as_fn_unset VAR
14591 # ---------------
14592 # Portably unset VAR.
14593 as_fn_unset ()
14594 {
14595   { eval $1=; unset $1;}
14596 }
14597 as_unset=as_fn_unset
14598 # as_fn_append VAR VALUE
14599 # ----------------------
14600 # Append the text in VALUE to the end of the definition contained in VAR. Take
14601 # advantage of any shell optimizations that allow amortized linear growth over
14602 # repeated appends, instead of the typical quadratic growth present in naive
14603 # implementations.
14604 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14605   eval 'as_fn_append ()
14606   {
14607     eval $1+=\$2
14608   }'
14609 else
14610   as_fn_append ()
14611   {
14612     eval $1=\$$1\$2
14613   }
14614 fi # as_fn_append
14615
14616 # as_fn_arith ARG...
14617 # ------------------
14618 # Perform arithmetic evaluation on the ARGs, and store the result in the
14619 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14620 # must be portable across $(()) and expr.
14621 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14622   eval 'as_fn_arith ()
14623   {
14624     as_val=$(( $* ))
14625   }'
14626 else
14627   as_fn_arith ()
14628   {
14629     as_val=`expr "$@" || test $? -eq 1`
14630   }
14631 fi # as_fn_arith
14632
14633
14634 if expr a : '\(a\)' >/dev/null 2>&1 &&
14635    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14636   as_expr=expr
14637 else
14638   as_expr=false
14639 fi
14640
14641 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14642   as_basename=basename
14643 else
14644   as_basename=false
14645 fi
14646
14647 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14648   as_dirname=dirname
14649 else
14650   as_dirname=false
14651 fi
14652
14653 as_me=`$as_basename -- "$0" ||
14654 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14655          X"$0" : 'X\(//\)$' \| \
14656          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14657 $as_echo X/"$0" |
14658     sed '/^.*\/\([^/][^/]*\)\/*$/{
14659             s//\1/
14660             q
14661           }
14662           /^X\/\(\/\/\)$/{
14663             s//\1/
14664             q
14665           }
14666           /^X\/\(\/\).*/{
14667             s//\1/
14668             q
14669           }
14670           s/.*/./; q'`
14671
14672 # Avoid depending upon Character Ranges.
14673 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14674 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14675 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14676 as_cr_digits='0123456789'
14677 as_cr_alnum=$as_cr_Letters$as_cr_digits
14678
14679 ECHO_C= ECHO_N= ECHO_T=
14680 case `echo -n x` in #(((((
14681 -n*)
14682   case `echo 'xy\c'` in
14683   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
14684   xy)  ECHO_C='\c';;
14685   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
14686        ECHO_T=' ';;
14687   esac;;
14688 *)
14689   ECHO_N='-n';;
14690 esac
14691
14692 rm -f conf$$ conf$$.exe conf$$.file
14693 if test -d conf$$.dir; then
14694   rm -f conf$$.dir/conf$$.file
14695 else
14696   rm -f conf$$.dir
14697   mkdir conf$$.dir 2>/dev/null
14698 fi
14699 if (echo >conf$$.file) 2>/dev/null; then
14700   if ln -s conf$$.file conf$$ 2>/dev/null; then
14701     as_ln_s='ln -s'
14702     # ... but there are two gotchas:
14703     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14704     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14705     # In both cases, we have to default to `cp -p'.
14706     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14707       as_ln_s='cp -p'
14708   elif ln conf$$.file conf$$ 2>/dev/null; then
14709     as_ln_s=ln
14710   else
14711     as_ln_s='cp -p'
14712   fi
14713 else
14714   as_ln_s='cp -p'
14715 fi
14716 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14717 rmdir conf$$.dir 2>/dev/null
14718
14719
14720 # as_fn_mkdir_p
14721 # -------------
14722 # Create "$as_dir" as a directory, including parents if necessary.
14723 as_fn_mkdir_p ()
14724 {
14725
14726   case $as_dir in #(
14727   -*) as_dir=./$as_dir;;
14728   esac
14729   test -d "$as_dir" || eval $as_mkdir_p || {
14730     as_dirs=
14731     while :; do
14732       case $as_dir in #(
14733       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14734       *) as_qdir=$as_dir;;
14735       esac
14736       as_dirs="'$as_qdir' $as_dirs"
14737       as_dir=`$as_dirname -- "$as_dir" ||
14738 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14739          X"$as_dir" : 'X\(//\)[^/]' \| \
14740          X"$as_dir" : 'X\(//\)$' \| \
14741          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14742 $as_echo X"$as_dir" |
14743     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14744             s//\1/
14745             q
14746           }
14747           /^X\(\/\/\)[^/].*/{
14748             s//\1/
14749             q
14750           }
14751           /^X\(\/\/\)$/{
14752             s//\1/
14753             q
14754           }
14755           /^X\(\/\).*/{
14756             s//\1/
14757             q
14758           }
14759           s/.*/./; q'`
14760       test -d "$as_dir" && break
14761     done
14762     test -z "$as_dirs" || eval "mkdir $as_dirs"
14763   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14764
14765
14766 } # as_fn_mkdir_p
14767 if mkdir -p . 2>/dev/null; then
14768   as_mkdir_p='mkdir -p "$as_dir"'
14769 else
14770   test -d ./-p && rmdir ./-p
14771   as_mkdir_p=false
14772 fi
14773
14774 if test -x / >/dev/null 2>&1; then
14775   as_test_x='test -x'
14776 else
14777   if ls -dL / >/dev/null 2>&1; then
14778     as_ls_L_option=L
14779   else
14780     as_ls_L_option=
14781   fi
14782   as_test_x='
14783     eval sh -c '\''
14784       if test -d "$1"; then
14785         test -d "$1/.";
14786       else
14787         case $1 in #(
14788         -*)set "./$1";;
14789         esac;
14790         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14791         ???[sx]*):;;*)false;;esac;fi
14792     '\'' sh
14793   '
14794 fi
14795 as_executable_p=$as_test_x
14796
14797 # Sed expression to map a string onto a valid CPP name.
14798 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14799
14800 # Sed expression to map a string onto a valid variable name.
14801 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14802
14803
14804 exec 6>&1
14805 ## ----------------------------------- ##
14806 ## Main body of $CONFIG_STATUS script. ##
14807 ## ----------------------------------- ##
14808 _ASEOF
14809 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14810
14811 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14812 # Save the log message, to keep $0 and so on meaningful, and to
14813 # report actual input values of CONFIG_FILES etc. instead of their
14814 # values after options handling.
14815 ac_log="
14816 This file was extended by $as_me, which was
14817 generated by GNU Autoconf 2.64.  Invocation command line was
14818
14819   CONFIG_FILES    = $CONFIG_FILES
14820   CONFIG_HEADERS  = $CONFIG_HEADERS
14821   CONFIG_LINKS    = $CONFIG_LINKS
14822   CONFIG_COMMANDS = $CONFIG_COMMANDS
14823   $ $0 $@
14824
14825 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14826 "
14827
14828 _ACEOF
14829
14830 case $ac_config_files in *"
14831 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14832 esac
14833
14834
14835
14836 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14837 # Files that config.status was made for.
14838 config_files="$ac_config_files"
14839
14840 _ACEOF
14841
14842 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14843 ac_cs_usage="\
14844 \`$as_me' instantiates files and other configuration actions
14845 from templates according to the current configuration.  Unless the files
14846 and actions are specified as TAGs, all are instantiated by default.
14847
14848 Usage: $0 [OPTION]... [TAG]...
14849
14850   -h, --help       print this help, then exit
14851   -V, --version    print version number and configuration settings, then exit
14852   -q, --quiet, --silent
14853                    do not print progress messages
14854   -d, --debug      don't remove temporary files
14855       --recheck    update $as_me by reconfiguring in the same conditions
14856       --file=FILE[:TEMPLATE]
14857                    instantiate the configuration file FILE
14858
14859 Configuration files:
14860 $config_files
14861
14862 Report bugs to the package provider."
14863
14864 _ACEOF
14865 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14866 ac_cs_version="\\
14867 config.status
14868 configured by $0, generated by GNU Autoconf 2.64,
14869   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14870
14871 Copyright (C) 2009 Free Software Foundation, Inc.
14872 This config.status script is free software; the Free Software Foundation
14873 gives unlimited permission to copy, distribute and modify it."
14874
14875 ac_pwd='$ac_pwd'
14876 srcdir='$srcdir'
14877 INSTALL='$INSTALL'
14878 AWK='$AWK'
14879 test -n "\$AWK" || AWK=awk
14880 _ACEOF
14881
14882 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14883 # The default lists apply if the user does not specify any file.
14884 ac_need_defaults=:
14885 while test $# != 0
14886 do
14887   case $1 in
14888   --*=*)
14889     ac_option=`expr "X$1" : 'X\([^=]*\)='`
14890     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14891     ac_shift=:
14892     ;;
14893   *)
14894     ac_option=$1
14895     ac_optarg=$2
14896     ac_shift=shift
14897     ;;
14898   esac
14899
14900   case $ac_option in
14901   # Handling of the options.
14902   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14903     ac_cs_recheck=: ;;
14904   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14905     $as_echo "$ac_cs_version"; exit ;;
14906   --debug | --debu | --deb | --de | --d | -d )
14907     debug=: ;;
14908   --file | --fil | --fi | --f )
14909     $ac_shift
14910     case $ac_optarg in
14911     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14912     esac
14913     as_fn_append CONFIG_FILES " '$ac_optarg'"
14914     ac_need_defaults=false;;
14915   --he | --h |  --help | --hel | -h )
14916     $as_echo "$ac_cs_usage"; exit ;;
14917   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14918   | -silent | --silent | --silen | --sile | --sil | --si | --s)
14919     ac_cs_silent=: ;;
14920
14921   # This is an error.
14922   -*) as_fn_error "unrecognized option: \`$1'
14923 Try \`$0 --help' for more information." ;;
14924
14925   *) as_fn_append ac_config_targets " $1"
14926      ac_need_defaults=false ;;
14927
14928   esac
14929   shift
14930 done
14931
14932 ac_configure_extra_args=
14933
14934 if $ac_cs_silent; then
14935   exec 6>/dev/null
14936   ac_configure_extra_args="$ac_configure_extra_args --silent"
14937 fi
14938
14939 _ACEOF
14940 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14941 if \$ac_cs_recheck; then
14942   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14943   shift
14944   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14945   CONFIG_SHELL='$SHELL'
14946   export CONFIG_SHELL
14947   exec "\$@"
14948 fi
14949
14950 _ACEOF
14951 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14952 exec 5>>config.log
14953 {
14954   echo
14955   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14956 ## Running $as_me. ##
14957 _ASBOX
14958   $as_echo "$ac_log"
14959 } >&5
14960
14961 _ACEOF
14962 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14963 #
14964 # INIT-COMMANDS
14965 #
14966 extrasub_build="$extrasub_build"
14967    extrasub_host="$extrasub_host"
14968    extrasub_target="$extrasub_target"
14969
14970 _ACEOF
14971
14972 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14973
14974 # Handling of arguments.
14975 for ac_config_target in $ac_config_targets
14976 do
14977   case $ac_config_target in
14978     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14979
14980   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14981   esac
14982 done
14983
14984
14985 # If the user did not use the arguments to specify the items to instantiate,
14986 # then the envvar interface is used.  Set only those that are not.
14987 # We use the long form for the default assignment because of an extremely
14988 # bizarre bug on SunOS 4.1.3.
14989 if $ac_need_defaults; then
14990   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14991 fi
14992
14993 # Have a temporary directory for convenience.  Make it in the build tree
14994 # simply because there is no reason against having it here, and in addition,
14995 # creating and moving files from /tmp can sometimes cause problems.
14996 # Hook for its removal unless debugging.
14997 # Note that there is a small window in which the directory will not be cleaned:
14998 # after its creation but before its name has been assigned to `$tmp'.
14999 $debug ||
15000 {
15001   tmp=
15002   trap 'exit_status=$?
15003   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15004 ' 0
15005   trap 'as_fn_exit 1' 1 2 13 15
15006 }
15007 # Create a (secure) tmp directory for tmp files.
15008
15009 {
15010   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15011   test -n "$tmp" && test -d "$tmp"
15012 }  ||
15013 {
15014   tmp=./conf$$-$RANDOM
15015   (umask 077 && mkdir "$tmp")
15016 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15017
15018 # Set up the scripts for CONFIG_FILES section.
15019 # No need to generate them if there are no CONFIG_FILES.
15020 # This happens for instance with `./config.status config.h'.
15021 if test -n "$CONFIG_FILES"; then
15022
15023 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15024   ac_cs_awk_getline=:
15025   ac_cs_awk_pipe_init=
15026   ac_cs_awk_read_file='
15027       while ((getline aline < (F[key])) > 0)
15028         print(aline)
15029       close(F[key])'
15030   ac_cs_awk_pipe_fini=
15031 else
15032   ac_cs_awk_getline=false
15033   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15034   ac_cs_awk_read_file='
15035       print "|#_!!_#|"
15036       print "cat " F[key] " &&"
15037       '$ac_cs_awk_pipe_init
15038   # The final `:' finishes the AND list.
15039   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15040 fi
15041 ac_cr=`echo X | tr X '\015'`
15042 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15043 # But we know of no other shell where ac_cr would be empty at this
15044 # point, so we can use a bashism as a fallback.
15045 if test "x$ac_cr" = x; then
15046   eval ac_cr=\$\'\\r\'
15047 fi
15048 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15049 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15050   ac_cs_awk_cr='\r'
15051 else
15052   ac_cs_awk_cr=$ac_cr
15053 fi
15054
15055 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15056 _ACEOF
15057
15058 # Create commands to substitute file output variables.
15059 {
15060   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15061   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15062   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15063   echo "_ACAWK" &&
15064   echo "_ACEOF"
15065 } >conf$$files.sh &&
15066 . ./conf$$files.sh ||
15067   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15068 rm -f conf$$files.sh
15069
15070 {
15071   echo "cat >conf$$subs.awk <<_ACEOF" &&
15072   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15073   echo "_ACEOF"
15074 } >conf$$subs.sh ||
15075   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15076 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15077 ac_delim='%!_!# '
15078 for ac_last_try in false false false false false :; do
15079   . ./conf$$subs.sh ||
15080     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15081
15082   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15083   if test $ac_delim_n = $ac_delim_num; then
15084     break
15085   elif $ac_last_try; then
15086     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15087   else
15088     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15089   fi
15090 done
15091 rm -f conf$$subs.sh
15092
15093 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15094 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15095 _ACEOF
15096 sed -n '
15097 h
15098 s/^/S["/; s/!.*/"]=/
15099 p
15100 g
15101 s/^[^!]*!//
15102 :repl
15103 t repl
15104 s/'"$ac_delim"'$//
15105 t delim
15106 :nl
15107 h
15108 s/\(.\{148\}\).*/\1/
15109 t more1
15110 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15111 p
15112 n
15113 b repl
15114 :more1
15115 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15116 p
15117 g
15118 s/.\{148\}//
15119 t nl
15120 :delim
15121 h
15122 s/\(.\{148\}\).*/\1/
15123 t more2
15124 s/["\\]/\\&/g; s/^/"/; s/$/"/
15125 p
15126 b
15127 :more2
15128 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15129 p
15130 g
15131 s/.\{148\}//
15132 t delim
15133 ' <conf$$subs.awk | sed '
15134 /^[^""]/{
15135   N
15136   s/\n//
15137 }
15138 ' >>$CONFIG_STATUS || ac_write_fail=1
15139 rm -f conf$$subs.awk
15140 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15141 _ACAWK
15142 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15143   for (key in S) S_is_set[key] = 1
15144   FS = "\a"
15145   \$ac_cs_awk_pipe_init
15146 }
15147 {
15148   line = $ 0
15149   nfields = split(line, field, "@")
15150   substed = 0
15151   len = length(field[1])
15152   for (i = 2; i < nfields; i++) {
15153     key = field[i]
15154     keylen = length(key)
15155     if (S_is_set[key]) {
15156       value = S[key]
15157       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15158       len += length(value) + length(field[++i])
15159       substed = 1
15160     } else
15161       len += 1 + keylen
15162   }
15163   if (nfields == 3 && !substed) {
15164     key = field[2]
15165     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
15166       \$ac_cs_awk_read_file
15167       next
15168     }
15169   }
15170   print line
15171 }
15172 \$ac_cs_awk_pipe_fini
15173 _ACAWK
15174 _ACEOF
15175 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15176 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15177   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15178 else
15179   cat
15180 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15181   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15182 _ACEOF
15183
15184 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15185 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15186 # trailing colons and then remove the whole line if VPATH becomes empty
15187 # (actually we leave an empty line to preserve line numbers).
15188 if test "x$srcdir" = x.; then
15189   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15190 s/:*\$(srcdir):*/:/
15191 s/:*\${srcdir}:*/:/
15192 s/:*@srcdir@:*/:/
15193 s/^\([^=]*=[     ]*\):*/\1/
15194 s/:*$//
15195 s/^[^=]*=[       ]*$//
15196 }'
15197 fi
15198
15199 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15200 fi # test -n "$CONFIG_FILES"
15201
15202
15203 eval set X "  :F $CONFIG_FILES      "
15204 shift
15205 for ac_tag
15206 do
15207   case $ac_tag in
15208   :[FHLC]) ac_mode=$ac_tag; continue;;
15209   esac
15210   case $ac_mode$ac_tag in
15211   :[FHL]*:*);;
15212   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15213   :[FH]-) ac_tag=-:-;;
15214   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15215   esac
15216   ac_save_IFS=$IFS
15217   IFS=:
15218   set x $ac_tag
15219   IFS=$ac_save_IFS
15220   shift
15221   ac_file=$1
15222   shift
15223
15224   case $ac_mode in
15225   :L) ac_source=$1;;
15226   :[FH])
15227     ac_file_inputs=
15228     for ac_f
15229     do
15230       case $ac_f in
15231       -) ac_f="$tmp/stdin";;
15232       *) # Look for the file first in the build tree, then in the source tree
15233          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15234          # because $ac_f cannot contain `:'.
15235          test -f "$ac_f" ||
15236            case $ac_f in
15237            [\\/$]*) false;;
15238            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15239            esac ||
15240            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15241       esac
15242       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15243       as_fn_append ac_file_inputs " '$ac_f'"
15244     done
15245
15246     # Let's still pretend it is `configure' which instantiates (i.e., don't
15247     # use $as_me), people would be surprised to read:
15248     #    /* config.h.  Generated by config.status.  */
15249     configure_input='Generated from '`
15250           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15251         `' by configure.'
15252     if test x"$ac_file" != x-; then
15253       configure_input="$ac_file.  $configure_input"
15254       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15255 $as_echo "$as_me: creating $ac_file" >&6;}
15256     fi
15257     # Neutralize special characters interpreted by sed in replacement strings.
15258     case $configure_input in #(
15259     *\&* | *\|* | *\\* )
15260        ac_sed_conf_input=`$as_echo "$configure_input" |
15261        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15262     *) ac_sed_conf_input=$configure_input;;
15263     esac
15264
15265     case $ac_tag in
15266     *:-:* | *:-) cat >"$tmp/stdin" \
15267       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15268     esac
15269     ;;
15270   esac
15271
15272   ac_dir=`$as_dirname -- "$ac_file" ||
15273 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15274          X"$ac_file" : 'X\(//\)[^/]' \| \
15275          X"$ac_file" : 'X\(//\)$' \| \
15276          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15277 $as_echo X"$ac_file" |
15278     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15279             s//\1/
15280             q
15281           }
15282           /^X\(\/\/\)[^/].*/{
15283             s//\1/
15284             q
15285           }
15286           /^X\(\/\/\)$/{
15287             s//\1/
15288             q
15289           }
15290           /^X\(\/\).*/{
15291             s//\1/
15292             q
15293           }
15294           s/.*/./; q'`
15295   as_dir="$ac_dir"; as_fn_mkdir_p
15296   ac_builddir=.
15297
15298 case "$ac_dir" in
15299 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15300 *)
15301   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15302   # A ".." for each directory in $ac_dir_suffix.
15303   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15304   case $ac_top_builddir_sub in
15305   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15306   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15307   esac ;;
15308 esac
15309 ac_abs_top_builddir=$ac_pwd
15310 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15311 # for backward compatibility:
15312 ac_top_builddir=$ac_top_build_prefix
15313
15314 case $srcdir in
15315   .)  # We are building in place.
15316     ac_srcdir=.
15317     ac_top_srcdir=$ac_top_builddir_sub
15318     ac_abs_top_srcdir=$ac_pwd ;;
15319   [\\/]* | ?:[\\/]* )  # Absolute name.
15320     ac_srcdir=$srcdir$ac_dir_suffix;
15321     ac_top_srcdir=$srcdir
15322     ac_abs_top_srcdir=$srcdir ;;
15323   *) # Relative name.
15324     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15325     ac_top_srcdir=$ac_top_build_prefix$srcdir
15326     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15327 esac
15328 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15329
15330
15331   case $ac_mode in
15332   :F)
15333   #
15334   # CONFIG_FILE
15335   #
15336
15337   case $INSTALL in
15338   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15339   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15340   esac
15341 _ACEOF
15342
15343 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15344 # If the template does not know about datarootdir, expand it.
15345 # FIXME: This hack should be removed a few years after 2.60.
15346 ac_datarootdir_hack=; ac_datarootdir_seen=
15347 ac_sed_dataroot='
15348 /datarootdir/ {
15349   p
15350   q
15351 }
15352 /@datadir@/p
15353 /@docdir@/p
15354 /@infodir@/p
15355 /@localedir@/p
15356 /@mandir@/p'
15357 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15358 *datarootdir*) ac_datarootdir_seen=yes;;
15359 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15360   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15361 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15362 _ACEOF
15363 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15364   ac_datarootdir_hack='
15365   s&@datadir@&$datadir&g
15366   s&@docdir@&$docdir&g
15367   s&@infodir@&$infodir&g
15368   s&@localedir@&$localedir&g
15369   s&@mandir@&$mandir&g
15370   s&\\\${datarootdir}&$datarootdir&g' ;;
15371 esac
15372 _ACEOF
15373
15374 # Neutralize VPATH when `$srcdir' = `.'.
15375 # Shell code in configure.ac might set extrasub.
15376 # FIXME: do we really want to maintain this feature?
15377 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15378 ac_sed_extra="$ac_vpsub
15379 $extrasub
15380 _ACEOF
15381 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15382 :t
15383 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15384 s|@configure_input@|$ac_sed_conf_input|;t t
15385 s&@top_builddir@&$ac_top_builddir_sub&;t t
15386 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15387 s&@srcdir@&$ac_srcdir&;t t
15388 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15389 s&@top_srcdir@&$ac_top_srcdir&;t t
15390 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15391 s&@builddir@&$ac_builddir&;t t
15392 s&@abs_builddir@&$ac_abs_builddir&;t t
15393 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15394 s&@INSTALL@&$ac_INSTALL&;t t
15395 $ac_datarootdir_hack
15396 "
15397 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15398 if $ac_cs_awk_getline; then
15399   $AWK -f "$tmp/subs.awk"
15400 else
15401   $AWK -f "$tmp/subs.awk" | $SHELL
15402 fi >$tmp/out \
15403   || as_fn_error "could not create $ac_file" "$LINENO" 5
15404
15405 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15406   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15407   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15408   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15409 which seems to be undefined.  Please make sure it is defined." >&5
15410 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15411 which seems to be undefined.  Please make sure it is defined." >&2;}
15412
15413   rm -f "$tmp/stdin"
15414   case $ac_file in
15415   -) cat "$tmp/out" && rm -f "$tmp/out";;
15416   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15417   esac \
15418   || as_fn_error "could not create $ac_file" "$LINENO" 5
15419  ;;
15420
15421
15422
15423   esac
15424
15425
15426   case $ac_file$ac_mode in
15427     "Makefile":F) sed "$extrasub_build" Makefile |
15428    sed "$extrasub_host" |
15429    sed "$extrasub_target" > mf$$
15430    mv -f mf$$ Makefile ;;
15431
15432   esac
15433 done # for ac_tag
15434
15435
15436 as_fn_exit 0
15437 _ACEOF
15438 ac_clean_files=$ac_clean_files_save
15439
15440 test $ac_write_fail = 0 ||
15441   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15442
15443
15444 # configure is writing to config.log, and then calls config.status.
15445 # config.status does its own redirection, appending to config.log.
15446 # Unfortunately, on DOS this fails, as config.log is still kept open
15447 # by configure, so config.status won't be able to write to it; its
15448 # output is simply discarded.  So we exec the FD to /dev/null,
15449 # effectively closing config.log, so it can be properly (re)opened and
15450 # appended to by config.status.  When coming back to configure, we
15451 # need to make the FD available again.
15452 if test "$no_create" != yes; then
15453   ac_cs_success=:
15454   ac_config_status_args=
15455   test "$silent" = yes &&
15456     ac_config_status_args="$ac_config_status_args --quiet"
15457   exec 5>/dev/null
15458   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15459   exec 5>>config.log
15460   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15461   # would make configure fail if this is the last instruction.
15462   $ac_cs_success || as_fn_exit $?
15463 fi
15464 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15465   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15466 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15467 fi
15468