]> git.ipfire.org Git - thirdparty/gcc.git/blob - configure
configure.ac: Remove empty cases.
[thirdparty/gcc.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175 else
176 as_have_required=no
177 fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180 else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182 as_found=false
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
184 do
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198 fi
199 fi
200 done;;
201 esac
202 as_found=false
203 done
204 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207 fi; }
208 IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220 fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
228 else
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
233 fi
234 exit 1
235 fi
236 fi
237 fi
238 SHELL=${CONFIG_SHELL-/bin/sh}
239 export SHELL
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE= GREP_OPTIONS=
242 unset CLICOLOR_FORCE GREP_OPTIONS
243
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
247 # as_fn_unset VAR
248 # ---------------
249 # Portably unset VAR.
250 as_fn_unset ()
251 {
252 { eval $1=; unset $1;}
253 }
254 as_unset=as_fn_unset
255
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
259 as_fn_set_status ()
260 {
261 return $1
262 } # as_fn_set_status
263
264 # as_fn_exit STATUS
265 # -----------------
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267 as_fn_exit ()
268 {
269 set +e
270 as_fn_set_status $1
271 exit $1
272 } # as_fn_exit
273
274 # as_fn_mkdir_p
275 # -------------
276 # Create "$as_dir" as a directory, including parents if necessary.
277 as_fn_mkdir_p ()
278 {
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320 } # as_fn_mkdir_p
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
326 # implementations.
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332 else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337 fi # as_fn_append
338
339 # as_fn_arith ARG...
340 # ------------------
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349 else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354 fi # as_fn_arith
355
356
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
362 as_fn_error ()
363 {
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371 } # as_fn_error
372
373 if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
375 as_expr=expr
376 else
377 as_expr=false
378 fi
379
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382 else
383 as_basename=false
384 fi
385
386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388 else
389 as_dirname=false
390 fi
391
392 as_me=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396 $as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
410
411 # Avoid depending upon Character Ranges.
412 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits='0123456789'
416 as_cr_alnum=$as_cr_Letters$as_cr_digits
417
418
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
428 sed '
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
433 N
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436 t loop
437 s/-\n.*//
438 ' >$as_me.lineno &&
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
446 # Exit status is that of the last command.
447 exit
448 }
449
450 ECHO_C= ECHO_N= ECHO_T=
451 case `echo -n x` in #(((((
452 -n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459 *)
460 ECHO_N='-n';;
461 esac
462
463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
466 else
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
469 fi
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
472 as_ln_s='ln -s'
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
483 fi
484 else
485 as_ln_s='cp -p'
486 fi
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
489
490 if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
492 else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495 fi
496
497 if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499 else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517 fi
518 as_executable_p=$as_test_x
519
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
527 exec 7<&0 </dev/null 6>&1
528
529 # Name of the host.
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531 # so uname gets run too.
532 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
534 #
535 # Initializations.
536 #
537 ac_default_prefix=/usr/local
538 ac_clean_files=
539 ac_config_libobj_dir=.
540 LIBOBJS=
541 cross_compiling=no
542 subdirs=
543 MFLAGS=
544 MAKEFLAGS=
545
546 # Identity of this package.
547 PACKAGE_NAME=
548 PACKAGE_TARNAME=
549 PACKAGE_VERSION=
550 PACKAGE_STRING=
551 PACKAGE_BUGREPORT=
552 PACKAGE_URL=
553
554 ac_unique_file="move-if-change"
555 enable_option_checking=no
556 ac_subst_vars='LTLIBOBJS
557 LIBOBJS
558 compare_exclusions
559 stage2_werror_flag
560 stage1_checking
561 stage1_cflags
562 MAINT
563 MAINTAINER_MODE_FALSE
564 MAINTAINER_MODE_TRUE
565 COMPILER_NM_FOR_TARGET
566 COMPILER_LD_FOR_TARGET
567 COMPILER_AS_FOR_TARGET
568 FLAGS_FOR_TARGET
569 RAW_CXX_FOR_TARGET
570 WINDMC_FOR_TARGET
571 WINDRES_FOR_TARGET
572 STRIP_FOR_TARGET
573 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 # This is placed last to prevent interfering with the cases above.
3645 i[3456789]86-*-*)
3646 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3647 host_makefile_frag="config/mh-x86omitfp"
3648 ;;
3649 esac
3650 fi
3651
3652 if test "${build}" != "${host}" ; then
3653 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3654 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3655 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3656 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3657 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3658 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3659 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3660 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3661 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3662 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3663 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3664 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3665 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3666 else
3667 AR_FOR_BUILD="\$(AR)"
3668 AS_FOR_BUILD="\$(AS)"
3669 CC_FOR_BUILD="\$(CC)"
3670 CXX_FOR_BUILD="\$(CXX)"
3671 GCJ_FOR_BUILD="\$(GCJ)"
3672 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3673 GOC_FOR_BUILD="\$(GOC)"
3674 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3675 LD_FOR_BUILD="\$(LD)"
3676 NM_FOR_BUILD="\$(NM)"
3677 RANLIB_FOR_BUILD="\$(RANLIB)"
3678 WINDRES_FOR_BUILD="\$(WINDRES)"
3679 WINDMC_FOR_BUILD="\$(WINDMC)"
3680 fi
3681
3682 ac_ext=c
3683 ac_cpp='$CPP $CPPFLAGS'
3684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3686 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3687 if test -n "$ac_tool_prefix"; then
3688 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3689 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3691 $as_echo_n "checking for $ac_word... " >&6; }
3692 if test "${ac_cv_prog_CC+set}" = set; then :
3693 $as_echo_n "(cached) " >&6
3694 else
3695 if test -n "$CC"; then
3696 ac_cv_prog_CC="$CC" # Let the user override the test.
3697 else
3698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3699 for as_dir in $PATH
3700 do
3701 IFS=$as_save_IFS
3702 test -z "$as_dir" && as_dir=.
3703 for ac_exec_ext in '' $ac_executable_extensions; do
3704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3705 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3707 break 2
3708 fi
3709 done
3710 done
3711 IFS=$as_save_IFS
3712
3713 fi
3714 fi
3715 CC=$ac_cv_prog_CC
3716 if test -n "$CC"; then
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3718 $as_echo "$CC" >&6; }
3719 else
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3721 $as_echo "no" >&6; }
3722 fi
3723
3724
3725 fi
3726 if test -z "$ac_cv_prog_CC"; then
3727 ac_ct_CC=$CC
3728 # Extract the first word of "gcc", so it can be a program name with args.
3729 set dummy gcc; ac_word=$2
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3731 $as_echo_n "checking for $ac_word... " >&6; }
3732 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3733 $as_echo_n "(cached) " >&6
3734 else
3735 if test -n "$ac_ct_CC"; then
3736 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3737 else
3738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3739 for as_dir in $PATH
3740 do
3741 IFS=$as_save_IFS
3742 test -z "$as_dir" && as_dir=.
3743 for ac_exec_ext in '' $ac_executable_extensions; do
3744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3745 ac_cv_prog_ac_ct_CC="gcc"
3746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3747 break 2
3748 fi
3749 done
3750 done
3751 IFS=$as_save_IFS
3752
3753 fi
3754 fi
3755 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3756 if test -n "$ac_ct_CC"; then
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3758 $as_echo "$ac_ct_CC" >&6; }
3759 else
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3761 $as_echo "no" >&6; }
3762 fi
3763
3764 if test "x$ac_ct_CC" = x; then
3765 CC=""
3766 else
3767 case $cross_compiling:$ac_tool_warned in
3768 yes:)
3769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3770 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3771 ac_tool_warned=yes ;;
3772 esac
3773 CC=$ac_ct_CC
3774 fi
3775 else
3776 CC="$ac_cv_prog_CC"
3777 fi
3778
3779 if test -z "$CC"; then
3780 if test -n "$ac_tool_prefix"; then
3781 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3782 set dummy ${ac_tool_prefix}cc; ac_word=$2
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3784 $as_echo_n "checking for $ac_word... " >&6; }
3785 if test "${ac_cv_prog_CC+set}" = set; then :
3786 $as_echo_n "(cached) " >&6
3787 else
3788 if test -n "$CC"; then
3789 ac_cv_prog_CC="$CC" # Let the user override the test.
3790 else
3791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3792 for as_dir in $PATH
3793 do
3794 IFS=$as_save_IFS
3795 test -z "$as_dir" && as_dir=.
3796 for ac_exec_ext in '' $ac_executable_extensions; do
3797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3798 ac_cv_prog_CC="${ac_tool_prefix}cc"
3799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3800 break 2
3801 fi
3802 done
3803 done
3804 IFS=$as_save_IFS
3805
3806 fi
3807 fi
3808 CC=$ac_cv_prog_CC
3809 if test -n "$CC"; then
3810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3811 $as_echo "$CC" >&6; }
3812 else
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3814 $as_echo "no" >&6; }
3815 fi
3816
3817
3818 fi
3819 fi
3820 if test -z "$CC"; then
3821 # Extract the first word of "cc", so it can be a program name with args.
3822 set dummy cc; ac_word=$2
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3824 $as_echo_n "checking for $ac_word... " >&6; }
3825 if test "${ac_cv_prog_CC+set}" = set; then :
3826 $as_echo_n "(cached) " >&6
3827 else
3828 if test -n "$CC"; then
3829 ac_cv_prog_CC="$CC" # Let the user override the test.
3830 else
3831 ac_prog_rejected=no
3832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3833 for as_dir in $PATH
3834 do
3835 IFS=$as_save_IFS
3836 test -z "$as_dir" && as_dir=.
3837 for ac_exec_ext in '' $ac_executable_extensions; do
3838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3839 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3840 ac_prog_rejected=yes
3841 continue
3842 fi
3843 ac_cv_prog_CC="cc"
3844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3845 break 2
3846 fi
3847 done
3848 done
3849 IFS=$as_save_IFS
3850
3851 if test $ac_prog_rejected = yes; then
3852 # We found a bogon in the path, so make sure we never use it.
3853 set dummy $ac_cv_prog_CC
3854 shift
3855 if test $# != 0; then
3856 # We chose a different compiler from the bogus one.
3857 # However, it has the same basename, so the bogon will be chosen
3858 # first if we set CC to just the basename; use the full file name.
3859 shift
3860 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3861 fi
3862 fi
3863 fi
3864 fi
3865 CC=$ac_cv_prog_CC
3866 if test -n "$CC"; then
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3868 $as_echo "$CC" >&6; }
3869 else
3870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3871 $as_echo "no" >&6; }
3872 fi
3873
3874
3875 fi
3876 if test -z "$CC"; then
3877 if test -n "$ac_tool_prefix"; then
3878 for ac_prog in cl.exe
3879 do
3880 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3881 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3883 $as_echo_n "checking for $ac_word... " >&6; }
3884 if test "${ac_cv_prog_CC+set}" = set; then :
3885 $as_echo_n "(cached) " >&6
3886 else
3887 if test -n "$CC"; then
3888 ac_cv_prog_CC="$CC" # Let the user override the test.
3889 else
3890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3891 for as_dir in $PATH
3892 do
3893 IFS=$as_save_IFS
3894 test -z "$as_dir" && as_dir=.
3895 for ac_exec_ext in '' $ac_executable_extensions; do
3896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3897 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3899 break 2
3900 fi
3901 done
3902 done
3903 IFS=$as_save_IFS
3904
3905 fi
3906 fi
3907 CC=$ac_cv_prog_CC
3908 if test -n "$CC"; then
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3910 $as_echo "$CC" >&6; }
3911 else
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3913 $as_echo "no" >&6; }
3914 fi
3915
3916
3917 test -n "$CC" && break
3918 done
3919 fi
3920 if test -z "$CC"; then
3921 ac_ct_CC=$CC
3922 for ac_prog in cl.exe
3923 do
3924 # Extract the first word of "$ac_prog", so it can be a program name with args.
3925 set dummy $ac_prog; ac_word=$2
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927 $as_echo_n "checking for $ac_word... " >&6; }
3928 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3929 $as_echo_n "(cached) " >&6
3930 else
3931 if test -n "$ac_ct_CC"; then
3932 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3933 else
3934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3935 for as_dir in $PATH
3936 do
3937 IFS=$as_save_IFS
3938 test -z "$as_dir" && as_dir=.
3939 for ac_exec_ext in '' $ac_executable_extensions; do
3940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3941 ac_cv_prog_ac_ct_CC="$ac_prog"
3942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3943 break 2
3944 fi
3945 done
3946 done
3947 IFS=$as_save_IFS
3948
3949 fi
3950 fi
3951 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3952 if test -n "$ac_ct_CC"; then
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3954 $as_echo "$ac_ct_CC" >&6; }
3955 else
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3957 $as_echo "no" >&6; }
3958 fi
3959
3960
3961 test -n "$ac_ct_CC" && break
3962 done
3963
3964 if test "x$ac_ct_CC" = x; then
3965 CC=""
3966 else
3967 case $cross_compiling:$ac_tool_warned in
3968 yes:)
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3970 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3971 ac_tool_warned=yes ;;
3972 esac
3973 CC=$ac_ct_CC
3974 fi
3975 fi
3976
3977 fi
3978
3979
3980 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3981 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3982 as_fn_error "no acceptable C compiler found in \$PATH
3983 See \`config.log' for more details." "$LINENO" 5; }
3984
3985 # Provide some information about the compiler.
3986 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3987 set X $ac_compile
3988 ac_compiler=$2
3989 for ac_option in --version -v -V -qversion; do
3990 { { ac_try="$ac_compiler $ac_option >&5"
3991 case "(($ac_try" in
3992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3993 *) ac_try_echo=$ac_try;;
3994 esac
3995 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3996 $as_echo "$ac_try_echo"; } >&5
3997 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3998 ac_status=$?
3999 if test -s conftest.err; then
4000 sed '10a\
4001 ... rest of stderr output deleted ...
4002 10q' conftest.err >conftest.er1
4003 cat conftest.er1 >&5
4004 rm -f conftest.er1 conftest.err
4005 fi
4006 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4007 test $ac_status = 0; }
4008 done
4009
4010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4011 /* end confdefs.h. */
4012
4013 int
4014 main ()
4015 {
4016
4017 ;
4018 return 0;
4019 }
4020 _ACEOF
4021 ac_clean_files_save=$ac_clean_files
4022 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4023 # Try to create an executable without -o first, disregard a.out.
4024 # It will help us diagnose broken compilers, and finding out an intuition
4025 # of exeext.
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4027 $as_echo_n "checking for C compiler default output file name... " >&6; }
4028 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4029
4030 # The possible output files:
4031 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4032
4033 ac_rmfiles=
4034 for ac_file in $ac_files
4035 do
4036 case $ac_file in
4037 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4038 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4039 esac
4040 done
4041 rm -f $ac_rmfiles
4042
4043 if { { ac_try="$ac_link_default"
4044 case "(($ac_try" in
4045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4046 *) ac_try_echo=$ac_try;;
4047 esac
4048 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4049 $as_echo "$ac_try_echo"; } >&5
4050 (eval "$ac_link_default") 2>&5
4051 ac_status=$?
4052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4053 test $ac_status = 0; }; then :
4054 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4055 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4056 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4057 # so that the user can short-circuit this test for compilers unknown to
4058 # Autoconf.
4059 for ac_file in $ac_files ''
4060 do
4061 test -f "$ac_file" || continue
4062 case $ac_file in
4063 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4064 ;;
4065 [ab].out )
4066 # We found the default executable, but exeext='' is most
4067 # certainly right.
4068 break;;
4069 *.* )
4070 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4071 then :; else
4072 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4073 fi
4074 # We set ac_cv_exeext here because the later test for it is not
4075 # safe: cross compilers may not add the suffix if given an `-o'
4076 # argument, so we may need to know it at that point already.
4077 # Even if this section looks crufty: it has the advantage of
4078 # actually working.
4079 break;;
4080 * )
4081 break;;
4082 esac
4083 done
4084 test "$ac_cv_exeext" = no && ac_cv_exeext=
4085
4086 else
4087 ac_file=''
4088 fi
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4090 $as_echo "$ac_file" >&6; }
4091 if test -z "$ac_file"; then :
4092 $as_echo "$as_me: failed program was:" >&5
4093 sed 's/^/| /' conftest.$ac_ext >&5
4094
4095 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4096 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4097 { as_fn_set_status 77
4098 as_fn_error "C compiler cannot create executables
4099 See \`config.log' for more details." "$LINENO" 5; }; }
4100 fi
4101 ac_exeext=$ac_cv_exeext
4102
4103 # Check that the compiler produces executables we can run. If not, either
4104 # the compiler is broken, or we cross compile.
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4106 $as_echo_n "checking whether the C compiler works... " >&6; }
4107 # If not cross compiling, check that we can run a simple program.
4108 if test "$cross_compiling" != yes; then
4109 if { ac_try='./$ac_file'
4110 { { case "(($ac_try" in
4111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4112 *) ac_try_echo=$ac_try;;
4113 esac
4114 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4115 $as_echo "$ac_try_echo"; } >&5
4116 (eval "$ac_try") 2>&5
4117 ac_status=$?
4118 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4119 test $ac_status = 0; }; }; then
4120 cross_compiling=no
4121 else
4122 if test "$cross_compiling" = maybe; then
4123 cross_compiling=yes
4124 else
4125 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4126 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4127 as_fn_error "cannot run C compiled programs.
4128 If you meant to cross compile, use \`--host'.
4129 See \`config.log' for more details." "$LINENO" 5; }
4130 fi
4131 fi
4132 fi
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4134 $as_echo "yes" >&6; }
4135
4136 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4137 ac_clean_files=$ac_clean_files_save
4138 # Check that the compiler produces executables we can run. If not, either
4139 # the compiler is broken, or we cross compile.
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4141 $as_echo_n "checking whether we are cross compiling... " >&6; }
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4143 $as_echo "$cross_compiling" >&6; }
4144
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4146 $as_echo_n "checking for suffix of executables... " >&6; }
4147 if { { ac_try="$ac_link"
4148 case "(($ac_try" in
4149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4150 *) ac_try_echo=$ac_try;;
4151 esac
4152 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4153 $as_echo "$ac_try_echo"; } >&5
4154 (eval "$ac_link") 2>&5
4155 ac_status=$?
4156 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4157 test $ac_status = 0; }; then :
4158 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4159 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4160 # work properly (i.e., refer to `conftest.exe'), while it won't with
4161 # `rm'.
4162 for ac_file in conftest.exe conftest conftest.*; do
4163 test -f "$ac_file" || continue
4164 case $ac_file in
4165 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4166 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4167 break;;
4168 * ) break;;
4169 esac
4170 done
4171 else
4172 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4173 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4174 as_fn_error "cannot compute suffix of executables: cannot compile and link
4175 See \`config.log' for more details." "$LINENO" 5; }
4176 fi
4177 rm -f conftest$ac_cv_exeext
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4179 $as_echo "$ac_cv_exeext" >&6; }
4180
4181 rm -f conftest.$ac_ext
4182 EXEEXT=$ac_cv_exeext
4183 ac_exeext=$EXEEXT
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4185 $as_echo_n "checking for suffix of object files... " >&6; }
4186 if test "${ac_cv_objext+set}" = set; then :
4187 $as_echo_n "(cached) " >&6
4188 else
4189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4190 /* end confdefs.h. */
4191
4192 int
4193 main ()
4194 {
4195
4196 ;
4197 return 0;
4198 }
4199 _ACEOF
4200 rm -f conftest.o conftest.obj
4201 if { { ac_try="$ac_compile"
4202 case "(($ac_try" in
4203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4204 *) ac_try_echo=$ac_try;;
4205 esac
4206 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4207 $as_echo "$ac_try_echo"; } >&5
4208 (eval "$ac_compile") 2>&5
4209 ac_status=$?
4210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4211 test $ac_status = 0; }; then :
4212 for ac_file in conftest.o conftest.obj conftest.*; do
4213 test -f "$ac_file" || continue;
4214 case $ac_file in
4215 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4216 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4217 break;;
4218 esac
4219 done
4220 else
4221 $as_echo "$as_me: failed program was:" >&5
4222 sed 's/^/| /' conftest.$ac_ext >&5
4223
4224 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4225 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4226 as_fn_error "cannot compute suffix of object files: cannot compile
4227 See \`config.log' for more details." "$LINENO" 5; }
4228 fi
4229 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4230 fi
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4232 $as_echo "$ac_cv_objext" >&6; }
4233 OBJEXT=$ac_cv_objext
4234 ac_objext=$OBJEXT
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4236 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4237 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4241 /* end confdefs.h. */
4242
4243 int
4244 main ()
4245 {
4246 #ifndef __GNUC__
4247 choke me
4248 #endif
4249
4250 ;
4251 return 0;
4252 }
4253 _ACEOF
4254 if ac_fn_c_try_compile "$LINENO"; then :
4255 ac_compiler_gnu=yes
4256 else
4257 ac_compiler_gnu=no
4258 fi
4259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4260 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4261
4262 fi
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4264 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4265 if test $ac_compiler_gnu = yes; then
4266 GCC=yes
4267 else
4268 GCC=
4269 fi
4270 ac_test_CFLAGS=${CFLAGS+set}
4271 ac_save_CFLAGS=$CFLAGS
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4273 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4274 if test "${ac_cv_prog_cc_g+set}" = set; then :
4275 $as_echo_n "(cached) " >&6
4276 else
4277 ac_save_c_werror_flag=$ac_c_werror_flag
4278 ac_c_werror_flag=yes
4279 ac_cv_prog_cc_g=no
4280 CFLAGS="-g"
4281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4282 /* end confdefs.h. */
4283
4284 int
4285 main ()
4286 {
4287
4288 ;
4289 return 0;
4290 }
4291 _ACEOF
4292 if ac_fn_c_try_compile "$LINENO"; then :
4293 ac_cv_prog_cc_g=yes
4294 else
4295 CFLAGS=""
4296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4297 /* end confdefs.h. */
4298
4299 int
4300 main ()
4301 {
4302
4303 ;
4304 return 0;
4305 }
4306 _ACEOF
4307 if ac_fn_c_try_compile "$LINENO"; then :
4308
4309 else
4310 ac_c_werror_flag=$ac_save_c_werror_flag
4311 CFLAGS="-g"
4312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4313 /* end confdefs.h. */
4314
4315 int
4316 main ()
4317 {
4318
4319 ;
4320 return 0;
4321 }
4322 _ACEOF
4323 if ac_fn_c_try_compile "$LINENO"; then :
4324 ac_cv_prog_cc_g=yes
4325 fi
4326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4327 fi
4328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4329 fi
4330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4331 ac_c_werror_flag=$ac_save_c_werror_flag
4332 fi
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4334 $as_echo "$ac_cv_prog_cc_g" >&6; }
4335 if test "$ac_test_CFLAGS" = set; then
4336 CFLAGS=$ac_save_CFLAGS
4337 elif test $ac_cv_prog_cc_g = yes; then
4338 if test "$GCC" = yes; then
4339 CFLAGS="-g -O2"
4340 else
4341 CFLAGS="-g"
4342 fi
4343 else
4344 if test "$GCC" = yes; then
4345 CFLAGS="-O2"
4346 else
4347 CFLAGS=
4348 fi
4349 fi
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4351 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4352 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4353 $as_echo_n "(cached) " >&6
4354 else
4355 ac_cv_prog_cc_c89=no
4356 ac_save_CC=$CC
4357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4358 /* end confdefs.h. */
4359 #include <stdarg.h>
4360 #include <stdio.h>
4361 #include <sys/types.h>
4362 #include <sys/stat.h>
4363 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4364 struct buf { int x; };
4365 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4366 static char *e (p, i)
4367 char **p;
4368 int i;
4369 {
4370 return p[i];
4371 }
4372 static char *f (char * (*g) (char **, int), char **p, ...)
4373 {
4374 char *s;
4375 va_list v;
4376 va_start (v,p);
4377 s = g (p, va_arg (v,int));
4378 va_end (v);
4379 return s;
4380 }
4381
4382 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4383 function prototypes and stuff, but not '\xHH' hex character constants.
4384 These don't provoke an error unfortunately, instead are silently treated
4385 as 'x'. The following induces an error, until -std is added to get
4386 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4387 array size at least. It's necessary to write '\x00'==0 to get something
4388 that's true only with -std. */
4389 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4390
4391 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4392 inside strings and character constants. */
4393 #define FOO(x) 'x'
4394 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4395
4396 int test (int i, double x);
4397 struct s1 {int (*f) (int a);};
4398 struct s2 {int (*f) (double a);};
4399 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4400 int argc;
4401 char **argv;
4402 int
4403 main ()
4404 {
4405 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4406 ;
4407 return 0;
4408 }
4409 _ACEOF
4410 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4411 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4412 do
4413 CC="$ac_save_CC $ac_arg"
4414 if ac_fn_c_try_compile "$LINENO"; then :
4415 ac_cv_prog_cc_c89=$ac_arg
4416 fi
4417 rm -f core conftest.err conftest.$ac_objext
4418 test "x$ac_cv_prog_cc_c89" != "xno" && break
4419 done
4420 rm -f conftest.$ac_ext
4421 CC=$ac_save_CC
4422
4423 fi
4424 # AC_CACHE_VAL
4425 case "x$ac_cv_prog_cc_c89" in
4426 x)
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4428 $as_echo "none needed" >&6; } ;;
4429 xno)
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4431 $as_echo "unsupported" >&6; } ;;
4432 *)
4433 CC="$CC $ac_cv_prog_cc_c89"
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4435 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4436 esac
4437 if test "x$ac_cv_prog_cc_c89" != xno; then :
4438
4439 fi
4440
4441 ac_ext=c
4442 ac_cpp='$CPP $CPPFLAGS'
4443 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4444 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4445 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4446
4447 ac_ext=cpp
4448 ac_cpp='$CXXCPP $CPPFLAGS'
4449 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4450 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4451 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4452 if test -z "$CXX"; then
4453 if test -n "$CCC"; then
4454 CXX=$CCC
4455 else
4456 if test -n "$ac_tool_prefix"; then
4457 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4458 do
4459 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4460 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4462 $as_echo_n "checking for $ac_word... " >&6; }
4463 if test "${ac_cv_prog_CXX+set}" = set; then :
4464 $as_echo_n "(cached) " >&6
4465 else
4466 if test -n "$CXX"; then
4467 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4468 else
4469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4470 for as_dir in $PATH
4471 do
4472 IFS=$as_save_IFS
4473 test -z "$as_dir" && as_dir=.
4474 for ac_exec_ext in '' $ac_executable_extensions; do
4475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4476 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4478 break 2
4479 fi
4480 done
4481 done
4482 IFS=$as_save_IFS
4483
4484 fi
4485 fi
4486 CXX=$ac_cv_prog_CXX
4487 if test -n "$CXX"; then
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4489 $as_echo "$CXX" >&6; }
4490 else
4491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4492 $as_echo "no" >&6; }
4493 fi
4494
4495
4496 test -n "$CXX" && break
4497 done
4498 fi
4499 if test -z "$CXX"; then
4500 ac_ct_CXX=$CXX
4501 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4502 do
4503 # Extract the first word of "$ac_prog", so it can be a program name with args.
4504 set dummy $ac_prog; ac_word=$2
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4506 $as_echo_n "checking for $ac_word... " >&6; }
4507 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4508 $as_echo_n "(cached) " >&6
4509 else
4510 if test -n "$ac_ct_CXX"; then
4511 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4512 else
4513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4514 for as_dir in $PATH
4515 do
4516 IFS=$as_save_IFS
4517 test -z "$as_dir" && as_dir=.
4518 for ac_exec_ext in '' $ac_executable_extensions; do
4519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4520 ac_cv_prog_ac_ct_CXX="$ac_prog"
4521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4522 break 2
4523 fi
4524 done
4525 done
4526 IFS=$as_save_IFS
4527
4528 fi
4529 fi
4530 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4531 if test -n "$ac_ct_CXX"; then
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4533 $as_echo "$ac_ct_CXX" >&6; }
4534 else
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4536 $as_echo "no" >&6; }
4537 fi
4538
4539
4540 test -n "$ac_ct_CXX" && break
4541 done
4542
4543 if test "x$ac_ct_CXX" = x; then
4544 CXX="g++"
4545 else
4546 case $cross_compiling:$ac_tool_warned in
4547 yes:)
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4549 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4550 ac_tool_warned=yes ;;
4551 esac
4552 CXX=$ac_ct_CXX
4553 fi
4554 fi
4555
4556 fi
4557 fi
4558 # Provide some information about the compiler.
4559 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4560 set X $ac_compile
4561 ac_compiler=$2
4562 for ac_option in --version -v -V -qversion; do
4563 { { ac_try="$ac_compiler $ac_option >&5"
4564 case "(($ac_try" in
4565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4566 *) ac_try_echo=$ac_try;;
4567 esac
4568 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4569 $as_echo "$ac_try_echo"; } >&5
4570 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4571 ac_status=$?
4572 if test -s conftest.err; then
4573 sed '10a\
4574 ... rest of stderr output deleted ...
4575 10q' conftest.err >conftest.er1
4576 cat conftest.er1 >&5
4577 rm -f conftest.er1 conftest.err
4578 fi
4579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4580 test $ac_status = 0; }
4581 done
4582
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4584 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4585 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4586 $as_echo_n "(cached) " >&6
4587 else
4588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4589 /* end confdefs.h. */
4590
4591 int
4592 main ()
4593 {
4594 #ifndef __GNUC__
4595 choke me
4596 #endif
4597
4598 ;
4599 return 0;
4600 }
4601 _ACEOF
4602 if ac_fn_cxx_try_compile "$LINENO"; then :
4603 ac_compiler_gnu=yes
4604 else
4605 ac_compiler_gnu=no
4606 fi
4607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4608 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4609
4610 fi
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4612 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4613 if test $ac_compiler_gnu = yes; then
4614 GXX=yes
4615 else
4616 GXX=
4617 fi
4618 ac_test_CXXFLAGS=${CXXFLAGS+set}
4619 ac_save_CXXFLAGS=$CXXFLAGS
4620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4621 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4622 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4623 $as_echo_n "(cached) " >&6
4624 else
4625 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4626 ac_cxx_werror_flag=yes
4627 ac_cv_prog_cxx_g=no
4628 CXXFLAGS="-g"
4629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4630 /* end confdefs.h. */
4631
4632 int
4633 main ()
4634 {
4635
4636 ;
4637 return 0;
4638 }
4639 _ACEOF
4640 if ac_fn_cxx_try_compile "$LINENO"; then :
4641 ac_cv_prog_cxx_g=yes
4642 else
4643 CXXFLAGS=""
4644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4645 /* end confdefs.h. */
4646
4647 int
4648 main ()
4649 {
4650
4651 ;
4652 return 0;
4653 }
4654 _ACEOF
4655 if ac_fn_cxx_try_compile "$LINENO"; then :
4656
4657 else
4658 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4659 CXXFLAGS="-g"
4660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4661 /* end confdefs.h. */
4662
4663 int
4664 main ()
4665 {
4666
4667 ;
4668 return 0;
4669 }
4670 _ACEOF
4671 if ac_fn_cxx_try_compile "$LINENO"; then :
4672 ac_cv_prog_cxx_g=yes
4673 fi
4674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4675 fi
4676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4677 fi
4678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4679 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4680 fi
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4682 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4683 if test "$ac_test_CXXFLAGS" = set; then
4684 CXXFLAGS=$ac_save_CXXFLAGS
4685 elif test $ac_cv_prog_cxx_g = yes; then
4686 if test "$GXX" = yes; then
4687 CXXFLAGS="-g -O2"
4688 else
4689 CXXFLAGS="-g"
4690 fi
4691 else
4692 if test "$GXX" = yes; then
4693 CXXFLAGS="-O2"
4694 else
4695 CXXFLAGS=
4696 fi
4697 fi
4698 ac_ext=c
4699 ac_cpp='$CPP $CPPFLAGS'
4700 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4701 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4702 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4703
4704
4705 # We must set the default linker to the linker used by gcc for the correct
4706 # operation of libtool. If LD is not defined and we are using gcc, try to
4707 # set the LD default to the ld used by gcc.
4708 if test -z "$LD"; then
4709 if test "$GCC" = yes; then
4710 case $build in
4711 *-*-mingw*)
4712 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4713 *)
4714 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4715 esac
4716 case $gcc_prog_ld in
4717 # Accept absolute paths.
4718 [\\/]* | [A-Za-z]:[\\/]*)
4719 LD="$gcc_prog_ld" ;;
4720 esac
4721 fi
4722 fi
4723
4724
4725
4726
4727 if test -n "$ac_tool_prefix"; then
4728 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4729 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4731 $as_echo_n "checking for $ac_word... " >&6; }
4732 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4733 $as_echo_n "(cached) " >&6
4734 else
4735 if test -n "$GNATBIND"; then
4736 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4737 else
4738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4739 for as_dir in $PATH
4740 do
4741 IFS=$as_save_IFS
4742 test -z "$as_dir" && as_dir=.
4743 for ac_exec_ext in '' $ac_executable_extensions; do
4744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4745 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4747 break 2
4748 fi
4749 done
4750 done
4751 IFS=$as_save_IFS
4752
4753 fi
4754 fi
4755 GNATBIND=$ac_cv_prog_GNATBIND
4756 if test -n "$GNATBIND"; then
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4758 $as_echo "$GNATBIND" >&6; }
4759 else
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4761 $as_echo "no" >&6; }
4762 fi
4763
4764
4765 fi
4766 if test -z "$ac_cv_prog_GNATBIND"; then
4767 ac_ct_GNATBIND=$GNATBIND
4768 # Extract the first word of "gnatbind", so it can be a program name with args.
4769 set dummy gnatbind; ac_word=$2
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4771 $as_echo_n "checking for $ac_word... " >&6; }
4772 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4773 $as_echo_n "(cached) " >&6
4774 else
4775 if test -n "$ac_ct_GNATBIND"; then
4776 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4777 else
4778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4779 for as_dir in $PATH
4780 do
4781 IFS=$as_save_IFS
4782 test -z "$as_dir" && as_dir=.
4783 for ac_exec_ext in '' $ac_executable_extensions; do
4784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4785 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4787 break 2
4788 fi
4789 done
4790 done
4791 IFS=$as_save_IFS
4792
4793 fi
4794 fi
4795 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4796 if test -n "$ac_ct_GNATBIND"; then
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4798 $as_echo "$ac_ct_GNATBIND" >&6; }
4799 else
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4801 $as_echo "no" >&6; }
4802 fi
4803
4804 if test "x$ac_ct_GNATBIND" = x; then
4805 GNATBIND="no"
4806 else
4807 case $cross_compiling:$ac_tool_warned in
4808 yes:)
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4810 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4811 ac_tool_warned=yes ;;
4812 esac
4813 GNATBIND=$ac_ct_GNATBIND
4814 fi
4815 else
4816 GNATBIND="$ac_cv_prog_GNATBIND"
4817 fi
4818
4819 if test -n "$ac_tool_prefix"; then
4820 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4821 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4823 $as_echo_n "checking for $ac_word... " >&6; }
4824 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4825 $as_echo_n "(cached) " >&6
4826 else
4827 if test -n "$GNATMAKE"; then
4828 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4829 else
4830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4831 for as_dir in $PATH
4832 do
4833 IFS=$as_save_IFS
4834 test -z "$as_dir" && as_dir=.
4835 for ac_exec_ext in '' $ac_executable_extensions; do
4836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4837 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
4838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4839 break 2
4840 fi
4841 done
4842 done
4843 IFS=$as_save_IFS
4844
4845 fi
4846 fi
4847 GNATMAKE=$ac_cv_prog_GNATMAKE
4848 if test -n "$GNATMAKE"; then
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4850 $as_echo "$GNATMAKE" >&6; }
4851 else
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4853 $as_echo "no" >&6; }
4854 fi
4855
4856
4857 fi
4858 if test -z "$ac_cv_prog_GNATMAKE"; then
4859 ac_ct_GNATMAKE=$GNATMAKE
4860 # Extract the first word of "gnatmake", so it can be a program name with args.
4861 set dummy gnatmake; ac_word=$2
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4863 $as_echo_n "checking for $ac_word... " >&6; }
4864 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4865 $as_echo_n "(cached) " >&6
4866 else
4867 if test -n "$ac_ct_GNATMAKE"; then
4868 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
4869 else
4870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4871 for as_dir in $PATH
4872 do
4873 IFS=$as_save_IFS
4874 test -z "$as_dir" && as_dir=.
4875 for ac_exec_ext in '' $ac_executable_extensions; do
4876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4877 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
4878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4879 break 2
4880 fi
4881 done
4882 done
4883 IFS=$as_save_IFS
4884
4885 fi
4886 fi
4887 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4888 if test -n "$ac_ct_GNATMAKE"; then
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4890 $as_echo "$ac_ct_GNATMAKE" >&6; }
4891 else
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4893 $as_echo "no" >&6; }
4894 fi
4895
4896 if test "x$ac_ct_GNATMAKE" = x; then
4897 GNATMAKE="no"
4898 else
4899 case $cross_compiling:$ac_tool_warned in
4900 yes:)
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4902 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4903 ac_tool_warned=yes ;;
4904 esac
4905 GNATMAKE=$ac_ct_GNATMAKE
4906 fi
4907 else
4908 GNATMAKE="$ac_cv_prog_GNATMAKE"
4909 fi
4910
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4912 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4913 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4914 $as_echo_n "(cached) " >&6
4915 else
4916 cat >conftest.adb <<EOF
4917 procedure conftest is begin null; end conftest;
4918 EOF
4919 acx_cv_cc_gcc_supports_ada=no
4920 # There is a bug in old released versions of GCC which causes the
4921 # driver to exit successfully when the appropriate language module
4922 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4923 # Therefore we must check for the error message as well as an
4924 # unsuccessful exit.
4925 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4926 # given a .adb file, but produce no object file. So we must check
4927 # if an object file was really produced to guard against this.
4928 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4929 if test x"$errors" = x && test -f conftest.$ac_objext; then
4930 acx_cv_cc_gcc_supports_ada=yes
4931 fi
4932 rm -f conftest.*
4933 fi
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4935 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4936
4937 if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
4938 have_gnat=yes
4939 else
4940 have_gnat=no
4941 fi
4942
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4944 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4945 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4946 $as_echo_n "(cached) " >&6
4947 else
4948 echo abfoo >t1
4949 echo cdfoo >t2
4950 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4951 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4952 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4953 :
4954 else
4955 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4956 fi
4957 fi
4958 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4959 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4960 :
4961 else
4962 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
4963 fi
4964 fi
4965 rm t1 t2
4966
4967 fi
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
4969 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
4970 do_compare="$gcc_cv_prog_cmp_skip"
4971
4972
4973
4974 # See if we are building gcc with C++.
4975 # Check whether --enable-build-with-cxx was given.
4976 if test "${enable_build_with_cxx+set}" = set; then :
4977 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
4978 else
4979 ENABLE_BUILD_WITH_CXX=no
4980 fi
4981
4982
4983 # Used for setting $lt_cv_objdir
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
4985 $as_echo_n "checking for objdir... " >&6; }
4986 if test "${lt_cv_objdir+set}" = set; then :
4987 $as_echo_n "(cached) " >&6
4988 else
4989 rm -f .libs 2>/dev/null
4990 mkdir .libs 2>/dev/null
4991 if test -d .libs; then
4992 lt_cv_objdir=.libs
4993 else
4994 # MS-DOS does not allow filenames that begin with a dot.
4995 lt_cv_objdir=_libs
4996 fi
4997 rmdir .libs 2>/dev/null
4998 fi
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5000 $as_echo "$lt_cv_objdir" >&6; }
5001 objdir=$lt_cv_objdir
5002
5003
5004
5005
5006
5007 cat >>confdefs.h <<_ACEOF
5008 #define LT_OBJDIR "$lt_cv_objdir/"
5009 _ACEOF
5010
5011
5012
5013 # Check for GMP, MPFR and MPC
5014 gmplibs="-lmpc -lmpfr -lgmp"
5015 gmpinc=
5016 have_gmp=no
5017
5018 # Specify a location for mpc
5019 # check for this first so it ends up on the link line before mpfr.
5020
5021 # Check whether --with-mpc was given.
5022 if test "${with_mpc+set}" = set; then :
5023 withval=$with_mpc;
5024 fi
5025
5026
5027 # Check whether --with-mpc-include was given.
5028 if test "${with_mpc_include+set}" = set; then :
5029 withval=$with_mpc_include;
5030 fi
5031
5032
5033 # Check whether --with-mpc-lib was given.
5034 if test "${with_mpc_lib+set}" = set; then :
5035 withval=$with_mpc_lib;
5036 fi
5037
5038
5039 if test "x$with_mpc" != x; then
5040 gmplibs="-L$with_mpc/lib $gmplibs"
5041 gmpinc="-I$with_mpc/include $gmpinc"
5042 fi
5043 if test "x$with_mpc_include" != x; then
5044 gmpinc="-I$with_mpc_include $gmpinc"
5045 fi
5046 if test "x$with_mpc_lib" != x; then
5047 gmplibs="-L$with_mpc_lib $gmplibs"
5048 fi
5049 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5050 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5051 gmpinc='-I$$s/mpc/src '"$gmpinc"
5052 # Do not test the mpc version. Assume that it is sufficient, since
5053 # it is in the source tree, and the library has not been built yet
5054 # but it would be included on the link line in the version check below
5055 # hence making the test fail.
5056 have_gmp=yes
5057 fi
5058
5059 # Specify a location for mpfr
5060 # check for this first so it ends up on the link line before gmp.
5061
5062 # Check whether --with-mpfr-dir was given.
5063 if test "${with_mpfr_dir+set}" = set; then :
5064 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5065 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5066 fi
5067
5068
5069
5070 # Check whether --with-mpfr was given.
5071 if test "${with_mpfr+set}" = set; then :
5072 withval=$with_mpfr;
5073 fi
5074
5075
5076 # Check whether --with-mpfr-include was given.
5077 if test "${with_mpfr_include+set}" = set; then :
5078 withval=$with_mpfr_include;
5079 fi
5080
5081
5082 # Check whether --with-mpfr-lib was given.
5083 if test "${with_mpfr_lib+set}" = set; then :
5084 withval=$with_mpfr_lib;
5085 fi
5086
5087
5088 if test "x$with_mpfr" != x; then
5089 gmplibs="-L$with_mpfr/lib $gmplibs"
5090 gmpinc="-I$with_mpfr/include $gmpinc"
5091 fi
5092 if test "x$with_mpfr_include" != x; then
5093 gmpinc="-I$with_mpfr_include $gmpinc"
5094 fi
5095 if test "x$with_mpfr_lib" != x; then
5096 gmplibs="-L$with_mpfr_lib $gmplibs"
5097 fi
5098 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5099 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5100 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5101 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5102 # Do not test the mpfr version. Assume that it is sufficient, since
5103 # it is in the source tree, and the library has not been built yet
5104 # but it would be included on the link line in the version check below
5105 # hence making the test fail.
5106 have_gmp=yes
5107 fi
5108
5109 # Specify a location for gmp
5110
5111 # Check whether --with-gmp-dir was given.
5112 if test "${with_gmp_dir+set}" = set; then :
5113 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5114 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5115 fi
5116
5117
5118
5119 # Check whether --with-gmp was given.
5120 if test "${with_gmp+set}" = set; then :
5121 withval=$with_gmp;
5122 fi
5123
5124
5125 # Check whether --with-gmp-include was given.
5126 if test "${with_gmp_include+set}" = set; then :
5127 withval=$with_gmp_include;
5128 fi
5129
5130
5131 # Check whether --with-gmp-lib was given.
5132 if test "${with_gmp_lib+set}" = set; then :
5133 withval=$with_gmp_lib;
5134 fi
5135
5136
5137
5138 if test "x$with_gmp" != x; then
5139 gmplibs="-L$with_gmp/lib $gmplibs"
5140 gmpinc="-I$with_gmp/include $gmpinc"
5141 fi
5142 if test "x$with_gmp_include" != x; then
5143 gmpinc="-I$with_gmp_include $gmpinc"
5144 fi
5145 if test "x$with_gmp_lib" != x; then
5146 gmplibs="-L$with_gmp_lib $gmplibs"
5147 fi
5148 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5149 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5150 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5151 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5152 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5153 # Do not test the gmp version. Assume that it is sufficient, since
5154 # it is in the source tree, and the library has not been built yet
5155 # but it would be included on the link line in the version check below
5156 # hence making the test fail.
5157 have_gmp=yes
5158 fi
5159
5160 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5161 have_gmp=yes
5162 saved_CFLAGS="$CFLAGS"
5163 CFLAGS="$CFLAGS $gmpinc"
5164 # Check for the recommended and required versions of GMP.
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5166 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5167
5168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5169 /* end confdefs.h. */
5170 #include "gmp.h"
5171 int
5172 main ()
5173 {
5174
5175 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5176 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5177 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5178 choke me
5179 #endif
5180
5181 ;
5182 return 0;
5183 }
5184 _ACEOF
5185 if ac_fn_c_try_compile "$LINENO"; then :
5186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5187 /* end confdefs.h. */
5188 #include <gmp.h>
5189 int
5190 main ()
5191 {
5192
5193 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5194 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5195 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5196 choke me
5197 #endif
5198
5199 ;
5200 return 0;
5201 }
5202 _ACEOF
5203 if ac_fn_c_try_compile "$LINENO"; then :
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5205 $as_echo "yes" >&6; }
5206 else
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5208 $as_echo "buggy but acceptable" >&6; }
5209 fi
5210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5211 else
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5213 $as_echo "no" >&6; }; have_gmp=no
5214 fi
5215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5216
5217 # If we have GMP, check the MPFR version.
5218 if test x"$have_gmp" = xyes; then
5219 # Check for the recommended and required versions of MPFR.
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5221 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5223 /* end confdefs.h. */
5224 #include <gmp.h>
5225 #include <mpfr.h>
5226 int
5227 main ()
5228 {
5229
5230 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5231 choke me
5232 #endif
5233
5234 ;
5235 return 0;
5236 }
5237 _ACEOF
5238 if ac_fn_c_try_compile "$LINENO"; then :
5239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5240 /* end confdefs.h. */
5241 #include <gmp.h>
5242 #include <mpfr.h>
5243 int
5244 main ()
5245 {
5246
5247 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5248 choke me
5249 #endif
5250
5251 ;
5252 return 0;
5253 }
5254 _ACEOF
5255 if ac_fn_c_try_compile "$LINENO"; then :
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5257 $as_echo "yes" >&6; }
5258 else
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5260 $as_echo "buggy but acceptable" >&6; }
5261 fi
5262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5263 else
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5265 $as_echo "no" >&6; }; have_gmp=no
5266 fi
5267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5268 fi
5269
5270 # Check for the MPC header version.
5271 if test x"$have_gmp" = xyes ; then
5272 # Check for the recommended and required versions of MPC.
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5274 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5276 /* end confdefs.h. */
5277 #include <mpc.h>
5278 int
5279 main ()
5280 {
5281
5282 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5283 choke me
5284 #endif
5285
5286 ;
5287 return 0;
5288 }
5289 _ACEOF
5290 if ac_fn_c_try_compile "$LINENO"; then :
5291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5292 /* end confdefs.h. */
5293 #include <mpc.h>
5294 int
5295 main ()
5296 {
5297
5298 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5299 choke me
5300 #endif
5301
5302 ;
5303 return 0;
5304 }
5305 _ACEOF
5306 if ac_fn_c_try_compile "$LINENO"; then :
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5308 $as_echo "yes" >&6; }
5309 else
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5311 $as_echo "buggy but acceptable" >&6; }
5312 fi
5313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5314 else
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5316 $as_echo "no" >&6; }; have_gmp=no
5317 fi
5318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5319 fi
5320
5321 # Now check the MPFR library.
5322 if test x"$have_gmp" = xyes; then
5323 saved_LIBS="$LIBS"
5324 LIBS="$LIBS $gmplibs"
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5326 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5328 /* end confdefs.h. */
5329 #include <mpc.h>
5330 int
5331 main ()
5332 {
5333
5334 mpfr_t n;
5335 mpfr_t x;
5336 mpc_t c;
5337 int t;
5338 mpfr_init (n);
5339 mpfr_init (x);
5340 mpfr_atan2 (n, n, x, GMP_RNDN);
5341 mpfr_erfc (n, x, GMP_RNDN);
5342 mpfr_subnormalize (x, t, GMP_RNDN);
5343 mpfr_clear(n);
5344 mpfr_clear(x);
5345 mpc_init2 (c, 53);
5346 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5347 mpc_cosh (c, c, MPC_RNDNN);
5348 mpc_pow (c, c, c, MPC_RNDNN);
5349 mpc_acosh (c, c, MPC_RNDNN);
5350 mpc_clear (c);
5351
5352 ;
5353 return 0;
5354 }
5355 _ACEOF
5356 if ac_fn_c_try_link "$LINENO"; then :
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5358 $as_echo "yes" >&6; }
5359 else
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5361 $as_echo "no" >&6; }; have_gmp=no
5362 fi
5363 rm -f core conftest.err conftest.$ac_objext \
5364 conftest$ac_exeext conftest.$ac_ext
5365 LIBS="$saved_LIBS"
5366 fi
5367
5368 CFLAGS="$saved_CFLAGS"
5369
5370 # The library versions listed in the error message below should match
5371 # the HARD-minimums enforced above.
5372 if test x$have_gmp != xyes; then
5373 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5374 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5375 their locations. Source code for these libraries can be found at
5376 their respective hosting sites as well as at
5377 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5378 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5379 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5380 make sure that you have installed both the libraries and the header
5381 files. They may be located in separate packages." "$LINENO" 5
5382 fi
5383 fi
5384
5385 # Flags needed for both GMP, MPFR and/or MPC.
5386
5387
5388
5389
5390
5391
5392 # Allow host libstdc++ to be specified for static linking with PPL.
5393
5394 # Check whether --with-host-libstdcxx was given.
5395 if test "${with_host_libstdcxx+set}" = set; then :
5396 withval=$with_host_libstdcxx;
5397 fi
5398
5399
5400 case $with_host_libstdcxx in
5401 no|yes)
5402 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5403 ;;
5404 esac
5405
5406 # Linker flags to use for stage1 or when not boostrapping.
5407
5408 # Check whether --with-stage1-ldflags was given.
5409 if test "${with_stage1_ldflags+set}" = set; then :
5410 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5411 stage1_ldflags=
5412 else
5413 stage1_ldflags=$withval
5414 fi
5415 else
5416 stage1_ldflags=
5417 fi
5418
5419
5420
5421 # Libraries to use for stage1 or when not bootstrapping.
5422
5423 # Check whether --with-stage1-libs was given.
5424 if test "${with_stage1_libs+set}" = set; then :
5425 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5426 stage1_libs=
5427 else
5428 stage1_libs=$withval
5429 fi
5430 else
5431 stage1_libs=$with_host_libstdcxx
5432 fi
5433
5434
5435
5436 # Libraries to use for stage2 and later builds. This defaults to the
5437 # argument passed to --with-host-libstdcxx.
5438
5439 # Check whether --with-boot-libs was given.
5440 if test "${with_boot_libs+set}" = set; then :
5441 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5442 poststage1_libs=
5443 else
5444 poststage1_libs=$withval
5445 fi
5446 else
5447 poststage1_libs=$with_host_libstdcxx
5448 fi
5449
5450
5451
5452 # Linker flags to use for stage2 and later builds.
5453
5454 # Check whether --with-boot-ldflags was given.
5455 if test "${with_boot_ldflags+set}" = set; then :
5456 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5457 poststage1_ldflags=
5458 else
5459 poststage1_ldflags=$withval
5460 fi
5461 else
5462 poststage1_ldflags=
5463 # In stages 2 and 3, default to linking libstdc++ and libgcc
5464 # statically. But if the user explicitly specified the libraries to
5465 # use, trust that they are doing what they want.
5466 if test "$poststage1_libs" = ""; then
5467 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5468 fi
5469 fi
5470
5471
5472
5473 # Check for PPL
5474 ppllibs=
5475 pplinc=
5476 pwllib=
5477
5478
5479 # Check whether --with-ppl was given.
5480 if test "${with_ppl+set}" = set; then :
5481 withval=$with_ppl;
5482 fi
5483
5484
5485 # Check whether --with-ppl-include was given.
5486 if test "${with_ppl_include+set}" = set; then :
5487 withval=$with_ppl_include;
5488 fi
5489
5490
5491 # Check whether --with-ppl-lib was given.
5492 if test "${with_ppl_lib+set}" = set; then :
5493 withval=$with_ppl_lib;
5494 fi
5495
5496
5497 # Check whether --enable-ppl-version-check was given.
5498 if test "${enable_ppl_version_check+set}" = set; then :
5499 enableval=$enable_ppl_version_check;
5500 fi
5501
5502
5503 case $with_ppl in
5504 yes | no | "")
5505 ;;
5506 *)
5507 ppllibs="-L$with_ppl/lib"
5508 pplinc="-I$with_ppl/include $pplinc"
5509 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5510 with_ppl=yes
5511 else
5512 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5513 fi
5514 ;;
5515 esac
5516
5517 if test x"$with_ppl_include" != x; then
5518 pplinc="-I$with_ppl_include $pplinc"
5519 with_ppl=yes
5520 fi
5521
5522 if test "x$with_ppl_lib" != x; then
5523 ppllibs="-L$with_ppl_lib"
5524 with_ppl=yes
5525 fi
5526
5527 if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5528 if test x"$enable_watchdog" = xyes; then
5529 pwllib="-lpwl"
5530 fi
5531 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5532 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5533 enable_ppl_version_check=no
5534 with_ppl=yes
5535 fi
5536
5537 if test "x$with_ppl" != xno; then
5538 if test "x$pwllib" = x; then
5539 saved_LIBS="$LIBS"
5540 LIBS="$LIBS $ppllibs -lstdc++ -lm"
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5542 $as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5543 if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5544 $as_echo_n "(cached) " >&6
5545 else
5546 ac_check_lib_save_LIBS=$LIBS
5547 LIBS="-lpwl $LIBS"
5548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5549 /* end confdefs.h. */
5550
5551 /* Override any GCC internal prototype to avoid an error.
5552 Use char because int might match the return type of a GCC
5553 builtin and then its argument prototype would still apply. */
5554 #ifdef __cplusplus
5555 extern "C"
5556 #endif
5557 char PWL_handle_timeout ();
5558 int
5559 main ()
5560 {
5561 return PWL_handle_timeout ();
5562 ;
5563 return 0;
5564 }
5565 _ACEOF
5566 if ac_fn_c_try_link "$LINENO"; then :
5567 ac_cv_lib_pwl_PWL_handle_timeout=yes
5568 else
5569 ac_cv_lib_pwl_PWL_handle_timeout=no
5570 fi
5571 rm -f core conftest.err conftest.$ac_objext \
5572 conftest$ac_exeext conftest.$ac_ext
5573 LIBS=$ac_check_lib_save_LIBS
5574 fi
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5576 $as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5577 if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5578 pwllib="-lpwl"
5579 fi
5580
5581 LIBS="$saved_LIBS"
5582 fi
5583
5584 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5585
5586 if test "$enable_ppl_version_check" != no; then
5587 saved_CFLAGS="$CFLAGS"
5588 CFLAGS="$CFLAGS $pplinc $gmpinc"
5589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5590 $as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5592 /* end confdefs.h. */
5593 #include "ppl_c.h"
5594 int
5595 main ()
5596 {
5597
5598 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5599 choke me
5600 #endif
5601
5602 ;
5603 return 0;
5604 }
5605 _ACEOF
5606 if ac_fn_c_try_compile "$LINENO"; then :
5607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5608 $as_echo "yes" >&6; }
5609 else
5610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5611 $as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5612 fi
5613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5614 CFLAGS="$saved_CFLAGS"
5615 fi
5616 fi
5617
5618 # Flags needed for PPL
5619
5620
5621
5622
5623 # Check for CLOOG
5624
5625
5626
5627 # Check whether --with-cloog was given.
5628 if test "${with_cloog+set}" = set; then :
5629 withval=$with_cloog;
5630 fi
5631
5632
5633 # Check whether --with-cloog-include was given.
5634 if test "${with_cloog_include+set}" = set; then :
5635 withval=$with_cloog_include;
5636 fi
5637
5638
5639 # Check whether --with-cloog-lib was given.
5640 if test "${with_cloog_lib+set}" = set; then :
5641 withval=$with_cloog_lib;
5642 fi
5643
5644
5645 # Check whether --enable-cloog-backend was given.
5646 if test "${enable_cloog_backend+set}" = set; then :
5647 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5648 cloog_backend=isl
5649 elif test "x${enableval}" = "xppl"; then
5650 cloog_backend=ppl
5651 else
5652 cloog_backend=ppl-legacy
5653 fi
5654 else
5655 cloog_backend=ppl-legacy
5656 fi
5657
5658 # Check whether --enable-cloog-version-check was given.
5659 if test "${enable_cloog_version_check+set}" = set; then :
5660 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5661 else
5662 ENABLE_CLOOG_CHECK=yes
5663 fi
5664
5665
5666 # Initialize clooglibs and clooginc.
5667 case $with_cloog in
5668 no)
5669 clooglibs=
5670 clooginc=
5671 ;;
5672 "" | yes)
5673 ;;
5674 *)
5675 clooglibs="-L$with_cloog/lib"
5676 clooginc="-I$with_cloog/include"
5677 ;;
5678 esac
5679 if test "x${with_cloog_include}" != x ; then
5680 clooginc="-I$with_cloog_include"
5681 fi
5682 if test "x${with_cloog_lib}" != x; then
5683 clooglibs="-L$with_cloog_lib"
5684 fi
5685
5686
5687
5688
5689
5690 if test "x$with_ppl" = "xno"; then
5691
5692
5693
5694 if test "x${with_cloog}" = xno; then
5695 graphite_requested=no
5696 elif test "x${with_cloog}" != x \
5697 || test "x${with_cloog_include}" != x \
5698 || test "x${with_cloog_lib}" != x ; then
5699 graphite_requested=yes
5700 else
5701 graphite_requested=no
5702 fi
5703
5704
5705 if test "${graphite_requested}" = yes; then
5706 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5707 fi
5708 with_cloog=no
5709 fi
5710 if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5711 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5712 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5713 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5714 fi
5715 if test "x$with_cloog" != "xno"; then
5716
5717
5718
5719 _cloog_saved_CFLAGS=$CFLAGS
5720 _cloog_saved_CPPFLAGS=$CPPFLAGS
5721 _cloog_saved_LDFLAGS=$LDFLAGS
5722 _cloog_saved_LIBS=$LIBS
5723
5724 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5725
5726 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5727 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5728 LDFLAGS="${LDFLAGS} ${clooglibs}"
5729
5730 case $cloog_backend in
5731 "ppl-legacy")
5732 CFLAGS="${CFLAGS} ${pplinc}"
5733 LDFLAGS="${LDFLAGS} ${ppllibs}"
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5735 $as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5736 if test "${gcc_cv_cloog_type+set}" = set; then :
5737 $as_echo_n "(cached) " >&6
5738 else
5739 LIBS="-lcloog ${_cloog_saved_LIBS}"
5740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5741 /* end confdefs.h. */
5742 #include "cloog/cloog.h"
5743 int
5744 main ()
5745 {
5746 #ifndef CLOOG_PPL_BACKEND
5747 choke me
5748 #endif
5749 ;
5750 return 0;
5751 }
5752 _ACEOF
5753 if ac_fn_c_try_link "$LINENO"; then :
5754 gcc_cv_cloog_type="PPL Legacy"
5755 else
5756 gcc_cv_cloog_type=no
5757 fi
5758 rm -f core conftest.err conftest.$ac_objext \
5759 conftest$ac_exeext conftest.$ac_ext
5760 fi
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5762 $as_echo "$gcc_cv_cloog_type" >&6; }
5763 ;;
5764 "isl")
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5766 $as_echo_n "checking for installed CLooG ISL... " >&6; }
5767 if test "${gcc_cv_cloog_type+set}" = set; then :
5768 $as_echo_n "(cached) " >&6
5769 else
5770 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5772 /* end confdefs.h. */
5773 #include "cloog/cloog.h"
5774 int
5775 main ()
5776 {
5777 cloog_version ()
5778 ;
5779 return 0;
5780 }
5781 _ACEOF
5782 if ac_fn_c_try_link "$LINENO"; then :
5783 gcc_cv_cloog_type="ISL"
5784 else
5785 gcc_cv_cloog_type=no
5786 fi
5787 rm -f core conftest.err conftest.$ac_objext \
5788 conftest$ac_exeext conftest.$ac_ext
5789 fi
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5791 $as_echo "$gcc_cv_cloog_type" >&6; }
5792 ;;
5793 "ppl")
5794 CFLAGS="${CFLAGS} ${pplinc}"
5795 LDFLAGS="${LDFLAGS} ${ppllibs}"
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5797 $as_echo_n "checking for installed CLooG PPL... " >&6; }
5798 if test "${gcc_cv_cloog_type+set}" = set; then :
5799 $as_echo_n "(cached) " >&6
5800 else
5801 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5803 /* end confdefs.h. */
5804 #include "cloog/cloog.h"
5805 #include "cloog/ppl/cloog.h"
5806 int
5807 main ()
5808 {
5809 cloog_version ()
5810 ;
5811 return 0;
5812 }
5813 _ACEOF
5814 if ac_fn_c_try_link "$LINENO"; then :
5815 gcc_cv_cloog_type="PPL"
5816 else
5817 gcc_cv_cloog_type=no
5818 fi
5819 rm -f core conftest.err conftest.$ac_objext \
5820 conftest$ac_exeext conftest.$ac_ext
5821 fi
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5823 $as_echo "$gcc_cv_cloog_type" >&6; }
5824 ;;
5825 *)
5826 gcc_cv_cloog_type=""
5827 esac
5828
5829 case $gcc_cv_cloog_type in
5830 "PPL Legacy")
5831 clooginc="${clooginc}"
5832 clooglibs="${clooglibs} -lcloog"
5833 cloog_org=no
5834 ;;
5835 "ISL")
5836 clooginc="${clooginc} ${_cloogorginc}"
5837 clooglibs="${clooglibs} -lcloog-isl -lisl"
5838 cloog_org=yes
5839 ;;
5840 "PPL")
5841 clooginc="${clooginc} ${_cloogorginc}"
5842 clooglibs="${clooglibs} -lcloog-ppl"
5843 cloog_org=yes
5844 ;;
5845 *)
5846 clooglibs=
5847 clooginc=
5848 cloog_org=
5849 ;;
5850 esac
5851
5852 LIBS=$_cloog_saved_LIBS
5853 CFLAGS=$_cloog_saved_CFLAGS
5854 CPPFLAGS=$_cloog_saved_CPPFLAGS
5855 LDFLAGS=$_cloog_saved_LDFLAGS
5856
5857
5858
5859
5860
5861 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5862 _cloog_saved_CFLAGS=$CFLAGS
5863 _cloog_saved_LDFLAGS=$LDFLAGS
5864
5865 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
5866 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
5867
5868 if test "${cloog_org}" = yes ; then
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
5870 $as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
5871 if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
5872 $as_echo_n "(cached) " >&6
5873 else
5874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5875 /* end confdefs.h. */
5876 #include "cloog/cloog.h"
5877 int
5878 main ()
5879 {
5880 #if CLOOG_VERSION_MAJOR != 0 \
5881 || CLOOG_VERSION_MINOR != 16 \
5882 || CLOOG_VERSION_REVISION < 1
5883 choke me
5884 #endif
5885 ;
5886 return 0;
5887 }
5888 _ACEOF
5889 if ac_fn_c_try_compile "$LINENO"; then :
5890 gcc_cv_cloog_ct_0_14_0=yes
5891 else
5892 gcc_cv_cloog_ct_0_14_0=no
5893 fi
5894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5895 fi
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
5897 $as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
5898 elif test "${cloog_org}" = no ; then
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
5900 $as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
5901 if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
5902 $as_echo_n "(cached) " >&6
5903 else
5904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5905 /* end confdefs.h. */
5906 #include "cloog/cloog.h"
5907 int
5908 main ()
5909 {
5910 #if CLOOG_VERSION_MAJOR != 0 \
5911 || CLOOG_VERSION_MINOR != 15 \
5912 || CLOOG_VERSION_REVISION < 5
5913 choke me
5914 #endif
5915 ;
5916 return 0;
5917 }
5918 _ACEOF
5919 if ac_fn_c_try_compile "$LINENO"; then :
5920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5921 /* end confdefs.h. */
5922 #include "cloog/cloog.h"
5923 int
5924 main ()
5925 {
5926 #if CLOOG_VERSION_MAJOR != 0 \
5927 || CLOOG_VERSION_MINOR != 15 \
5928 || CLOOG_VERSION_REVISION < 9
5929 choke me
5930 #endif
5931 ;
5932 return 0;
5933 }
5934 _ACEOF
5935 if ac_fn_c_try_compile "$LINENO"; then :
5936 gcc_cv_cloog_ct_0_15_5=yes
5937 else
5938 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
5939 fi
5940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5941 else
5942 gcc_cv_cloog_ct_0_15_5=no
5943 fi
5944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5945 fi
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
5947 $as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
5948 fi
5949
5950 CFLAGS=$_cloog_saved_CFLAGS
5951 LDFLAGS=$_cloog_saved_LDFLAGS
5952 fi
5953
5954
5955
5956
5957
5958
5959
5960 if test "x${with_cloog}" = xno; then
5961 graphite_requested=no
5962 elif test "x${with_cloog}" != x \
5963 || test "x${with_cloog_include}" != x \
5964 || test "x${with_cloog_lib}" != x ; then
5965 graphite_requested=yes
5966 else
5967 graphite_requested=no
5968 fi
5969
5970
5971
5972 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
5973 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
5974 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
5975 clooglibs=
5976 clooginc=
5977 fi
5978
5979 if test "${graphite_requested}" = yes \
5980 && test "x${clooglibs}" = x \
5981 && test "x${clooginc}" = x ; then
5982
5983 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
5984 fi
5985
5986
5987 fi
5988
5989 # Check for LTO support.
5990 # Check whether --enable-lto was given.
5991 if test "${enable_lto+set}" = set; then :
5992 enableval=$enable_lto; enable_lto=$enableval
5993 else
5994 enable_lto=yes; default_enable_lto=yes
5995 fi
5996
5997
5998
5999
6000
6001 target_elf=no
6002 case $target in
6003 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6004 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6005 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6006 target_elf=no
6007 ;;
6008 *)
6009 target_elf=yes
6010 ;;
6011 esac
6012
6013 if test $target_elf = yes; then :
6014 # ELF platforms build the lto-plugin always.
6015 build_lto_plugin=yes
6016
6017 else
6018 if test x"$default_enable_lto" = x"yes" ; then
6019 case $target in
6020 *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
6021 # On other non-ELF platforms, LTO has yet to be validated.
6022 *) enable_lto=no ;;
6023 esac
6024 else
6025 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6026 # It would also be nice to check the binutils support, but we don't
6027 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6028 # warn during gcc/ subconfigure; unless you're bootstrapping with
6029 # -flto it won't be needed until after installation anyway.
6030 case $target in
6031 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6032 *) if test x"$enable_lto" = x"yes"; then
6033 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6034 fi
6035 ;;
6036 esac
6037 fi
6038 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6039 # Build it unless LTO was explicitly disabled.
6040 case $target in
6041 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6042 *) ;;
6043 esac
6044
6045 fi
6046
6047
6048
6049 # By default, C is the only stage 1 language.
6050 stage1_languages=,c,
6051
6052 # Target libraries that we bootstrap.
6053 bootstrap_target_libs=,target-libgcc,
6054
6055 # Figure out what language subdirectories are present.
6056 # Look if the user specified --enable-languages="..."; if not, use
6057 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6058 # go away some day.
6059 # NB: embedded tabs in this IF block -- do not untabify
6060 if test -d ${srcdir}/gcc; then
6061 if test x"${enable_languages+set}" != xset; then
6062 if test x"${LANGUAGES+set}" = xset; then
6063 enable_languages="${LANGUAGES}"
6064 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6065 else
6066 enable_languages=all
6067 fi
6068 else
6069 if test x"${enable_languages}" = x ||
6070 test x"${enable_languages}" = xyes;
6071 then
6072 echo configure.in: --enable-languages needs at least one language argument 1>&2
6073 exit 1
6074 fi
6075 fi
6076 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6077
6078 # 'f95' is the old name for the 'fortran' language. We issue a warning
6079 # and make the substitution.
6080 case ,${enable_languages}, in
6081 *,f95,*)
6082 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6083 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6084 ;;
6085 esac
6086
6087 # First scan to see if an enabled language requires some other language.
6088 # We assume that a given config-lang.in will list all the language
6089 # front ends it requires, even if some are required indirectly.
6090 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6091 case ${lang_frag} in
6092 ..) ;;
6093 # The odd quoting in the next line works around
6094 # an apparent bug in bash 1.12 on linux.
6095 ${srcdir}/gcc/[*]/config-lang.in) ;;
6096 *)
6097 # From the config-lang.in, get $language, $lang_requires, and
6098 # $lang_requires_boot_languages.
6099 language=
6100 lang_requires=
6101 lang_requires_boot_languages=
6102 . ${lang_frag}
6103 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6104 case ,${enable_languages}, in
6105 *,$other,*) ;;
6106 *,all,*) ;;
6107 *,$language,*)
6108 echo " \`$other' language required by \`$language'; enabling" 1>&2
6109 enable_languages="${enable_languages},${other}"
6110 ;;
6111 esac
6112 done
6113 for other in ${lang_requires_boot_languages} ; do
6114 if test "$other" != "c"; then
6115 case ,${enable_stage1_languages}, in
6116 *,$other,*) ;;
6117 *,all,*) ;;
6118 *)
6119 case ,${enable_languages}, in
6120 *,$language,*)
6121 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6122 enable_stage1_languages="$enable_stage1_languages,${other}"
6123 ;;
6124 esac
6125 ;;
6126 esac
6127 fi
6128 done
6129 ;;
6130 esac
6131 done
6132
6133 new_enable_languages=,c,
6134
6135 # If LTO is enabled, add the LTO front end.
6136 extra_host_libiberty_configure_flags=
6137 if test "$enable_lto" = "yes" ; then
6138 case ,${enable_languages}, in
6139 *,lto,*) ;;
6140 *) enable_languages="${enable_languages},lto" ;;
6141 esac
6142 if test "${build_lto_plugin}" = "yes" ; then
6143 configdirs="$configdirs lto-plugin"
6144 extra_host_libiberty_configure_flags=--enable-shared
6145 fi
6146 fi
6147
6148
6149 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6150 potential_languages=,c,
6151
6152 enabled_target_libs=
6153 disabled_target_libs=
6154
6155 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6156 case ${lang_frag} in
6157 ..) ;;
6158 # The odd quoting in the next line works around
6159 # an apparent bug in bash 1.12 on linux.
6160 ${srcdir}/gcc/[*]/config-lang.in) ;;
6161 *)
6162 # From the config-lang.in, get $language, $target_libs,
6163 # $lang_dirs, $boot_language, and $build_by_default
6164 language=
6165 target_libs=
6166 lang_dirs=
6167 subdir_requires=
6168 boot_language=no
6169 build_by_default=yes
6170 . ${lang_frag}
6171 if test x${language} = x; then
6172 echo "${lang_frag} doesn't set \$language." 1>&2
6173 exit 1
6174 fi
6175
6176 if test "$language" = "c++" \
6177 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6178 boot_language=yes
6179 fi
6180
6181 case ,${enable_languages}, in
6182 *,${language},*)
6183 # Language was explicitly selected; include it.
6184 add_this_lang=yes
6185 ;;
6186 *,all,*)
6187 # 'all' was selected, select it if it is a default language
6188 add_this_lang=${build_by_default}
6189 ;;
6190 *)
6191 add_this_lang=no
6192 ;;
6193 esac
6194
6195 # Disable languages that need other directories if these aren't available.
6196 for i in $subdir_requires; do
6197 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6198 case ,${enable_languages}, in
6199 *,${language},*)
6200 # Specifically requested language; tell them.
6201 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6202 ;;
6203 *)
6204 # Silently disable.
6205 add_this_lang=unsupported
6206 ;;
6207 esac
6208 done
6209
6210 # Disable Ada if no preexisting GNAT is available.
6211 case ,${enable_languages},:${language}:${have_gnat} in
6212 *,${language},*:ada:no)
6213 # Specifically requested language; tell them.
6214 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6215 ;;
6216 *:ada:no)
6217 # Silently disable.
6218 add_this_lang=unsupported
6219 ;;
6220 esac
6221
6222 # Disable a language that is unsupported by the target.
6223 case " $unsupported_languages " in
6224 *" $language "*)
6225 add_this_lang=unsupported
6226 ;;
6227 esac
6228
6229 case $add_this_lang in
6230 unsupported)
6231 # Remove language-dependent dirs.
6232 disabled_target_libs="$disabled_target_libs $target_libs"
6233 noconfigdirs="$noconfigdirs $lang_dirs"
6234 ;;
6235 no)
6236 # Remove language-dependent dirs; still show language as supported.
6237 disabled_target_libs="$disabled_target_libs $target_libs"
6238 noconfigdirs="$noconfigdirs $lang_dirs"
6239 potential_languages="${potential_languages}${language},"
6240 ;;
6241 yes)
6242 new_enable_languages="${new_enable_languages}${language},"
6243 potential_languages="${potential_languages}${language},"
6244 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6245 enabled_target_libs="$enabled_target_libs $target_libs"
6246 case "${boot_language}:,$enable_stage1_languages," in
6247 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6248 # Add to (comma-separated) list of stage 1 languages.
6249 case ",$stage1_languages," in
6250 *,$language,* | ,yes, | ,all,) ;;
6251 *) stage1_languages="${stage1_languages}${language}," ;;
6252 esac
6253 # We need to bootstrap any supporting libraries.
6254 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6255 ;;
6256 esac
6257 ;;
6258 esac
6259 ;;
6260 esac
6261 done
6262
6263 # Add target libraries which are only needed for disabled languages
6264 # to noconfigdirs.
6265 if test -n "$disabled_target_libs"; then
6266 for dir in $disabled_target_libs; do
6267 case " $enabled_target_libs " in
6268 *" ${dir} "*) ;;
6269 *) noconfigdirs="$noconfigdirs $dir" ;;
6270 esac
6271 done
6272 fi
6273
6274 # Check whether --enable-stage1-languages was given.
6275 if test "${enable_stage1_languages+set}" = set; then :
6276 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6277 ,no,|,,)
6278 # Set it to something that will have no effect in the loop below
6279 enable_stage1_languages=c ;;
6280 ,yes,)
6281 enable_stage1_languages=`echo $new_enable_languages | \
6282 sed -e "s/^,//" -e "s/,$//" ` ;;
6283 *,all,*)
6284 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6285 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6286 esac
6287
6288 # Add "good" languages from enable_stage1_languages to stage1_languages,
6289 # while "bad" languages go in missing_languages. Leave no duplicates.
6290 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6291 case $potential_languages in
6292 *,$i,*)
6293 case $stage1_languages in
6294 *,$i,*) ;;
6295 *) stage1_languages="$stage1_languages$i," ;;
6296 esac ;;
6297 *)
6298 case $missing_languages in
6299 *,$i,*) ;;
6300 *) missing_languages="$missing_languages$i," ;;
6301 esac ;;
6302 esac
6303 done
6304 fi
6305
6306
6307 # Remove leading/trailing commas that were added for simplicity
6308 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6309 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6310 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6311 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6312
6313 if test "x$missing_languages" != x; then
6314 as_fn_error "
6315 The following requested languages could not be built: ${missing_languages}
6316 Supported languages are: ${potential_languages}" "$LINENO" 5
6317 fi
6318 if test "x$new_enable_languages" != "x$enable_languages"; then
6319 echo The following languages will be built: ${new_enable_languages}
6320 enable_languages="$new_enable_languages"
6321 fi
6322
6323
6324 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6325 fi
6326
6327 # Handle --disable-<component> generically.
6328 for dir in $configdirs $build_configdirs $target_configdirs ; do
6329 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6330 varname=`echo $dirname | sed -e s/+/_/g`
6331 if eval test x\${enable_${varname}} "=" xno ; then
6332 noconfigdirs="$noconfigdirs $dir"
6333 fi
6334 done
6335
6336 # Check for Boehm's garbage collector
6337 # Check whether --enable-objc-gc was given.
6338 if test "${enable_objc_gc+set}" = set; then :
6339 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6340 *,objc,*:*:yes:*target-boehm-gc*)
6341 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6342 ;;
6343 esac
6344 fi
6345
6346
6347 # Make sure we only build Boehm's garbage collector if required.
6348 case ,${enable_languages},:${enable_objc_gc} in
6349 *,objc,*:yes)
6350 # Keep target-boehm-gc if requested for Objective-C.
6351 ;;
6352 *)
6353 # Otherwise remove target-boehm-gc depending on target-libjava.
6354 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6355 noconfigdirs="$noconfigdirs target-boehm-gc"
6356 fi
6357 ;;
6358 esac
6359
6360 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6361 # $build_configdirs and $target_configdirs.
6362 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6363
6364 notsupp=""
6365 for dir in . $skipdirs $noconfigdirs ; do
6366 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6367 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6368 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6369 if test -r $srcdir/$dirname/configure ; then
6370 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6371 true
6372 else
6373 notsupp="$notsupp $dir"
6374 fi
6375 fi
6376 fi
6377 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6378 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6379 if test -r $srcdir/$dirname/configure ; then
6380 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6381 true
6382 else
6383 notsupp="$notsupp $dir"
6384 fi
6385 fi
6386 fi
6387 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6388 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6389 if test -r $srcdir/$dirname/configure ; then
6390 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6391 true
6392 else
6393 notsupp="$notsupp $dir"
6394 fi
6395 fi
6396 fi
6397 done
6398
6399 # Sometimes the tools are distributed with libiberty but with no other
6400 # libraries. In that case, we don't want to build target-libiberty.
6401 # Don't let libgcc imply libiberty either.
6402 if test -n "${target_configdirs}" ; then
6403 libgcc=
6404 others=
6405 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6406 if test "$i" = "libgcc"; then
6407 libgcc=target-libgcc
6408 elif test "$i" != "libiberty" ; then
6409 if test -r $srcdir/$i/configure ; then
6410 others=yes;
6411 break;
6412 fi
6413 fi
6414 done
6415 if test -z "${others}" ; then
6416 target_configdirs=$libgcc
6417 fi
6418 fi
6419
6420 # Quietly strip out all directories which aren't configurable in this tree.
6421 # This relies on all configurable subdirectories being autoconfiscated, which
6422 # is now the case.
6423 build_configdirs_all="$build_configdirs"
6424 build_configdirs=
6425 for i in ${build_configdirs_all} ; do
6426 j=`echo $i | sed -e s/build-//g`
6427 if test -f ${srcdir}/$j/configure ; then
6428 build_configdirs="${build_configdirs} $i"
6429 fi
6430 done
6431
6432 configdirs_all="$configdirs"
6433 configdirs=
6434 for i in ${configdirs_all} ; do
6435 if test -f ${srcdir}/$i/configure ; then
6436 configdirs="${configdirs} $i"
6437 fi
6438 done
6439
6440 target_configdirs_all="$target_configdirs"
6441 target_configdirs=
6442 for i in ${target_configdirs_all} ; do
6443 j=`echo $i | sed -e s/target-//g`
6444 if test -f ${srcdir}/$j/configure ; then
6445 target_configdirs="${target_configdirs} $i"
6446 fi
6447 done
6448
6449 # Produce a warning message for the subdirs we can't configure.
6450 # This isn't especially interesting in the Cygnus tree, but in the individual
6451 # FSF releases, it's important to let people know when their machine isn't
6452 # supported by the one or two programs in a package.
6453
6454 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6455 # If $appdirs is non-empty, at least one of those directories must still
6456 # be configured, or we error out. (E.g., if the gas release supports a
6457 # specified target in some subdirs but not the gas subdir, we shouldn't
6458 # pretend that all is well.)
6459 if test -n "$appdirs" ; then
6460 for dir in $appdirs ; do
6461 if test -r $dir/Makefile.in ; then
6462 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6463 appdirs=""
6464 break
6465 fi
6466 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6467 appdirs=""
6468 break
6469 fi
6470 fi
6471 done
6472 if test -n "$appdirs" ; then
6473 echo "*** This configuration is not supported by this package." 1>&2
6474 exit 1
6475 fi
6476 fi
6477 # Okay, some application will build, or we don't care to check. Still
6478 # notify of subdirs not getting built.
6479 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6480 echo " ${notsupp}" 1>&2
6481 echo " (Any other directories should still work fine.)" 1>&2
6482 fi
6483
6484 case "$host" in
6485 *msdosdjgpp*)
6486 enable_gdbtk=no ;;
6487 esac
6488
6489 # To find our prefix, in gcc_cv_tool_prefix.
6490
6491 # The user is always right.
6492 if test "${PATH_SEPARATOR+set}" != set; then
6493 echo "#! /bin/sh" >conf$$.sh
6494 echo "exit 0" >>conf$$.sh
6495 chmod +x conf$$.sh
6496 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6497 PATH_SEPARATOR=';'
6498 else
6499 PATH_SEPARATOR=:
6500 fi
6501 rm -f conf$$.sh
6502 fi
6503
6504
6505
6506 if test "x$exec_prefix" = xNONE; then
6507 if test "x$prefix" = xNONE; then
6508 gcc_cv_tool_prefix=$ac_default_prefix
6509 else
6510 gcc_cv_tool_prefix=$prefix
6511 fi
6512 else
6513 gcc_cv_tool_prefix=$exec_prefix
6514 fi
6515
6516 # If there is no compiler in the tree, use the PATH only. In any
6517 # case, if there is no compiler in the tree nobody should use
6518 # AS_FOR_TARGET and LD_FOR_TARGET.
6519 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6520 gcc_version=`cat $srcdir/gcc/BASE-VER`
6521 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6522 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6523 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6524 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6525 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6526 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6527 else
6528 gcc_cv_tool_dirs=
6529 fi
6530
6531 if test x$build = x$target && test -n "$md_exec_prefix"; then
6532 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6533 fi
6534
6535
6536
6537 copy_dirs=
6538
6539
6540 # Check whether --with-build-sysroot was given.
6541 if test "${with_build_sysroot+set}" = set; then :
6542 withval=$with_build_sysroot; if test x"$withval" != x ; then
6543 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6544 fi
6545 else
6546 SYSROOT_CFLAGS_FOR_TARGET=
6547 fi
6548
6549
6550
6551
6552 # Check whether --with-debug-prefix-map was given.
6553 if test "${with_debug_prefix_map+set}" = set; then :
6554 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6555 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6556 for debug_map in $withval; do
6557 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6558 done
6559 fi
6560 else
6561 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6562 fi
6563
6564
6565
6566 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6567 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6568 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6569 # We want to ensure that TARGET libraries (which we know are built with
6570 # gcc) are built with "-O2 -g", so include those options when setting
6571 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6572 if test "x$CFLAGS_FOR_TARGET" = x; then
6573 CFLAGS_FOR_TARGET=$CFLAGS
6574 case " $CFLAGS " in
6575 *" -O2 "*) ;;
6576 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6577 esac
6578 case " $CFLAGS " in
6579 *" -g "* | *" -g3 "*) ;;
6580 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6581 esac
6582 fi
6583
6584
6585 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6586 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6587 case " $CXXFLAGS " in
6588 *" -O2 "*) ;;
6589 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6590 esac
6591 case " $CXXFLAGS " in
6592 *" -g "* | *" -g3 "*) ;;
6593 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6594 esac
6595 fi
6596
6597
6598 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6599 # the named directory are copied to $(tooldir)/sys-include.
6600 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6601 if test x${is_cross_compiler} = xno ; then
6602 echo 1>&2 '***' --with-headers is only supported when cross compiling
6603 exit 1
6604 fi
6605 if test x"${with_headers}" != xyes ; then
6606 x=${gcc_cv_tool_prefix}
6607 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6608 fi
6609 fi
6610
6611 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6612 # the name directories are copied to $(tooldir)/lib. Multiple directories
6613 # are permitted.
6614 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6615 if test x${is_cross_compiler} = xno ; then
6616 echo 1>&2 '***' --with-libs is only supported when cross compiling
6617 exit 1
6618 fi
6619 if test x"${with_libs}" != xyes ; then
6620 # Copy the libraries in reverse order, so that files in the first named
6621 # library override files in subsequent libraries.
6622 x=${gcc_cv_tool_prefix}
6623 for l in ${with_libs}; do
6624 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6625 done
6626 fi
6627 fi
6628
6629 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6630 #
6631 # This is done by determining whether or not the appropriate directory
6632 # is available, and by checking whether or not specific configurations
6633 # have requested that this magic not happen.
6634 #
6635 # The command line options always override the explicit settings in
6636 # configure.in, and the settings in configure.in override this magic.
6637 #
6638 # If the default for a toolchain is to use GNU as and ld, and you don't
6639 # want to do that, then you should use the --without-gnu-as and
6640 # --without-gnu-ld options for the configure script. Similarly, if
6641 # the default is to use the included zlib and you don't want to do that,
6642 # you should use the --with-system-zlib option for the configure script.
6643
6644 if test x${use_gnu_as} = x &&
6645 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6646 with_gnu_as=yes
6647 extra_host_args="$extra_host_args --with-gnu-as"
6648 fi
6649
6650 if test x${use_gnu_ld} = x &&
6651 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6652 with_gnu_ld=yes
6653 extra_host_args="$extra_host_args --with-gnu-ld"
6654 fi
6655
6656 if test x${use_included_zlib} = x &&
6657 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6658 :
6659 else
6660 with_system_zlib=yes
6661 extra_host_args="$extra_host_args --with-system-zlib"
6662 fi
6663
6664 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6665 # can detect this case.
6666
6667 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6668 with_newlib=yes
6669 extra_host_args="$extra_host_args --with-newlib"
6670 fi
6671
6672 # Handle ${copy_dirs}
6673 set fnord ${copy_dirs}
6674 shift
6675 while test $# != 0 ; do
6676 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6677 :
6678 else
6679 echo Copying $1 to $2
6680
6681 # Use the install script to create the directory and all required
6682 # parent directories.
6683 if test -d $2 ; then
6684 :
6685 else
6686 echo >config.temp
6687 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6688 fi
6689
6690 # Copy the directory, assuming we have tar.
6691 # FIXME: Should we use B in the second tar? Not all systems support it.
6692 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6693
6694 # It is the responsibility of the user to correctly adjust all
6695 # symlinks. If somebody can figure out how to handle them correctly
6696 # here, feel free to add the code.
6697
6698 echo $1 > $2/COPIED
6699 fi
6700 shift; shift
6701 done
6702
6703 # Determine a target-dependent exec_prefix that the installed
6704 # gcc will search in. Keep this list sorted by triplet, with
6705 # the *-*-osname triplets last.
6706 md_exec_prefix=
6707 case "${target}" in
6708 alpha*-*-*vms*)
6709 md_exec_prefix=/gnu/lib/gcc-lib
6710 ;;
6711 i[34567]86-pc-msdosdjgpp*)
6712 md_exec_prefix=/dev/env/DJDIR/bin
6713 ;;
6714 i[34567]86-*-sco3.2v5*)
6715 if test $with_gnu_as = yes; then
6716 md_exec_prefix=/usr/gnu/bin
6717 else
6718 md_exec_prefix=/usr/ccs/bin/elf
6719 fi
6720 ;;
6721
6722 mn10300-*-* | \
6723 powerpc-*-chorusos* | \
6724 powerpc*-*-eabi* | \
6725 powerpc*-*-sysv* | \
6726 powerpc*-*-kaos* | \
6727 s390x-ibm-tpf*)
6728 md_exec_prefix=/usr/ccs/bin
6729 ;;
6730 sparc64-*-elf*)
6731 ;;
6732 v850*-*-*)
6733 md_exec_prefix=/usr/ccs/bin
6734 ;;
6735 xtensa*-*-elf*)
6736 ;;
6737
6738 *-*-beos* | \
6739 *-*-elf* | \
6740 *-*-hpux* | \
6741 *-*-netware* | \
6742 *-*-nto-qnx* | \
6743 *-*-rtems* | \
6744 *-*-solaris2* | \
6745 *-*-sysv[45]* | \
6746 *-*-vxworks* | \
6747 *-wrs-windiss)
6748 md_exec_prefix=/usr/ccs/bin
6749 ;;
6750 esac
6751
6752 extra_arflags_for_target=
6753 extra_nmflags_for_target=
6754 extra_ranlibflags_for_target=
6755 target_makefile_frag=/dev/null
6756 case "${target}" in
6757 mep*-*-*)
6758 target_makefile_frag="config/mt-mep"
6759 ;;
6760 spu-*-*)
6761 target_makefile_frag="config/mt-spu"
6762 ;;
6763 mips*-sde-elf*)
6764 target_makefile_frag="config/mt-sde"
6765 ;;
6766 mipsisa*-*-elfoabi*)
6767 target_makefile_frag="config/mt-mips-elfoabi"
6768 ;;
6769 mips*-*-*linux* | mips*-*-gnu*)
6770 target_makefile_frag="config/mt-mips-gnu"
6771 ;;
6772 *-*-netware*)
6773 target_makefile_frag="config/mt-netware"
6774 ;;
6775 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6776 target_makefile_frag="config/mt-gnu"
6777 ;;
6778 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6779 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6780 # commands to handle both 32-bit and 64-bit objects. These flags are
6781 # harmless if we're using GNU nm or ar.
6782 extra_arflags_for_target=" -X32_64"
6783 extra_nmflags_for_target=" -B -X32_64"
6784 ;;
6785 *-*-darwin[3-9]*)
6786 # ranlib before Darwin10 requires the -c flag to look at common symbols.
6787 extra_ranlibflags_for_target=" -c"
6788 ;;
6789 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6790 target_makefile_frag="config/mt-wince"
6791 ;;
6792 esac
6793
6794 alphaieee_frag=/dev/null
6795 case $target in
6796 alpha*-*-*)
6797 # This just makes sure to use the -mieee option to build target libs.
6798 # This should probably be set individually by each library.
6799 alphaieee_frag="config/mt-alphaieee"
6800 ;;
6801 esac
6802
6803 # If --enable-target-optspace always use -Os instead of -O2 to build
6804 # the target libraries, similarly if it is not specified, use -Os
6805 # on selected platforms.
6806 ospace_frag=/dev/null
6807 case "${enable_target_optspace}:${target}" in
6808 yes:*)
6809 ospace_frag="config/mt-ospace"
6810 ;;
6811 :d30v-*)
6812 ospace_frag="config/mt-d30v"
6813 ;;
6814 :m32r-* | :d10v-* | :fr30-*)
6815 ospace_frag="config/mt-ospace"
6816 ;;
6817 no:* | :*)
6818 ;;
6819 *)
6820 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6821 ;;
6822 esac
6823
6824 # Default to using --with-stabs for certain targets.
6825 if test x${with_stabs} = x ; then
6826 case "${target}" in
6827 mips*-*-irix[56]*)
6828 ;;
6829 mips*-*-* | alpha*-*-osf*)
6830 with_stabs=yes;
6831 extra_host_args="${extra_host_args} --with-stabs"
6832 ;;
6833 esac
6834 fi
6835
6836 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6837 # them automatically.
6838 case "${host}" in
6839 hppa*64*-*-hpux11*)
6840 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6841 ;;
6842 esac
6843
6844 # Some systems (e.g., one of the i386-aix systems the gas testers are
6845 # using) don't handle "\$" correctly, so don't use it here.
6846 tooldir='${exec_prefix}'/${target_noncanonical}
6847 build_tooldir=${tooldir}
6848
6849 # Create a .gdbinit file which runs the one in srcdir
6850 # and tells GDB to look there for source files.
6851
6852 if test -r ${srcdir}/.gdbinit ; then
6853 case ${srcdir} in
6854 .) ;;
6855 *) cat > ./.gdbinit <<EOF
6856 # ${NO_EDIT}
6857 dir ${srcdir}
6858 dir .
6859 source ${srcdir}/.gdbinit
6860 EOF
6861 ;;
6862 esac
6863 fi
6864
6865 # Make sure that the compiler is able to generate an executable. If it
6866 # can't, we are probably in trouble. We don't care whether we can run the
6867 # executable--we might be using a cross compiler--we only care whether it
6868 # can be created. At this point the main configure script has set CC.
6869 we_are_ok=no
6870 echo "int main () { return 0; }" > conftest.c
6871 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6872 if test $? = 0 ; then
6873 if test -s conftest || test -s conftest.exe ; then
6874 we_are_ok=yes
6875 fi
6876 fi
6877 case $we_are_ok in
6878 no)
6879 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6880 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6881 rm -f conftest*
6882 exit 1
6883 ;;
6884 esac
6885 rm -f conftest*
6886
6887 # The Solaris /usr/ucb/cc compiler does not appear to work.
6888 case "${host}" in
6889 sparc-sun-solaris2*)
6890 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6891 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6892 could_use=
6893 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6894 if test -d /opt/cygnus/bin ; then
6895 if test "$could_use" = "" ; then
6896 could_use="/opt/cygnus/bin"
6897 else
6898 could_use="$could_use or /opt/cygnus/bin"
6899 fi
6900 fi
6901 if test "$could_use" = "" ; then
6902 echo "Warning: compilation may fail because you're using"
6903 echo "/usr/ucb/cc. You should change your PATH or CC "
6904 echo "variable and rerun configure."
6905 else
6906 echo "Warning: compilation may fail because you're using"
6907 echo "/usr/ucb/cc, when you should use the C compiler from"
6908 echo "$could_use. You should change your"
6909 echo "PATH or CC variable and rerun configure."
6910 fi
6911 fi
6912 ;;
6913 esac
6914
6915 # Decide which environment variable is used to find dynamic libraries.
6916 case "${host}" in
6917 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6918 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6919 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6920 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6921 esac
6922
6923 # On systems where the dynamic library environment variable is PATH,
6924 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6925 # built executables to PATH.
6926 if test "$RPATH_ENVVAR" = PATH; then
6927 GCC_SHLIB_SUBDIR=/shlib
6928 else
6929 GCC_SHLIB_SUBDIR=
6930 fi
6931
6932 # Record target_configdirs and the configure arguments for target and
6933 # build configuration in Makefile.
6934 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6935 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6936
6937 # If we are building libgomp, bootstrap it.
6938 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6939 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6940 fi
6941
6942 # Determine whether gdb needs tk/tcl or not.
6943 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6944 # and in that case we want gdb to be built without tk. Ugh!
6945 # In fact I believe gdb is the *only* package directly dependent on tk,
6946 # so we should be able to put the 'maybe's in unconditionally and
6947 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
6948 # 100% sure that that's safe though.
6949
6950 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6951 case "$enable_gdbtk" in
6952 no)
6953 GDB_TK="" ;;
6954 yes)
6955 GDB_TK="${gdb_tk}" ;;
6956 *)
6957 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6958 # distro. Eventually someone will fix this and move Insight, nee
6959 # gdbtk to a separate directory.
6960 if test -d ${srcdir}/gdb/gdbtk ; then
6961 GDB_TK="${gdb_tk}"
6962 else
6963 GDB_TK=""
6964 fi
6965 ;;
6966 esac
6967 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6968 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
6969
6970 # Strip out unwanted targets.
6971
6972 # While at that, we remove Makefiles if we were started for recursive
6973 # configuration, so that the top-level Makefile reconfigures them,
6974 # like we used to do when configure itself was recursive.
6975
6976 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
6977 # but now we're fixing up the Makefile ourselves with the additional
6978 # commands passed to AC_CONFIG_FILES. Use separate variables
6979 # extrasub-{build,host,target} not because there is any reason to split
6980 # the substitutions up that way, but only to remain below the limit of
6981 # 99 commands in a script, for HP-UX sed.
6982 # Do not nest @if/@endif pairs, because configure will not warn you at all.
6983
6984 # Check whether --enable-bootstrap was given.
6985 if test "${enable_bootstrap+set}" = set; then :
6986 enableval=$enable_bootstrap;
6987 else
6988 enable_bootstrap=default
6989 fi
6990
6991
6992 # Issue errors and warnings for invalid/strange bootstrap combinations.
6993 case "$configdirs" in
6994 *gcc*) have_compiler=yes ;;
6995 *) have_compiler=no ;;
6996 esac
6997
6998 case "$have_compiler:$host:$target:$enable_bootstrap" in
6999 *:*:*:no) ;;
7000
7001 # Default behavior. Enable bootstrap if we have a compiler
7002 # and we are in a native configuration.
7003 yes:$build:$build:default)
7004 enable_bootstrap=yes ;;
7005
7006 *:*:*:default)
7007 enable_bootstrap=no ;;
7008
7009 # We have a compiler and we are in a native configuration, bootstrap is ok
7010 yes:$build:$build:yes)
7011 ;;
7012
7013 # Other configurations, but we have a compiler. Assume the user knows
7014 # what he's doing.
7015 yes:*:*:yes)
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7017 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
7018 ;;
7019
7020 # No compiler: if they passed --enable-bootstrap explicitly, fail
7021 no:*:*:yes)
7022 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
7023
7024 # Fail if wrong command line
7025 *)
7026 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
7027 ;;
7028 esac
7029
7030 case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7031 *,c++,*:yes:yes) ;;
7032 *:yes:yes)
7033 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7034 ;;
7035 esac
7036
7037 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7038 yes:yes:*\ gold\ *:*,c++,*) ;;
7039 yes:yes:*\ gold\ *:*)
7040 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7041 ;;
7042 esac
7043
7044 # Adjust the toplevel makefile according to whether bootstrap was selected.
7045 case $enable_bootstrap in
7046 yes)
7047 bootstrap_suffix=bootstrap
7048 BUILD_CONFIG=bootstrap-debug
7049 ;;
7050 no)
7051 bootstrap_suffix=no-bootstrap
7052 BUILD_CONFIG=
7053 ;;
7054 esac
7055
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7057 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7058
7059
7060 # Check whether --with-build-config was given.
7061 if test "${with_build_config+set}" = set; then :
7062 withval=$with_build_config; case $with_build_config in
7063 yes) with_build_config= ;;
7064 no) with_build_config= BUILD_CONFIG= ;;
7065 esac
7066 fi
7067
7068
7069 if test "x${with_build_config}" != x; then
7070 BUILD_CONFIG=$with_build_config
7071 else
7072 case $BUILD_CONFIG in
7073 bootstrap-debug)
7074 if echo "int f (void) { return 0; }" > conftest.c &&
7075 ${CC} -c conftest.c &&
7076 mv conftest.o conftest.o.g0 &&
7077 ${CC} -c -g conftest.c &&
7078 mv conftest.o conftest.o.g &&
7079 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7080 :
7081 else
7082 BUILD_CONFIG=
7083 fi
7084 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7085 ;;
7086 esac
7087 fi
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7089 $as_echo "$BUILD_CONFIG" >&6; }
7090
7091
7092 extrasub_build=
7093 for module in ${build_configdirs} ; do
7094 if test -z "${no_recursion}" \
7095 && test -f ${build_subdir}/${module}/Makefile; then
7096 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7097 rm -f ${build_subdir}/${module}/Makefile
7098 fi
7099 extrasub_build="$extrasub_build
7100 /^@if build-$module\$/d
7101 /^@endif build-$module\$/d
7102 /^@if build-$module-$bootstrap_suffix\$/d
7103 /^@endif build-$module-$bootstrap_suffix\$/d"
7104 done
7105 extrasub_host=
7106 for module in ${configdirs} ; do
7107 if test -z "${no_recursion}"; then
7108 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7109 if test -f ${file}; then
7110 echo 1>&2 "*** removing ${file} to force reconfigure"
7111 rm -f ${file}
7112 fi
7113 done
7114 fi
7115 extrasub_host="$extrasub_host
7116 /^@if $module\$/d
7117 /^@endif $module\$/d
7118 /^@if $module-$bootstrap_suffix\$/d
7119 /^@endif $module-$bootstrap_suffix\$/d"
7120 done
7121 extrasub_target=
7122 for module in ${target_configdirs} ; do
7123 if test -z "${no_recursion}" \
7124 && test -f ${target_subdir}/${module}/Makefile; then
7125 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7126 rm -f ${target_subdir}/${module}/Makefile
7127 fi
7128
7129 # We only bootstrap target libraries listed in bootstrap_target_libs.
7130 case $bootstrap_target_libs in
7131 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7132 *) target_bootstrap_suffix=no-bootstrap ;;
7133 esac
7134
7135 extrasub_target="$extrasub_target
7136 /^@if target-$module\$/d
7137 /^@endif target-$module\$/d
7138 /^@if target-$module-$target_bootstrap_suffix\$/d
7139 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7140 done
7141
7142 # Do the final fixup along with target modules.
7143 extrasub_target="$extrasub_target
7144 /^@if /,/^@endif /d"
7145
7146 # Create the serialization dependencies. This uses a temporary file.
7147
7148 # Check whether --enable-serial-configure was given.
7149 if test "${enable_serial_configure+set}" = set; then :
7150 enableval=$enable_serial_configure;
7151 fi
7152
7153
7154 case ${enable_serial_configure} in
7155 yes)
7156 enable_serial_build_configure=yes
7157 enable_serial_host_configure=yes
7158 enable_serial_target_configure=yes
7159 ;;
7160 esac
7161
7162 # These force 'configure's to be done one at a time, to avoid problems
7163 # with contention over a shared config.cache.
7164 rm -f serdep.tmp
7165 echo '# serdep.tmp' > serdep.tmp
7166 olditem=
7167 test "x${enable_serial_build_configure}" = xyes &&
7168 for item in ${build_configdirs} ; do
7169 case ${olditem} in
7170 "") ;;
7171 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7172 esac
7173 olditem=${item}
7174 done
7175 olditem=
7176 test "x${enable_serial_host_configure}" = xyes &&
7177 for item in ${configdirs} ; do
7178 case ${olditem} in
7179 "") ;;
7180 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7181 esac
7182 olditem=${item}
7183 done
7184 olditem=
7185 test "x${enable_serial_target_configure}" = xyes &&
7186 for item in ${target_configdirs} ; do
7187 case ${olditem} in
7188 "") ;;
7189 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7190 esac
7191 olditem=${item}
7192 done
7193 serialization_dependencies=serdep.tmp
7194
7195
7196 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7197 # target, nonopt, and variable assignments. These are the ones we
7198 # might not want to pass down to subconfigures. The exception being
7199 # --cache-file=/dev/null, which is used to turn off the use of cache
7200 # files altogether, and which should be passed on to subconfigures.
7201 # Also strip program-prefix, program-suffix, and program-transform-name,
7202 # so that we can pass down a consistent program-transform-name.
7203 baseargs=
7204 tbaseargs=
7205 keep_next=no
7206 skip_next=no
7207 eval "set -- $ac_configure_args"
7208 for ac_arg
7209 do
7210 if test X"$skip_next" = X"yes"; then
7211 skip_next=no
7212 continue
7213 fi
7214 if test X"$keep_next" = X"yes"; then
7215 case $ac_arg in
7216 *\'*)
7217 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7218 esac
7219 baseargs="$baseargs '$ac_arg'"
7220 tbaseargs="$tbaseargs '$ac_arg'"
7221 keep_next=no
7222 continue
7223 fi
7224
7225 # Handle separated arguments. Based on the logic generated by
7226 # autoconf 2.59.
7227 case $ac_arg in
7228 *=* | --config-cache | -C | -disable-* | --disable-* \
7229 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7230 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7231 | -with-* | --with-* | -without-* | --without-* | --x)
7232 separate_arg=no
7233 ;;
7234 -*)
7235 separate_arg=yes
7236 ;;
7237 *)
7238 separate_arg=no
7239 ;;
7240 esac
7241
7242 skip_targ=no
7243 case $ac_arg in
7244
7245 --with-* | --without-*)
7246 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7247
7248 case $libopt in
7249 *[-_]include)
7250 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7251 ;;
7252 *[-_]lib)
7253 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7254 ;;
7255 *)
7256 lib=$libopt
7257 ;;
7258 esac
7259
7260
7261 case $lib in
7262 mpc | mpfr | gmp | ppl | cloog)
7263 # If we're processing --with-$lib, --with-$lib-include or
7264 # --with-$lib-lib, for one of the libs above, and target is
7265 # different from host, don't pass the current argument to any
7266 # target library's configure.
7267 if test x$is_cross_compiler = xyes; then
7268 skip_targ=yes
7269 fi
7270 ;;
7271 esac
7272 ;;
7273 esac
7274
7275 case "$ac_arg" in
7276 --cache-file=/dev/null | \
7277 -cache-file=/dev/null )
7278 # Handled here to avoid the test to skip args below.
7279 baseargs="$baseargs '$ac_arg'"
7280 tbaseargs="$tbaseargs '$ac_arg'"
7281 # Assert: $separate_arg should always be no.
7282 keep_next=$separate_arg
7283 ;;
7284 --no*)
7285 continue
7286 ;;
7287 --c* | \
7288 --sr* | \
7289 --ho* | \
7290 --bu* | \
7291 --t* | \
7292 --program-* | \
7293 -cache_file* | \
7294 -srcdir* | \
7295 -host* | \
7296 -build* | \
7297 -target* | \
7298 -program-prefix* | \
7299 -program-suffix* | \
7300 -program-transform-name* )
7301 skip_next=$separate_arg
7302 continue
7303 ;;
7304 -*)
7305 # An option. Add it.
7306 case $ac_arg in
7307 *\'*)
7308 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7309 esac
7310 baseargs="$baseargs '$ac_arg'"
7311 if test X"$skip_targ" = Xno; then
7312 tbaseargs="$tbaseargs '$ac_arg'"
7313 fi
7314 keep_next=$separate_arg
7315 ;;
7316 *)
7317 # Either a variable assignment, or a nonopt (triplet). Don't
7318 # pass it down; let the Makefile handle this.
7319 continue
7320 ;;
7321 esac
7322 done
7323 # Remove the initial space we just introduced and, as these will be
7324 # expanded by make, quote '$'.
7325 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7326
7327 # Add in --program-transform-name, after --program-prefix and
7328 # --program-suffix have been applied to it. Autoconf has already
7329 # doubled dollar signs and backslashes in program_transform_name; we want
7330 # the backslashes un-doubled, and then the entire thing wrapped in single
7331 # quotes, because this will be expanded first by make and then by the shell.
7332 # Also, because we want to override the logic in subdir configure scripts to
7333 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7334 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7335 ${program_transform_name}
7336 EOF_SED
7337 gcc_transform_name=`cat conftestsed.out`
7338 rm -f conftestsed.out
7339 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7340 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7341 if test "$silent" = yes; then
7342 baseargs="$baseargs --silent"
7343 tbaseargs="$tbaseargs --silent"
7344 fi
7345 baseargs="$baseargs --disable-option-checking"
7346 tbaseargs="$tbaseargs --disable-option-checking"
7347
7348 # Record and document user additions to sub configure arguments.
7349
7350
7351
7352
7353 # For the build-side libraries, we just need to pretend we're native,
7354 # and not use the same cache file. Multilibs are neither needed nor
7355 # desired.
7356 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7357
7358 # For host modules, accept cache file option, or specification as blank.
7359 case "${cache_file}" in
7360 "") # empty
7361 cache_file_option="" ;;
7362 /* | [A-Za-z]:[\\/]* ) # absolute path
7363 cache_file_option="--cache-file=${cache_file}" ;;
7364 *) # relative path
7365 cache_file_option="--cache-file=../${cache_file}" ;;
7366 esac
7367
7368 # Host dirs don't like to share a cache file either, horribly enough.
7369 # This seems to be due to autoconf 2.5x stupidity.
7370 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7371
7372 target_configargs="$target_configargs ${tbaseargs}"
7373
7374 # Passing a --with-cross-host argument lets the target libraries know
7375 # whether they are being built with a cross-compiler or being built
7376 # native. However, it would be better to use other mechanisms to make the
7377 # sorts of decisions they want to make on this basis. Please consider
7378 # this option to be deprecated. FIXME.
7379 if test x${is_cross_compiler} = xyes ; then
7380 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7381 fi
7382
7383 # Default to --enable-multilib.
7384 if test x${enable_multilib} = x ; then
7385 target_configargs="--enable-multilib ${target_configargs}"
7386 fi
7387
7388 # Pass --with-newlib if appropriate. Note that target_configdirs has
7389 # changed from the earlier setting of with_newlib.
7390 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7391 target_configargs="--with-newlib ${target_configargs}"
7392 fi
7393
7394 # Different target subdirs use different values of certain variables
7395 # (notably CXX). Worse, multilibs use *lots* of different values.
7396 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7397 # it doesn't automatically accept command-line overrides of them.
7398 # This means it's not safe for target subdirs to share a cache file,
7399 # which is disgusting, but there you have it. Hopefully this can be
7400 # fixed in future. It's still worthwhile to use a cache file for each
7401 # directory. I think.
7402
7403 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7404 # We need to pass --target, as newer autoconf's requires consistency
7405 # for target_alias and gcc doesn't manage it consistently.
7406 target_configargs="--cache-file=./config.cache ${target_configargs}"
7407
7408 FLAGS_FOR_TARGET=
7409 case " $target_configdirs " in
7410 *" newlib "*)
7411 case " $target_configargs " in
7412 *" --with-newlib "*)
7413 case "$target" in
7414 *-cygwin*)
7415 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'
7416 ;;
7417 esac
7418
7419 # If we're not building GCC, don't discard standard headers.
7420 if test -d ${srcdir}/gcc; then
7421 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7422
7423 if test "${build}" != "${host}"; then
7424 # On Canadian crosses, CC_FOR_TARGET will have already been set
7425 # by `configure', so we won't have an opportunity to add -Bgcc/
7426 # to it. This is right: we don't want to search that directory
7427 # for binaries, but we want the header files in there, so add
7428 # them explicitly.
7429 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7430
7431 # Someone might think of using the pre-installed headers on
7432 # Canadian crosses, in case the installed compiler is not fully
7433 # compatible with the compiler being built. In this case, it
7434 # would be better to flag an error than risking having
7435 # incompatible object files being constructed. We can't
7436 # guarantee that an error will be flagged, but let's hope the
7437 # compiler will do it, when presented with incompatible header
7438 # files.
7439 fi
7440 fi
7441
7442 case "${target}-${is_cross_compiler}" in
7443 i[3456789]86-*-linux*-no)
7444 # Here host == target, so we don't need to build gcc,
7445 # so we don't want to discard standard headers.
7446 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7447 ;;
7448 *)
7449 # If we're building newlib, use its generic headers last, but search
7450 # for any libc-related directories first (so make it the last -B
7451 # switch).
7452 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7453
7454 # If we're building libgloss, find the startup file, simulator library
7455 # and linker script.
7456 case " $target_configdirs " in
7457 *" libgloss "*)
7458 # Look for startup file, simulator library and maybe linker script.
7459 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7460 # Look for libnosys.a in case the target needs it.
7461 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7462 # Most targets have the linker script in the source directory.
7463 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7464 ;;
7465 esac
7466 ;;
7467 esac
7468 ;;
7469 esac
7470 ;;
7471 esac
7472
7473 case "$target" in
7474 x86_64-*mingw* | *-w64-mingw*)
7475 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7476 # however, use a symlink named 'mingw' in ${prefix} .
7477 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7478 ;;
7479 *-mingw*)
7480 # MinGW can't be handled as Cygwin above since it does not use newlib.
7481 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'
7482 ;;
7483 esac
7484
7485 # Allow the user to override the flags for
7486 # our build compiler if desired.
7487 if test x"${build}" = x"${host}" ; then
7488 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7489 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7490 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7491 fi
7492
7493 # On Canadian crosses, we'll be searching the right directories for
7494 # the previously-installed cross compiler, so don't bother to add
7495 # flags for directories within the install tree of the compiler
7496 # being built; programs in there won't even run.
7497 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7498 # Search for pre-installed headers if nothing else fits.
7499 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7500 fi
7501
7502 if test "x${use_gnu_ld}" = x &&
7503 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7504 # Arrange for us to find uninstalled linker scripts.
7505 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7506 fi
7507
7508 # Search for other target-specific linker scripts and such.
7509 case "${target}" in
7510 mep*)
7511 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7512 ;;
7513 esac
7514
7515 # Makefile fragments.
7516 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7517 do
7518 eval fragval=\$$frag
7519 if test $fragval != /dev/null; then
7520 eval $frag=${srcdir}/$fragval
7521 fi
7522 done
7523
7524
7525
7526
7527
7528 # Miscellanea: directories, flags, etc.
7529
7530
7531
7532
7533
7534
7535
7536
7537 # Build module lists & subconfigure args.
7538
7539
7540
7541 # Host module lists & subconfigure args.
7542
7543
7544
7545
7546 # Target module lists & subconfigure args.
7547
7548
7549
7550 # Build tools.
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569 # Generate default definitions for YACC, M4, LEX and other programs that run
7570 # on the build machine. These are used if the Makefile can't locate these
7571 # programs in objdir.
7572 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7573
7574 for ac_prog in 'bison -y' byacc yacc
7575 do
7576 # Extract the first word of "$ac_prog", so it can be a program name with args.
7577 set dummy $ac_prog; ac_word=$2
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7579 $as_echo_n "checking for $ac_word... " >&6; }
7580 if test "${ac_cv_prog_YACC+set}" = set; then :
7581 $as_echo_n "(cached) " >&6
7582 else
7583 if test -n "$YACC"; then
7584 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7585 else
7586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7587 for as_dir in $PATH
7588 do
7589 IFS=$as_save_IFS
7590 test -z "$as_dir" && as_dir=.
7591 for ac_exec_ext in '' $ac_executable_extensions; do
7592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7593 ac_cv_prog_YACC="$ac_prog"
7594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7595 break 2
7596 fi
7597 done
7598 done
7599 IFS=$as_save_IFS
7600
7601 fi
7602 fi
7603 YACC=$ac_cv_prog_YACC
7604 if test -n "$YACC"; then
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7606 $as_echo "$YACC" >&6; }
7607 else
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7609 $as_echo "no" >&6; }
7610 fi
7611
7612
7613 test -n "$YACC" && break
7614 done
7615 test -n "$YACC" || YACC="$MISSING bison -y"
7616
7617 case " $build_configdirs " in
7618 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7619 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7620 esac
7621
7622 for ac_prog in bison
7623 do
7624 # Extract the first word of "$ac_prog", so it can be a program name with args.
7625 set dummy $ac_prog; ac_word=$2
7626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7627 $as_echo_n "checking for $ac_word... " >&6; }
7628 if test "${ac_cv_prog_BISON+set}" = set; then :
7629 $as_echo_n "(cached) " >&6
7630 else
7631 if test -n "$BISON"; then
7632 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7633 else
7634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7635 for as_dir in $PATH
7636 do
7637 IFS=$as_save_IFS
7638 test -z "$as_dir" && as_dir=.
7639 for ac_exec_ext in '' $ac_executable_extensions; do
7640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7641 ac_cv_prog_BISON="$ac_prog"
7642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7643 break 2
7644 fi
7645 done
7646 done
7647 IFS=$as_save_IFS
7648
7649 fi
7650 fi
7651 BISON=$ac_cv_prog_BISON
7652 if test -n "$BISON"; then
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7654 $as_echo "$BISON" >&6; }
7655 else
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7657 $as_echo "no" >&6; }
7658 fi
7659
7660
7661 test -n "$BISON" && break
7662 done
7663 test -n "$BISON" || BISON="$MISSING bison"
7664
7665 case " $build_configdirs " in
7666 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7667 esac
7668
7669 for ac_prog in gm4 gnum4 m4
7670 do
7671 # Extract the first word of "$ac_prog", so it can be a program name with args.
7672 set dummy $ac_prog; ac_word=$2
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7674 $as_echo_n "checking for $ac_word... " >&6; }
7675 if test "${ac_cv_prog_M4+set}" = set; then :
7676 $as_echo_n "(cached) " >&6
7677 else
7678 if test -n "$M4"; then
7679 ac_cv_prog_M4="$M4" # Let the user override the test.
7680 else
7681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7682 for as_dir in $PATH
7683 do
7684 IFS=$as_save_IFS
7685 test -z "$as_dir" && as_dir=.
7686 for ac_exec_ext in '' $ac_executable_extensions; do
7687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7688 ac_cv_prog_M4="$ac_prog"
7689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7690 break 2
7691 fi
7692 done
7693 done
7694 IFS=$as_save_IFS
7695
7696 fi
7697 fi
7698 M4=$ac_cv_prog_M4
7699 if test -n "$M4"; then
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7701 $as_echo "$M4" >&6; }
7702 else
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7704 $as_echo "no" >&6; }
7705 fi
7706
7707
7708 test -n "$M4" && break
7709 done
7710 test -n "$M4" || M4="$MISSING m4"
7711
7712 case " $build_configdirs " in
7713 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7714 esac
7715
7716 for ac_prog in flex lex
7717 do
7718 # Extract the first word of "$ac_prog", so it can be a program name with args.
7719 set dummy $ac_prog; ac_word=$2
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7721 $as_echo_n "checking for $ac_word... " >&6; }
7722 if test "${ac_cv_prog_LEX+set}" = set; then :
7723 $as_echo_n "(cached) " >&6
7724 else
7725 if test -n "$LEX"; then
7726 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7727 else
7728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7729 for as_dir in $PATH
7730 do
7731 IFS=$as_save_IFS
7732 test -z "$as_dir" && as_dir=.
7733 for ac_exec_ext in '' $ac_executable_extensions; do
7734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7735 ac_cv_prog_LEX="$ac_prog"
7736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7737 break 2
7738 fi
7739 done
7740 done
7741 IFS=$as_save_IFS
7742
7743 fi
7744 fi
7745 LEX=$ac_cv_prog_LEX
7746 if test -n "$LEX"; then
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7748 $as_echo "$LEX" >&6; }
7749 else
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7751 $as_echo "no" >&6; }
7752 fi
7753
7754
7755 test -n "$LEX" && break
7756 done
7757 test -n "$LEX" || LEX="$MISSING flex"
7758
7759 case " $build_configdirs " in
7760 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7761 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7762 esac
7763
7764 for ac_prog in flex
7765 do
7766 # Extract the first word of "$ac_prog", so it can be a program name with args.
7767 set dummy $ac_prog; ac_word=$2
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7769 $as_echo_n "checking for $ac_word... " >&6; }
7770 if test "${ac_cv_prog_FLEX+set}" = set; then :
7771 $as_echo_n "(cached) " >&6
7772 else
7773 if test -n "$FLEX"; then
7774 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7775 else
7776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7777 for as_dir in $PATH
7778 do
7779 IFS=$as_save_IFS
7780 test -z "$as_dir" && as_dir=.
7781 for ac_exec_ext in '' $ac_executable_extensions; do
7782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7783 ac_cv_prog_FLEX="$ac_prog"
7784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7785 break 2
7786 fi
7787 done
7788 done
7789 IFS=$as_save_IFS
7790
7791 fi
7792 fi
7793 FLEX=$ac_cv_prog_FLEX
7794 if test -n "$FLEX"; then
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7796 $as_echo "$FLEX" >&6; }
7797 else
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7799 $as_echo "no" >&6; }
7800 fi
7801
7802
7803 test -n "$FLEX" && break
7804 done
7805 test -n "$FLEX" || FLEX="$MISSING flex"
7806
7807 case " $build_configdirs " in
7808 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7809 esac
7810
7811 for ac_prog in makeinfo
7812 do
7813 # Extract the first word of "$ac_prog", so it can be a program name with args.
7814 set dummy $ac_prog; ac_word=$2
7815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7816 $as_echo_n "checking for $ac_word... " >&6; }
7817 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7818 $as_echo_n "(cached) " >&6
7819 else
7820 if test -n "$MAKEINFO"; then
7821 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7822 else
7823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7824 for as_dir in $PATH
7825 do
7826 IFS=$as_save_IFS
7827 test -z "$as_dir" && as_dir=.
7828 for ac_exec_ext in '' $ac_executable_extensions; do
7829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7830 ac_cv_prog_MAKEINFO="$ac_prog"
7831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7832 break 2
7833 fi
7834 done
7835 done
7836 IFS=$as_save_IFS
7837
7838 fi
7839 fi
7840 MAKEINFO=$ac_cv_prog_MAKEINFO
7841 if test -n "$MAKEINFO"; then
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7843 $as_echo "$MAKEINFO" >&6; }
7844 else
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7846 $as_echo "no" >&6; }
7847 fi
7848
7849
7850 test -n "$MAKEINFO" && break
7851 done
7852 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7853
7854 case " $build_configdirs " in
7855 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7856 *)
7857
7858 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7859 # higher, else we use the "missing" dummy.
7860 if ${MAKEINFO} --version \
7861 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7862 :
7863 else
7864 MAKEINFO="$MISSING makeinfo"
7865 fi
7866 ;;
7867
7868 esac
7869
7870 # FIXME: expect and dejagnu may become build tools?
7871
7872 for ac_prog in expect
7873 do
7874 # Extract the first word of "$ac_prog", so it can be a program name with args.
7875 set dummy $ac_prog; ac_word=$2
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7877 $as_echo_n "checking for $ac_word... " >&6; }
7878 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7879 $as_echo_n "(cached) " >&6
7880 else
7881 if test -n "$EXPECT"; then
7882 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7883 else
7884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7885 for as_dir in $PATH
7886 do
7887 IFS=$as_save_IFS
7888 test -z "$as_dir" && as_dir=.
7889 for ac_exec_ext in '' $ac_executable_extensions; do
7890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7891 ac_cv_prog_EXPECT="$ac_prog"
7892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7893 break 2
7894 fi
7895 done
7896 done
7897 IFS=$as_save_IFS
7898
7899 fi
7900 fi
7901 EXPECT=$ac_cv_prog_EXPECT
7902 if test -n "$EXPECT"; then
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7904 $as_echo "$EXPECT" >&6; }
7905 else
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7907 $as_echo "no" >&6; }
7908 fi
7909
7910
7911 test -n "$EXPECT" && break
7912 done
7913 test -n "$EXPECT" || EXPECT="expect"
7914
7915 case " $configdirs " in
7916 *" expect "*)
7917 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7918 ;;
7919 esac
7920
7921 for ac_prog in runtest
7922 do
7923 # Extract the first word of "$ac_prog", so it can be a program name with args.
7924 set dummy $ac_prog; ac_word=$2
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7926 $as_echo_n "checking for $ac_word... " >&6; }
7927 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7928 $as_echo_n "(cached) " >&6
7929 else
7930 if test -n "$RUNTEST"; then
7931 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7932 else
7933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7934 for as_dir in $PATH
7935 do
7936 IFS=$as_save_IFS
7937 test -z "$as_dir" && as_dir=.
7938 for ac_exec_ext in '' $ac_executable_extensions; do
7939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7940 ac_cv_prog_RUNTEST="$ac_prog"
7941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7942 break 2
7943 fi
7944 done
7945 done
7946 IFS=$as_save_IFS
7947
7948 fi
7949 fi
7950 RUNTEST=$ac_cv_prog_RUNTEST
7951 if test -n "$RUNTEST"; then
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7953 $as_echo "$RUNTEST" >&6; }
7954 else
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7956 $as_echo "no" >&6; }
7957 fi
7958
7959
7960 test -n "$RUNTEST" && break
7961 done
7962 test -n "$RUNTEST" || RUNTEST="runtest"
7963
7964 case " $configdirs " in
7965 *" dejagnu "*)
7966 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7967 ;;
7968 esac
7969
7970
7971 # Host tools.
7972 ncn_tool_prefix=
7973 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7974 ncn_target_tool_prefix=
7975 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7976
7977
7978
7979 if test -n "$AR"; then
7980 ac_cv_prog_AR=$AR
7981 elif test -n "$ac_cv_prog_AR"; then
7982 AR=$ac_cv_prog_AR
7983 fi
7984
7985 if test -n "$ac_cv_prog_AR"; then
7986 for ncn_progname in ar; do
7987 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7988 set dummy ${ncn_progname}; ac_word=$2
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7990 $as_echo_n "checking for $ac_word... " >&6; }
7991 if test "${ac_cv_prog_AR+set}" = set; then :
7992 $as_echo_n "(cached) " >&6
7993 else
7994 if test -n "$AR"; then
7995 ac_cv_prog_AR="$AR" # Let the user override the test.
7996 else
7997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7998 for as_dir in $PATH
7999 do
8000 IFS=$as_save_IFS
8001 test -z "$as_dir" && as_dir=.
8002 for ac_exec_ext in '' $ac_executable_extensions; do
8003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8004 ac_cv_prog_AR="${ncn_progname}"
8005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8006 break 2
8007 fi
8008 done
8009 done
8010 IFS=$as_save_IFS
8011
8012 fi
8013 fi
8014 AR=$ac_cv_prog_AR
8015 if test -n "$AR"; then
8016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8017 $as_echo "$AR" >&6; }
8018 else
8019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8020 $as_echo "no" >&6; }
8021 fi
8022
8023
8024 done
8025 fi
8026
8027 for ncn_progname in ar; do
8028 if test -n "$ncn_tool_prefix"; then
8029 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8030 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8032 $as_echo_n "checking for $ac_word... " >&6; }
8033 if test "${ac_cv_prog_AR+set}" = set; then :
8034 $as_echo_n "(cached) " >&6
8035 else
8036 if test -n "$AR"; then
8037 ac_cv_prog_AR="$AR" # Let the user override the test.
8038 else
8039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8040 for as_dir in $PATH
8041 do
8042 IFS=$as_save_IFS
8043 test -z "$as_dir" && as_dir=.
8044 for ac_exec_ext in '' $ac_executable_extensions; do
8045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8046 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8048 break 2
8049 fi
8050 done
8051 done
8052 IFS=$as_save_IFS
8053
8054 fi
8055 fi
8056 AR=$ac_cv_prog_AR
8057 if test -n "$AR"; then
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8059 $as_echo "$AR" >&6; }
8060 else
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8062 $as_echo "no" >&6; }
8063 fi
8064
8065
8066 fi
8067 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8068 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8069 set dummy ${ncn_progname}; ac_word=$2
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8071 $as_echo_n "checking for $ac_word... " >&6; }
8072 if test "${ac_cv_prog_AR+set}" = set; then :
8073 $as_echo_n "(cached) " >&6
8074 else
8075 if test -n "$AR"; then
8076 ac_cv_prog_AR="$AR" # Let the user override the test.
8077 else
8078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8079 for as_dir in $PATH
8080 do
8081 IFS=$as_save_IFS
8082 test -z "$as_dir" && as_dir=.
8083 for ac_exec_ext in '' $ac_executable_extensions; do
8084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8085 ac_cv_prog_AR="${ncn_progname}"
8086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8087 break 2
8088 fi
8089 done
8090 done
8091 IFS=$as_save_IFS
8092
8093 fi
8094 fi
8095 AR=$ac_cv_prog_AR
8096 if test -n "$AR"; then
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8098 $as_echo "$AR" >&6; }
8099 else
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8101 $as_echo "no" >&6; }
8102 fi
8103
8104
8105 fi
8106 test -n "$ac_cv_prog_AR" && break
8107 done
8108
8109 if test -z "$ac_cv_prog_AR" ; then
8110 set dummy ar
8111 if test $build = $host ; then
8112 AR="$2"
8113 else
8114 AR="${ncn_tool_prefix}$2"
8115 fi
8116 fi
8117
8118
8119
8120 if test -n "$AS"; then
8121 ac_cv_prog_AS=$AS
8122 elif test -n "$ac_cv_prog_AS"; then
8123 AS=$ac_cv_prog_AS
8124 fi
8125
8126 if test -n "$ac_cv_prog_AS"; then
8127 for ncn_progname in as; do
8128 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8129 set dummy ${ncn_progname}; ac_word=$2
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8131 $as_echo_n "checking for $ac_word... " >&6; }
8132 if test "${ac_cv_prog_AS+set}" = set; then :
8133 $as_echo_n "(cached) " >&6
8134 else
8135 if test -n "$AS"; then
8136 ac_cv_prog_AS="$AS" # Let the user override the test.
8137 else
8138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8139 for as_dir in $PATH
8140 do
8141 IFS=$as_save_IFS
8142 test -z "$as_dir" && as_dir=.
8143 for ac_exec_ext in '' $ac_executable_extensions; do
8144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8145 ac_cv_prog_AS="${ncn_progname}"
8146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8147 break 2
8148 fi
8149 done
8150 done
8151 IFS=$as_save_IFS
8152
8153 fi
8154 fi
8155 AS=$ac_cv_prog_AS
8156 if test -n "$AS"; then
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8158 $as_echo "$AS" >&6; }
8159 else
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8161 $as_echo "no" >&6; }
8162 fi
8163
8164
8165 done
8166 fi
8167
8168 for ncn_progname in as; do
8169 if test -n "$ncn_tool_prefix"; then
8170 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8171 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8173 $as_echo_n "checking for $ac_word... " >&6; }
8174 if test "${ac_cv_prog_AS+set}" = set; then :
8175 $as_echo_n "(cached) " >&6
8176 else
8177 if test -n "$AS"; then
8178 ac_cv_prog_AS="$AS" # Let the user override the test.
8179 else
8180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8181 for as_dir in $PATH
8182 do
8183 IFS=$as_save_IFS
8184 test -z "$as_dir" && as_dir=.
8185 for ac_exec_ext in '' $ac_executable_extensions; do
8186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8187 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8189 break 2
8190 fi
8191 done
8192 done
8193 IFS=$as_save_IFS
8194
8195 fi
8196 fi
8197 AS=$ac_cv_prog_AS
8198 if test -n "$AS"; then
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8200 $as_echo "$AS" >&6; }
8201 else
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8203 $as_echo "no" >&6; }
8204 fi
8205
8206
8207 fi
8208 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8209 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8210 set dummy ${ncn_progname}; ac_word=$2
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8212 $as_echo_n "checking for $ac_word... " >&6; }
8213 if test "${ac_cv_prog_AS+set}" = set; then :
8214 $as_echo_n "(cached) " >&6
8215 else
8216 if test -n "$AS"; then
8217 ac_cv_prog_AS="$AS" # Let the user override the test.
8218 else
8219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8220 for as_dir in $PATH
8221 do
8222 IFS=$as_save_IFS
8223 test -z "$as_dir" && as_dir=.
8224 for ac_exec_ext in '' $ac_executable_extensions; do
8225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8226 ac_cv_prog_AS="${ncn_progname}"
8227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8228 break 2
8229 fi
8230 done
8231 done
8232 IFS=$as_save_IFS
8233
8234 fi
8235 fi
8236 AS=$ac_cv_prog_AS
8237 if test -n "$AS"; then
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8239 $as_echo "$AS" >&6; }
8240 else
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8242 $as_echo "no" >&6; }
8243 fi
8244
8245
8246 fi
8247 test -n "$ac_cv_prog_AS" && break
8248 done
8249
8250 if test -z "$ac_cv_prog_AS" ; then
8251 set dummy as
8252 if test $build = $host ; then
8253 AS="$2"
8254 else
8255 AS="${ncn_tool_prefix}$2"
8256 fi
8257 fi
8258
8259
8260
8261 if test -n "$DLLTOOL"; then
8262 ac_cv_prog_DLLTOOL=$DLLTOOL
8263 elif test -n "$ac_cv_prog_DLLTOOL"; then
8264 DLLTOOL=$ac_cv_prog_DLLTOOL
8265 fi
8266
8267 if test -n "$ac_cv_prog_DLLTOOL"; then
8268 for ncn_progname in dlltool; do
8269 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8270 set dummy ${ncn_progname}; ac_word=$2
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8272 $as_echo_n "checking for $ac_word... " >&6; }
8273 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8274 $as_echo_n "(cached) " >&6
8275 else
8276 if test -n "$DLLTOOL"; then
8277 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8278 else
8279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8280 for as_dir in $PATH
8281 do
8282 IFS=$as_save_IFS
8283 test -z "$as_dir" && as_dir=.
8284 for ac_exec_ext in '' $ac_executable_extensions; do
8285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8286 ac_cv_prog_DLLTOOL="${ncn_progname}"
8287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8288 break 2
8289 fi
8290 done
8291 done
8292 IFS=$as_save_IFS
8293
8294 fi
8295 fi
8296 DLLTOOL=$ac_cv_prog_DLLTOOL
8297 if test -n "$DLLTOOL"; then
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8299 $as_echo "$DLLTOOL" >&6; }
8300 else
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8302 $as_echo "no" >&6; }
8303 fi
8304
8305
8306 done
8307 fi
8308
8309 for ncn_progname in dlltool; do
8310 if test -n "$ncn_tool_prefix"; then
8311 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8312 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8314 $as_echo_n "checking for $ac_word... " >&6; }
8315 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8316 $as_echo_n "(cached) " >&6
8317 else
8318 if test -n "$DLLTOOL"; then
8319 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8320 else
8321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8322 for as_dir in $PATH
8323 do
8324 IFS=$as_save_IFS
8325 test -z "$as_dir" && as_dir=.
8326 for ac_exec_ext in '' $ac_executable_extensions; do
8327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8328 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8330 break 2
8331 fi
8332 done
8333 done
8334 IFS=$as_save_IFS
8335
8336 fi
8337 fi
8338 DLLTOOL=$ac_cv_prog_DLLTOOL
8339 if test -n "$DLLTOOL"; then
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8341 $as_echo "$DLLTOOL" >&6; }
8342 else
8343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8344 $as_echo "no" >&6; }
8345 fi
8346
8347
8348 fi
8349 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8350 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8351 set dummy ${ncn_progname}; ac_word=$2
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8353 $as_echo_n "checking for $ac_word... " >&6; }
8354 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8355 $as_echo_n "(cached) " >&6
8356 else
8357 if test -n "$DLLTOOL"; then
8358 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8359 else
8360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8361 for as_dir in $PATH
8362 do
8363 IFS=$as_save_IFS
8364 test -z "$as_dir" && as_dir=.
8365 for ac_exec_ext in '' $ac_executable_extensions; do
8366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8367 ac_cv_prog_DLLTOOL="${ncn_progname}"
8368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8369 break 2
8370 fi
8371 done
8372 done
8373 IFS=$as_save_IFS
8374
8375 fi
8376 fi
8377 DLLTOOL=$ac_cv_prog_DLLTOOL
8378 if test -n "$DLLTOOL"; then
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8380 $as_echo "$DLLTOOL" >&6; }
8381 else
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8383 $as_echo "no" >&6; }
8384 fi
8385
8386
8387 fi
8388 test -n "$ac_cv_prog_DLLTOOL" && break
8389 done
8390
8391 if test -z "$ac_cv_prog_DLLTOOL" ; then
8392 set dummy dlltool
8393 if test $build = $host ; then
8394 DLLTOOL="$2"
8395 else
8396 DLLTOOL="${ncn_tool_prefix}$2"
8397 fi
8398 fi
8399
8400
8401
8402 if test -n "$LD"; then
8403 ac_cv_prog_LD=$LD
8404 elif test -n "$ac_cv_prog_LD"; then
8405 LD=$ac_cv_prog_LD
8406 fi
8407
8408 if test -n "$ac_cv_prog_LD"; then
8409 for ncn_progname in ld; do
8410 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8411 set dummy ${ncn_progname}; ac_word=$2
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8413 $as_echo_n "checking for $ac_word... " >&6; }
8414 if test "${ac_cv_prog_LD+set}" = set; then :
8415 $as_echo_n "(cached) " >&6
8416 else
8417 if test -n "$LD"; then
8418 ac_cv_prog_LD="$LD" # Let the user override the test.
8419 else
8420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8421 for as_dir in $PATH
8422 do
8423 IFS=$as_save_IFS
8424 test -z "$as_dir" && as_dir=.
8425 for ac_exec_ext in '' $ac_executable_extensions; do
8426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8427 ac_cv_prog_LD="${ncn_progname}"
8428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8429 break 2
8430 fi
8431 done
8432 done
8433 IFS=$as_save_IFS
8434
8435 fi
8436 fi
8437 LD=$ac_cv_prog_LD
8438 if test -n "$LD"; then
8439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8440 $as_echo "$LD" >&6; }
8441 else
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8443 $as_echo "no" >&6; }
8444 fi
8445
8446
8447 done
8448 fi
8449
8450 for ncn_progname in ld; do
8451 if test -n "$ncn_tool_prefix"; then
8452 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8453 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8455 $as_echo_n "checking for $ac_word... " >&6; }
8456 if test "${ac_cv_prog_LD+set}" = set; then :
8457 $as_echo_n "(cached) " >&6
8458 else
8459 if test -n "$LD"; then
8460 ac_cv_prog_LD="$LD" # Let the user override the test.
8461 else
8462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8463 for as_dir in $PATH
8464 do
8465 IFS=$as_save_IFS
8466 test -z "$as_dir" && as_dir=.
8467 for ac_exec_ext in '' $ac_executable_extensions; do
8468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8469 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8471 break 2
8472 fi
8473 done
8474 done
8475 IFS=$as_save_IFS
8476
8477 fi
8478 fi
8479 LD=$ac_cv_prog_LD
8480 if test -n "$LD"; then
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8482 $as_echo "$LD" >&6; }
8483 else
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8485 $as_echo "no" >&6; }
8486 fi
8487
8488
8489 fi
8490 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8491 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8492 set dummy ${ncn_progname}; ac_word=$2
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8494 $as_echo_n "checking for $ac_word... " >&6; }
8495 if test "${ac_cv_prog_LD+set}" = set; then :
8496 $as_echo_n "(cached) " >&6
8497 else
8498 if test -n "$LD"; then
8499 ac_cv_prog_LD="$LD" # Let the user override the test.
8500 else
8501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8502 for as_dir in $PATH
8503 do
8504 IFS=$as_save_IFS
8505 test -z "$as_dir" && as_dir=.
8506 for ac_exec_ext in '' $ac_executable_extensions; do
8507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8508 ac_cv_prog_LD="${ncn_progname}"
8509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8510 break 2
8511 fi
8512 done
8513 done
8514 IFS=$as_save_IFS
8515
8516 fi
8517 fi
8518 LD=$ac_cv_prog_LD
8519 if test -n "$LD"; then
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8521 $as_echo "$LD" >&6; }
8522 else
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8524 $as_echo "no" >&6; }
8525 fi
8526
8527
8528 fi
8529 test -n "$ac_cv_prog_LD" && break
8530 done
8531
8532 if test -z "$ac_cv_prog_LD" ; then
8533 set dummy ld
8534 if test $build = $host ; then
8535 LD="$2"
8536 else
8537 LD="${ncn_tool_prefix}$2"
8538 fi
8539 fi
8540
8541
8542
8543 if test -n "$LIPO"; then
8544 ac_cv_prog_LIPO=$LIPO
8545 elif test -n "$ac_cv_prog_LIPO"; then
8546 LIPO=$ac_cv_prog_LIPO
8547 fi
8548
8549 if test -n "$ac_cv_prog_LIPO"; then
8550 for ncn_progname in lipo; do
8551 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8552 set dummy ${ncn_progname}; ac_word=$2
8553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8554 $as_echo_n "checking for $ac_word... " >&6; }
8555 if test "${ac_cv_prog_LIPO+set}" = set; then :
8556 $as_echo_n "(cached) " >&6
8557 else
8558 if test -n "$LIPO"; then
8559 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8560 else
8561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8562 for as_dir in $PATH
8563 do
8564 IFS=$as_save_IFS
8565 test -z "$as_dir" && as_dir=.
8566 for ac_exec_ext in '' $ac_executable_extensions; do
8567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8568 ac_cv_prog_LIPO="${ncn_progname}"
8569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8570 break 2
8571 fi
8572 done
8573 done
8574 IFS=$as_save_IFS
8575
8576 fi
8577 fi
8578 LIPO=$ac_cv_prog_LIPO
8579 if test -n "$LIPO"; then
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8581 $as_echo "$LIPO" >&6; }
8582 else
8583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8584 $as_echo "no" >&6; }
8585 fi
8586
8587
8588 done
8589 fi
8590
8591 for ncn_progname in lipo; do
8592 if test -n "$ncn_tool_prefix"; then
8593 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8594 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8596 $as_echo_n "checking for $ac_word... " >&6; }
8597 if test "${ac_cv_prog_LIPO+set}" = set; then :
8598 $as_echo_n "(cached) " >&6
8599 else
8600 if test -n "$LIPO"; then
8601 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8602 else
8603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8604 for as_dir in $PATH
8605 do
8606 IFS=$as_save_IFS
8607 test -z "$as_dir" && as_dir=.
8608 for ac_exec_ext in '' $ac_executable_extensions; do
8609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8610 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8612 break 2
8613 fi
8614 done
8615 done
8616 IFS=$as_save_IFS
8617
8618 fi
8619 fi
8620 LIPO=$ac_cv_prog_LIPO
8621 if test -n "$LIPO"; then
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8623 $as_echo "$LIPO" >&6; }
8624 else
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8626 $as_echo "no" >&6; }
8627 fi
8628
8629
8630 fi
8631 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8632 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8633 set dummy ${ncn_progname}; ac_word=$2
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8635 $as_echo_n "checking for $ac_word... " >&6; }
8636 if test "${ac_cv_prog_LIPO+set}" = set; then :
8637 $as_echo_n "(cached) " >&6
8638 else
8639 if test -n "$LIPO"; then
8640 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8641 else
8642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8643 for as_dir in $PATH
8644 do
8645 IFS=$as_save_IFS
8646 test -z "$as_dir" && as_dir=.
8647 for ac_exec_ext in '' $ac_executable_extensions; do
8648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8649 ac_cv_prog_LIPO="${ncn_progname}"
8650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8651 break 2
8652 fi
8653 done
8654 done
8655 IFS=$as_save_IFS
8656
8657 fi
8658 fi
8659 LIPO=$ac_cv_prog_LIPO
8660 if test -n "$LIPO"; then
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8662 $as_echo "$LIPO" >&6; }
8663 else
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8665 $as_echo "no" >&6; }
8666 fi
8667
8668
8669 fi
8670 test -n "$ac_cv_prog_LIPO" && break
8671 done
8672
8673 if test -z "$ac_cv_prog_LIPO" ; then
8674 set dummy lipo
8675 if test $build = $host ; then
8676 LIPO="$2"
8677 else
8678 LIPO="${ncn_tool_prefix}$2"
8679 fi
8680 fi
8681
8682
8683
8684 if test -n "$NM"; then
8685 ac_cv_prog_NM=$NM
8686 elif test -n "$ac_cv_prog_NM"; then
8687 NM=$ac_cv_prog_NM
8688 fi
8689
8690 if test -n "$ac_cv_prog_NM"; then
8691 for ncn_progname in nm; do
8692 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8693 set dummy ${ncn_progname}; ac_word=$2
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8695 $as_echo_n "checking for $ac_word... " >&6; }
8696 if test "${ac_cv_prog_NM+set}" = set; then :
8697 $as_echo_n "(cached) " >&6
8698 else
8699 if test -n "$NM"; then
8700 ac_cv_prog_NM="$NM" # Let the user override the test.
8701 else
8702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8703 for as_dir in $PATH
8704 do
8705 IFS=$as_save_IFS
8706 test -z "$as_dir" && as_dir=.
8707 for ac_exec_ext in '' $ac_executable_extensions; do
8708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8709 ac_cv_prog_NM="${ncn_progname}"
8710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8711 break 2
8712 fi
8713 done
8714 done
8715 IFS=$as_save_IFS
8716
8717 fi
8718 fi
8719 NM=$ac_cv_prog_NM
8720 if test -n "$NM"; then
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8722 $as_echo "$NM" >&6; }
8723 else
8724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8725 $as_echo "no" >&6; }
8726 fi
8727
8728
8729 done
8730 fi
8731
8732 for ncn_progname in nm; do
8733 if test -n "$ncn_tool_prefix"; then
8734 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8735 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8737 $as_echo_n "checking for $ac_word... " >&6; }
8738 if test "${ac_cv_prog_NM+set}" = set; then :
8739 $as_echo_n "(cached) " >&6
8740 else
8741 if test -n "$NM"; then
8742 ac_cv_prog_NM="$NM" # Let the user override the test.
8743 else
8744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8745 for as_dir in $PATH
8746 do
8747 IFS=$as_save_IFS
8748 test -z "$as_dir" && as_dir=.
8749 for ac_exec_ext in '' $ac_executable_extensions; do
8750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8751 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8753 break 2
8754 fi
8755 done
8756 done
8757 IFS=$as_save_IFS
8758
8759 fi
8760 fi
8761 NM=$ac_cv_prog_NM
8762 if test -n "$NM"; then
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8764 $as_echo "$NM" >&6; }
8765 else
8766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8767 $as_echo "no" >&6; }
8768 fi
8769
8770
8771 fi
8772 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8773 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8774 set dummy ${ncn_progname}; ac_word=$2
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8776 $as_echo_n "checking for $ac_word... " >&6; }
8777 if test "${ac_cv_prog_NM+set}" = set; then :
8778 $as_echo_n "(cached) " >&6
8779 else
8780 if test -n "$NM"; then
8781 ac_cv_prog_NM="$NM" # Let the user override the test.
8782 else
8783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8784 for as_dir in $PATH
8785 do
8786 IFS=$as_save_IFS
8787 test -z "$as_dir" && as_dir=.
8788 for ac_exec_ext in '' $ac_executable_extensions; do
8789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8790 ac_cv_prog_NM="${ncn_progname}"
8791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8792 break 2
8793 fi
8794 done
8795 done
8796 IFS=$as_save_IFS
8797
8798 fi
8799 fi
8800 NM=$ac_cv_prog_NM
8801 if test -n "$NM"; then
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8803 $as_echo "$NM" >&6; }
8804 else
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8806 $as_echo "no" >&6; }
8807 fi
8808
8809
8810 fi
8811 test -n "$ac_cv_prog_NM" && break
8812 done
8813
8814 if test -z "$ac_cv_prog_NM" ; then
8815 set dummy nm
8816 if test $build = $host ; then
8817 NM="$2"
8818 else
8819 NM="${ncn_tool_prefix}$2"
8820 fi
8821 fi
8822
8823
8824
8825 if test -n "$RANLIB"; then
8826 ac_cv_prog_RANLIB=$RANLIB
8827 elif test -n "$ac_cv_prog_RANLIB"; then
8828 RANLIB=$ac_cv_prog_RANLIB
8829 fi
8830
8831 if test -n "$ac_cv_prog_RANLIB"; then
8832 for ncn_progname in ranlib; do
8833 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8834 set dummy ${ncn_progname}; ac_word=$2
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8836 $as_echo_n "checking for $ac_word... " >&6; }
8837 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8838 $as_echo_n "(cached) " >&6
8839 else
8840 if test -n "$RANLIB"; then
8841 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8842 else
8843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8844 for as_dir in $PATH
8845 do
8846 IFS=$as_save_IFS
8847 test -z "$as_dir" && as_dir=.
8848 for ac_exec_ext in '' $ac_executable_extensions; do
8849 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8850 ac_cv_prog_RANLIB="${ncn_progname}"
8851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8852 break 2
8853 fi
8854 done
8855 done
8856 IFS=$as_save_IFS
8857
8858 fi
8859 fi
8860 RANLIB=$ac_cv_prog_RANLIB
8861 if test -n "$RANLIB"; then
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8863 $as_echo "$RANLIB" >&6; }
8864 else
8865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8866 $as_echo "no" >&6; }
8867 fi
8868
8869
8870 done
8871 fi
8872
8873 for ncn_progname in ranlib; do
8874 if test -n "$ncn_tool_prefix"; then
8875 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8876 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8878 $as_echo_n "checking for $ac_word... " >&6; }
8879 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8880 $as_echo_n "(cached) " >&6
8881 else
8882 if test -n "$RANLIB"; then
8883 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8884 else
8885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8886 for as_dir in $PATH
8887 do
8888 IFS=$as_save_IFS
8889 test -z "$as_dir" && as_dir=.
8890 for ac_exec_ext in '' $ac_executable_extensions; do
8891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8892 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8894 break 2
8895 fi
8896 done
8897 done
8898 IFS=$as_save_IFS
8899
8900 fi
8901 fi
8902 RANLIB=$ac_cv_prog_RANLIB
8903 if test -n "$RANLIB"; then
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8905 $as_echo "$RANLIB" >&6; }
8906 else
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8908 $as_echo "no" >&6; }
8909 fi
8910
8911
8912 fi
8913 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8914 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8915 set dummy ${ncn_progname}; ac_word=$2
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8917 $as_echo_n "checking for $ac_word... " >&6; }
8918 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8919 $as_echo_n "(cached) " >&6
8920 else
8921 if test -n "$RANLIB"; then
8922 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8923 else
8924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8925 for as_dir in $PATH
8926 do
8927 IFS=$as_save_IFS
8928 test -z "$as_dir" && as_dir=.
8929 for ac_exec_ext in '' $ac_executable_extensions; do
8930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8931 ac_cv_prog_RANLIB="${ncn_progname}"
8932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8933 break 2
8934 fi
8935 done
8936 done
8937 IFS=$as_save_IFS
8938
8939 fi
8940 fi
8941 RANLIB=$ac_cv_prog_RANLIB
8942 if test -n "$RANLIB"; then
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8944 $as_echo "$RANLIB" >&6; }
8945 else
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8947 $as_echo "no" >&6; }
8948 fi
8949
8950
8951 fi
8952 test -n "$ac_cv_prog_RANLIB" && break
8953 done
8954
8955 if test -z "$ac_cv_prog_RANLIB" ; then
8956 RANLIB="true"
8957 fi
8958
8959
8960
8961 if test -n "$STRIP"; then
8962 ac_cv_prog_STRIP=$STRIP
8963 elif test -n "$ac_cv_prog_STRIP"; then
8964 STRIP=$ac_cv_prog_STRIP
8965 fi
8966
8967 if test -n "$ac_cv_prog_STRIP"; then
8968 for ncn_progname in strip; do
8969 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8970 set dummy ${ncn_progname}; ac_word=$2
8971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8972 $as_echo_n "checking for $ac_word... " >&6; }
8973 if test "${ac_cv_prog_STRIP+set}" = set; then :
8974 $as_echo_n "(cached) " >&6
8975 else
8976 if test -n "$STRIP"; then
8977 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8978 else
8979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8980 for as_dir in $PATH
8981 do
8982 IFS=$as_save_IFS
8983 test -z "$as_dir" && as_dir=.
8984 for ac_exec_ext in '' $ac_executable_extensions; do
8985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8986 ac_cv_prog_STRIP="${ncn_progname}"
8987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8988 break 2
8989 fi
8990 done
8991 done
8992 IFS=$as_save_IFS
8993
8994 fi
8995 fi
8996 STRIP=$ac_cv_prog_STRIP
8997 if test -n "$STRIP"; then
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8999 $as_echo "$STRIP" >&6; }
9000 else
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9002 $as_echo "no" >&6; }
9003 fi
9004
9005
9006 done
9007 fi
9008
9009 for ncn_progname in strip; do
9010 if test -n "$ncn_tool_prefix"; then
9011 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9012 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9014 $as_echo_n "checking for $ac_word... " >&6; }
9015 if test "${ac_cv_prog_STRIP+set}" = set; then :
9016 $as_echo_n "(cached) " >&6
9017 else
9018 if test -n "$STRIP"; then
9019 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9020 else
9021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9022 for as_dir in $PATH
9023 do
9024 IFS=$as_save_IFS
9025 test -z "$as_dir" && as_dir=.
9026 for ac_exec_ext in '' $ac_executable_extensions; do
9027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9028 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9030 break 2
9031 fi
9032 done
9033 done
9034 IFS=$as_save_IFS
9035
9036 fi
9037 fi
9038 STRIP=$ac_cv_prog_STRIP
9039 if test -n "$STRIP"; then
9040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9041 $as_echo "$STRIP" >&6; }
9042 else
9043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9044 $as_echo "no" >&6; }
9045 fi
9046
9047
9048 fi
9049 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9050 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9051 set dummy ${ncn_progname}; ac_word=$2
9052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9053 $as_echo_n "checking for $ac_word... " >&6; }
9054 if test "${ac_cv_prog_STRIP+set}" = set; then :
9055 $as_echo_n "(cached) " >&6
9056 else
9057 if test -n "$STRIP"; then
9058 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9059 else
9060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9061 for as_dir in $PATH
9062 do
9063 IFS=$as_save_IFS
9064 test -z "$as_dir" && as_dir=.
9065 for ac_exec_ext in '' $ac_executable_extensions; do
9066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9067 ac_cv_prog_STRIP="${ncn_progname}"
9068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9069 break 2
9070 fi
9071 done
9072 done
9073 IFS=$as_save_IFS
9074
9075 fi
9076 fi
9077 STRIP=$ac_cv_prog_STRIP
9078 if test -n "$STRIP"; then
9079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9080 $as_echo "$STRIP" >&6; }
9081 else
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9083 $as_echo "no" >&6; }
9084 fi
9085
9086
9087 fi
9088 test -n "$ac_cv_prog_STRIP" && break
9089 done
9090
9091 if test -z "$ac_cv_prog_STRIP" ; then
9092 STRIP="true"
9093 fi
9094
9095
9096
9097 if test -n "$WINDRES"; then
9098 ac_cv_prog_WINDRES=$WINDRES
9099 elif test -n "$ac_cv_prog_WINDRES"; then
9100 WINDRES=$ac_cv_prog_WINDRES
9101 fi
9102
9103 if test -n "$ac_cv_prog_WINDRES"; then
9104 for ncn_progname in windres; do
9105 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9106 set dummy ${ncn_progname}; ac_word=$2
9107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9108 $as_echo_n "checking for $ac_word... " >&6; }
9109 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9110 $as_echo_n "(cached) " >&6
9111 else
9112 if test -n "$WINDRES"; then
9113 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9114 else
9115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9116 for as_dir in $PATH
9117 do
9118 IFS=$as_save_IFS
9119 test -z "$as_dir" && as_dir=.
9120 for ac_exec_ext in '' $ac_executable_extensions; do
9121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9122 ac_cv_prog_WINDRES="${ncn_progname}"
9123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9124 break 2
9125 fi
9126 done
9127 done
9128 IFS=$as_save_IFS
9129
9130 fi
9131 fi
9132 WINDRES=$ac_cv_prog_WINDRES
9133 if test -n "$WINDRES"; then
9134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9135 $as_echo "$WINDRES" >&6; }
9136 else
9137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9138 $as_echo "no" >&6; }
9139 fi
9140
9141
9142 done
9143 fi
9144
9145 for ncn_progname in windres; do
9146 if test -n "$ncn_tool_prefix"; then
9147 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9148 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9150 $as_echo_n "checking for $ac_word... " >&6; }
9151 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9152 $as_echo_n "(cached) " >&6
9153 else
9154 if test -n "$WINDRES"; then
9155 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9156 else
9157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9158 for as_dir in $PATH
9159 do
9160 IFS=$as_save_IFS
9161 test -z "$as_dir" && as_dir=.
9162 for ac_exec_ext in '' $ac_executable_extensions; do
9163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9164 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9166 break 2
9167 fi
9168 done
9169 done
9170 IFS=$as_save_IFS
9171
9172 fi
9173 fi
9174 WINDRES=$ac_cv_prog_WINDRES
9175 if test -n "$WINDRES"; then
9176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9177 $as_echo "$WINDRES" >&6; }
9178 else
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9180 $as_echo "no" >&6; }
9181 fi
9182
9183
9184 fi
9185 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9186 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9187 set dummy ${ncn_progname}; ac_word=$2
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9189 $as_echo_n "checking for $ac_word... " >&6; }
9190 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9191 $as_echo_n "(cached) " >&6
9192 else
9193 if test -n "$WINDRES"; then
9194 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9195 else
9196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9197 for as_dir in $PATH
9198 do
9199 IFS=$as_save_IFS
9200 test -z "$as_dir" && as_dir=.
9201 for ac_exec_ext in '' $ac_executable_extensions; do
9202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9203 ac_cv_prog_WINDRES="${ncn_progname}"
9204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9205 break 2
9206 fi
9207 done
9208 done
9209 IFS=$as_save_IFS
9210
9211 fi
9212 fi
9213 WINDRES=$ac_cv_prog_WINDRES
9214 if test -n "$WINDRES"; then
9215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9216 $as_echo "$WINDRES" >&6; }
9217 else
9218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9219 $as_echo "no" >&6; }
9220 fi
9221
9222
9223 fi
9224 test -n "$ac_cv_prog_WINDRES" && break
9225 done
9226
9227 if test -z "$ac_cv_prog_WINDRES" ; then
9228 set dummy windres
9229 if test $build = $host ; then
9230 WINDRES="$2"
9231 else
9232 WINDRES="${ncn_tool_prefix}$2"
9233 fi
9234 fi
9235
9236
9237
9238 if test -n "$WINDMC"; then
9239 ac_cv_prog_WINDMC=$WINDMC
9240 elif test -n "$ac_cv_prog_WINDMC"; then
9241 WINDMC=$ac_cv_prog_WINDMC
9242 fi
9243
9244 if test -n "$ac_cv_prog_WINDMC"; then
9245 for ncn_progname in windmc; do
9246 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9247 set dummy ${ncn_progname}; ac_word=$2
9248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9249 $as_echo_n "checking for $ac_word... " >&6; }
9250 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9251 $as_echo_n "(cached) " >&6
9252 else
9253 if test -n "$WINDMC"; then
9254 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9255 else
9256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9257 for as_dir in $PATH
9258 do
9259 IFS=$as_save_IFS
9260 test -z "$as_dir" && as_dir=.
9261 for ac_exec_ext in '' $ac_executable_extensions; do
9262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9263 ac_cv_prog_WINDMC="${ncn_progname}"
9264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9265 break 2
9266 fi
9267 done
9268 done
9269 IFS=$as_save_IFS
9270
9271 fi
9272 fi
9273 WINDMC=$ac_cv_prog_WINDMC
9274 if test -n "$WINDMC"; then
9275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9276 $as_echo "$WINDMC" >&6; }
9277 else
9278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9279 $as_echo "no" >&6; }
9280 fi
9281
9282
9283 done
9284 fi
9285
9286 for ncn_progname in windmc; do
9287 if test -n "$ncn_tool_prefix"; then
9288 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9289 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9291 $as_echo_n "checking for $ac_word... " >&6; }
9292 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9293 $as_echo_n "(cached) " >&6
9294 else
9295 if test -n "$WINDMC"; then
9296 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9297 else
9298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9299 for as_dir in $PATH
9300 do
9301 IFS=$as_save_IFS
9302 test -z "$as_dir" && as_dir=.
9303 for ac_exec_ext in '' $ac_executable_extensions; do
9304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9305 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9307 break 2
9308 fi
9309 done
9310 done
9311 IFS=$as_save_IFS
9312
9313 fi
9314 fi
9315 WINDMC=$ac_cv_prog_WINDMC
9316 if test -n "$WINDMC"; then
9317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9318 $as_echo "$WINDMC" >&6; }
9319 else
9320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9321 $as_echo "no" >&6; }
9322 fi
9323
9324
9325 fi
9326 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9327 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9328 set dummy ${ncn_progname}; ac_word=$2
9329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9330 $as_echo_n "checking for $ac_word... " >&6; }
9331 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9332 $as_echo_n "(cached) " >&6
9333 else
9334 if test -n "$WINDMC"; then
9335 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9336 else
9337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9338 for as_dir in $PATH
9339 do
9340 IFS=$as_save_IFS
9341 test -z "$as_dir" && as_dir=.
9342 for ac_exec_ext in '' $ac_executable_extensions; do
9343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9344 ac_cv_prog_WINDMC="${ncn_progname}"
9345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9346 break 2
9347 fi
9348 done
9349 done
9350 IFS=$as_save_IFS
9351
9352 fi
9353 fi
9354 WINDMC=$ac_cv_prog_WINDMC
9355 if test -n "$WINDMC"; then
9356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9357 $as_echo "$WINDMC" >&6; }
9358 else
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9360 $as_echo "no" >&6; }
9361 fi
9362
9363
9364 fi
9365 test -n "$ac_cv_prog_WINDMC" && break
9366 done
9367
9368 if test -z "$ac_cv_prog_WINDMC" ; then
9369 set dummy windmc
9370 if test $build = $host ; then
9371 WINDMC="$2"
9372 else
9373 WINDMC="${ncn_tool_prefix}$2"
9374 fi
9375 fi
9376
9377
9378
9379 if test -n "$OBJCOPY"; then
9380 ac_cv_prog_OBJCOPY=$OBJCOPY
9381 elif test -n "$ac_cv_prog_OBJCOPY"; then
9382 OBJCOPY=$ac_cv_prog_OBJCOPY
9383 fi
9384
9385 if test -n "$ac_cv_prog_OBJCOPY"; then
9386 for ncn_progname in objcopy; do
9387 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9388 set dummy ${ncn_progname}; ac_word=$2
9389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9390 $as_echo_n "checking for $ac_word... " >&6; }
9391 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9392 $as_echo_n "(cached) " >&6
9393 else
9394 if test -n "$OBJCOPY"; then
9395 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9396 else
9397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9398 for as_dir in $PATH
9399 do
9400 IFS=$as_save_IFS
9401 test -z "$as_dir" && as_dir=.
9402 for ac_exec_ext in '' $ac_executable_extensions; do
9403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9404 ac_cv_prog_OBJCOPY="${ncn_progname}"
9405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9406 break 2
9407 fi
9408 done
9409 done
9410 IFS=$as_save_IFS
9411
9412 fi
9413 fi
9414 OBJCOPY=$ac_cv_prog_OBJCOPY
9415 if test -n "$OBJCOPY"; then
9416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9417 $as_echo "$OBJCOPY" >&6; }
9418 else
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9420 $as_echo "no" >&6; }
9421 fi
9422
9423
9424 done
9425 fi
9426
9427 for ncn_progname in objcopy; do
9428 if test -n "$ncn_tool_prefix"; then
9429 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9430 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9432 $as_echo_n "checking for $ac_word... " >&6; }
9433 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9434 $as_echo_n "(cached) " >&6
9435 else
9436 if test -n "$OBJCOPY"; then
9437 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9438 else
9439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9440 for as_dir in $PATH
9441 do
9442 IFS=$as_save_IFS
9443 test -z "$as_dir" && as_dir=.
9444 for ac_exec_ext in '' $ac_executable_extensions; do
9445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9446 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9448 break 2
9449 fi
9450 done
9451 done
9452 IFS=$as_save_IFS
9453
9454 fi
9455 fi
9456 OBJCOPY=$ac_cv_prog_OBJCOPY
9457 if test -n "$OBJCOPY"; then
9458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9459 $as_echo "$OBJCOPY" >&6; }
9460 else
9461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9462 $as_echo "no" >&6; }
9463 fi
9464
9465
9466 fi
9467 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9468 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9469 set dummy ${ncn_progname}; ac_word=$2
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9471 $as_echo_n "checking for $ac_word... " >&6; }
9472 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9473 $as_echo_n "(cached) " >&6
9474 else
9475 if test -n "$OBJCOPY"; then
9476 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9477 else
9478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9479 for as_dir in $PATH
9480 do
9481 IFS=$as_save_IFS
9482 test -z "$as_dir" && as_dir=.
9483 for ac_exec_ext in '' $ac_executable_extensions; do
9484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9485 ac_cv_prog_OBJCOPY="${ncn_progname}"
9486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9487 break 2
9488 fi
9489 done
9490 done
9491 IFS=$as_save_IFS
9492
9493 fi
9494 fi
9495 OBJCOPY=$ac_cv_prog_OBJCOPY
9496 if test -n "$OBJCOPY"; then
9497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9498 $as_echo "$OBJCOPY" >&6; }
9499 else
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9501 $as_echo "no" >&6; }
9502 fi
9503
9504
9505 fi
9506 test -n "$ac_cv_prog_OBJCOPY" && break
9507 done
9508
9509 if test -z "$ac_cv_prog_OBJCOPY" ; then
9510 set dummy objcopy
9511 if test $build = $host ; then
9512 OBJCOPY="$2"
9513 else
9514 OBJCOPY="${ncn_tool_prefix}$2"
9515 fi
9516 fi
9517
9518
9519
9520 if test -n "$OBJDUMP"; then
9521 ac_cv_prog_OBJDUMP=$OBJDUMP
9522 elif test -n "$ac_cv_prog_OBJDUMP"; then
9523 OBJDUMP=$ac_cv_prog_OBJDUMP
9524 fi
9525
9526 if test -n "$ac_cv_prog_OBJDUMP"; then
9527 for ncn_progname in objdump; do
9528 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9529 set dummy ${ncn_progname}; ac_word=$2
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9531 $as_echo_n "checking for $ac_word... " >&6; }
9532 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9533 $as_echo_n "(cached) " >&6
9534 else
9535 if test -n "$OBJDUMP"; then
9536 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9537 else
9538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9539 for as_dir in $PATH
9540 do
9541 IFS=$as_save_IFS
9542 test -z "$as_dir" && as_dir=.
9543 for ac_exec_ext in '' $ac_executable_extensions; do
9544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9545 ac_cv_prog_OBJDUMP="${ncn_progname}"
9546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9547 break 2
9548 fi
9549 done
9550 done
9551 IFS=$as_save_IFS
9552
9553 fi
9554 fi
9555 OBJDUMP=$ac_cv_prog_OBJDUMP
9556 if test -n "$OBJDUMP"; then
9557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9558 $as_echo "$OBJDUMP" >&6; }
9559 else
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9561 $as_echo "no" >&6; }
9562 fi
9563
9564
9565 done
9566 fi
9567
9568 for ncn_progname in objdump; do
9569 if test -n "$ncn_tool_prefix"; then
9570 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9571 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9573 $as_echo_n "checking for $ac_word... " >&6; }
9574 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9575 $as_echo_n "(cached) " >&6
9576 else
9577 if test -n "$OBJDUMP"; then
9578 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9579 else
9580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9581 for as_dir in $PATH
9582 do
9583 IFS=$as_save_IFS
9584 test -z "$as_dir" && as_dir=.
9585 for ac_exec_ext in '' $ac_executable_extensions; do
9586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9587 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9589 break 2
9590 fi
9591 done
9592 done
9593 IFS=$as_save_IFS
9594
9595 fi
9596 fi
9597 OBJDUMP=$ac_cv_prog_OBJDUMP
9598 if test -n "$OBJDUMP"; then
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9600 $as_echo "$OBJDUMP" >&6; }
9601 else
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9603 $as_echo "no" >&6; }
9604 fi
9605
9606
9607 fi
9608 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9609 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9610 set dummy ${ncn_progname}; ac_word=$2
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9612 $as_echo_n "checking for $ac_word... " >&6; }
9613 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9614 $as_echo_n "(cached) " >&6
9615 else
9616 if test -n "$OBJDUMP"; then
9617 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9618 else
9619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9620 for as_dir in $PATH
9621 do
9622 IFS=$as_save_IFS
9623 test -z "$as_dir" && as_dir=.
9624 for ac_exec_ext in '' $ac_executable_extensions; do
9625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9626 ac_cv_prog_OBJDUMP="${ncn_progname}"
9627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9628 break 2
9629 fi
9630 done
9631 done
9632 IFS=$as_save_IFS
9633
9634 fi
9635 fi
9636 OBJDUMP=$ac_cv_prog_OBJDUMP
9637 if test -n "$OBJDUMP"; then
9638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9639 $as_echo "$OBJDUMP" >&6; }
9640 else
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9642 $as_echo "no" >&6; }
9643 fi
9644
9645
9646 fi
9647 test -n "$ac_cv_prog_OBJDUMP" && break
9648 done
9649
9650 if test -z "$ac_cv_prog_OBJDUMP" ; then
9651 set dummy objdump
9652 if test $build = $host ; then
9653 OBJDUMP="$2"
9654 else
9655 OBJDUMP="${ncn_tool_prefix}$2"
9656 fi
9657 fi
9658
9659
9660
9661
9662
9663
9664 # Target tools.
9665
9666 # Check whether --with-build-time-tools was given.
9667 if test "${with_build_time_tools+set}" = set; then :
9668 withval=$with_build_time_tools; case x"$withval" in
9669 x/*) ;;
9670 *)
9671 with_build_time_tools=
9672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9673 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9674 ;;
9675 esac
9676 else
9677 with_build_time_tools=
9678 fi
9679
9680
9681
9682
9683 if test -n "$CC_FOR_TARGET"; then
9684 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9685 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9686 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9687 fi
9688
9689 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9690 for ncn_progname in cc gcc; do
9691 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9692 set dummy ${ncn_progname}; ac_word=$2
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9694 $as_echo_n "checking for $ac_word... " >&6; }
9695 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9696 $as_echo_n "(cached) " >&6
9697 else
9698 if test -n "$CC_FOR_TARGET"; then
9699 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9700 else
9701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9702 for as_dir in $PATH
9703 do
9704 IFS=$as_save_IFS
9705 test -z "$as_dir" && as_dir=.
9706 for ac_exec_ext in '' $ac_executable_extensions; do
9707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9708 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9710 break 2
9711 fi
9712 done
9713 done
9714 IFS=$as_save_IFS
9715
9716 fi
9717 fi
9718 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9719 if test -n "$CC_FOR_TARGET"; then
9720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9721 $as_echo "$CC_FOR_TARGET" >&6; }
9722 else
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9724 $as_echo "no" >&6; }
9725 fi
9726
9727
9728 done
9729 fi
9730
9731 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9732 for ncn_progname in cc gcc; do
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9734 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9735 if test -x $with_build_time_tools/${ncn_progname}; then
9736 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9738 $as_echo "yes" >&6; }
9739 break
9740 else
9741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9742 $as_echo "no" >&6; }
9743 fi
9744 done
9745 fi
9746
9747 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9748 for ncn_progname in cc gcc; do
9749 if test -n "$ncn_target_tool_prefix"; then
9750 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9751 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9753 $as_echo_n "checking for $ac_word... " >&6; }
9754 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9755 $as_echo_n "(cached) " >&6
9756 else
9757 if test -n "$CC_FOR_TARGET"; then
9758 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9759 else
9760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9761 for as_dir in $PATH
9762 do
9763 IFS=$as_save_IFS
9764 test -z "$as_dir" && as_dir=.
9765 for ac_exec_ext in '' $ac_executable_extensions; do
9766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9767 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9769 break 2
9770 fi
9771 done
9772 done
9773 IFS=$as_save_IFS
9774
9775 fi
9776 fi
9777 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9778 if test -n "$CC_FOR_TARGET"; then
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9780 $as_echo "$CC_FOR_TARGET" >&6; }
9781 else
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9783 $as_echo "no" >&6; }
9784 fi
9785
9786
9787 fi
9788 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9789 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9790 set dummy ${ncn_progname}; ac_word=$2
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9792 $as_echo_n "checking for $ac_word... " >&6; }
9793 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9794 $as_echo_n "(cached) " >&6
9795 else
9796 if test -n "$CC_FOR_TARGET"; then
9797 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9798 else
9799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9800 for as_dir in $PATH
9801 do
9802 IFS=$as_save_IFS
9803 test -z "$as_dir" && as_dir=.
9804 for ac_exec_ext in '' $ac_executable_extensions; do
9805 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9806 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9808 break 2
9809 fi
9810 done
9811 done
9812 IFS=$as_save_IFS
9813
9814 fi
9815 fi
9816 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9817 if test -n "$CC_FOR_TARGET"; then
9818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9819 $as_echo "$CC_FOR_TARGET" >&6; }
9820 else
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9822 $as_echo "no" >&6; }
9823 fi
9824
9825
9826 fi
9827 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9828 done
9829 fi
9830
9831 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9832 set dummy cc gcc
9833 if test $build = $target ; then
9834 CC_FOR_TARGET="$2"
9835 else
9836 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9837 fi
9838 else
9839 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9840 fi
9841
9842
9843
9844 if test -n "$CXX_FOR_TARGET"; then
9845 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9846 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9847 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9848 fi
9849
9850 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9851 for ncn_progname in c++ g++ cxx gxx; do
9852 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9853 set dummy ${ncn_progname}; ac_word=$2
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9855 $as_echo_n "checking for $ac_word... " >&6; }
9856 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9857 $as_echo_n "(cached) " >&6
9858 else
9859 if test -n "$CXX_FOR_TARGET"; then
9860 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9861 else
9862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9863 for as_dir in $PATH
9864 do
9865 IFS=$as_save_IFS
9866 test -z "$as_dir" && as_dir=.
9867 for ac_exec_ext in '' $ac_executable_extensions; do
9868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9869 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9871 break 2
9872 fi
9873 done
9874 done
9875 IFS=$as_save_IFS
9876
9877 fi
9878 fi
9879 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9880 if test -n "$CXX_FOR_TARGET"; then
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9882 $as_echo "$CXX_FOR_TARGET" >&6; }
9883 else
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9885 $as_echo "no" >&6; }
9886 fi
9887
9888
9889 done
9890 fi
9891
9892 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9893 for ncn_progname in c++ g++ cxx gxx; do
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9895 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9896 if test -x $with_build_time_tools/${ncn_progname}; then
9897 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9899 $as_echo "yes" >&6; }
9900 break
9901 else
9902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9903 $as_echo "no" >&6; }
9904 fi
9905 done
9906 fi
9907
9908 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9909 for ncn_progname in c++ g++ cxx gxx; do
9910 if test -n "$ncn_target_tool_prefix"; then
9911 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9912 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9914 $as_echo_n "checking for $ac_word... " >&6; }
9915 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9916 $as_echo_n "(cached) " >&6
9917 else
9918 if test -n "$CXX_FOR_TARGET"; then
9919 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9920 else
9921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9922 for as_dir in $PATH
9923 do
9924 IFS=$as_save_IFS
9925 test -z "$as_dir" && as_dir=.
9926 for ac_exec_ext in '' $ac_executable_extensions; do
9927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9928 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9930 break 2
9931 fi
9932 done
9933 done
9934 IFS=$as_save_IFS
9935
9936 fi
9937 fi
9938 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9939 if test -n "$CXX_FOR_TARGET"; then
9940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9941 $as_echo "$CXX_FOR_TARGET" >&6; }
9942 else
9943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9944 $as_echo "no" >&6; }
9945 fi
9946
9947
9948 fi
9949 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9950 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9951 set dummy ${ncn_progname}; ac_word=$2
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9953 $as_echo_n "checking for $ac_word... " >&6; }
9954 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9955 $as_echo_n "(cached) " >&6
9956 else
9957 if test -n "$CXX_FOR_TARGET"; then
9958 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9959 else
9960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9961 for as_dir in $PATH
9962 do
9963 IFS=$as_save_IFS
9964 test -z "$as_dir" && as_dir=.
9965 for ac_exec_ext in '' $ac_executable_extensions; do
9966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9967 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9969 break 2
9970 fi
9971 done
9972 done
9973 IFS=$as_save_IFS
9974
9975 fi
9976 fi
9977 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9978 if test -n "$CXX_FOR_TARGET"; then
9979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9980 $as_echo "$CXX_FOR_TARGET" >&6; }
9981 else
9982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9983 $as_echo "no" >&6; }
9984 fi
9985
9986
9987 fi
9988 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9989 done
9990 fi
9991
9992 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9993 set dummy c++ g++ cxx gxx
9994 if test $build = $target ; then
9995 CXX_FOR_TARGET="$2"
9996 else
9997 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
9998 fi
9999 else
10000 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10001 fi
10002
10003
10004
10005 if test -n "$GCC_FOR_TARGET"; then
10006 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10007 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10008 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10009 fi
10010
10011 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10012 for ncn_progname in gcc; do
10013 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10014 set dummy ${ncn_progname}; ac_word=$2
10015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10016 $as_echo_n "checking for $ac_word... " >&6; }
10017 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10018 $as_echo_n "(cached) " >&6
10019 else
10020 if test -n "$GCC_FOR_TARGET"; then
10021 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10022 else
10023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10024 for as_dir in $PATH
10025 do
10026 IFS=$as_save_IFS
10027 test -z "$as_dir" && as_dir=.
10028 for ac_exec_ext in '' $ac_executable_extensions; do
10029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10030 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10032 break 2
10033 fi
10034 done
10035 done
10036 IFS=$as_save_IFS
10037
10038 fi
10039 fi
10040 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10041 if test -n "$GCC_FOR_TARGET"; then
10042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10043 $as_echo "$GCC_FOR_TARGET" >&6; }
10044 else
10045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10046 $as_echo "no" >&6; }
10047 fi
10048
10049
10050 done
10051 fi
10052
10053 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10054 for ncn_progname in gcc; do
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10056 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10057 if test -x $with_build_time_tools/${ncn_progname}; then
10058 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10060 $as_echo "yes" >&6; }
10061 break
10062 else
10063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10064 $as_echo "no" >&6; }
10065 fi
10066 done
10067 fi
10068
10069 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10070 for ncn_progname in gcc; do
10071 if test -n "$ncn_target_tool_prefix"; then
10072 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10073 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10075 $as_echo_n "checking for $ac_word... " >&6; }
10076 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10077 $as_echo_n "(cached) " >&6
10078 else
10079 if test -n "$GCC_FOR_TARGET"; then
10080 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10081 else
10082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10083 for as_dir in $PATH
10084 do
10085 IFS=$as_save_IFS
10086 test -z "$as_dir" && as_dir=.
10087 for ac_exec_ext in '' $ac_executable_extensions; do
10088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10089 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10091 break 2
10092 fi
10093 done
10094 done
10095 IFS=$as_save_IFS
10096
10097 fi
10098 fi
10099 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10100 if test -n "$GCC_FOR_TARGET"; then
10101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10102 $as_echo "$GCC_FOR_TARGET" >&6; }
10103 else
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10105 $as_echo "no" >&6; }
10106 fi
10107
10108
10109 fi
10110 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10111 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10112 set dummy ${ncn_progname}; ac_word=$2
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10114 $as_echo_n "checking for $ac_word... " >&6; }
10115 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10116 $as_echo_n "(cached) " >&6
10117 else
10118 if test -n "$GCC_FOR_TARGET"; then
10119 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10120 else
10121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10122 for as_dir in $PATH
10123 do
10124 IFS=$as_save_IFS
10125 test -z "$as_dir" && as_dir=.
10126 for ac_exec_ext in '' $ac_executable_extensions; do
10127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10128 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10130 break 2
10131 fi
10132 done
10133 done
10134 IFS=$as_save_IFS
10135
10136 fi
10137 fi
10138 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10139 if test -n "$GCC_FOR_TARGET"; then
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10141 $as_echo "$GCC_FOR_TARGET" >&6; }
10142 else
10143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10144 $as_echo "no" >&6; }
10145 fi
10146
10147
10148 fi
10149 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10150 done
10151 fi
10152
10153 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10154 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10155 else
10156 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10157 fi
10158
10159
10160
10161 if test -n "$GCJ_FOR_TARGET"; then
10162 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10163 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10164 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10165 fi
10166
10167 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10168 for ncn_progname in gcj; do
10169 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10170 set dummy ${ncn_progname}; ac_word=$2
10171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10172 $as_echo_n "checking for $ac_word... " >&6; }
10173 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10174 $as_echo_n "(cached) " >&6
10175 else
10176 if test -n "$GCJ_FOR_TARGET"; then
10177 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10178 else
10179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10180 for as_dir in $PATH
10181 do
10182 IFS=$as_save_IFS
10183 test -z "$as_dir" && as_dir=.
10184 for ac_exec_ext in '' $ac_executable_extensions; do
10185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10186 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10188 break 2
10189 fi
10190 done
10191 done
10192 IFS=$as_save_IFS
10193
10194 fi
10195 fi
10196 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10197 if test -n "$GCJ_FOR_TARGET"; then
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10199 $as_echo "$GCJ_FOR_TARGET" >&6; }
10200 else
10201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10202 $as_echo "no" >&6; }
10203 fi
10204
10205
10206 done
10207 fi
10208
10209 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10210 for ncn_progname in gcj; do
10211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10212 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10213 if test -x $with_build_time_tools/${ncn_progname}; then
10214 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10216 $as_echo "yes" >&6; }
10217 break
10218 else
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10220 $as_echo "no" >&6; }
10221 fi
10222 done
10223 fi
10224
10225 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10226 for ncn_progname in gcj; do
10227 if test -n "$ncn_target_tool_prefix"; then
10228 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10229 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10231 $as_echo_n "checking for $ac_word... " >&6; }
10232 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10233 $as_echo_n "(cached) " >&6
10234 else
10235 if test -n "$GCJ_FOR_TARGET"; then
10236 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10237 else
10238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10239 for as_dir in $PATH
10240 do
10241 IFS=$as_save_IFS
10242 test -z "$as_dir" && as_dir=.
10243 for ac_exec_ext in '' $ac_executable_extensions; do
10244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10245 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10247 break 2
10248 fi
10249 done
10250 done
10251 IFS=$as_save_IFS
10252
10253 fi
10254 fi
10255 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10256 if test -n "$GCJ_FOR_TARGET"; then
10257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10258 $as_echo "$GCJ_FOR_TARGET" >&6; }
10259 else
10260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10261 $as_echo "no" >&6; }
10262 fi
10263
10264
10265 fi
10266 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10267 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10268 set dummy ${ncn_progname}; ac_word=$2
10269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10270 $as_echo_n "checking for $ac_word... " >&6; }
10271 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10272 $as_echo_n "(cached) " >&6
10273 else
10274 if test -n "$GCJ_FOR_TARGET"; then
10275 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10276 else
10277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10278 for as_dir in $PATH
10279 do
10280 IFS=$as_save_IFS
10281 test -z "$as_dir" && as_dir=.
10282 for ac_exec_ext in '' $ac_executable_extensions; do
10283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10284 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10286 break 2
10287 fi
10288 done
10289 done
10290 IFS=$as_save_IFS
10291
10292 fi
10293 fi
10294 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10295 if test -n "$GCJ_FOR_TARGET"; then
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10297 $as_echo "$GCJ_FOR_TARGET" >&6; }
10298 else
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10300 $as_echo "no" >&6; }
10301 fi
10302
10303
10304 fi
10305 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10306 done
10307 fi
10308
10309 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10310 set dummy gcj
10311 if test $build = $target ; then
10312 GCJ_FOR_TARGET="$2"
10313 else
10314 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10315 fi
10316 else
10317 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10318 fi
10319
10320
10321
10322 if test -n "$GFORTRAN_FOR_TARGET"; then
10323 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10324 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10325 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10326 fi
10327
10328 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10329 for ncn_progname in gfortran; do
10330 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10331 set dummy ${ncn_progname}; ac_word=$2
10332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10333 $as_echo_n "checking for $ac_word... " >&6; }
10334 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10335 $as_echo_n "(cached) " >&6
10336 else
10337 if test -n "$GFORTRAN_FOR_TARGET"; then
10338 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10339 else
10340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10341 for as_dir in $PATH
10342 do
10343 IFS=$as_save_IFS
10344 test -z "$as_dir" && as_dir=.
10345 for ac_exec_ext in '' $ac_executable_extensions; do
10346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10347 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10349 break 2
10350 fi
10351 done
10352 done
10353 IFS=$as_save_IFS
10354
10355 fi
10356 fi
10357 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10358 if test -n "$GFORTRAN_FOR_TARGET"; then
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10360 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10361 else
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10363 $as_echo "no" >&6; }
10364 fi
10365
10366
10367 done
10368 fi
10369
10370 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10371 for ncn_progname in gfortran; do
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10373 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10374 if test -x $with_build_time_tools/${ncn_progname}; then
10375 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10377 $as_echo "yes" >&6; }
10378 break
10379 else
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10381 $as_echo "no" >&6; }
10382 fi
10383 done
10384 fi
10385
10386 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10387 for ncn_progname in gfortran; do
10388 if test -n "$ncn_target_tool_prefix"; then
10389 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10390 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10392 $as_echo_n "checking for $ac_word... " >&6; }
10393 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10394 $as_echo_n "(cached) " >&6
10395 else
10396 if test -n "$GFORTRAN_FOR_TARGET"; then
10397 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10398 else
10399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10400 for as_dir in $PATH
10401 do
10402 IFS=$as_save_IFS
10403 test -z "$as_dir" && as_dir=.
10404 for ac_exec_ext in '' $ac_executable_extensions; do
10405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10406 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10408 break 2
10409 fi
10410 done
10411 done
10412 IFS=$as_save_IFS
10413
10414 fi
10415 fi
10416 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10417 if test -n "$GFORTRAN_FOR_TARGET"; then
10418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10419 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10420 else
10421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10422 $as_echo "no" >&6; }
10423 fi
10424
10425
10426 fi
10427 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10428 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10429 set dummy ${ncn_progname}; ac_word=$2
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10431 $as_echo_n "checking for $ac_word... " >&6; }
10432 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10433 $as_echo_n "(cached) " >&6
10434 else
10435 if test -n "$GFORTRAN_FOR_TARGET"; then
10436 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10437 else
10438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10439 for as_dir in $PATH
10440 do
10441 IFS=$as_save_IFS
10442 test -z "$as_dir" && as_dir=.
10443 for ac_exec_ext in '' $ac_executable_extensions; do
10444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10445 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10447 break 2
10448 fi
10449 done
10450 done
10451 IFS=$as_save_IFS
10452
10453 fi
10454 fi
10455 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10456 if test -n "$GFORTRAN_FOR_TARGET"; then
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10458 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10459 else
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10461 $as_echo "no" >&6; }
10462 fi
10463
10464
10465 fi
10466 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10467 done
10468 fi
10469
10470 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10471 set dummy gfortran
10472 if test $build = $target ; then
10473 GFORTRAN_FOR_TARGET="$2"
10474 else
10475 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10476 fi
10477 else
10478 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10479 fi
10480
10481
10482
10483 if test -n "$GOC_FOR_TARGET"; then
10484 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10485 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10486 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10487 fi
10488
10489 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10490 for ncn_progname in gccgo; do
10491 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10492 set dummy ${ncn_progname}; ac_word=$2
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10494 $as_echo_n "checking for $ac_word... " >&6; }
10495 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10496 $as_echo_n "(cached) " >&6
10497 else
10498 if test -n "$GOC_FOR_TARGET"; then
10499 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10500 else
10501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10502 for as_dir in $PATH
10503 do
10504 IFS=$as_save_IFS
10505 test -z "$as_dir" && as_dir=.
10506 for ac_exec_ext in '' $ac_executable_extensions; do
10507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10508 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10510 break 2
10511 fi
10512 done
10513 done
10514 IFS=$as_save_IFS
10515
10516 fi
10517 fi
10518 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10519 if test -n "$GOC_FOR_TARGET"; then
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10521 $as_echo "$GOC_FOR_TARGET" >&6; }
10522 else
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10524 $as_echo "no" >&6; }
10525 fi
10526
10527
10528 done
10529 fi
10530
10531 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10532 for ncn_progname in gccgo; do
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10534 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10535 if test -x $with_build_time_tools/${ncn_progname}; then
10536 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10538 $as_echo "yes" >&6; }
10539 break
10540 else
10541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10542 $as_echo "no" >&6; }
10543 fi
10544 done
10545 fi
10546
10547 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10548 for ncn_progname in gccgo; do
10549 if test -n "$ncn_target_tool_prefix"; then
10550 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10551 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10553 $as_echo_n "checking for $ac_word... " >&6; }
10554 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10555 $as_echo_n "(cached) " >&6
10556 else
10557 if test -n "$GOC_FOR_TARGET"; then
10558 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10559 else
10560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10561 for as_dir in $PATH
10562 do
10563 IFS=$as_save_IFS
10564 test -z "$as_dir" && as_dir=.
10565 for ac_exec_ext in '' $ac_executable_extensions; do
10566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10567 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10569 break 2
10570 fi
10571 done
10572 done
10573 IFS=$as_save_IFS
10574
10575 fi
10576 fi
10577 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10578 if test -n "$GOC_FOR_TARGET"; then
10579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10580 $as_echo "$GOC_FOR_TARGET" >&6; }
10581 else
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10583 $as_echo "no" >&6; }
10584 fi
10585
10586
10587 fi
10588 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10589 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10590 set dummy ${ncn_progname}; ac_word=$2
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10592 $as_echo_n "checking for $ac_word... " >&6; }
10593 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10594 $as_echo_n "(cached) " >&6
10595 else
10596 if test -n "$GOC_FOR_TARGET"; then
10597 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10598 else
10599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10600 for as_dir in $PATH
10601 do
10602 IFS=$as_save_IFS
10603 test -z "$as_dir" && as_dir=.
10604 for ac_exec_ext in '' $ac_executable_extensions; do
10605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10606 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10608 break 2
10609 fi
10610 done
10611 done
10612 IFS=$as_save_IFS
10613
10614 fi
10615 fi
10616 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10617 if test -n "$GOC_FOR_TARGET"; then
10618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10619 $as_echo "$GOC_FOR_TARGET" >&6; }
10620 else
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10622 $as_echo "no" >&6; }
10623 fi
10624
10625
10626 fi
10627 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10628 done
10629 fi
10630
10631 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10632 set dummy gccgo
10633 if test $build = $target ; then
10634 GOC_FOR_TARGET="$2"
10635 else
10636 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10637 fi
10638 else
10639 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10640 fi
10641
10642
10643
10644 cat > conftest.c << \EOF
10645 #ifdef __GNUC__
10646 gcc_yay;
10647 #endif
10648 EOF
10649 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10650 have_gcc_for_target=yes
10651 else
10652 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10653 have_gcc_for_target=no
10654 fi
10655 rm conftest.c
10656
10657
10658
10659
10660 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10661 if test -n "$with_build_time_tools"; then
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10663 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10664 if test -x $with_build_time_tools/ar; then
10665 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10666 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10668 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10669 else
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10671 $as_echo "no" >&6; }
10672 fi
10673 elif test $build != $host && test $have_gcc_for_target = yes; then
10674 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10675 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10676 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10677 fi
10678 fi
10679 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10680 # Extract the first word of "ar", so it can be a program name with args.
10681 set dummy ar; ac_word=$2
10682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10683 $as_echo_n "checking for $ac_word... " >&6; }
10684 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10685 $as_echo_n "(cached) " >&6
10686 else
10687 case $AR_FOR_TARGET in
10688 [\\/]* | ?:[\\/]*)
10689 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10690 ;;
10691 *)
10692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10693 for as_dir in $gcc_cv_tool_dirs
10694 do
10695 IFS=$as_save_IFS
10696 test -z "$as_dir" && as_dir=.
10697 for ac_exec_ext in '' $ac_executable_extensions; do
10698 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10699 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10701 break 2
10702 fi
10703 done
10704 done
10705 IFS=$as_save_IFS
10706
10707 ;;
10708 esac
10709 fi
10710 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10711 if test -n "$AR_FOR_TARGET"; then
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10713 $as_echo "$AR_FOR_TARGET" >&6; }
10714 else
10715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10716 $as_echo "no" >&6; }
10717 fi
10718
10719
10720 fi
10721 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10722
10723
10724 if test -n "$AR_FOR_TARGET"; then
10725 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10726 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10727 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10728 fi
10729
10730 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10731 for ncn_progname in ar; do
10732 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10733 set dummy ${ncn_progname}; ac_word=$2
10734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10735 $as_echo_n "checking for $ac_word... " >&6; }
10736 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10737 $as_echo_n "(cached) " >&6
10738 else
10739 if test -n "$AR_FOR_TARGET"; then
10740 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10741 else
10742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10743 for as_dir in $PATH
10744 do
10745 IFS=$as_save_IFS
10746 test -z "$as_dir" && as_dir=.
10747 for ac_exec_ext in '' $ac_executable_extensions; do
10748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10749 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10751 break 2
10752 fi
10753 done
10754 done
10755 IFS=$as_save_IFS
10756
10757 fi
10758 fi
10759 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10760 if test -n "$AR_FOR_TARGET"; then
10761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10762 $as_echo "$AR_FOR_TARGET" >&6; }
10763 else
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10765 $as_echo "no" >&6; }
10766 fi
10767
10768
10769 done
10770 fi
10771
10772 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10773 for ncn_progname in ar; do
10774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10775 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10776 if test -x $with_build_time_tools/${ncn_progname}; then
10777 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10779 $as_echo "yes" >&6; }
10780 break
10781 else
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10783 $as_echo "no" >&6; }
10784 fi
10785 done
10786 fi
10787
10788 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10789 for ncn_progname in ar; do
10790 if test -n "$ncn_target_tool_prefix"; then
10791 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10792 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10794 $as_echo_n "checking for $ac_word... " >&6; }
10795 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10796 $as_echo_n "(cached) " >&6
10797 else
10798 if test -n "$AR_FOR_TARGET"; then
10799 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10800 else
10801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10802 for as_dir in $PATH
10803 do
10804 IFS=$as_save_IFS
10805 test -z "$as_dir" && as_dir=.
10806 for ac_exec_ext in '' $ac_executable_extensions; do
10807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10808 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10810 break 2
10811 fi
10812 done
10813 done
10814 IFS=$as_save_IFS
10815
10816 fi
10817 fi
10818 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10819 if test -n "$AR_FOR_TARGET"; then
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10821 $as_echo "$AR_FOR_TARGET" >&6; }
10822 else
10823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10824 $as_echo "no" >&6; }
10825 fi
10826
10827
10828 fi
10829 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10830 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10831 set dummy ${ncn_progname}; ac_word=$2
10832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10833 $as_echo_n "checking for $ac_word... " >&6; }
10834 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10835 $as_echo_n "(cached) " >&6
10836 else
10837 if test -n "$AR_FOR_TARGET"; then
10838 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10839 else
10840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10841 for as_dir in $PATH
10842 do
10843 IFS=$as_save_IFS
10844 test -z "$as_dir" && as_dir=.
10845 for ac_exec_ext in '' $ac_executable_extensions; do
10846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10847 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10849 break 2
10850 fi
10851 done
10852 done
10853 IFS=$as_save_IFS
10854
10855 fi
10856 fi
10857 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10858 if test -n "$AR_FOR_TARGET"; then
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10860 $as_echo "$AR_FOR_TARGET" >&6; }
10861 else
10862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10863 $as_echo "no" >&6; }
10864 fi
10865
10866
10867 fi
10868 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10869 done
10870 fi
10871
10872 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10873 set dummy ar
10874 if test $build = $target ; then
10875 AR_FOR_TARGET="$2"
10876 else
10877 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10878 fi
10879 else
10880 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10881 fi
10882
10883 else
10884 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10885 fi
10886
10887
10888
10889
10890 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10891 if test -n "$with_build_time_tools"; then
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10893 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10894 if test -x $with_build_time_tools/as; then
10895 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10896 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10898 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10899 else
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10901 $as_echo "no" >&6; }
10902 fi
10903 elif test $build != $host && test $have_gcc_for_target = yes; then
10904 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10905 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10906 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10907 fi
10908 fi
10909 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10910 # Extract the first word of "as", so it can be a program name with args.
10911 set dummy as; ac_word=$2
10912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10913 $as_echo_n "checking for $ac_word... " >&6; }
10914 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10915 $as_echo_n "(cached) " >&6
10916 else
10917 case $AS_FOR_TARGET in
10918 [\\/]* | ?:[\\/]*)
10919 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10920 ;;
10921 *)
10922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10923 for as_dir in $gcc_cv_tool_dirs
10924 do
10925 IFS=$as_save_IFS
10926 test -z "$as_dir" && as_dir=.
10927 for ac_exec_ext in '' $ac_executable_extensions; do
10928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10929 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10931 break 2
10932 fi
10933 done
10934 done
10935 IFS=$as_save_IFS
10936
10937 ;;
10938 esac
10939 fi
10940 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10941 if test -n "$AS_FOR_TARGET"; then
10942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10943 $as_echo "$AS_FOR_TARGET" >&6; }
10944 else
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10946 $as_echo "no" >&6; }
10947 fi
10948
10949
10950 fi
10951 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10952
10953
10954 if test -n "$AS_FOR_TARGET"; then
10955 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10956 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10957 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10958 fi
10959
10960 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10961 for ncn_progname in as; do
10962 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10963 set dummy ${ncn_progname}; ac_word=$2
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10965 $as_echo_n "checking for $ac_word... " >&6; }
10966 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10967 $as_echo_n "(cached) " >&6
10968 else
10969 if test -n "$AS_FOR_TARGET"; then
10970 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10971 else
10972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10973 for as_dir in $PATH
10974 do
10975 IFS=$as_save_IFS
10976 test -z "$as_dir" && as_dir=.
10977 for ac_exec_ext in '' $ac_executable_extensions; do
10978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10979 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10981 break 2
10982 fi
10983 done
10984 done
10985 IFS=$as_save_IFS
10986
10987 fi
10988 fi
10989 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10990 if test -n "$AS_FOR_TARGET"; then
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10992 $as_echo "$AS_FOR_TARGET" >&6; }
10993 else
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10995 $as_echo "no" >&6; }
10996 fi
10997
10998
10999 done
11000 fi
11001
11002 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11003 for ncn_progname in as; do
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11005 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11006 if test -x $with_build_time_tools/${ncn_progname}; then
11007 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11009 $as_echo "yes" >&6; }
11010 break
11011 else
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11013 $as_echo "no" >&6; }
11014 fi
11015 done
11016 fi
11017
11018 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11019 for ncn_progname in as; do
11020 if test -n "$ncn_target_tool_prefix"; then
11021 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11022 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11024 $as_echo_n "checking for $ac_word... " >&6; }
11025 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11026 $as_echo_n "(cached) " >&6
11027 else
11028 if test -n "$AS_FOR_TARGET"; then
11029 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11030 else
11031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11032 for as_dir in $PATH
11033 do
11034 IFS=$as_save_IFS
11035 test -z "$as_dir" && as_dir=.
11036 for ac_exec_ext in '' $ac_executable_extensions; do
11037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11038 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11040 break 2
11041 fi
11042 done
11043 done
11044 IFS=$as_save_IFS
11045
11046 fi
11047 fi
11048 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11049 if test -n "$AS_FOR_TARGET"; then
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11051 $as_echo "$AS_FOR_TARGET" >&6; }
11052 else
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11054 $as_echo "no" >&6; }
11055 fi
11056
11057
11058 fi
11059 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11060 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11061 set dummy ${ncn_progname}; ac_word=$2
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11063 $as_echo_n "checking for $ac_word... " >&6; }
11064 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11065 $as_echo_n "(cached) " >&6
11066 else
11067 if test -n "$AS_FOR_TARGET"; then
11068 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11069 else
11070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11071 for as_dir in $PATH
11072 do
11073 IFS=$as_save_IFS
11074 test -z "$as_dir" && as_dir=.
11075 for ac_exec_ext in '' $ac_executable_extensions; do
11076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11077 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11079 break 2
11080 fi
11081 done
11082 done
11083 IFS=$as_save_IFS
11084
11085 fi
11086 fi
11087 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11088 if test -n "$AS_FOR_TARGET"; then
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11090 $as_echo "$AS_FOR_TARGET" >&6; }
11091 else
11092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11093 $as_echo "no" >&6; }
11094 fi
11095
11096
11097 fi
11098 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11099 done
11100 fi
11101
11102 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11103 set dummy as
11104 if test $build = $target ; then
11105 AS_FOR_TARGET="$2"
11106 else
11107 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11108 fi
11109 else
11110 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11111 fi
11112
11113 else
11114 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11115 fi
11116
11117
11118
11119
11120 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11121 if test -n "$with_build_time_tools"; then
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11123 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11124 if test -x $with_build_time_tools/dlltool; then
11125 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11126 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11128 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11129 else
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11131 $as_echo "no" >&6; }
11132 fi
11133 elif test $build != $host && test $have_gcc_for_target = yes; then
11134 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11135 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11136 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11137 fi
11138 fi
11139 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11140 # Extract the first word of "dlltool", so it can be a program name with args.
11141 set dummy dlltool; ac_word=$2
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11143 $as_echo_n "checking for $ac_word... " >&6; }
11144 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11145 $as_echo_n "(cached) " >&6
11146 else
11147 case $DLLTOOL_FOR_TARGET in
11148 [\\/]* | ?:[\\/]*)
11149 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11150 ;;
11151 *)
11152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11153 for as_dir in $gcc_cv_tool_dirs
11154 do
11155 IFS=$as_save_IFS
11156 test -z "$as_dir" && as_dir=.
11157 for ac_exec_ext in '' $ac_executable_extensions; do
11158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11159 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11161 break 2
11162 fi
11163 done
11164 done
11165 IFS=$as_save_IFS
11166
11167 ;;
11168 esac
11169 fi
11170 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11171 if test -n "$DLLTOOL_FOR_TARGET"; then
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11173 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11174 else
11175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11176 $as_echo "no" >&6; }
11177 fi
11178
11179
11180 fi
11181 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11182
11183
11184 if test -n "$DLLTOOL_FOR_TARGET"; then
11185 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11186 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11187 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11188 fi
11189
11190 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11191 for ncn_progname in dlltool; do
11192 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11193 set dummy ${ncn_progname}; ac_word=$2
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11195 $as_echo_n "checking for $ac_word... " >&6; }
11196 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11197 $as_echo_n "(cached) " >&6
11198 else
11199 if test -n "$DLLTOOL_FOR_TARGET"; then
11200 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11201 else
11202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11203 for as_dir in $PATH
11204 do
11205 IFS=$as_save_IFS
11206 test -z "$as_dir" && as_dir=.
11207 for ac_exec_ext in '' $ac_executable_extensions; do
11208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11209 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11211 break 2
11212 fi
11213 done
11214 done
11215 IFS=$as_save_IFS
11216
11217 fi
11218 fi
11219 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11220 if test -n "$DLLTOOL_FOR_TARGET"; then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11222 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11223 else
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11225 $as_echo "no" >&6; }
11226 fi
11227
11228
11229 done
11230 fi
11231
11232 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11233 for ncn_progname in dlltool; do
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11235 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11236 if test -x $with_build_time_tools/${ncn_progname}; then
11237 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11239 $as_echo "yes" >&6; }
11240 break
11241 else
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11243 $as_echo "no" >&6; }
11244 fi
11245 done
11246 fi
11247
11248 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11249 for ncn_progname in dlltool; do
11250 if test -n "$ncn_target_tool_prefix"; then
11251 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11252 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11254 $as_echo_n "checking for $ac_word... " >&6; }
11255 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11256 $as_echo_n "(cached) " >&6
11257 else
11258 if test -n "$DLLTOOL_FOR_TARGET"; then
11259 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11260 else
11261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11262 for as_dir in $PATH
11263 do
11264 IFS=$as_save_IFS
11265 test -z "$as_dir" && as_dir=.
11266 for ac_exec_ext in '' $ac_executable_extensions; do
11267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11268 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11270 break 2
11271 fi
11272 done
11273 done
11274 IFS=$as_save_IFS
11275
11276 fi
11277 fi
11278 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11279 if test -n "$DLLTOOL_FOR_TARGET"; then
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11281 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11282 else
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11284 $as_echo "no" >&6; }
11285 fi
11286
11287
11288 fi
11289 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11291 set dummy ${ncn_progname}; ac_word=$2
11292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11293 $as_echo_n "checking for $ac_word... " >&6; }
11294 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11295 $as_echo_n "(cached) " >&6
11296 else
11297 if test -n "$DLLTOOL_FOR_TARGET"; then
11298 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11299 else
11300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11301 for as_dir in $PATH
11302 do
11303 IFS=$as_save_IFS
11304 test -z "$as_dir" && as_dir=.
11305 for ac_exec_ext in '' $ac_executable_extensions; do
11306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11307 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11309 break 2
11310 fi
11311 done
11312 done
11313 IFS=$as_save_IFS
11314
11315 fi
11316 fi
11317 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11318 if test -n "$DLLTOOL_FOR_TARGET"; then
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11320 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11321 else
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11323 $as_echo "no" >&6; }
11324 fi
11325
11326
11327 fi
11328 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11329 done
11330 fi
11331
11332 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11333 set dummy dlltool
11334 if test $build = $target ; then
11335 DLLTOOL_FOR_TARGET="$2"
11336 else
11337 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11338 fi
11339 else
11340 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11341 fi
11342
11343 else
11344 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11345 fi
11346
11347
11348
11349
11350 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11351 if test -n "$with_build_time_tools"; then
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11353 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11354 if test -x $with_build_time_tools/ld; then
11355 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11356 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11358 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11359 else
11360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11361 $as_echo "no" >&6; }
11362 fi
11363 elif test $build != $host && test $have_gcc_for_target = yes; then
11364 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11365 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11366 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11367 fi
11368 fi
11369 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11370 # Extract the first word of "ld", so it can be a program name with args.
11371 set dummy ld; ac_word=$2
11372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11373 $as_echo_n "checking for $ac_word... " >&6; }
11374 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11375 $as_echo_n "(cached) " >&6
11376 else
11377 case $LD_FOR_TARGET in
11378 [\\/]* | ?:[\\/]*)
11379 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11380 ;;
11381 *)
11382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11383 for as_dir in $gcc_cv_tool_dirs
11384 do
11385 IFS=$as_save_IFS
11386 test -z "$as_dir" && as_dir=.
11387 for ac_exec_ext in '' $ac_executable_extensions; do
11388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11389 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11391 break 2
11392 fi
11393 done
11394 done
11395 IFS=$as_save_IFS
11396
11397 ;;
11398 esac
11399 fi
11400 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11401 if test -n "$LD_FOR_TARGET"; then
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11403 $as_echo "$LD_FOR_TARGET" >&6; }
11404 else
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11406 $as_echo "no" >&6; }
11407 fi
11408
11409
11410 fi
11411 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11412
11413
11414 if test -n "$LD_FOR_TARGET"; then
11415 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11416 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11417 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11418 fi
11419
11420 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11421 for ncn_progname in ld; do
11422 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11423 set dummy ${ncn_progname}; ac_word=$2
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11425 $as_echo_n "checking for $ac_word... " >&6; }
11426 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11427 $as_echo_n "(cached) " >&6
11428 else
11429 if test -n "$LD_FOR_TARGET"; then
11430 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11431 else
11432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11433 for as_dir in $PATH
11434 do
11435 IFS=$as_save_IFS
11436 test -z "$as_dir" && as_dir=.
11437 for ac_exec_ext in '' $ac_executable_extensions; do
11438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11439 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11441 break 2
11442 fi
11443 done
11444 done
11445 IFS=$as_save_IFS
11446
11447 fi
11448 fi
11449 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11450 if test -n "$LD_FOR_TARGET"; then
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11452 $as_echo "$LD_FOR_TARGET" >&6; }
11453 else
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11455 $as_echo "no" >&6; }
11456 fi
11457
11458
11459 done
11460 fi
11461
11462 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11463 for ncn_progname in ld; do
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11465 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11466 if test -x $with_build_time_tools/${ncn_progname}; then
11467 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11469 $as_echo "yes" >&6; }
11470 break
11471 else
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11473 $as_echo "no" >&6; }
11474 fi
11475 done
11476 fi
11477
11478 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11479 for ncn_progname in ld; do
11480 if test -n "$ncn_target_tool_prefix"; then
11481 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11482 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11484 $as_echo_n "checking for $ac_word... " >&6; }
11485 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11486 $as_echo_n "(cached) " >&6
11487 else
11488 if test -n "$LD_FOR_TARGET"; then
11489 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11490 else
11491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11492 for as_dir in $PATH
11493 do
11494 IFS=$as_save_IFS
11495 test -z "$as_dir" && as_dir=.
11496 for ac_exec_ext in '' $ac_executable_extensions; do
11497 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11498 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11499 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11500 break 2
11501 fi
11502 done
11503 done
11504 IFS=$as_save_IFS
11505
11506 fi
11507 fi
11508 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11509 if test -n "$LD_FOR_TARGET"; then
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11511 $as_echo "$LD_FOR_TARGET" >&6; }
11512 else
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11514 $as_echo "no" >&6; }
11515 fi
11516
11517
11518 fi
11519 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11520 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11521 set dummy ${ncn_progname}; ac_word=$2
11522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11523 $as_echo_n "checking for $ac_word... " >&6; }
11524 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11525 $as_echo_n "(cached) " >&6
11526 else
11527 if test -n "$LD_FOR_TARGET"; then
11528 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11529 else
11530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11531 for as_dir in $PATH
11532 do
11533 IFS=$as_save_IFS
11534 test -z "$as_dir" && as_dir=.
11535 for ac_exec_ext in '' $ac_executable_extensions; do
11536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11537 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11539 break 2
11540 fi
11541 done
11542 done
11543 IFS=$as_save_IFS
11544
11545 fi
11546 fi
11547 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11548 if test -n "$LD_FOR_TARGET"; then
11549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11550 $as_echo "$LD_FOR_TARGET" >&6; }
11551 else
11552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11553 $as_echo "no" >&6; }
11554 fi
11555
11556
11557 fi
11558 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11559 done
11560 fi
11561
11562 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11563 set dummy ld
11564 if test $build = $target ; then
11565 LD_FOR_TARGET="$2"
11566 else
11567 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11568 fi
11569 else
11570 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11571 fi
11572
11573 else
11574 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11575 fi
11576
11577
11578
11579
11580 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11581 if test -n "$with_build_time_tools"; then
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11583 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11584 if test -x $with_build_time_tools/lipo; then
11585 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11586 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11588 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11589 else
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11591 $as_echo "no" >&6; }
11592 fi
11593 elif test $build != $host && test $have_gcc_for_target = yes; then
11594 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11595 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11596 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11597 fi
11598 fi
11599 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11600 # Extract the first word of "lipo", so it can be a program name with args.
11601 set dummy lipo; ac_word=$2
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11603 $as_echo_n "checking for $ac_word... " >&6; }
11604 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11605 $as_echo_n "(cached) " >&6
11606 else
11607 case $LIPO_FOR_TARGET in
11608 [\\/]* | ?:[\\/]*)
11609 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11610 ;;
11611 *)
11612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11613 for as_dir in $gcc_cv_tool_dirs
11614 do
11615 IFS=$as_save_IFS
11616 test -z "$as_dir" && as_dir=.
11617 for ac_exec_ext in '' $ac_executable_extensions; do
11618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11619 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11621 break 2
11622 fi
11623 done
11624 done
11625 IFS=$as_save_IFS
11626
11627 ;;
11628 esac
11629 fi
11630 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11631 if test -n "$LIPO_FOR_TARGET"; then
11632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11633 $as_echo "$LIPO_FOR_TARGET" >&6; }
11634 else
11635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11636 $as_echo "no" >&6; }
11637 fi
11638
11639
11640 fi
11641 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11642
11643
11644 if test -n "$LIPO_FOR_TARGET"; then
11645 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11646 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11647 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11648 fi
11649
11650 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11651 for ncn_progname in lipo; do
11652 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11653 set dummy ${ncn_progname}; ac_word=$2
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11655 $as_echo_n "checking for $ac_word... " >&6; }
11656 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11657 $as_echo_n "(cached) " >&6
11658 else
11659 if test -n "$LIPO_FOR_TARGET"; then
11660 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11661 else
11662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11663 for as_dir in $PATH
11664 do
11665 IFS=$as_save_IFS
11666 test -z "$as_dir" && as_dir=.
11667 for ac_exec_ext in '' $ac_executable_extensions; do
11668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11669 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11671 break 2
11672 fi
11673 done
11674 done
11675 IFS=$as_save_IFS
11676
11677 fi
11678 fi
11679 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11680 if test -n "$LIPO_FOR_TARGET"; then
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11682 $as_echo "$LIPO_FOR_TARGET" >&6; }
11683 else
11684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11685 $as_echo "no" >&6; }
11686 fi
11687
11688
11689 done
11690 fi
11691
11692 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11693 for ncn_progname in lipo; do
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11695 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11696 if test -x $with_build_time_tools/${ncn_progname}; then
11697 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11699 $as_echo "yes" >&6; }
11700 break
11701 else
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11703 $as_echo "no" >&6; }
11704 fi
11705 done
11706 fi
11707
11708 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11709 for ncn_progname in lipo; do
11710 if test -n "$ncn_target_tool_prefix"; then
11711 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11712 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11714 $as_echo_n "checking for $ac_word... " >&6; }
11715 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11716 $as_echo_n "(cached) " >&6
11717 else
11718 if test -n "$LIPO_FOR_TARGET"; then
11719 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11720 else
11721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11722 for as_dir in $PATH
11723 do
11724 IFS=$as_save_IFS
11725 test -z "$as_dir" && as_dir=.
11726 for ac_exec_ext in '' $ac_executable_extensions; do
11727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11728 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11730 break 2
11731 fi
11732 done
11733 done
11734 IFS=$as_save_IFS
11735
11736 fi
11737 fi
11738 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11739 if test -n "$LIPO_FOR_TARGET"; then
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11741 $as_echo "$LIPO_FOR_TARGET" >&6; }
11742 else
11743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11744 $as_echo "no" >&6; }
11745 fi
11746
11747
11748 fi
11749 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11750 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11751 set dummy ${ncn_progname}; ac_word=$2
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11753 $as_echo_n "checking for $ac_word... " >&6; }
11754 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11755 $as_echo_n "(cached) " >&6
11756 else
11757 if test -n "$LIPO_FOR_TARGET"; then
11758 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11759 else
11760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11761 for as_dir in $PATH
11762 do
11763 IFS=$as_save_IFS
11764 test -z "$as_dir" && as_dir=.
11765 for ac_exec_ext in '' $ac_executable_extensions; do
11766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11767 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11769 break 2
11770 fi
11771 done
11772 done
11773 IFS=$as_save_IFS
11774
11775 fi
11776 fi
11777 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11778 if test -n "$LIPO_FOR_TARGET"; then
11779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11780 $as_echo "$LIPO_FOR_TARGET" >&6; }
11781 else
11782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11783 $as_echo "no" >&6; }
11784 fi
11785
11786
11787 fi
11788 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11789 done
11790 fi
11791
11792 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11793 set dummy lipo
11794 if test $build = $target ; then
11795 LIPO_FOR_TARGET="$2"
11796 else
11797 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11798 fi
11799 else
11800 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11801 fi
11802
11803 else
11804 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11805 fi
11806
11807
11808
11809
11810 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11811 if test -n "$with_build_time_tools"; then
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11813 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11814 if test -x $with_build_time_tools/nm; then
11815 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11816 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11818 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11819 else
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11821 $as_echo "no" >&6; }
11822 fi
11823 elif test $build != $host && test $have_gcc_for_target = yes; then
11824 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11825 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11826 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11827 fi
11828 fi
11829 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11830 # Extract the first word of "nm", so it can be a program name with args.
11831 set dummy nm; ac_word=$2
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11833 $as_echo_n "checking for $ac_word... " >&6; }
11834 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11835 $as_echo_n "(cached) " >&6
11836 else
11837 case $NM_FOR_TARGET in
11838 [\\/]* | ?:[\\/]*)
11839 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11840 ;;
11841 *)
11842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11843 for as_dir in $gcc_cv_tool_dirs
11844 do
11845 IFS=$as_save_IFS
11846 test -z "$as_dir" && as_dir=.
11847 for ac_exec_ext in '' $ac_executable_extensions; do
11848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11849 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11851 break 2
11852 fi
11853 done
11854 done
11855 IFS=$as_save_IFS
11856
11857 ;;
11858 esac
11859 fi
11860 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11861 if test -n "$NM_FOR_TARGET"; then
11862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11863 $as_echo "$NM_FOR_TARGET" >&6; }
11864 else
11865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11866 $as_echo "no" >&6; }
11867 fi
11868
11869
11870 fi
11871 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11872
11873
11874 if test -n "$NM_FOR_TARGET"; then
11875 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11876 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11877 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11878 fi
11879
11880 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11881 for ncn_progname in nm; do
11882 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11883 set dummy ${ncn_progname}; ac_word=$2
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11885 $as_echo_n "checking for $ac_word... " >&6; }
11886 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11887 $as_echo_n "(cached) " >&6
11888 else
11889 if test -n "$NM_FOR_TARGET"; then
11890 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11891 else
11892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11893 for as_dir in $PATH
11894 do
11895 IFS=$as_save_IFS
11896 test -z "$as_dir" && as_dir=.
11897 for ac_exec_ext in '' $ac_executable_extensions; do
11898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11899 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11901 break 2
11902 fi
11903 done
11904 done
11905 IFS=$as_save_IFS
11906
11907 fi
11908 fi
11909 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11910 if test -n "$NM_FOR_TARGET"; then
11911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11912 $as_echo "$NM_FOR_TARGET" >&6; }
11913 else
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11915 $as_echo "no" >&6; }
11916 fi
11917
11918
11919 done
11920 fi
11921
11922 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11923 for ncn_progname in nm; do
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11925 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11926 if test -x $with_build_time_tools/${ncn_progname}; then
11927 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11929 $as_echo "yes" >&6; }
11930 break
11931 else
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11933 $as_echo "no" >&6; }
11934 fi
11935 done
11936 fi
11937
11938 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11939 for ncn_progname in nm; do
11940 if test -n "$ncn_target_tool_prefix"; then
11941 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11942 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11944 $as_echo_n "checking for $ac_word... " >&6; }
11945 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11946 $as_echo_n "(cached) " >&6
11947 else
11948 if test -n "$NM_FOR_TARGET"; then
11949 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11950 else
11951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11952 for as_dir in $PATH
11953 do
11954 IFS=$as_save_IFS
11955 test -z "$as_dir" && as_dir=.
11956 for ac_exec_ext in '' $ac_executable_extensions; do
11957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11958 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11960 break 2
11961 fi
11962 done
11963 done
11964 IFS=$as_save_IFS
11965
11966 fi
11967 fi
11968 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11969 if test -n "$NM_FOR_TARGET"; then
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11971 $as_echo "$NM_FOR_TARGET" >&6; }
11972 else
11973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11974 $as_echo "no" >&6; }
11975 fi
11976
11977
11978 fi
11979 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11980 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11981 set dummy ${ncn_progname}; ac_word=$2
11982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11983 $as_echo_n "checking for $ac_word... " >&6; }
11984 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11985 $as_echo_n "(cached) " >&6
11986 else
11987 if test -n "$NM_FOR_TARGET"; then
11988 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11989 else
11990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11991 for as_dir in $PATH
11992 do
11993 IFS=$as_save_IFS
11994 test -z "$as_dir" && as_dir=.
11995 for ac_exec_ext in '' $ac_executable_extensions; do
11996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11997 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11999 break 2
12000 fi
12001 done
12002 done
12003 IFS=$as_save_IFS
12004
12005 fi
12006 fi
12007 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12008 if test -n "$NM_FOR_TARGET"; then
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12010 $as_echo "$NM_FOR_TARGET" >&6; }
12011 else
12012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12013 $as_echo "no" >&6; }
12014 fi
12015
12016
12017 fi
12018 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12019 done
12020 fi
12021
12022 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12023 set dummy nm
12024 if test $build = $target ; then
12025 NM_FOR_TARGET="$2"
12026 else
12027 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12028 fi
12029 else
12030 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12031 fi
12032
12033 else
12034 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12035 fi
12036
12037
12038
12039
12040 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12041 if test -n "$with_build_time_tools"; then
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12043 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12044 if test -x $with_build_time_tools/objdump; then
12045 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12046 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12048 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12049 else
12050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12051 $as_echo "no" >&6; }
12052 fi
12053 elif test $build != $host && test $have_gcc_for_target = yes; then
12054 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12055 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12056 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12057 fi
12058 fi
12059 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12060 # Extract the first word of "objdump", so it can be a program name with args.
12061 set dummy objdump; ac_word=$2
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12063 $as_echo_n "checking for $ac_word... " >&6; }
12064 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12065 $as_echo_n "(cached) " >&6
12066 else
12067 case $OBJDUMP_FOR_TARGET in
12068 [\\/]* | ?:[\\/]*)
12069 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12070 ;;
12071 *)
12072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12073 for as_dir in $gcc_cv_tool_dirs
12074 do
12075 IFS=$as_save_IFS
12076 test -z "$as_dir" && as_dir=.
12077 for ac_exec_ext in '' $ac_executable_extensions; do
12078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12079 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12081 break 2
12082 fi
12083 done
12084 done
12085 IFS=$as_save_IFS
12086
12087 ;;
12088 esac
12089 fi
12090 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12091 if test -n "$OBJDUMP_FOR_TARGET"; then
12092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12093 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12094 else
12095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12096 $as_echo "no" >&6; }
12097 fi
12098
12099
12100 fi
12101 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12102
12103
12104 if test -n "$OBJDUMP_FOR_TARGET"; then
12105 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12106 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12107 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12108 fi
12109
12110 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12111 for ncn_progname in objdump; do
12112 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12113 set dummy ${ncn_progname}; ac_word=$2
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12115 $as_echo_n "checking for $ac_word... " >&6; }
12116 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12117 $as_echo_n "(cached) " >&6
12118 else
12119 if test -n "$OBJDUMP_FOR_TARGET"; then
12120 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12121 else
12122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12123 for as_dir in $PATH
12124 do
12125 IFS=$as_save_IFS
12126 test -z "$as_dir" && as_dir=.
12127 for ac_exec_ext in '' $ac_executable_extensions; do
12128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12129 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12131 break 2
12132 fi
12133 done
12134 done
12135 IFS=$as_save_IFS
12136
12137 fi
12138 fi
12139 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12140 if test -n "$OBJDUMP_FOR_TARGET"; then
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12142 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12143 else
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12145 $as_echo "no" >&6; }
12146 fi
12147
12148
12149 done
12150 fi
12151
12152 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12153 for ncn_progname in objdump; do
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12155 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12156 if test -x $with_build_time_tools/${ncn_progname}; then
12157 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12159 $as_echo "yes" >&6; }
12160 break
12161 else
12162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12163 $as_echo "no" >&6; }
12164 fi
12165 done
12166 fi
12167
12168 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12169 for ncn_progname in objdump; do
12170 if test -n "$ncn_target_tool_prefix"; then
12171 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12172 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12174 $as_echo_n "checking for $ac_word... " >&6; }
12175 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12176 $as_echo_n "(cached) " >&6
12177 else
12178 if test -n "$OBJDUMP_FOR_TARGET"; then
12179 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12180 else
12181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12182 for as_dir in $PATH
12183 do
12184 IFS=$as_save_IFS
12185 test -z "$as_dir" && as_dir=.
12186 for ac_exec_ext in '' $ac_executable_extensions; do
12187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12188 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12190 break 2
12191 fi
12192 done
12193 done
12194 IFS=$as_save_IFS
12195
12196 fi
12197 fi
12198 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12199 if test -n "$OBJDUMP_FOR_TARGET"; then
12200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12201 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12202 else
12203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12204 $as_echo "no" >&6; }
12205 fi
12206
12207
12208 fi
12209 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12210 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12211 set dummy ${ncn_progname}; ac_word=$2
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12213 $as_echo_n "checking for $ac_word... " >&6; }
12214 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12215 $as_echo_n "(cached) " >&6
12216 else
12217 if test -n "$OBJDUMP_FOR_TARGET"; then
12218 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12219 else
12220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12221 for as_dir in $PATH
12222 do
12223 IFS=$as_save_IFS
12224 test -z "$as_dir" && as_dir=.
12225 for ac_exec_ext in '' $ac_executable_extensions; do
12226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12227 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12229 break 2
12230 fi
12231 done
12232 done
12233 IFS=$as_save_IFS
12234
12235 fi
12236 fi
12237 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12238 if test -n "$OBJDUMP_FOR_TARGET"; then
12239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12240 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12241 else
12242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12243 $as_echo "no" >&6; }
12244 fi
12245
12246
12247 fi
12248 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12249 done
12250 fi
12251
12252 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12253 set dummy objdump
12254 if test $build = $target ; then
12255 OBJDUMP_FOR_TARGET="$2"
12256 else
12257 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12258 fi
12259 else
12260 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12261 fi
12262
12263 else
12264 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12265 fi
12266
12267
12268
12269
12270 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12271 if test -n "$with_build_time_tools"; then
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12273 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12274 if test -x $with_build_time_tools/ranlib; then
12275 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12276 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12278 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12279 else
12280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12281 $as_echo "no" >&6; }
12282 fi
12283 elif test $build != $host && test $have_gcc_for_target = yes; then
12284 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12285 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12286 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12287 fi
12288 fi
12289 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12290 # Extract the first word of "ranlib", so it can be a program name with args.
12291 set dummy ranlib; ac_word=$2
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12293 $as_echo_n "checking for $ac_word... " >&6; }
12294 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12295 $as_echo_n "(cached) " >&6
12296 else
12297 case $RANLIB_FOR_TARGET in
12298 [\\/]* | ?:[\\/]*)
12299 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12300 ;;
12301 *)
12302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12303 for as_dir in $gcc_cv_tool_dirs
12304 do
12305 IFS=$as_save_IFS
12306 test -z "$as_dir" && as_dir=.
12307 for ac_exec_ext in '' $ac_executable_extensions; do
12308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12309 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12311 break 2
12312 fi
12313 done
12314 done
12315 IFS=$as_save_IFS
12316
12317 ;;
12318 esac
12319 fi
12320 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12321 if test -n "$RANLIB_FOR_TARGET"; then
12322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12323 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12324 else
12325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12326 $as_echo "no" >&6; }
12327 fi
12328
12329
12330 fi
12331 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12332
12333
12334 if test -n "$RANLIB_FOR_TARGET"; then
12335 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12336 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12337 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12338 fi
12339
12340 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12341 for ncn_progname in ranlib; do
12342 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12343 set dummy ${ncn_progname}; ac_word=$2
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12345 $as_echo_n "checking for $ac_word... " >&6; }
12346 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12347 $as_echo_n "(cached) " >&6
12348 else
12349 if test -n "$RANLIB_FOR_TARGET"; then
12350 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12351 else
12352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12353 for as_dir in $PATH
12354 do
12355 IFS=$as_save_IFS
12356 test -z "$as_dir" && as_dir=.
12357 for ac_exec_ext in '' $ac_executable_extensions; do
12358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12359 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12361 break 2
12362 fi
12363 done
12364 done
12365 IFS=$as_save_IFS
12366
12367 fi
12368 fi
12369 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12370 if test -n "$RANLIB_FOR_TARGET"; then
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12372 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12373 else
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12375 $as_echo "no" >&6; }
12376 fi
12377
12378
12379 done
12380 fi
12381
12382 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12383 for ncn_progname in ranlib; do
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12385 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12386 if test -x $with_build_time_tools/${ncn_progname}; then
12387 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12389 $as_echo "yes" >&6; }
12390 break
12391 else
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12393 $as_echo "no" >&6; }
12394 fi
12395 done
12396 fi
12397
12398 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12399 for ncn_progname in ranlib; do
12400 if test -n "$ncn_target_tool_prefix"; then
12401 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12402 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12404 $as_echo_n "checking for $ac_word... " >&6; }
12405 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12406 $as_echo_n "(cached) " >&6
12407 else
12408 if test -n "$RANLIB_FOR_TARGET"; then
12409 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12410 else
12411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12412 for as_dir in $PATH
12413 do
12414 IFS=$as_save_IFS
12415 test -z "$as_dir" && as_dir=.
12416 for ac_exec_ext in '' $ac_executable_extensions; do
12417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12418 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12420 break 2
12421 fi
12422 done
12423 done
12424 IFS=$as_save_IFS
12425
12426 fi
12427 fi
12428 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12429 if test -n "$RANLIB_FOR_TARGET"; then
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12431 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12432 else
12433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12434 $as_echo "no" >&6; }
12435 fi
12436
12437
12438 fi
12439 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12440 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12441 set dummy ${ncn_progname}; ac_word=$2
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12443 $as_echo_n "checking for $ac_word... " >&6; }
12444 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12445 $as_echo_n "(cached) " >&6
12446 else
12447 if test -n "$RANLIB_FOR_TARGET"; then
12448 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12449 else
12450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12451 for as_dir in $PATH
12452 do
12453 IFS=$as_save_IFS
12454 test -z "$as_dir" && as_dir=.
12455 for ac_exec_ext in '' $ac_executable_extensions; do
12456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12457 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12459 break 2
12460 fi
12461 done
12462 done
12463 IFS=$as_save_IFS
12464
12465 fi
12466 fi
12467 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12468 if test -n "$RANLIB_FOR_TARGET"; then
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12470 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12471 else
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12473 $as_echo "no" >&6; }
12474 fi
12475
12476
12477 fi
12478 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12479 done
12480 fi
12481
12482 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12483 set dummy ranlib
12484 if test $build = $target ; then
12485 RANLIB_FOR_TARGET="$2"
12486 else
12487 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12488 fi
12489 else
12490 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12491 fi
12492
12493 else
12494 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12495 fi
12496
12497
12498
12499
12500 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12501 if test -n "$with_build_time_tools"; then
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12503 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12504 if test -x $with_build_time_tools/strip; then
12505 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12506 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12508 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12509 else
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12511 $as_echo "no" >&6; }
12512 fi
12513 elif test $build != $host && test $have_gcc_for_target = yes; then
12514 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12515 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12516 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12517 fi
12518 fi
12519 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12520 # Extract the first word of "strip", so it can be a program name with args.
12521 set dummy strip; ac_word=$2
12522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12523 $as_echo_n "checking for $ac_word... " >&6; }
12524 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12525 $as_echo_n "(cached) " >&6
12526 else
12527 case $STRIP_FOR_TARGET in
12528 [\\/]* | ?:[\\/]*)
12529 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12530 ;;
12531 *)
12532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12533 for as_dir in $gcc_cv_tool_dirs
12534 do
12535 IFS=$as_save_IFS
12536 test -z "$as_dir" && as_dir=.
12537 for ac_exec_ext in '' $ac_executable_extensions; do
12538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12539 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12541 break 2
12542 fi
12543 done
12544 done
12545 IFS=$as_save_IFS
12546
12547 ;;
12548 esac
12549 fi
12550 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12551 if test -n "$STRIP_FOR_TARGET"; then
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12553 $as_echo "$STRIP_FOR_TARGET" >&6; }
12554 else
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12556 $as_echo "no" >&6; }
12557 fi
12558
12559
12560 fi
12561 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12562
12563
12564 if test -n "$STRIP_FOR_TARGET"; then
12565 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12566 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12567 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12568 fi
12569
12570 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12571 for ncn_progname in strip; do
12572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12573 set dummy ${ncn_progname}; ac_word=$2
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12575 $as_echo_n "checking for $ac_word... " >&6; }
12576 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12577 $as_echo_n "(cached) " >&6
12578 else
12579 if test -n "$STRIP_FOR_TARGET"; then
12580 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12581 else
12582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12583 for as_dir in $PATH
12584 do
12585 IFS=$as_save_IFS
12586 test -z "$as_dir" && as_dir=.
12587 for ac_exec_ext in '' $ac_executable_extensions; do
12588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12589 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12591 break 2
12592 fi
12593 done
12594 done
12595 IFS=$as_save_IFS
12596
12597 fi
12598 fi
12599 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12600 if test -n "$STRIP_FOR_TARGET"; then
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12602 $as_echo "$STRIP_FOR_TARGET" >&6; }
12603 else
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12605 $as_echo "no" >&6; }
12606 fi
12607
12608
12609 done
12610 fi
12611
12612 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12613 for ncn_progname in strip; do
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12615 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12616 if test -x $with_build_time_tools/${ncn_progname}; then
12617 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12619 $as_echo "yes" >&6; }
12620 break
12621 else
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12623 $as_echo "no" >&6; }
12624 fi
12625 done
12626 fi
12627
12628 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12629 for ncn_progname in strip; do
12630 if test -n "$ncn_target_tool_prefix"; then
12631 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12632 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12634 $as_echo_n "checking for $ac_word... " >&6; }
12635 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12636 $as_echo_n "(cached) " >&6
12637 else
12638 if test -n "$STRIP_FOR_TARGET"; then
12639 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12640 else
12641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12642 for as_dir in $PATH
12643 do
12644 IFS=$as_save_IFS
12645 test -z "$as_dir" && as_dir=.
12646 for ac_exec_ext in '' $ac_executable_extensions; do
12647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12648 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12650 break 2
12651 fi
12652 done
12653 done
12654 IFS=$as_save_IFS
12655
12656 fi
12657 fi
12658 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12659 if test -n "$STRIP_FOR_TARGET"; then
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12661 $as_echo "$STRIP_FOR_TARGET" >&6; }
12662 else
12663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12664 $as_echo "no" >&6; }
12665 fi
12666
12667
12668 fi
12669 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12670 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12671 set dummy ${ncn_progname}; ac_word=$2
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12673 $as_echo_n "checking for $ac_word... " >&6; }
12674 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12675 $as_echo_n "(cached) " >&6
12676 else
12677 if test -n "$STRIP_FOR_TARGET"; then
12678 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12679 else
12680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12681 for as_dir in $PATH
12682 do
12683 IFS=$as_save_IFS
12684 test -z "$as_dir" && as_dir=.
12685 for ac_exec_ext in '' $ac_executable_extensions; do
12686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12687 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12689 break 2
12690 fi
12691 done
12692 done
12693 IFS=$as_save_IFS
12694
12695 fi
12696 fi
12697 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12698 if test -n "$STRIP_FOR_TARGET"; then
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12700 $as_echo "$STRIP_FOR_TARGET" >&6; }
12701 else
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12703 $as_echo "no" >&6; }
12704 fi
12705
12706
12707 fi
12708 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12709 done
12710 fi
12711
12712 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12713 set dummy strip
12714 if test $build = $target ; then
12715 STRIP_FOR_TARGET="$2"
12716 else
12717 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12718 fi
12719 else
12720 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12721 fi
12722
12723 else
12724 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12725 fi
12726
12727
12728
12729
12730 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12731 if test -n "$with_build_time_tools"; then
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12733 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12734 if test -x $with_build_time_tools/windres; then
12735 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12736 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12738 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12739 else
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12741 $as_echo "no" >&6; }
12742 fi
12743 elif test $build != $host && test $have_gcc_for_target = yes; then
12744 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12745 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12746 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12747 fi
12748 fi
12749 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12750 # Extract the first word of "windres", so it can be a program name with args.
12751 set dummy windres; ac_word=$2
12752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12753 $as_echo_n "checking for $ac_word... " >&6; }
12754 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12755 $as_echo_n "(cached) " >&6
12756 else
12757 case $WINDRES_FOR_TARGET in
12758 [\\/]* | ?:[\\/]*)
12759 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12760 ;;
12761 *)
12762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12763 for as_dir in $gcc_cv_tool_dirs
12764 do
12765 IFS=$as_save_IFS
12766 test -z "$as_dir" && as_dir=.
12767 for ac_exec_ext in '' $ac_executable_extensions; do
12768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12769 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12771 break 2
12772 fi
12773 done
12774 done
12775 IFS=$as_save_IFS
12776
12777 ;;
12778 esac
12779 fi
12780 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12781 if test -n "$WINDRES_FOR_TARGET"; then
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12783 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12784 else
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12786 $as_echo "no" >&6; }
12787 fi
12788
12789
12790 fi
12791 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12792
12793
12794 if test -n "$WINDRES_FOR_TARGET"; then
12795 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12796 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12797 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12798 fi
12799
12800 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12801 for ncn_progname in windres; do
12802 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12803 set dummy ${ncn_progname}; ac_word=$2
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12805 $as_echo_n "checking for $ac_word... " >&6; }
12806 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12807 $as_echo_n "(cached) " >&6
12808 else
12809 if test -n "$WINDRES_FOR_TARGET"; then
12810 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12811 else
12812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12813 for as_dir in $PATH
12814 do
12815 IFS=$as_save_IFS
12816 test -z "$as_dir" && as_dir=.
12817 for ac_exec_ext in '' $ac_executable_extensions; do
12818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12819 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12821 break 2
12822 fi
12823 done
12824 done
12825 IFS=$as_save_IFS
12826
12827 fi
12828 fi
12829 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12830 if test -n "$WINDRES_FOR_TARGET"; then
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12832 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12833 else
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12835 $as_echo "no" >&6; }
12836 fi
12837
12838
12839 done
12840 fi
12841
12842 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12843 for ncn_progname in windres; do
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12845 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12846 if test -x $with_build_time_tools/${ncn_progname}; then
12847 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12849 $as_echo "yes" >&6; }
12850 break
12851 else
12852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12853 $as_echo "no" >&6; }
12854 fi
12855 done
12856 fi
12857
12858 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12859 for ncn_progname in windres; do
12860 if test -n "$ncn_target_tool_prefix"; then
12861 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12862 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12864 $as_echo_n "checking for $ac_word... " >&6; }
12865 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12866 $as_echo_n "(cached) " >&6
12867 else
12868 if test -n "$WINDRES_FOR_TARGET"; then
12869 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12870 else
12871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12872 for as_dir in $PATH
12873 do
12874 IFS=$as_save_IFS
12875 test -z "$as_dir" && as_dir=.
12876 for ac_exec_ext in '' $ac_executable_extensions; do
12877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12878 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12880 break 2
12881 fi
12882 done
12883 done
12884 IFS=$as_save_IFS
12885
12886 fi
12887 fi
12888 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12889 if test -n "$WINDRES_FOR_TARGET"; then
12890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12891 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12892 else
12893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12894 $as_echo "no" >&6; }
12895 fi
12896
12897
12898 fi
12899 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12900 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12901 set dummy ${ncn_progname}; ac_word=$2
12902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12903 $as_echo_n "checking for $ac_word... " >&6; }
12904 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12905 $as_echo_n "(cached) " >&6
12906 else
12907 if test -n "$WINDRES_FOR_TARGET"; then
12908 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12909 else
12910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12911 for as_dir in $PATH
12912 do
12913 IFS=$as_save_IFS
12914 test -z "$as_dir" && as_dir=.
12915 for ac_exec_ext in '' $ac_executable_extensions; do
12916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12917 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12919 break 2
12920 fi
12921 done
12922 done
12923 IFS=$as_save_IFS
12924
12925 fi
12926 fi
12927 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12928 if test -n "$WINDRES_FOR_TARGET"; then
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12930 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12931 else
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12933 $as_echo "no" >&6; }
12934 fi
12935
12936
12937 fi
12938 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12939 done
12940 fi
12941
12942 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12943 set dummy windres
12944 if test $build = $target ; then
12945 WINDRES_FOR_TARGET="$2"
12946 else
12947 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
12948 fi
12949 else
12950 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
12951 fi
12952
12953 else
12954 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12955 fi
12956
12957
12958
12959
12960 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12961 if test -n "$with_build_time_tools"; then
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12963 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
12964 if test -x $with_build_time_tools/windmc; then
12965 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12966 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12968 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
12969 else
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12971 $as_echo "no" >&6; }
12972 fi
12973 elif test $build != $host && test $have_gcc_for_target = yes; then
12974 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12975 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12976 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12977 fi
12978 fi
12979 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12980 # Extract the first word of "windmc", so it can be a program name with args.
12981 set dummy windmc; ac_word=$2
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12983 $as_echo_n "checking for $ac_word... " >&6; }
12984 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12985 $as_echo_n "(cached) " >&6
12986 else
12987 case $WINDMC_FOR_TARGET in
12988 [\\/]* | ?:[\\/]*)
12989 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12990 ;;
12991 *)
12992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12993 for as_dir in $gcc_cv_tool_dirs
12994 do
12995 IFS=$as_save_IFS
12996 test -z "$as_dir" && as_dir=.
12997 for ac_exec_ext in '' $ac_executable_extensions; do
12998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12999 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13001 break 2
13002 fi
13003 done
13004 done
13005 IFS=$as_save_IFS
13006
13007 ;;
13008 esac
13009 fi
13010 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13011 if test -n "$WINDMC_FOR_TARGET"; then
13012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13013 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13014 else
13015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13016 $as_echo "no" >&6; }
13017 fi
13018
13019
13020 fi
13021 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13022
13023
13024 if test -n "$WINDMC_FOR_TARGET"; then
13025 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13026 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13027 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13028 fi
13029
13030 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13031 for ncn_progname in windmc; do
13032 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13033 set dummy ${ncn_progname}; ac_word=$2
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13035 $as_echo_n "checking for $ac_word... " >&6; }
13036 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13037 $as_echo_n "(cached) " >&6
13038 else
13039 if test -n "$WINDMC_FOR_TARGET"; then
13040 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13041 else
13042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13043 for as_dir in $PATH
13044 do
13045 IFS=$as_save_IFS
13046 test -z "$as_dir" && as_dir=.
13047 for ac_exec_ext in '' $ac_executable_extensions; do
13048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13049 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13051 break 2
13052 fi
13053 done
13054 done
13055 IFS=$as_save_IFS
13056
13057 fi
13058 fi
13059 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13060 if test -n "$WINDMC_FOR_TARGET"; then
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13062 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13063 else
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13065 $as_echo "no" >&6; }
13066 fi
13067
13068
13069 done
13070 fi
13071
13072 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13073 for ncn_progname in windmc; do
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13075 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13076 if test -x $with_build_time_tools/${ncn_progname}; then
13077 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13079 $as_echo "yes" >&6; }
13080 break
13081 else
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13083 $as_echo "no" >&6; }
13084 fi
13085 done
13086 fi
13087
13088 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13089 for ncn_progname in windmc; do
13090 if test -n "$ncn_target_tool_prefix"; then
13091 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13092 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13094 $as_echo_n "checking for $ac_word... " >&6; }
13095 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13096 $as_echo_n "(cached) " >&6
13097 else
13098 if test -n "$WINDMC_FOR_TARGET"; then
13099 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13100 else
13101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13102 for as_dir in $PATH
13103 do
13104 IFS=$as_save_IFS
13105 test -z "$as_dir" && as_dir=.
13106 for ac_exec_ext in '' $ac_executable_extensions; do
13107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13108 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13110 break 2
13111 fi
13112 done
13113 done
13114 IFS=$as_save_IFS
13115
13116 fi
13117 fi
13118 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13119 if test -n "$WINDMC_FOR_TARGET"; then
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13121 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13122 else
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13124 $as_echo "no" >&6; }
13125 fi
13126
13127
13128 fi
13129 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13130 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13131 set dummy ${ncn_progname}; ac_word=$2
13132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13133 $as_echo_n "checking for $ac_word... " >&6; }
13134 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13135 $as_echo_n "(cached) " >&6
13136 else
13137 if test -n "$WINDMC_FOR_TARGET"; then
13138 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13139 else
13140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13141 for as_dir in $PATH
13142 do
13143 IFS=$as_save_IFS
13144 test -z "$as_dir" && as_dir=.
13145 for ac_exec_ext in '' $ac_executable_extensions; do
13146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13147 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13149 break 2
13150 fi
13151 done
13152 done
13153 IFS=$as_save_IFS
13154
13155 fi
13156 fi
13157 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13158 if test -n "$WINDMC_FOR_TARGET"; then
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13160 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13161 else
13162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13163 $as_echo "no" >&6; }
13164 fi
13165
13166
13167 fi
13168 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13169 done
13170 fi
13171
13172 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13173 set dummy windmc
13174 if test $build = $target ; then
13175 WINDMC_FOR_TARGET="$2"
13176 else
13177 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13178 fi
13179 else
13180 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13181 fi
13182
13183 else
13184 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13185 fi
13186
13187
13188 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13189
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13191 $as_echo_n "checking where to find the target ar... " >&6; }
13192 if test "x${build}" != "x${host}" ; then
13193 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13194 # We already found the complete path
13195 ac_dir=`dirname $AR_FOR_TARGET`
13196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13197 $as_echo "pre-installed in $ac_dir" >&6; }
13198 else
13199 # Canadian cross, just use what we found
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13201 $as_echo "pre-installed" >&6; }
13202 fi
13203 else
13204 ok=yes
13205 case " ${configdirs} " in
13206 *" binutils "*) ;;
13207 *) ok=no ;;
13208 esac
13209
13210 if test $ok = yes; then
13211 # An in-tree tool is available and we can use it
13212 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13214 $as_echo "just compiled" >&6; }
13215 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13216 # We already found the complete path
13217 ac_dir=`dirname $AR_FOR_TARGET`
13218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13219 $as_echo "pre-installed in $ac_dir" >&6; }
13220 elif test "x$target" = "x$host"; then
13221 # We can use an host tool
13222 AR_FOR_TARGET='$(AR)'
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13224 $as_echo "host tool" >&6; }
13225 else
13226 # We need a cross tool
13227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13228 $as_echo "pre-installed" >&6; }
13229 fi
13230 fi
13231
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13233 $as_echo_n "checking where to find the target as... " >&6; }
13234 if test "x${build}" != "x${host}" ; then
13235 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13236 # We already found the complete path
13237 ac_dir=`dirname $AS_FOR_TARGET`
13238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13239 $as_echo "pre-installed in $ac_dir" >&6; }
13240 else
13241 # Canadian cross, just use what we found
13242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13243 $as_echo "pre-installed" >&6; }
13244 fi
13245 else
13246 ok=yes
13247 case " ${configdirs} " in
13248 *" gas "*) ;;
13249 *) ok=no ;;
13250 esac
13251
13252 if test $ok = yes; then
13253 # An in-tree tool is available and we can use it
13254 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13256 $as_echo "just compiled" >&6; }
13257 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13258 # We already found the complete path
13259 ac_dir=`dirname $AS_FOR_TARGET`
13260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13261 $as_echo "pre-installed in $ac_dir" >&6; }
13262 elif test "x$target" = "x$host"; then
13263 # We can use an host tool
13264 AS_FOR_TARGET='$(AS)'
13265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13266 $as_echo "host tool" >&6; }
13267 else
13268 # We need a cross tool
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13270 $as_echo "pre-installed" >&6; }
13271 fi
13272 fi
13273
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13275 $as_echo_n "checking where to find the target cc... " >&6; }
13276 if test "x${build}" != "x${host}" ; then
13277 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13278 # We already found the complete path
13279 ac_dir=`dirname $CC_FOR_TARGET`
13280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13281 $as_echo "pre-installed in $ac_dir" >&6; }
13282 else
13283 # Canadian cross, just use what we found
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13285 $as_echo "pre-installed" >&6; }
13286 fi
13287 else
13288 ok=yes
13289 case " ${configdirs} " in
13290 *" gcc "*) ;;
13291 *) ok=no ;;
13292 esac
13293
13294 if test $ok = yes; then
13295 # An in-tree tool is available and we can use it
13296 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13298 $as_echo "just compiled" >&6; }
13299 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13300 # We already found the complete path
13301 ac_dir=`dirname $CC_FOR_TARGET`
13302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13303 $as_echo "pre-installed in $ac_dir" >&6; }
13304 elif test "x$target" = "x$host"; then
13305 # We can use an host tool
13306 CC_FOR_TARGET='$(CC)'
13307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13308 $as_echo "host tool" >&6; }
13309 else
13310 # We need a cross tool
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13312 $as_echo "pre-installed" >&6; }
13313 fi
13314 fi
13315
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13317 $as_echo_n "checking where to find the target c++... " >&6; }
13318 if test "x${build}" != "x${host}" ; then
13319 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13320 # We already found the complete path
13321 ac_dir=`dirname $CXX_FOR_TARGET`
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13323 $as_echo "pre-installed in $ac_dir" >&6; }
13324 else
13325 # Canadian cross, just use what we found
13326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13327 $as_echo "pre-installed" >&6; }
13328 fi
13329 else
13330 ok=yes
13331 case " ${configdirs} " in
13332 *" gcc "*) ;;
13333 *) ok=no ;;
13334 esac
13335 case ,${enable_languages}, in
13336 *,c++,*) ;;
13337 *) ok=no ;;
13338 esac
13339 if test $ok = yes; then
13340 # An in-tree tool is available and we can use it
13341 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'
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13343 $as_echo "just compiled" >&6; }
13344 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13345 # We already found the complete path
13346 ac_dir=`dirname $CXX_FOR_TARGET`
13347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13348 $as_echo "pre-installed in $ac_dir" >&6; }
13349 elif test "x$target" = "x$host"; then
13350 # We can use an host tool
13351 CXX_FOR_TARGET='$(CXX)'
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13353 $as_echo "host tool" >&6; }
13354 else
13355 # We need a cross tool
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13357 $as_echo "pre-installed" >&6; }
13358 fi
13359 fi
13360
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13362 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13363 if test "x${build}" != "x${host}" ; then
13364 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13365 # We already found the complete path
13366 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13368 $as_echo "pre-installed in $ac_dir" >&6; }
13369 else
13370 # Canadian cross, just use what we found
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13372 $as_echo "pre-installed" >&6; }
13373 fi
13374 else
13375 ok=yes
13376 case " ${configdirs} " in
13377 *" gcc "*) ;;
13378 *) ok=no ;;
13379 esac
13380 case ,${enable_languages}, in
13381 *,c++,*) ;;
13382 *) ok=no ;;
13383 esac
13384 if test $ok = yes; then
13385 # An in-tree tool is available and we can use it
13386 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'
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13388 $as_echo "just compiled" >&6; }
13389 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13390 # We already found the complete path
13391 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13393 $as_echo "pre-installed in $ac_dir" >&6; }
13394 elif test "x$target" = "x$host"; then
13395 # We can use an host tool
13396 RAW_CXX_FOR_TARGET='$(CXX)'
13397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13398 $as_echo "host tool" >&6; }
13399 else
13400 # We need a cross tool
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13402 $as_echo "pre-installed" >&6; }
13403 fi
13404 fi
13405
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13407 $as_echo_n "checking where to find the target dlltool... " >&6; }
13408 if test "x${build}" != "x${host}" ; then
13409 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13410 # We already found the complete path
13411 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13413 $as_echo "pre-installed in $ac_dir" >&6; }
13414 else
13415 # Canadian cross, just use what we found
13416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13417 $as_echo "pre-installed" >&6; }
13418 fi
13419 else
13420 ok=yes
13421 case " ${configdirs} " in
13422 *" binutils "*) ;;
13423 *) ok=no ;;
13424 esac
13425
13426 if test $ok = yes; then
13427 # An in-tree tool is available and we can use it
13428 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13430 $as_echo "just compiled" >&6; }
13431 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13432 # We already found the complete path
13433 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13435 $as_echo "pre-installed in $ac_dir" >&6; }
13436 elif test "x$target" = "x$host"; then
13437 # We can use an host tool
13438 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13440 $as_echo "host tool" >&6; }
13441 else
13442 # We need a cross tool
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13444 $as_echo "pre-installed" >&6; }
13445 fi
13446 fi
13447
13448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13449 $as_echo_n "checking where to find the target gcc... " >&6; }
13450 if test "x${build}" != "x${host}" ; then
13451 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13452 # We already found the complete path
13453 ac_dir=`dirname $GCC_FOR_TARGET`
13454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13455 $as_echo "pre-installed in $ac_dir" >&6; }
13456 else
13457 # Canadian cross, just use what we found
13458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13459 $as_echo "pre-installed" >&6; }
13460 fi
13461 else
13462 ok=yes
13463 case " ${configdirs} " in
13464 *" gcc "*) ;;
13465 *) ok=no ;;
13466 esac
13467
13468 if test $ok = yes; then
13469 # An in-tree tool is available and we can use it
13470 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13472 $as_echo "just compiled" >&6; }
13473 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13474 # We already found the complete path
13475 ac_dir=`dirname $GCC_FOR_TARGET`
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13477 $as_echo "pre-installed in $ac_dir" >&6; }
13478 elif test "x$target" = "x$host"; then
13479 # We can use an host tool
13480 GCC_FOR_TARGET='$()'
13481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13482 $as_echo "host tool" >&6; }
13483 else
13484 # We need a cross tool
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13486 $as_echo "pre-installed" >&6; }
13487 fi
13488 fi
13489
13490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13491 $as_echo_n "checking where to find the target gcj... " >&6; }
13492 if test "x${build}" != "x${host}" ; then
13493 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13494 # We already found the complete path
13495 ac_dir=`dirname $GCJ_FOR_TARGET`
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13497 $as_echo "pre-installed in $ac_dir" >&6; }
13498 else
13499 # Canadian cross, just use what we found
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13501 $as_echo "pre-installed" >&6; }
13502 fi
13503 else
13504 ok=yes
13505 case " ${configdirs} " in
13506 *" gcc "*) ;;
13507 *) ok=no ;;
13508 esac
13509 case ,${enable_languages}, in
13510 *,java,*) ;;
13511 *) ok=no ;;
13512 esac
13513 if test $ok = yes; then
13514 # An in-tree tool is available and we can use it
13515 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13517 $as_echo "just compiled" >&6; }
13518 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13519 # We already found the complete path
13520 ac_dir=`dirname $GCJ_FOR_TARGET`
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13522 $as_echo "pre-installed in $ac_dir" >&6; }
13523 elif test "x$target" = "x$host"; then
13524 # We can use an host tool
13525 GCJ_FOR_TARGET='$(GCJ)'
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13527 $as_echo "host tool" >&6; }
13528 else
13529 # We need a cross tool
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13531 $as_echo "pre-installed" >&6; }
13532 fi
13533 fi
13534
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13536 $as_echo_n "checking where to find the target gfortran... " >&6; }
13537 if test "x${build}" != "x${host}" ; then
13538 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13539 # We already found the complete path
13540 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13542 $as_echo "pre-installed in $ac_dir" >&6; }
13543 else
13544 # Canadian cross, just use what we found
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13546 $as_echo "pre-installed" >&6; }
13547 fi
13548 else
13549 ok=yes
13550 case " ${configdirs} " in
13551 *" gcc "*) ;;
13552 *) ok=no ;;
13553 esac
13554 case ,${enable_languages}, in
13555 *,fortran,*) ;;
13556 *) ok=no ;;
13557 esac
13558 if test $ok = yes; then
13559 # An in-tree tool is available and we can use it
13560 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13562 $as_echo "just compiled" >&6; }
13563 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13564 # We already found the complete path
13565 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13567 $as_echo "pre-installed in $ac_dir" >&6; }
13568 elif test "x$target" = "x$host"; then
13569 # We can use an host tool
13570 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13572 $as_echo "host tool" >&6; }
13573 else
13574 # We need a cross tool
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13576 $as_echo "pre-installed" >&6; }
13577 fi
13578 fi
13579
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13581 $as_echo_n "checking where to find the target gccgo... " >&6; }
13582 if test "x${build}" != "x${host}" ; then
13583 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13584 # We already found the complete path
13585 ac_dir=`dirname $GOC_FOR_TARGET`
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13587 $as_echo "pre-installed in $ac_dir" >&6; }
13588 else
13589 # Canadian cross, just use what we found
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13591 $as_echo "pre-installed" >&6; }
13592 fi
13593 else
13594 ok=yes
13595 case " ${configdirs} " in
13596 *" gcc "*) ;;
13597 *) ok=no ;;
13598 esac
13599 case ,${enable_languages}, in
13600 *,go,*) ;;
13601 *) ok=no ;;
13602 esac
13603 if test $ok = yes; then
13604 # An in-tree tool is available and we can use it
13605 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13607 $as_echo "just compiled" >&6; }
13608 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13609 # We already found the complete path
13610 ac_dir=`dirname $GOC_FOR_TARGET`
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13612 $as_echo "pre-installed in $ac_dir" >&6; }
13613 elif test "x$target" = "x$host"; then
13614 # We can use an host tool
13615 GOC_FOR_TARGET='$(GOC)'
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13617 $as_echo "host tool" >&6; }
13618 else
13619 # We need a cross tool
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13621 $as_echo "pre-installed" >&6; }
13622 fi
13623 fi
13624
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13626 $as_echo_n "checking where to find the target ld... " >&6; }
13627 if test "x${build}" != "x${host}" ; then
13628 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13629 # We already found the complete path
13630 ac_dir=`dirname $LD_FOR_TARGET`
13631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13632 $as_echo "pre-installed in $ac_dir" >&6; }
13633 else
13634 # Canadian cross, just use what we found
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13636 $as_echo "pre-installed" >&6; }
13637 fi
13638 else
13639 ok=yes
13640 case " ${configdirs} " in
13641 *" ld "*) ;;
13642 *) ok=no ;;
13643 esac
13644
13645 if test $ok = yes; then
13646 # An in-tree tool is available and we can use it
13647 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13649 $as_echo "just compiled" >&6; }
13650 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13651 # We already found the complete path
13652 ac_dir=`dirname $LD_FOR_TARGET`
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13654 $as_echo "pre-installed in $ac_dir" >&6; }
13655 elif test "x$target" = "x$host"; then
13656 # We can use an host tool
13657 LD_FOR_TARGET='$(LD)'
13658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13659 $as_echo "host tool" >&6; }
13660 else
13661 # We need a cross tool
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13663 $as_echo "pre-installed" >&6; }
13664 fi
13665 fi
13666
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13668 $as_echo_n "checking where to find the target lipo... " >&6; }
13669 if test "x${build}" != "x${host}" ; then
13670 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13671 # We already found the complete path
13672 ac_dir=`dirname $LIPO_FOR_TARGET`
13673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13674 $as_echo "pre-installed in $ac_dir" >&6; }
13675 else
13676 # Canadian cross, just use what we found
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13678 $as_echo "pre-installed" >&6; }
13679 fi
13680 else
13681 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13682 # We already found the complete path
13683 ac_dir=`dirname $LIPO_FOR_TARGET`
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13685 $as_echo "pre-installed in $ac_dir" >&6; }
13686 elif test "x$target" = "x$host"; then
13687 # We can use an host tool
13688 LIPO_FOR_TARGET='$(LIPO)'
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13690 $as_echo "host tool" >&6; }
13691 else
13692 # We need a cross tool
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13694 $as_echo "pre-installed" >&6; }
13695 fi
13696 fi
13697
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13699 $as_echo_n "checking where to find the target nm... " >&6; }
13700 if test "x${build}" != "x${host}" ; then
13701 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13702 # We already found the complete path
13703 ac_dir=`dirname $NM_FOR_TARGET`
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13705 $as_echo "pre-installed in $ac_dir" >&6; }
13706 else
13707 # Canadian cross, just use what we found
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13709 $as_echo "pre-installed" >&6; }
13710 fi
13711 else
13712 ok=yes
13713 case " ${configdirs} " in
13714 *" binutils "*) ;;
13715 *) ok=no ;;
13716 esac
13717
13718 if test $ok = yes; then
13719 # An in-tree tool is available and we can use it
13720 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13722 $as_echo "just compiled" >&6; }
13723 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13724 # We already found the complete path
13725 ac_dir=`dirname $NM_FOR_TARGET`
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13727 $as_echo "pre-installed in $ac_dir" >&6; }
13728 elif test "x$target" = "x$host"; then
13729 # We can use an host tool
13730 NM_FOR_TARGET='$(NM)'
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13732 $as_echo "host tool" >&6; }
13733 else
13734 # We need a cross tool
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13736 $as_echo "pre-installed" >&6; }
13737 fi
13738 fi
13739
13740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13741 $as_echo_n "checking where to find the target objdump... " >&6; }
13742 if test "x${build}" != "x${host}" ; then
13743 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13744 # We already found the complete path
13745 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13747 $as_echo "pre-installed in $ac_dir" >&6; }
13748 else
13749 # Canadian cross, just use what we found
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13751 $as_echo "pre-installed" >&6; }
13752 fi
13753 else
13754 ok=yes
13755 case " ${configdirs} " in
13756 *" binutils "*) ;;
13757 *) ok=no ;;
13758 esac
13759
13760 if test $ok = yes; then
13761 # An in-tree tool is available and we can use it
13762 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13764 $as_echo "just compiled" >&6; }
13765 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13766 # We already found the complete path
13767 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13769 $as_echo "pre-installed in $ac_dir" >&6; }
13770 elif test "x$target" = "x$host"; then
13771 # We can use an host tool
13772 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13774 $as_echo "host tool" >&6; }
13775 else
13776 # We need a cross tool
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13778 $as_echo "pre-installed" >&6; }
13779 fi
13780 fi
13781
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13783 $as_echo_n "checking where to find the target ranlib... " >&6; }
13784 if test "x${build}" != "x${host}" ; then
13785 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13786 # We already found the complete path
13787 ac_dir=`dirname $RANLIB_FOR_TARGET`
13788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13789 $as_echo "pre-installed in $ac_dir" >&6; }
13790 else
13791 # Canadian cross, just use what we found
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13793 $as_echo "pre-installed" >&6; }
13794 fi
13795 else
13796 ok=yes
13797 case " ${configdirs} " in
13798 *" binutils "*) ;;
13799 *) ok=no ;;
13800 esac
13801
13802 if test $ok = yes; then
13803 # An in-tree tool is available and we can use it
13804 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13806 $as_echo "just compiled" >&6; }
13807 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13808 # We already found the complete path
13809 ac_dir=`dirname $RANLIB_FOR_TARGET`
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13811 $as_echo "pre-installed in $ac_dir" >&6; }
13812 elif test "x$target" = "x$host"; then
13813 # We can use an host tool
13814 RANLIB_FOR_TARGET='$(RANLIB)'
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13816 $as_echo "host tool" >&6; }
13817 else
13818 # We need a cross tool
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13820 $as_echo "pre-installed" >&6; }
13821 fi
13822 fi
13823
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13825 $as_echo_n "checking where to find the target strip... " >&6; }
13826 if test "x${build}" != "x${host}" ; then
13827 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13828 # We already found the complete path
13829 ac_dir=`dirname $STRIP_FOR_TARGET`
13830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13831 $as_echo "pre-installed in $ac_dir" >&6; }
13832 else
13833 # Canadian cross, just use what we found
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13835 $as_echo "pre-installed" >&6; }
13836 fi
13837 else
13838 ok=yes
13839 case " ${configdirs} " in
13840 *" binutils "*) ;;
13841 *) ok=no ;;
13842 esac
13843
13844 if test $ok = yes; then
13845 # An in-tree tool is available and we can use it
13846 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13848 $as_echo "just compiled" >&6; }
13849 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13850 # We already found the complete path
13851 ac_dir=`dirname $STRIP_FOR_TARGET`
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13853 $as_echo "pre-installed in $ac_dir" >&6; }
13854 elif test "x$target" = "x$host"; then
13855 # We can use an host tool
13856 STRIP_FOR_TARGET='$(STRIP)'
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13858 $as_echo "host tool" >&6; }
13859 else
13860 # We need a cross tool
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13862 $as_echo "pre-installed" >&6; }
13863 fi
13864 fi
13865
13866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13867 $as_echo_n "checking where to find the target windres... " >&6; }
13868 if test "x${build}" != "x${host}" ; then
13869 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13870 # We already found the complete path
13871 ac_dir=`dirname $WINDRES_FOR_TARGET`
13872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13873 $as_echo "pre-installed in $ac_dir" >&6; }
13874 else
13875 # Canadian cross, just use what we found
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13877 $as_echo "pre-installed" >&6; }
13878 fi
13879 else
13880 ok=yes
13881 case " ${configdirs} " in
13882 *" binutils "*) ;;
13883 *) ok=no ;;
13884 esac
13885
13886 if test $ok = yes; then
13887 # An in-tree tool is available and we can use it
13888 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13890 $as_echo "just compiled" >&6; }
13891 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13892 # We already found the complete path
13893 ac_dir=`dirname $WINDRES_FOR_TARGET`
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13895 $as_echo "pre-installed in $ac_dir" >&6; }
13896 elif test "x$target" = "x$host"; then
13897 # We can use an host tool
13898 WINDRES_FOR_TARGET='$(WINDRES)'
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13900 $as_echo "host tool" >&6; }
13901 else
13902 # We need a cross tool
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13904 $as_echo "pre-installed" >&6; }
13905 fi
13906 fi
13907
13908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13909 $as_echo_n "checking where to find the target windmc... " >&6; }
13910 if test "x${build}" != "x${host}" ; then
13911 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13912 # We already found the complete path
13913 ac_dir=`dirname $WINDMC_FOR_TARGET`
13914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13915 $as_echo "pre-installed in $ac_dir" >&6; }
13916 else
13917 # Canadian cross, just use what we found
13918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13919 $as_echo "pre-installed" >&6; }
13920 fi
13921 else
13922 ok=yes
13923 case " ${configdirs} " in
13924 *" binutils "*) ;;
13925 *) ok=no ;;
13926 esac
13927
13928 if test $ok = yes; then
13929 # An in-tree tool is available and we can use it
13930 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13932 $as_echo "just compiled" >&6; }
13933 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13934 # We already found the complete path
13935 ac_dir=`dirname $WINDMC_FOR_TARGET`
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13937 $as_echo "pre-installed in $ac_dir" >&6; }
13938 elif test "x$target" = "x$host"; then
13939 # We can use an host tool
13940 WINDMC_FOR_TARGET='$(WINDMC)'
13941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13942 $as_echo "host tool" >&6; }
13943 else
13944 # We need a cross tool
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13946 $as_echo "pre-installed" >&6; }
13947 fi
13948 fi
13949
13950
13951
13952
13953
13954 # Certain tools may need extra flags.
13955 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13956 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13957 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13958
13959 # When building target libraries, except in a Canadian cross, we use
13960 # the same toolchain as the compiler we just built.
13961 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13962 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13963 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13964 if test $host = $build; then
13965 case " $configdirs " in
13966 *" gcc "*)
13967 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13968 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13969 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13970 ;;
13971 esac
13972 fi
13973
13974
13975
13976
13977
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13979 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13980 # Check whether --enable-maintainer-mode was given.
13981 if test "${enable_maintainer_mode+set}" = set; then :
13982 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13983 else
13984 USE_MAINTAINER_MODE=no
13985 fi
13986
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13988 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13989
13990
13991 if test "$USE_MAINTAINER_MODE" = yes; then
13992 MAINTAINER_MODE_TRUE=
13993 MAINTAINER_MODE_FALSE='#'
13994 else
13995 MAINTAINER_MODE_TRUE='#'
13996 MAINTAINER_MODE_FALSE=
13997 fi
13998 MAINT=$MAINTAINER_MODE_TRUE
13999
14000 # ---------------------
14001 # GCC bootstrap support
14002 # ---------------------
14003
14004 # Stage specific cflags for build.
14005 stage1_cflags="-g"
14006 case $build in
14007 vax-*-*)
14008 case ${GCC} in
14009 yes) stage1_cflags="-g -Wa,-J" ;;
14010 *) stage1_cflags="-g -J" ;;
14011 esac ;;
14012 esac
14013
14014 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
14015 if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
14016 saved_CFLAGS="$CFLAGS"
14017
14018 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14019 CFLAGS="$CFLAGS -fkeep-inline-functions"
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14021 $as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14023 /* end confdefs.h. */
14024
14025 #if (__GNUC__ < 3) \
14026 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14027 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14028 #error http://gcc.gnu.org/PR29382
14029 #endif
14030
14031 int
14032 main ()
14033 {
14034
14035 ;
14036 return 0;
14037 }
14038 _ACEOF
14039 if ac_fn_c_try_compile "$LINENO"; then :
14040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14041 $as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
14042 else
14043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14044 $as_echo "no" >&6; }
14045 fi
14046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14047
14048 CFLAGS="$saved_CFLAGS"
14049 fi
14050
14051
14052
14053 # Enable --enable-checking in stage1 of the compiler.
14054 # Check whether --enable-stage1-checking was given.
14055 if test "${enable_stage1_checking+set}" = set; then :
14056 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14057 else
14058 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14059 stage1_checking=--enable-checking=yes,types
14060 else
14061 stage1_checking=--enable-checking=$enable_checking,types
14062 fi
14063 fi
14064
14065
14066
14067 # Enable -Werror in bootstrap stage2 and later.
14068 # Check whether --enable-werror was given.
14069 if test "${enable_werror+set}" = set; then :
14070 enableval=$enable_werror;
14071 else
14072 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14073 enable_werror=yes
14074 else
14075 enable_werror=no
14076 fi
14077 fi
14078
14079 case ${enable_werror} in
14080 yes) stage2_werror_flag="--enable-werror-always" ;;
14081 *) stage2_werror_flag="" ;;
14082 esac
14083
14084
14085 # Specify what files to not compare during bootstrap.
14086
14087 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14088 case "$target" in
14089 hppa*64*-*-hpux*) ;;
14090 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14091 esac
14092 case " $configdirs " in
14093 *" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14094 esac
14095
14096
14097 ac_config_files="$ac_config_files Makefile"
14098
14099 cat >confcache <<\_ACEOF
14100 # This file is a shell script that caches the results of configure
14101 # tests run on this system so they can be shared between configure
14102 # scripts and configure runs, see configure's option --config-cache.
14103 # It is not useful on other systems. If it contains results you don't
14104 # want to keep, you may remove or edit it.
14105 #
14106 # config.status only pays attention to the cache file if you give it
14107 # the --recheck option to rerun configure.
14108 #
14109 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14110 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14111 # following values.
14112
14113 _ACEOF
14114
14115 # The following way of writing the cache mishandles newlines in values,
14116 # but we know of no workaround that is simple, portable, and efficient.
14117 # So, we kill variables containing newlines.
14118 # Ultrix sh set writes to stderr and can't be redirected directly,
14119 # and sets the high bit in the cache file unless we assign to the vars.
14120 (
14121 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14122 eval ac_val=\$$ac_var
14123 case $ac_val in #(
14124 *${as_nl}*)
14125 case $ac_var in #(
14126 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14127 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14128 esac
14129 case $ac_var in #(
14130 _ | IFS | as_nl) ;; #(
14131 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14132 *) { eval $ac_var=; unset $ac_var;} ;;
14133 esac ;;
14134 esac
14135 done
14136
14137 (set) 2>&1 |
14138 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14139 *${as_nl}ac_space=\ *)
14140 # `set' does not quote correctly, so add quotes: double-quote
14141 # substitution turns \\\\ into \\, and sed turns \\ into \.
14142 sed -n \
14143 "s/'/'\\\\''/g;
14144 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14145 ;; #(
14146 *)
14147 # `set' quotes correctly as required by POSIX, so do not add quotes.
14148 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14149 ;;
14150 esac |
14151 sort
14152 ) |
14153 sed '
14154 /^ac_cv_env_/b end
14155 t clear
14156 :clear
14157 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14158 t end
14159 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14160 :end' >>confcache
14161 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14162 if test -w "$cache_file"; then
14163 test "x$cache_file" != "x/dev/null" &&
14164 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14165 $as_echo "$as_me: updating cache $cache_file" >&6;}
14166 cat confcache >$cache_file
14167 else
14168 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14169 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14170 fi
14171 fi
14172 rm -f confcache
14173
14174 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14175 # Let make expand exec_prefix.
14176 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14177
14178 # Transform confdefs.h into DEFS.
14179 # Protect against shell expansion while executing Makefile rules.
14180 # Protect against Makefile macro expansion.
14181 #
14182 # If the first sed substitution is executed (which looks for macros that
14183 # take arguments), then branch to the quote section. Otherwise,
14184 # look for a macro that doesn't take arguments.
14185 ac_script='
14186 :mline
14187 /\\$/{
14188 N
14189 s,\\\n,,
14190 b mline
14191 }
14192 t clear
14193 :clear
14194 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14195 t quote
14196 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14197 t quote
14198 b any
14199 :quote
14200 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14201 s/\[/\\&/g
14202 s/\]/\\&/g
14203 s/\$/$$/g
14204 H
14205 :any
14206 ${
14207 g
14208 s/^\n//
14209 s/\n/ /g
14210 p
14211 }
14212 '
14213 DEFS=`sed -n "$ac_script" confdefs.h`
14214
14215
14216 ac_libobjs=
14217 ac_ltlibobjs=
14218 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14219 # 1. Remove the extension, and $U if already installed.
14220 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14221 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14222 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14223 # will be set to the directory where LIBOBJS objects are built.
14224 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14225 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14226 done
14227 LIBOBJS=$ac_libobjs
14228
14229 LTLIBOBJS=$ac_ltlibobjs
14230
14231
14232
14233 : ${CONFIG_STATUS=./config.status}
14234 ac_write_fail=0
14235 ac_clean_files_save=$ac_clean_files
14236 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14238 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14239 as_write_fail=0
14240 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14241 #! $SHELL
14242 # Generated by $as_me.
14243 # Run this file to recreate the current configuration.
14244 # Compiler output produced by configure, useful for debugging
14245 # configure, is in config.log if it exists.
14246
14247 debug=false
14248 ac_cs_recheck=false
14249 ac_cs_silent=false
14250
14251 SHELL=\${CONFIG_SHELL-$SHELL}
14252 export SHELL
14253 _ASEOF
14254 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14255 ## -------------------- ##
14256 ## M4sh Initialization. ##
14257 ## -------------------- ##
14258
14259 # Be more Bourne compatible
14260 DUALCASE=1; export DUALCASE # for MKS sh
14261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14262 emulate sh
14263 NULLCMD=:
14264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14265 # is contrary to our usage. Disable this feature.
14266 alias -g '${1+"$@"}'='"$@"'
14267 setopt NO_GLOB_SUBST
14268 else
14269 case `(set -o) 2>/dev/null` in #(
14270 *posix*) :
14271 set -o posix ;; #(
14272 *) :
14273 ;;
14274 esac
14275 fi
14276
14277
14278 as_nl='
14279 '
14280 export as_nl
14281 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14282 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14283 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14284 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14285 # Prefer a ksh shell builtin over an external printf program on Solaris,
14286 # but without wasting forks for bash or zsh.
14287 if test -z "$BASH_VERSION$ZSH_VERSION" \
14288 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14289 as_echo='print -r --'
14290 as_echo_n='print -rn --'
14291 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14292 as_echo='printf %s\n'
14293 as_echo_n='printf %s'
14294 else
14295 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14296 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14297 as_echo_n='/usr/ucb/echo -n'
14298 else
14299 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14300 as_echo_n_body='eval
14301 arg=$1;
14302 case $arg in #(
14303 *"$as_nl"*)
14304 expr "X$arg" : "X\\(.*\\)$as_nl";
14305 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14306 esac;
14307 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14308 '
14309 export as_echo_n_body
14310 as_echo_n='sh -c $as_echo_n_body as_echo'
14311 fi
14312 export as_echo_body
14313 as_echo='sh -c $as_echo_body as_echo'
14314 fi
14315
14316 # The user is always right.
14317 if test "${PATH_SEPARATOR+set}" != set; then
14318 PATH_SEPARATOR=:
14319 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14320 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14321 PATH_SEPARATOR=';'
14322 }
14323 fi
14324
14325
14326 # IFS
14327 # We need space, tab and new line, in precisely that order. Quoting is
14328 # there to prevent editors from complaining about space-tab.
14329 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14330 # splitting by setting IFS to empty value.)
14331 IFS=" "" $as_nl"
14332
14333 # Find who we are. Look in the path if we contain no directory separator.
14334 case $0 in #((
14335 *[\\/]* ) as_myself=$0 ;;
14336 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14337 for as_dir in $PATH
14338 do
14339 IFS=$as_save_IFS
14340 test -z "$as_dir" && as_dir=.
14341 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14342 done
14343 IFS=$as_save_IFS
14344
14345 ;;
14346 esac
14347 # We did not find ourselves, most probably we were run as `sh COMMAND'
14348 # in which case we are not to be found in the path.
14349 if test "x$as_myself" = x; then
14350 as_myself=$0
14351 fi
14352 if test ! -f "$as_myself"; then
14353 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14354 exit 1
14355 fi
14356
14357 # Unset variables that we do not need and which cause bugs (e.g. in
14358 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14359 # suppresses any "Segmentation fault" message there. '((' could
14360 # trigger a bug in pdksh 5.2.14.
14361 for as_var in BASH_ENV ENV MAIL MAILPATH
14362 do eval test x\${$as_var+set} = xset \
14363 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14364 done
14365 PS1='$ '
14366 PS2='> '
14367 PS4='+ '
14368
14369 # NLS nuisances.
14370 LC_ALL=C
14371 export LC_ALL
14372 LANGUAGE=C
14373 export LANGUAGE
14374
14375 # CDPATH.
14376 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14377
14378
14379 # as_fn_error ERROR [LINENO LOG_FD]
14380 # ---------------------------------
14381 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14382 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14383 # script with status $?, using 1 if that was 0.
14384 as_fn_error ()
14385 {
14386 as_status=$?; test $as_status -eq 0 && as_status=1
14387 if test "$3"; then
14388 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14389 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14390 fi
14391 $as_echo "$as_me: error: $1" >&2
14392 as_fn_exit $as_status
14393 } # as_fn_error
14394
14395
14396 # as_fn_set_status STATUS
14397 # -----------------------
14398 # Set $? to STATUS, without forking.
14399 as_fn_set_status ()
14400 {
14401 return $1
14402 } # as_fn_set_status
14403
14404 # as_fn_exit STATUS
14405 # -----------------
14406 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14407 as_fn_exit ()
14408 {
14409 set +e
14410 as_fn_set_status $1
14411 exit $1
14412 } # as_fn_exit
14413
14414 # as_fn_unset VAR
14415 # ---------------
14416 # Portably unset VAR.
14417 as_fn_unset ()
14418 {
14419 { eval $1=; unset $1;}
14420 }
14421 as_unset=as_fn_unset
14422 # as_fn_append VAR VALUE
14423 # ----------------------
14424 # Append the text in VALUE to the end of the definition contained in VAR. Take
14425 # advantage of any shell optimizations that allow amortized linear growth over
14426 # repeated appends, instead of the typical quadratic growth present in naive
14427 # implementations.
14428 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14429 eval 'as_fn_append ()
14430 {
14431 eval $1+=\$2
14432 }'
14433 else
14434 as_fn_append ()
14435 {
14436 eval $1=\$$1\$2
14437 }
14438 fi # as_fn_append
14439
14440 # as_fn_arith ARG...
14441 # ------------------
14442 # Perform arithmetic evaluation on the ARGs, and store the result in the
14443 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14444 # must be portable across $(()) and expr.
14445 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14446 eval 'as_fn_arith ()
14447 {
14448 as_val=$(( $* ))
14449 }'
14450 else
14451 as_fn_arith ()
14452 {
14453 as_val=`expr "$@" || test $? -eq 1`
14454 }
14455 fi # as_fn_arith
14456
14457
14458 if expr a : '\(a\)' >/dev/null 2>&1 &&
14459 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14460 as_expr=expr
14461 else
14462 as_expr=false
14463 fi
14464
14465 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14466 as_basename=basename
14467 else
14468 as_basename=false
14469 fi
14470
14471 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14472 as_dirname=dirname
14473 else
14474 as_dirname=false
14475 fi
14476
14477 as_me=`$as_basename -- "$0" ||
14478 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14479 X"$0" : 'X\(//\)$' \| \
14480 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14481 $as_echo X/"$0" |
14482 sed '/^.*\/\([^/][^/]*\)\/*$/{
14483 s//\1/
14484 q
14485 }
14486 /^X\/\(\/\/\)$/{
14487 s//\1/
14488 q
14489 }
14490 /^X\/\(\/\).*/{
14491 s//\1/
14492 q
14493 }
14494 s/.*/./; q'`
14495
14496 # Avoid depending upon Character Ranges.
14497 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14498 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14499 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14500 as_cr_digits='0123456789'
14501 as_cr_alnum=$as_cr_Letters$as_cr_digits
14502
14503 ECHO_C= ECHO_N= ECHO_T=
14504 case `echo -n x` in #(((((
14505 -n*)
14506 case `echo 'xy\c'` in
14507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14508 xy) ECHO_C='\c';;
14509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14510 ECHO_T=' ';;
14511 esac;;
14512 *)
14513 ECHO_N='-n';;
14514 esac
14515
14516 rm -f conf$$ conf$$.exe conf$$.file
14517 if test -d conf$$.dir; then
14518 rm -f conf$$.dir/conf$$.file
14519 else
14520 rm -f conf$$.dir
14521 mkdir conf$$.dir 2>/dev/null
14522 fi
14523 if (echo >conf$$.file) 2>/dev/null; then
14524 if ln -s conf$$.file conf$$ 2>/dev/null; then
14525 as_ln_s='ln -s'
14526 # ... but there are two gotchas:
14527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14529 # In both cases, we have to default to `cp -p'.
14530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14531 as_ln_s='cp -p'
14532 elif ln conf$$.file conf$$ 2>/dev/null; then
14533 as_ln_s=ln
14534 else
14535 as_ln_s='cp -p'
14536 fi
14537 else
14538 as_ln_s='cp -p'
14539 fi
14540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14541 rmdir conf$$.dir 2>/dev/null
14542
14543
14544 # as_fn_mkdir_p
14545 # -------------
14546 # Create "$as_dir" as a directory, including parents if necessary.
14547 as_fn_mkdir_p ()
14548 {
14549
14550 case $as_dir in #(
14551 -*) as_dir=./$as_dir;;
14552 esac
14553 test -d "$as_dir" || eval $as_mkdir_p || {
14554 as_dirs=
14555 while :; do
14556 case $as_dir in #(
14557 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14558 *) as_qdir=$as_dir;;
14559 esac
14560 as_dirs="'$as_qdir' $as_dirs"
14561 as_dir=`$as_dirname -- "$as_dir" ||
14562 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14563 X"$as_dir" : 'X\(//\)[^/]' \| \
14564 X"$as_dir" : 'X\(//\)$' \| \
14565 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14566 $as_echo X"$as_dir" |
14567 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14568 s//\1/
14569 q
14570 }
14571 /^X\(\/\/\)[^/].*/{
14572 s//\1/
14573 q
14574 }
14575 /^X\(\/\/\)$/{
14576 s//\1/
14577 q
14578 }
14579 /^X\(\/\).*/{
14580 s//\1/
14581 q
14582 }
14583 s/.*/./; q'`
14584 test -d "$as_dir" && break
14585 done
14586 test -z "$as_dirs" || eval "mkdir $as_dirs"
14587 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14588
14589
14590 } # as_fn_mkdir_p
14591 if mkdir -p . 2>/dev/null; then
14592 as_mkdir_p='mkdir -p "$as_dir"'
14593 else
14594 test -d ./-p && rmdir ./-p
14595 as_mkdir_p=false
14596 fi
14597
14598 if test -x / >/dev/null 2>&1; then
14599 as_test_x='test -x'
14600 else
14601 if ls -dL / >/dev/null 2>&1; then
14602 as_ls_L_option=L
14603 else
14604 as_ls_L_option=
14605 fi
14606 as_test_x='
14607 eval sh -c '\''
14608 if test -d "$1"; then
14609 test -d "$1/.";
14610 else
14611 case $1 in #(
14612 -*)set "./$1";;
14613 esac;
14614 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14615 ???[sx]*):;;*)false;;esac;fi
14616 '\'' sh
14617 '
14618 fi
14619 as_executable_p=$as_test_x
14620
14621 # Sed expression to map a string onto a valid CPP name.
14622 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14623
14624 # Sed expression to map a string onto a valid variable name.
14625 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14626
14627
14628 exec 6>&1
14629 ## ----------------------------------- ##
14630 ## Main body of $CONFIG_STATUS script. ##
14631 ## ----------------------------------- ##
14632 _ASEOF
14633 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14634
14635 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14636 # Save the log message, to keep $0 and so on meaningful, and to
14637 # report actual input values of CONFIG_FILES etc. instead of their
14638 # values after options handling.
14639 ac_log="
14640 This file was extended by $as_me, which was
14641 generated by GNU Autoconf 2.64. Invocation command line was
14642
14643 CONFIG_FILES = $CONFIG_FILES
14644 CONFIG_HEADERS = $CONFIG_HEADERS
14645 CONFIG_LINKS = $CONFIG_LINKS
14646 CONFIG_COMMANDS = $CONFIG_COMMANDS
14647 $ $0 $@
14648
14649 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14650 "
14651
14652 _ACEOF
14653
14654 case $ac_config_files in *"
14655 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14656 esac
14657
14658
14659
14660 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14661 # Files that config.status was made for.
14662 config_files="$ac_config_files"
14663
14664 _ACEOF
14665
14666 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14667 ac_cs_usage="\
14668 \`$as_me' instantiates files and other configuration actions
14669 from templates according to the current configuration. Unless the files
14670 and actions are specified as TAGs, all are instantiated by default.
14671
14672 Usage: $0 [OPTION]... [TAG]...
14673
14674 -h, --help print this help, then exit
14675 -V, --version print version number and configuration settings, then exit
14676 -q, --quiet, --silent
14677 do not print progress messages
14678 -d, --debug don't remove temporary files
14679 --recheck update $as_me by reconfiguring in the same conditions
14680 --file=FILE[:TEMPLATE]
14681 instantiate the configuration file FILE
14682
14683 Configuration files:
14684 $config_files
14685
14686 Report bugs to the package provider."
14687
14688 _ACEOF
14689 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14690 ac_cs_version="\\
14691 config.status
14692 configured by $0, generated by GNU Autoconf 2.64,
14693 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14694
14695 Copyright (C) 2009 Free Software Foundation, Inc.
14696 This config.status script is free software; the Free Software Foundation
14697 gives unlimited permission to copy, distribute and modify it."
14698
14699 ac_pwd='$ac_pwd'
14700 srcdir='$srcdir'
14701 INSTALL='$INSTALL'
14702 AWK='$AWK'
14703 test -n "\$AWK" || AWK=awk
14704 _ACEOF
14705
14706 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14707 # The default lists apply if the user does not specify any file.
14708 ac_need_defaults=:
14709 while test $# != 0
14710 do
14711 case $1 in
14712 --*=*)
14713 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14714 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14715 ac_shift=:
14716 ;;
14717 *)
14718 ac_option=$1
14719 ac_optarg=$2
14720 ac_shift=shift
14721 ;;
14722 esac
14723
14724 case $ac_option in
14725 # Handling of the options.
14726 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14727 ac_cs_recheck=: ;;
14728 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14729 $as_echo "$ac_cs_version"; exit ;;
14730 --debug | --debu | --deb | --de | --d | -d )
14731 debug=: ;;
14732 --file | --fil | --fi | --f )
14733 $ac_shift
14734 case $ac_optarg in
14735 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14736 esac
14737 as_fn_append CONFIG_FILES " '$ac_optarg'"
14738 ac_need_defaults=false;;
14739 --he | --h | --help | --hel | -h )
14740 $as_echo "$ac_cs_usage"; exit ;;
14741 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14742 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14743 ac_cs_silent=: ;;
14744
14745 # This is an error.
14746 -*) as_fn_error "unrecognized option: \`$1'
14747 Try \`$0 --help' for more information." ;;
14748
14749 *) as_fn_append ac_config_targets " $1"
14750 ac_need_defaults=false ;;
14751
14752 esac
14753 shift
14754 done
14755
14756 ac_configure_extra_args=
14757
14758 if $ac_cs_silent; then
14759 exec 6>/dev/null
14760 ac_configure_extra_args="$ac_configure_extra_args --silent"
14761 fi
14762
14763 _ACEOF
14764 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14765 if \$ac_cs_recheck; then
14766 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14767 shift
14768 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14769 CONFIG_SHELL='$SHELL'
14770 export CONFIG_SHELL
14771 exec "\$@"
14772 fi
14773
14774 _ACEOF
14775 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14776 exec 5>>config.log
14777 {
14778 echo
14779 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14780 ## Running $as_me. ##
14781 _ASBOX
14782 $as_echo "$ac_log"
14783 } >&5
14784
14785 _ACEOF
14786 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14787 #
14788 # INIT-COMMANDS
14789 #
14790 extrasub_build="$extrasub_build"
14791 extrasub_host="$extrasub_host"
14792 extrasub_target="$extrasub_target"
14793
14794 _ACEOF
14795
14796 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14797
14798 # Handling of arguments.
14799 for ac_config_target in $ac_config_targets
14800 do
14801 case $ac_config_target in
14802 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14803
14804 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14805 esac
14806 done
14807
14808
14809 # If the user did not use the arguments to specify the items to instantiate,
14810 # then the envvar interface is used. Set only those that are not.
14811 # We use the long form for the default assignment because of an extremely
14812 # bizarre bug on SunOS 4.1.3.
14813 if $ac_need_defaults; then
14814 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14815 fi
14816
14817 # Have a temporary directory for convenience. Make it in the build tree
14818 # simply because there is no reason against having it here, and in addition,
14819 # creating and moving files from /tmp can sometimes cause problems.
14820 # Hook for its removal unless debugging.
14821 # Note that there is a small window in which the directory will not be cleaned:
14822 # after its creation but before its name has been assigned to `$tmp'.
14823 $debug ||
14824 {
14825 tmp=
14826 trap 'exit_status=$?
14827 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14828 ' 0
14829 trap 'as_fn_exit 1' 1 2 13 15
14830 }
14831 # Create a (secure) tmp directory for tmp files.
14832
14833 {
14834 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14835 test -n "$tmp" && test -d "$tmp"
14836 } ||
14837 {
14838 tmp=./conf$$-$RANDOM
14839 (umask 077 && mkdir "$tmp")
14840 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14841
14842 # Set up the scripts for CONFIG_FILES section.
14843 # No need to generate them if there are no CONFIG_FILES.
14844 # This happens for instance with `./config.status config.h'.
14845 if test -n "$CONFIG_FILES"; then
14846
14847 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14848 ac_cs_awk_getline=:
14849 ac_cs_awk_pipe_init=
14850 ac_cs_awk_read_file='
14851 while ((getline aline < (F[key])) > 0)
14852 print(aline)
14853 close(F[key])'
14854 ac_cs_awk_pipe_fini=
14855 else
14856 ac_cs_awk_getline=false
14857 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14858 ac_cs_awk_read_file='
14859 print "|#_!!_#|"
14860 print "cat " F[key] " &&"
14861 '$ac_cs_awk_pipe_init
14862 # The final `:' finishes the AND list.
14863 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14864 fi
14865 ac_cr=`echo X | tr X '\015'`
14866 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14867 # But we know of no other shell where ac_cr would be empty at this
14868 # point, so we can use a bashism as a fallback.
14869 if test "x$ac_cr" = x; then
14870 eval ac_cr=\$\'\\r\'
14871 fi
14872 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14873 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14874 ac_cs_awk_cr='\r'
14875 else
14876 ac_cs_awk_cr=$ac_cr
14877 fi
14878
14879 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14880 _ACEOF
14881
14882 # Create commands to substitute file output variables.
14883 {
14884 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14885 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14886 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14887 echo "_ACAWK" &&
14888 echo "_ACEOF"
14889 } >conf$$files.sh &&
14890 . ./conf$$files.sh ||
14891 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14892 rm -f conf$$files.sh
14893
14894 {
14895 echo "cat >conf$$subs.awk <<_ACEOF" &&
14896 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14897 echo "_ACEOF"
14898 } >conf$$subs.sh ||
14899 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14900 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14901 ac_delim='%!_!# '
14902 for ac_last_try in false false false false false :; do
14903 . ./conf$$subs.sh ||
14904 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14905
14906 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14907 if test $ac_delim_n = $ac_delim_num; then
14908 break
14909 elif $ac_last_try; then
14910 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14911 else
14912 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14913 fi
14914 done
14915 rm -f conf$$subs.sh
14916
14917 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14918 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14919 _ACEOF
14920 sed -n '
14921 h
14922 s/^/S["/; s/!.*/"]=/
14923 p
14924 g
14925 s/^[^!]*!//
14926 :repl
14927 t repl
14928 s/'"$ac_delim"'$//
14929 t delim
14930 :nl
14931 h
14932 s/\(.\{148\}\).*/\1/
14933 t more1
14934 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14935 p
14936 n
14937 b repl
14938 :more1
14939 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14940 p
14941 g
14942 s/.\{148\}//
14943 t nl
14944 :delim
14945 h
14946 s/\(.\{148\}\).*/\1/
14947 t more2
14948 s/["\\]/\\&/g; s/^/"/; s/$/"/
14949 p
14950 b
14951 :more2
14952 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14953 p
14954 g
14955 s/.\{148\}//
14956 t delim
14957 ' <conf$$subs.awk | sed '
14958 /^[^""]/{
14959 N
14960 s/\n//
14961 }
14962 ' >>$CONFIG_STATUS || ac_write_fail=1
14963 rm -f conf$$subs.awk
14964 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14965 _ACAWK
14966 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14967 for (key in S) S_is_set[key] = 1
14968 FS = "\a"
14969 \$ac_cs_awk_pipe_init
14970 }
14971 {
14972 line = $ 0
14973 nfields = split(line, field, "@")
14974 substed = 0
14975 len = length(field[1])
14976 for (i = 2; i < nfields; i++) {
14977 key = field[i]
14978 keylen = length(key)
14979 if (S_is_set[key]) {
14980 value = S[key]
14981 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14982 len += length(value) + length(field[++i])
14983 substed = 1
14984 } else
14985 len += 1 + keylen
14986 }
14987 if (nfields == 3 && !substed) {
14988 key = field[2]
14989 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14990 \$ac_cs_awk_read_file
14991 next
14992 }
14993 }
14994 print line
14995 }
14996 \$ac_cs_awk_pipe_fini
14997 _ACAWK
14998 _ACEOF
14999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15000 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15001 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15002 else
15003 cat
15004 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15005 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15006 _ACEOF
15007
15008 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15009 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15010 # trailing colons and then remove the whole line if VPATH becomes empty
15011 # (actually we leave an empty line to preserve line numbers).
15012 if test "x$srcdir" = x.; then
15013 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15014 s/:*\$(srcdir):*/:/
15015 s/:*\${srcdir}:*/:/
15016 s/:*@srcdir@:*/:/
15017 s/^\([^=]*=[ ]*\):*/\1/
15018 s/:*$//
15019 s/^[^=]*=[ ]*$//
15020 }'
15021 fi
15022
15023 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15024 fi # test -n "$CONFIG_FILES"
15025
15026
15027 eval set X " :F $CONFIG_FILES "
15028 shift
15029 for ac_tag
15030 do
15031 case $ac_tag in
15032 :[FHLC]) ac_mode=$ac_tag; continue;;
15033 esac
15034 case $ac_mode$ac_tag in
15035 :[FHL]*:*);;
15036 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15037 :[FH]-) ac_tag=-:-;;
15038 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15039 esac
15040 ac_save_IFS=$IFS
15041 IFS=:
15042 set x $ac_tag
15043 IFS=$ac_save_IFS
15044 shift
15045 ac_file=$1
15046 shift
15047
15048 case $ac_mode in
15049 :L) ac_source=$1;;
15050 :[FH])
15051 ac_file_inputs=
15052 for ac_f
15053 do
15054 case $ac_f in
15055 -) ac_f="$tmp/stdin";;
15056 *) # Look for the file first in the build tree, then in the source tree
15057 # (if the path is not absolute). The absolute path cannot be DOS-style,
15058 # because $ac_f cannot contain `:'.
15059 test -f "$ac_f" ||
15060 case $ac_f in
15061 [\\/$]*) false;;
15062 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15063 esac ||
15064 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15065 esac
15066 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15067 as_fn_append ac_file_inputs " '$ac_f'"
15068 done
15069
15070 # Let's still pretend it is `configure' which instantiates (i.e., don't
15071 # use $as_me), people would be surprised to read:
15072 # /* config.h. Generated by config.status. */
15073 configure_input='Generated from '`
15074 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15075 `' by configure.'
15076 if test x"$ac_file" != x-; then
15077 configure_input="$ac_file. $configure_input"
15078 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15079 $as_echo "$as_me: creating $ac_file" >&6;}
15080 fi
15081 # Neutralize special characters interpreted by sed in replacement strings.
15082 case $configure_input in #(
15083 *\&* | *\|* | *\\* )
15084 ac_sed_conf_input=`$as_echo "$configure_input" |
15085 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15086 *) ac_sed_conf_input=$configure_input;;
15087 esac
15088
15089 case $ac_tag in
15090 *:-:* | *:-) cat >"$tmp/stdin" \
15091 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15092 esac
15093 ;;
15094 esac
15095
15096 ac_dir=`$as_dirname -- "$ac_file" ||
15097 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15098 X"$ac_file" : 'X\(//\)[^/]' \| \
15099 X"$ac_file" : 'X\(//\)$' \| \
15100 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15101 $as_echo X"$ac_file" |
15102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15103 s//\1/
15104 q
15105 }
15106 /^X\(\/\/\)[^/].*/{
15107 s//\1/
15108 q
15109 }
15110 /^X\(\/\/\)$/{
15111 s//\1/
15112 q
15113 }
15114 /^X\(\/\).*/{
15115 s//\1/
15116 q
15117 }
15118 s/.*/./; q'`
15119 as_dir="$ac_dir"; as_fn_mkdir_p
15120 ac_builddir=.
15121
15122 case "$ac_dir" in
15123 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15124 *)
15125 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15126 # A ".." for each directory in $ac_dir_suffix.
15127 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15128 case $ac_top_builddir_sub in
15129 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15130 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15131 esac ;;
15132 esac
15133 ac_abs_top_builddir=$ac_pwd
15134 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15135 # for backward compatibility:
15136 ac_top_builddir=$ac_top_build_prefix
15137
15138 case $srcdir in
15139 .) # We are building in place.
15140 ac_srcdir=.
15141 ac_top_srcdir=$ac_top_builddir_sub
15142 ac_abs_top_srcdir=$ac_pwd ;;
15143 [\\/]* | ?:[\\/]* ) # Absolute name.
15144 ac_srcdir=$srcdir$ac_dir_suffix;
15145 ac_top_srcdir=$srcdir
15146 ac_abs_top_srcdir=$srcdir ;;
15147 *) # Relative name.
15148 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15149 ac_top_srcdir=$ac_top_build_prefix$srcdir
15150 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15151 esac
15152 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15153
15154
15155 case $ac_mode in
15156 :F)
15157 #
15158 # CONFIG_FILE
15159 #
15160
15161 case $INSTALL in
15162 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15163 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15164 esac
15165 _ACEOF
15166
15167 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15168 # If the template does not know about datarootdir, expand it.
15169 # FIXME: This hack should be removed a few years after 2.60.
15170 ac_datarootdir_hack=; ac_datarootdir_seen=
15171 ac_sed_dataroot='
15172 /datarootdir/ {
15173 p
15174 q
15175 }
15176 /@datadir@/p
15177 /@docdir@/p
15178 /@infodir@/p
15179 /@localedir@/p
15180 /@mandir@/p'
15181 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15182 *datarootdir*) ac_datarootdir_seen=yes;;
15183 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15184 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15185 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15186 _ACEOF
15187 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15188 ac_datarootdir_hack='
15189 s&@datadir@&$datadir&g
15190 s&@docdir@&$docdir&g
15191 s&@infodir@&$infodir&g
15192 s&@localedir@&$localedir&g
15193 s&@mandir@&$mandir&g
15194 s&\\\${datarootdir}&$datarootdir&g' ;;
15195 esac
15196 _ACEOF
15197
15198 # Neutralize VPATH when `$srcdir' = `.'.
15199 # Shell code in configure.ac might set extrasub.
15200 # FIXME: do we really want to maintain this feature?
15201 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15202 ac_sed_extra="$ac_vpsub
15203 $extrasub
15204 _ACEOF
15205 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15206 :t
15207 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15208 s|@configure_input@|$ac_sed_conf_input|;t t
15209 s&@top_builddir@&$ac_top_builddir_sub&;t t
15210 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15211 s&@srcdir@&$ac_srcdir&;t t
15212 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15213 s&@top_srcdir@&$ac_top_srcdir&;t t
15214 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15215 s&@builddir@&$ac_builddir&;t t
15216 s&@abs_builddir@&$ac_abs_builddir&;t t
15217 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15218 s&@INSTALL@&$ac_INSTALL&;t t
15219 $ac_datarootdir_hack
15220 "
15221 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15222 if $ac_cs_awk_getline; then
15223 $AWK -f "$tmp/subs.awk"
15224 else
15225 $AWK -f "$tmp/subs.awk" | $SHELL
15226 fi >$tmp/out \
15227 || as_fn_error "could not create $ac_file" "$LINENO" 5
15228
15229 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15230 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15231 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15233 which seems to be undefined. Please make sure it is defined." >&5
15234 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15235 which seems to be undefined. Please make sure it is defined." >&2;}
15236
15237 rm -f "$tmp/stdin"
15238 case $ac_file in
15239 -) cat "$tmp/out" && rm -f "$tmp/out";;
15240 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15241 esac \
15242 || as_fn_error "could not create $ac_file" "$LINENO" 5
15243 ;;
15244
15245
15246
15247 esac
15248
15249
15250 case $ac_file$ac_mode in
15251 "Makefile":F) sed "$extrasub_build" Makefile |
15252 sed "$extrasub_host" |
15253 sed "$extrasub_target" > mf$$
15254 mv -f mf$$ Makefile ;;
15255
15256 esac
15257 done # for ac_tag
15258
15259
15260 as_fn_exit 0
15261 _ACEOF
15262 ac_clean_files=$ac_clean_files_save
15263
15264 test $ac_write_fail = 0 ||
15265 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15266
15267
15268 # configure is writing to config.log, and then calls config.status.
15269 # config.status does its own redirection, appending to config.log.
15270 # Unfortunately, on DOS this fails, as config.log is still kept open
15271 # by configure, so config.status won't be able to write to it; its
15272 # output is simply discarded. So we exec the FD to /dev/null,
15273 # effectively closing config.log, so it can be properly (re)opened and
15274 # appended to by config.status. When coming back to configure, we
15275 # need to make the FD available again.
15276 if test "$no_create" != yes; then
15277 ac_cs_success=:
15278 ac_config_status_args=
15279 test "$silent" = yes &&
15280 ac_config_status_args="$ac_config_status_args --quiet"
15281 exec 5>/dev/null
15282 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15283 exec 5>>config.log
15284 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15285 # would make configure fail if this is the last instruction.
15286 $ac_cs_success || as_fn_exit $?
15287 fi
15288 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15290 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15291 fi
15292