OSDN Git Service

e823f9e6bf69d2a9b087dd4f643734527d849175
[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-*-msdosdjgpp*)
2977     noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2978     ;;
2979   x86_64-*-mingw*)
2980     noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2981     ;;
2982   i[3456789]86-*-mingw32*)
2983     # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2984     noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2985     ;;
2986   *-*-cygwin*)
2987     noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
2988     ;;
2989   *-*-netbsd*)
2990     noconfigdirs="$noconfigdirs rcs"
2991     ;;
2992 esac
2993
2994
2995 # Check whether --enable-libquadmath was given.
2996 if test "${enable_libquadmath+set}" = set; then :
2997   enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2998 else
2999   ENABLE_LIBQUADMATH=yes
3000 fi
3001
3002 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3003   noconfigdirs="$noconfigdirs target-libquadmath"
3004 fi
3005
3006
3007 # Check whether --enable-libquadmath-support was given.
3008 if test "${enable_libquadmath_support+set}" = set; then :
3009   enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3010 else
3011   ENABLE_LIBQUADMATH_SUPPORT=yes
3012 fi
3013
3014 enable_libquadmath_support=
3015 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3016   enable_libquadmath_support=no
3017 fi
3018
3019
3020 # Check whether --enable-libada was given.
3021 if test "${enable_libada+set}" = set; then :
3022   enableval=$enable_libada; ENABLE_LIBADA=$enableval
3023 else
3024   ENABLE_LIBADA=yes
3025 fi
3026
3027 if test "${ENABLE_LIBADA}" != "yes" ; then
3028   noconfigdirs="$noconfigdirs gnattools"
3029 fi
3030
3031 # Check whether --enable-libssp was given.
3032 if test "${enable_libssp+set}" = set; then :
3033   enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3034 else
3035   ENABLE_LIBSSP=yes
3036 fi
3037
3038
3039 # Save it here so that, even in case of --enable-libgcj, if the Java
3040 # front-end isn't enabled, we still get libgcj disabled.
3041 libgcj_saved=$libgcj
3042 case $enable_libgcj in
3043 yes)
3044   # If we reset it here, it won't get added to noconfigdirs in the
3045   # target-specific build rules, so it will be forcibly enabled
3046   # (unless the Java language itself isn't enabled).
3047   libgcj=
3048   ;;
3049 no)
3050   # Make sure we get it printed in the list of not supported target libs.
3051   # Don't disable libffi, though, other languages use it.
3052   noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3053   # Clear libgcj_saved so that even if java is enabled libffi won't be
3054   # built.
3055   libgcj_saved=
3056   ;;
3057 esac
3058
3059
3060 # Disable libmudflap on some systems.
3061 if test x$enable_libmudflap = x ; then
3062     case "${target}" in
3063     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3064         # Enable libmudflap by default in GNU and friends.
3065         ;;
3066     *-*-freebsd*)
3067         # Enable libmudflap by default in FreeBSD.
3068         ;;
3069     *)
3070         # Disable it by default everywhere else.
3071         noconfigdirs="$noconfigdirs target-libmudflap"
3072         ;;
3073     esac
3074 fi
3075
3076 # Disable libgomp on non POSIX hosted systems.
3077 if test x$enable_libgomp = x ; then
3078     # Enable libgomp by default on hosted POSIX systems.
3079     case "${target}" in
3080     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3081         ;;
3082     *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
3083         ;;
3084     *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
3085         ;;
3086     *-*-darwin* | *-*-aix*)
3087         ;;
3088     *)
3089         noconfigdirs="$noconfigdirs target-libgomp"
3090         ;;
3091     esac
3092 fi
3093
3094 # Default libgloss CPU subdirectory.
3095 libgloss_dir="$target_cpu"
3096
3097 case "${target}" in
3098   *-*-chorusos)
3099     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3100     ;;
3101   powerpc-*-darwin*)
3102     noconfigdirs="$noconfigdirs ld gas gdb gprof"
3103     noconfigdirs="$noconfigdirs sim target-rda"
3104     ;;
3105   i[3456789]86-*-darwin*)
3106     noconfigdirs="$noconfigdirs ld gprof"
3107     noconfigdirs="$noconfigdirs sim target-rda"
3108     ;;
3109   x86_64-*-darwin[912]*)
3110     noconfigdirs="$noconfigdirs ld gas gprof"
3111     noconfigdirs="$noconfigdirs sim target-rda"
3112     ;;
3113   *-*-darwin*)
3114     noconfigdirs="$noconfigdirs ld gas gdb gprof"
3115     noconfigdirs="$noconfigdirs sim target-rda"
3116     noconfigdirs="$noconfigdirs ${libgcj}"
3117     ;;
3118   *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
3119     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3120     ;;
3121   *-*-freebsd*)
3122     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3123     if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3124         && test -f /usr/local/include/gmp.h; then
3125       with_gmp=/usr/local
3126     fi
3127
3128     # Skip some stuff that's unsupported on some FreeBSD configurations.
3129     case "${target}" in
3130       i*86-*-*) ;;
3131       alpha*-*-*) ;;
3132       x86_64-*-*) ;;
3133       *)
3134         noconfigdirs="$noconfigdirs ${libgcj}"
3135         ;;
3136     esac
3137     ;;
3138   *-*-kaos*)
3139     # Remove unsupported stuff on all kaOS configurations.
3140     skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
3141     skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3142     skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3143     noconfigdirs="$noconfigdirs target-libgloss"
3144     ;;
3145   *-*-netbsd*)
3146     # Skip some stuff on all NetBSD configurations.
3147     noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3148
3149     # Skip some stuff that's unsupported on some NetBSD configurations.
3150     case "${target}" in
3151       i*86-*-netbsdelf*) ;;
3152       arm*-*-netbsdelf*) ;;
3153       *)
3154         noconfigdirs="$noconfigdirs ${libgcj}"
3155         ;;
3156     esac
3157     ;;
3158   *-*-netware*)
3159     noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
3160     ;;
3161   *-*-rtems*)
3162     skipdirs="${skipdirs} target-libiberty"
3163     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3164     ;;
3165     # The tpf target doesn't support gdb yet.
3166   *-*-tpf*)
3167     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
3168     ;;
3169   *-*-uclinux*)
3170     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
3171     ;;
3172   *-*-vxworks*)
3173     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
3174     ;;
3175   alpha*-dec-osf*)
3176     # ld works, but does not support shared libraries.
3177     # newlib is not 64 bit ready.  I'm not sure about fileutils.
3178     # gas doesn't generate exception information.
3179     noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3180     ;;
3181   alpha*-*-*vms*)
3182     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3183     ;;
3184   alpha*-*-linux*)
3185     # newlib is not 64 bit ready
3186     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3187     ;;
3188   alpha*-*-*)
3189     # newlib is not 64 bit ready
3190     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3191     ;;
3192   am33_2.0-*-linux*)
3193     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3194     ;;
3195   sh-*-linux*)
3196     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3197     ;;
3198   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3199     noconfigdirs="$noconfigdirs ${libgcj}"
3200     noconfigdirs="$noconfigdirs target-examples"
3201     noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
3202     noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3203     noconfigdirs="$noconfigdirs expect dejagnu"
3204     # the C++ libraries don't build on top of CE's C libraries
3205     noconfigdirs="$noconfigdirs target-libstdc++-v3"
3206     noconfigdirs="$noconfigdirs target-newlib"
3207     case "${host}" in
3208       *-*-cygwin*) ;; # keep gdb and readline
3209       *) noconfigdirs="$noconfigdirs gdb readline"
3210          ;;
3211     esac
3212     libgloss_dir=wince
3213     ;;
3214   arc-*-*)
3215     noconfigdirs="$noconfigdirs target-libgloss"
3216     ;;
3217   arm-*-coff)
3218     noconfigdirs="$noconfigdirs ${libgcj}"
3219     libgloss_dir=arm
3220     ;;
3221   arm-*-elf* | arm*-*-eabi* )
3222     noconfigdirs="$noconfigdirs target-libffi target-qthreads"
3223     libgloss_dir=arm
3224     ;;
3225   arm*-*-linux-gnueabi)
3226     noconfigdirs="$noconfigdirs target-qthreads"
3227     case ${with_newlib} in
3228       no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3229     esac
3230     libgloss_dir=arm
3231     ;;
3232   arm*-*-symbianelf*)
3233     noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
3234     libgloss_dir=arm
3235     ;;
3236   arm-*-pe*)
3237     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3238     ;;
3239   arm-*-riscix*)
3240     noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3241     ;;
3242   avr-*-*)
3243     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
3244     ;;
3245   bfin-*-*)
3246     unsupported_languages="$unsupported_languages java"
3247     noconfigdirs="$noconfigdirs target-boehm-gc"
3248     if test x${is_cross_compiler} != xno ; then
3249       target_configdirs="${target_configdirs} target-bsp target-cygmon"
3250     fi
3251     ;;
3252   c4x-*-* | tic4x-*-*)
3253     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3254     ;;
3255   c54x*-*-* | tic54x-*-*)
3256     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
3257     ;;
3258   cr16-*-*)
3259     noconfigdirs="$noconfigdirs ${libgcj} gdb"
3260     ;;
3261   cris-*-* | crisv32-*-*)
3262     unsupported_languages="$unsupported_languages java"
3263     case "${target}" in
3264       *-*-aout)
3265         unsupported_languages="$unsupported_languages fortran"
3266         noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3267       *-*-elf) # See PR46792 regarding target-libffi.
3268         noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3269       *-*-linux*)
3270         noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
3271       *)
3272         unsupported_languages="$unsupported_languages fortran"
3273         noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
3274     esac
3275     libgloss_dir=cris
3276     ;;
3277   d10v-*-*)
3278     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3279     ;;
3280   d30v-*-*)
3281     noconfigdirs="$noconfigdirs ${libgcj} gdb"
3282     ;;
3283   fr30-*-elf*)
3284     noconfigdirs="$noconfigdirs ${libgcj} gdb"
3285     ;;
3286   frv-*-*)
3287     noconfigdirs="$noconfigdirs ${libgcj}"
3288     ;;
3289   moxie-*-*)
3290     noconfigdirs="$noconfigdirs ${libgcj}"
3291     noconfigdirs="$noconfigdirs gprof"
3292     ;;
3293   h8300*-*-*)
3294     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3295     ;;
3296   h8500-*-*)
3297     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3298     ;;
3299   hppa1.1-*-osf* | hppa1.1-*-bsd* )
3300     ;;
3301   hppa*64*-*-linux*)
3302     # In this case, it's because the hppa64-linux target is for
3303     # the kernel only at this point and has no libc, and thus no
3304     # headers, crt*.o, etc., all of which are needed by these.
3305     noconfigdirs="$noconfigdirs target-zlib"
3306     ;;
3307   hppa*-*-linux*)
3308     ;;
3309   hppa*-*-*elf* | \
3310   hppa*-*-lites* | \
3311   hppa*-*-openbsd* | \
3312   hppa*64*-*-*)
3313     noconfigdirs="$noconfigdirs ${libgcj}"
3314     ;;
3315   hppa*-hp-hpux11*)
3316     noconfigdirs="$noconfigdirs ld shellutils"
3317     ;;
3318   hppa*-*-pro*)
3319     libgloss_dir=pa
3320     ;;
3321   hppa*-*-*)
3322     # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3323     # build on HP-UX 10.20.
3324     noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
3325     ;;
3326   i960-*-*)
3327     noconfigdirs="$noconfigdirs ${libgcj} gdb"
3328     ;;
3329   ia64*-*-elf*)
3330     # No gdb support yet.
3331     noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
3332     ;;
3333   ia64*-**-hpux*)
3334     # No ld support yet.
3335     noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
3336     ;;
3337   ia64*-*-*vms*)
3338     # No gdb or ld support yet.
3339     noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3340     ;;
3341   i[3456789]86-*-coff | i[3456789]86-*-elf)
3342     noconfigdirs="$noconfigdirs ${libgcj}"
3343     libgloss_dir=i386
3344     ;;
3345   i[3456789]86-*-linux*)
3346     # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3347     # not build java stuff by default.
3348     case "${target}" in
3349       *-*-*libc1*)
3350         noconfigdirs="$noconfigdirs ${libgcj}";;
3351     esac
3352
3353     # This section makes it possible to build newlib natively on linux.
3354     # If we are using a cross compiler then don't configure newlib.
3355     if test x${is_cross_compiler} != xno ; then
3356       noconfigdirs="$noconfigdirs target-newlib"
3357     fi
3358     noconfigdirs="$noconfigdirs target-libgloss"
3359     # If we are not using a cross compiler, do configure newlib.
3360     # Note however, that newlib will only be configured in this situation
3361     # if the --with-newlib option has been given, because otherwise
3362     # 'target-newlib' will appear in skipdirs.
3363     ;;
3364   i[3456789]86-w64-mingw*)
3365     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3366     ;;
3367   i[3456789]86-*-mingw*)
3368     target_configdirs="$target_configdirs target-winsup"
3369     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3370     ;;
3371   x86_64-*-mingw*)
3372     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3373     ;;
3374   *-*-cygwin*)
3375     target_configdirs="$target_configdirs target-libtermcap target-winsup"
3376     noconfigdirs="$noconfigdirs target-gperf target-libgloss"
3377     # always build newlib if winsup directory is present.
3378     if test -d "$srcdir/winsup/cygwin"; then
3379       skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3380     elif test -d "$srcdir/newlib"; then
3381       echo "Warning: winsup/cygwin is missing so newlib can't be built."
3382     fi
3383     ;;
3384   i[3456789]86-*-interix* )
3385     ;;
3386   i[3456789]86-*-pe)
3387     noconfigdirs="$noconfigdirs target-libgloss"
3388     ;;
3389   i[3456789]86-*-sco3.2v5*)
3390     # The linker does not yet know about weak symbols in COFF,
3391     # and is not configured to handle mixed ELF and COFF.
3392     noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3393     ;;
3394   i[3456789]86-*-sco*)
3395     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3396     ;;
3397   i[3456789]86-*-solaris2*)
3398     noconfigdirs="$noconfigdirs target-libgloss"
3399     ;;
3400   i[3456789]86-*-sysv4*)
3401     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3402     ;;
3403   i[3456789]86-*-beos*)
3404     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3405     ;;
3406   i[3456789]86-*-rdos*)
3407     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3408     ;;
3409   m32r-*-*)
3410     noconfigdirs="$noconfigdirs ${libgcj}"
3411     ;;
3412   m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3413     noconfigdirs="$noconfigdirs target-libiberty"
3414     libgloss_dir=m68hc11
3415     ;;
3416   m68k-*-elf*)
3417     noconfigdirs="$noconfigdirs ${libgcj}"
3418     ;;
3419   m68k-*-coff*)
3420     noconfigdirs="$noconfigdirs ${libgcj}"
3421     ;;
3422   m68*-*-* | fido-*-*)
3423     libgloss_dir=m68k
3424     ;;
3425   mmix-*-*)
3426     noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
3427     unsupported_languages="$unsupported_languages fortran java"
3428     ;;
3429   mn10200-*-*)
3430     noconfigdirs="$noconfigdirs ${libgcj}"
3431     ;;
3432   mn10300-*-*)
3433     noconfigdirs="$noconfigdirs ${libgcj}"
3434     ;;
3435   mt-*-*)
3436     noconfigdirs="$noconfigdirs sim"
3437     ;;
3438   picochip-*-*)
3439     noconfigdirs="$noconfigdirs target-libiberty"
3440     ;;
3441   powerpc-*-aix*)
3442     # copied from rs6000-*-* entry
3443     noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3444     ;;
3445   powerpc*-*-winnt* | powerpc*-*-pe*)
3446     target_configdirs="$target_configdirs target-winsup"
3447     noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
3448     # always build newlib.
3449     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3450     ;;
3451     # This is temporary until we can link against shared libraries
3452   powerpcle-*-solaris*)
3453     noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
3454     libgloss_dir=rs6000
3455     ;;
3456   powerpc-*-beos*)
3457     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3458     ;;
3459   powerpc-*-eabi)
3460     noconfigdirs="$noconfigdirs ${libgcj}"
3461     libgloss_dir=rs6000
3462     ;;
3463   powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3464     libgloss_dir=rs6000
3465     ;;
3466   rs6000-*-lynxos*)
3467     noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
3468     ;;
3469   rs6000-*-aix*)
3470     noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3471     ;;
3472   rs6000-*-*)
3473     noconfigdirs="$noconfigdirs gprof ${libgcj}"
3474     ;;
3475   m68k-apollo-*)
3476     noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
3477     ;;
3478   microblaze*)
3479     noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
3480     ;;
3481   mips*-sde-elf*)
3482     skipdirs="$skipdirs target-libiberty"
3483     noconfigdirs="$noconfigdirs ${libgcj}"
3484     if test x$with_newlib = xyes; then
3485       noconfigdirs="$noconfigdirs gprof"
3486     fi
3487     libgloss_dir=mips
3488     ;;
3489   mips*-*-irix5*)
3490     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3491     ;;
3492   mips*-*-irix6*)
3493     # Linking libjava exceeds command-line length limits on at least
3494     # IRIX 6.2, but not on IRIX 6.5.
3495     # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3496     # <oldham@codesourcery.com>
3497     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3498     ;;
3499   mips*-*-bsd*)
3500     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3501     ;;
3502   mips*-*-linux*)
3503     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3504     ;;
3505   mips*-*-*)
3506     noconfigdirs="$noconfigdirs gprof ${libgcj}"
3507     libgloss_dir=mips
3508     ;;
3509   romp-*-*)
3510     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
3511     ;;
3512   sh-*-* | sh64-*-*)
3513     case "${host}" in
3514       i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
3515       *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3516     esac
3517     case "${target}" in
3518       sh*-*-elf)
3519          noconfigdirs="$noconfigdirs ${libgcj}" ;;
3520       *)
3521          noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3522     esac
3523     ;;
3524   sparclet-*-aout* | sparc86x-*-*)
3525     libgloss_dir=sparc
3526     ;;
3527   sparc-*-elf*)
3528     noconfigdirs="$noconfigdirs ${libgcj}"
3529     ;;
3530   sparc64-*-elf*)
3531     noconfigdirs="$noconfigdirs ${libgcj}"
3532     libgloss_dir=sparc
3533     ;;
3534   sparclite-*-*)
3535     noconfigdirs="$noconfigdirs ${libgcj}"
3536     libgloss_dir=sparc
3537     ;;
3538   sparc-*-sunos4*)
3539     noconfigdirs="$noconfigdirs ${libgcj}"
3540     if test x${is_cross_compiler} != xno ; then
3541            noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3542     else
3543            use_gnu_ld=no
3544     fi
3545     ;;
3546   sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
3547     noconfigdirs="$noconfigdirs ${libgcj}"
3548     ;;
3549   sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3550     ;;
3551   tic6x-*-*)
3552     noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3553     ;;
3554   v810-*-*)
3555     noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
3556     ;;
3557   v850*-*-*)
3558     noconfigdirs="$noconfigdirs ${libgcj}"
3559     ;;
3560   vax-*-vms)
3561     noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
3562     ;;
3563   vax-*-*)
3564     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3565     ;;
3566   xtensa*-*-*)
3567     noconfigdirs="$noconfigdirs ${libgcj}"
3568     ;;
3569   ip2k-*-*)
3570     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3571     ;;
3572   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3573     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3574     ;;
3575   *-*-lynxos*)
3576     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3577     ;;
3578   *-*-*)
3579     noconfigdirs="$noconfigdirs ${libgcj}"
3580     ;;
3581 esac
3582
3583 # If we aren't building newlib, then don't build libgloss, since libgloss
3584 # depends upon some newlib header files.
3585 case "${noconfigdirs}" in
3586   *target-libgloss*) ;;
3587   *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3588 esac
3589
3590 # Work in distributions that contain no compiler tools, like Autoconf.
3591 host_makefile_frag=/dev/null
3592 if test -d ${srcdir}/config ; then
3593 case "${host}" in
3594   i[3456789]86-*-msdosdjgpp*)
3595     host_makefile_frag="config/mh-djgpp"
3596     ;;
3597   *-cygwin*)
3598
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3600 $as_echo_n "checking to see if cat works as expected... " >&6; }
3601 echo a >cygwin-cat-check
3602 if test `cat cygwin-cat-check` = a ; then
3603   rm cygwin-cat-check
3604   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3605 $as_echo "yes" >&6; }
3606 else
3607   rm cygwin-cat-check
3608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3609 $as_echo "no" >&6; }
3610   as_fn_error "The cat command does not ignore carriage return characters.
3611   Please either mount the build directory in binary mode or run the following
3612   commands before running any configure script:
3613 set -o igncr
3614 export SHELLOPTS
3615   " "$LINENO" 5
3616 fi
3617
3618     host_makefile_frag="config/mh-cygwin"
3619     ;;
3620   *-mingw*)
3621     host_makefile_frag="config/mh-mingw"
3622     ;;
3623   *-interix*)
3624     host_makefile_frag="config/mh-interix"
3625     ;;
3626   hppa*-hp-hpux10*)
3627     host_makefile_frag="config/mh-pa-hpux10"
3628     ;;
3629   hppa*-hp-hpux*)
3630     host_makefile_frag="config/mh-pa"
3631     ;;
3632   hppa*-*)
3633     host_makefile_frag="config/mh-pa"
3634     ;;
3635   *-*-darwin*)
3636     host_makefile_frag="config/mh-darwin"
3637     ;;
3638   powerpc-*-aix*)
3639     host_makefile_frag="config/mh-ppc-aix"
3640     ;;
3641   rs6000-*-aix*)
3642     host_makefile_frag="config/mh-ppc-aix"
3643     ;;
3644 esac
3645 fi
3646
3647 if test "${build}" != "${host}" ; then
3648   AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3649   AS_FOR_BUILD=${AS_FOR_BUILD-as}
3650   CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3651   CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3652   GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3653   GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3654   GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3655   DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3656   LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3657   NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3658   RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3659   WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3660   WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3661 else
3662   AR_FOR_BUILD="\$(AR)"
3663   AS_FOR_BUILD="\$(AS)"
3664   CC_FOR_BUILD="\$(CC)"
3665   CXX_FOR_BUILD="\$(CXX)"
3666   GCJ_FOR_BUILD="\$(GCJ)"
3667   GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3668   GOC_FOR_BUILD="\$(GOC)"
3669   DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3670   LD_FOR_BUILD="\$(LD)"
3671   NM_FOR_BUILD="\$(NM)"
3672   RANLIB_FOR_BUILD="\$(RANLIB)"
3673   WINDRES_FOR_BUILD="\$(WINDRES)"
3674   WINDMC_FOR_BUILD="\$(WINDMC)"
3675 fi
3676
3677 ac_ext=c
3678 ac_cpp='$CPP $CPPFLAGS'
3679 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3680 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3681 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3682 if test -n "$ac_tool_prefix"; then
3683   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3684 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3686 $as_echo_n "checking for $ac_word... " >&6; }
3687 if test "${ac_cv_prog_CC+set}" = set; then :
3688   $as_echo_n "(cached) " >&6
3689 else
3690   if test -n "$CC"; then
3691   ac_cv_prog_CC="$CC" # Let the user override the test.
3692 else
3693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3694 for as_dir in $PATH
3695 do
3696   IFS=$as_save_IFS
3697   test -z "$as_dir" && as_dir=.
3698     for ac_exec_ext in '' $ac_executable_extensions; do
3699   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3700     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3701     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3702     break 2
3703   fi
3704 done
3705   done
3706 IFS=$as_save_IFS
3707
3708 fi
3709 fi
3710 CC=$ac_cv_prog_CC
3711 if test -n "$CC"; then
3712   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3713 $as_echo "$CC" >&6; }
3714 else
3715   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3716 $as_echo "no" >&6; }
3717 fi
3718
3719
3720 fi
3721 if test -z "$ac_cv_prog_CC"; then
3722   ac_ct_CC=$CC
3723   # Extract the first word of "gcc", so it can be a program name with args.
3724 set dummy gcc; ac_word=$2
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3726 $as_echo_n "checking for $ac_word... " >&6; }
3727 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3728   $as_echo_n "(cached) " >&6
3729 else
3730   if test -n "$ac_ct_CC"; then
3731   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3732 else
3733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3734 for as_dir in $PATH
3735 do
3736   IFS=$as_save_IFS
3737   test -z "$as_dir" && as_dir=.
3738     for ac_exec_ext in '' $ac_executable_extensions; do
3739   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3740     ac_cv_prog_ac_ct_CC="gcc"
3741     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3742     break 2
3743   fi
3744 done
3745   done
3746 IFS=$as_save_IFS
3747
3748 fi
3749 fi
3750 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3751 if test -n "$ac_ct_CC"; then
3752   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3753 $as_echo "$ac_ct_CC" >&6; }
3754 else
3755   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3756 $as_echo "no" >&6; }
3757 fi
3758
3759   if test "x$ac_ct_CC" = x; then
3760     CC=""
3761   else
3762     case $cross_compiling:$ac_tool_warned in
3763 yes:)
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3765 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3766 ac_tool_warned=yes ;;
3767 esac
3768     CC=$ac_ct_CC
3769   fi
3770 else
3771   CC="$ac_cv_prog_CC"
3772 fi
3773
3774 if test -z "$CC"; then
3775           if test -n "$ac_tool_prefix"; then
3776     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3777 set dummy ${ac_tool_prefix}cc; ac_word=$2
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3779 $as_echo_n "checking for $ac_word... " >&6; }
3780 if test "${ac_cv_prog_CC+set}" = set; then :
3781   $as_echo_n "(cached) " >&6
3782 else
3783   if test -n "$CC"; then
3784   ac_cv_prog_CC="$CC" # Let the user override the test.
3785 else
3786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3787 for as_dir in $PATH
3788 do
3789   IFS=$as_save_IFS
3790   test -z "$as_dir" && as_dir=.
3791     for ac_exec_ext in '' $ac_executable_extensions; do
3792   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3793     ac_cv_prog_CC="${ac_tool_prefix}cc"
3794     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3795     break 2
3796   fi
3797 done
3798   done
3799 IFS=$as_save_IFS
3800
3801 fi
3802 fi
3803 CC=$ac_cv_prog_CC
3804 if test -n "$CC"; then
3805   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3806 $as_echo "$CC" >&6; }
3807 else
3808   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3809 $as_echo "no" >&6; }
3810 fi
3811
3812
3813   fi
3814 fi
3815 if test -z "$CC"; then
3816   # Extract the first word of "cc", so it can be a program name with args.
3817 set dummy cc; ac_word=$2
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819 $as_echo_n "checking for $ac_word... " >&6; }
3820 if test "${ac_cv_prog_CC+set}" = set; then :
3821   $as_echo_n "(cached) " >&6
3822 else
3823   if test -n "$CC"; then
3824   ac_cv_prog_CC="$CC" # Let the user override the test.
3825 else
3826   ac_prog_rejected=no
3827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3828 for as_dir in $PATH
3829 do
3830   IFS=$as_save_IFS
3831   test -z "$as_dir" && as_dir=.
3832     for ac_exec_ext in '' $ac_executable_extensions; do
3833   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3834     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3835        ac_prog_rejected=yes
3836        continue
3837      fi
3838     ac_cv_prog_CC="cc"
3839     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3840     break 2
3841   fi
3842 done
3843   done
3844 IFS=$as_save_IFS
3845
3846 if test $ac_prog_rejected = yes; then
3847   # We found a bogon in the path, so make sure we never use it.
3848   set dummy $ac_cv_prog_CC
3849   shift
3850   if test $# != 0; then
3851     # We chose a different compiler from the bogus one.
3852     # However, it has the same basename, so the bogon will be chosen
3853     # first if we set CC to just the basename; use the full file name.
3854     shift
3855     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3856   fi
3857 fi
3858 fi
3859 fi
3860 CC=$ac_cv_prog_CC
3861 if test -n "$CC"; then
3862   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3863 $as_echo "$CC" >&6; }
3864 else
3865   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3866 $as_echo "no" >&6; }
3867 fi
3868
3869
3870 fi
3871 if test -z "$CC"; then
3872   if test -n "$ac_tool_prefix"; then
3873   for ac_prog in cl.exe
3874   do
3875     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3876 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3878 $as_echo_n "checking for $ac_word... " >&6; }
3879 if test "${ac_cv_prog_CC+set}" = set; then :
3880   $as_echo_n "(cached) " >&6
3881 else
3882   if test -n "$CC"; then
3883   ac_cv_prog_CC="$CC" # Let the user override the test.
3884 else
3885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3886 for as_dir in $PATH
3887 do
3888   IFS=$as_save_IFS
3889   test -z "$as_dir" && as_dir=.
3890     for ac_exec_ext in '' $ac_executable_extensions; do
3891   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3892     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3893     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3894     break 2
3895   fi
3896 done
3897   done
3898 IFS=$as_save_IFS
3899
3900 fi
3901 fi
3902 CC=$ac_cv_prog_CC
3903 if test -n "$CC"; then
3904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3905 $as_echo "$CC" >&6; }
3906 else
3907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3908 $as_echo "no" >&6; }
3909 fi
3910
3911
3912     test -n "$CC" && break
3913   done
3914 fi
3915 if test -z "$CC"; then
3916   ac_ct_CC=$CC
3917   for ac_prog in cl.exe
3918 do
3919   # Extract the first word of "$ac_prog", so it can be a program name with args.
3920 set dummy $ac_prog; ac_word=$2
3921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3922 $as_echo_n "checking for $ac_word... " >&6; }
3923 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3924   $as_echo_n "(cached) " >&6
3925 else
3926   if test -n "$ac_ct_CC"; then
3927   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3928 else
3929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3930 for as_dir in $PATH
3931 do
3932   IFS=$as_save_IFS
3933   test -z "$as_dir" && as_dir=.
3934     for ac_exec_ext in '' $ac_executable_extensions; do
3935   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3936     ac_cv_prog_ac_ct_CC="$ac_prog"
3937     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3938     break 2
3939   fi
3940 done
3941   done
3942 IFS=$as_save_IFS
3943
3944 fi
3945 fi
3946 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3947 if test -n "$ac_ct_CC"; then
3948   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3949 $as_echo "$ac_ct_CC" >&6; }
3950 else
3951   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3952 $as_echo "no" >&6; }
3953 fi
3954
3955
3956   test -n "$ac_ct_CC" && break
3957 done
3958
3959   if test "x$ac_ct_CC" = x; then
3960     CC=""
3961   else
3962     case $cross_compiling:$ac_tool_warned in
3963 yes:)
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3965 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3966 ac_tool_warned=yes ;;
3967 esac
3968     CC=$ac_ct_CC
3969   fi
3970 fi
3971
3972 fi
3973
3974
3975 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3976 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3977 as_fn_error "no acceptable C compiler found in \$PATH
3978 See \`config.log' for more details." "$LINENO" 5; }
3979
3980 # Provide some information about the compiler.
3981 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3982 set X $ac_compile
3983 ac_compiler=$2
3984 for ac_option in --version -v -V -qversion; do
3985   { { ac_try="$ac_compiler $ac_option >&5"
3986 case "(($ac_try" in
3987   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3988   *) ac_try_echo=$ac_try;;
3989 esac
3990 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3991 $as_echo "$ac_try_echo"; } >&5
3992   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3993   ac_status=$?
3994   if test -s conftest.err; then
3995     sed '10a\
3996 ... rest of stderr output deleted ...
3997          10q' conftest.err >conftest.er1
3998     cat conftest.er1 >&5
3999     rm -f conftest.er1 conftest.err
4000   fi
4001   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4002   test $ac_status = 0; }
4003 done
4004
4005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4006 /* end confdefs.h.  */
4007
4008 int
4009 main ()
4010 {
4011
4012   ;
4013   return 0;
4014 }
4015 _ACEOF
4016 ac_clean_files_save=$ac_clean_files
4017 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4018 # Try to create an executable without -o first, disregard a.out.
4019 # It will help us diagnose broken compilers, and finding out an intuition
4020 # of exeext.
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4022 $as_echo_n "checking for C compiler default output file name... " >&6; }
4023 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4024
4025 # The possible output files:
4026 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4027
4028 ac_rmfiles=
4029 for ac_file in $ac_files
4030 do
4031   case $ac_file in
4032     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4033     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4034   esac
4035 done
4036 rm -f $ac_rmfiles
4037
4038 if { { ac_try="$ac_link_default"
4039 case "(($ac_try" in
4040   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4041   *) ac_try_echo=$ac_try;;
4042 esac
4043 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4044 $as_echo "$ac_try_echo"; } >&5
4045   (eval "$ac_link_default") 2>&5
4046   ac_status=$?
4047   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4048   test $ac_status = 0; }; then :
4049   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4050 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4051 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
4052 # so that the user can short-circuit this test for compilers unknown to
4053 # Autoconf.
4054 for ac_file in $ac_files ''
4055 do
4056   test -f "$ac_file" || continue
4057   case $ac_file in
4058     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4059         ;;
4060     [ab].out )
4061         # We found the default executable, but exeext='' is most
4062         # certainly right.
4063         break;;
4064     *.* )
4065         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4066         then :; else
4067            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4068         fi
4069         # We set ac_cv_exeext here because the later test for it is not
4070         # safe: cross compilers may not add the suffix if given an `-o'
4071         # argument, so we may need to know it at that point already.
4072         # Even if this section looks crufty: it has the advantage of
4073         # actually working.
4074         break;;
4075     * )
4076         break;;
4077   esac
4078 done
4079 test "$ac_cv_exeext" = no && ac_cv_exeext=
4080
4081 else
4082   ac_file=''
4083 fi
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4085 $as_echo "$ac_file" >&6; }
4086 if test -z "$ac_file"; then :
4087   $as_echo "$as_me: failed program was:" >&5
4088 sed 's/^/| /' conftest.$ac_ext >&5
4089
4090 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4091 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4092 { as_fn_set_status 77
4093 as_fn_error "C compiler cannot create executables
4094 See \`config.log' for more details." "$LINENO" 5; }; }
4095 fi
4096 ac_exeext=$ac_cv_exeext
4097
4098 # Check that the compiler produces executables we can run.  If not, either
4099 # the compiler is broken, or we cross compile.
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4101 $as_echo_n "checking whether the C compiler works... " >&6; }
4102 # If not cross compiling, check that we can run a simple program.
4103 if test "$cross_compiling" != yes; then
4104   if { ac_try='./$ac_file'
4105   { { case "(($ac_try" in
4106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4107   *) ac_try_echo=$ac_try;;
4108 esac
4109 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4110 $as_echo "$ac_try_echo"; } >&5
4111   (eval "$ac_try") 2>&5
4112   ac_status=$?
4113   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4114   test $ac_status = 0; }; }; then
4115     cross_compiling=no
4116   else
4117     if test "$cross_compiling" = maybe; then
4118         cross_compiling=yes
4119     else
4120         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4121 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4122 as_fn_error "cannot run C compiled programs.
4123 If you meant to cross compile, use \`--host'.
4124 See \`config.log' for more details." "$LINENO" 5; }
4125     fi
4126   fi
4127 fi
4128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4129 $as_echo "yes" >&6; }
4130
4131 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4132 ac_clean_files=$ac_clean_files_save
4133 # Check that the compiler produces executables we can run.  If not, either
4134 # the compiler is broken, or we cross compile.
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4136 $as_echo_n "checking whether we are cross compiling... " >&6; }
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4138 $as_echo "$cross_compiling" >&6; }
4139
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4141 $as_echo_n "checking for suffix of executables... " >&6; }
4142 if { { ac_try="$ac_link"
4143 case "(($ac_try" in
4144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4145   *) ac_try_echo=$ac_try;;
4146 esac
4147 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4148 $as_echo "$ac_try_echo"; } >&5
4149   (eval "$ac_link") 2>&5
4150   ac_status=$?
4151   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4152   test $ac_status = 0; }; then :
4153   # If both `conftest.exe' and `conftest' are `present' (well, observable)
4154 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4155 # work properly (i.e., refer to `conftest.exe'), while it won't with
4156 # `rm'.
4157 for ac_file in conftest.exe conftest conftest.*; do
4158   test -f "$ac_file" || continue
4159   case $ac_file in
4160     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4161     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4162           break;;
4163     * ) break;;
4164   esac
4165 done
4166 else
4167   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4168 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4169 as_fn_error "cannot compute suffix of executables: cannot compile and link
4170 See \`config.log' for more details." "$LINENO" 5; }
4171 fi
4172 rm -f conftest$ac_cv_exeext
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4174 $as_echo "$ac_cv_exeext" >&6; }
4175
4176 rm -f conftest.$ac_ext
4177 EXEEXT=$ac_cv_exeext
4178 ac_exeext=$EXEEXT
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4180 $as_echo_n "checking for suffix of object files... " >&6; }
4181 if test "${ac_cv_objext+set}" = set; then :
4182   $as_echo_n "(cached) " >&6
4183 else
4184   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4185 /* end confdefs.h.  */
4186
4187 int
4188 main ()
4189 {
4190
4191   ;
4192   return 0;
4193 }
4194 _ACEOF
4195 rm -f conftest.o conftest.obj
4196 if { { ac_try="$ac_compile"
4197 case "(($ac_try" in
4198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4199   *) ac_try_echo=$ac_try;;
4200 esac
4201 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4202 $as_echo "$ac_try_echo"; } >&5
4203   (eval "$ac_compile") 2>&5
4204   ac_status=$?
4205   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4206   test $ac_status = 0; }; then :
4207   for ac_file in conftest.o conftest.obj conftest.*; do
4208   test -f "$ac_file" || continue;
4209   case $ac_file in
4210     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4211     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4212        break;;
4213   esac
4214 done
4215 else
4216   $as_echo "$as_me: failed program was:" >&5
4217 sed 's/^/| /' conftest.$ac_ext >&5
4218
4219 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4220 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4221 as_fn_error "cannot compute suffix of object files: cannot compile
4222 See \`config.log' for more details." "$LINENO" 5; }
4223 fi
4224 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4225 fi
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4227 $as_echo "$ac_cv_objext" >&6; }
4228 OBJEXT=$ac_cv_objext
4229 ac_objext=$OBJEXT
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4231 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4232 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4233   $as_echo_n "(cached) " >&6
4234 else
4235   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4236 /* end confdefs.h.  */
4237
4238 int
4239 main ()
4240 {
4241 #ifndef __GNUC__
4242        choke me
4243 #endif
4244
4245   ;
4246   return 0;
4247 }
4248 _ACEOF
4249 if ac_fn_c_try_compile "$LINENO"; then :
4250   ac_compiler_gnu=yes
4251 else
4252   ac_compiler_gnu=no
4253 fi
4254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4255 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4256
4257 fi
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4259 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4260 if test $ac_compiler_gnu = yes; then
4261   GCC=yes
4262 else
4263   GCC=
4264 fi
4265 ac_test_CFLAGS=${CFLAGS+set}
4266 ac_save_CFLAGS=$CFLAGS
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4268 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4269 if test "${ac_cv_prog_cc_g+set}" = set; then :
4270   $as_echo_n "(cached) " >&6
4271 else
4272   ac_save_c_werror_flag=$ac_c_werror_flag
4273    ac_c_werror_flag=yes
4274    ac_cv_prog_cc_g=no
4275    CFLAGS="-g"
4276    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4277 /* end confdefs.h.  */
4278
4279 int
4280 main ()
4281 {
4282
4283   ;
4284   return 0;
4285 }
4286 _ACEOF
4287 if ac_fn_c_try_compile "$LINENO"; then :
4288   ac_cv_prog_cc_g=yes
4289 else
4290   CFLAGS=""
4291       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4292 /* end confdefs.h.  */
4293
4294 int
4295 main ()
4296 {
4297
4298   ;
4299   return 0;
4300 }
4301 _ACEOF
4302 if ac_fn_c_try_compile "$LINENO"; then :
4303
4304 else
4305   ac_c_werror_flag=$ac_save_c_werror_flag
4306          CFLAGS="-g"
4307          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4308 /* end confdefs.h.  */
4309
4310 int
4311 main ()
4312 {
4313
4314   ;
4315   return 0;
4316 }
4317 _ACEOF
4318 if ac_fn_c_try_compile "$LINENO"; then :
4319   ac_cv_prog_cc_g=yes
4320 fi
4321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4322 fi
4323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4324 fi
4325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4326    ac_c_werror_flag=$ac_save_c_werror_flag
4327 fi
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4329 $as_echo "$ac_cv_prog_cc_g" >&6; }
4330 if test "$ac_test_CFLAGS" = set; then
4331   CFLAGS=$ac_save_CFLAGS
4332 elif test $ac_cv_prog_cc_g = yes; then
4333   if test "$GCC" = yes; then
4334     CFLAGS="-g -O2"
4335   else
4336     CFLAGS="-g"
4337   fi
4338 else
4339   if test "$GCC" = yes; then
4340     CFLAGS="-O2"
4341   else
4342     CFLAGS=
4343   fi
4344 fi
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4346 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4347 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4348   $as_echo_n "(cached) " >&6
4349 else
4350   ac_cv_prog_cc_c89=no
4351 ac_save_CC=$CC
4352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4353 /* end confdefs.h.  */
4354 #include <stdarg.h>
4355 #include <stdio.h>
4356 #include <sys/types.h>
4357 #include <sys/stat.h>
4358 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4359 struct buf { int x; };
4360 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4361 static char *e (p, i)
4362      char **p;
4363      int i;
4364 {
4365   return p[i];
4366 }
4367 static char *f (char * (*g) (char **, int), char **p, ...)
4368 {
4369   char *s;
4370   va_list v;
4371   va_start (v,p);
4372   s = g (p, va_arg (v,int));
4373   va_end (v);
4374   return s;
4375 }
4376
4377 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4378    function prototypes and stuff, but not '\xHH' hex character constants.
4379    These don't provoke an error unfortunately, instead are silently treated
4380    as 'x'.  The following induces an error, until -std is added to get
4381    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4382    array size at least.  It's necessary to write '\x00'==0 to get something
4383    that's true only with -std.  */
4384 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4385
4386 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4387    inside strings and character constants.  */
4388 #define FOO(x) 'x'
4389 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4390
4391 int test (int i, double x);
4392 struct s1 {int (*f) (int a);};
4393 struct s2 {int (*f) (double a);};
4394 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4395 int argc;
4396 char **argv;
4397 int
4398 main ()
4399 {
4400 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4401   ;
4402   return 0;
4403 }
4404 _ACEOF
4405 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4406         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4407 do
4408   CC="$ac_save_CC $ac_arg"
4409   if ac_fn_c_try_compile "$LINENO"; then :
4410   ac_cv_prog_cc_c89=$ac_arg
4411 fi
4412 rm -f core conftest.err conftest.$ac_objext
4413   test "x$ac_cv_prog_cc_c89" != "xno" && break
4414 done
4415 rm -f conftest.$ac_ext
4416 CC=$ac_save_CC
4417
4418 fi
4419 # AC_CACHE_VAL
4420 case "x$ac_cv_prog_cc_c89" in
4421   x)
4422     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4423 $as_echo "none needed" >&6; } ;;
4424   xno)
4425     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4426 $as_echo "unsupported" >&6; } ;;
4427   *)
4428     CC="$CC $ac_cv_prog_cc_c89"
4429     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4430 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4431 esac
4432 if test "x$ac_cv_prog_cc_c89" != xno; then :
4433
4434 fi
4435
4436 ac_ext=c
4437 ac_cpp='$CPP $CPPFLAGS'
4438 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4439 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4440 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4441
4442 ac_ext=cpp
4443 ac_cpp='$CXXCPP $CPPFLAGS'
4444 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4445 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4446 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4447 if test -z "$CXX"; then
4448   if test -n "$CCC"; then
4449     CXX=$CCC
4450   else
4451     if test -n "$ac_tool_prefix"; then
4452   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4453   do
4454     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4455 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4457 $as_echo_n "checking for $ac_word... " >&6; }
4458 if test "${ac_cv_prog_CXX+set}" = set; then :
4459   $as_echo_n "(cached) " >&6
4460 else
4461   if test -n "$CXX"; then
4462   ac_cv_prog_CXX="$CXX" # Let the user override the test.
4463 else
4464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4465 for as_dir in $PATH
4466 do
4467   IFS=$as_save_IFS
4468   test -z "$as_dir" && as_dir=.
4469     for ac_exec_ext in '' $ac_executable_extensions; do
4470   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4471     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4472     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4473     break 2
4474   fi
4475 done
4476   done
4477 IFS=$as_save_IFS
4478
4479 fi
4480 fi
4481 CXX=$ac_cv_prog_CXX
4482 if test -n "$CXX"; then
4483   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4484 $as_echo "$CXX" >&6; }
4485 else
4486   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4487 $as_echo "no" >&6; }
4488 fi
4489
4490
4491     test -n "$CXX" && break
4492   done
4493 fi
4494 if test -z "$CXX"; then
4495   ac_ct_CXX=$CXX
4496   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4497 do
4498   # Extract the first word of "$ac_prog", so it can be a program name with args.
4499 set dummy $ac_prog; ac_word=$2
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4501 $as_echo_n "checking for $ac_word... " >&6; }
4502 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4503   $as_echo_n "(cached) " >&6
4504 else
4505   if test -n "$ac_ct_CXX"; then
4506   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4507 else
4508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4509 for as_dir in $PATH
4510 do
4511   IFS=$as_save_IFS
4512   test -z "$as_dir" && as_dir=.
4513     for ac_exec_ext in '' $ac_executable_extensions; do
4514   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4515     ac_cv_prog_ac_ct_CXX="$ac_prog"
4516     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4517     break 2
4518   fi
4519 done
4520   done
4521 IFS=$as_save_IFS
4522
4523 fi
4524 fi
4525 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4526 if test -n "$ac_ct_CXX"; then
4527   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4528 $as_echo "$ac_ct_CXX" >&6; }
4529 else
4530   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4531 $as_echo "no" >&6; }
4532 fi
4533
4534
4535   test -n "$ac_ct_CXX" && break
4536 done
4537
4538   if test "x$ac_ct_CXX" = x; then
4539     CXX="g++"
4540   else
4541     case $cross_compiling:$ac_tool_warned in
4542 yes:)
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4544 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4545 ac_tool_warned=yes ;;
4546 esac
4547     CXX=$ac_ct_CXX
4548   fi
4549 fi
4550
4551   fi
4552 fi
4553 # Provide some information about the compiler.
4554 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4555 set X $ac_compile
4556 ac_compiler=$2
4557 for ac_option in --version -v -V -qversion; do
4558   { { ac_try="$ac_compiler $ac_option >&5"
4559 case "(($ac_try" in
4560   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4561   *) ac_try_echo=$ac_try;;
4562 esac
4563 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4564 $as_echo "$ac_try_echo"; } >&5
4565   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4566   ac_status=$?
4567   if test -s conftest.err; then
4568     sed '10a\
4569 ... rest of stderr output deleted ...
4570          10q' conftest.err >conftest.er1
4571     cat conftest.er1 >&5
4572     rm -f conftest.er1 conftest.err
4573   fi
4574   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4575   test $ac_status = 0; }
4576 done
4577
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4579 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4580 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4581   $as_echo_n "(cached) " >&6
4582 else
4583   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4584 /* end confdefs.h.  */
4585
4586 int
4587 main ()
4588 {
4589 #ifndef __GNUC__
4590        choke me
4591 #endif
4592
4593   ;
4594   return 0;
4595 }
4596 _ACEOF
4597 if ac_fn_cxx_try_compile "$LINENO"; then :
4598   ac_compiler_gnu=yes
4599 else
4600   ac_compiler_gnu=no
4601 fi
4602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4603 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4604
4605 fi
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4607 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4608 if test $ac_compiler_gnu = yes; then
4609   GXX=yes
4610 else
4611   GXX=
4612 fi
4613 ac_test_CXXFLAGS=${CXXFLAGS+set}
4614 ac_save_CXXFLAGS=$CXXFLAGS
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4616 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4617 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4618   $as_echo_n "(cached) " >&6
4619 else
4620   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4621    ac_cxx_werror_flag=yes
4622    ac_cv_prog_cxx_g=no
4623    CXXFLAGS="-g"
4624    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4625 /* end confdefs.h.  */
4626
4627 int
4628 main ()
4629 {
4630
4631   ;
4632   return 0;
4633 }
4634 _ACEOF
4635 if ac_fn_cxx_try_compile "$LINENO"; then :
4636   ac_cv_prog_cxx_g=yes
4637 else
4638   CXXFLAGS=""
4639       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4640 /* end confdefs.h.  */
4641
4642 int
4643 main ()
4644 {
4645
4646   ;
4647   return 0;
4648 }
4649 _ACEOF
4650 if ac_fn_cxx_try_compile "$LINENO"; then :
4651
4652 else
4653   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4654          CXXFLAGS="-g"
4655          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4656 /* end confdefs.h.  */
4657
4658 int
4659 main ()
4660 {
4661
4662   ;
4663   return 0;
4664 }
4665 _ACEOF
4666 if ac_fn_cxx_try_compile "$LINENO"; then :
4667   ac_cv_prog_cxx_g=yes
4668 fi
4669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4670 fi
4671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4672 fi
4673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4674    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4675 fi
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4677 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4678 if test "$ac_test_CXXFLAGS" = set; then
4679   CXXFLAGS=$ac_save_CXXFLAGS
4680 elif test $ac_cv_prog_cxx_g = yes; then
4681   if test "$GXX" = yes; then
4682     CXXFLAGS="-g -O2"
4683   else
4684     CXXFLAGS="-g"
4685   fi
4686 else
4687   if test "$GXX" = yes; then
4688     CXXFLAGS="-O2"
4689   else
4690     CXXFLAGS=
4691   fi
4692 fi
4693 ac_ext=c
4694 ac_cpp='$CPP $CPPFLAGS'
4695 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4696 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4697 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4698
4699
4700 # We must set the default linker to the linker used by gcc for the correct
4701 # operation of libtool.  If LD is not defined and we are using gcc, try to
4702 # set the LD default to the ld used by gcc.
4703 if test -z "$LD"; then
4704   if test "$GCC" = yes; then
4705     case $build in
4706     *-*-mingw*)
4707       gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4708     *)
4709       gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4710     esac
4711     case $gcc_prog_ld in
4712     # Accept absolute paths.
4713     [\\/]* | [A-Za-z]:[\\/]*)
4714       LD="$gcc_prog_ld" ;;
4715     esac
4716   fi
4717 fi
4718
4719
4720
4721
4722 if test -n "$ac_tool_prefix"; then
4723   # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4724 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4726 $as_echo_n "checking for $ac_word... " >&6; }
4727 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4728   $as_echo_n "(cached) " >&6
4729 else
4730   if test -n "$GNATBIND"; then
4731   ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4732 else
4733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4734 for as_dir in $PATH
4735 do
4736   IFS=$as_save_IFS
4737   test -z "$as_dir" && as_dir=.
4738     for ac_exec_ext in '' $ac_executable_extensions; do
4739   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4740     ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4741     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4742     break 2
4743   fi
4744 done
4745   done
4746 IFS=$as_save_IFS
4747
4748 fi
4749 fi
4750 GNATBIND=$ac_cv_prog_GNATBIND
4751 if test -n "$GNATBIND"; then
4752   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4753 $as_echo "$GNATBIND" >&6; }
4754 else
4755   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4756 $as_echo "no" >&6; }
4757 fi
4758
4759
4760 fi
4761 if test -z "$ac_cv_prog_GNATBIND"; then
4762   ac_ct_GNATBIND=$GNATBIND
4763   # Extract the first word of "gnatbind", so it can be a program name with args.
4764 set dummy gnatbind; ac_word=$2
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4766 $as_echo_n "checking for $ac_word... " >&6; }
4767 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4768   $as_echo_n "(cached) " >&6
4769 else
4770   if test -n "$ac_ct_GNATBIND"; then
4771   ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4772 else
4773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4774 for as_dir in $PATH
4775 do
4776   IFS=$as_save_IFS
4777   test -z "$as_dir" && as_dir=.
4778     for ac_exec_ext in '' $ac_executable_extensions; do
4779   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4780     ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4781     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4782     break 2
4783   fi
4784 done
4785   done
4786 IFS=$as_save_IFS
4787
4788 fi
4789 fi
4790 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4791 if test -n "$ac_ct_GNATBIND"; then
4792   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4793 $as_echo "$ac_ct_GNATBIND" >&6; }
4794 else
4795   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4796 $as_echo "no" >&6; }
4797 fi
4798
4799   if test "x$ac_ct_GNATBIND" = x; then
4800     GNATBIND="no"
4801   else
4802     case $cross_compiling:$ac_tool_warned in
4803 yes:)
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4805 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4806 ac_tool_warned=yes ;;
4807 esac
4808     GNATBIND=$ac_ct_GNATBIND
4809   fi
4810 else
4811   GNATBIND="$ac_cv_prog_GNATBIND"
4812 fi
4813
4814 if test -n "$ac_tool_prefix"; then
4815   # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4816 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4818 $as_echo_n "checking for $ac_word... " >&6; }
4819 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4820   $as_echo_n "(cached) " >&6
4821 else
4822   if test -n "$GNATMAKE"; then
4823   ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4824 else
4825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4826 for as_dir in $PATH
4827 do
4828   IFS=$as_save_IFS
4829   test -z "$as_dir" && as_dir=.
4830     for ac_exec_ext in '' $ac_executable_extensions; do
4831   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4832     ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
4833     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4834     break 2
4835   fi
4836 done
4837   done
4838 IFS=$as_save_IFS
4839
4840 fi
4841 fi
4842 GNATMAKE=$ac_cv_prog_GNATMAKE
4843 if test -n "$GNATMAKE"; then
4844   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4845 $as_echo "$GNATMAKE" >&6; }
4846 else
4847   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4848 $as_echo "no" >&6; }
4849 fi
4850
4851
4852 fi
4853 if test -z "$ac_cv_prog_GNATMAKE"; then
4854   ac_ct_GNATMAKE=$GNATMAKE
4855   # Extract the first word of "gnatmake", so it can be a program name with args.
4856 set dummy gnatmake; ac_word=$2
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4858 $as_echo_n "checking for $ac_word... " >&6; }
4859 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4860   $as_echo_n "(cached) " >&6
4861 else
4862   if test -n "$ac_ct_GNATMAKE"; then
4863   ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
4864 else
4865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4866 for as_dir in $PATH
4867 do
4868   IFS=$as_save_IFS
4869   test -z "$as_dir" && as_dir=.
4870     for ac_exec_ext in '' $ac_executable_extensions; do
4871   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4872     ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
4873     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4874     break 2
4875   fi
4876 done
4877   done
4878 IFS=$as_save_IFS
4879
4880 fi
4881 fi
4882 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4883 if test -n "$ac_ct_GNATMAKE"; then
4884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4885 $as_echo "$ac_ct_GNATMAKE" >&6; }
4886 else
4887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4888 $as_echo "no" >&6; }
4889 fi
4890
4891   if test "x$ac_ct_GNATMAKE" = x; then
4892     GNATMAKE="no"
4893   else
4894     case $cross_compiling:$ac_tool_warned in
4895 yes:)
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4897 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4898 ac_tool_warned=yes ;;
4899 esac
4900     GNATMAKE=$ac_ct_GNATMAKE
4901   fi
4902 else
4903   GNATMAKE="$ac_cv_prog_GNATMAKE"
4904 fi
4905
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4907 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4908 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4909   $as_echo_n "(cached) " >&6
4910 else
4911   cat >conftest.adb <<EOF
4912 procedure conftest is begin null; end conftest;
4913 EOF
4914 acx_cv_cc_gcc_supports_ada=no
4915 # There is a bug in old released versions of GCC which causes the
4916 # driver to exit successfully when the appropriate language module
4917 # has not been installed.  This is fixed in 2.95.4, 3.0.2, and 3.1.
4918 # Therefore we must check for the error message as well as an
4919 # unsuccessful exit.
4920 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4921 # given a .adb file, but produce no object file.  So we must check
4922 # if an object file was really produced to guard against this.
4923 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4924 if test x"$errors" = x && test -f conftest.$ac_objext; then
4925   acx_cv_cc_gcc_supports_ada=yes
4926 fi
4927 rm -f conftest.*
4928 fi
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4930 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4931
4932 if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
4933   have_gnat=yes
4934 else
4935   have_gnat=no
4936 fi
4937
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4939 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4940 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4941   $as_echo_n "(cached) " >&6
4942 else
4943    echo abfoo >t1
4944   echo cdfoo >t2
4945   gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4946   if cmp t1 t2 2 2 > /dev/null 2>&1; then
4947     if cmp t1 t2 1 1 > /dev/null 2>&1; then
4948       :
4949     else
4950       gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4951     fi
4952   fi
4953   if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4954     if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4955       :
4956     else
4957       gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
4958     fi
4959   fi
4960   rm t1 t2
4961
4962 fi
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
4964 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
4965 do_compare="$gcc_cv_prog_cmp_skip"
4966
4967
4968
4969 # See if we are building gcc with C++.
4970 # Check whether --enable-build-with-cxx was given.
4971 if test "${enable_build_with_cxx+set}" = set; then :
4972   enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
4973 else
4974   ENABLE_BUILD_WITH_CXX=no
4975 fi
4976
4977
4978 # Used for setting $lt_cv_objdir
4979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
4980 $as_echo_n "checking for objdir... " >&6; }
4981 if test "${lt_cv_objdir+set}" = set; then :
4982   $as_echo_n "(cached) " >&6
4983 else
4984   rm -f .libs 2>/dev/null
4985 mkdir .libs 2>/dev/null
4986 if test -d .libs; then
4987   lt_cv_objdir=.libs
4988 else
4989   # MS-DOS does not allow filenames that begin with a dot.
4990   lt_cv_objdir=_libs
4991 fi
4992 rmdir .libs 2>/dev/null
4993 fi
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
4995 $as_echo "$lt_cv_objdir" >&6; }
4996 objdir=$lt_cv_objdir
4997
4998
4999
5000
5001
5002 cat >>confdefs.h <<_ACEOF
5003 #define LT_OBJDIR "$lt_cv_objdir/"
5004 _ACEOF
5005
5006
5007
5008 # Check for GMP, MPFR and MPC
5009 gmplibs="-lmpc -lmpfr -lgmp"
5010 gmpinc=
5011 have_gmp=no
5012
5013 # Specify a location for mpc
5014 # check for this first so it ends up on the link line before mpfr.
5015
5016 # Check whether --with-mpc was given.
5017 if test "${with_mpc+set}" = set; then :
5018   withval=$with_mpc;
5019 fi
5020
5021
5022 # Check whether --with-mpc-include was given.
5023 if test "${with_mpc_include+set}" = set; then :
5024   withval=$with_mpc_include;
5025 fi
5026
5027
5028 # Check whether --with-mpc-lib was given.
5029 if test "${with_mpc_lib+set}" = set; then :
5030   withval=$with_mpc_lib;
5031 fi
5032
5033
5034 if test "x$with_mpc" != x; then
5035   gmplibs="-L$with_mpc/lib $gmplibs"
5036   gmpinc="-I$with_mpc/include $gmpinc"
5037 fi
5038 if test "x$with_mpc_include" != x; then
5039   gmpinc="-I$with_mpc_include $gmpinc"
5040 fi
5041 if test "x$with_mpc_lib" != x; then
5042   gmplibs="-L$with_mpc_lib $gmplibs"
5043 fi
5044 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5045   gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5046   gmpinc='-I$$s/mpc/src '"$gmpinc"
5047   # Do not test the mpc version.  Assume that it is sufficient, since
5048   # it is in the source tree, and the library has not been built yet
5049   # but it would be included on the link line in the version check below
5050   # hence making the test fail.
5051   have_gmp=yes
5052 fi
5053
5054 # Specify a location for mpfr
5055 # check for this first so it ends up on the link line before gmp.
5056
5057 # Check whether --with-mpfr-dir was given.
5058 if test "${with_mpfr_dir+set}" = set; then :
5059   withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5060 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5061 fi
5062
5063
5064
5065 # Check whether --with-mpfr was given.
5066 if test "${with_mpfr+set}" = set; then :
5067   withval=$with_mpfr;
5068 fi
5069
5070
5071 # Check whether --with-mpfr-include was given.
5072 if test "${with_mpfr_include+set}" = set; then :
5073   withval=$with_mpfr_include;
5074 fi
5075
5076
5077 # Check whether --with-mpfr-lib was given.
5078 if test "${with_mpfr_lib+set}" = set; then :
5079   withval=$with_mpfr_lib;
5080 fi
5081
5082
5083 if test "x$with_mpfr" != x; then
5084   gmplibs="-L$with_mpfr/lib $gmplibs"
5085   gmpinc="-I$with_mpfr/include $gmpinc"
5086 fi
5087 if test "x$with_mpfr_include" != x; then
5088   gmpinc="-I$with_mpfr_include $gmpinc"
5089 fi
5090 if test "x$with_mpfr_lib" != x; then
5091   gmplibs="-L$with_mpfr_lib $gmplibs"
5092 fi
5093 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5094   gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5095   gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5096   extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5097   # Do not test the mpfr version.  Assume that it is sufficient, since
5098   # it is in the source tree, and the library has not been built yet
5099   # but it would be included on the link line in the version check below
5100   # hence making the test fail.
5101   have_gmp=yes
5102 fi
5103
5104 # Specify a location for gmp
5105
5106 # Check whether --with-gmp-dir was given.
5107 if test "${with_gmp_dir+set}" = set; then :
5108   withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5109 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5110 fi
5111
5112
5113
5114 # Check whether --with-gmp was given.
5115 if test "${with_gmp+set}" = set; then :
5116   withval=$with_gmp;
5117 fi
5118
5119
5120 # Check whether --with-gmp-include was given.
5121 if test "${with_gmp_include+set}" = set; then :
5122   withval=$with_gmp_include;
5123 fi
5124
5125
5126 # Check whether --with-gmp-lib was given.
5127 if test "${with_gmp_lib+set}" = set; then :
5128   withval=$with_gmp_lib;
5129 fi
5130
5131
5132
5133 if test "x$with_gmp" != x; then
5134   gmplibs="-L$with_gmp/lib $gmplibs"
5135   gmpinc="-I$with_gmp/include $gmpinc"
5136 fi
5137 if test "x$with_gmp_include" != x; then
5138   gmpinc="-I$with_gmp_include $gmpinc"
5139 fi
5140 if test "x$with_gmp_lib" != x; then
5141   gmplibs="-L$with_gmp_lib $gmplibs"
5142 fi
5143 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5144   gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5145   gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5146   extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5147   extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5148   # Do not test the gmp version.  Assume that it is sufficient, since
5149   # it is in the source tree, and the library has not been built yet
5150   # but it would be included on the link line in the version check below
5151   # hence making the test fail.
5152   have_gmp=yes
5153 fi
5154
5155 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5156   have_gmp=yes
5157   saved_CFLAGS="$CFLAGS"
5158   CFLAGS="$CFLAGS $gmpinc"
5159   # Check for the recommended and required versions of GMP.
5160   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5161 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5162
5163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5164 /* end confdefs.h.  */
5165 #include "gmp.h"
5166 int
5167 main ()
5168 {
5169
5170   #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5171   #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5172   #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5173   choke me
5174   #endif
5175
5176   ;
5177   return 0;
5178 }
5179 _ACEOF
5180 if ac_fn_c_try_compile "$LINENO"; then :
5181   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5182 /* end confdefs.h.  */
5183 #include <gmp.h>
5184 int
5185 main ()
5186 {
5187
5188   #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5189   #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5190   #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5191   choke me
5192   #endif
5193
5194   ;
5195   return 0;
5196 }
5197 _ACEOF
5198 if ac_fn_c_try_compile "$LINENO"; then :
5199   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5200 $as_echo "yes" >&6; }
5201 else
5202   { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5203 $as_echo "buggy but acceptable" >&6; }
5204 fi
5205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5206 else
5207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5208 $as_echo "no" >&6; }; have_gmp=no
5209 fi
5210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5211
5212   # If we have GMP, check the MPFR version.
5213   if test x"$have_gmp" = xyes; then
5214     # Check for the recommended and required versions of MPFR.
5215     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5216 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5217     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5218 /* end confdefs.h.  */
5219 #include <gmp.h>
5220     #include <mpfr.h>
5221 int
5222 main ()
5223 {
5224
5225     #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5226     choke me
5227     #endif
5228
5229   ;
5230   return 0;
5231 }
5232 _ACEOF
5233 if ac_fn_c_try_compile "$LINENO"; then :
5234   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5235 /* end confdefs.h.  */
5236 #include <gmp.h>
5237     #include <mpfr.h>
5238 int
5239 main ()
5240 {
5241
5242     #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5243     choke me
5244     #endif
5245
5246   ;
5247   return 0;
5248 }
5249 _ACEOF
5250 if ac_fn_c_try_compile "$LINENO"; then :
5251   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5252 $as_echo "yes" >&6; }
5253 else
5254   { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5255 $as_echo "buggy but acceptable" >&6; }
5256 fi
5257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5258 else
5259   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5260 $as_echo "no" >&6; }; have_gmp=no
5261 fi
5262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5263   fi
5264
5265   # Check for the MPC header version.
5266   if test x"$have_gmp" = xyes ; then
5267     # Check for the recommended and required versions of MPC.
5268     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5269 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5270     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5271 /* end confdefs.h.  */
5272 #include <mpc.h>
5273 int
5274 main ()
5275 {
5276
5277     #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5278     choke me
5279     #endif
5280
5281   ;
5282   return 0;
5283 }
5284 _ACEOF
5285 if ac_fn_c_try_compile "$LINENO"; then :
5286   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5287 /* end confdefs.h.  */
5288 #include <mpc.h>
5289 int
5290 main ()
5291 {
5292
5293     #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5294     choke me
5295     #endif
5296
5297   ;
5298   return 0;
5299 }
5300 _ACEOF
5301 if ac_fn_c_try_compile "$LINENO"; then :
5302   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5303 $as_echo "yes" >&6; }
5304 else
5305   { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5306 $as_echo "buggy but acceptable" >&6; }
5307 fi
5308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5309 else
5310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5311 $as_echo "no" >&6; }; have_gmp=no
5312 fi
5313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5314   fi
5315
5316   # Now check the MPFR library.
5317   if test x"$have_gmp" = xyes; then
5318     saved_LIBS="$LIBS"
5319     LIBS="$LIBS $gmplibs"
5320     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5321 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5322     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5323 /* end confdefs.h.  */
5324 #include <mpc.h>
5325 int
5326 main ()
5327 {
5328
5329     mpfr_t n;
5330     mpfr_t x;
5331     mpc_t c;
5332     int t;
5333     mpfr_init (n);
5334     mpfr_init (x);
5335     mpfr_atan2 (n, n, x, GMP_RNDN);
5336     mpfr_erfc (n, x, GMP_RNDN);
5337     mpfr_subnormalize (x, t, GMP_RNDN);
5338     mpfr_clear(n);
5339     mpfr_clear(x);
5340     mpc_init2 (c, 53);
5341     mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5342     mpc_cosh (c, c, MPC_RNDNN);
5343     mpc_pow (c, c, c, MPC_RNDNN);
5344     mpc_acosh (c, c, MPC_RNDNN);
5345     mpc_clear (c);
5346
5347   ;
5348   return 0;
5349 }
5350 _ACEOF
5351 if ac_fn_c_try_link "$LINENO"; then :
5352   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5353 $as_echo "yes" >&6; }
5354 else
5355   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5356 $as_echo "no" >&6; }; have_gmp=no
5357 fi
5358 rm -f core conftest.err conftest.$ac_objext \
5359     conftest$ac_exeext conftest.$ac_ext
5360     LIBS="$saved_LIBS"
5361   fi
5362
5363   CFLAGS="$saved_CFLAGS"
5364
5365 # The library versions listed in the error message below should match
5366 # the HARD-minimums enforced above.
5367   if test x$have_gmp != xyes; then
5368     as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5369 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5370 their locations.  Source code for these libraries can be found at
5371 their respective hosting sites as well as at
5372 ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
5373 http://gcc.gnu.org/install/prerequisites.html for additional info.  If
5374 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5375 make sure that you have installed both the libraries and the header
5376 files.  They may be located in separate packages." "$LINENO" 5
5377   fi
5378 fi
5379
5380 # Flags needed for both GMP, MPFR and/or MPC.
5381
5382
5383
5384
5385
5386
5387 # Allow host libstdc++ to be specified for static linking with PPL.
5388
5389 # Check whether --with-host-libstdcxx was given.
5390 if test "${with_host_libstdcxx+set}" = set; then :
5391   withval=$with_host_libstdcxx;
5392 fi
5393
5394
5395 case $with_host_libstdcxx in
5396   no|yes)
5397     as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5398     ;;
5399 esac
5400
5401 # Linker flags to use for stage1 or when not boostrapping.
5402
5403 # Check whether --with-stage1-ldflags was given.
5404 if test "${with_stage1_ldflags+set}" = set; then :
5405   withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5406    stage1_ldflags=
5407  else
5408    stage1_ldflags=$withval
5409  fi
5410 else
5411   stage1_ldflags=
5412 fi
5413
5414
5415
5416 # Libraries to use for stage1 or when not bootstrapping.
5417
5418 # Check whether --with-stage1-libs was given.
5419 if test "${with_stage1_libs+set}" = set; then :
5420   withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5421    stage1_libs=
5422  else
5423    stage1_libs=$withval
5424  fi
5425 else
5426   stage1_libs=$with_host_libstdcxx
5427 fi
5428
5429
5430
5431 # Libraries to use for stage2 and later builds.  This defaults to the
5432 # argument passed to --with-host-libstdcxx.
5433
5434 # Check whether --with-boot-libs was given.
5435 if test "${with_boot_libs+set}" = set; then :
5436   withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5437    poststage1_libs=
5438  else
5439    poststage1_libs=$withval
5440  fi
5441 else
5442   poststage1_libs=$with_host_libstdcxx
5443 fi
5444
5445
5446
5447 # Linker flags to use for stage2 and later builds.
5448
5449 # Check whether --with-boot-ldflags was given.
5450 if test "${with_boot_ldflags+set}" = set; then :
5451   withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5452    poststage1_ldflags=
5453  else
5454    poststage1_ldflags=$withval
5455  fi
5456 else
5457   poststage1_ldflags=
5458  # In stages 2 and 3, default to linking libstdc++ and libgcc
5459  # statically.  But if the user explicitly specified the libraries to
5460  # use, trust that they are doing what they want.
5461  if test "$poststage1_libs" = ""; then
5462    poststage1_ldflags="-static-libstdc++ -static-libgcc"
5463  fi
5464 fi
5465
5466
5467
5468 # Check for PPL
5469 ppllibs=
5470 pplinc=
5471 pwllib=
5472
5473
5474 # Check whether --with-ppl was given.
5475 if test "${with_ppl+set}" = set; then :
5476   withval=$with_ppl;
5477 fi
5478
5479
5480 # Check whether --with-ppl-include was given.
5481 if test "${with_ppl_include+set}" = set; then :
5482   withval=$with_ppl_include;
5483 fi
5484
5485
5486 # Check whether --with-ppl-lib was given.
5487 if test "${with_ppl_lib+set}" = set; then :
5488   withval=$with_ppl_lib;
5489 fi
5490
5491
5492 # Check whether --enable-ppl-version-check was given.
5493 if test "${enable_ppl_version_check+set}" = set; then :
5494   enableval=$enable_ppl_version_check;
5495 fi
5496
5497
5498 case $with_ppl in
5499   yes | no | "")
5500     ;;
5501   *)
5502     ppllibs="-L$with_ppl/lib"
5503     pplinc="-I$with_ppl/include $pplinc"
5504     if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5505       with_ppl=yes
5506     else
5507       as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5508     fi
5509     ;;
5510 esac
5511
5512 if test x"$with_ppl_include" != x; then
5513   pplinc="-I$with_ppl_include $pplinc"
5514   with_ppl=yes
5515 fi
5516
5517 if test "x$with_ppl_lib" != x; then
5518   ppllibs="-L$with_ppl_lib"
5519   with_ppl=yes
5520 fi
5521
5522 if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5523   if test x"$enable_watchdog" = xyes; then
5524     pwllib="-lpwl"
5525   fi
5526   ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5527   pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5528   enable_ppl_version_check=no
5529   with_ppl=yes
5530 fi
5531
5532 if test "x$with_ppl" != xno; then
5533   if test "x$pwllib" = x; then
5534     saved_LIBS="$LIBS"
5535     LIBS="$LIBS $ppllibs -lstdc++ -lm"
5536     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5537 $as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5538 if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5539   $as_echo_n "(cached) " >&6
5540 else
5541   ac_check_lib_save_LIBS=$LIBS
5542 LIBS="-lpwl  $LIBS"
5543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5544 /* end confdefs.h.  */
5545
5546 /* Override any GCC internal prototype to avoid an error.
5547    Use char because int might match the return type of a GCC
5548    builtin and then its argument prototype would still apply.  */
5549 #ifdef __cplusplus
5550 extern "C"
5551 #endif
5552 char PWL_handle_timeout ();
5553 int
5554 main ()
5555 {
5556 return PWL_handle_timeout ();
5557   ;
5558   return 0;
5559 }
5560 _ACEOF
5561 if ac_fn_c_try_link "$LINENO"; then :
5562   ac_cv_lib_pwl_PWL_handle_timeout=yes
5563 else
5564   ac_cv_lib_pwl_PWL_handle_timeout=no
5565 fi
5566 rm -f core conftest.err conftest.$ac_objext \
5567     conftest$ac_exeext conftest.$ac_ext
5568 LIBS=$ac_check_lib_save_LIBS
5569 fi
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5571 $as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5572 if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5573   pwllib="-lpwl"
5574 fi
5575
5576     LIBS="$saved_LIBS"
5577   fi
5578
5579   ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5580
5581   if test "$enable_ppl_version_check" != no; then
5582     saved_CFLAGS="$CFLAGS"
5583     CFLAGS="$CFLAGS $pplinc $gmpinc"
5584     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5585 $as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5586     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5587 /* end confdefs.h.  */
5588 #include "ppl_c.h"
5589 int
5590 main ()
5591 {
5592
5593     #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5594     choke me
5595     #endif
5596
5597   ;
5598   return 0;
5599 }
5600 _ACEOF
5601 if ac_fn_c_try_compile "$LINENO"; then :
5602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5603 $as_echo "yes" >&6; }
5604 else
5605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5606 $as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5607 fi
5608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5609     CFLAGS="$saved_CFLAGS"
5610   fi
5611 fi
5612
5613 # Flags needed for PPL
5614
5615
5616
5617
5618 # Check for CLOOG
5619
5620
5621
5622 # Check whether --with-cloog was given.
5623 if test "${with_cloog+set}" = set; then :
5624   withval=$with_cloog;
5625 fi
5626
5627
5628 # Check whether --with-cloog-include was given.
5629 if test "${with_cloog_include+set}" = set; then :
5630   withval=$with_cloog_include;
5631 fi
5632
5633
5634 # Check whether --with-cloog-lib was given.
5635 if test "${with_cloog_lib+set}" = set; then :
5636   withval=$with_cloog_lib;
5637 fi
5638
5639
5640   # Check whether --enable-cloog-backend was given.
5641 if test "${enable_cloog_backend+set}" = set; then :
5642   enableval=$enable_cloog_backend;  if   test "x${enableval}" = "xisl"; then
5643         cloog_backend=isl
5644       elif test "x${enableval}" = "xppl"; then
5645         cloog_backend=ppl
5646       else
5647         cloog_backend=ppl-legacy
5648       fi
5649 else
5650   cloog_backend=ppl-legacy
5651 fi
5652
5653   # Check whether --enable-cloog-version-check was given.
5654 if test "${enable_cloog_version_check+set}" = set; then :
5655   enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5656 else
5657   ENABLE_CLOOG_CHECK=yes
5658 fi
5659
5660
5661   # Initialize clooglibs and clooginc.
5662   case $with_cloog in
5663     no)
5664       clooglibs=
5665       clooginc=
5666       ;;
5667     "" | yes)
5668       ;;
5669     *)
5670       clooglibs="-L$with_cloog/lib"
5671       clooginc="-I$with_cloog/include"
5672       ;;
5673   esac
5674   if test "x${with_cloog_include}" != x ; then
5675     clooginc="-I$with_cloog_include"
5676   fi
5677   if test "x${with_cloog_lib}" != x; then
5678     clooglibs="-L$with_cloog_lib"
5679   fi
5680
5681
5682
5683
5684
5685 if test "x$with_ppl" = "xno"; then
5686
5687
5688
5689   if test "x${with_cloog}" = xno; then
5690     graphite_requested=no
5691   elif test "x${with_cloog}" != x \
5692     || test "x${with_cloog_include}" != x \
5693     || test "x${with_cloog_lib}" != x ; then
5694     graphite_requested=yes
5695   else
5696     graphite_requested=no
5697   fi
5698
5699
5700   if test "${graphite_requested}" = yes; then
5701     as_fn_error "Unable to find a usable PPL.  See config.log for details." "$LINENO" 5
5702   fi
5703   with_cloog=no
5704 fi
5705 if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5706   && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5707   clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5708   clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5709 fi
5710 if test "x$with_cloog" != "xno"; then
5711
5712
5713
5714   _cloog_saved_CFLAGS=$CFLAGS
5715   _cloog_saved_CPPFLAGS=$CPPFLAGS
5716   _cloog_saved_LDFLAGS=$LDFLAGS
5717   _cloog_saved_LIBS=$LIBS
5718
5719   _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5720
5721     CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5722   CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5723   LDFLAGS="${LDFLAGS} ${clooglibs}"
5724
5725   case $cloog_backend in
5726     "ppl-legacy")
5727     CFLAGS="${CFLAGS} ${pplinc}"
5728     LDFLAGS="${LDFLAGS} ${ppllibs}"
5729     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5730 $as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5731 if test "${gcc_cv_cloog_type+set}" = set; then :
5732   $as_echo_n "(cached) " >&6
5733 else
5734   LIBS="-lcloog ${_cloog_saved_LIBS}"
5735       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5736 /* end confdefs.h.  */
5737 #include "cloog/cloog.h"
5738 int
5739 main ()
5740 {
5741 #ifndef CLOOG_PPL_BACKEND
5742     choke me
5743    #endif
5744   ;
5745   return 0;
5746 }
5747 _ACEOF
5748 if ac_fn_c_try_link "$LINENO"; then :
5749   gcc_cv_cloog_type="PPL Legacy"
5750 else
5751   gcc_cv_cloog_type=no
5752 fi
5753 rm -f core conftest.err conftest.$ac_objext \
5754     conftest$ac_exeext conftest.$ac_ext
5755 fi
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5757 $as_echo "$gcc_cv_cloog_type" >&6; }
5758     ;;
5759     "isl")
5760     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5761 $as_echo_n "checking for installed CLooG ISL... " >&6; }
5762 if test "${gcc_cv_cloog_type+set}" = set; then :
5763   $as_echo_n "(cached) " >&6
5764 else
5765   LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5766       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5767 /* end confdefs.h.  */
5768 #include "cloog/cloog.h"
5769 int
5770 main ()
5771 {
5772 cloog_version ()
5773   ;
5774   return 0;
5775 }
5776 _ACEOF
5777 if ac_fn_c_try_link "$LINENO"; then :
5778   gcc_cv_cloog_type="ISL"
5779 else
5780   gcc_cv_cloog_type=no
5781 fi
5782 rm -f core conftest.err conftest.$ac_objext \
5783     conftest$ac_exeext conftest.$ac_ext
5784 fi
5785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5786 $as_echo "$gcc_cv_cloog_type" >&6; }
5787     ;;
5788     "ppl")
5789     CFLAGS="${CFLAGS} ${pplinc}"
5790     LDFLAGS="${LDFLAGS} ${ppllibs}"
5791     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5792 $as_echo_n "checking for installed CLooG PPL... " >&6; }
5793 if test "${gcc_cv_cloog_type+set}" = set; then :
5794   $as_echo_n "(cached) " >&6
5795 else
5796   LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5797       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5798 /* end confdefs.h.  */
5799 #include "cloog/cloog.h"
5800    #include "cloog/ppl/cloog.h"
5801 int
5802 main ()
5803 {
5804 cloog_version ()
5805   ;
5806   return 0;
5807 }
5808 _ACEOF
5809 if ac_fn_c_try_link "$LINENO"; then :
5810   gcc_cv_cloog_type="PPL"
5811 else
5812   gcc_cv_cloog_type=no
5813 fi
5814 rm -f core conftest.err conftest.$ac_objext \
5815     conftest$ac_exeext conftest.$ac_ext
5816 fi
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5818 $as_echo "$gcc_cv_cloog_type" >&6; }
5819     ;;
5820     *)
5821       gcc_cv_cloog_type=""
5822   esac
5823
5824   case $gcc_cv_cloog_type in
5825     "PPL Legacy")
5826       clooginc="${clooginc}"
5827       clooglibs="${clooglibs} -lcloog"
5828       cloog_org=no
5829       ;;
5830     "ISL")
5831       clooginc="${clooginc} ${_cloogorginc}"
5832       clooglibs="${clooglibs} -lcloog-isl -lisl"
5833       cloog_org=yes
5834       ;;
5835     "PPL")
5836       clooginc="${clooginc} ${_cloogorginc}"
5837       clooglibs="${clooglibs} -lcloog-ppl"
5838       cloog_org=yes
5839       ;;
5840     *)
5841       clooglibs=
5842       clooginc=
5843       cloog_org=
5844       ;;
5845   esac
5846
5847   LIBS=$_cloog_saved_LIBS
5848   CFLAGS=$_cloog_saved_CFLAGS
5849   CPPFLAGS=$_cloog_saved_CPPFLAGS
5850   LDFLAGS=$_cloog_saved_LDFLAGS
5851
5852
5853
5854
5855
5856   if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5857     _cloog_saved_CFLAGS=$CFLAGS
5858     _cloog_saved_LDFLAGS=$LDFLAGS
5859
5860     CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
5861     LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
5862
5863     if test "${cloog_org}" = yes ; then
5864       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
5865 $as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
5866 if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
5867   $as_echo_n "(cached) " >&6
5868 else
5869   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5870 /* end confdefs.h.  */
5871 #include "cloog/cloog.h"
5872 int
5873 main ()
5874 {
5875 #if CLOOG_VERSION_MAJOR != 0 \
5876     || CLOOG_VERSION_MINOR != 16 \
5877     || CLOOG_VERSION_REVISION < 1
5878     choke me
5879    #endif
5880   ;
5881   return 0;
5882 }
5883 _ACEOF
5884 if ac_fn_c_try_compile "$LINENO"; then :
5885   gcc_cv_cloog_ct_0_14_0=yes
5886 else
5887   gcc_cv_cloog_ct_0_14_0=no
5888 fi
5889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5890 fi
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
5892 $as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
5893     elif test "${cloog_org}" = no ; then
5894       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
5895 $as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
5896 if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
5897   $as_echo_n "(cached) " >&6
5898 else
5899   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5900 /* end confdefs.h.  */
5901 #include "cloog/cloog.h"
5902 int
5903 main ()
5904 {
5905 #if CLOOG_VERSION_MAJOR != 0 \
5906     || CLOOG_VERSION_MINOR != 15 \
5907     || CLOOG_VERSION_REVISION < 5
5908     choke me
5909    #endif
5910   ;
5911   return 0;
5912 }
5913 _ACEOF
5914 if ac_fn_c_try_compile "$LINENO"; then :
5915   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5916 /* end confdefs.h.  */
5917 #include "cloog/cloog.h"
5918 int
5919 main ()
5920 {
5921 #if CLOOG_VERSION_MAJOR != 0 \
5922     || CLOOG_VERSION_MINOR != 15 \
5923     || CLOOG_VERSION_REVISION < 9
5924     choke me
5925    #endif
5926   ;
5927   return 0;
5928 }
5929 _ACEOF
5930 if ac_fn_c_try_compile "$LINENO"; then :
5931   gcc_cv_cloog_ct_0_15_5=yes
5932 else
5933   gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
5934 fi
5935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5936 else
5937   gcc_cv_cloog_ct_0_15_5=no
5938 fi
5939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5940 fi
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
5942 $as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
5943     fi
5944
5945     CFLAGS=$_cloog_saved_CFLAGS
5946     LDFLAGS=$_cloog_saved_LDFLAGS
5947   fi
5948
5949
5950
5951
5952
5953
5954
5955   if test "x${with_cloog}" = xno; then
5956     graphite_requested=no
5957   elif test "x${with_cloog}" != x \
5958     || test "x${with_cloog_include}" != x \
5959     || test "x${with_cloog_lib}" != x ; then
5960     graphite_requested=yes
5961   else
5962     graphite_requested=no
5963   fi
5964
5965
5966
5967   if test "${gcc_cv_cloog_ct_0_14_0}" = no \
5968     || test "${gcc_cv_cloog_rt_0_14_0}" = no \
5969     || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
5970     clooglibs=
5971     clooginc=
5972   fi
5973
5974   if test "${graphite_requested}" = yes \
5975     && test "x${clooglibs}" = x \
5976     && test "x${clooginc}" = x ; then
5977
5978     as_fn_error "Unable to find a usable CLooG.  See config.log for details." "$LINENO" 5
5979   fi
5980
5981
5982 fi
5983
5984 # Check for LTO support.
5985 # Check whether --enable-lto was given.
5986 if test "${enable_lto+set}" = set; then :
5987   enableval=$enable_lto; enable_lto=$enableval
5988 else
5989   enable_lto=yes; default_enable_lto=yes
5990 fi
5991
5992
5993
5994
5995
5996 target_elf=no
5997 case $target in
5998   *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
5999   *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6000   alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6001     target_elf=no
6002     ;;
6003   *)
6004     target_elf=yes
6005     ;;
6006 esac
6007
6008 if test $target_elf = yes; then :
6009   # ELF platforms build the lto-plugin always.
6010   build_lto_plugin=yes
6011
6012 else
6013   if test x"$default_enable_lto" = x"yes" ; then
6014     case $target in
6015       *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
6016       # On other non-ELF platforms, LTO has yet to be validated.
6017       *) enable_lto=no ;;
6018     esac
6019   else
6020   # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6021   # It would also be nice to check the binutils support, but we don't
6022   # have gcc_GAS_CHECK_FEATURE available here.  For now, we'll just
6023   # warn during gcc/ subconfigure; unless you're bootstrapping with
6024   # -flto it won't be needed until after installation anyway.
6025     case $target in
6026       *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6027       *) if test x"$enable_lto" = x"yes"; then
6028         as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6029         fi
6030       ;;
6031     esac
6032   fi
6033   # Among non-ELF, only Windows platforms support the lto-plugin so far.
6034   # Build it unless LTO was explicitly disabled.
6035   case $target in
6036     *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6037     *) ;;
6038   esac
6039
6040 fi
6041
6042
6043
6044 # By default, C is the only stage 1 language.
6045 stage1_languages=,c,
6046
6047 # Target libraries that we bootstrap.
6048 bootstrap_target_libs=,target-libgcc,
6049
6050 # Figure out what language subdirectories are present.
6051 # Look if the user specified --enable-languages="..."; if not, use
6052 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6053 # go away some day.
6054 # NB:  embedded tabs in this IF block -- do not untabify
6055 if test -d ${srcdir}/gcc; then
6056   if test x"${enable_languages+set}" != xset; then
6057     if test x"${LANGUAGES+set}" = xset; then
6058       enable_languages="${LANGUAGES}"
6059         echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6060     else
6061       enable_languages=all
6062     fi
6063   else
6064     if test x"${enable_languages}" = x ||
6065        test x"${enable_languages}" = xyes;
6066        then
6067       echo configure.in: --enable-languages needs at least one language argument 1>&2
6068       exit 1
6069     fi
6070   fi
6071   enable_languages=`echo "${enable_languages}" | sed -e 's/[    ,][     ,]*/,/g' -e 's/,$//'`
6072
6073   # 'f95' is the old name for the 'fortran' language. We issue a warning
6074   # and make the substitution.
6075   case ,${enable_languages}, in
6076     *,f95,*)
6077       echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6078       enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6079       ;;
6080   esac
6081
6082   # First scan to see if an enabled language requires some other language.
6083   # We assume that a given config-lang.in will list all the language
6084   # front ends it requires, even if some are required indirectly.
6085   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6086     case ${lang_frag} in
6087       ..) ;;
6088       # The odd quoting in the next line works around
6089       # an apparent bug in bash 1.12 on linux.
6090       ${srcdir}/gcc/[*]/config-lang.in) ;;
6091       *)
6092         # From the config-lang.in, get $language, $lang_requires, and
6093         # $lang_requires_boot_languages.
6094         language=
6095         lang_requires=
6096         lang_requires_boot_languages=
6097         . ${lang_frag}
6098         for other in ${lang_requires} ${lang_requires_boot_languages}; do
6099           case ,${enable_languages}, in
6100             *,$other,*) ;;
6101             *,all,*) ;;
6102             *,$language,*)
6103               echo " \`$other' language required by \`$language'; enabling" 1>&2
6104               enable_languages="${enable_languages},${other}"
6105               ;;
6106           esac
6107         done
6108         for other in ${lang_requires_boot_languages} ; do
6109           if test "$other" != "c"; then
6110             case ,${enable_stage1_languages}, in
6111               *,$other,*) ;;
6112               *,all,*) ;;
6113               *)
6114                 case ,${enable_languages}, in
6115                   *,$language,*)
6116                     echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6117                     enable_stage1_languages="$enable_stage1_languages,${other}"
6118                     ;;
6119                 esac
6120                 ;;
6121             esac
6122           fi
6123         done
6124         ;;
6125     esac
6126   done
6127
6128   new_enable_languages=,c,
6129
6130   # If LTO is enabled, add the LTO front end.
6131   extra_host_libiberty_configure_flags=
6132   if test "$enable_lto" = "yes" ; then
6133     case ,${enable_languages}, in
6134       *,lto,*) ;;
6135       *) enable_languages="${enable_languages},lto" ;;
6136     esac
6137     if test "${build_lto_plugin}" = "yes" ; then
6138       configdirs="$configdirs lto-plugin"
6139       extra_host_libiberty_configure_flags=--enable-shared
6140     fi
6141   fi
6142
6143
6144   missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6145   potential_languages=,c,
6146
6147   enabled_target_libs=
6148   disabled_target_libs=
6149
6150   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6151     case ${lang_frag} in
6152       ..) ;;
6153       # The odd quoting in the next line works around
6154       # an apparent bug in bash 1.12 on linux.
6155       ${srcdir}/gcc/[*]/config-lang.in) ;;
6156       *)
6157         # From the config-lang.in, get $language, $target_libs,
6158         # $lang_dirs, $boot_language, and $build_by_default
6159         language=
6160         target_libs=
6161         lang_dirs=
6162         subdir_requires=
6163         boot_language=no
6164         build_by_default=yes
6165         . ${lang_frag}
6166         if test x${language} = x; then
6167           echo "${lang_frag} doesn't set \$language." 1>&2
6168           exit 1
6169         fi
6170
6171         if test "$language" = "c++" \
6172            && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6173           boot_language=yes
6174         fi
6175
6176         case ,${enable_languages}, in
6177           *,${language},*)
6178             # Language was explicitly selected; include it.
6179             add_this_lang=yes
6180             ;;
6181           *,all,*)
6182             # 'all' was selected, select it if it is a default language
6183             add_this_lang=${build_by_default}
6184             ;;
6185           *)
6186             add_this_lang=no
6187             ;;
6188         esac
6189
6190         # Disable languages that need other directories if these aren't available.
6191         for i in $subdir_requires; do
6192           test -f "$srcdir/gcc/$i/config-lang.in" && continue
6193           case ,${enable_languages}, in
6194             *,${language},*)
6195               # Specifically requested language; tell them.
6196               as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6197               ;;
6198             *)
6199               # Silently disable.
6200               add_this_lang=unsupported
6201               ;;
6202           esac
6203         done
6204
6205         # Disable Ada if no preexisting GNAT is available.
6206         case ,${enable_languages},:${language}:${have_gnat} in
6207           *,${language},*:ada:no)
6208             # Specifically requested language; tell them.
6209             as_fn_error "GNAT is required to build $language" "$LINENO" 5
6210             ;;
6211           *:ada:no)
6212             # Silently disable.
6213             add_this_lang=unsupported
6214             ;;
6215         esac
6216
6217         # Disable a language that is unsupported by the target.
6218         case " $unsupported_languages " in
6219           *" $language "*)
6220             add_this_lang=unsupported
6221             ;;
6222         esac
6223
6224         case $add_this_lang in
6225           unsupported)
6226             # Remove language-dependent dirs.
6227             disabled_target_libs="$disabled_target_libs $target_libs"
6228             noconfigdirs="$noconfigdirs $lang_dirs"
6229             ;;
6230           no)
6231             # Remove language-dependent dirs; still show language as supported.
6232             disabled_target_libs="$disabled_target_libs $target_libs"
6233             noconfigdirs="$noconfigdirs $lang_dirs"
6234             potential_languages="${potential_languages}${language},"
6235             ;;
6236           yes)
6237             new_enable_languages="${new_enable_languages}${language},"
6238             potential_languages="${potential_languages}${language},"
6239             missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6240             enabled_target_libs="$enabled_target_libs $target_libs"
6241             case "${boot_language}:,$enable_stage1_languages," in
6242               yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6243                 # Add to (comma-separated) list of stage 1 languages.
6244                 case ",$stage1_languages," in
6245                   *,$language,* | ,yes, | ,all,) ;;
6246                   *) stage1_languages="${stage1_languages}${language}," ;;
6247                 esac
6248                 # We need to bootstrap any supporting libraries.
6249                 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6250                 ;;
6251             esac
6252             ;;
6253         esac
6254         ;;
6255     esac
6256   done
6257
6258   # Add target libraries which are only needed for disabled languages
6259   # to noconfigdirs.
6260   if test -n "$disabled_target_libs"; then
6261     for dir in $disabled_target_libs; do
6262       case " $enabled_target_libs " in
6263       *" ${dir} "*) ;;
6264       *) noconfigdirs="$noconfigdirs $dir" ;;
6265       esac
6266     done
6267   fi
6268
6269   # Check whether --enable-stage1-languages was given.
6270 if test "${enable_stage1_languages+set}" = set; then :
6271   enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6272     ,no,|,,)
6273       # Set it to something that will have no effect in the loop below
6274       enable_stage1_languages=c ;;
6275     ,yes,)
6276       enable_stage1_languages=`echo $new_enable_languages | \
6277         sed -e "s/^,//" -e "s/,$//" ` ;;
6278     *,all,*)
6279       enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6280         sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6281   esac
6282
6283   # Add "good" languages from enable_stage1_languages to stage1_languages,
6284   # while "bad" languages go in missing_languages.  Leave no duplicates.
6285   for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6286     case $potential_languages in
6287       *,$i,*)
6288         case $stage1_languages in
6289           *,$i,*) ;;
6290           *) stage1_languages="$stage1_languages$i," ;;
6291         esac ;;
6292       *)
6293         case $missing_languages in
6294           *,$i,*) ;;
6295           *) missing_languages="$missing_languages$i," ;;
6296         esac ;;
6297      esac
6298   done
6299 fi
6300
6301
6302   # Remove leading/trailing commas that were added for simplicity
6303   potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6304   missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6305   stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6306   new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6307
6308   if test "x$missing_languages" != x; then
6309     as_fn_error "
6310 The following requested languages could not be built: ${missing_languages}
6311 Supported languages are: ${potential_languages}" "$LINENO" 5
6312   fi
6313   if test "x$new_enable_languages" != "x$enable_languages"; then
6314     echo The following languages will be built: ${new_enable_languages}
6315     enable_languages="$new_enable_languages"
6316   fi
6317
6318
6319   ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6320 fi
6321
6322 # Handle --disable-<component> generically.
6323 for dir in $configdirs $build_configdirs $target_configdirs ; do
6324   dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6325   varname=`echo $dirname | sed -e s/+/_/g`
6326   if eval test x\${enable_${varname}} "=" xno ; then
6327     noconfigdirs="$noconfigdirs $dir"
6328   fi
6329 done
6330
6331 # Check for Boehm's garbage collector
6332 # Check whether --enable-objc-gc was given.
6333 if test "${enable_objc_gc+set}" = set; then :
6334   enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6335   *,objc,*:*:yes:*target-boehm-gc*)
6336     as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6337     ;;
6338 esac
6339 fi
6340
6341
6342 # Make sure we only build Boehm's garbage collector if required.
6343 case ,${enable_languages},:${enable_objc_gc} in
6344   *,objc,*:yes)
6345     # Keep target-boehm-gc if requested for Objective-C.
6346     ;;
6347   *)
6348     # Otherwise remove target-boehm-gc depending on target-libjava.
6349     if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6350       noconfigdirs="$noconfigdirs target-boehm-gc"
6351     fi
6352     ;;
6353 esac
6354
6355 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6356 # $build_configdirs and $target_configdirs.
6357 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6358
6359 notsupp=""
6360 for dir in . $skipdirs $noconfigdirs ; do
6361   dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6362   if test $dir != .  && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6363     configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6364     if test -r $srcdir/$dirname/configure ; then
6365       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6366         true
6367       else
6368         notsupp="$notsupp $dir"
6369       fi
6370     fi
6371   fi
6372   if test $dir != .  && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6373     build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6374     if test -r $srcdir/$dirname/configure ; then
6375       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6376         true
6377       else
6378         notsupp="$notsupp $dir"
6379       fi
6380     fi
6381   fi
6382   if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6383     target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6384     if test -r $srcdir/$dirname/configure ; then
6385       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6386         true
6387       else
6388         notsupp="$notsupp $dir"
6389       fi
6390     fi
6391   fi
6392 done
6393
6394 # Sometimes the tools are distributed with libiberty but with no other
6395 # libraries.  In that case, we don't want to build target-libiberty.
6396 # Don't let libgcc imply libiberty either.
6397 if test -n "${target_configdirs}" ; then
6398   libgcc=
6399   others=
6400   for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6401     if test "$i" = "libgcc"; then
6402       libgcc=target-libgcc
6403     elif test "$i" != "libiberty" ; then
6404       if test -r $srcdir/$i/configure ; then
6405         others=yes;
6406         break;
6407       fi
6408     fi
6409   done
6410   if test -z "${others}" ; then
6411     target_configdirs=$libgcc
6412   fi
6413 fi
6414
6415 # Quietly strip out all directories which aren't configurable in this tree.
6416 # This relies on all configurable subdirectories being autoconfiscated, which
6417 # is now the case.
6418 build_configdirs_all="$build_configdirs"
6419 build_configdirs=
6420 for i in ${build_configdirs_all} ; do
6421   j=`echo $i | sed -e s/build-//g`
6422   if test -f ${srcdir}/$j/configure ; then
6423     build_configdirs="${build_configdirs} $i"
6424   fi
6425 done
6426
6427 configdirs_all="$configdirs"
6428 configdirs=
6429 for i in ${configdirs_all} ; do
6430   if test -f ${srcdir}/$i/configure ; then
6431     configdirs="${configdirs} $i"
6432   fi
6433 done
6434
6435 target_configdirs_all="$target_configdirs"
6436 target_configdirs=
6437 for i in ${target_configdirs_all} ; do
6438   j=`echo $i | sed -e s/target-//g`
6439   if test -f ${srcdir}/$j/configure ; then
6440     target_configdirs="${target_configdirs} $i"
6441   fi
6442 done
6443
6444 # Produce a warning message for the subdirs we can't configure.
6445 # This isn't especially interesting in the Cygnus tree, but in the individual
6446 # FSF releases, it's important to let people know when their machine isn't
6447 # supported by the one or two programs in a package.
6448
6449 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6450   # If $appdirs is non-empty, at least one of those directories must still
6451   # be configured, or we error out.  (E.g., if the gas release supports a
6452   # specified target in some subdirs but not the gas subdir, we shouldn't
6453   # pretend that all is well.)
6454   if test -n "$appdirs" ; then
6455     for dir in $appdirs ; do
6456       if test -r $dir/Makefile.in ; then
6457         if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6458           appdirs=""
6459           break
6460         fi
6461         if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6462           appdirs=""
6463           break
6464         fi
6465       fi
6466     done
6467     if test -n "$appdirs" ; then
6468       echo "*** This configuration is not supported by this package." 1>&2
6469       exit 1
6470     fi
6471   fi
6472   # Okay, some application will build, or we don't care to check.  Still
6473   # notify of subdirs not getting built.
6474   echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6475   echo "    ${notsupp}" 1>&2
6476   echo "    (Any other directories should still work fine.)" 1>&2
6477 fi
6478
6479 case "$host" in
6480   *msdosdjgpp*)
6481     enable_gdbtk=no ;;
6482 esac
6483
6484 # To find our prefix, in gcc_cv_tool_prefix.
6485
6486 # The user is always right.
6487 if test "${PATH_SEPARATOR+set}" != set; then
6488   echo "#! /bin/sh" >conf$$.sh
6489   echo  "exit 0"   >>conf$$.sh
6490   chmod +x conf$$.sh
6491   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6492     PATH_SEPARATOR=';'
6493   else
6494     PATH_SEPARATOR=:
6495   fi
6496   rm -f conf$$.sh
6497 fi
6498
6499
6500
6501 if test "x$exec_prefix" = xNONE; then
6502         if test "x$prefix" = xNONE; then
6503                 gcc_cv_tool_prefix=$ac_default_prefix
6504         else
6505                 gcc_cv_tool_prefix=$prefix
6506         fi
6507 else
6508         gcc_cv_tool_prefix=$exec_prefix
6509 fi
6510
6511 # If there is no compiler in the tree, use the PATH only.  In any
6512 # case, if there is no compiler in the tree nobody should use
6513 # AS_FOR_TARGET and LD_FOR_TARGET.
6514 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6515     gcc_version=`cat $srcdir/gcc/BASE-VER`
6516     gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6517     gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6518     gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6519     gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6520     gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6521     gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6522 else
6523     gcc_cv_tool_dirs=
6524 fi
6525
6526 if test x$build = x$target && test -n "$md_exec_prefix"; then
6527         gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6528 fi
6529
6530
6531
6532 copy_dirs=
6533
6534
6535 # Check whether --with-build-sysroot was given.
6536 if test "${with_build_sysroot+set}" = set; then :
6537   withval=$with_build_sysroot; if test x"$withval" != x ; then
6538      SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6539    fi
6540 else
6541   SYSROOT_CFLAGS_FOR_TARGET=
6542 fi
6543
6544
6545
6546
6547 # Check whether --with-debug-prefix-map was given.
6548 if test "${with_debug_prefix_map+set}" = set; then :
6549   withval=$with_debug_prefix_map; if test x"$withval" != x; then
6550      DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6551      for debug_map in $withval; do
6552        DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6553      done
6554    fi
6555 else
6556   DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6557 fi
6558
6559
6560
6561 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6562 # might be empty or "-g".  We don't require a C++ compiler, so CXXFLAGS
6563 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6564 # We want to ensure that TARGET libraries (which we know are built with
6565 # gcc) are built with "-O2 -g", so include those options when setting
6566 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6567 if test "x$CFLAGS_FOR_TARGET" = x; then
6568   CFLAGS_FOR_TARGET=$CFLAGS
6569   case " $CFLAGS " in
6570     *" -O2 "*) ;;
6571     *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6572   esac
6573   case " $CFLAGS " in
6574     *" -g "* | *" -g3 "*) ;;
6575     *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6576   esac
6577 fi
6578
6579
6580 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6581   CXXFLAGS_FOR_TARGET=$CXXFLAGS
6582   case " $CXXFLAGS " in
6583     *" -O2 "*) ;;
6584     *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6585   esac
6586   case " $CXXFLAGS " in
6587     *" -g "* | *" -g3 "*) ;;
6588     *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6589   esac
6590 fi
6591
6592
6593 # Handle --with-headers=XXX.  If the value is not "yes", the contents of
6594 # the named directory are copied to $(tooldir)/sys-include.
6595 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6596   if test x${is_cross_compiler} = xno ; then
6597     echo 1>&2 '***' --with-headers is only supported when cross compiling
6598     exit 1
6599   fi
6600   if test x"${with_headers}" != xyes ; then
6601     x=${gcc_cv_tool_prefix}
6602     copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6603   fi
6604 fi
6605
6606 # Handle --with-libs=XXX.  If the value is not "yes", the contents of
6607 # the name directories are copied to $(tooldir)/lib.  Multiple directories
6608 # are permitted.
6609 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6610   if test x${is_cross_compiler} = xno ; then
6611     echo 1>&2 '***' --with-libs is only supported when cross compiling
6612     exit 1
6613   fi
6614   if test x"${with_libs}" != xyes ; then
6615     # Copy the libraries in reverse order, so that files in the first named
6616     # library override files in subsequent libraries.
6617     x=${gcc_cv_tool_prefix}
6618     for l in ${with_libs}; do
6619       copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6620     done
6621   fi
6622 fi
6623
6624 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6625 #
6626 # This is done by determining whether or not the appropriate directory
6627 # is available, and by checking whether or not specific configurations
6628 # have requested that this magic not happen.
6629 #
6630 # The command line options always override the explicit settings in
6631 # configure.in, and the settings in configure.in override this magic.
6632 #
6633 # If the default for a toolchain is to use GNU as and ld, and you don't
6634 # want to do that, then you should use the --without-gnu-as and
6635 # --without-gnu-ld options for the configure script.  Similarly, if
6636 # the default is to use the included zlib and you don't want to do that,
6637 # you should use the --with-system-zlib option for the configure script.
6638
6639 if test x${use_gnu_as} = x &&
6640    echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6641   with_gnu_as=yes
6642   extra_host_args="$extra_host_args --with-gnu-as"
6643 fi
6644
6645 if test x${use_gnu_ld} = x &&
6646    echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6647   with_gnu_ld=yes
6648   extra_host_args="$extra_host_args --with-gnu-ld"
6649 fi
6650
6651 if test x${use_included_zlib} = x &&
6652    echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6653   :
6654 else
6655   with_system_zlib=yes
6656   extra_host_args="$extra_host_args --with-system-zlib"
6657 fi
6658
6659 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6660 # can detect this case.
6661
6662 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6663   with_newlib=yes
6664   extra_host_args="$extra_host_args --with-newlib"
6665 fi
6666
6667 # Handle ${copy_dirs}
6668 set fnord ${copy_dirs}
6669 shift
6670 while test $# != 0 ; do
6671   if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6672     :
6673   else
6674     echo Copying $1 to $2
6675
6676     # Use the install script to create the directory and all required
6677     # parent directories.
6678     if test -d $2 ; then
6679       :
6680     else
6681       echo >config.temp
6682       ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6683     fi
6684
6685     # Copy the directory, assuming we have tar.
6686     # FIXME: Should we use B in the second tar?  Not all systems support it.
6687     (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6688
6689     # It is the responsibility of the user to correctly adjust all
6690     # symlinks.  If somebody can figure out how to handle them correctly
6691     # here, feel free to add the code.
6692
6693     echo $1 > $2/COPIED
6694   fi
6695   shift; shift
6696 done
6697
6698 # Determine a target-dependent exec_prefix that the installed
6699 # gcc will search in.  Keep this list sorted by triplet, with
6700 # the *-*-osname triplets last.
6701 md_exec_prefix=
6702 case "${target}" in
6703   alpha*-*-*vms*)
6704     md_exec_prefix=/gnu/lib/gcc-lib
6705     ;;
6706   i[34567]86-pc-msdosdjgpp*)
6707     md_exec_prefix=/dev/env/DJDIR/bin
6708     ;;
6709   i[34567]86-*-sco3.2v5*)
6710     if test $with_gnu_as = yes; then
6711       md_exec_prefix=/usr/gnu/bin
6712     else
6713       md_exec_prefix=/usr/ccs/bin/elf
6714     fi
6715     ;;
6716
6717   mn10300-*-* | \
6718   powerpc-*-chorusos* | \
6719   powerpc*-*-eabi* | \
6720   powerpc*-*-sysv* | \
6721   powerpc*-*-kaos* | \
6722   s390x-ibm-tpf*)
6723     md_exec_prefix=/usr/ccs/bin
6724     ;;
6725   sparc64-*-elf*)
6726     ;;
6727   v850*-*-*)
6728     md_exec_prefix=/usr/ccs/bin
6729     ;;
6730   xtensa*-*-elf*)
6731     ;;
6732
6733   *-*-beos* | \
6734   *-*-elf* | \
6735   *-*-hpux* | \
6736   *-*-netware* | \
6737   *-*-nto-qnx* | \
6738   *-*-rtems* | \
6739   *-*-solaris2* | \
6740   *-*-sysv[45]* | \
6741   *-*-vxworks* | \
6742   *-wrs-windiss)
6743     md_exec_prefix=/usr/ccs/bin
6744     ;;
6745 esac
6746
6747 extra_arflags_for_target=
6748 extra_nmflags_for_target=
6749 extra_ranlibflags_for_target=
6750 target_makefile_frag=/dev/null
6751 case "${target}" in
6752   mep*-*-*)
6753     target_makefile_frag="config/mt-mep"
6754     ;;
6755   spu-*-*)
6756     target_makefile_frag="config/mt-spu"
6757     ;;
6758   mips*-sde-elf*)
6759     target_makefile_frag="config/mt-sde"
6760     ;;
6761   mipsisa*-*-elfoabi*)
6762     target_makefile_frag="config/mt-mips-elfoabi"
6763     ;;
6764   mips*-*-*linux* | mips*-*-gnu*)
6765     target_makefile_frag="config/mt-mips-gnu"
6766     ;;
6767   *-*-netware*)
6768     target_makefile_frag="config/mt-netware"
6769     ;;
6770   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6771     target_makefile_frag="config/mt-gnu"
6772     ;;
6773   *-*-aix4.[3456789]* | *-*-aix[56789].*)
6774     # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6775     # commands to handle both 32-bit and 64-bit objects.  These flags are
6776     # harmless if we're using GNU nm or ar.
6777     extra_arflags_for_target=" -X32_64"
6778     extra_nmflags_for_target=" -B -X32_64"
6779     ;;
6780   *-*-darwin[3-9]*)
6781     # ranlib before Darwin10 requires the -c flag to look at common symbols.
6782     extra_ranlibflags_for_target=" -c"
6783     ;;
6784   mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6785     target_makefile_frag="config/mt-wince"
6786     ;;
6787 esac
6788
6789 alphaieee_frag=/dev/null
6790 case $target in
6791   alpha*-*-*)
6792     # This just makes sure to use the -mieee option to build target libs.
6793     # This should probably be set individually by each library.
6794     alphaieee_frag="config/mt-alphaieee"
6795     ;;
6796 esac
6797
6798 # If --enable-target-optspace always use -Os instead of -O2 to build
6799 # the target libraries, similarly if it is not specified, use -Os
6800 # on selected platforms.
6801 ospace_frag=/dev/null
6802 case "${enable_target_optspace}:${target}" in
6803   yes:*)
6804     ospace_frag="config/mt-ospace"
6805     ;;
6806   :d30v-*)
6807     ospace_frag="config/mt-d30v"
6808     ;;
6809   :m32r-* | :d10v-* | :fr30-*)
6810     ospace_frag="config/mt-ospace"
6811     ;;
6812   no:* | :*)
6813     ;;
6814   *)
6815     echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6816     ;;
6817 esac
6818
6819 # Default to using --with-stabs for certain targets.
6820 if test x${with_stabs} = x ; then
6821   case "${target}" in
6822   mips*-*-irix[56]*)
6823     ;;
6824   mips*-*-* | alpha*-*-osf*)
6825     with_stabs=yes;
6826     extra_host_args="${extra_host_args} --with-stabs"
6827     ;;
6828   esac
6829 fi
6830
6831 # hpux11 in 64bit mode has libraries in a weird place.  Arrange to find
6832 # them automatically.
6833 case "${host}" in
6834   hppa*64*-*-hpux11*)
6835     extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6836     ;;
6837 esac
6838
6839 # Some systems (e.g., one of the i386-aix systems the gas testers are
6840 # using) don't handle "\$" correctly, so don't use it here.
6841 tooldir='${exec_prefix}'/${target_noncanonical}
6842 build_tooldir=${tooldir}
6843
6844 # Create a .gdbinit file which runs the one in srcdir
6845 # and tells GDB to look there for source files.
6846
6847 if test -r ${srcdir}/.gdbinit ; then
6848   case ${srcdir} in
6849     .) ;;
6850     *) cat > ./.gdbinit <<EOF
6851 # ${NO_EDIT}
6852 dir ${srcdir}
6853 dir .
6854 source ${srcdir}/.gdbinit
6855 EOF
6856     ;;
6857   esac
6858 fi
6859
6860 # Make sure that the compiler is able to generate an executable.  If it
6861 # can't, we are probably in trouble.  We don't care whether we can run the
6862 # executable--we might be using a cross compiler--we only care whether it
6863 # can be created.  At this point the main configure script has set CC.
6864 we_are_ok=no
6865 echo "int main () { return 0; }" > conftest.c
6866 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6867 if test $? = 0 ; then
6868   if test -s conftest || test -s conftest.exe ; then
6869     we_are_ok=yes
6870   fi
6871 fi
6872 case $we_are_ok in
6873   no)
6874     echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6875     echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6876     rm -f conftest*
6877     exit 1
6878     ;;
6879 esac
6880 rm -f conftest*
6881
6882 # The Solaris /usr/ucb/cc compiler does not appear to work.
6883 case "${host}" in
6884   sparc-sun-solaris2*)
6885       CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6886       if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6887           could_use=
6888           test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6889           if test -d /opt/cygnus/bin ; then
6890               if test "$could_use" = "" ; then
6891                   could_use="/opt/cygnus/bin"
6892               else
6893                   could_use="$could_use or /opt/cygnus/bin"
6894               fi
6895           fi
6896         if test "$could_use" = "" ; then
6897             echo "Warning: compilation may fail because you're using"
6898             echo "/usr/ucb/cc.  You should change your PATH or CC "
6899             echo "variable and rerun configure."
6900         else
6901             echo "Warning: compilation may fail because you're using"
6902             echo "/usr/ucb/cc, when you should use the C compiler from"
6903             echo "$could_use.  You should change your"
6904             echo "PATH or CC variable and rerun configure."
6905         fi
6906       fi
6907   ;;
6908 esac
6909
6910 # Decide which environment variable is used to find dynamic libraries.
6911 case "${host}" in
6912   *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6913   *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6914   *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6915   *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6916 esac
6917
6918 # On systems where the dynamic library environment variable is PATH,
6919 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6920 # built executables to PATH.
6921 if test "$RPATH_ENVVAR" = PATH; then
6922   GCC_SHLIB_SUBDIR=/shlib
6923 else
6924   GCC_SHLIB_SUBDIR=
6925 fi
6926
6927 # Record target_configdirs and the configure arguments for target and
6928 # build configuration in Makefile.
6929 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6930 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6931
6932 # If we are building libgomp, bootstrap it.
6933 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6934   bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6935 fi
6936
6937 # Determine whether gdb needs tk/tcl or not.
6938 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6939 # and in that case we want gdb to be built without tk.  Ugh!
6940 # In fact I believe gdb is the *only* package directly dependent on tk,
6941 # so we should be able to put the 'maybe's in unconditionally and
6942 # leave out the maybe dependencies when enable_gdbtk is false.  I'm not
6943 # 100% sure that that's safe though.
6944
6945 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6946 case "$enable_gdbtk" in
6947   no)
6948     GDB_TK="" ;;
6949   yes)
6950     GDB_TK="${gdb_tk}" ;;
6951   *)
6952     # Only add the dependency on gdbtk when GDBtk is part of the gdb
6953     # distro.  Eventually someone will fix this and move Insight, nee
6954     # gdbtk to a separate directory.
6955     if test -d ${srcdir}/gdb/gdbtk ; then
6956       GDB_TK="${gdb_tk}"
6957     else
6958       GDB_TK=""
6959     fi
6960     ;;
6961 esac
6962 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6963 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
6964
6965 # Strip out unwanted targets.
6966
6967 # While at that, we remove Makefiles if we were started for recursive
6968 # configuration, so that the top-level Makefile reconfigures them,
6969 # like we used to do when configure itself was recursive.
6970
6971 # Loop over modules.  We used to use the "$extrasub" feature from Autoconf
6972 # but now we're fixing up the Makefile ourselves with the additional
6973 # commands passed to AC_CONFIG_FILES.  Use separate variables
6974 # extrasub-{build,host,target} not because there is any reason to split
6975 # the substitutions up that way, but only to remain below the limit of
6976 # 99 commands in a script, for HP-UX sed.
6977 # Do not nest @if/@endif pairs, because configure will not warn you at all.
6978
6979 # Check whether --enable-bootstrap was given.
6980 if test "${enable_bootstrap+set}" = set; then :
6981   enableval=$enable_bootstrap;
6982 else
6983   enable_bootstrap=default
6984 fi
6985
6986
6987 # Issue errors and warnings for invalid/strange bootstrap combinations.
6988 case "$configdirs" in
6989   *gcc*) have_compiler=yes ;;
6990   *) have_compiler=no ;;
6991 esac
6992
6993 case "$have_compiler:$host:$target:$enable_bootstrap" in
6994   *:*:*:no) ;;
6995
6996   # Default behavior.  Enable bootstrap if we have a compiler
6997   # and we are in a native configuration.
6998   yes:$build:$build:default)
6999     enable_bootstrap=yes ;;
7000
7001   *:*:*:default)
7002     enable_bootstrap=no ;;
7003
7004   # We have a compiler and we are in a native configuration, bootstrap is ok
7005   yes:$build:$build:yes)
7006     ;;
7007
7008   # Other configurations, but we have a compiler.  Assume the user knows
7009   # what he's doing.
7010   yes:*:*:yes)
7011     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7012 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
7013     ;;
7014
7015   # No compiler: if they passed --enable-bootstrap explicitly, fail
7016   no:*:*:yes)
7017     as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
7018
7019   # Fail if wrong command line
7020   *)
7021     as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
7022     ;;
7023 esac
7024
7025 case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7026   *,c++,*:yes:yes) ;;
7027   *:yes:yes)
7028     as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7029     ;;
7030 esac
7031
7032 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7033   yes:yes:*\ gold\ *:*,c++,*) ;;
7034   yes:yes:*\ gold\ *:*)
7035     as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7036     ;;
7037 esac
7038
7039 # Adjust the toplevel makefile according to whether bootstrap was selected.
7040 case $enable_bootstrap in
7041   yes)
7042     bootstrap_suffix=bootstrap
7043     BUILD_CONFIG=bootstrap-debug
7044     ;;
7045   no)
7046     bootstrap_suffix=no-bootstrap
7047     BUILD_CONFIG=
7048     ;;
7049 esac
7050
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7052 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7053
7054
7055 # Check whether --with-build-config was given.
7056 if test "${with_build_config+set}" = set; then :
7057   withval=$with_build_config; case $with_build_config in
7058    yes) with_build_config= ;;
7059    no) with_build_config= BUILD_CONFIG= ;;
7060    esac
7061 fi
7062
7063
7064 if test "x${with_build_config}" != x; then
7065   BUILD_CONFIG=$with_build_config
7066 else
7067   case $BUILD_CONFIG in
7068   bootstrap-debug)
7069     if echo "int f (void) { return 0; }" > conftest.c &&
7070        ${CC} -c conftest.c &&
7071        mv conftest.o conftest.o.g0 &&
7072        ${CC} -c -g conftest.c &&
7073        mv conftest.o conftest.o.g &&
7074        ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7075       :
7076     else
7077       BUILD_CONFIG=
7078     fi
7079     rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7080     ;;
7081   esac
7082 fi
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7084 $as_echo "$BUILD_CONFIG" >&6; }
7085
7086
7087 extrasub_build=
7088 for module in ${build_configdirs} ; do
7089   if test -z "${no_recursion}" \
7090      && test -f ${build_subdir}/${module}/Makefile; then
7091     echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7092     rm -f ${build_subdir}/${module}/Makefile
7093   fi
7094   extrasub_build="$extrasub_build
7095 /^@if build-$module\$/d
7096 /^@endif build-$module\$/d
7097 /^@if build-$module-$bootstrap_suffix\$/d
7098 /^@endif build-$module-$bootstrap_suffix\$/d"
7099 done
7100 extrasub_host=
7101 for module in ${configdirs} ; do
7102   if test -z "${no_recursion}"; then
7103     for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7104       if test -f ${file}; then
7105         echo 1>&2 "*** removing ${file} to force reconfigure"
7106         rm -f ${file}
7107       fi
7108     done
7109   fi
7110   extrasub_host="$extrasub_host
7111 /^@if $module\$/d
7112 /^@endif $module\$/d
7113 /^@if $module-$bootstrap_suffix\$/d
7114 /^@endif $module-$bootstrap_suffix\$/d"
7115 done
7116 extrasub_target=
7117 for module in ${target_configdirs} ; do
7118   if test -z "${no_recursion}" \
7119      && test -f ${target_subdir}/${module}/Makefile; then
7120     echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7121     rm -f ${target_subdir}/${module}/Makefile
7122   fi
7123
7124   # We only bootstrap target libraries listed in bootstrap_target_libs.
7125   case $bootstrap_target_libs in
7126     *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7127     *) target_bootstrap_suffix=no-bootstrap ;;
7128   esac
7129
7130   extrasub_target="$extrasub_target
7131 /^@if target-$module\$/d
7132 /^@endif target-$module\$/d
7133 /^@if target-$module-$target_bootstrap_suffix\$/d
7134 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7135 done
7136
7137 # Do the final fixup along with target modules.
7138 extrasub_target="$extrasub_target
7139 /^@if /,/^@endif /d"
7140
7141 # Create the serialization dependencies.  This uses a temporary file.
7142
7143 # Check whether --enable-serial-configure was given.
7144 if test "${enable_serial_configure+set}" = set; then :
7145   enableval=$enable_serial_configure;
7146 fi
7147
7148
7149 case ${enable_serial_configure} in
7150   yes)
7151     enable_serial_build_configure=yes
7152     enable_serial_host_configure=yes
7153     enable_serial_target_configure=yes
7154     ;;
7155 esac
7156
7157 # These force 'configure's to be done one at a time, to avoid problems
7158 # with contention over a shared config.cache.
7159 rm -f serdep.tmp
7160 echo '# serdep.tmp' > serdep.tmp
7161 olditem=
7162 test "x${enable_serial_build_configure}" = xyes &&
7163 for item in ${build_configdirs} ; do
7164   case ${olditem} in
7165     "") ;;
7166     *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7167   esac
7168   olditem=${item}
7169 done
7170 olditem=
7171 test "x${enable_serial_host_configure}" = xyes &&
7172 for item in ${configdirs} ; do
7173   case ${olditem} in
7174     "") ;;
7175     *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7176   esac
7177   olditem=${item}
7178 done
7179 olditem=
7180 test "x${enable_serial_target_configure}" = xyes &&
7181 for item in ${target_configdirs} ; do
7182   case ${olditem} in
7183     "") ;;
7184     *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7185   esac
7186   olditem=${item}
7187 done
7188 serialization_dependencies=serdep.tmp
7189
7190
7191 # Base args.  Strip norecursion, cache-file, srcdir, host, build,
7192 # target, nonopt, and variable assignments.  These are the ones we
7193 # might not want to pass down to subconfigures.  The exception being
7194 # --cache-file=/dev/null, which is used to turn off the use of cache
7195 # files altogether, and which should be passed on to subconfigures.
7196 # Also strip program-prefix, program-suffix, and program-transform-name,
7197 # so that we can pass down a consistent program-transform-name.
7198 baseargs=
7199 tbaseargs=
7200 keep_next=no
7201 skip_next=no
7202 eval "set -- $ac_configure_args"
7203 for ac_arg
7204 do
7205   if test X"$skip_next" = X"yes"; then
7206     skip_next=no
7207     continue
7208   fi
7209   if test X"$keep_next" = X"yes"; then
7210     case $ac_arg in
7211       *\'*)
7212         ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7213     esac
7214     baseargs="$baseargs '$ac_arg'"
7215     tbaseargs="$tbaseargs '$ac_arg'"
7216     keep_next=no
7217     continue
7218   fi
7219
7220   # Handle separated arguments.  Based on the logic generated by
7221   # autoconf 2.59.
7222   case $ac_arg in
7223     *=* | --config-cache | -C | -disable-* | --disable-* \
7224       | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7225       | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7226       | -with-* | --with-* | -without-* | --without-* | --x)
7227       separate_arg=no
7228       ;;
7229     -*)
7230       separate_arg=yes
7231       ;;
7232     *)
7233       separate_arg=no
7234       ;;
7235   esac
7236
7237   skip_targ=no
7238   case $ac_arg in
7239
7240   --with-* | --without-*)
7241     libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7242
7243     case $libopt in
7244     *[-_]include)
7245       lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7246       ;;
7247     *[-_]lib)
7248       lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7249       ;;
7250     *)
7251       lib=$libopt
7252       ;;
7253     esac
7254
7255
7256     case $lib in
7257     mpc | mpfr | gmp | ppl | cloog)
7258       # If we're processing --with-$lib, --with-$lib-include or
7259       # --with-$lib-lib, for one of the libs above, and target is
7260       # different from host, don't pass the current argument to any
7261       # target library's configure.
7262       if test x$is_cross_compiler = xyes; then
7263         skip_targ=yes
7264       fi
7265       ;;
7266     esac
7267     ;;
7268   esac
7269
7270   case "$ac_arg" in
7271     --cache-file=/dev/null | \
7272     -cache-file=/dev/null )
7273       # Handled here to avoid the test to skip args below.
7274       baseargs="$baseargs '$ac_arg'"
7275       tbaseargs="$tbaseargs '$ac_arg'"
7276       # Assert: $separate_arg should always be no.
7277       keep_next=$separate_arg
7278       ;;
7279     --no*)
7280       continue
7281       ;;
7282     --c* | \
7283     --sr* | \
7284     --ho* | \
7285     --bu* | \
7286     --t* | \
7287     --program-* | \
7288     -cache_file* | \
7289     -srcdir* | \
7290     -host* | \
7291     -build* | \
7292     -target* | \
7293     -program-prefix* | \
7294     -program-suffix* | \
7295     -program-transform-name* )
7296       skip_next=$separate_arg
7297       continue
7298       ;;
7299     -*)
7300       # An option.  Add it.
7301       case $ac_arg in
7302         *\'*)
7303           ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7304       esac
7305       baseargs="$baseargs '$ac_arg'"
7306       if test X"$skip_targ" = Xno; then
7307         tbaseargs="$tbaseargs '$ac_arg'"
7308       fi
7309       keep_next=$separate_arg
7310       ;;
7311     *)
7312       # Either a variable assignment, or a nonopt (triplet).  Don't
7313       # pass it down; let the Makefile handle this.
7314       continue
7315       ;;
7316   esac
7317 done
7318 # Remove the initial space we just introduced and, as these will be
7319 # expanded by make, quote '$'.
7320 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7321
7322 # Add in --program-transform-name, after --program-prefix and
7323 # --program-suffix have been applied to it.  Autoconf has already
7324 # doubled dollar signs and backslashes in program_transform_name; we want
7325 # the backslashes un-doubled, and then the entire thing wrapped in single
7326 # quotes, because this will be expanded first by make and then by the shell.
7327 # Also, because we want to override the logic in subdir configure scripts to
7328 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7329 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7330 ${program_transform_name}
7331 EOF_SED
7332 gcc_transform_name=`cat conftestsed.out`
7333 rm -f conftestsed.out
7334 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7335 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7336 if test "$silent" = yes; then
7337   baseargs="$baseargs --silent"
7338   tbaseargs="$tbaseargs --silent"
7339 fi
7340 baseargs="$baseargs --disable-option-checking"
7341 tbaseargs="$tbaseargs --disable-option-checking"
7342
7343 # Record and document user additions to sub configure arguments.
7344
7345
7346
7347
7348 # For the build-side libraries, we just need to pretend we're native,
7349 # and not use the same cache file.  Multilibs are neither needed nor
7350 # desired.
7351 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7352
7353 # For host modules, accept cache file option, or specification as blank.
7354 case "${cache_file}" in
7355 "") # empty
7356   cache_file_option="" ;;
7357 /* | [A-Za-z]:[\\/]* ) # absolute path
7358   cache_file_option="--cache-file=${cache_file}" ;;
7359 *) # relative path
7360   cache_file_option="--cache-file=../${cache_file}" ;;
7361 esac
7362
7363 # Host dirs don't like to share a cache file either, horribly enough.
7364 # This seems to be due to autoconf 2.5x stupidity.
7365 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7366
7367 target_configargs="$target_configargs ${tbaseargs}"
7368
7369 # Passing a --with-cross-host argument lets the target libraries know
7370 # whether they are being built with a cross-compiler or being built
7371 # native.  However, it would be better to use other mechanisms to make the
7372 # sorts of decisions they want to make on this basis.  Please consider
7373 # this option to be deprecated.  FIXME.
7374 if test x${is_cross_compiler} = xyes ; then
7375   target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7376 fi
7377
7378 # Default to --enable-multilib.
7379 if test x${enable_multilib} = x ; then
7380   target_configargs="--enable-multilib ${target_configargs}"
7381 fi
7382
7383 # Pass --with-newlib if appropriate.  Note that target_configdirs has
7384 # changed from the earlier setting of with_newlib.
7385 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7386   target_configargs="--with-newlib ${target_configargs}"
7387 fi
7388
7389 # Different target subdirs use different values of certain variables
7390 # (notably CXX).  Worse, multilibs use *lots* of different values.
7391 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7392 # it doesn't automatically accept command-line overrides of them.
7393 # This means it's not safe for target subdirs to share a cache file,
7394 # which is disgusting, but there you have it.  Hopefully this can be
7395 # fixed in future.  It's still worthwhile to use a cache file for each
7396 # directory.  I think.
7397
7398 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7399 # We need to pass --target, as newer autoconf's requires consistency
7400 # for target_alias and gcc doesn't manage it consistently.
7401 target_configargs="--cache-file=./config.cache ${target_configargs}"
7402
7403 FLAGS_FOR_TARGET=
7404 case " $target_configdirs " in
7405  *" newlib "*)
7406   case " $target_configargs " in
7407   *" --with-newlib "*)
7408    case "$target" in
7409     *-cygwin*)
7410       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'
7411       ;;
7412    esac
7413
7414    # If we're not building GCC, don't discard standard headers.
7415    if test -d ${srcdir}/gcc; then
7416      FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7417
7418      if test "${build}" != "${host}"; then
7419        # On Canadian crosses, CC_FOR_TARGET will have already been set
7420        # by `configure', so we won't have an opportunity to add -Bgcc/
7421        # to it.  This is right: we don't want to search that directory
7422        # for binaries, but we want the header files in there, so add
7423        # them explicitly.
7424        FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7425
7426        # Someone might think of using the pre-installed headers on
7427        # Canadian crosses, in case the installed compiler is not fully
7428        # compatible with the compiler being built.  In this case, it
7429        # would be better to flag an error than risking having
7430        # incompatible object files being constructed.  We can't
7431        # guarantee that an error will be flagged, but let's hope the
7432        # compiler will do it, when presented with incompatible header
7433        # files.
7434      fi
7435    fi
7436
7437    case "${target}-${is_cross_compiler}" in
7438    i[3456789]86-*-linux*-no)
7439       # Here host == target, so we don't need to build gcc,
7440       # so we don't want to discard standard headers.
7441       FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7442       ;;
7443    *)
7444       # If we're building newlib, use its generic headers last, but search
7445       # for any libc-related directories first (so make it the last -B
7446       # switch).
7447       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7448
7449       # If we're building libgloss, find the startup file, simulator library
7450       # and linker script.
7451       case " $target_configdirs " in
7452         *" libgloss "*)
7453         # Look for startup file, simulator library and maybe linker script.
7454         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7455         # Look for libnosys.a in case the target needs it.
7456         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7457         # Most targets have the linker script in the source directory.
7458         FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7459         ;;
7460       esac
7461       ;;
7462    esac
7463    ;;
7464   esac
7465   ;;
7466 esac
7467
7468 case "$target" in
7469   x86_64-*mingw* | *-w64-mingw*)
7470   # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7471   # however, use a symlink named 'mingw' in ${prefix} .
7472     FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7473     ;;
7474   *-mingw*)
7475   # MinGW can't be handled as Cygwin above since it does not use newlib.
7476     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'
7477     ;;
7478 esac
7479
7480 # Allow the user to override the flags for
7481 # our build compiler if desired.
7482 if test x"${build}" = x"${host}" ; then
7483   CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7484   CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7485   LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7486 fi
7487
7488 # On Canadian crosses, we'll be searching the right directories for
7489 # the previously-installed cross compiler, so don't bother to add
7490 # flags for directories within the install tree of the compiler
7491 # being built; programs in there won't even run.
7492 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7493   # Search for pre-installed headers if nothing else fits.
7494   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7495 fi
7496
7497 if test "x${use_gnu_ld}" = x &&
7498    echo " ${configdirs} " | grep " ld " > /dev/null ; then
7499   # Arrange for us to find uninstalled linker scripts.
7500   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7501 fi
7502
7503 # Search for other target-specific linker scripts and such.
7504 case "${target}" in
7505   mep*)
7506     FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7507     ;;
7508 esac
7509
7510 # Makefile fragments.
7511 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7512 do
7513   eval fragval=\$$frag
7514   if test $fragval != /dev/null; then
7515     eval $frag=${srcdir}/$fragval
7516   fi
7517 done
7518
7519
7520
7521
7522
7523 # Miscellanea: directories, flags, etc.
7524
7525
7526
7527
7528
7529
7530
7531
7532 # Build module lists & subconfigure args.
7533
7534
7535
7536 # Host module lists & subconfigure args.
7537
7538
7539
7540
7541 # Target module lists & subconfigure args.
7542
7543
7544
7545 # Build tools.
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564 # Generate default definitions for YACC, M4, LEX and other programs that run
7565 # on the build machine.  These are used if the Makefile can't locate these
7566 # programs in objdir.
7567 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7568
7569 for ac_prog in 'bison -y' byacc yacc
7570 do
7571   # Extract the first word of "$ac_prog", so it can be a program name with args.
7572 set dummy $ac_prog; ac_word=$2
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7574 $as_echo_n "checking for $ac_word... " >&6; }
7575 if test "${ac_cv_prog_YACC+set}" = set; then :
7576   $as_echo_n "(cached) " >&6
7577 else
7578   if test -n "$YACC"; then
7579   ac_cv_prog_YACC="$YACC" # Let the user override the test.
7580 else
7581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7582 for as_dir in $PATH
7583 do
7584   IFS=$as_save_IFS
7585   test -z "$as_dir" && as_dir=.
7586     for ac_exec_ext in '' $ac_executable_extensions; do
7587   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7588     ac_cv_prog_YACC="$ac_prog"
7589     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7590     break 2
7591   fi
7592 done
7593   done
7594 IFS=$as_save_IFS
7595
7596 fi
7597 fi
7598 YACC=$ac_cv_prog_YACC
7599 if test -n "$YACC"; then
7600   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7601 $as_echo "$YACC" >&6; }
7602 else
7603   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7604 $as_echo "no" >&6; }
7605 fi
7606
7607
7608   test -n "$YACC" && break
7609 done
7610 test -n "$YACC" || YACC="$MISSING bison -y"
7611
7612 case " $build_configdirs " in
7613   *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7614   *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7615 esac
7616
7617 for ac_prog in bison
7618 do
7619   # Extract the first word of "$ac_prog", so it can be a program name with args.
7620 set dummy $ac_prog; ac_word=$2
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7622 $as_echo_n "checking for $ac_word... " >&6; }
7623 if test "${ac_cv_prog_BISON+set}" = set; then :
7624   $as_echo_n "(cached) " >&6
7625 else
7626   if test -n "$BISON"; then
7627   ac_cv_prog_BISON="$BISON" # Let the user override the test.
7628 else
7629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7630 for as_dir in $PATH
7631 do
7632   IFS=$as_save_IFS
7633   test -z "$as_dir" && as_dir=.
7634     for ac_exec_ext in '' $ac_executable_extensions; do
7635   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7636     ac_cv_prog_BISON="$ac_prog"
7637     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7638     break 2
7639   fi
7640 done
7641   done
7642 IFS=$as_save_IFS
7643
7644 fi
7645 fi
7646 BISON=$ac_cv_prog_BISON
7647 if test -n "$BISON"; then
7648   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7649 $as_echo "$BISON" >&6; }
7650 else
7651   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7652 $as_echo "no" >&6; }
7653 fi
7654
7655
7656   test -n "$BISON" && break
7657 done
7658 test -n "$BISON" || BISON="$MISSING bison"
7659
7660 case " $build_configdirs " in
7661   *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7662 esac
7663
7664 for ac_prog in gm4 gnum4 m4
7665 do
7666   # Extract the first word of "$ac_prog", so it can be a program name with args.
7667 set dummy $ac_prog; ac_word=$2
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7669 $as_echo_n "checking for $ac_word... " >&6; }
7670 if test "${ac_cv_prog_M4+set}" = set; then :
7671   $as_echo_n "(cached) " >&6
7672 else
7673   if test -n "$M4"; then
7674   ac_cv_prog_M4="$M4" # Let the user override the test.
7675 else
7676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7677 for as_dir in $PATH
7678 do
7679   IFS=$as_save_IFS
7680   test -z "$as_dir" && as_dir=.
7681     for ac_exec_ext in '' $ac_executable_extensions; do
7682   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7683     ac_cv_prog_M4="$ac_prog"
7684     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7685     break 2
7686   fi
7687 done
7688   done
7689 IFS=$as_save_IFS
7690
7691 fi
7692 fi
7693 M4=$ac_cv_prog_M4
7694 if test -n "$M4"; then
7695   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7696 $as_echo "$M4" >&6; }
7697 else
7698   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7699 $as_echo "no" >&6; }
7700 fi
7701
7702
7703   test -n "$M4" && break
7704 done
7705 test -n "$M4" || M4="$MISSING m4"
7706
7707 case " $build_configdirs " in
7708   *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7709 esac
7710
7711 for ac_prog in flex lex
7712 do
7713   # Extract the first word of "$ac_prog", so it can be a program name with args.
7714 set dummy $ac_prog; ac_word=$2
7715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7716 $as_echo_n "checking for $ac_word... " >&6; }
7717 if test "${ac_cv_prog_LEX+set}" = set; then :
7718   $as_echo_n "(cached) " >&6
7719 else
7720   if test -n "$LEX"; then
7721   ac_cv_prog_LEX="$LEX" # Let the user override the test.
7722 else
7723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7724 for as_dir in $PATH
7725 do
7726   IFS=$as_save_IFS
7727   test -z "$as_dir" && as_dir=.
7728     for ac_exec_ext in '' $ac_executable_extensions; do
7729   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7730     ac_cv_prog_LEX="$ac_prog"
7731     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7732     break 2
7733   fi
7734 done
7735   done
7736 IFS=$as_save_IFS
7737
7738 fi
7739 fi
7740 LEX=$ac_cv_prog_LEX
7741 if test -n "$LEX"; then
7742   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7743 $as_echo "$LEX" >&6; }
7744 else
7745   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7746 $as_echo "no" >&6; }
7747 fi
7748
7749
7750   test -n "$LEX" && break
7751 done
7752 test -n "$LEX" || LEX="$MISSING flex"
7753
7754 case " $build_configdirs " in
7755   *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7756   *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7757 esac
7758
7759 for ac_prog in flex
7760 do
7761   # Extract the first word of "$ac_prog", so it can be a program name with args.
7762 set dummy $ac_prog; ac_word=$2
7763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7764 $as_echo_n "checking for $ac_word... " >&6; }
7765 if test "${ac_cv_prog_FLEX+set}" = set; then :
7766   $as_echo_n "(cached) " >&6
7767 else
7768   if test -n "$FLEX"; then
7769   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7770 else
7771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7772 for as_dir in $PATH
7773 do
7774   IFS=$as_save_IFS
7775   test -z "$as_dir" && as_dir=.
7776     for ac_exec_ext in '' $ac_executable_extensions; do
7777   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7778     ac_cv_prog_FLEX="$ac_prog"
7779     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7780     break 2
7781   fi
7782 done
7783   done
7784 IFS=$as_save_IFS
7785
7786 fi
7787 fi
7788 FLEX=$ac_cv_prog_FLEX
7789 if test -n "$FLEX"; then
7790   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7791 $as_echo "$FLEX" >&6; }
7792 else
7793   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7794 $as_echo "no" >&6; }
7795 fi
7796
7797
7798   test -n "$FLEX" && break
7799 done
7800 test -n "$FLEX" || FLEX="$MISSING flex"
7801
7802 case " $build_configdirs " in
7803   *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7804 esac
7805
7806 for ac_prog in makeinfo
7807 do
7808   # Extract the first word of "$ac_prog", so it can be a program name with args.
7809 set dummy $ac_prog; ac_word=$2
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7811 $as_echo_n "checking for $ac_word... " >&6; }
7812 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7813   $as_echo_n "(cached) " >&6
7814 else
7815   if test -n "$MAKEINFO"; then
7816   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7817 else
7818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7819 for as_dir in $PATH
7820 do
7821   IFS=$as_save_IFS
7822   test -z "$as_dir" && as_dir=.
7823     for ac_exec_ext in '' $ac_executable_extensions; do
7824   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7825     ac_cv_prog_MAKEINFO="$ac_prog"
7826     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7827     break 2
7828   fi
7829 done
7830   done
7831 IFS=$as_save_IFS
7832
7833 fi
7834 fi
7835 MAKEINFO=$ac_cv_prog_MAKEINFO
7836 if test -n "$MAKEINFO"; then
7837   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7838 $as_echo "$MAKEINFO" >&6; }
7839 else
7840   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7841 $as_echo "no" >&6; }
7842 fi
7843
7844
7845   test -n "$MAKEINFO" && break
7846 done
7847 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7848
7849 case " $build_configdirs " in
7850   *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7851   *)
7852
7853     # For an installed makeinfo, we require it to be from texinfo 4.7 or
7854     # higher, else we use the "missing" dummy.
7855     if ${MAKEINFO} --version \
7856        | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7857       :
7858     else
7859       MAKEINFO="$MISSING makeinfo"
7860     fi
7861     ;;
7862
7863 esac
7864
7865 # FIXME: expect and dejagnu may become build tools?
7866
7867 for ac_prog in expect
7868 do
7869   # Extract the first word of "$ac_prog", so it can be a program name with args.
7870 set dummy $ac_prog; ac_word=$2
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7872 $as_echo_n "checking for $ac_word... " >&6; }
7873 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7874   $as_echo_n "(cached) " >&6
7875 else
7876   if test -n "$EXPECT"; then
7877   ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7878 else
7879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7880 for as_dir in $PATH
7881 do
7882   IFS=$as_save_IFS
7883   test -z "$as_dir" && as_dir=.
7884     for ac_exec_ext in '' $ac_executable_extensions; do
7885   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7886     ac_cv_prog_EXPECT="$ac_prog"
7887     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7888     break 2
7889   fi
7890 done
7891   done
7892 IFS=$as_save_IFS
7893
7894 fi
7895 fi
7896 EXPECT=$ac_cv_prog_EXPECT
7897 if test -n "$EXPECT"; then
7898   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7899 $as_echo "$EXPECT" >&6; }
7900 else
7901   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7902 $as_echo "no" >&6; }
7903 fi
7904
7905
7906   test -n "$EXPECT" && break
7907 done
7908 test -n "$EXPECT" || EXPECT="expect"
7909
7910 case " $configdirs " in
7911   *" expect "*)
7912     test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7913     ;;
7914 esac
7915
7916 for ac_prog in runtest
7917 do
7918   # Extract the first word of "$ac_prog", so it can be a program name with args.
7919 set dummy $ac_prog; ac_word=$2
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7921 $as_echo_n "checking for $ac_word... " >&6; }
7922 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7923   $as_echo_n "(cached) " >&6
7924 else
7925   if test -n "$RUNTEST"; then
7926   ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7927 else
7928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7929 for as_dir in $PATH
7930 do
7931   IFS=$as_save_IFS
7932   test -z "$as_dir" && as_dir=.
7933     for ac_exec_ext in '' $ac_executable_extensions; do
7934   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7935     ac_cv_prog_RUNTEST="$ac_prog"
7936     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7937     break 2
7938   fi
7939 done
7940   done
7941 IFS=$as_save_IFS
7942
7943 fi
7944 fi
7945 RUNTEST=$ac_cv_prog_RUNTEST
7946 if test -n "$RUNTEST"; then
7947   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7948 $as_echo "$RUNTEST" >&6; }
7949 else
7950   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7951 $as_echo "no" >&6; }
7952 fi
7953
7954
7955   test -n "$RUNTEST" && break
7956 done
7957 test -n "$RUNTEST" || RUNTEST="runtest"
7958
7959 case " $configdirs " in
7960   *" dejagnu "*)
7961     test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7962     ;;
7963 esac
7964
7965
7966 # Host tools.
7967 ncn_tool_prefix=
7968 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7969 ncn_target_tool_prefix=
7970 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7971
7972
7973
7974 if test -n "$AR"; then
7975   ac_cv_prog_AR=$AR
7976 elif test -n "$ac_cv_prog_AR"; then
7977   AR=$ac_cv_prog_AR
7978 fi
7979
7980 if test -n "$ac_cv_prog_AR"; then
7981   for ncn_progname in ar; do
7982     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7983 set dummy ${ncn_progname}; ac_word=$2
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7985 $as_echo_n "checking for $ac_word... " >&6; }
7986 if test "${ac_cv_prog_AR+set}" = set; then :
7987   $as_echo_n "(cached) " >&6
7988 else
7989   if test -n "$AR"; then
7990   ac_cv_prog_AR="$AR" # Let the user override the test.
7991 else
7992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7993 for as_dir in $PATH
7994 do
7995   IFS=$as_save_IFS
7996   test -z "$as_dir" && as_dir=.
7997     for ac_exec_ext in '' $ac_executable_extensions; do
7998   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7999     ac_cv_prog_AR="${ncn_progname}"
8000     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8001     break 2
8002   fi
8003 done
8004   done
8005 IFS=$as_save_IFS
8006
8007 fi
8008 fi
8009 AR=$ac_cv_prog_AR
8010 if test -n "$AR"; then
8011   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8012 $as_echo "$AR" >&6; }
8013 else
8014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8015 $as_echo "no" >&6; }
8016 fi
8017
8018
8019   done
8020 fi
8021
8022 for ncn_progname in ar; do
8023   if test -n "$ncn_tool_prefix"; then
8024     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8025 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8027 $as_echo_n "checking for $ac_word... " >&6; }
8028 if test "${ac_cv_prog_AR+set}" = set; then :
8029   $as_echo_n "(cached) " >&6
8030 else
8031   if test -n "$AR"; then
8032   ac_cv_prog_AR="$AR" # Let the user override the test.
8033 else
8034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8035 for as_dir in $PATH
8036 do
8037   IFS=$as_save_IFS
8038   test -z "$as_dir" && as_dir=.
8039     for ac_exec_ext in '' $ac_executable_extensions; do
8040   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8041     ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8042     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8043     break 2
8044   fi
8045 done
8046   done
8047 IFS=$as_save_IFS
8048
8049 fi
8050 fi
8051 AR=$ac_cv_prog_AR
8052 if test -n "$AR"; then
8053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8054 $as_echo "$AR" >&6; }
8055 else
8056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8057 $as_echo "no" >&6; }
8058 fi
8059
8060
8061   fi
8062   if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8063     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8064 set dummy ${ncn_progname}; ac_word=$2
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8066 $as_echo_n "checking for $ac_word... " >&6; }
8067 if test "${ac_cv_prog_AR+set}" = set; then :
8068   $as_echo_n "(cached) " >&6
8069 else
8070   if test -n "$AR"; then
8071   ac_cv_prog_AR="$AR" # Let the user override the test.
8072 else
8073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8074 for as_dir in $PATH
8075 do
8076   IFS=$as_save_IFS
8077   test -z "$as_dir" && as_dir=.
8078     for ac_exec_ext in '' $ac_executable_extensions; do
8079   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8080     ac_cv_prog_AR="${ncn_progname}"
8081     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8082     break 2
8083   fi
8084 done
8085   done
8086 IFS=$as_save_IFS
8087
8088 fi
8089 fi
8090 AR=$ac_cv_prog_AR
8091 if test -n "$AR"; then
8092   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8093 $as_echo "$AR" >&6; }
8094 else
8095   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8096 $as_echo "no" >&6; }
8097 fi
8098
8099
8100   fi
8101   test -n "$ac_cv_prog_AR" && break
8102 done
8103
8104 if test -z "$ac_cv_prog_AR" ; then
8105   set dummy ar
8106   if test $build = $host ; then
8107     AR="$2"
8108   else
8109     AR="${ncn_tool_prefix}$2"
8110   fi
8111 fi
8112
8113
8114
8115 if test -n "$AS"; then
8116   ac_cv_prog_AS=$AS
8117 elif test -n "$ac_cv_prog_AS"; then
8118   AS=$ac_cv_prog_AS
8119 fi
8120
8121 if test -n "$ac_cv_prog_AS"; then
8122   for ncn_progname in as; do
8123     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8124 set dummy ${ncn_progname}; ac_word=$2
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8126 $as_echo_n "checking for $ac_word... " >&6; }
8127 if test "${ac_cv_prog_AS+set}" = set; then :
8128   $as_echo_n "(cached) " >&6
8129 else
8130   if test -n "$AS"; then
8131   ac_cv_prog_AS="$AS" # Let the user override the test.
8132 else
8133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8134 for as_dir in $PATH
8135 do
8136   IFS=$as_save_IFS
8137   test -z "$as_dir" && as_dir=.
8138     for ac_exec_ext in '' $ac_executable_extensions; do
8139   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8140     ac_cv_prog_AS="${ncn_progname}"
8141     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8142     break 2
8143   fi
8144 done
8145   done
8146 IFS=$as_save_IFS
8147
8148 fi
8149 fi
8150 AS=$ac_cv_prog_AS
8151 if test -n "$AS"; then
8152   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8153 $as_echo "$AS" >&6; }
8154 else
8155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8156 $as_echo "no" >&6; }
8157 fi
8158
8159
8160   done
8161 fi
8162
8163 for ncn_progname in as; do
8164   if test -n "$ncn_tool_prefix"; then
8165     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8166 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8168 $as_echo_n "checking for $ac_word... " >&6; }
8169 if test "${ac_cv_prog_AS+set}" = set; then :
8170   $as_echo_n "(cached) " >&6
8171 else
8172   if test -n "$AS"; then
8173   ac_cv_prog_AS="$AS" # Let the user override the test.
8174 else
8175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8176 for as_dir in $PATH
8177 do
8178   IFS=$as_save_IFS
8179   test -z "$as_dir" && as_dir=.
8180     for ac_exec_ext in '' $ac_executable_extensions; do
8181   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8182     ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8183     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8184     break 2
8185   fi
8186 done
8187   done
8188 IFS=$as_save_IFS
8189
8190 fi
8191 fi
8192 AS=$ac_cv_prog_AS
8193 if test -n "$AS"; then
8194   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8195 $as_echo "$AS" >&6; }
8196 else
8197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8198 $as_echo "no" >&6; }
8199 fi
8200
8201
8202   fi
8203   if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8204     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8205 set dummy ${ncn_progname}; ac_word=$2
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8207 $as_echo_n "checking for $ac_word... " >&6; }
8208 if test "${ac_cv_prog_AS+set}" = set; then :
8209   $as_echo_n "(cached) " >&6
8210 else
8211   if test -n "$AS"; then
8212   ac_cv_prog_AS="$AS" # Let the user override the test.
8213 else
8214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8215 for as_dir in $PATH
8216 do
8217   IFS=$as_save_IFS
8218   test -z "$as_dir" && as_dir=.
8219     for ac_exec_ext in '' $ac_executable_extensions; do
8220   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8221     ac_cv_prog_AS="${ncn_progname}"
8222     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8223     break 2
8224   fi
8225 done
8226   done
8227 IFS=$as_save_IFS
8228
8229 fi
8230 fi
8231 AS=$ac_cv_prog_AS
8232 if test -n "$AS"; then
8233   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8234 $as_echo "$AS" >&6; }
8235 else
8236   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8237 $as_echo "no" >&6; }
8238 fi
8239
8240
8241   fi
8242   test -n "$ac_cv_prog_AS" && break
8243 done
8244
8245 if test -z "$ac_cv_prog_AS" ; then
8246   set dummy as
8247   if test $build = $host ; then
8248     AS="$2"
8249   else
8250     AS="${ncn_tool_prefix}$2"
8251   fi
8252 fi
8253
8254
8255
8256 if test -n "$DLLTOOL"; then
8257   ac_cv_prog_DLLTOOL=$DLLTOOL
8258 elif test -n "$ac_cv_prog_DLLTOOL"; then
8259   DLLTOOL=$ac_cv_prog_DLLTOOL
8260 fi
8261
8262 if test -n "$ac_cv_prog_DLLTOOL"; then
8263   for ncn_progname in dlltool; do
8264     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8265 set dummy ${ncn_progname}; ac_word=$2
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8267 $as_echo_n "checking for $ac_word... " >&6; }
8268 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8269   $as_echo_n "(cached) " >&6
8270 else
8271   if test -n "$DLLTOOL"; then
8272   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8273 else
8274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8275 for as_dir in $PATH
8276 do
8277   IFS=$as_save_IFS
8278   test -z "$as_dir" && as_dir=.
8279     for ac_exec_ext in '' $ac_executable_extensions; do
8280   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8281     ac_cv_prog_DLLTOOL="${ncn_progname}"
8282     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8283     break 2
8284   fi
8285 done
8286   done
8287 IFS=$as_save_IFS
8288
8289 fi
8290 fi
8291 DLLTOOL=$ac_cv_prog_DLLTOOL
8292 if test -n "$DLLTOOL"; then
8293   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8294 $as_echo "$DLLTOOL" >&6; }
8295 else
8296   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8297 $as_echo "no" >&6; }
8298 fi
8299
8300
8301   done
8302 fi
8303
8304 for ncn_progname in dlltool; do
8305   if test -n "$ncn_tool_prefix"; then
8306     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8307 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8309 $as_echo_n "checking for $ac_word... " >&6; }
8310 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8311   $as_echo_n "(cached) " >&6
8312 else
8313   if test -n "$DLLTOOL"; then
8314   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8315 else
8316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8317 for as_dir in $PATH
8318 do
8319   IFS=$as_save_IFS
8320   test -z "$as_dir" && as_dir=.
8321     for ac_exec_ext in '' $ac_executable_extensions; do
8322   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8323     ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8324     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8325     break 2
8326   fi
8327 done
8328   done
8329 IFS=$as_save_IFS
8330
8331 fi
8332 fi
8333 DLLTOOL=$ac_cv_prog_DLLTOOL
8334 if test -n "$DLLTOOL"; then
8335   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8336 $as_echo "$DLLTOOL" >&6; }
8337 else
8338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8339 $as_echo "no" >&6; }
8340 fi
8341
8342
8343   fi
8344   if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8345     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8346 set dummy ${ncn_progname}; ac_word=$2
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8348 $as_echo_n "checking for $ac_word... " >&6; }
8349 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8350   $as_echo_n "(cached) " >&6
8351 else
8352   if test -n "$DLLTOOL"; then
8353   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8354 else
8355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8356 for as_dir in $PATH
8357 do
8358   IFS=$as_save_IFS
8359   test -z "$as_dir" && as_dir=.
8360     for ac_exec_ext in '' $ac_executable_extensions; do
8361   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8362     ac_cv_prog_DLLTOOL="${ncn_progname}"
8363     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8364     break 2
8365   fi
8366 done
8367   done
8368 IFS=$as_save_IFS
8369
8370 fi
8371 fi
8372 DLLTOOL=$ac_cv_prog_DLLTOOL
8373 if test -n "$DLLTOOL"; then
8374   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8375 $as_echo "$DLLTOOL" >&6; }
8376 else
8377   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8378 $as_echo "no" >&6; }
8379 fi
8380
8381
8382   fi
8383   test -n "$ac_cv_prog_DLLTOOL" && break
8384 done
8385
8386 if test -z "$ac_cv_prog_DLLTOOL" ; then
8387   set dummy dlltool
8388   if test $build = $host ; then
8389     DLLTOOL="$2"
8390   else
8391     DLLTOOL="${ncn_tool_prefix}$2"
8392   fi
8393 fi
8394
8395
8396
8397 if test -n "$LD"; then
8398   ac_cv_prog_LD=$LD
8399 elif test -n "$ac_cv_prog_LD"; then
8400   LD=$ac_cv_prog_LD
8401 fi
8402
8403 if test -n "$ac_cv_prog_LD"; then
8404   for ncn_progname in ld; do
8405     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8406 set dummy ${ncn_progname}; ac_word=$2
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8408 $as_echo_n "checking for $ac_word... " >&6; }
8409 if test "${ac_cv_prog_LD+set}" = set; then :
8410   $as_echo_n "(cached) " >&6
8411 else
8412   if test -n "$LD"; then
8413   ac_cv_prog_LD="$LD" # Let the user override the test.
8414 else
8415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8416 for as_dir in $PATH
8417 do
8418   IFS=$as_save_IFS
8419   test -z "$as_dir" && as_dir=.
8420     for ac_exec_ext in '' $ac_executable_extensions; do
8421   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8422     ac_cv_prog_LD="${ncn_progname}"
8423     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8424     break 2
8425   fi
8426 done
8427   done
8428 IFS=$as_save_IFS
8429
8430 fi
8431 fi
8432 LD=$ac_cv_prog_LD
8433 if test -n "$LD"; then
8434   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8435 $as_echo "$LD" >&6; }
8436 else
8437   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8438 $as_echo "no" >&6; }
8439 fi
8440
8441
8442   done
8443 fi
8444
8445 for ncn_progname in ld; do
8446   if test -n "$ncn_tool_prefix"; then
8447     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8448 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8450 $as_echo_n "checking for $ac_word... " >&6; }
8451 if test "${ac_cv_prog_LD+set}" = set; then :
8452   $as_echo_n "(cached) " >&6
8453 else
8454   if test -n "$LD"; then
8455   ac_cv_prog_LD="$LD" # Let the user override the test.
8456 else
8457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8458 for as_dir in $PATH
8459 do
8460   IFS=$as_save_IFS
8461   test -z "$as_dir" && as_dir=.
8462     for ac_exec_ext in '' $ac_executable_extensions; do
8463   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8464     ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8465     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8466     break 2
8467   fi
8468 done
8469   done
8470 IFS=$as_save_IFS
8471
8472 fi
8473 fi
8474 LD=$ac_cv_prog_LD
8475 if test -n "$LD"; then
8476   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8477 $as_echo "$LD" >&6; }
8478 else
8479   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8480 $as_echo "no" >&6; }
8481 fi
8482
8483
8484   fi
8485   if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8486     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8487 set dummy ${ncn_progname}; ac_word=$2
8488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8489 $as_echo_n "checking for $ac_word... " >&6; }
8490 if test "${ac_cv_prog_LD+set}" = set; then :
8491   $as_echo_n "(cached) " >&6
8492 else
8493   if test -n "$LD"; then
8494   ac_cv_prog_LD="$LD" # Let the user override the test.
8495 else
8496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8497 for as_dir in $PATH
8498 do
8499   IFS=$as_save_IFS
8500   test -z "$as_dir" && as_dir=.
8501     for ac_exec_ext in '' $ac_executable_extensions; do
8502   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8503     ac_cv_prog_LD="${ncn_progname}"
8504     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8505     break 2
8506   fi
8507 done
8508   done
8509 IFS=$as_save_IFS
8510
8511 fi
8512 fi
8513 LD=$ac_cv_prog_LD
8514 if test -n "$LD"; then
8515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8516 $as_echo "$LD" >&6; }
8517 else
8518   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8519 $as_echo "no" >&6; }
8520 fi
8521
8522
8523   fi
8524   test -n "$ac_cv_prog_LD" && break
8525 done
8526
8527 if test -z "$ac_cv_prog_LD" ; then
8528   set dummy ld
8529   if test $build = $host ; then
8530     LD="$2"
8531   else
8532     LD="${ncn_tool_prefix}$2"
8533   fi
8534 fi
8535
8536
8537
8538 if test -n "$LIPO"; then
8539   ac_cv_prog_LIPO=$LIPO
8540 elif test -n "$ac_cv_prog_LIPO"; then
8541   LIPO=$ac_cv_prog_LIPO
8542 fi
8543
8544 if test -n "$ac_cv_prog_LIPO"; then
8545   for ncn_progname in lipo; do
8546     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8547 set dummy ${ncn_progname}; ac_word=$2
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8549 $as_echo_n "checking for $ac_word... " >&6; }
8550 if test "${ac_cv_prog_LIPO+set}" = set; then :
8551   $as_echo_n "(cached) " >&6
8552 else
8553   if test -n "$LIPO"; then
8554   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8555 else
8556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8557 for as_dir in $PATH
8558 do
8559   IFS=$as_save_IFS
8560   test -z "$as_dir" && as_dir=.
8561     for ac_exec_ext in '' $ac_executable_extensions; do
8562   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8563     ac_cv_prog_LIPO="${ncn_progname}"
8564     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8565     break 2
8566   fi
8567 done
8568   done
8569 IFS=$as_save_IFS
8570
8571 fi
8572 fi
8573 LIPO=$ac_cv_prog_LIPO
8574 if test -n "$LIPO"; then
8575   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8576 $as_echo "$LIPO" >&6; }
8577 else
8578   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8579 $as_echo "no" >&6; }
8580 fi
8581
8582
8583   done
8584 fi
8585
8586 for ncn_progname in lipo; do
8587   if test -n "$ncn_tool_prefix"; then
8588     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8589 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8591 $as_echo_n "checking for $ac_word... " >&6; }
8592 if test "${ac_cv_prog_LIPO+set}" = set; then :
8593   $as_echo_n "(cached) " >&6
8594 else
8595   if test -n "$LIPO"; then
8596   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8597 else
8598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8599 for as_dir in $PATH
8600 do
8601   IFS=$as_save_IFS
8602   test -z "$as_dir" && as_dir=.
8603     for ac_exec_ext in '' $ac_executable_extensions; do
8604   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8605     ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8606     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8607     break 2
8608   fi
8609 done
8610   done
8611 IFS=$as_save_IFS
8612
8613 fi
8614 fi
8615 LIPO=$ac_cv_prog_LIPO
8616 if test -n "$LIPO"; then
8617   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8618 $as_echo "$LIPO" >&6; }
8619 else
8620   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8621 $as_echo "no" >&6; }
8622 fi
8623
8624
8625   fi
8626   if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8627     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8628 set dummy ${ncn_progname}; ac_word=$2
8629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8630 $as_echo_n "checking for $ac_word... " >&6; }
8631 if test "${ac_cv_prog_LIPO+set}" = set; then :
8632   $as_echo_n "(cached) " >&6
8633 else
8634   if test -n "$LIPO"; then
8635   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8636 else
8637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8638 for as_dir in $PATH
8639 do
8640   IFS=$as_save_IFS
8641   test -z "$as_dir" && as_dir=.
8642     for ac_exec_ext in '' $ac_executable_extensions; do
8643   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8644     ac_cv_prog_LIPO="${ncn_progname}"
8645     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8646     break 2
8647   fi
8648 done
8649   done
8650 IFS=$as_save_IFS
8651
8652 fi
8653 fi
8654 LIPO=$ac_cv_prog_LIPO
8655 if test -n "$LIPO"; then
8656   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8657 $as_echo "$LIPO" >&6; }
8658 else
8659   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8660 $as_echo "no" >&6; }
8661 fi
8662
8663
8664   fi
8665   test -n "$ac_cv_prog_LIPO" && break
8666 done
8667
8668 if test -z "$ac_cv_prog_LIPO" ; then
8669   set dummy lipo
8670   if test $build = $host ; then
8671     LIPO="$2"
8672   else
8673     LIPO="${ncn_tool_prefix}$2"
8674   fi
8675 fi
8676
8677
8678
8679 if test -n "$NM"; then
8680   ac_cv_prog_NM=$NM
8681 elif test -n "$ac_cv_prog_NM"; then
8682   NM=$ac_cv_prog_NM
8683 fi
8684
8685 if test -n "$ac_cv_prog_NM"; then
8686   for ncn_progname in nm; do
8687     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8688 set dummy ${ncn_progname}; ac_word=$2
8689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8690 $as_echo_n "checking for $ac_word... " >&6; }
8691 if test "${ac_cv_prog_NM+set}" = set; then :
8692   $as_echo_n "(cached) " >&6
8693 else
8694   if test -n "$NM"; then
8695   ac_cv_prog_NM="$NM" # Let the user override the test.
8696 else
8697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8698 for as_dir in $PATH
8699 do
8700   IFS=$as_save_IFS
8701   test -z "$as_dir" && as_dir=.
8702     for ac_exec_ext in '' $ac_executable_extensions; do
8703   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8704     ac_cv_prog_NM="${ncn_progname}"
8705     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8706     break 2
8707   fi
8708 done
8709   done
8710 IFS=$as_save_IFS
8711
8712 fi
8713 fi
8714 NM=$ac_cv_prog_NM
8715 if test -n "$NM"; then
8716   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8717 $as_echo "$NM" >&6; }
8718 else
8719   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8720 $as_echo "no" >&6; }
8721 fi
8722
8723
8724   done
8725 fi
8726
8727 for ncn_progname in nm; do
8728   if test -n "$ncn_tool_prefix"; then
8729     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8730 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8732 $as_echo_n "checking for $ac_word... " >&6; }
8733 if test "${ac_cv_prog_NM+set}" = set; then :
8734   $as_echo_n "(cached) " >&6
8735 else
8736   if test -n "$NM"; then
8737   ac_cv_prog_NM="$NM" # Let the user override the test.
8738 else
8739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8740 for as_dir in $PATH
8741 do
8742   IFS=$as_save_IFS
8743   test -z "$as_dir" && as_dir=.
8744     for ac_exec_ext in '' $ac_executable_extensions; do
8745   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8746     ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8747     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8748     break 2
8749   fi
8750 done
8751   done
8752 IFS=$as_save_IFS
8753
8754 fi
8755 fi
8756 NM=$ac_cv_prog_NM
8757 if test -n "$NM"; then
8758   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8759 $as_echo "$NM" >&6; }
8760 else
8761   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8762 $as_echo "no" >&6; }
8763 fi
8764
8765
8766   fi
8767   if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8768     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8769 set dummy ${ncn_progname}; ac_word=$2
8770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8771 $as_echo_n "checking for $ac_word... " >&6; }
8772 if test "${ac_cv_prog_NM+set}" = set; then :
8773   $as_echo_n "(cached) " >&6
8774 else
8775   if test -n "$NM"; then
8776   ac_cv_prog_NM="$NM" # Let the user override the test.
8777 else
8778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8779 for as_dir in $PATH
8780 do
8781   IFS=$as_save_IFS
8782   test -z "$as_dir" && as_dir=.
8783     for ac_exec_ext in '' $ac_executable_extensions; do
8784   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8785     ac_cv_prog_NM="${ncn_progname}"
8786     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8787     break 2
8788   fi
8789 done
8790   done
8791 IFS=$as_save_IFS
8792
8793 fi
8794 fi
8795 NM=$ac_cv_prog_NM
8796 if test -n "$NM"; then
8797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8798 $as_echo "$NM" >&6; }
8799 else
8800   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8801 $as_echo "no" >&6; }
8802 fi
8803
8804
8805   fi
8806   test -n "$ac_cv_prog_NM" && break
8807 done
8808
8809 if test -z "$ac_cv_prog_NM" ; then
8810   set dummy nm
8811   if test $build = $host ; then
8812     NM="$2"
8813   else
8814     NM="${ncn_tool_prefix}$2"
8815   fi
8816 fi
8817
8818
8819
8820 if test -n "$RANLIB"; then
8821   ac_cv_prog_RANLIB=$RANLIB
8822 elif test -n "$ac_cv_prog_RANLIB"; then
8823   RANLIB=$ac_cv_prog_RANLIB
8824 fi
8825
8826 if test -n "$ac_cv_prog_RANLIB"; then
8827   for ncn_progname in ranlib; do
8828     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8829 set dummy ${ncn_progname}; ac_word=$2
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8831 $as_echo_n "checking for $ac_word... " >&6; }
8832 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8833   $as_echo_n "(cached) " >&6
8834 else
8835   if test -n "$RANLIB"; then
8836   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8837 else
8838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8839 for as_dir in $PATH
8840 do
8841   IFS=$as_save_IFS
8842   test -z "$as_dir" && as_dir=.
8843     for ac_exec_ext in '' $ac_executable_extensions; do
8844   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8845     ac_cv_prog_RANLIB="${ncn_progname}"
8846     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8847     break 2
8848   fi
8849 done
8850   done
8851 IFS=$as_save_IFS
8852
8853 fi
8854 fi
8855 RANLIB=$ac_cv_prog_RANLIB
8856 if test -n "$RANLIB"; then
8857   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8858 $as_echo "$RANLIB" >&6; }
8859 else
8860   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8861 $as_echo "no" >&6; }
8862 fi
8863
8864
8865   done
8866 fi
8867
8868 for ncn_progname in ranlib; do
8869   if test -n "$ncn_tool_prefix"; then
8870     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8871 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8873 $as_echo_n "checking for $ac_word... " >&6; }
8874 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8875   $as_echo_n "(cached) " >&6
8876 else
8877   if test -n "$RANLIB"; then
8878   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8879 else
8880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8881 for as_dir in $PATH
8882 do
8883   IFS=$as_save_IFS
8884   test -z "$as_dir" && as_dir=.
8885     for ac_exec_ext in '' $ac_executable_extensions; do
8886   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8887     ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8888     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8889     break 2
8890   fi
8891 done
8892   done
8893 IFS=$as_save_IFS
8894
8895 fi
8896 fi
8897 RANLIB=$ac_cv_prog_RANLIB
8898 if test -n "$RANLIB"; then
8899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8900 $as_echo "$RANLIB" >&6; }
8901 else
8902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8903 $as_echo "no" >&6; }
8904 fi
8905
8906
8907   fi
8908   if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8909     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8910 set dummy ${ncn_progname}; ac_word=$2
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8912 $as_echo_n "checking for $ac_word... " >&6; }
8913 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8914   $as_echo_n "(cached) " >&6
8915 else
8916   if test -n "$RANLIB"; then
8917   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8918 else
8919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8920 for as_dir in $PATH
8921 do
8922   IFS=$as_save_IFS
8923   test -z "$as_dir" && as_dir=.
8924     for ac_exec_ext in '' $ac_executable_extensions; do
8925   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8926     ac_cv_prog_RANLIB="${ncn_progname}"
8927     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8928     break 2
8929   fi
8930 done
8931   done
8932 IFS=$as_save_IFS
8933
8934 fi
8935 fi
8936 RANLIB=$ac_cv_prog_RANLIB
8937 if test -n "$RANLIB"; then
8938   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8939 $as_echo "$RANLIB" >&6; }
8940 else
8941   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8942 $as_echo "no" >&6; }
8943 fi
8944
8945
8946   fi
8947   test -n "$ac_cv_prog_RANLIB" && break
8948 done
8949
8950 if test -z "$ac_cv_prog_RANLIB" ; then
8951   RANLIB="true"
8952 fi
8953
8954
8955
8956 if test -n "$STRIP"; then
8957   ac_cv_prog_STRIP=$STRIP
8958 elif test -n "$ac_cv_prog_STRIP"; then
8959   STRIP=$ac_cv_prog_STRIP
8960 fi
8961
8962 if test -n "$ac_cv_prog_STRIP"; then
8963   for ncn_progname in strip; do
8964     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8965 set dummy ${ncn_progname}; ac_word=$2
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8967 $as_echo_n "checking for $ac_word... " >&6; }
8968 if test "${ac_cv_prog_STRIP+set}" = set; then :
8969   $as_echo_n "(cached) " >&6
8970 else
8971   if test -n "$STRIP"; then
8972   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8973 else
8974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8975 for as_dir in $PATH
8976 do
8977   IFS=$as_save_IFS
8978   test -z "$as_dir" && as_dir=.
8979     for ac_exec_ext in '' $ac_executable_extensions; do
8980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8981     ac_cv_prog_STRIP="${ncn_progname}"
8982     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8983     break 2
8984   fi
8985 done
8986   done
8987 IFS=$as_save_IFS
8988
8989 fi
8990 fi
8991 STRIP=$ac_cv_prog_STRIP
8992 if test -n "$STRIP"; then
8993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8994 $as_echo "$STRIP" >&6; }
8995 else
8996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8997 $as_echo "no" >&6; }
8998 fi
8999
9000
9001   done
9002 fi
9003
9004 for ncn_progname in strip; do
9005   if test -n "$ncn_tool_prefix"; then
9006     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9007 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9009 $as_echo_n "checking for $ac_word... " >&6; }
9010 if test "${ac_cv_prog_STRIP+set}" = set; then :
9011   $as_echo_n "(cached) " >&6
9012 else
9013   if test -n "$STRIP"; then
9014   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9015 else
9016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9017 for as_dir in $PATH
9018 do
9019   IFS=$as_save_IFS
9020   test -z "$as_dir" && as_dir=.
9021     for ac_exec_ext in '' $ac_executable_extensions; do
9022   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9023     ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9024     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9025     break 2
9026   fi
9027 done
9028   done
9029 IFS=$as_save_IFS
9030
9031 fi
9032 fi
9033 STRIP=$ac_cv_prog_STRIP
9034 if test -n "$STRIP"; then
9035   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9036 $as_echo "$STRIP" >&6; }
9037 else
9038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9039 $as_echo "no" >&6; }
9040 fi
9041
9042
9043   fi
9044   if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9045     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9046 set dummy ${ncn_progname}; ac_word=$2
9047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9048 $as_echo_n "checking for $ac_word... " >&6; }
9049 if test "${ac_cv_prog_STRIP+set}" = set; then :
9050   $as_echo_n "(cached) " >&6
9051 else
9052   if test -n "$STRIP"; then
9053   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9054 else
9055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9056 for as_dir in $PATH
9057 do
9058   IFS=$as_save_IFS
9059   test -z "$as_dir" && as_dir=.
9060     for ac_exec_ext in '' $ac_executable_extensions; do
9061   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9062     ac_cv_prog_STRIP="${ncn_progname}"
9063     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9064     break 2
9065   fi
9066 done
9067   done
9068 IFS=$as_save_IFS
9069
9070 fi
9071 fi
9072 STRIP=$ac_cv_prog_STRIP
9073 if test -n "$STRIP"; then
9074   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9075 $as_echo "$STRIP" >&6; }
9076 else
9077   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9078 $as_echo "no" >&6; }
9079 fi
9080
9081
9082   fi
9083   test -n "$ac_cv_prog_STRIP" && break
9084 done
9085
9086 if test -z "$ac_cv_prog_STRIP" ; then
9087   STRIP="true"
9088 fi
9089
9090
9091
9092 if test -n "$WINDRES"; then
9093   ac_cv_prog_WINDRES=$WINDRES
9094 elif test -n "$ac_cv_prog_WINDRES"; then
9095   WINDRES=$ac_cv_prog_WINDRES
9096 fi
9097
9098 if test -n "$ac_cv_prog_WINDRES"; then
9099   for ncn_progname in windres; do
9100     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9101 set dummy ${ncn_progname}; ac_word=$2
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9103 $as_echo_n "checking for $ac_word... " >&6; }
9104 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9105   $as_echo_n "(cached) " >&6
9106 else
9107   if test -n "$WINDRES"; then
9108   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9109 else
9110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9111 for as_dir in $PATH
9112 do
9113   IFS=$as_save_IFS
9114   test -z "$as_dir" && as_dir=.
9115     for ac_exec_ext in '' $ac_executable_extensions; do
9116   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9117     ac_cv_prog_WINDRES="${ncn_progname}"
9118     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9119     break 2
9120   fi
9121 done
9122   done
9123 IFS=$as_save_IFS
9124
9125 fi
9126 fi
9127 WINDRES=$ac_cv_prog_WINDRES
9128 if test -n "$WINDRES"; then
9129   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9130 $as_echo "$WINDRES" >&6; }
9131 else
9132   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9133 $as_echo "no" >&6; }
9134 fi
9135
9136
9137   done
9138 fi
9139
9140 for ncn_progname in windres; do
9141   if test -n "$ncn_tool_prefix"; then
9142     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9143 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9145 $as_echo_n "checking for $ac_word... " >&6; }
9146 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9147   $as_echo_n "(cached) " >&6
9148 else
9149   if test -n "$WINDRES"; then
9150   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9151 else
9152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9153 for as_dir in $PATH
9154 do
9155   IFS=$as_save_IFS
9156   test -z "$as_dir" && as_dir=.
9157     for ac_exec_ext in '' $ac_executable_extensions; do
9158   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9159     ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9160     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9161     break 2
9162   fi
9163 done
9164   done
9165 IFS=$as_save_IFS
9166
9167 fi
9168 fi
9169 WINDRES=$ac_cv_prog_WINDRES
9170 if test -n "$WINDRES"; then
9171   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9172 $as_echo "$WINDRES" >&6; }
9173 else
9174   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9175 $as_echo "no" >&6; }
9176 fi
9177
9178
9179   fi
9180   if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9181     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9182 set dummy ${ncn_progname}; ac_word=$2
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9184 $as_echo_n "checking for $ac_word... " >&6; }
9185 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9186   $as_echo_n "(cached) " >&6
9187 else
9188   if test -n "$WINDRES"; then
9189   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9190 else
9191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9192 for as_dir in $PATH
9193 do
9194   IFS=$as_save_IFS
9195   test -z "$as_dir" && as_dir=.
9196     for ac_exec_ext in '' $ac_executable_extensions; do
9197   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9198     ac_cv_prog_WINDRES="${ncn_progname}"
9199     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9200     break 2
9201   fi
9202 done
9203   done
9204 IFS=$as_save_IFS
9205
9206 fi
9207 fi
9208 WINDRES=$ac_cv_prog_WINDRES
9209 if test -n "$WINDRES"; then
9210   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9211 $as_echo "$WINDRES" >&6; }
9212 else
9213   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9214 $as_echo "no" >&6; }
9215 fi
9216
9217
9218   fi
9219   test -n "$ac_cv_prog_WINDRES" && break
9220 done
9221
9222 if test -z "$ac_cv_prog_WINDRES" ; then
9223   set dummy windres
9224   if test $build = $host ; then
9225     WINDRES="$2"
9226   else
9227     WINDRES="${ncn_tool_prefix}$2"
9228   fi
9229 fi
9230
9231
9232
9233 if test -n "$WINDMC"; then
9234   ac_cv_prog_WINDMC=$WINDMC
9235 elif test -n "$ac_cv_prog_WINDMC"; then
9236   WINDMC=$ac_cv_prog_WINDMC
9237 fi
9238
9239 if test -n "$ac_cv_prog_WINDMC"; then
9240   for ncn_progname in windmc; do
9241     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9242 set dummy ${ncn_progname}; ac_word=$2
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9244 $as_echo_n "checking for $ac_word... " >&6; }
9245 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9246   $as_echo_n "(cached) " >&6
9247 else
9248   if test -n "$WINDMC"; then
9249   ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9250 else
9251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9252 for as_dir in $PATH
9253 do
9254   IFS=$as_save_IFS
9255   test -z "$as_dir" && as_dir=.
9256     for ac_exec_ext in '' $ac_executable_extensions; do
9257   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9258     ac_cv_prog_WINDMC="${ncn_progname}"
9259     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9260     break 2
9261   fi
9262 done
9263   done
9264 IFS=$as_save_IFS
9265
9266 fi
9267 fi
9268 WINDMC=$ac_cv_prog_WINDMC
9269 if test -n "$WINDMC"; then
9270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9271 $as_echo "$WINDMC" >&6; }
9272 else
9273   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9274 $as_echo "no" >&6; }
9275 fi
9276
9277
9278   done
9279 fi
9280
9281 for ncn_progname in windmc; do
9282   if test -n "$ncn_tool_prefix"; then
9283     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9284 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9286 $as_echo_n "checking for $ac_word... " >&6; }
9287 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9288   $as_echo_n "(cached) " >&6
9289 else
9290   if test -n "$WINDMC"; then
9291   ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9292 else
9293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9294 for as_dir in $PATH
9295 do
9296   IFS=$as_save_IFS
9297   test -z "$as_dir" && as_dir=.
9298     for ac_exec_ext in '' $ac_executable_extensions; do
9299   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9300     ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9301     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9302     break 2
9303   fi
9304 done
9305   done
9306 IFS=$as_save_IFS
9307
9308 fi
9309 fi
9310 WINDMC=$ac_cv_prog_WINDMC
9311 if test -n "$WINDMC"; then
9312   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9313 $as_echo "$WINDMC" >&6; }
9314 else
9315   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9316 $as_echo "no" >&6; }
9317 fi
9318
9319
9320   fi
9321   if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9322     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9323 set dummy ${ncn_progname}; ac_word=$2
9324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9325 $as_echo_n "checking for $ac_word... " >&6; }
9326 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9327   $as_echo_n "(cached) " >&6
9328 else
9329   if test -n "$WINDMC"; then
9330   ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9331 else
9332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9333 for as_dir in $PATH
9334 do
9335   IFS=$as_save_IFS
9336   test -z "$as_dir" && as_dir=.
9337     for ac_exec_ext in '' $ac_executable_extensions; do
9338   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9339     ac_cv_prog_WINDMC="${ncn_progname}"
9340     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9341     break 2
9342   fi
9343 done
9344   done
9345 IFS=$as_save_IFS
9346
9347 fi
9348 fi
9349 WINDMC=$ac_cv_prog_WINDMC
9350 if test -n "$WINDMC"; then
9351   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9352 $as_echo "$WINDMC" >&6; }
9353 else
9354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9355 $as_echo "no" >&6; }
9356 fi
9357
9358
9359   fi
9360   test -n "$ac_cv_prog_WINDMC" && break
9361 done
9362
9363 if test -z "$ac_cv_prog_WINDMC" ; then
9364   set dummy windmc
9365   if test $build = $host ; then
9366     WINDMC="$2"
9367   else
9368     WINDMC="${ncn_tool_prefix}$2"
9369   fi
9370 fi
9371
9372
9373
9374 if test -n "$OBJCOPY"; then
9375   ac_cv_prog_OBJCOPY=$OBJCOPY
9376 elif test -n "$ac_cv_prog_OBJCOPY"; then
9377   OBJCOPY=$ac_cv_prog_OBJCOPY
9378 fi
9379
9380 if test -n "$ac_cv_prog_OBJCOPY"; then
9381   for ncn_progname in objcopy; do
9382     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9383 set dummy ${ncn_progname}; ac_word=$2
9384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9385 $as_echo_n "checking for $ac_word... " >&6; }
9386 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9387   $as_echo_n "(cached) " >&6
9388 else
9389   if test -n "$OBJCOPY"; then
9390   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9391 else
9392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9393 for as_dir in $PATH
9394 do
9395   IFS=$as_save_IFS
9396   test -z "$as_dir" && as_dir=.
9397     for ac_exec_ext in '' $ac_executable_extensions; do
9398   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9399     ac_cv_prog_OBJCOPY="${ncn_progname}"
9400     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9401     break 2
9402   fi
9403 done
9404   done
9405 IFS=$as_save_IFS
9406
9407 fi
9408 fi
9409 OBJCOPY=$ac_cv_prog_OBJCOPY
9410 if test -n "$OBJCOPY"; then
9411   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9412 $as_echo "$OBJCOPY" >&6; }
9413 else
9414   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9415 $as_echo "no" >&6; }
9416 fi
9417
9418
9419   done
9420 fi
9421
9422 for ncn_progname in objcopy; do
9423   if test -n "$ncn_tool_prefix"; then
9424     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9425 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9427 $as_echo_n "checking for $ac_word... " >&6; }
9428 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9429   $as_echo_n "(cached) " >&6
9430 else
9431   if test -n "$OBJCOPY"; then
9432   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9433 else
9434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9435 for as_dir in $PATH
9436 do
9437   IFS=$as_save_IFS
9438   test -z "$as_dir" && as_dir=.
9439     for ac_exec_ext in '' $ac_executable_extensions; do
9440   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9441     ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9442     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9443     break 2
9444   fi
9445 done
9446   done
9447 IFS=$as_save_IFS
9448
9449 fi
9450 fi
9451 OBJCOPY=$ac_cv_prog_OBJCOPY
9452 if test -n "$OBJCOPY"; then
9453   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9454 $as_echo "$OBJCOPY" >&6; }
9455 else
9456   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9457 $as_echo "no" >&6; }
9458 fi
9459
9460
9461   fi
9462   if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9463     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9464 set dummy ${ncn_progname}; ac_word=$2
9465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9466 $as_echo_n "checking for $ac_word... " >&6; }
9467 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9468   $as_echo_n "(cached) " >&6
9469 else
9470   if test -n "$OBJCOPY"; then
9471   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9472 else
9473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9474 for as_dir in $PATH
9475 do
9476   IFS=$as_save_IFS
9477   test -z "$as_dir" && as_dir=.
9478     for ac_exec_ext in '' $ac_executable_extensions; do
9479   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9480     ac_cv_prog_OBJCOPY="${ncn_progname}"
9481     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9482     break 2
9483   fi
9484 done
9485   done
9486 IFS=$as_save_IFS
9487
9488 fi
9489 fi
9490 OBJCOPY=$ac_cv_prog_OBJCOPY
9491 if test -n "$OBJCOPY"; then
9492   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9493 $as_echo "$OBJCOPY" >&6; }
9494 else
9495   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9496 $as_echo "no" >&6; }
9497 fi
9498
9499
9500   fi
9501   test -n "$ac_cv_prog_OBJCOPY" && break
9502 done
9503
9504 if test -z "$ac_cv_prog_OBJCOPY" ; then
9505   set dummy objcopy
9506   if test $build = $host ; then
9507     OBJCOPY="$2"
9508   else
9509     OBJCOPY="${ncn_tool_prefix}$2"
9510   fi
9511 fi
9512
9513
9514
9515 if test -n "$OBJDUMP"; then
9516   ac_cv_prog_OBJDUMP=$OBJDUMP
9517 elif test -n "$ac_cv_prog_OBJDUMP"; then
9518   OBJDUMP=$ac_cv_prog_OBJDUMP
9519 fi
9520
9521 if test -n "$ac_cv_prog_OBJDUMP"; then
9522   for ncn_progname in objdump; do
9523     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9524 set dummy ${ncn_progname}; ac_word=$2
9525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9526 $as_echo_n "checking for $ac_word... " >&6; }
9527 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9528   $as_echo_n "(cached) " >&6
9529 else
9530   if test -n "$OBJDUMP"; then
9531   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9532 else
9533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9534 for as_dir in $PATH
9535 do
9536   IFS=$as_save_IFS
9537   test -z "$as_dir" && as_dir=.
9538     for ac_exec_ext in '' $ac_executable_extensions; do
9539   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9540     ac_cv_prog_OBJDUMP="${ncn_progname}"
9541     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9542     break 2
9543   fi
9544 done
9545   done
9546 IFS=$as_save_IFS
9547
9548 fi
9549 fi
9550 OBJDUMP=$ac_cv_prog_OBJDUMP
9551 if test -n "$OBJDUMP"; then
9552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9553 $as_echo "$OBJDUMP" >&6; }
9554 else
9555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9556 $as_echo "no" >&6; }
9557 fi
9558
9559
9560   done
9561 fi
9562
9563 for ncn_progname in objdump; do
9564   if test -n "$ncn_tool_prefix"; then
9565     # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9566 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9568 $as_echo_n "checking for $ac_word... " >&6; }
9569 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9570   $as_echo_n "(cached) " >&6
9571 else
9572   if test -n "$OBJDUMP"; then
9573   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9574 else
9575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9576 for as_dir in $PATH
9577 do
9578   IFS=$as_save_IFS
9579   test -z "$as_dir" && as_dir=.
9580     for ac_exec_ext in '' $ac_executable_extensions; do
9581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9582     ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9583     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9584     break 2
9585   fi
9586 done
9587   done
9588 IFS=$as_save_IFS
9589
9590 fi
9591 fi
9592 OBJDUMP=$ac_cv_prog_OBJDUMP
9593 if test -n "$OBJDUMP"; then
9594   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9595 $as_echo "$OBJDUMP" >&6; }
9596 else
9597   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9598 $as_echo "no" >&6; }
9599 fi
9600
9601
9602   fi
9603   if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9604     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9605 set dummy ${ncn_progname}; ac_word=$2
9606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9607 $as_echo_n "checking for $ac_word... " >&6; }
9608 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9609   $as_echo_n "(cached) " >&6
9610 else
9611   if test -n "$OBJDUMP"; then
9612   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9613 else
9614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9615 for as_dir in $PATH
9616 do
9617   IFS=$as_save_IFS
9618   test -z "$as_dir" && as_dir=.
9619     for ac_exec_ext in '' $ac_executable_extensions; do
9620   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9621     ac_cv_prog_OBJDUMP="${ncn_progname}"
9622     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9623     break 2
9624   fi
9625 done
9626   done
9627 IFS=$as_save_IFS
9628
9629 fi
9630 fi
9631 OBJDUMP=$ac_cv_prog_OBJDUMP
9632 if test -n "$OBJDUMP"; then
9633   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9634 $as_echo "$OBJDUMP" >&6; }
9635 else
9636   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9637 $as_echo "no" >&6; }
9638 fi
9639
9640
9641   fi
9642   test -n "$ac_cv_prog_OBJDUMP" && break
9643 done
9644
9645 if test -z "$ac_cv_prog_OBJDUMP" ; then
9646   set dummy objdump
9647   if test $build = $host ; then
9648     OBJDUMP="$2"
9649   else
9650     OBJDUMP="${ncn_tool_prefix}$2"
9651   fi
9652 fi
9653
9654
9655
9656
9657
9658
9659 # Target tools.
9660
9661 # Check whether --with-build-time-tools was given.
9662 if test "${with_build_time_tools+set}" = set; then :
9663   withval=$with_build_time_tools; case x"$withval" in
9664      x/*) ;;
9665      *)
9666        with_build_time_tools=
9667        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9668 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9669        ;;
9670    esac
9671 else
9672   with_build_time_tools=
9673 fi
9674
9675
9676
9677
9678 if test -n "$CC_FOR_TARGET"; then
9679   ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9680 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9681   CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9682 fi
9683
9684 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9685   for ncn_progname in cc gcc; do
9686     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9687 set dummy ${ncn_progname}; ac_word=$2
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9689 $as_echo_n "checking for $ac_word... " >&6; }
9690 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9691   $as_echo_n "(cached) " >&6
9692 else
9693   if test -n "$CC_FOR_TARGET"; then
9694   ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9695 else
9696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9697 for as_dir in $PATH
9698 do
9699   IFS=$as_save_IFS
9700   test -z "$as_dir" && as_dir=.
9701     for ac_exec_ext in '' $ac_executable_extensions; do
9702   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9703     ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9704     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9705     break 2
9706   fi
9707 done
9708   done
9709 IFS=$as_save_IFS
9710
9711 fi
9712 fi
9713 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9714 if test -n "$CC_FOR_TARGET"; then
9715   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9716 $as_echo "$CC_FOR_TARGET" >&6; }
9717 else
9718   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9719 $as_echo "no" >&6; }
9720 fi
9721
9722
9723   done
9724 fi
9725
9726 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9727   for ncn_progname in cc gcc; do
9728     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9729 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9730     if test -x $with_build_time_tools/${ncn_progname}; then
9731       ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9732       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9733 $as_echo "yes" >&6; }
9734       break
9735     else
9736       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9737 $as_echo "no" >&6; }
9738     fi
9739   done
9740 fi
9741
9742 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9743   for ncn_progname in cc gcc; do
9744     if test -n "$ncn_target_tool_prefix"; then
9745       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9746 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9748 $as_echo_n "checking for $ac_word... " >&6; }
9749 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9750   $as_echo_n "(cached) " >&6
9751 else
9752   if test -n "$CC_FOR_TARGET"; then
9753   ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9754 else
9755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9756 for as_dir in $PATH
9757 do
9758   IFS=$as_save_IFS
9759   test -z "$as_dir" && as_dir=.
9760     for ac_exec_ext in '' $ac_executable_extensions; do
9761   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9762     ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9763     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9764     break 2
9765   fi
9766 done
9767   done
9768 IFS=$as_save_IFS
9769
9770 fi
9771 fi
9772 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9773 if test -n "$CC_FOR_TARGET"; then
9774   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9775 $as_echo "$CC_FOR_TARGET" >&6; }
9776 else
9777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9778 $as_echo "no" >&6; }
9779 fi
9780
9781
9782     fi
9783     if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9784       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9785 set dummy ${ncn_progname}; ac_word=$2
9786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9787 $as_echo_n "checking for $ac_word... " >&6; }
9788 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9789   $as_echo_n "(cached) " >&6
9790 else
9791   if test -n "$CC_FOR_TARGET"; then
9792   ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9793 else
9794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9795 for as_dir in $PATH
9796 do
9797   IFS=$as_save_IFS
9798   test -z "$as_dir" && as_dir=.
9799     for ac_exec_ext in '' $ac_executable_extensions; do
9800   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9801     ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9802     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9803     break 2
9804   fi
9805 done
9806   done
9807 IFS=$as_save_IFS
9808
9809 fi
9810 fi
9811 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9812 if test -n "$CC_FOR_TARGET"; then
9813   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9814 $as_echo "$CC_FOR_TARGET" >&6; }
9815 else
9816   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9817 $as_echo "no" >&6; }
9818 fi
9819
9820
9821     fi
9822     test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9823   done
9824 fi
9825
9826 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9827   set dummy cc gcc
9828   if test $build = $target ; then
9829     CC_FOR_TARGET="$2"
9830   else
9831     CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9832   fi
9833 else
9834   CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9835 fi
9836
9837
9838
9839 if test -n "$CXX_FOR_TARGET"; then
9840   ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9841 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9842   CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9843 fi
9844
9845 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9846   for ncn_progname in c++ g++ cxx gxx; do
9847     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9848 set dummy ${ncn_progname}; ac_word=$2
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9850 $as_echo_n "checking for $ac_word... " >&6; }
9851 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9852   $as_echo_n "(cached) " >&6
9853 else
9854   if test -n "$CXX_FOR_TARGET"; then
9855   ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9856 else
9857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9858 for as_dir in $PATH
9859 do
9860   IFS=$as_save_IFS
9861   test -z "$as_dir" && as_dir=.
9862     for ac_exec_ext in '' $ac_executable_extensions; do
9863   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9864     ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9865     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9866     break 2
9867   fi
9868 done
9869   done
9870 IFS=$as_save_IFS
9871
9872 fi
9873 fi
9874 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9875 if test -n "$CXX_FOR_TARGET"; then
9876   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9877 $as_echo "$CXX_FOR_TARGET" >&6; }
9878 else
9879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9880 $as_echo "no" >&6; }
9881 fi
9882
9883
9884   done
9885 fi
9886
9887 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9888   for ncn_progname in c++ g++ cxx gxx; do
9889     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9890 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9891     if test -x $with_build_time_tools/${ncn_progname}; then
9892       ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9893       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9894 $as_echo "yes" >&6; }
9895       break
9896     else
9897       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9898 $as_echo "no" >&6; }
9899     fi
9900   done
9901 fi
9902
9903 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9904   for ncn_progname in c++ g++ cxx gxx; do
9905     if test -n "$ncn_target_tool_prefix"; then
9906       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9907 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9909 $as_echo_n "checking for $ac_word... " >&6; }
9910 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9911   $as_echo_n "(cached) " >&6
9912 else
9913   if test -n "$CXX_FOR_TARGET"; then
9914   ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9915 else
9916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9917 for as_dir in $PATH
9918 do
9919   IFS=$as_save_IFS
9920   test -z "$as_dir" && as_dir=.
9921     for ac_exec_ext in '' $ac_executable_extensions; do
9922   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9923     ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9924     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9925     break 2
9926   fi
9927 done
9928   done
9929 IFS=$as_save_IFS
9930
9931 fi
9932 fi
9933 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9934 if test -n "$CXX_FOR_TARGET"; then
9935   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9936 $as_echo "$CXX_FOR_TARGET" >&6; }
9937 else
9938   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9939 $as_echo "no" >&6; }
9940 fi
9941
9942
9943     fi
9944     if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9945       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9946 set dummy ${ncn_progname}; ac_word=$2
9947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9948 $as_echo_n "checking for $ac_word... " >&6; }
9949 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9950   $as_echo_n "(cached) " >&6
9951 else
9952   if test -n "$CXX_FOR_TARGET"; then
9953   ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9954 else
9955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9956 for as_dir in $PATH
9957 do
9958   IFS=$as_save_IFS
9959   test -z "$as_dir" && as_dir=.
9960     for ac_exec_ext in '' $ac_executable_extensions; do
9961   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9962     ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9963     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9964     break 2
9965   fi
9966 done
9967   done
9968 IFS=$as_save_IFS
9969
9970 fi
9971 fi
9972 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9973 if test -n "$CXX_FOR_TARGET"; then
9974   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9975 $as_echo "$CXX_FOR_TARGET" >&6; }
9976 else
9977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9978 $as_echo "no" >&6; }
9979 fi
9980
9981
9982     fi
9983     test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9984   done
9985 fi
9986
9987 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9988   set dummy c++ g++ cxx gxx
9989   if test $build = $target ; then
9990     CXX_FOR_TARGET="$2"
9991   else
9992     CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
9993   fi
9994 else
9995   CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
9996 fi
9997
9998
9999
10000 if test -n "$GCC_FOR_TARGET"; then
10001   ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10002 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10003   GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10004 fi
10005
10006 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10007   for ncn_progname in gcc; do
10008     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10009 set dummy ${ncn_progname}; ac_word=$2
10010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10011 $as_echo_n "checking for $ac_word... " >&6; }
10012 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10013   $as_echo_n "(cached) " >&6
10014 else
10015   if test -n "$GCC_FOR_TARGET"; then
10016   ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10017 else
10018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10019 for as_dir in $PATH
10020 do
10021   IFS=$as_save_IFS
10022   test -z "$as_dir" && as_dir=.
10023     for ac_exec_ext in '' $ac_executable_extensions; do
10024   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10025     ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10026     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10027     break 2
10028   fi
10029 done
10030   done
10031 IFS=$as_save_IFS
10032
10033 fi
10034 fi
10035 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10036 if test -n "$GCC_FOR_TARGET"; then
10037   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10038 $as_echo "$GCC_FOR_TARGET" >&6; }
10039 else
10040   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10041 $as_echo "no" >&6; }
10042 fi
10043
10044
10045   done
10046 fi
10047
10048 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10049   for ncn_progname in gcc; do
10050     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10051 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10052     if test -x $with_build_time_tools/${ncn_progname}; then
10053       ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10054       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10055 $as_echo "yes" >&6; }
10056       break
10057     else
10058       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10059 $as_echo "no" >&6; }
10060     fi
10061   done
10062 fi
10063
10064 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10065   for ncn_progname in gcc; do
10066     if test -n "$ncn_target_tool_prefix"; then
10067       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10068 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10070 $as_echo_n "checking for $ac_word... " >&6; }
10071 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10072   $as_echo_n "(cached) " >&6
10073 else
10074   if test -n "$GCC_FOR_TARGET"; then
10075   ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10076 else
10077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10078 for as_dir in $PATH
10079 do
10080   IFS=$as_save_IFS
10081   test -z "$as_dir" && as_dir=.
10082     for ac_exec_ext in '' $ac_executable_extensions; do
10083   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10084     ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10085     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10086     break 2
10087   fi
10088 done
10089   done
10090 IFS=$as_save_IFS
10091
10092 fi
10093 fi
10094 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10095 if test -n "$GCC_FOR_TARGET"; then
10096   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10097 $as_echo "$GCC_FOR_TARGET" >&6; }
10098 else
10099   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10100 $as_echo "no" >&6; }
10101 fi
10102
10103
10104     fi
10105     if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10106       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10107 set dummy ${ncn_progname}; ac_word=$2
10108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10109 $as_echo_n "checking for $ac_word... " >&6; }
10110 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10111   $as_echo_n "(cached) " >&6
10112 else
10113   if test -n "$GCC_FOR_TARGET"; then
10114   ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10115 else
10116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10117 for as_dir in $PATH
10118 do
10119   IFS=$as_save_IFS
10120   test -z "$as_dir" && as_dir=.
10121     for ac_exec_ext in '' $ac_executable_extensions; do
10122   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10123     ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10124     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10125     break 2
10126   fi
10127 done
10128   done
10129 IFS=$as_save_IFS
10130
10131 fi
10132 fi
10133 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10134 if test -n "$GCC_FOR_TARGET"; then
10135   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10136 $as_echo "$GCC_FOR_TARGET" >&6; }
10137 else
10138   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10139 $as_echo "no" >&6; }
10140 fi
10141
10142
10143     fi
10144     test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10145   done
10146 fi
10147
10148 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10149   GCC_FOR_TARGET="${CC_FOR_TARGET}"
10150 else
10151   GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10152 fi
10153
10154
10155
10156 if test -n "$GCJ_FOR_TARGET"; then
10157   ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10158 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10159   GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10160 fi
10161
10162 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10163   for ncn_progname in gcj; do
10164     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10165 set dummy ${ncn_progname}; ac_word=$2
10166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10167 $as_echo_n "checking for $ac_word... " >&6; }
10168 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10169   $as_echo_n "(cached) " >&6
10170 else
10171   if test -n "$GCJ_FOR_TARGET"; then
10172   ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10173 else
10174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10175 for as_dir in $PATH
10176 do
10177   IFS=$as_save_IFS
10178   test -z "$as_dir" && as_dir=.
10179     for ac_exec_ext in '' $ac_executable_extensions; do
10180   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10181     ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10182     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10183     break 2
10184   fi
10185 done
10186   done
10187 IFS=$as_save_IFS
10188
10189 fi
10190 fi
10191 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10192 if test -n "$GCJ_FOR_TARGET"; then
10193   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10194 $as_echo "$GCJ_FOR_TARGET" >&6; }
10195 else
10196   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10197 $as_echo "no" >&6; }
10198 fi
10199
10200
10201   done
10202 fi
10203
10204 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10205   for ncn_progname in gcj; do
10206     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10207 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10208     if test -x $with_build_time_tools/${ncn_progname}; then
10209       ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10210       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10211 $as_echo "yes" >&6; }
10212       break
10213     else
10214       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10215 $as_echo "no" >&6; }
10216     fi
10217   done
10218 fi
10219
10220 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10221   for ncn_progname in gcj; do
10222     if test -n "$ncn_target_tool_prefix"; then
10223       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10224 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10226 $as_echo_n "checking for $ac_word... " >&6; }
10227 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10228   $as_echo_n "(cached) " >&6
10229 else
10230   if test -n "$GCJ_FOR_TARGET"; then
10231   ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10232 else
10233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10234 for as_dir in $PATH
10235 do
10236   IFS=$as_save_IFS
10237   test -z "$as_dir" && as_dir=.
10238     for ac_exec_ext in '' $ac_executable_extensions; do
10239   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10240     ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10241     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10242     break 2
10243   fi
10244 done
10245   done
10246 IFS=$as_save_IFS
10247
10248 fi
10249 fi
10250 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10251 if test -n "$GCJ_FOR_TARGET"; then
10252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10253 $as_echo "$GCJ_FOR_TARGET" >&6; }
10254 else
10255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10256 $as_echo "no" >&6; }
10257 fi
10258
10259
10260     fi
10261     if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10262       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10263 set dummy ${ncn_progname}; ac_word=$2
10264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10265 $as_echo_n "checking for $ac_word... " >&6; }
10266 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10267   $as_echo_n "(cached) " >&6
10268 else
10269   if test -n "$GCJ_FOR_TARGET"; then
10270   ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10271 else
10272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10273 for as_dir in $PATH
10274 do
10275   IFS=$as_save_IFS
10276   test -z "$as_dir" && as_dir=.
10277     for ac_exec_ext in '' $ac_executable_extensions; do
10278   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10279     ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10280     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10281     break 2
10282   fi
10283 done
10284   done
10285 IFS=$as_save_IFS
10286
10287 fi
10288 fi
10289 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10290 if test -n "$GCJ_FOR_TARGET"; then
10291   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10292 $as_echo "$GCJ_FOR_TARGET" >&6; }
10293 else
10294   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10295 $as_echo "no" >&6; }
10296 fi
10297
10298
10299     fi
10300     test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10301   done
10302 fi
10303
10304 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10305   set dummy gcj
10306   if test $build = $target ; then
10307     GCJ_FOR_TARGET="$2"
10308   else
10309     GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10310   fi
10311 else
10312   GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10313 fi
10314
10315
10316
10317 if test -n "$GFORTRAN_FOR_TARGET"; then
10318   ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10319 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10320   GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10321 fi
10322
10323 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10324   for ncn_progname in gfortran; do
10325     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10326 set dummy ${ncn_progname}; ac_word=$2
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10328 $as_echo_n "checking for $ac_word... " >&6; }
10329 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10330   $as_echo_n "(cached) " >&6
10331 else
10332   if test -n "$GFORTRAN_FOR_TARGET"; then
10333   ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10334 else
10335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10336 for as_dir in $PATH
10337 do
10338   IFS=$as_save_IFS
10339   test -z "$as_dir" && as_dir=.
10340     for ac_exec_ext in '' $ac_executable_extensions; do
10341   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10342     ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10343     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10344     break 2
10345   fi
10346 done
10347   done
10348 IFS=$as_save_IFS
10349
10350 fi
10351 fi
10352 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10353 if test -n "$GFORTRAN_FOR_TARGET"; then
10354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10355 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10356 else
10357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10358 $as_echo "no" >&6; }
10359 fi
10360
10361
10362   done
10363 fi
10364
10365 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10366   for ncn_progname in gfortran; do
10367     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10368 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10369     if test -x $with_build_time_tools/${ncn_progname}; then
10370       ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10371       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10372 $as_echo "yes" >&6; }
10373       break
10374     else
10375       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10376 $as_echo "no" >&6; }
10377     fi
10378   done
10379 fi
10380
10381 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10382   for ncn_progname in gfortran; do
10383     if test -n "$ncn_target_tool_prefix"; then
10384       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10385 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10387 $as_echo_n "checking for $ac_word... " >&6; }
10388 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10389   $as_echo_n "(cached) " >&6
10390 else
10391   if test -n "$GFORTRAN_FOR_TARGET"; then
10392   ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10393 else
10394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10395 for as_dir in $PATH
10396 do
10397   IFS=$as_save_IFS
10398   test -z "$as_dir" && as_dir=.
10399     for ac_exec_ext in '' $ac_executable_extensions; do
10400   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10401     ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10402     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10403     break 2
10404   fi
10405 done
10406   done
10407 IFS=$as_save_IFS
10408
10409 fi
10410 fi
10411 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10412 if test -n "$GFORTRAN_FOR_TARGET"; then
10413   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10414 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10415 else
10416   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10417 $as_echo "no" >&6; }
10418 fi
10419
10420
10421     fi
10422     if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10423       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10424 set dummy ${ncn_progname}; ac_word=$2
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10426 $as_echo_n "checking for $ac_word... " >&6; }
10427 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10428   $as_echo_n "(cached) " >&6
10429 else
10430   if test -n "$GFORTRAN_FOR_TARGET"; then
10431   ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10432 else
10433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10434 for as_dir in $PATH
10435 do
10436   IFS=$as_save_IFS
10437   test -z "$as_dir" && as_dir=.
10438     for ac_exec_ext in '' $ac_executable_extensions; do
10439   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10440     ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10441     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10442     break 2
10443   fi
10444 done
10445   done
10446 IFS=$as_save_IFS
10447
10448 fi
10449 fi
10450 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10451 if test -n "$GFORTRAN_FOR_TARGET"; then
10452   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10453 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10454 else
10455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10456 $as_echo "no" >&6; }
10457 fi
10458
10459
10460     fi
10461     test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10462   done
10463 fi
10464
10465 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10466   set dummy gfortran
10467   if test $build = $target ; then
10468     GFORTRAN_FOR_TARGET="$2"
10469   else
10470     GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10471   fi
10472 else
10473   GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10474 fi
10475
10476
10477
10478 if test -n "$GOC_FOR_TARGET"; then
10479   ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10480 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10481   GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10482 fi
10483
10484 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10485   for ncn_progname in gccgo; do
10486     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10487 set dummy ${ncn_progname}; ac_word=$2
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10489 $as_echo_n "checking for $ac_word... " >&6; }
10490 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10491   $as_echo_n "(cached) " >&6
10492 else
10493   if test -n "$GOC_FOR_TARGET"; then
10494   ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10495 else
10496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10497 for as_dir in $PATH
10498 do
10499   IFS=$as_save_IFS
10500   test -z "$as_dir" && as_dir=.
10501     for ac_exec_ext in '' $ac_executable_extensions; do
10502   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10503     ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10504     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10505     break 2
10506   fi
10507 done
10508   done
10509 IFS=$as_save_IFS
10510
10511 fi
10512 fi
10513 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10514 if test -n "$GOC_FOR_TARGET"; then
10515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10516 $as_echo "$GOC_FOR_TARGET" >&6; }
10517 else
10518   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10519 $as_echo "no" >&6; }
10520 fi
10521
10522
10523   done
10524 fi
10525
10526 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10527   for ncn_progname in gccgo; do
10528     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10529 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10530     if test -x $with_build_time_tools/${ncn_progname}; then
10531       ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10532       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10533 $as_echo "yes" >&6; }
10534       break
10535     else
10536       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10537 $as_echo "no" >&6; }
10538     fi
10539   done
10540 fi
10541
10542 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10543   for ncn_progname in gccgo; do
10544     if test -n "$ncn_target_tool_prefix"; then
10545       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10546 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10548 $as_echo_n "checking for $ac_word... " >&6; }
10549 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10550   $as_echo_n "(cached) " >&6
10551 else
10552   if test -n "$GOC_FOR_TARGET"; then
10553   ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10554 else
10555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10556 for as_dir in $PATH
10557 do
10558   IFS=$as_save_IFS
10559   test -z "$as_dir" && as_dir=.
10560     for ac_exec_ext in '' $ac_executable_extensions; do
10561   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10562     ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10563     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10564     break 2
10565   fi
10566 done
10567   done
10568 IFS=$as_save_IFS
10569
10570 fi
10571 fi
10572 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10573 if test -n "$GOC_FOR_TARGET"; then
10574   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10575 $as_echo "$GOC_FOR_TARGET" >&6; }
10576 else
10577   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10578 $as_echo "no" >&6; }
10579 fi
10580
10581
10582     fi
10583     if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10584       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10585 set dummy ${ncn_progname}; ac_word=$2
10586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10587 $as_echo_n "checking for $ac_word... " >&6; }
10588 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10589   $as_echo_n "(cached) " >&6
10590 else
10591   if test -n "$GOC_FOR_TARGET"; then
10592   ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10593 else
10594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10595 for as_dir in $PATH
10596 do
10597   IFS=$as_save_IFS
10598   test -z "$as_dir" && as_dir=.
10599     for ac_exec_ext in '' $ac_executable_extensions; do
10600   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10601     ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10602     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10603     break 2
10604   fi
10605 done
10606   done
10607 IFS=$as_save_IFS
10608
10609 fi
10610 fi
10611 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10612 if test -n "$GOC_FOR_TARGET"; then
10613   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10614 $as_echo "$GOC_FOR_TARGET" >&6; }
10615 else
10616   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10617 $as_echo "no" >&6; }
10618 fi
10619
10620
10621     fi
10622     test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10623   done
10624 fi
10625
10626 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10627   set dummy gccgo
10628   if test $build = $target ; then
10629     GOC_FOR_TARGET="$2"
10630   else
10631     GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10632   fi
10633 else
10634   GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10635 fi
10636
10637
10638
10639 cat > conftest.c << \EOF
10640 #ifdef __GNUC__
10641   gcc_yay;
10642 #endif
10643 EOF
10644 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10645   have_gcc_for_target=yes
10646 else
10647   GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10648   have_gcc_for_target=no
10649 fi
10650 rm conftest.c
10651
10652
10653
10654
10655 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10656   if test -n "$with_build_time_tools"; then
10657     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10658 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10659     if test -x $with_build_time_tools/ar; then
10660       AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10661       ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10662       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10663 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10664     else
10665       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10666 $as_echo "no" >&6; }
10667     fi
10668   elif test $build != $host && test $have_gcc_for_target = yes; then
10669     AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10670     test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10671     test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10672   fi
10673 fi
10674 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10675   # Extract the first word of "ar", so it can be a program name with args.
10676 set dummy ar; ac_word=$2
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10678 $as_echo_n "checking for $ac_word... " >&6; }
10679 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10680   $as_echo_n "(cached) " >&6
10681 else
10682   case $AR_FOR_TARGET in
10683   [\\/]* | ?:[\\/]*)
10684   ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10685   ;;
10686   *)
10687   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10688 for as_dir in $gcc_cv_tool_dirs
10689 do
10690   IFS=$as_save_IFS
10691   test -z "$as_dir" && as_dir=.
10692     for ac_exec_ext in '' $ac_executable_extensions; do
10693   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10694     ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10695     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10696     break 2
10697   fi
10698 done
10699   done
10700 IFS=$as_save_IFS
10701
10702   ;;
10703 esac
10704 fi
10705 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10706 if test -n "$AR_FOR_TARGET"; then
10707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10708 $as_echo "$AR_FOR_TARGET" >&6; }
10709 else
10710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10711 $as_echo "no" >&6; }
10712 fi
10713
10714
10715 fi
10716 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10717
10718
10719 if test -n "$AR_FOR_TARGET"; then
10720   ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10721 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10722   AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10723 fi
10724
10725 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10726   for ncn_progname in ar; do
10727     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10728 set dummy ${ncn_progname}; ac_word=$2
10729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10730 $as_echo_n "checking for $ac_word... " >&6; }
10731 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10732   $as_echo_n "(cached) " >&6
10733 else
10734   if test -n "$AR_FOR_TARGET"; then
10735   ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10736 else
10737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10738 for as_dir in $PATH
10739 do
10740   IFS=$as_save_IFS
10741   test -z "$as_dir" && as_dir=.
10742     for ac_exec_ext in '' $ac_executable_extensions; do
10743   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10744     ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10745     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10746     break 2
10747   fi
10748 done
10749   done
10750 IFS=$as_save_IFS
10751
10752 fi
10753 fi
10754 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10755 if test -n "$AR_FOR_TARGET"; then
10756   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10757 $as_echo "$AR_FOR_TARGET" >&6; }
10758 else
10759   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10760 $as_echo "no" >&6; }
10761 fi
10762
10763
10764   done
10765 fi
10766
10767 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10768   for ncn_progname in ar; do
10769     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10770 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10771     if test -x $with_build_time_tools/${ncn_progname}; then
10772       ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10773       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10774 $as_echo "yes" >&6; }
10775       break
10776     else
10777       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10778 $as_echo "no" >&6; }
10779     fi
10780   done
10781 fi
10782
10783 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10784   for ncn_progname in ar; do
10785     if test -n "$ncn_target_tool_prefix"; then
10786       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10787 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10789 $as_echo_n "checking for $ac_word... " >&6; }
10790 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10791   $as_echo_n "(cached) " >&6
10792 else
10793   if test -n "$AR_FOR_TARGET"; then
10794   ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10795 else
10796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10797 for as_dir in $PATH
10798 do
10799   IFS=$as_save_IFS
10800   test -z "$as_dir" && as_dir=.
10801     for ac_exec_ext in '' $ac_executable_extensions; do
10802   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10803     ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10804     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10805     break 2
10806   fi
10807 done
10808   done
10809 IFS=$as_save_IFS
10810
10811 fi
10812 fi
10813 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10814 if test -n "$AR_FOR_TARGET"; then
10815   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10816 $as_echo "$AR_FOR_TARGET" >&6; }
10817 else
10818   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10819 $as_echo "no" >&6; }
10820 fi
10821
10822
10823     fi
10824     if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10825       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10826 set dummy ${ncn_progname}; ac_word=$2
10827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10828 $as_echo_n "checking for $ac_word... " >&6; }
10829 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10830   $as_echo_n "(cached) " >&6
10831 else
10832   if test -n "$AR_FOR_TARGET"; then
10833   ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10834 else
10835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10836 for as_dir in $PATH
10837 do
10838   IFS=$as_save_IFS
10839   test -z "$as_dir" && as_dir=.
10840     for ac_exec_ext in '' $ac_executable_extensions; do
10841   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10842     ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10843     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10844     break 2
10845   fi
10846 done
10847   done
10848 IFS=$as_save_IFS
10849
10850 fi
10851 fi
10852 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10853 if test -n "$AR_FOR_TARGET"; then
10854   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10855 $as_echo "$AR_FOR_TARGET" >&6; }
10856 else
10857   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10858 $as_echo "no" >&6; }
10859 fi
10860
10861
10862     fi
10863     test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10864   done
10865 fi
10866
10867 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10868   set dummy ar
10869   if test $build = $target ; then
10870     AR_FOR_TARGET="$2"
10871   else
10872     AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10873   fi
10874 else
10875   AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10876 fi
10877
10878 else
10879   AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10880 fi
10881
10882
10883
10884
10885 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10886   if test -n "$with_build_time_tools"; then
10887     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10888 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10889     if test -x $with_build_time_tools/as; then
10890       AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10891       ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10892       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10893 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10894     else
10895       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10896 $as_echo "no" >&6; }
10897     fi
10898   elif test $build != $host && test $have_gcc_for_target = yes; then
10899     AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10900     test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10901     test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10902   fi
10903 fi
10904 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10905   # Extract the first word of "as", so it can be a program name with args.
10906 set dummy as; ac_word=$2
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10908 $as_echo_n "checking for $ac_word... " >&6; }
10909 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10910   $as_echo_n "(cached) " >&6
10911 else
10912   case $AS_FOR_TARGET in
10913   [\\/]* | ?:[\\/]*)
10914   ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10915   ;;
10916   *)
10917   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10918 for as_dir in $gcc_cv_tool_dirs
10919 do
10920   IFS=$as_save_IFS
10921   test -z "$as_dir" && as_dir=.
10922     for ac_exec_ext in '' $ac_executable_extensions; do
10923   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10924     ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10925     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10926     break 2
10927   fi
10928 done
10929   done
10930 IFS=$as_save_IFS
10931
10932   ;;
10933 esac
10934 fi
10935 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10936 if test -n "$AS_FOR_TARGET"; then
10937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10938 $as_echo "$AS_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 fi
10946 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10947
10948
10949 if test -n "$AS_FOR_TARGET"; then
10950   ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10951 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10952   AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10953 fi
10954
10955 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10956   for ncn_progname in as; do
10957     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10958 set dummy ${ncn_progname}; ac_word=$2
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10960 $as_echo_n "checking for $ac_word... " >&6; }
10961 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10962   $as_echo_n "(cached) " >&6
10963 else
10964   if test -n "$AS_FOR_TARGET"; then
10965   ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10966 else
10967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10968 for as_dir in $PATH
10969 do
10970   IFS=$as_save_IFS
10971   test -z "$as_dir" && as_dir=.
10972     for ac_exec_ext in '' $ac_executable_extensions; do
10973   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10974     ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10975     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10976     break 2
10977   fi
10978 done
10979   done
10980 IFS=$as_save_IFS
10981
10982 fi
10983 fi
10984 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10985 if test -n "$AS_FOR_TARGET"; then
10986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10987 $as_echo "$AS_FOR_TARGET" >&6; }
10988 else
10989   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10990 $as_echo "no" >&6; }
10991 fi
10992
10993
10994   done
10995 fi
10996
10997 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
10998   for ncn_progname in as; do
10999     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11000 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11001     if test -x $with_build_time_tools/${ncn_progname}; then
11002       ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11003       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11004 $as_echo "yes" >&6; }
11005       break
11006     else
11007       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11008 $as_echo "no" >&6; }
11009     fi
11010   done
11011 fi
11012
11013 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11014   for ncn_progname in as; do
11015     if test -n "$ncn_target_tool_prefix"; then
11016       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11017 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11019 $as_echo_n "checking for $ac_word... " >&6; }
11020 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11021   $as_echo_n "(cached) " >&6
11022 else
11023   if test -n "$AS_FOR_TARGET"; then
11024   ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11025 else
11026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11027 for as_dir in $PATH
11028 do
11029   IFS=$as_save_IFS
11030   test -z "$as_dir" && as_dir=.
11031     for ac_exec_ext in '' $ac_executable_extensions; do
11032   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11033     ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11034     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11035     break 2
11036   fi
11037 done
11038   done
11039 IFS=$as_save_IFS
11040
11041 fi
11042 fi
11043 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11044 if test -n "$AS_FOR_TARGET"; then
11045   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11046 $as_echo "$AS_FOR_TARGET" >&6; }
11047 else
11048   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11049 $as_echo "no" >&6; }
11050 fi
11051
11052
11053     fi
11054     if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11055       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11056 set dummy ${ncn_progname}; ac_word=$2
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11058 $as_echo_n "checking for $ac_word... " >&6; }
11059 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11060   $as_echo_n "(cached) " >&6
11061 else
11062   if test -n "$AS_FOR_TARGET"; then
11063   ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11064 else
11065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11066 for as_dir in $PATH
11067 do
11068   IFS=$as_save_IFS
11069   test -z "$as_dir" && as_dir=.
11070     for ac_exec_ext in '' $ac_executable_extensions; do
11071   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11072     ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11073     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11074     break 2
11075   fi
11076 done
11077   done
11078 IFS=$as_save_IFS
11079
11080 fi
11081 fi
11082 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11083 if test -n "$AS_FOR_TARGET"; then
11084   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11085 $as_echo "$AS_FOR_TARGET" >&6; }
11086 else
11087   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11088 $as_echo "no" >&6; }
11089 fi
11090
11091
11092     fi
11093     test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11094   done
11095 fi
11096
11097 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11098   set dummy as
11099   if test $build = $target ; then
11100     AS_FOR_TARGET="$2"
11101   else
11102     AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11103   fi
11104 else
11105   AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11106 fi
11107
11108 else
11109   AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11110 fi
11111
11112
11113
11114
11115 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11116   if test -n "$with_build_time_tools"; then
11117     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11118 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11119     if test -x $with_build_time_tools/dlltool; then
11120       DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11121       ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11122       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11123 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11124     else
11125       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11126 $as_echo "no" >&6; }
11127     fi
11128   elif test $build != $host && test $have_gcc_for_target = yes; then
11129     DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11130     test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11131     test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11132   fi
11133 fi
11134 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11135   # Extract the first word of "dlltool", so it can be a program name with args.
11136 set dummy dlltool; ac_word=$2
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11138 $as_echo_n "checking for $ac_word... " >&6; }
11139 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11140   $as_echo_n "(cached) " >&6
11141 else
11142   case $DLLTOOL_FOR_TARGET in
11143   [\\/]* | ?:[\\/]*)
11144   ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11145   ;;
11146   *)
11147   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11148 for as_dir in $gcc_cv_tool_dirs
11149 do
11150   IFS=$as_save_IFS
11151   test -z "$as_dir" && as_dir=.
11152     for ac_exec_ext in '' $ac_executable_extensions; do
11153   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11154     ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11155     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11156     break 2
11157   fi
11158 done
11159   done
11160 IFS=$as_save_IFS
11161
11162   ;;
11163 esac
11164 fi
11165 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11166 if test -n "$DLLTOOL_FOR_TARGET"; then
11167   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11168 $as_echo "$DLLTOOL_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 fi
11176 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11177
11178
11179 if test -n "$DLLTOOL_FOR_TARGET"; then
11180   ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11181 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11182   DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11183 fi
11184
11185 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11186   for ncn_progname in dlltool; do
11187     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11188 set dummy ${ncn_progname}; ac_word=$2
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11190 $as_echo_n "checking for $ac_word... " >&6; }
11191 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11192   $as_echo_n "(cached) " >&6
11193 else
11194   if test -n "$DLLTOOL_FOR_TARGET"; then
11195   ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11196 else
11197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11198 for as_dir in $PATH
11199 do
11200   IFS=$as_save_IFS
11201   test -z "$as_dir" && as_dir=.
11202     for ac_exec_ext in '' $ac_executable_extensions; do
11203   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11204     ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11205     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11206     break 2
11207   fi
11208 done
11209   done
11210 IFS=$as_save_IFS
11211
11212 fi
11213 fi
11214 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11215 if test -n "$DLLTOOL_FOR_TARGET"; then
11216   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11217 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11218 else
11219   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11220 $as_echo "no" >&6; }
11221 fi
11222
11223
11224   done
11225 fi
11226
11227 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11228   for ncn_progname in dlltool; do
11229     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11230 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11231     if test -x $with_build_time_tools/${ncn_progname}; then
11232       ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11233       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11234 $as_echo "yes" >&6; }
11235       break
11236     else
11237       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11238 $as_echo "no" >&6; }
11239     fi
11240   done
11241 fi
11242
11243 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11244   for ncn_progname in dlltool; do
11245     if test -n "$ncn_target_tool_prefix"; then
11246       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11247 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11249 $as_echo_n "checking for $ac_word... " >&6; }
11250 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11251   $as_echo_n "(cached) " >&6
11252 else
11253   if test -n "$DLLTOOL_FOR_TARGET"; then
11254   ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11255 else
11256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11257 for as_dir in $PATH
11258 do
11259   IFS=$as_save_IFS
11260   test -z "$as_dir" && as_dir=.
11261     for ac_exec_ext in '' $ac_executable_extensions; do
11262   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11263     ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11264     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11265     break 2
11266   fi
11267 done
11268   done
11269 IFS=$as_save_IFS
11270
11271 fi
11272 fi
11273 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11274 if test -n "$DLLTOOL_FOR_TARGET"; then
11275   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11276 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11277 else
11278   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11279 $as_echo "no" >&6; }
11280 fi
11281
11282
11283     fi
11284     if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11285       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11286 set dummy ${ncn_progname}; ac_word=$2
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11288 $as_echo_n "checking for $ac_word... " >&6; }
11289 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11290   $as_echo_n "(cached) " >&6
11291 else
11292   if test -n "$DLLTOOL_FOR_TARGET"; then
11293   ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11294 else
11295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11296 for as_dir in $PATH
11297 do
11298   IFS=$as_save_IFS
11299   test -z "$as_dir" && as_dir=.
11300     for ac_exec_ext in '' $ac_executable_extensions; do
11301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11302     ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11303     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11304     break 2
11305   fi
11306 done
11307   done
11308 IFS=$as_save_IFS
11309
11310 fi
11311 fi
11312 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11313 if test -n "$DLLTOOL_FOR_TARGET"; then
11314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11315 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11316 else
11317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11318 $as_echo "no" >&6; }
11319 fi
11320
11321
11322     fi
11323     test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11324   done
11325 fi
11326
11327 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11328   set dummy dlltool
11329   if test $build = $target ; then
11330     DLLTOOL_FOR_TARGET="$2"
11331   else
11332     DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11333   fi
11334 else
11335   DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11336 fi
11337
11338 else
11339   DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11340 fi
11341
11342
11343
11344
11345 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11346   if test -n "$with_build_time_tools"; then
11347     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11348 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11349     if test -x $with_build_time_tools/ld; then
11350       LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11351       ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11352       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11353 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11354     else
11355       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11356 $as_echo "no" >&6; }
11357     fi
11358   elif test $build != $host && test $have_gcc_for_target = yes; then
11359     LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11360     test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11361     test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11362   fi
11363 fi
11364 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11365   # Extract the first word of "ld", so it can be a program name with args.
11366 set dummy ld; ac_word=$2
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11368 $as_echo_n "checking for $ac_word... " >&6; }
11369 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11370   $as_echo_n "(cached) " >&6
11371 else
11372   case $LD_FOR_TARGET in
11373   [\\/]* | ?:[\\/]*)
11374   ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11375   ;;
11376   *)
11377   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11378 for as_dir in $gcc_cv_tool_dirs
11379 do
11380   IFS=$as_save_IFS
11381   test -z "$as_dir" && as_dir=.
11382     for ac_exec_ext in '' $ac_executable_extensions; do
11383   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11384     ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11385     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11386     break 2
11387   fi
11388 done
11389   done
11390 IFS=$as_save_IFS
11391
11392   ;;
11393 esac
11394 fi
11395 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11396 if test -n "$LD_FOR_TARGET"; then
11397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11398 $as_echo "$LD_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 fi
11406 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11407
11408
11409 if test -n "$LD_FOR_TARGET"; then
11410   ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11411 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11412   LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11413 fi
11414
11415 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11416   for ncn_progname in ld; do
11417     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11418 set dummy ${ncn_progname}; ac_word=$2
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11420 $as_echo_n "checking for $ac_word... " >&6; }
11421 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11422   $as_echo_n "(cached) " >&6
11423 else
11424   if test -n "$LD_FOR_TARGET"; then
11425   ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11426 else
11427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11428 for as_dir in $PATH
11429 do
11430   IFS=$as_save_IFS
11431   test -z "$as_dir" && as_dir=.
11432     for ac_exec_ext in '' $ac_executable_extensions; do
11433   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11434     ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11435     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11436     break 2
11437   fi
11438 done
11439   done
11440 IFS=$as_save_IFS
11441
11442 fi
11443 fi
11444 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11445 if test -n "$LD_FOR_TARGET"; then
11446   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11447 $as_echo "$LD_FOR_TARGET" >&6; }
11448 else
11449   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11450 $as_echo "no" >&6; }
11451 fi
11452
11453
11454   done
11455 fi
11456
11457 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11458   for ncn_progname in ld; do
11459     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11460 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11461     if test -x $with_build_time_tools/${ncn_progname}; then
11462       ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11463       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11464 $as_echo "yes" >&6; }
11465       break
11466     else
11467       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11468 $as_echo "no" >&6; }
11469     fi
11470   done
11471 fi
11472
11473 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11474   for ncn_progname in ld; do
11475     if test -n "$ncn_target_tool_prefix"; then
11476       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11477 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11479 $as_echo_n "checking for $ac_word... " >&6; }
11480 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11481   $as_echo_n "(cached) " >&6
11482 else
11483   if test -n "$LD_FOR_TARGET"; then
11484   ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11485 else
11486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11487 for as_dir in $PATH
11488 do
11489   IFS=$as_save_IFS
11490   test -z "$as_dir" && as_dir=.
11491     for ac_exec_ext in '' $ac_executable_extensions; do
11492   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11493     ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11494     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11495     break 2
11496   fi
11497 done
11498   done
11499 IFS=$as_save_IFS
11500
11501 fi
11502 fi
11503 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11504 if test -n "$LD_FOR_TARGET"; then
11505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11506 $as_echo "$LD_FOR_TARGET" >&6; }
11507 else
11508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11509 $as_echo "no" >&6; }
11510 fi
11511
11512
11513     fi
11514     if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11515       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11516 set dummy ${ncn_progname}; ac_word=$2
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11518 $as_echo_n "checking for $ac_word... " >&6; }
11519 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11520   $as_echo_n "(cached) " >&6
11521 else
11522   if test -n "$LD_FOR_TARGET"; then
11523   ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11524 else
11525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11526 for as_dir in $PATH
11527 do
11528   IFS=$as_save_IFS
11529   test -z "$as_dir" && as_dir=.
11530     for ac_exec_ext in '' $ac_executable_extensions; do
11531   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11532     ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11533     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11534     break 2
11535   fi
11536 done
11537   done
11538 IFS=$as_save_IFS
11539
11540 fi
11541 fi
11542 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11543 if test -n "$LD_FOR_TARGET"; then
11544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11545 $as_echo "$LD_FOR_TARGET" >&6; }
11546 else
11547   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11548 $as_echo "no" >&6; }
11549 fi
11550
11551
11552     fi
11553     test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11554   done
11555 fi
11556
11557 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11558   set dummy ld
11559   if test $build = $target ; then
11560     LD_FOR_TARGET="$2"
11561   else
11562     LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11563   fi
11564 else
11565   LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11566 fi
11567
11568 else
11569   LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11570 fi
11571
11572
11573
11574
11575 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11576   if test -n "$with_build_time_tools"; then
11577     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11578 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11579     if test -x $with_build_time_tools/lipo; then
11580       LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11581       ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11582       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11583 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11584     else
11585       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11586 $as_echo "no" >&6; }
11587     fi
11588   elif test $build != $host && test $have_gcc_for_target = yes; then
11589     LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11590     test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11591     test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11592   fi
11593 fi
11594 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11595   # Extract the first word of "lipo", so it can be a program name with args.
11596 set dummy lipo; ac_word=$2
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11598 $as_echo_n "checking for $ac_word... " >&6; }
11599 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11600   $as_echo_n "(cached) " >&6
11601 else
11602   case $LIPO_FOR_TARGET in
11603   [\\/]* | ?:[\\/]*)
11604   ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11605   ;;
11606   *)
11607   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11608 for as_dir in $gcc_cv_tool_dirs
11609 do
11610   IFS=$as_save_IFS
11611   test -z "$as_dir" && as_dir=.
11612     for ac_exec_ext in '' $ac_executable_extensions; do
11613   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11614     ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11615     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11616     break 2
11617   fi
11618 done
11619   done
11620 IFS=$as_save_IFS
11621
11622   ;;
11623 esac
11624 fi
11625 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11626 if test -n "$LIPO_FOR_TARGET"; then
11627   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11628 $as_echo "$LIPO_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 fi
11636 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11637
11638
11639 if test -n "$LIPO_FOR_TARGET"; then
11640   ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11641 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11642   LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11643 fi
11644
11645 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11646   for ncn_progname in lipo; do
11647     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11648 set dummy ${ncn_progname}; ac_word=$2
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11650 $as_echo_n "checking for $ac_word... " >&6; }
11651 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11652   $as_echo_n "(cached) " >&6
11653 else
11654   if test -n "$LIPO_FOR_TARGET"; then
11655   ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11656 else
11657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11658 for as_dir in $PATH
11659 do
11660   IFS=$as_save_IFS
11661   test -z "$as_dir" && as_dir=.
11662     for ac_exec_ext in '' $ac_executable_extensions; do
11663   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11664     ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11665     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11666     break 2
11667   fi
11668 done
11669   done
11670 IFS=$as_save_IFS
11671
11672 fi
11673 fi
11674 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11675 if test -n "$LIPO_FOR_TARGET"; then
11676   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11677 $as_echo "$LIPO_FOR_TARGET" >&6; }
11678 else
11679   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11680 $as_echo "no" >&6; }
11681 fi
11682
11683
11684   done
11685 fi
11686
11687 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11688   for ncn_progname in lipo; do
11689     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11690 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11691     if test -x $with_build_time_tools/${ncn_progname}; then
11692       ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11693       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11694 $as_echo "yes" >&6; }
11695       break
11696     else
11697       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11698 $as_echo "no" >&6; }
11699     fi
11700   done
11701 fi
11702
11703 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11704   for ncn_progname in lipo; do
11705     if test -n "$ncn_target_tool_prefix"; then
11706       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11707 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11709 $as_echo_n "checking for $ac_word... " >&6; }
11710 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11711   $as_echo_n "(cached) " >&6
11712 else
11713   if test -n "$LIPO_FOR_TARGET"; then
11714   ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11715 else
11716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11717 for as_dir in $PATH
11718 do
11719   IFS=$as_save_IFS
11720   test -z "$as_dir" && as_dir=.
11721     for ac_exec_ext in '' $ac_executable_extensions; do
11722   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11723     ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11724     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11725     break 2
11726   fi
11727 done
11728   done
11729 IFS=$as_save_IFS
11730
11731 fi
11732 fi
11733 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11734 if test -n "$LIPO_FOR_TARGET"; then
11735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11736 $as_echo "$LIPO_FOR_TARGET" >&6; }
11737 else
11738   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11739 $as_echo "no" >&6; }
11740 fi
11741
11742
11743     fi
11744     if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11745       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11746 set dummy ${ncn_progname}; ac_word=$2
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11748 $as_echo_n "checking for $ac_word... " >&6; }
11749 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11750   $as_echo_n "(cached) " >&6
11751 else
11752   if test -n "$LIPO_FOR_TARGET"; then
11753   ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11754 else
11755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11756 for as_dir in $PATH
11757 do
11758   IFS=$as_save_IFS
11759   test -z "$as_dir" && as_dir=.
11760     for ac_exec_ext in '' $ac_executable_extensions; do
11761   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11762     ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11763     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11764     break 2
11765   fi
11766 done
11767   done
11768 IFS=$as_save_IFS
11769
11770 fi
11771 fi
11772 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11773 if test -n "$LIPO_FOR_TARGET"; then
11774   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11775 $as_echo "$LIPO_FOR_TARGET" >&6; }
11776 else
11777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11778 $as_echo "no" >&6; }
11779 fi
11780
11781
11782     fi
11783     test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11784   done
11785 fi
11786
11787 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11788   set dummy lipo
11789   if test $build = $target ; then
11790     LIPO_FOR_TARGET="$2"
11791   else
11792     LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11793   fi
11794 else
11795   LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11796 fi
11797
11798 else
11799   LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11800 fi
11801
11802
11803
11804
11805 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11806   if test -n "$with_build_time_tools"; then
11807     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11808 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11809     if test -x $with_build_time_tools/nm; then
11810       NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11811       ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11812       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11813 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11814     else
11815       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11816 $as_echo "no" >&6; }
11817     fi
11818   elif test $build != $host && test $have_gcc_for_target = yes; then
11819     NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11820     test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11821     test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11822   fi
11823 fi
11824 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11825   # Extract the first word of "nm", so it can be a program name with args.
11826 set dummy nm; ac_word=$2
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11828 $as_echo_n "checking for $ac_word... " >&6; }
11829 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11830   $as_echo_n "(cached) " >&6
11831 else
11832   case $NM_FOR_TARGET in
11833   [\\/]* | ?:[\\/]*)
11834   ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11835   ;;
11836   *)
11837   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11838 for as_dir in $gcc_cv_tool_dirs
11839 do
11840   IFS=$as_save_IFS
11841   test -z "$as_dir" && as_dir=.
11842     for ac_exec_ext in '' $ac_executable_extensions; do
11843   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11844     ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11845     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11846     break 2
11847   fi
11848 done
11849   done
11850 IFS=$as_save_IFS
11851
11852   ;;
11853 esac
11854 fi
11855 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11856 if test -n "$NM_FOR_TARGET"; then
11857   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11858 $as_echo "$NM_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 fi
11866 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11867
11868
11869 if test -n "$NM_FOR_TARGET"; then
11870   ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11871 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11872   NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11873 fi
11874
11875 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11876   for ncn_progname in nm; do
11877     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11878 set dummy ${ncn_progname}; ac_word=$2
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11880 $as_echo_n "checking for $ac_word... " >&6; }
11881 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11882   $as_echo_n "(cached) " >&6
11883 else
11884   if test -n "$NM_FOR_TARGET"; then
11885   ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11886 else
11887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11888 for as_dir in $PATH
11889 do
11890   IFS=$as_save_IFS
11891   test -z "$as_dir" && as_dir=.
11892     for ac_exec_ext in '' $ac_executable_extensions; do
11893   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11894     ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11895     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11896     break 2
11897   fi
11898 done
11899   done
11900 IFS=$as_save_IFS
11901
11902 fi
11903 fi
11904 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11905 if test -n "$NM_FOR_TARGET"; then
11906   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11907 $as_echo "$NM_FOR_TARGET" >&6; }
11908 else
11909   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11910 $as_echo "no" >&6; }
11911 fi
11912
11913
11914   done
11915 fi
11916
11917 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11918   for ncn_progname in nm; do
11919     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11920 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11921     if test -x $with_build_time_tools/${ncn_progname}; then
11922       ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11923       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11924 $as_echo "yes" >&6; }
11925       break
11926     else
11927       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11928 $as_echo "no" >&6; }
11929     fi
11930   done
11931 fi
11932
11933 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11934   for ncn_progname in nm; do
11935     if test -n "$ncn_target_tool_prefix"; then
11936       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11937 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11939 $as_echo_n "checking for $ac_word... " >&6; }
11940 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11941   $as_echo_n "(cached) " >&6
11942 else
11943   if test -n "$NM_FOR_TARGET"; then
11944   ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11945 else
11946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11947 for as_dir in $PATH
11948 do
11949   IFS=$as_save_IFS
11950   test -z "$as_dir" && as_dir=.
11951     for ac_exec_ext in '' $ac_executable_extensions; do
11952   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11953     ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11954     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11955     break 2
11956   fi
11957 done
11958   done
11959 IFS=$as_save_IFS
11960
11961 fi
11962 fi
11963 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11964 if test -n "$NM_FOR_TARGET"; then
11965   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11966 $as_echo "$NM_FOR_TARGET" >&6; }
11967 else
11968   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11969 $as_echo "no" >&6; }
11970 fi
11971
11972
11973     fi
11974     if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11975       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11976 set dummy ${ncn_progname}; ac_word=$2
11977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11978 $as_echo_n "checking for $ac_word... " >&6; }
11979 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11980   $as_echo_n "(cached) " >&6
11981 else
11982   if test -n "$NM_FOR_TARGET"; then
11983   ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11984 else
11985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11986 for as_dir in $PATH
11987 do
11988   IFS=$as_save_IFS
11989   test -z "$as_dir" && as_dir=.
11990     for ac_exec_ext in '' $ac_executable_extensions; do
11991   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11992     ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11993     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11994     break 2
11995   fi
11996 done
11997   done
11998 IFS=$as_save_IFS
11999
12000 fi
12001 fi
12002 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12003 if test -n "$NM_FOR_TARGET"; then
12004   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12005 $as_echo "$NM_FOR_TARGET" >&6; }
12006 else
12007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12008 $as_echo "no" >&6; }
12009 fi
12010
12011
12012     fi
12013     test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12014   done
12015 fi
12016
12017 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12018   set dummy nm
12019   if test $build = $target ; then
12020     NM_FOR_TARGET="$2"
12021   else
12022     NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12023   fi
12024 else
12025   NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12026 fi
12027
12028 else
12029   NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12030 fi
12031
12032
12033
12034
12035 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12036   if test -n "$with_build_time_tools"; then
12037     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12038 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12039     if test -x $with_build_time_tools/objdump; then
12040       OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12041       ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12042       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12043 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12044     else
12045       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12046 $as_echo "no" >&6; }
12047     fi
12048   elif test $build != $host && test $have_gcc_for_target = yes; then
12049     OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12050     test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12051     test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12052   fi
12053 fi
12054 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12055   # Extract the first word of "objdump", so it can be a program name with args.
12056 set dummy objdump; ac_word=$2
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12058 $as_echo_n "checking for $ac_word... " >&6; }
12059 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12060   $as_echo_n "(cached) " >&6
12061 else
12062   case $OBJDUMP_FOR_TARGET in
12063   [\\/]* | ?:[\\/]*)
12064   ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12065   ;;
12066   *)
12067   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12068 for as_dir in $gcc_cv_tool_dirs
12069 do
12070   IFS=$as_save_IFS
12071   test -z "$as_dir" && as_dir=.
12072     for ac_exec_ext in '' $ac_executable_extensions; do
12073   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12074     ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12075     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12076     break 2
12077   fi
12078 done
12079   done
12080 IFS=$as_save_IFS
12081
12082   ;;
12083 esac
12084 fi
12085 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12086 if test -n "$OBJDUMP_FOR_TARGET"; then
12087   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12088 $as_echo "$OBJDUMP_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 fi
12096 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12097
12098
12099 if test -n "$OBJDUMP_FOR_TARGET"; then
12100   ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12101 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12102   OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12103 fi
12104
12105 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12106   for ncn_progname in objdump; do
12107     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12108 set dummy ${ncn_progname}; ac_word=$2
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12110 $as_echo_n "checking for $ac_word... " >&6; }
12111 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12112   $as_echo_n "(cached) " >&6
12113 else
12114   if test -n "$OBJDUMP_FOR_TARGET"; then
12115   ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12116 else
12117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12118 for as_dir in $PATH
12119 do
12120   IFS=$as_save_IFS
12121   test -z "$as_dir" && as_dir=.
12122     for ac_exec_ext in '' $ac_executable_extensions; do
12123   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12124     ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12125     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12126     break 2
12127   fi
12128 done
12129   done
12130 IFS=$as_save_IFS
12131
12132 fi
12133 fi
12134 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12135 if test -n "$OBJDUMP_FOR_TARGET"; then
12136   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12137 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12138 else
12139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12140 $as_echo "no" >&6; }
12141 fi
12142
12143
12144   done
12145 fi
12146
12147 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12148   for ncn_progname in objdump; do
12149     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12150 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12151     if test -x $with_build_time_tools/${ncn_progname}; then
12152       ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12153       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12154 $as_echo "yes" >&6; }
12155       break
12156     else
12157       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12158 $as_echo "no" >&6; }
12159     fi
12160   done
12161 fi
12162
12163 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12164   for ncn_progname in objdump; do
12165     if test -n "$ncn_target_tool_prefix"; then
12166       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12167 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12169 $as_echo_n "checking for $ac_word... " >&6; }
12170 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12171   $as_echo_n "(cached) " >&6
12172 else
12173   if test -n "$OBJDUMP_FOR_TARGET"; then
12174   ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12175 else
12176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12177 for as_dir in $PATH
12178 do
12179   IFS=$as_save_IFS
12180   test -z "$as_dir" && as_dir=.
12181     for ac_exec_ext in '' $ac_executable_extensions; do
12182   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12183     ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12184     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12185     break 2
12186   fi
12187 done
12188   done
12189 IFS=$as_save_IFS
12190
12191 fi
12192 fi
12193 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12194 if test -n "$OBJDUMP_FOR_TARGET"; then
12195   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12196 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12197 else
12198   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12199 $as_echo "no" >&6; }
12200 fi
12201
12202
12203     fi
12204     if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12205       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12206 set dummy ${ncn_progname}; ac_word=$2
12207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12208 $as_echo_n "checking for $ac_word... " >&6; }
12209 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12210   $as_echo_n "(cached) " >&6
12211 else
12212   if test -n "$OBJDUMP_FOR_TARGET"; then
12213   ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12214 else
12215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12216 for as_dir in $PATH
12217 do
12218   IFS=$as_save_IFS
12219   test -z "$as_dir" && as_dir=.
12220     for ac_exec_ext in '' $ac_executable_extensions; do
12221   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12222     ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12223     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12224     break 2
12225   fi
12226 done
12227   done
12228 IFS=$as_save_IFS
12229
12230 fi
12231 fi
12232 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12233 if test -n "$OBJDUMP_FOR_TARGET"; then
12234   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12235 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12236 else
12237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12238 $as_echo "no" >&6; }
12239 fi
12240
12241
12242     fi
12243     test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12244   done
12245 fi
12246
12247 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12248   set dummy objdump
12249   if test $build = $target ; then
12250     OBJDUMP_FOR_TARGET="$2"
12251   else
12252     OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12253   fi
12254 else
12255   OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12256 fi
12257
12258 else
12259   OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12260 fi
12261
12262
12263
12264
12265 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12266   if test -n "$with_build_time_tools"; then
12267     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12268 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12269     if test -x $with_build_time_tools/ranlib; then
12270       RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12271       ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12272       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12273 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12274     else
12275       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12276 $as_echo "no" >&6; }
12277     fi
12278   elif test $build != $host && test $have_gcc_for_target = yes; then
12279     RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12280     test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12281     test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12282   fi
12283 fi
12284 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12285   # Extract the first word of "ranlib", so it can be a program name with args.
12286 set dummy ranlib; ac_word=$2
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12288 $as_echo_n "checking for $ac_word... " >&6; }
12289 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12290   $as_echo_n "(cached) " >&6
12291 else
12292   case $RANLIB_FOR_TARGET in
12293   [\\/]* | ?:[\\/]*)
12294   ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12295   ;;
12296   *)
12297   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12298 for as_dir in $gcc_cv_tool_dirs
12299 do
12300   IFS=$as_save_IFS
12301   test -z "$as_dir" && as_dir=.
12302     for ac_exec_ext in '' $ac_executable_extensions; do
12303   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12304     ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12305     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12306     break 2
12307   fi
12308 done
12309   done
12310 IFS=$as_save_IFS
12311
12312   ;;
12313 esac
12314 fi
12315 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12316 if test -n "$RANLIB_FOR_TARGET"; then
12317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12318 $as_echo "$RANLIB_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 fi
12326 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12327
12328
12329 if test -n "$RANLIB_FOR_TARGET"; then
12330   ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12331 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12332   RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12333 fi
12334
12335 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12336   for ncn_progname in ranlib; do
12337     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12338 set dummy ${ncn_progname}; ac_word=$2
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12340 $as_echo_n "checking for $ac_word... " >&6; }
12341 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12342   $as_echo_n "(cached) " >&6
12343 else
12344   if test -n "$RANLIB_FOR_TARGET"; then
12345   ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12346 else
12347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12348 for as_dir in $PATH
12349 do
12350   IFS=$as_save_IFS
12351   test -z "$as_dir" && as_dir=.
12352     for ac_exec_ext in '' $ac_executable_extensions; do
12353   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12354     ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12355     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12356     break 2
12357   fi
12358 done
12359   done
12360 IFS=$as_save_IFS
12361
12362 fi
12363 fi
12364 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12365 if test -n "$RANLIB_FOR_TARGET"; then
12366   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12367 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12368 else
12369   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12370 $as_echo "no" >&6; }
12371 fi
12372
12373
12374   done
12375 fi
12376
12377 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12378   for ncn_progname in ranlib; do
12379     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12380 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12381     if test -x $with_build_time_tools/${ncn_progname}; then
12382       ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12383       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12384 $as_echo "yes" >&6; }
12385       break
12386     else
12387       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12388 $as_echo "no" >&6; }
12389     fi
12390   done
12391 fi
12392
12393 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12394   for ncn_progname in ranlib; do
12395     if test -n "$ncn_target_tool_prefix"; then
12396       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12397 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12399 $as_echo_n "checking for $ac_word... " >&6; }
12400 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12401   $as_echo_n "(cached) " >&6
12402 else
12403   if test -n "$RANLIB_FOR_TARGET"; then
12404   ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12405 else
12406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12407 for as_dir in $PATH
12408 do
12409   IFS=$as_save_IFS
12410   test -z "$as_dir" && as_dir=.
12411     for ac_exec_ext in '' $ac_executable_extensions; do
12412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12413     ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12414     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12415     break 2
12416   fi
12417 done
12418   done
12419 IFS=$as_save_IFS
12420
12421 fi
12422 fi
12423 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12424 if test -n "$RANLIB_FOR_TARGET"; then
12425   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12426 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12427 else
12428   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12429 $as_echo "no" >&6; }
12430 fi
12431
12432
12433     fi
12434     if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12435       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12436 set dummy ${ncn_progname}; ac_word=$2
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12438 $as_echo_n "checking for $ac_word... " >&6; }
12439 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12440   $as_echo_n "(cached) " >&6
12441 else
12442   if test -n "$RANLIB_FOR_TARGET"; then
12443   ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12444 else
12445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12446 for as_dir in $PATH
12447 do
12448   IFS=$as_save_IFS
12449   test -z "$as_dir" && as_dir=.
12450     for ac_exec_ext in '' $ac_executable_extensions; do
12451   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12452     ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12453     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12454     break 2
12455   fi
12456 done
12457   done
12458 IFS=$as_save_IFS
12459
12460 fi
12461 fi
12462 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12463 if test -n "$RANLIB_FOR_TARGET"; then
12464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12465 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12466 else
12467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12468 $as_echo "no" >&6; }
12469 fi
12470
12471
12472     fi
12473     test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12474   done
12475 fi
12476
12477 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12478   set dummy ranlib
12479   if test $build = $target ; then
12480     RANLIB_FOR_TARGET="$2"
12481   else
12482     RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12483   fi
12484 else
12485   RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12486 fi
12487
12488 else
12489   RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12490 fi
12491
12492
12493
12494
12495 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12496   if test -n "$with_build_time_tools"; then
12497     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12498 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12499     if test -x $with_build_time_tools/strip; then
12500       STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12501       ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12502       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12503 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12504     else
12505       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12506 $as_echo "no" >&6; }
12507     fi
12508   elif test $build != $host && test $have_gcc_for_target = yes; then
12509     STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12510     test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12511     test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12512   fi
12513 fi
12514 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12515   # Extract the first word of "strip", so it can be a program name with args.
12516 set dummy strip; ac_word=$2
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12518 $as_echo_n "checking for $ac_word... " >&6; }
12519 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12520   $as_echo_n "(cached) " >&6
12521 else
12522   case $STRIP_FOR_TARGET in
12523   [\\/]* | ?:[\\/]*)
12524   ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12525   ;;
12526   *)
12527   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12528 for as_dir in $gcc_cv_tool_dirs
12529 do
12530   IFS=$as_save_IFS
12531   test -z "$as_dir" && as_dir=.
12532     for ac_exec_ext in '' $ac_executable_extensions; do
12533   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12534     ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12535     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12536     break 2
12537   fi
12538 done
12539   done
12540 IFS=$as_save_IFS
12541
12542   ;;
12543 esac
12544 fi
12545 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12546 if test -n "$STRIP_FOR_TARGET"; then
12547   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12548 $as_echo "$STRIP_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 fi
12556 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12557
12558
12559 if test -n "$STRIP_FOR_TARGET"; then
12560   ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12561 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12562   STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12563 fi
12564
12565 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12566   for ncn_progname in strip; do
12567     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12568 set dummy ${ncn_progname}; ac_word=$2
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12570 $as_echo_n "checking for $ac_word... " >&6; }
12571 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12572   $as_echo_n "(cached) " >&6
12573 else
12574   if test -n "$STRIP_FOR_TARGET"; then
12575   ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12576 else
12577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12578 for as_dir in $PATH
12579 do
12580   IFS=$as_save_IFS
12581   test -z "$as_dir" && as_dir=.
12582     for ac_exec_ext in '' $ac_executable_extensions; do
12583   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12584     ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12585     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12586     break 2
12587   fi
12588 done
12589   done
12590 IFS=$as_save_IFS
12591
12592 fi
12593 fi
12594 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12595 if test -n "$STRIP_FOR_TARGET"; then
12596   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12597 $as_echo "$STRIP_FOR_TARGET" >&6; }
12598 else
12599   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12600 $as_echo "no" >&6; }
12601 fi
12602
12603
12604   done
12605 fi
12606
12607 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12608   for ncn_progname in strip; do
12609     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12610 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12611     if test -x $with_build_time_tools/${ncn_progname}; then
12612       ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12613       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12614 $as_echo "yes" >&6; }
12615       break
12616     else
12617       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12618 $as_echo "no" >&6; }
12619     fi
12620   done
12621 fi
12622
12623 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12624   for ncn_progname in strip; do
12625     if test -n "$ncn_target_tool_prefix"; then
12626       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12627 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12629 $as_echo_n "checking for $ac_word... " >&6; }
12630 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12631   $as_echo_n "(cached) " >&6
12632 else
12633   if test -n "$STRIP_FOR_TARGET"; then
12634   ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12635 else
12636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12637 for as_dir in $PATH
12638 do
12639   IFS=$as_save_IFS
12640   test -z "$as_dir" && as_dir=.
12641     for ac_exec_ext in '' $ac_executable_extensions; do
12642   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12643     ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12644     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12645     break 2
12646   fi
12647 done
12648   done
12649 IFS=$as_save_IFS
12650
12651 fi
12652 fi
12653 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12654 if test -n "$STRIP_FOR_TARGET"; then
12655   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12656 $as_echo "$STRIP_FOR_TARGET" >&6; }
12657 else
12658   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12659 $as_echo "no" >&6; }
12660 fi
12661
12662
12663     fi
12664     if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12665       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12666 set dummy ${ncn_progname}; ac_word=$2
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12668 $as_echo_n "checking for $ac_word... " >&6; }
12669 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12670   $as_echo_n "(cached) " >&6
12671 else
12672   if test -n "$STRIP_FOR_TARGET"; then
12673   ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12674 else
12675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12676 for as_dir in $PATH
12677 do
12678   IFS=$as_save_IFS
12679   test -z "$as_dir" && as_dir=.
12680     for ac_exec_ext in '' $ac_executable_extensions; do
12681   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12682     ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12683     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12684     break 2
12685   fi
12686 done
12687   done
12688 IFS=$as_save_IFS
12689
12690 fi
12691 fi
12692 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12693 if test -n "$STRIP_FOR_TARGET"; then
12694   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12695 $as_echo "$STRIP_FOR_TARGET" >&6; }
12696 else
12697   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12698 $as_echo "no" >&6; }
12699 fi
12700
12701
12702     fi
12703     test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12704   done
12705 fi
12706
12707 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12708   set dummy strip
12709   if test $build = $target ; then
12710     STRIP_FOR_TARGET="$2"
12711   else
12712     STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12713   fi
12714 else
12715   STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12716 fi
12717
12718 else
12719   STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12720 fi
12721
12722
12723
12724
12725 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12726   if test -n "$with_build_time_tools"; then
12727     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12728 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12729     if test -x $with_build_time_tools/windres; then
12730       WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12731       ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12732       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12733 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12734     else
12735       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12736 $as_echo "no" >&6; }
12737     fi
12738   elif test $build != $host && test $have_gcc_for_target = yes; then
12739     WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12740     test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12741     test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12742   fi
12743 fi
12744 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12745   # Extract the first word of "windres", so it can be a program name with args.
12746 set dummy windres; ac_word=$2
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12748 $as_echo_n "checking for $ac_word... " >&6; }
12749 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12750   $as_echo_n "(cached) " >&6
12751 else
12752   case $WINDRES_FOR_TARGET in
12753   [\\/]* | ?:[\\/]*)
12754   ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12755   ;;
12756   *)
12757   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12758 for as_dir in $gcc_cv_tool_dirs
12759 do
12760   IFS=$as_save_IFS
12761   test -z "$as_dir" && as_dir=.
12762     for ac_exec_ext in '' $ac_executable_extensions; do
12763   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12764     ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12765     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12766     break 2
12767   fi
12768 done
12769   done
12770 IFS=$as_save_IFS
12771
12772   ;;
12773 esac
12774 fi
12775 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12776 if test -n "$WINDRES_FOR_TARGET"; then
12777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12778 $as_echo "$WINDRES_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 fi
12786 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12787
12788
12789 if test -n "$WINDRES_FOR_TARGET"; then
12790   ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12791 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12792   WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12793 fi
12794
12795 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12796   for ncn_progname in windres; do
12797     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12798 set dummy ${ncn_progname}; ac_word=$2
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12800 $as_echo_n "checking for $ac_word... " >&6; }
12801 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12802   $as_echo_n "(cached) " >&6
12803 else
12804   if test -n "$WINDRES_FOR_TARGET"; then
12805   ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12806 else
12807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12808 for as_dir in $PATH
12809 do
12810   IFS=$as_save_IFS
12811   test -z "$as_dir" && as_dir=.
12812     for ac_exec_ext in '' $ac_executable_extensions; do
12813   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12814     ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12815     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12816     break 2
12817   fi
12818 done
12819   done
12820 IFS=$as_save_IFS
12821
12822 fi
12823 fi
12824 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12825 if test -n "$WINDRES_FOR_TARGET"; then
12826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12827 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12828 else
12829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12830 $as_echo "no" >&6; }
12831 fi
12832
12833
12834   done
12835 fi
12836
12837 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12838   for ncn_progname in windres; do
12839     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12840 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12841     if test -x $with_build_time_tools/${ncn_progname}; then
12842       ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12843       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12844 $as_echo "yes" >&6; }
12845       break
12846     else
12847       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12848 $as_echo "no" >&6; }
12849     fi
12850   done
12851 fi
12852
12853 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12854   for ncn_progname in windres; do
12855     if test -n "$ncn_target_tool_prefix"; then
12856       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12857 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12859 $as_echo_n "checking for $ac_word... " >&6; }
12860 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12861   $as_echo_n "(cached) " >&6
12862 else
12863   if test -n "$WINDRES_FOR_TARGET"; then
12864   ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12865 else
12866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12867 for as_dir in $PATH
12868 do
12869   IFS=$as_save_IFS
12870   test -z "$as_dir" && as_dir=.
12871     for ac_exec_ext in '' $ac_executable_extensions; do
12872   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12873     ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12874     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12875     break 2
12876   fi
12877 done
12878   done
12879 IFS=$as_save_IFS
12880
12881 fi
12882 fi
12883 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12884 if test -n "$WINDRES_FOR_TARGET"; then
12885   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12886 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12887 else
12888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12889 $as_echo "no" >&6; }
12890 fi
12891
12892
12893     fi
12894     if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12895       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12896 set dummy ${ncn_progname}; ac_word=$2
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12898 $as_echo_n "checking for $ac_word... " >&6; }
12899 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12900   $as_echo_n "(cached) " >&6
12901 else
12902   if test -n "$WINDRES_FOR_TARGET"; then
12903   ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12904 else
12905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12906 for as_dir in $PATH
12907 do
12908   IFS=$as_save_IFS
12909   test -z "$as_dir" && as_dir=.
12910     for ac_exec_ext in '' $ac_executable_extensions; do
12911   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12912     ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12913     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12914     break 2
12915   fi
12916 done
12917   done
12918 IFS=$as_save_IFS
12919
12920 fi
12921 fi
12922 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12923 if test -n "$WINDRES_FOR_TARGET"; then
12924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12925 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12926 else
12927   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12928 $as_echo "no" >&6; }
12929 fi
12930
12931
12932     fi
12933     test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12934   done
12935 fi
12936
12937 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12938   set dummy windres
12939   if test $build = $target ; then
12940     WINDRES_FOR_TARGET="$2"
12941   else
12942     WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
12943   fi
12944 else
12945   WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
12946 fi
12947
12948 else
12949   WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12950 fi
12951
12952
12953
12954
12955 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12956   if test -n "$with_build_time_tools"; then
12957     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12958 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
12959     if test -x $with_build_time_tools/windmc; then
12960       WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12961       ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12962       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12963 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
12964     else
12965       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12966 $as_echo "no" >&6; }
12967     fi
12968   elif test $build != $host && test $have_gcc_for_target = yes; then
12969     WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12970     test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12971     test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12972   fi
12973 fi
12974 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12975   # Extract the first word of "windmc", so it can be a program name with args.
12976 set dummy windmc; ac_word=$2
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12978 $as_echo_n "checking for $ac_word... " >&6; }
12979 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12980   $as_echo_n "(cached) " >&6
12981 else
12982   case $WINDMC_FOR_TARGET in
12983   [\\/]* | ?:[\\/]*)
12984   ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12985   ;;
12986   *)
12987   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12988 for as_dir in $gcc_cv_tool_dirs
12989 do
12990   IFS=$as_save_IFS
12991   test -z "$as_dir" && as_dir=.
12992     for ac_exec_ext in '' $ac_executable_extensions; do
12993   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12994     ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12995     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12996     break 2
12997   fi
12998 done
12999   done
13000 IFS=$as_save_IFS
13001
13002   ;;
13003 esac
13004 fi
13005 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13006 if test -n "$WINDMC_FOR_TARGET"; then
13007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13008 $as_echo "$WINDMC_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 fi
13016 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13017
13018
13019 if test -n "$WINDMC_FOR_TARGET"; then
13020   ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13021 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13022   WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13023 fi
13024
13025 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13026   for ncn_progname in windmc; do
13027     # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13028 set dummy ${ncn_progname}; ac_word=$2
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13030 $as_echo_n "checking for $ac_word... " >&6; }
13031 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13032   $as_echo_n "(cached) " >&6
13033 else
13034   if test -n "$WINDMC_FOR_TARGET"; then
13035   ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13036 else
13037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13038 for as_dir in $PATH
13039 do
13040   IFS=$as_save_IFS
13041   test -z "$as_dir" && as_dir=.
13042     for ac_exec_ext in '' $ac_executable_extensions; do
13043   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13044     ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13045     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13046     break 2
13047   fi
13048 done
13049   done
13050 IFS=$as_save_IFS
13051
13052 fi
13053 fi
13054 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13055 if test -n "$WINDMC_FOR_TARGET"; then
13056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13057 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13058 else
13059   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13060 $as_echo "no" >&6; }
13061 fi
13062
13063
13064   done
13065 fi
13066
13067 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13068   for ncn_progname in windmc; do
13069     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13070 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13071     if test -x $with_build_time_tools/${ncn_progname}; then
13072       ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13073       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13074 $as_echo "yes" >&6; }
13075       break
13076     else
13077       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13078 $as_echo "no" >&6; }
13079     fi
13080   done
13081 fi
13082
13083 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13084   for ncn_progname in windmc; do
13085     if test -n "$ncn_target_tool_prefix"; then
13086       # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13087 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13089 $as_echo_n "checking for $ac_word... " >&6; }
13090 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13091   $as_echo_n "(cached) " >&6
13092 else
13093   if test -n "$WINDMC_FOR_TARGET"; then
13094   ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13095 else
13096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13097 for as_dir in $PATH
13098 do
13099   IFS=$as_save_IFS
13100   test -z "$as_dir" && as_dir=.
13101     for ac_exec_ext in '' $ac_executable_extensions; do
13102   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13103     ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13104     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13105     break 2
13106   fi
13107 done
13108   done
13109 IFS=$as_save_IFS
13110
13111 fi
13112 fi
13113 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13114 if test -n "$WINDMC_FOR_TARGET"; then
13115   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13116 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13117 else
13118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13119 $as_echo "no" >&6; }
13120 fi
13121
13122
13123     fi
13124     if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13125       # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13126 set dummy ${ncn_progname}; ac_word=$2
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13128 $as_echo_n "checking for $ac_word... " >&6; }
13129 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13130   $as_echo_n "(cached) " >&6
13131 else
13132   if test -n "$WINDMC_FOR_TARGET"; then
13133   ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13134 else
13135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13136 for as_dir in $PATH
13137 do
13138   IFS=$as_save_IFS
13139   test -z "$as_dir" && as_dir=.
13140     for ac_exec_ext in '' $ac_executable_extensions; do
13141   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13142     ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13143     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13144     break 2
13145   fi
13146 done
13147   done
13148 IFS=$as_save_IFS
13149
13150 fi
13151 fi
13152 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13153 if test -n "$WINDMC_FOR_TARGET"; then
13154   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13155 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13156 else
13157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13158 $as_echo "no" >&6; }
13159 fi
13160
13161
13162     fi
13163     test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13164   done
13165 fi
13166
13167 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13168   set dummy windmc
13169   if test $build = $target ; then
13170     WINDMC_FOR_TARGET="$2"
13171   else
13172     WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13173   fi
13174 else
13175   WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13176 fi
13177
13178 else
13179   WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13180 fi
13181
13182
13183 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13184
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13186 $as_echo_n "checking where to find the target ar... " >&6; }
13187 if test "x${build}" != "x${host}" ; then
13188   if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13189     # We already found the complete path
13190     ac_dir=`dirname $AR_FOR_TARGET`
13191     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13192 $as_echo "pre-installed in $ac_dir" >&6; }
13193   else
13194     # Canadian cross, just use what we found
13195     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13196 $as_echo "pre-installed" >&6; }
13197   fi
13198 else
13199   ok=yes
13200   case " ${configdirs} " in
13201     *" binutils "*) ;;
13202     *) ok=no ;;
13203   esac
13204
13205   if test $ok = yes; then
13206     # An in-tree tool is available and we can use it
13207     AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13208     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13209 $as_echo "just compiled" >&6; }
13210   elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13211     # We already found the complete path
13212     ac_dir=`dirname $AR_FOR_TARGET`
13213     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13214 $as_echo "pre-installed in $ac_dir" >&6; }
13215   elif test "x$target" = "x$host"; then
13216     # We can use an host tool
13217     AR_FOR_TARGET='$(AR)'
13218     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13219 $as_echo "host tool" >&6; }
13220   else
13221     # We need a cross tool
13222     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13223 $as_echo "pre-installed" >&6; }
13224   fi
13225 fi
13226
13227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13228 $as_echo_n "checking where to find the target as... " >&6; }
13229 if test "x${build}" != "x${host}" ; then
13230   if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13231     # We already found the complete path
13232     ac_dir=`dirname $AS_FOR_TARGET`
13233     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13234 $as_echo "pre-installed in $ac_dir" >&6; }
13235   else
13236     # Canadian cross, just use what we found
13237     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13238 $as_echo "pre-installed" >&6; }
13239   fi
13240 else
13241   ok=yes
13242   case " ${configdirs} " in
13243     *" gas "*) ;;
13244     *) ok=no ;;
13245   esac
13246
13247   if test $ok = yes; then
13248     # An in-tree tool is available and we can use it
13249     AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13250     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13251 $as_echo "just compiled" >&6; }
13252   elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13253     # We already found the complete path
13254     ac_dir=`dirname $AS_FOR_TARGET`
13255     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13256 $as_echo "pre-installed in $ac_dir" >&6; }
13257   elif test "x$target" = "x$host"; then
13258     # We can use an host tool
13259     AS_FOR_TARGET='$(AS)'
13260     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13261 $as_echo "host tool" >&6; }
13262   else
13263     # We need a cross tool
13264     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13265 $as_echo "pre-installed" >&6; }
13266   fi
13267 fi
13268
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13270 $as_echo_n "checking where to find the target cc... " >&6; }
13271 if test "x${build}" != "x${host}" ; then
13272   if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13273     # We already found the complete path
13274     ac_dir=`dirname $CC_FOR_TARGET`
13275     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13276 $as_echo "pre-installed in $ac_dir" >&6; }
13277   else
13278     # Canadian cross, just use what we found
13279     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13280 $as_echo "pre-installed" >&6; }
13281   fi
13282 else
13283   ok=yes
13284   case " ${configdirs} " in
13285     *" gcc "*) ;;
13286     *) ok=no ;;
13287   esac
13288
13289   if test $ok = yes; then
13290     # An in-tree tool is available and we can use it
13291     CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13292     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13293 $as_echo "just compiled" >&6; }
13294   elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13295     # We already found the complete path
13296     ac_dir=`dirname $CC_FOR_TARGET`
13297     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13298 $as_echo "pre-installed in $ac_dir" >&6; }
13299   elif test "x$target" = "x$host"; then
13300     # We can use an host tool
13301     CC_FOR_TARGET='$(CC)'
13302     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13303 $as_echo "host tool" >&6; }
13304   else
13305     # We need a cross tool
13306     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13307 $as_echo "pre-installed" >&6; }
13308   fi
13309 fi
13310
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13312 $as_echo_n "checking where to find the target c++... " >&6; }
13313 if test "x${build}" != "x${host}" ; then
13314   if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13315     # We already found the complete path
13316     ac_dir=`dirname $CXX_FOR_TARGET`
13317     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13318 $as_echo "pre-installed in $ac_dir" >&6; }
13319   else
13320     # Canadian cross, just use what we found
13321     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13322 $as_echo "pre-installed" >&6; }
13323   fi
13324 else
13325   ok=yes
13326   case " ${configdirs} " in
13327     *" gcc "*) ;;
13328     *) ok=no ;;
13329   esac
13330   case ,${enable_languages}, in
13331     *,c++,*) ;;
13332     *) ok=no ;;
13333   esac
13334   if test $ok = yes; then
13335     # An in-tree tool is available and we can use it
13336     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'
13337     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13338 $as_echo "just compiled" >&6; }
13339   elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13340     # We already found the complete path
13341     ac_dir=`dirname $CXX_FOR_TARGET`
13342     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13343 $as_echo "pre-installed in $ac_dir" >&6; }
13344   elif test "x$target" = "x$host"; then
13345     # We can use an host tool
13346     CXX_FOR_TARGET='$(CXX)'
13347     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13348 $as_echo "host tool" >&6; }
13349   else
13350     # We need a cross tool
13351     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13352 $as_echo "pre-installed" >&6; }
13353   fi
13354 fi
13355
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13357 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13358 if test "x${build}" != "x${host}" ; then
13359   if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13360     # We already found the complete path
13361     ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13362     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13363 $as_echo "pre-installed in $ac_dir" >&6; }
13364   else
13365     # Canadian cross, just use what we found
13366     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13367 $as_echo "pre-installed" >&6; }
13368   fi
13369 else
13370   ok=yes
13371   case " ${configdirs} " in
13372     *" gcc "*) ;;
13373     *) ok=no ;;
13374   esac
13375   case ,${enable_languages}, in
13376     *,c++,*) ;;
13377     *) ok=no ;;
13378   esac
13379   if test $ok = yes; then
13380     # An in-tree tool is available and we can use it
13381     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'
13382     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13383 $as_echo "just compiled" >&6; }
13384   elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13385     # We already found the complete path
13386     ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13387     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13388 $as_echo "pre-installed in $ac_dir" >&6; }
13389   elif test "x$target" = "x$host"; then
13390     # We can use an host tool
13391     RAW_CXX_FOR_TARGET='$(CXX)'
13392     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13393 $as_echo "host tool" >&6; }
13394   else
13395     # We need a cross tool
13396     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13397 $as_echo "pre-installed" >&6; }
13398   fi
13399 fi
13400
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13402 $as_echo_n "checking where to find the target dlltool... " >&6; }
13403 if test "x${build}" != "x${host}" ; then
13404   if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13405     # We already found the complete path
13406     ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13407     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13408 $as_echo "pre-installed in $ac_dir" >&6; }
13409   else
13410     # Canadian cross, just use what we found
13411     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13412 $as_echo "pre-installed" >&6; }
13413   fi
13414 else
13415   ok=yes
13416   case " ${configdirs} " in
13417     *" binutils "*) ;;
13418     *) ok=no ;;
13419   esac
13420
13421   if test $ok = yes; then
13422     # An in-tree tool is available and we can use it
13423     DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13424     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13425 $as_echo "just compiled" >&6; }
13426   elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13427     # We already found the complete path
13428     ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13429     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13430 $as_echo "pre-installed in $ac_dir" >&6; }
13431   elif test "x$target" = "x$host"; then
13432     # We can use an host tool
13433     DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13434     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13435 $as_echo "host tool" >&6; }
13436   else
13437     # We need a cross tool
13438     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13439 $as_echo "pre-installed" >&6; }
13440   fi
13441 fi
13442
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13444 $as_echo_n "checking where to find the target gcc... " >&6; }
13445 if test "x${build}" != "x${host}" ; then
13446   if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13447     # We already found the complete path
13448     ac_dir=`dirname $GCC_FOR_TARGET`
13449     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13450 $as_echo "pre-installed in $ac_dir" >&6; }
13451   else
13452     # Canadian cross, just use what we found
13453     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13454 $as_echo "pre-installed" >&6; }
13455   fi
13456 else
13457   ok=yes
13458   case " ${configdirs} " in
13459     *" gcc "*) ;;
13460     *) ok=no ;;
13461   esac
13462
13463   if test $ok = yes; then
13464     # An in-tree tool is available and we can use it
13465     GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13466     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13467 $as_echo "just compiled" >&6; }
13468   elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13469     # We already found the complete path
13470     ac_dir=`dirname $GCC_FOR_TARGET`
13471     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13472 $as_echo "pre-installed in $ac_dir" >&6; }
13473   elif test "x$target" = "x$host"; then
13474     # We can use an host tool
13475     GCC_FOR_TARGET='$()'
13476     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13477 $as_echo "host tool" >&6; }
13478   else
13479     # We need a cross tool
13480     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13481 $as_echo "pre-installed" >&6; }
13482   fi
13483 fi
13484
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13486 $as_echo_n "checking where to find the target gcj... " >&6; }
13487 if test "x${build}" != "x${host}" ; then
13488   if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13489     # We already found the complete path
13490     ac_dir=`dirname $GCJ_FOR_TARGET`
13491     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13492 $as_echo "pre-installed in $ac_dir" >&6; }
13493   else
13494     # Canadian cross, just use what we found
13495     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13496 $as_echo "pre-installed" >&6; }
13497   fi
13498 else
13499   ok=yes
13500   case " ${configdirs} " in
13501     *" gcc "*) ;;
13502     *) ok=no ;;
13503   esac
13504   case ,${enable_languages}, in
13505     *,java,*) ;;
13506     *) ok=no ;;
13507   esac
13508   if test $ok = yes; then
13509     # An in-tree tool is available and we can use it
13510     GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13511     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13512 $as_echo "just compiled" >&6; }
13513   elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13514     # We already found the complete path
13515     ac_dir=`dirname $GCJ_FOR_TARGET`
13516     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13517 $as_echo "pre-installed in $ac_dir" >&6; }
13518   elif test "x$target" = "x$host"; then
13519     # We can use an host tool
13520     GCJ_FOR_TARGET='$(GCJ)'
13521     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13522 $as_echo "host tool" >&6; }
13523   else
13524     # We need a cross tool
13525     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13526 $as_echo "pre-installed" >&6; }
13527   fi
13528 fi
13529
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13531 $as_echo_n "checking where to find the target gfortran... " >&6; }
13532 if test "x${build}" != "x${host}" ; then
13533   if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13534     # We already found the complete path
13535     ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13536     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13537 $as_echo "pre-installed in $ac_dir" >&6; }
13538   else
13539     # Canadian cross, just use what we found
13540     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13541 $as_echo "pre-installed" >&6; }
13542   fi
13543 else
13544   ok=yes
13545   case " ${configdirs} " in
13546     *" gcc "*) ;;
13547     *) ok=no ;;
13548   esac
13549   case ,${enable_languages}, in
13550     *,fortran,*) ;;
13551     *) ok=no ;;
13552   esac
13553   if test $ok = yes; then
13554     # An in-tree tool is available and we can use it
13555     GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13556     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13557 $as_echo "just compiled" >&6; }
13558   elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13559     # We already found the complete path
13560     ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13561     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13562 $as_echo "pre-installed in $ac_dir" >&6; }
13563   elif test "x$target" = "x$host"; then
13564     # We can use an host tool
13565     GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13566     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13567 $as_echo "host tool" >&6; }
13568   else
13569     # We need a cross tool
13570     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13571 $as_echo "pre-installed" >&6; }
13572   fi
13573 fi
13574
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13576 $as_echo_n "checking where to find the target gccgo... " >&6; }
13577 if test "x${build}" != "x${host}" ; then
13578   if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13579     # We already found the complete path
13580     ac_dir=`dirname $GOC_FOR_TARGET`
13581     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13582 $as_echo "pre-installed in $ac_dir" >&6; }
13583   else
13584     # Canadian cross, just use what we found
13585     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13586 $as_echo "pre-installed" >&6; }
13587   fi
13588 else
13589   ok=yes
13590   case " ${configdirs} " in
13591     *" gcc "*) ;;
13592     *) ok=no ;;
13593   esac
13594   case ,${enable_languages}, in
13595     *,go,*) ;;
13596     *) ok=no ;;
13597   esac
13598   if test $ok = yes; then
13599     # An in-tree tool is available and we can use it
13600     GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13601     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13602 $as_echo "just compiled" >&6; }
13603   elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13604     # We already found the complete path
13605     ac_dir=`dirname $GOC_FOR_TARGET`
13606     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13607 $as_echo "pre-installed in $ac_dir" >&6; }
13608   elif test "x$target" = "x$host"; then
13609     # We can use an host tool
13610     GOC_FOR_TARGET='$(GOC)'
13611     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13612 $as_echo "host tool" >&6; }
13613   else
13614     # We need a cross tool
13615     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13616 $as_echo "pre-installed" >&6; }
13617   fi
13618 fi
13619
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13621 $as_echo_n "checking where to find the target ld... " >&6; }
13622 if test "x${build}" != "x${host}" ; then
13623   if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13624     # We already found the complete path
13625     ac_dir=`dirname $LD_FOR_TARGET`
13626     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13627 $as_echo "pre-installed in $ac_dir" >&6; }
13628   else
13629     # Canadian cross, just use what we found
13630     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13631 $as_echo "pre-installed" >&6; }
13632   fi
13633 else
13634   ok=yes
13635   case " ${configdirs} " in
13636     *" ld "*) ;;
13637     *) ok=no ;;
13638   esac
13639
13640   if test $ok = yes; then
13641     # An in-tree tool is available and we can use it
13642     LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13643     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13644 $as_echo "just compiled" >&6; }
13645   elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13646     # We already found the complete path
13647     ac_dir=`dirname $LD_FOR_TARGET`
13648     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13649 $as_echo "pre-installed in $ac_dir" >&6; }
13650   elif test "x$target" = "x$host"; then
13651     # We can use an host tool
13652     LD_FOR_TARGET='$(LD)'
13653     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13654 $as_echo "host tool" >&6; }
13655   else
13656     # We need a cross tool
13657     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13658 $as_echo "pre-installed" >&6; }
13659   fi
13660 fi
13661
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13663 $as_echo_n "checking where to find the target lipo... " >&6; }
13664 if test "x${build}" != "x${host}" ; then
13665   if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13666     # We already found the complete path
13667     ac_dir=`dirname $LIPO_FOR_TARGET`
13668     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13669 $as_echo "pre-installed in $ac_dir" >&6; }
13670   else
13671     # Canadian cross, just use what we found
13672     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13673 $as_echo "pre-installed" >&6; }
13674   fi
13675 else
13676   if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13677     # We already found the complete path
13678     ac_dir=`dirname $LIPO_FOR_TARGET`
13679     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13680 $as_echo "pre-installed in $ac_dir" >&6; }
13681   elif test "x$target" = "x$host"; then
13682     # We can use an host tool
13683     LIPO_FOR_TARGET='$(LIPO)'
13684     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13685 $as_echo "host tool" >&6; }
13686   else
13687     # We need a cross tool
13688     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13689 $as_echo "pre-installed" >&6; }
13690   fi
13691 fi
13692
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13694 $as_echo_n "checking where to find the target nm... " >&6; }
13695 if test "x${build}" != "x${host}" ; then
13696   if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13697     # We already found the complete path
13698     ac_dir=`dirname $NM_FOR_TARGET`
13699     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13700 $as_echo "pre-installed in $ac_dir" >&6; }
13701   else
13702     # Canadian cross, just use what we found
13703     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13704 $as_echo "pre-installed" >&6; }
13705   fi
13706 else
13707   ok=yes
13708   case " ${configdirs} " in
13709     *" binutils "*) ;;
13710     *) ok=no ;;
13711   esac
13712
13713   if test $ok = yes; then
13714     # An in-tree tool is available and we can use it
13715     NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13716     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13717 $as_echo "just compiled" >&6; }
13718   elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13719     # We already found the complete path
13720     ac_dir=`dirname $NM_FOR_TARGET`
13721     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13722 $as_echo "pre-installed in $ac_dir" >&6; }
13723   elif test "x$target" = "x$host"; then
13724     # We can use an host tool
13725     NM_FOR_TARGET='$(NM)'
13726     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13727 $as_echo "host tool" >&6; }
13728   else
13729     # We need a cross tool
13730     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13731 $as_echo "pre-installed" >&6; }
13732   fi
13733 fi
13734
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13736 $as_echo_n "checking where to find the target objdump... " >&6; }
13737 if test "x${build}" != "x${host}" ; then
13738   if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13739     # We already found the complete path
13740     ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13741     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13742 $as_echo "pre-installed in $ac_dir" >&6; }
13743   else
13744     # Canadian cross, just use what we found
13745     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13746 $as_echo "pre-installed" >&6; }
13747   fi
13748 else
13749   ok=yes
13750   case " ${configdirs} " in
13751     *" binutils "*) ;;
13752     *) ok=no ;;
13753   esac
13754
13755   if test $ok = yes; then
13756     # An in-tree tool is available and we can use it
13757     OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13758     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13759 $as_echo "just compiled" >&6; }
13760   elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13761     # We already found the complete path
13762     ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13763     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13764 $as_echo "pre-installed in $ac_dir" >&6; }
13765   elif test "x$target" = "x$host"; then
13766     # We can use an host tool
13767     OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13768     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13769 $as_echo "host tool" >&6; }
13770   else
13771     # We need a cross tool
13772     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13773 $as_echo "pre-installed" >&6; }
13774   fi
13775 fi
13776
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13778 $as_echo_n "checking where to find the target ranlib... " >&6; }
13779 if test "x${build}" != "x${host}" ; then
13780   if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13781     # We already found the complete path
13782     ac_dir=`dirname $RANLIB_FOR_TARGET`
13783     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13784 $as_echo "pre-installed in $ac_dir" >&6; }
13785   else
13786     # Canadian cross, just use what we found
13787     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13788 $as_echo "pre-installed" >&6; }
13789   fi
13790 else
13791   ok=yes
13792   case " ${configdirs} " in
13793     *" binutils "*) ;;
13794     *) ok=no ;;
13795   esac
13796
13797   if test $ok = yes; then
13798     # An in-tree tool is available and we can use it
13799     RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13800     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13801 $as_echo "just compiled" >&6; }
13802   elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13803     # We already found the complete path
13804     ac_dir=`dirname $RANLIB_FOR_TARGET`
13805     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13806 $as_echo "pre-installed in $ac_dir" >&6; }
13807   elif test "x$target" = "x$host"; then
13808     # We can use an host tool
13809     RANLIB_FOR_TARGET='$(RANLIB)'
13810     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13811 $as_echo "host tool" >&6; }
13812   else
13813     # We need a cross tool
13814     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13815 $as_echo "pre-installed" >&6; }
13816   fi
13817 fi
13818
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13820 $as_echo_n "checking where to find the target strip... " >&6; }
13821 if test "x${build}" != "x${host}" ; then
13822   if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13823     # We already found the complete path
13824     ac_dir=`dirname $STRIP_FOR_TARGET`
13825     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13826 $as_echo "pre-installed in $ac_dir" >&6; }
13827   else
13828     # Canadian cross, just use what we found
13829     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13830 $as_echo "pre-installed" >&6; }
13831   fi
13832 else
13833   ok=yes
13834   case " ${configdirs} " in
13835     *" binutils "*) ;;
13836     *) ok=no ;;
13837   esac
13838
13839   if test $ok = yes; then
13840     # An in-tree tool is available and we can use it
13841     STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
13842     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13843 $as_echo "just compiled" >&6; }
13844   elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13845     # We already found the complete path
13846     ac_dir=`dirname $STRIP_FOR_TARGET`
13847     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13848 $as_echo "pre-installed in $ac_dir" >&6; }
13849   elif test "x$target" = "x$host"; then
13850     # We can use an host tool
13851     STRIP_FOR_TARGET='$(STRIP)'
13852     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13853 $as_echo "host tool" >&6; }
13854   else
13855     # We need a cross tool
13856     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13857 $as_echo "pre-installed" >&6; }
13858   fi
13859 fi
13860
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13862 $as_echo_n "checking where to find the target windres... " >&6; }
13863 if test "x${build}" != "x${host}" ; then
13864   if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13865     # We already found the complete path
13866     ac_dir=`dirname $WINDRES_FOR_TARGET`
13867     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13868 $as_echo "pre-installed in $ac_dir" >&6; }
13869   else
13870     # Canadian cross, just use what we found
13871     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13872 $as_echo "pre-installed" >&6; }
13873   fi
13874 else
13875   ok=yes
13876   case " ${configdirs} " in
13877     *" binutils "*) ;;
13878     *) ok=no ;;
13879   esac
13880
13881   if test $ok = yes; then
13882     # An in-tree tool is available and we can use it
13883     WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
13884     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13885 $as_echo "just compiled" >&6; }
13886   elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13887     # We already found the complete path
13888     ac_dir=`dirname $WINDRES_FOR_TARGET`
13889     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13890 $as_echo "pre-installed in $ac_dir" >&6; }
13891   elif test "x$target" = "x$host"; then
13892     # We can use an host tool
13893     WINDRES_FOR_TARGET='$(WINDRES)'
13894     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13895 $as_echo "host tool" >&6; }
13896   else
13897     # We need a cross tool
13898     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13899 $as_echo "pre-installed" >&6; }
13900   fi
13901 fi
13902
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13904 $as_echo_n "checking where to find the target windmc... " >&6; }
13905 if test "x${build}" != "x${host}" ; then
13906   if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13907     # We already found the complete path
13908     ac_dir=`dirname $WINDMC_FOR_TARGET`
13909     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13910 $as_echo "pre-installed in $ac_dir" >&6; }
13911   else
13912     # Canadian cross, just use what we found
13913     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13914 $as_echo "pre-installed" >&6; }
13915   fi
13916 else
13917   ok=yes
13918   case " ${configdirs} " in
13919     *" binutils "*) ;;
13920     *) ok=no ;;
13921   esac
13922
13923   if test $ok = yes; then
13924     # An in-tree tool is available and we can use it
13925     WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
13926     { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13927 $as_echo "just compiled" >&6; }
13928   elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13929     # We already found the complete path
13930     ac_dir=`dirname $WINDMC_FOR_TARGET`
13931     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13932 $as_echo "pre-installed in $ac_dir" >&6; }
13933   elif test "x$target" = "x$host"; then
13934     # We can use an host tool
13935     WINDMC_FOR_TARGET='$(WINDMC)'
13936     { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13937 $as_echo "host tool" >&6; }
13938   else
13939     # We need a cross tool
13940     { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13941 $as_echo "pre-installed" >&6; }
13942   fi
13943 fi
13944
13945
13946
13947
13948
13949 # Certain tools may need extra flags.
13950 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13951 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13952 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13953
13954 # When building target libraries, except in a Canadian cross, we use
13955 # the same toolchain as the compiler we just built.
13956 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13957 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13958 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13959 if test $host = $build; then
13960   case " $configdirs " in
13961     *" gcc "*)
13962       COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13963       COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13964       COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13965       ;;
13966   esac
13967 fi
13968
13969
13970
13971
13972
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13974 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13975 # Check whether --enable-maintainer-mode was given.
13976 if test "${enable_maintainer_mode+set}" = set; then :
13977   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13978 else
13979   USE_MAINTAINER_MODE=no
13980 fi
13981
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13983 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13984
13985
13986 if test "$USE_MAINTAINER_MODE" = yes; then
13987   MAINTAINER_MODE_TRUE=
13988   MAINTAINER_MODE_FALSE='#'
13989 else
13990   MAINTAINER_MODE_TRUE='#'
13991   MAINTAINER_MODE_FALSE=
13992 fi
13993 MAINT=$MAINTAINER_MODE_TRUE
13994
13995 # ---------------------
13996 # GCC bootstrap support
13997 # ---------------------
13998
13999 # Stage specific cflags for build.
14000 stage1_cflags="-g"
14001 case $build in
14002   vax-*-*)
14003     case ${GCC} in
14004       yes) stage1_cflags="-g -Wa,-J" ;;
14005       *) stage1_cflags="-g -J" ;;
14006     esac ;;
14007 esac
14008
14009 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
14010 if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
14011   saved_CFLAGS="$CFLAGS"
14012
14013   # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14014   CFLAGS="$CFLAGS -fkeep-inline-functions"
14015   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14016 $as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14017   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14018 /* end confdefs.h.  */
14019
14020 #if (__GNUC__ < 3) \
14021     || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14022                           || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14023 #error http://gcc.gnu.org/PR29382
14024 #endif
14025
14026 int
14027 main ()
14028 {
14029
14030   ;
14031   return 0;
14032 }
14033 _ACEOF
14034 if ac_fn_c_try_compile "$LINENO"; then :
14035   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14036 $as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
14037 else
14038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14039 $as_echo "no" >&6; }
14040 fi
14041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14042
14043   CFLAGS="$saved_CFLAGS"
14044 fi
14045
14046
14047
14048 # Enable --enable-checking in stage1 of the compiler.
14049 # Check whether --enable-stage1-checking was given.
14050 if test "${enable_stage1_checking+set}" = set; then :
14051   enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14052 else
14053   if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14054   stage1_checking=--enable-checking=yes,types
14055 else
14056   stage1_checking=--enable-checking=$enable_checking,types
14057 fi
14058 fi
14059
14060
14061
14062 # Enable -Werror in bootstrap stage2 and later.
14063 # Check whether --enable-werror was given.
14064 if test "${enable_werror+set}" = set; then :
14065   enableval=$enable_werror;
14066 else
14067   if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14068   enable_werror=yes
14069 else
14070   enable_werror=no
14071 fi
14072 fi
14073
14074 case ${enable_werror} in
14075   yes) stage2_werror_flag="--enable-werror-always" ;;
14076   *) stage2_werror_flag="" ;;
14077 esac
14078
14079
14080 # Specify what files to not compare during bootstrap.
14081
14082 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14083 case "$target" in
14084   hppa*64*-*-hpux*) ;;
14085   hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14086 esac
14087 case " $configdirs " in
14088 *" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14089 esac
14090
14091
14092 ac_config_files="$ac_config_files Makefile"
14093
14094 cat >confcache <<\_ACEOF
14095 # This file is a shell script that caches the results of configure
14096 # tests run on this system so they can be shared between configure
14097 # scripts and configure runs, see configure's option --config-cache.
14098 # It is not useful on other systems.  If it contains results you don't
14099 # want to keep, you may remove or edit it.
14100 #
14101 # config.status only pays attention to the cache file if you give it
14102 # the --recheck option to rerun configure.
14103 #
14104 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14105 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14106 # following values.
14107
14108 _ACEOF
14109
14110 # The following way of writing the cache mishandles newlines in values,
14111 # but we know of no workaround that is simple, portable, and efficient.
14112 # So, we kill variables containing newlines.
14113 # Ultrix sh set writes to stderr and can't be redirected directly,
14114 # and sets the high bit in the cache file unless we assign to the vars.
14115 (
14116   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14117     eval ac_val=\$$ac_var
14118     case $ac_val in #(
14119     *${as_nl}*)
14120       case $ac_var in #(
14121       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14122 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14123       esac
14124       case $ac_var in #(
14125       _ | IFS | as_nl) ;; #(
14126       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14127       *) { eval $ac_var=; unset $ac_var;} ;;
14128       esac ;;
14129     esac
14130   done
14131
14132   (set) 2>&1 |
14133     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14134     *${as_nl}ac_space=\ *)
14135       # `set' does not quote correctly, so add quotes: double-quote
14136       # substitution turns \\\\ into \\, and sed turns \\ into \.
14137       sed -n \
14138         "s/'/'\\\\''/g;
14139           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14140       ;; #(
14141     *)
14142       # `set' quotes correctly as required by POSIX, so do not add quotes.
14143       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14144       ;;
14145     esac |
14146     sort
14147 ) |
14148   sed '
14149      /^ac_cv_env_/b end
14150      t clear
14151      :clear
14152      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14153      t end
14154      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14155      :end' >>confcache
14156 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14157   if test -w "$cache_file"; then
14158     test "x$cache_file" != "x/dev/null" &&
14159       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14160 $as_echo "$as_me: updating cache $cache_file" >&6;}
14161     cat confcache >$cache_file
14162   else
14163     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14164 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14165   fi
14166 fi
14167 rm -f confcache
14168
14169 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14170 # Let make expand exec_prefix.
14171 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14172
14173 # Transform confdefs.h into DEFS.
14174 # Protect against shell expansion while executing Makefile rules.
14175 # Protect against Makefile macro expansion.
14176 #
14177 # If the first sed substitution is executed (which looks for macros that
14178 # take arguments), then branch to the quote section.  Otherwise,
14179 # look for a macro that doesn't take arguments.
14180 ac_script='
14181 :mline
14182 /\\$/{
14183  N
14184  s,\\\n,,
14185  b mline
14186 }
14187 t clear
14188 :clear
14189 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
14190 t quote
14191 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
14192 t quote
14193 b any
14194 :quote
14195 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14196 s/\[/\\&/g
14197 s/\]/\\&/g
14198 s/\$/$$/g
14199 H
14200 :any
14201 ${
14202         g
14203         s/^\n//
14204         s/\n/ /g
14205         p
14206 }
14207 '
14208 DEFS=`sed -n "$ac_script" confdefs.h`
14209
14210
14211 ac_libobjs=
14212 ac_ltlibobjs=
14213 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14214   # 1. Remove the extension, and $U if already installed.
14215   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14216   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14217   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14218   #    will be set to the directory where LIBOBJS objects are built.
14219   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14220   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14221 done
14222 LIBOBJS=$ac_libobjs
14223
14224 LTLIBOBJS=$ac_ltlibobjs
14225
14226
14227
14228 : ${CONFIG_STATUS=./config.status}
14229 ac_write_fail=0
14230 ac_clean_files_save=$ac_clean_files
14231 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14233 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14234 as_write_fail=0
14235 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14236 #! $SHELL
14237 # Generated by $as_me.
14238 # Run this file to recreate the current configuration.
14239 # Compiler output produced by configure, useful for debugging
14240 # configure, is in config.log if it exists.
14241
14242 debug=false
14243 ac_cs_recheck=false
14244 ac_cs_silent=false
14245
14246 SHELL=\${CONFIG_SHELL-$SHELL}
14247 export SHELL
14248 _ASEOF
14249 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14250 ## -------------------- ##
14251 ## M4sh Initialization. ##
14252 ## -------------------- ##
14253
14254 # Be more Bourne compatible
14255 DUALCASE=1; export DUALCASE # for MKS sh
14256 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14257   emulate sh
14258   NULLCMD=:
14259   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14260   # is contrary to our usage.  Disable this feature.
14261   alias -g '${1+"$@"}'='"$@"'
14262   setopt NO_GLOB_SUBST
14263 else
14264   case `(set -o) 2>/dev/null` in #(
14265   *posix*) :
14266     set -o posix ;; #(
14267   *) :
14268      ;;
14269 esac
14270 fi
14271
14272
14273 as_nl='
14274 '
14275 export as_nl
14276 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14277 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14278 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14279 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14280 # Prefer a ksh shell builtin over an external printf program on Solaris,
14281 # but without wasting forks for bash or zsh.
14282 if test -z "$BASH_VERSION$ZSH_VERSION" \
14283     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14284   as_echo='print -r --'
14285   as_echo_n='print -rn --'
14286 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14287   as_echo='printf %s\n'
14288   as_echo_n='printf %s'
14289 else
14290   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14291     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14292     as_echo_n='/usr/ucb/echo -n'
14293   else
14294     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14295     as_echo_n_body='eval
14296       arg=$1;
14297       case $arg in #(
14298       *"$as_nl"*)
14299         expr "X$arg" : "X\\(.*\\)$as_nl";
14300         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14301       esac;
14302       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14303     '
14304     export as_echo_n_body
14305     as_echo_n='sh -c $as_echo_n_body as_echo'
14306   fi
14307   export as_echo_body
14308   as_echo='sh -c $as_echo_body as_echo'
14309 fi
14310
14311 # The user is always right.
14312 if test "${PATH_SEPARATOR+set}" != set; then
14313   PATH_SEPARATOR=:
14314   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14315     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14316       PATH_SEPARATOR=';'
14317   }
14318 fi
14319
14320
14321 # IFS
14322 # We need space, tab and new line, in precisely that order.  Quoting is
14323 # there to prevent editors from complaining about space-tab.
14324 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14325 # splitting by setting IFS to empty value.)
14326 IFS=" ""        $as_nl"
14327
14328 # Find who we are.  Look in the path if we contain no directory separator.
14329 case $0 in #((
14330   *[\\/]* ) as_myself=$0 ;;
14331   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14332 for as_dir in $PATH
14333 do
14334   IFS=$as_save_IFS
14335   test -z "$as_dir" && as_dir=.
14336     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14337   done
14338 IFS=$as_save_IFS
14339
14340      ;;
14341 esac
14342 # We did not find ourselves, most probably we were run as `sh COMMAND'
14343 # in which case we are not to be found in the path.
14344 if test "x$as_myself" = x; then
14345   as_myself=$0
14346 fi
14347 if test ! -f "$as_myself"; then
14348   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14349   exit 1
14350 fi
14351
14352 # Unset variables that we do not need and which cause bugs (e.g. in
14353 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14354 # suppresses any "Segmentation fault" message there.  '((' could
14355 # trigger a bug in pdksh 5.2.14.
14356 for as_var in BASH_ENV ENV MAIL MAILPATH
14357 do eval test x\${$as_var+set} = xset \
14358   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14359 done
14360 PS1='$ '
14361 PS2='> '
14362 PS4='+ '
14363
14364 # NLS nuisances.
14365 LC_ALL=C
14366 export LC_ALL
14367 LANGUAGE=C
14368 export LANGUAGE
14369
14370 # CDPATH.
14371 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14372
14373
14374 # as_fn_error ERROR [LINENO LOG_FD]
14375 # ---------------------------------
14376 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14377 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14378 # script with status $?, using 1 if that was 0.
14379 as_fn_error ()
14380 {
14381   as_status=$?; test $as_status -eq 0 && as_status=1
14382   if test "$3"; then
14383     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14384     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14385   fi
14386   $as_echo "$as_me: error: $1" >&2
14387   as_fn_exit $as_status
14388 } # as_fn_error
14389
14390
14391 # as_fn_set_status STATUS
14392 # -----------------------
14393 # Set $? to STATUS, without forking.
14394 as_fn_set_status ()
14395 {
14396   return $1
14397 } # as_fn_set_status
14398
14399 # as_fn_exit STATUS
14400 # -----------------
14401 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14402 as_fn_exit ()
14403 {
14404   set +e
14405   as_fn_set_status $1
14406   exit $1
14407 } # as_fn_exit
14408
14409 # as_fn_unset VAR
14410 # ---------------
14411 # Portably unset VAR.
14412 as_fn_unset ()
14413 {
14414   { eval $1=; unset $1;}
14415 }
14416 as_unset=as_fn_unset
14417 # as_fn_append VAR VALUE
14418 # ----------------------
14419 # Append the text in VALUE to the end of the definition contained in VAR. Take
14420 # advantage of any shell optimizations that allow amortized linear growth over
14421 # repeated appends, instead of the typical quadratic growth present in naive
14422 # implementations.
14423 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14424   eval 'as_fn_append ()
14425   {
14426     eval $1+=\$2
14427   }'
14428 else
14429   as_fn_append ()
14430   {
14431     eval $1=\$$1\$2
14432   }
14433 fi # as_fn_append
14434
14435 # as_fn_arith ARG...
14436 # ------------------
14437 # Perform arithmetic evaluation on the ARGs, and store the result in the
14438 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14439 # must be portable across $(()) and expr.
14440 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14441   eval 'as_fn_arith ()
14442   {
14443     as_val=$(( $* ))
14444   }'
14445 else
14446   as_fn_arith ()
14447   {
14448     as_val=`expr "$@" || test $? -eq 1`
14449   }
14450 fi # as_fn_arith
14451
14452
14453 if expr a : '\(a\)' >/dev/null 2>&1 &&
14454    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14455   as_expr=expr
14456 else
14457   as_expr=false
14458 fi
14459
14460 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14461   as_basename=basename
14462 else
14463   as_basename=false
14464 fi
14465
14466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14467   as_dirname=dirname
14468 else
14469   as_dirname=false
14470 fi
14471
14472 as_me=`$as_basename -- "$0" ||
14473 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14474          X"$0" : 'X\(//\)$' \| \
14475          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14476 $as_echo X/"$0" |
14477     sed '/^.*\/\([^/][^/]*\)\/*$/{
14478             s//\1/
14479             q
14480           }
14481           /^X\/\(\/\/\)$/{
14482             s//\1/
14483             q
14484           }
14485           /^X\/\(\/\).*/{
14486             s//\1/
14487             q
14488           }
14489           s/.*/./; q'`
14490
14491 # Avoid depending upon Character Ranges.
14492 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14493 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14494 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14495 as_cr_digits='0123456789'
14496 as_cr_alnum=$as_cr_Letters$as_cr_digits
14497
14498 ECHO_C= ECHO_N= ECHO_T=
14499 case `echo -n x` in #(((((
14500 -n*)
14501   case `echo 'xy\c'` in
14502   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
14503   xy)  ECHO_C='\c';;
14504   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
14505        ECHO_T=' ';;
14506   esac;;
14507 *)
14508   ECHO_N='-n';;
14509 esac
14510
14511 rm -f conf$$ conf$$.exe conf$$.file
14512 if test -d conf$$.dir; then
14513   rm -f conf$$.dir/conf$$.file
14514 else
14515   rm -f conf$$.dir
14516   mkdir conf$$.dir 2>/dev/null
14517 fi
14518 if (echo >conf$$.file) 2>/dev/null; then
14519   if ln -s conf$$.file conf$$ 2>/dev/null; then
14520     as_ln_s='ln -s'
14521     # ... but there are two gotchas:
14522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14524     # In both cases, we have to default to `cp -p'.
14525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14526       as_ln_s='cp -p'
14527   elif ln conf$$.file conf$$ 2>/dev/null; then
14528     as_ln_s=ln
14529   else
14530     as_ln_s='cp -p'
14531   fi
14532 else
14533   as_ln_s='cp -p'
14534 fi
14535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14536 rmdir conf$$.dir 2>/dev/null
14537
14538
14539 # as_fn_mkdir_p
14540 # -------------
14541 # Create "$as_dir" as a directory, including parents if necessary.
14542 as_fn_mkdir_p ()
14543 {
14544
14545   case $as_dir in #(
14546   -*) as_dir=./$as_dir;;
14547   esac
14548   test -d "$as_dir" || eval $as_mkdir_p || {
14549     as_dirs=
14550     while :; do
14551       case $as_dir in #(
14552       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14553       *) as_qdir=$as_dir;;
14554       esac
14555       as_dirs="'$as_qdir' $as_dirs"
14556       as_dir=`$as_dirname -- "$as_dir" ||
14557 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14558          X"$as_dir" : 'X\(//\)[^/]' \| \
14559          X"$as_dir" : 'X\(//\)$' \| \
14560          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14561 $as_echo X"$as_dir" |
14562     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14563             s//\1/
14564             q
14565           }
14566           /^X\(\/\/\)[^/].*/{
14567             s//\1/
14568             q
14569           }
14570           /^X\(\/\/\)$/{
14571             s//\1/
14572             q
14573           }
14574           /^X\(\/\).*/{
14575             s//\1/
14576             q
14577           }
14578           s/.*/./; q'`
14579       test -d "$as_dir" && break
14580     done
14581     test -z "$as_dirs" || eval "mkdir $as_dirs"
14582   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14583
14584
14585 } # as_fn_mkdir_p
14586 if mkdir -p . 2>/dev/null; then
14587   as_mkdir_p='mkdir -p "$as_dir"'
14588 else
14589   test -d ./-p && rmdir ./-p
14590   as_mkdir_p=false
14591 fi
14592
14593 if test -x / >/dev/null 2>&1; then
14594   as_test_x='test -x'
14595 else
14596   if ls -dL / >/dev/null 2>&1; then
14597     as_ls_L_option=L
14598   else
14599     as_ls_L_option=
14600   fi
14601   as_test_x='
14602     eval sh -c '\''
14603       if test -d "$1"; then
14604         test -d "$1/.";
14605       else
14606         case $1 in #(
14607         -*)set "./$1";;
14608         esac;
14609         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14610         ???[sx]*):;;*)false;;esac;fi
14611     '\'' sh
14612   '
14613 fi
14614 as_executable_p=$as_test_x
14615
14616 # Sed expression to map a string onto a valid CPP name.
14617 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14618
14619 # Sed expression to map a string onto a valid variable name.
14620 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14621
14622
14623 exec 6>&1
14624 ## ----------------------------------- ##
14625 ## Main body of $CONFIG_STATUS script. ##
14626 ## ----------------------------------- ##
14627 _ASEOF
14628 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14629
14630 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14631 # Save the log message, to keep $0 and so on meaningful, and to
14632 # report actual input values of CONFIG_FILES etc. instead of their
14633 # values after options handling.
14634 ac_log="
14635 This file was extended by $as_me, which was
14636 generated by GNU Autoconf 2.64.  Invocation command line was
14637
14638   CONFIG_FILES    = $CONFIG_FILES
14639   CONFIG_HEADERS  = $CONFIG_HEADERS
14640   CONFIG_LINKS    = $CONFIG_LINKS
14641   CONFIG_COMMANDS = $CONFIG_COMMANDS
14642   $ $0 $@
14643
14644 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14645 "
14646
14647 _ACEOF
14648
14649 case $ac_config_files in *"
14650 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14651 esac
14652
14653
14654
14655 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14656 # Files that config.status was made for.
14657 config_files="$ac_config_files"
14658
14659 _ACEOF
14660
14661 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14662 ac_cs_usage="\
14663 \`$as_me' instantiates files and other configuration actions
14664 from templates according to the current configuration.  Unless the files
14665 and actions are specified as TAGs, all are instantiated by default.
14666
14667 Usage: $0 [OPTION]... [TAG]...
14668
14669   -h, --help       print this help, then exit
14670   -V, --version    print version number and configuration settings, then exit
14671   -q, --quiet, --silent
14672                    do not print progress messages
14673   -d, --debug      don't remove temporary files
14674       --recheck    update $as_me by reconfiguring in the same conditions
14675       --file=FILE[:TEMPLATE]
14676                    instantiate the configuration file FILE
14677
14678 Configuration files:
14679 $config_files
14680
14681 Report bugs to the package provider."
14682
14683 _ACEOF
14684 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14685 ac_cs_version="\\
14686 config.status
14687 configured by $0, generated by GNU Autoconf 2.64,
14688   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14689
14690 Copyright (C) 2009 Free Software Foundation, Inc.
14691 This config.status script is free software; the Free Software Foundation
14692 gives unlimited permission to copy, distribute and modify it."
14693
14694 ac_pwd='$ac_pwd'
14695 srcdir='$srcdir'
14696 INSTALL='$INSTALL'
14697 AWK='$AWK'
14698 test -n "\$AWK" || AWK=awk
14699 _ACEOF
14700
14701 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14702 # The default lists apply if the user does not specify any file.
14703 ac_need_defaults=:
14704 while test $# != 0
14705 do
14706   case $1 in
14707   --*=*)
14708     ac_option=`expr "X$1" : 'X\([^=]*\)='`
14709     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14710     ac_shift=:
14711     ;;
14712   *)
14713     ac_option=$1
14714     ac_optarg=$2
14715     ac_shift=shift
14716     ;;
14717   esac
14718
14719   case $ac_option in
14720   # Handling of the options.
14721   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14722     ac_cs_recheck=: ;;
14723   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14724     $as_echo "$ac_cs_version"; exit ;;
14725   --debug | --debu | --deb | --de | --d | -d )
14726     debug=: ;;
14727   --file | --fil | --fi | --f )
14728     $ac_shift
14729     case $ac_optarg in
14730     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14731     esac
14732     as_fn_append CONFIG_FILES " '$ac_optarg'"
14733     ac_need_defaults=false;;
14734   --he | --h |  --help | --hel | -h )
14735     $as_echo "$ac_cs_usage"; exit ;;
14736   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14737   | -silent | --silent | --silen | --sile | --sil | --si | --s)
14738     ac_cs_silent=: ;;
14739
14740   # This is an error.
14741   -*) as_fn_error "unrecognized option: \`$1'
14742 Try \`$0 --help' for more information." ;;
14743
14744   *) as_fn_append ac_config_targets " $1"
14745      ac_need_defaults=false ;;
14746
14747   esac
14748   shift
14749 done
14750
14751 ac_configure_extra_args=
14752
14753 if $ac_cs_silent; then
14754   exec 6>/dev/null
14755   ac_configure_extra_args="$ac_configure_extra_args --silent"
14756 fi
14757
14758 _ACEOF
14759 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14760 if \$ac_cs_recheck; then
14761   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14762   shift
14763   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14764   CONFIG_SHELL='$SHELL'
14765   export CONFIG_SHELL
14766   exec "\$@"
14767 fi
14768
14769 _ACEOF
14770 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14771 exec 5>>config.log
14772 {
14773   echo
14774   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14775 ## Running $as_me. ##
14776 _ASBOX
14777   $as_echo "$ac_log"
14778 } >&5
14779
14780 _ACEOF
14781 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14782 #
14783 # INIT-COMMANDS
14784 #
14785 extrasub_build="$extrasub_build"
14786    extrasub_host="$extrasub_host"
14787    extrasub_target="$extrasub_target"
14788
14789 _ACEOF
14790
14791 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14792
14793 # Handling of arguments.
14794 for ac_config_target in $ac_config_targets
14795 do
14796   case $ac_config_target in
14797     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14798
14799   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14800   esac
14801 done
14802
14803
14804 # If the user did not use the arguments to specify the items to instantiate,
14805 # then the envvar interface is used.  Set only those that are not.
14806 # We use the long form for the default assignment because of an extremely
14807 # bizarre bug on SunOS 4.1.3.
14808 if $ac_need_defaults; then
14809   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14810 fi
14811
14812 # Have a temporary directory for convenience.  Make it in the build tree
14813 # simply because there is no reason against having it here, and in addition,
14814 # creating and moving files from /tmp can sometimes cause problems.
14815 # Hook for its removal unless debugging.
14816 # Note that there is a small window in which the directory will not be cleaned:
14817 # after its creation but before its name has been assigned to `$tmp'.
14818 $debug ||
14819 {
14820   tmp=
14821   trap 'exit_status=$?
14822   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14823 ' 0
14824   trap 'as_fn_exit 1' 1 2 13 15
14825 }
14826 # Create a (secure) tmp directory for tmp files.
14827
14828 {
14829   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14830   test -n "$tmp" && test -d "$tmp"
14831 }  ||
14832 {
14833   tmp=./conf$$-$RANDOM
14834   (umask 077 && mkdir "$tmp")
14835 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14836
14837 # Set up the scripts for CONFIG_FILES section.
14838 # No need to generate them if there are no CONFIG_FILES.
14839 # This happens for instance with `./config.status config.h'.
14840 if test -n "$CONFIG_FILES"; then
14841
14842 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14843   ac_cs_awk_getline=:
14844   ac_cs_awk_pipe_init=
14845   ac_cs_awk_read_file='
14846       while ((getline aline < (F[key])) > 0)
14847         print(aline)
14848       close(F[key])'
14849   ac_cs_awk_pipe_fini=
14850 else
14851   ac_cs_awk_getline=false
14852   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14853   ac_cs_awk_read_file='
14854       print "|#_!!_#|"
14855       print "cat " F[key] " &&"
14856       '$ac_cs_awk_pipe_init
14857   # The final `:' finishes the AND list.
14858   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14859 fi
14860 ac_cr=`echo X | tr X '\015'`
14861 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14862 # But we know of no other shell where ac_cr would be empty at this
14863 # point, so we can use a bashism as a fallback.
14864 if test "x$ac_cr" = x; then
14865   eval ac_cr=\$\'\\r\'
14866 fi
14867 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14868 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14869   ac_cs_awk_cr='\r'
14870 else
14871   ac_cs_awk_cr=$ac_cr
14872 fi
14873
14874 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14875 _ACEOF
14876
14877 # Create commands to substitute file output variables.
14878 {
14879   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14880   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14881   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14882   echo "_ACAWK" &&
14883   echo "_ACEOF"
14884 } >conf$$files.sh &&
14885 . ./conf$$files.sh ||
14886   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14887 rm -f conf$$files.sh
14888
14889 {
14890   echo "cat >conf$$subs.awk <<_ACEOF" &&
14891   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14892   echo "_ACEOF"
14893 } >conf$$subs.sh ||
14894   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14895 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14896 ac_delim='%!_!# '
14897 for ac_last_try in false false false false false :; do
14898   . ./conf$$subs.sh ||
14899     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14900
14901   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14902   if test $ac_delim_n = $ac_delim_num; then
14903     break
14904   elif $ac_last_try; then
14905     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14906   else
14907     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14908   fi
14909 done
14910 rm -f conf$$subs.sh
14911
14912 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14913 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14914 _ACEOF
14915 sed -n '
14916 h
14917 s/^/S["/; s/!.*/"]=/
14918 p
14919 g
14920 s/^[^!]*!//
14921 :repl
14922 t repl
14923 s/'"$ac_delim"'$//
14924 t delim
14925 :nl
14926 h
14927 s/\(.\{148\}\).*/\1/
14928 t more1
14929 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14930 p
14931 n
14932 b repl
14933 :more1
14934 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14935 p
14936 g
14937 s/.\{148\}//
14938 t nl
14939 :delim
14940 h
14941 s/\(.\{148\}\).*/\1/
14942 t more2
14943 s/["\\]/\\&/g; s/^/"/; s/$/"/
14944 p
14945 b
14946 :more2
14947 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14948 p
14949 g
14950 s/.\{148\}//
14951 t delim
14952 ' <conf$$subs.awk | sed '
14953 /^[^""]/{
14954   N
14955   s/\n//
14956 }
14957 ' >>$CONFIG_STATUS || ac_write_fail=1
14958 rm -f conf$$subs.awk
14959 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14960 _ACAWK
14961 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14962   for (key in S) S_is_set[key] = 1
14963   FS = "\a"
14964   \$ac_cs_awk_pipe_init
14965 }
14966 {
14967   line = $ 0
14968   nfields = split(line, field, "@")
14969   substed = 0
14970   len = length(field[1])
14971   for (i = 2; i < nfields; i++) {
14972     key = field[i]
14973     keylen = length(key)
14974     if (S_is_set[key]) {
14975       value = S[key]
14976       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14977       len += length(value) + length(field[++i])
14978       substed = 1
14979     } else
14980       len += 1 + keylen
14981   }
14982   if (nfields == 3 && !substed) {
14983     key = field[2]
14984     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
14985       \$ac_cs_awk_read_file
14986       next
14987     }
14988   }
14989   print line
14990 }
14991 \$ac_cs_awk_pipe_fini
14992 _ACAWK
14993 _ACEOF
14994 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14995 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14996   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14997 else
14998   cat
14999 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15000   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15001 _ACEOF
15002
15003 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15004 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15005 # trailing colons and then remove the whole line if VPATH becomes empty
15006 # (actually we leave an empty line to preserve line numbers).
15007 if test "x$srcdir" = x.; then
15008   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15009 s/:*\$(srcdir):*/:/
15010 s/:*\${srcdir}:*/:/
15011 s/:*@srcdir@:*/:/
15012 s/^\([^=]*=[     ]*\):*/\1/
15013 s/:*$//
15014 s/^[^=]*=[       ]*$//
15015 }'
15016 fi
15017
15018 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15019 fi # test -n "$CONFIG_FILES"
15020
15021
15022 eval set X "  :F $CONFIG_FILES      "
15023 shift
15024 for ac_tag
15025 do
15026   case $ac_tag in
15027   :[FHLC]) ac_mode=$ac_tag; continue;;
15028   esac
15029   case $ac_mode$ac_tag in
15030   :[FHL]*:*);;
15031   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15032   :[FH]-) ac_tag=-:-;;
15033   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15034   esac
15035   ac_save_IFS=$IFS
15036   IFS=:
15037   set x $ac_tag
15038   IFS=$ac_save_IFS
15039   shift
15040   ac_file=$1
15041   shift
15042
15043   case $ac_mode in
15044   :L) ac_source=$1;;
15045   :[FH])
15046     ac_file_inputs=
15047     for ac_f
15048     do
15049       case $ac_f in
15050       -) ac_f="$tmp/stdin";;
15051       *) # Look for the file first in the build tree, then in the source tree
15052          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15053          # because $ac_f cannot contain `:'.
15054          test -f "$ac_f" ||
15055            case $ac_f in
15056            [\\/$]*) false;;
15057            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15058            esac ||
15059            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15060       esac
15061       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15062       as_fn_append ac_file_inputs " '$ac_f'"
15063     done
15064
15065     # Let's still pretend it is `configure' which instantiates (i.e., don't
15066     # use $as_me), people would be surprised to read:
15067     #    /* config.h.  Generated by config.status.  */
15068     configure_input='Generated from '`
15069           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15070         `' by configure.'
15071     if test x"$ac_file" != x-; then
15072       configure_input="$ac_file.  $configure_input"
15073       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15074 $as_echo "$as_me: creating $ac_file" >&6;}
15075     fi
15076     # Neutralize special characters interpreted by sed in replacement strings.
15077     case $configure_input in #(
15078     *\&* | *\|* | *\\* )
15079        ac_sed_conf_input=`$as_echo "$configure_input" |
15080        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15081     *) ac_sed_conf_input=$configure_input;;
15082     esac
15083
15084     case $ac_tag in
15085     *:-:* | *:-) cat >"$tmp/stdin" \
15086       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15087     esac
15088     ;;
15089   esac
15090
15091   ac_dir=`$as_dirname -- "$ac_file" ||
15092 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15093          X"$ac_file" : 'X\(//\)[^/]' \| \
15094          X"$ac_file" : 'X\(//\)$' \| \
15095          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15096 $as_echo X"$ac_file" |
15097     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15098             s//\1/
15099             q
15100           }
15101           /^X\(\/\/\)[^/].*/{
15102             s//\1/
15103             q
15104           }
15105           /^X\(\/\/\)$/{
15106             s//\1/
15107             q
15108           }
15109           /^X\(\/\).*/{
15110             s//\1/
15111             q
15112           }
15113           s/.*/./; q'`
15114   as_dir="$ac_dir"; as_fn_mkdir_p
15115   ac_builddir=.
15116
15117 case "$ac_dir" in
15118 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15119 *)
15120   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15121   # A ".." for each directory in $ac_dir_suffix.
15122   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15123   case $ac_top_builddir_sub in
15124   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15125   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15126   esac ;;
15127 esac
15128 ac_abs_top_builddir=$ac_pwd
15129 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15130 # for backward compatibility:
15131 ac_top_builddir=$ac_top_build_prefix
15132
15133 case $srcdir in
15134   .)  # We are building in place.
15135     ac_srcdir=.
15136     ac_top_srcdir=$ac_top_builddir_sub
15137     ac_abs_top_srcdir=$ac_pwd ;;
15138   [\\/]* | ?:[\\/]* )  # Absolute name.
15139     ac_srcdir=$srcdir$ac_dir_suffix;
15140     ac_top_srcdir=$srcdir
15141     ac_abs_top_srcdir=$srcdir ;;
15142   *) # Relative name.
15143     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15144     ac_top_srcdir=$ac_top_build_prefix$srcdir
15145     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15146 esac
15147 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15148
15149
15150   case $ac_mode in
15151   :F)
15152   #
15153   # CONFIG_FILE
15154   #
15155
15156   case $INSTALL in
15157   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15158   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15159   esac
15160 _ACEOF
15161
15162 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15163 # If the template does not know about datarootdir, expand it.
15164 # FIXME: This hack should be removed a few years after 2.60.
15165 ac_datarootdir_hack=; ac_datarootdir_seen=
15166 ac_sed_dataroot='
15167 /datarootdir/ {
15168   p
15169   q
15170 }
15171 /@datadir@/p
15172 /@docdir@/p
15173 /@infodir@/p
15174 /@localedir@/p
15175 /@mandir@/p'
15176 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15177 *datarootdir*) ac_datarootdir_seen=yes;;
15178 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15179   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15180 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15181 _ACEOF
15182 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15183   ac_datarootdir_hack='
15184   s&@datadir@&$datadir&g
15185   s&@docdir@&$docdir&g
15186   s&@infodir@&$infodir&g
15187   s&@localedir@&$localedir&g
15188   s&@mandir@&$mandir&g
15189   s&\\\${datarootdir}&$datarootdir&g' ;;
15190 esac
15191 _ACEOF
15192
15193 # Neutralize VPATH when `$srcdir' = `.'.
15194 # Shell code in configure.ac might set extrasub.
15195 # FIXME: do we really want to maintain this feature?
15196 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15197 ac_sed_extra="$ac_vpsub
15198 $extrasub
15199 _ACEOF
15200 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15201 :t
15202 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15203 s|@configure_input@|$ac_sed_conf_input|;t t
15204 s&@top_builddir@&$ac_top_builddir_sub&;t t
15205 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15206 s&@srcdir@&$ac_srcdir&;t t
15207 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15208 s&@top_srcdir@&$ac_top_srcdir&;t t
15209 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15210 s&@builddir@&$ac_builddir&;t t
15211 s&@abs_builddir@&$ac_abs_builddir&;t t
15212 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15213 s&@INSTALL@&$ac_INSTALL&;t t
15214 $ac_datarootdir_hack
15215 "
15216 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15217 if $ac_cs_awk_getline; then
15218   $AWK -f "$tmp/subs.awk"
15219 else
15220   $AWK -f "$tmp/subs.awk" | $SHELL
15221 fi >$tmp/out \
15222   || as_fn_error "could not create $ac_file" "$LINENO" 5
15223
15224 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15225   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15226   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15227   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15228 which seems to be undefined.  Please make sure it is defined." >&5
15229 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15230 which seems to be undefined.  Please make sure it is defined." >&2;}
15231
15232   rm -f "$tmp/stdin"
15233   case $ac_file in
15234   -) cat "$tmp/out" && rm -f "$tmp/out";;
15235   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15236   esac \
15237   || as_fn_error "could not create $ac_file" "$LINENO" 5
15238  ;;
15239
15240
15241
15242   esac
15243
15244
15245   case $ac_file$ac_mode in
15246     "Makefile":F) sed "$extrasub_build" Makefile |
15247    sed "$extrasub_host" |
15248    sed "$extrasub_target" > mf$$
15249    mv -f mf$$ Makefile ;;
15250
15251   esac
15252 done # for ac_tag
15253
15254
15255 as_fn_exit 0
15256 _ACEOF
15257 ac_clean_files=$ac_clean_files_save
15258
15259 test $ac_write_fail = 0 ||
15260   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15261
15262
15263 # configure is writing to config.log, and then calls config.status.
15264 # config.status does its own redirection, appending to config.log.
15265 # Unfortunately, on DOS this fails, as config.log is still kept open
15266 # by configure, so config.status won't be able to write to it; its
15267 # output is simply discarded.  So we exec the FD to /dev/null,
15268 # effectively closing config.log, so it can be properly (re)opened and
15269 # appended to by config.status.  When coming back to configure, we
15270 # need to make the FD available again.
15271 if test "$no_create" != yes; then
15272   ac_cs_success=:
15273   ac_config_status_args=
15274   test "$silent" = yes &&
15275     ac_config_status_args="$ac_config_status_args --quiet"
15276   exec 5>/dev/null
15277   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15278   exec 5>>config.log
15279   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15280   # would make configure fail if this is the last instruction.
15281   $ac_cs_success || as_fn_exit $?
15282 fi
15283 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15284   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15285 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15286 fi
15287