Add support for DragonFlyBSD target.
[binutils.git] / configure
bloba12de6dad79e854cbf1079aca2c7a896b33219b7
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
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 *) :
30 esac
34 as_nl='
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"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
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=';'
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"
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
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
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
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
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='+ '
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
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 *) :
148 esac
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; }
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 :
164 else
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175 else
176 as_have_required=no
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
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
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
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
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
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+"$@"}
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."
234 exit 1
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
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
247 # as_fn_unset VAR
248 # ---------------
249 # Portably unset VAR.
250 as_fn_unset ()
252 { eval $1=; unset $1;}
254 as_unset=as_fn_unset
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
259 as_fn_set_status ()
261 return $1
262 } # as_fn_set_status
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 ()
269 set +e
270 as_fn_set_status $1
271 exit $1
272 } # as_fn_exit
274 # as_fn_mkdir_p
275 # -------------
276 # Create "$as_dir" as a directory, including parents if necessary.
277 as_fn_mkdir_p ()
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/
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
305 /^X\(\/\/\)$/{
306 s//\1/
309 /^X\(\/\).*/{
310 s//\1/
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"
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 ()
330 eval $1+=\$2
332 else
333 as_fn_append ()
335 eval $1=\$$1\$2
337 fi # as_fn_append
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 ()
347 as_val=$(( $* ))
349 else
350 as_fn_arith ()
352 as_val=`expr "$@" || test $? -eq 1`
354 fi # as_fn_arith
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 ()
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
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371 } # as_fn_error
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
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382 else
383 as_basename=false
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
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/
401 /^X\/\(\/\/\)$/{
402 s//\1/
405 /^X\/\(\/\).*/{
406 s//\1/
409 s/.*/./; q'`
411 # Avoid depending upon Character Ranges.
412 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits='0123456789'
416 as_cr_alnum=$as_cr_Letters$as_cr_digits
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
426 /[$]LINENO/=
427 ' <$as_myself |
428 sed '
429 s/[$]LINENO.*/&-/
430 t lineno
432 :lineno
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; }
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
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;;
460 ECHO_N='-n';;
461 esac
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
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'
484 else
485 as_ln_s='cp -p'
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
490 if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
492 else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
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=
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
518 as_executable_p=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527 exec 7<&0 </dev/null 6>&1
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`
535 # Initializations.
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=
546 # Identity of this package.
547 PACKAGE_NAME=
548 PACKAGE_TARNAME=
549 PACKAGE_VERSION=
550 PACKAGE_STRING=
551 PACKAGE_BUGREPORT=
552 PACKAGE_URL=
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
594 LIPO
596 DLLTOOL
599 RUNTEST
600 EXPECT
601 MAKEINFO
602 FLEX
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
663 OBJEXT
664 EXEEXT
665 ac_ct_CC
666 CPPFLAGS
667 LDFLAGS
668 CFLAGS
670 target_subdir
671 host_subdir
672 build_subdir
673 build_libsubdir
676 LN_S
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
788 ac_precious_vars='build_alias
789 host_alias
790 target_alias
792 CFLAGS
793 LDFLAGS
794 LIBS
795 CPPFLAGS
797 CXXFLAGS
799 build_configargs
800 host_configargs
801 target_configargs
804 DLLTOOL
806 LIPO
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'
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
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'
881 ac_prev=
882 ac_dashdash=
883 for ac_option
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
892 case $ac_option in
893 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
894 *) ac_optarg=yes ;;
895 esac
897 # Accept the important Cygnus configure options, so we can diagnose typos.
899 case $ac_dashdash$ac_option in
901 ac_dashdash=yes ;;
903 -bindir | --bindir | --bindi | --bind | --bin | --bi)
904 ac_prev=bindir ;;
905 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
906 bindir=$ac_optarg ;;
908 -build | --build | --buil | --bui | --bu)
909 ac_prev=build_alias ;;
910 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
911 build_alias=$ac_optarg ;;
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 ;;
920 --config-cache | -C)
921 cache_file=config.cache ;;
923 -datadir | --datadir | --datadi | --datad)
924 ac_prev=datadir ;;
925 -datadir=* | --datadir=* | --datadi=* | --datad=*)
926 datadir=$ac_optarg ;;
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 ;;
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
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 ;;
951 -docdir | --docdir | --docdi | --doc | --do)
952 ac_prev=docdir ;;
953 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
954 docdir=$ac_optarg ;;
956 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
957 ac_prev=dvidir ;;
958 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
959 dvidir=$ac_optarg ;;
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
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 ;;
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 ;;
986 -gas | --gas | --ga | --g)
987 # Obsolete; use --with-gas.
988 with_gas=yes ;;
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 ;;
997 -host | --host | --hos | --ho)
998 ac_prev=host_alias ;;
999 -host=* | --host=* | --hos=* | --ho=*)
1000 host_alias=$ac_optarg ;;
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 ;;
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 ;;
1015 -infodir | --infodir | --infodi | --infod | --info | --inf)
1016 ac_prev=infodir ;;
1017 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1018 infodir=$ac_optarg ;;
1020 -libdir | --libdir | --libdi | --libd)
1021 ac_prev=libdir ;;
1022 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1023 libdir=$ac_optarg ;;
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 ;;
1032 -localedir | --localedir | --localedi | --localed | --locale)
1033 ac_prev=localedir ;;
1034 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1035 localedir=$ac_optarg ;;
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 ;;
1044 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1045 ac_prev=mandir ;;
1046 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1047 mandir=$ac_optarg ;;
1049 -nfp | --nfp | --nf)
1050 # Obsolete; use --without-fp.
1051 with_fp=no ;;
1053 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1054 | --no-cr | --no-c | -n)
1055 no_create=yes ;;
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 ;;
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 ;;
1070 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1071 ac_prev=prefix ;;
1072 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1073 prefix=$ac_optarg ;;
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 ;;
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 ;;
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 ;;
1106 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1107 ac_prev=pdfdir ;;
1108 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1109 pdfdir=$ac_optarg ;;
1111 -psdir | --psdir | --psdi | --psd | --ps)
1112 ac_prev=psdir ;;
1113 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1114 psdir=$ac_optarg ;;
1116 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117 | -silent | --silent | --silen | --sile | --sil)
1118 silent=yes ;;
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 ;;
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 ;;
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
1140 site=$ac_optarg ;;
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1145 srcdir=$ac_optarg ;;
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 ;;
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 ;;
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
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
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 ;;
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
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 ;;
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
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 ;;
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 ;;
1215 -*) as_fn_error "unrecognized option: \`$ac_option'
1216 Try \`$0 --help' for more information."
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 ;;
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}
1237 esac
1238 done
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"
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
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
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
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
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
1292 ac_tool_prefix=
1293 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1295 test "$silent" = yes && exec 6>/dev/null
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"
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/
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1324 /^X\(\/\/\)$/{
1325 s//\1/
1328 /^X\(\/\).*/{
1329 s//\1/
1332 s/.*/./; q'`
1333 srcdir=$ac_confdir
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1335 srcdir=..
1337 else
1338 ac_srcdir_defaulted=no
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"
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=.
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"
1362 esac
1363 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
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
1373 # Report the --help message.
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.
1381 Usage: $0 [OPTION]... [VAR=VALUE]...
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.
1386 Defaults for the options are specified in brackets.
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 \`..']
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]
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'.
1410 For better control, use the options below.
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
1434 cat <<\_ACEOF
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
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
1448 if test -n "$ac_init_help"; then
1450 cat <<\_ACEOF
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
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
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
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.
1610 Report bugs to the package provider.
1611 _ACEOF
1612 ac_status=$?
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=.
1623 case "$ac_dir" in
1624 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
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
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
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
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
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
1683 ## ------------------------ ##
1684 ## Autoconf initialization. ##
1685 ## ------------------------ ##
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 ()
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
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
1718 ac_retval=1
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 return $ac_retval
1723 } # ac_fn_c_try_compile
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 ()
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
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
1756 ac_retval=1
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 return $ac_retval
1761 } # ac_fn_cxx_try_compile
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 ()
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
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
1797 ac_retval=1
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
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.
1812 It was created by $as_me, which was
1813 generated by GNU Autoconf 2.64. Invocation command line was
1815 $ $0 $@
1817 _ACEOF
1818 exec 5>>config.log
1820 cat <<_ASUNAME
1821 ## --------- ##
1822 ## Platform. ##
1823 ## --------- ##
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`
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`
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`
1842 _ASUNAME
1844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1845 for as_dir in $PATH
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
1853 } >&5
1855 cat >&5 <<_ACEOF
1858 ## ----------- ##
1859 ## Core tests. ##
1860 ## ----------- ##
1862 _ACEOF
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
1876 for ac_arg
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'" ;;
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
1902 -* ) ac_must_keep_next=true ;;
1903 esac
1905 as_fn_append ac_configure_args " '$ac_arg'"
1907 esac
1908 done
1909 done
1910 { ac_configure_args0=; unset ac_configure_args0;}
1911 { ac_configure_args1=; unset ac_configure_args1;}
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.
1921 echo
1923 cat <<\_ASBOX
1924 ## ---------------- ##
1925 ## Cache variables. ##
1926 ## ---------------- ##
1927 _ASBOX
1928 echo
1929 # The following way of writing the cache mishandles newlines in values,
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 ;; #(
1954 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1956 esac |
1957 sort
1959 echo
1961 cat <<\_ASBOX
1962 ## ----------------- ##
1963 ## Output variables. ##
1964 ## ----------------- ##
1965 _ASBOX
1966 echo
1967 for ac_var in $ac_subst_vars
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
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
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
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
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
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
2018 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2019 rm -f -r conftest* confdefs.h
2021 $as_echo "/* confdefs.h */" > confdefs.h
2023 # Predefined preprocessor variables.
2025 cat >>confdefs.h <<_ACEOF
2026 #define PACKAGE_NAME "$PACKAGE_NAME"
2027 _ACEOF
2029 cat >>confdefs.h <<_ACEOF
2030 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2031 _ACEOF
2033 cat >>confdefs.h <<_ACEOF
2034 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2035 _ACEOF
2037 cat >>confdefs.h <<_ACEOF
2038 #define PACKAGE_STRING "$PACKAGE_STRING"
2039 _ACEOF
2041 cat >>confdefs.h <<_ACEOF
2042 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2043 _ACEOF
2045 cat >>confdefs.h <<_ACEOF
2046 #define PACKAGE_URL "$PACKAGE_URL"
2047 _ACEOF
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
2063 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
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"
2072 done
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
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
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 ,);;
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
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
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
2148 ## -------------------- ##
2149 ## Main body of script. ##
2150 ## -------------------- ##
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
2166 progname=$0
2167 # if PWD already has a value, it is probably wrong.
2168 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
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
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"
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'`
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
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
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.
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
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
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
2256 case ${build_alias} in
2257 "") build_noncanonical=${build} ;;
2258 *) build_noncanonical=${build_alias} ;;
2259 esac
2263 case ${host_alias} in
2264 "") host_noncanonical=${build_noncanonical} ;;
2265 *) host_noncanonical=${host_alias} ;;
2266 esac
2270 case ${target_alias} in
2271 "") target_noncanonical=${host_noncanonical} ;;
2272 *) target_noncanonical=${target_alias} ;;
2273 esac
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,
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
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
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
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
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}-
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"`
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
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/* ) ;;
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.
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.
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
2430 done
2431 done
2433 esac
2435 done
2436 IFS=$as_save_IFS
2438 rm -rf conftest.one conftest.two conftest.dir
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
2451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2452 $as_echo "$INSTALL" >&6; }
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}'
2458 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2460 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
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
2475 rm -f conftestdata_f conftestdata_t
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; }
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; }
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
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=:;;
2528 ac_count=0
2529 $as_echo_n 0123456789 >"conftest.in"
2530 while :
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
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
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
2558 else
2559 ac_cv_path_SED=$SED
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
2568 for ac_prog in gawk mawk nawk awk
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
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
2591 done
2592 done
2593 IFS=$as_save_IFS
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; }
2607 test -n "$AWK" && break
2608 done
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
2633 done
2634 IFS="$save_ifs"
2635 test -n "${CONFIG_SHELL}" && break
2636 done
2641 esac
2643 config_shell=${CONFIG_SHELL-/bin/sh}
2645 moveifchange=${srcdir}/move-if-change
2647 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
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"
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=.
2662 topsrcdir=$srcpwd
2664 extra_host_args=
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.
2670 # Subdirs will be configured in the order listed in build_configdirs,
2671 # configdirs, or target_configdirs; see the serialization section below.
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.
2677 # Double entries in build_configdirs, configdirs, or target_configdirs may
2678 # cause circular dependencies and break everything horribly.
2680 # these library is used by various programs built for the build
2681 # environment
2683 build_libs="build-libiberty"
2685 # these tools are built for the build environment
2686 build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
2688 # these libraries are used by various programs built for the host environment
2690 host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
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"
2700 # libgcj represents the runtime libraries only used by gcj.
2701 libgcj="target-libffi \
2702 target-zlib \
2703 target-qthreads \
2704 target-libjava"
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)
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"
2725 # these tools are built using the target libraries, and are intended to
2726 # run only in the target environment
2728 # note: any program that *uses* libraries that are in the "target_libraries"
2729 # list belongs in this list.
2731 target_tools="target-examples target-gperf target-rda"
2733 ################################################################################
2735 ## All tools belong in one of the four categories, and are assigned above
2736 ## We assign ${configdirs} this way to remove all embedded newlines. This
2737 ## is important because configure will choke if they ever get through.
2738 ## ${configdirs} is directories we build using the host tools.
2739 ## ${target_configdirs} is directories we build using the target tools.
2740 configdirs=`echo ${host_libs} ${host_tools}`
2741 target_configdirs=`echo ${target_libraries} ${target_tools}`
2742 build_configdirs=`echo ${build_libs} ${build_tools}`
2746 ################################################################################
2748 srcname="gnu development package"
2750 # This gets set non-empty for some net releases of packages.
2751 appdirs=""
2753 # Define is_cross_compiler to save on calls to 'test'.
2754 is_cross_compiler=
2755 if test x"${host}" = x"${target}" ; then
2756 is_cross_compiler=no
2757 else
2758 is_cross_compiler=yes
2761 # Find the build and target subdir names.
2763 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2764 # have matching libraries, they should use host libraries: Makefile.tpl
2765 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2766 # However, they still use the build modules, because the corresponding
2767 # host modules (e.g. bison) are only built for the host when bootstrap
2768 # finishes. So:
2769 # - build_subdir is where we find build modules, and never changes.
2770 # - build_libsubdir is where we find build libraries, and can be overridden.
2772 # Prefix 'build-' so this never conflicts with target_subdir.
2773 build_subdir="build-${build_noncanonical}"
2775 # Check whether --with-build-libsubdir was given.
2776 if test "${with_build_libsubdir+set}" = set; then :
2777 withval=$with_build_libsubdir; build_libsubdir="$withval"
2778 else
2779 build_libsubdir="$build_subdir"
2782 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2783 if ( test $srcdir = . && test -d gcc ) \
2784 || test -d $srcdir/../host-${host_noncanonical}; then
2785 host_subdir="host-${host_noncanonical}"
2786 else
2787 host_subdir=.
2789 # No prefix.
2790 target_subdir=${target_noncanonical}
2792 # Be sure to cover against remnants of an in-tree build.
2793 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2794 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2795 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2798 # Skipdirs are removed silently.
2799 skipdirs=
2800 # Noconfigdirs are removed loudly.
2801 noconfigdirs=""
2803 use_gnu_ld=
2804 # Make sure we don't let GNU ld be added if we didn't want it.
2805 if test x$with_gnu_ld = xno ; then
2806 use_gnu_ld=no
2807 noconfigdirs="$noconfigdirs ld gold"
2810 use_gnu_as=
2811 # Make sure we don't let GNU as be added if we didn't want it.
2812 if test x$with_gnu_as = xno ; then
2813 use_gnu_as=no
2814 noconfigdirs="$noconfigdirs gas"
2817 use_included_zlib=
2818 # Make sure we don't let ZLIB be added if we didn't want it.
2819 if test x$with_system_zlib = xyes ; then
2820 use_included_zlib=no
2821 noconfigdirs="$noconfigdirs zlib"
2824 # some tools are so dependent upon X11 that if we're not building with X,
2825 # it's not even worth trying to configure, much less build, that tool.
2827 case ${with_x} in
2828 yes | "") ;; # the default value for this tree is that X11 is available
2830 skipdirs="${skipdirs} tk itcl libgui"
2831 # We won't be able to build gdbtk without X.
2832 enable_gdbtk=no
2834 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2835 esac
2837 # Some are only suitable for cross toolchains.
2838 # Remove these if host=target.
2839 cross_only="target-libgloss target-newlib target-opcodes"
2841 case $is_cross_compiler in
2842 no) skipdirs="${skipdirs} ${cross_only}" ;;
2843 esac
2845 # If both --with-headers and --with-libs are specified, default to
2846 # --without-newlib.
2847 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2848 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2849 if test x"${with_newlib}" = x ; then
2850 with_newlib=no
2854 # Recognize --with-newlib/--without-newlib.
2855 case ${with_newlib} in
2856 no) skipdirs="${skipdirs} target-newlib" ;;
2857 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2858 esac
2860 # Handle --enable-gold, --enable-ld.
2861 # --disable-gold [--enable-ld]
2862 # Build only ld. Default option.
2863 # --enable-gold [--enable-ld]
2864 # Build both gold and ld. Install gold as "ld.gold", install ld
2865 # as "ld.bfd" and "ld".
2866 # --enable-gold=default [--enable-ld]
2867 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2868 # install ld as "ld.bfd".
2869 # --enable-gold[=default] --disable-ld
2870 # Build only gold, which is then installed as both "ld.gold" and "ld".
2871 # --enable-gold --enable-ld=default
2872 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2873 # and ld.bfd).
2874 # In other words, ld is default
2875 # --enable-gold=default --enable-ld=default
2876 # Error.
2878 default_ld=
2879 # Check whether --enable-gold was given.
2880 if test "${enable_gold+set}" = set; then :
2881 enableval=$enable_gold; ENABLE_GOLD=$enableval
2882 else
2883 ENABLE_GOLD=no
2886 case "${ENABLE_GOLD}" in
2887 yes|default)
2888 # Check for ELF target.
2889 is_elf=no
2890 case "${target}" in
2891 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2892 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2893 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2894 | *-*-solaris2* | *-*-nto*)
2895 case "${target}" in
2896 *-*-linux*aout* | *-*-linux*oldld*)
2899 is_elf=yes
2901 esac
2902 esac
2904 if test "$is_elf" = "yes"; then
2905 # Check for target supported by gold.
2906 case "${target}" in
2907 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
2908 configdirs="$configdirs gold"
2909 if test x${ENABLE_GOLD} = xdefault; then
2910 default_ld=gold
2912 ENABLE_GOLD=yes
2914 esac
2920 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2922 esac
2924 # Check whether --enable-ld was given.
2925 if test "${enable_ld+set}" = set; then :
2926 enableval=$enable_ld; ENABLE_LD=$enableval
2927 else
2928 ENABLE_LD=yes
2932 case "${ENABLE_LD}" in
2933 default)
2934 if test x${default_ld} != x; then
2935 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2938 yes)
2941 if test x${ENABLE_GOLD} != xyes; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2943 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2945 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2948 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2950 esac
2952 # Configure extra directories which are host specific
2954 case "${host}" in
2955 *-cygwin*)
2956 configdirs="$configdirs libtermcap" ;;
2957 esac
2959 # A target can indicate whether a language isn't supported for some reason.
2960 # Only spaces may be used in this macro; not newlines or tabs.
2961 unsupported_languages=
2963 # Remove more programs from consideration, based on the host or
2964 # target this usually means that a port of the program doesn't
2965 # exist yet.
2967 case "${host}" in
2968 i[3456789]86-*-msdosdjgpp*)
2969 noconfigdirs="$noconfigdirs tcl tk itcl libffi"
2971 x86_64-*-mingw*)
2972 noconfigdirs="$noconfigdirs newlib"
2974 i[3456789]86-*-mingw32*)
2975 noconfigdirs="$noconfigdirs newlib"
2977 esac
2980 # Check whether --enable-libquadmath was given.
2981 if test "${enable_libquadmath+set}" = set; then :
2982 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2983 else
2984 ENABLE_LIBQUADMATH=yes
2987 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
2988 noconfigdirs="$noconfigdirs target-libquadmath"
2992 # Check whether --enable-libquadmath-support was given.
2993 if test "${enable_libquadmath_support+set}" = set; then :
2994 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
2995 else
2996 ENABLE_LIBQUADMATH_SUPPORT=yes
2999 enable_libquadmath_support=
3000 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3001 enable_libquadmath_support=no
3005 # Check whether --enable-libada was given.
3006 if test "${enable_libada+set}" = set; then :
3007 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3008 else
3009 ENABLE_LIBADA=yes
3012 if test "${ENABLE_LIBADA}" != "yes" ; then
3013 noconfigdirs="$noconfigdirs gnattools"
3016 # Check whether --enable-libssp was given.
3017 if test "${enable_libssp+set}" = set; then :
3018 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3019 else
3020 ENABLE_LIBSSP=yes
3024 # Save it here so that, even in case of --enable-libgcj, if the Java
3025 # front-end isn't enabled, we still get libgcj disabled.
3026 libgcj_saved=$libgcj
3027 case $enable_libgcj in
3028 yes)
3029 # If we reset it here, it won't get added to noconfigdirs in the
3030 # target-specific build rules, so it will be forcibly enabled
3031 # (unless the Java language itself isn't enabled).
3032 libgcj=
3035 # Make sure we get it printed in the list of not supported target libs.
3036 # Don't disable libffi, though, other languages use it.
3037 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3038 # Clear libgcj_saved so that even if java is enabled libffi won't be
3039 # built.
3040 libgcj_saved=
3042 esac
3045 # Disable libmudflap on some systems.
3046 if test x$enable_libmudflap = x ; then
3047 case "${target}" in
3048 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3049 # Enable libmudflap by default in GNU and friends.
3051 *-*-freebsd*)
3052 # Enable libmudflap by default in FreeBSD.
3055 # Disable it by default everywhere else.
3056 noconfigdirs="$noconfigdirs target-libmudflap"
3058 esac
3061 # Disable libgomp on non POSIX hosted systems.
3062 if test x$enable_libgomp = x ; then
3063 # Enable libgomp by default on hosted POSIX systems.
3064 case "${target}" in
3065 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3067 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
3069 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
3071 *-*-darwin* | *-*-aix*)
3074 noconfigdirs="$noconfigdirs target-libgomp"
3076 esac
3079 # Default libgloss CPU subdirectory.
3080 libgloss_dir="$target_cpu"
3082 case "${target}" in
3083 *-*-chorusos)
3084 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3086 powerpc-*-darwin*)
3087 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3088 noconfigdirs="$noconfigdirs sim target-rda"
3090 i[3456789]86-*-darwin*)
3091 noconfigdirs="$noconfigdirs ld gprof"
3092 noconfigdirs="$noconfigdirs sim target-rda"
3094 x86_64-*-darwin[912]*)
3095 noconfigdirs="$noconfigdirs ld gas gprof"
3096 noconfigdirs="$noconfigdirs sim target-rda"
3098 *-*-darwin*)
3099 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3100 noconfigdirs="$noconfigdirs sim target-rda"
3101 noconfigdirs="$noconfigdirs ${libgcj}"
3103 *-*-dragonfly*)
3104 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3106 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
3107 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3109 *-*-freebsd*)
3110 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3111 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3112 && test -f /usr/local/include/gmp.h; then
3113 with_gmp=/usr/local
3116 # Skip some stuff that's unsupported on some FreeBSD configurations.
3117 case "${target}" in
3118 i*86-*-*) ;;
3119 alpha*-*-*) ;;
3120 x86_64-*-*) ;;
3122 noconfigdirs="$noconfigdirs ${libgcj}"
3124 esac
3126 *-*-kaos*)
3127 # Remove unsupported stuff on all kaOS configurations.
3128 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3"
3129 skipdirs="$skipdirs target-libobjc"
3130 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3131 noconfigdirs="$noconfigdirs target-libgloss"
3133 *-*-netbsd*)
3134 # Skip some stuff on all NetBSD configurations.
3135 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3137 # Skip some stuff that's unsupported on some NetBSD configurations.
3138 case "${target}" in
3139 i*86-*-netbsdelf*) ;;
3140 arm*-*-netbsdelf*) ;;
3142 noconfigdirs="$noconfigdirs ${libgcj}"
3144 esac
3146 *-*-netware*)
3147 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj}"
3149 *-*-rtems*)
3150 skipdirs="${skipdirs} target-libiberty"
3151 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3153 # The tpf target doesn't support gdb yet.
3154 *-*-tpf*)
3155 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} gdb tcl tk libgui itcl"
3157 *-*-uclinux*)
3158 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
3160 *-*-vxworks*)
3161 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
3163 alpha*-dec-osf*)
3164 # ld works, but does not support shared libraries.
3165 # newlib is not 64 bit ready.
3166 # gas doesn't generate exception information.
3167 noconfigdirs="$noconfigdirs gas ld target-newlib target-libgloss"
3169 alpha*-*-*vms*)
3170 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3172 alpha*-*-linux*)
3173 # newlib is not 64 bit ready
3174 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3176 alpha*-*-*)
3177 # newlib is not 64 bit ready
3178 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3180 am33_2.0-*-linux*)
3181 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3183 sh-*-linux*)
3184 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3186 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3187 noconfigdirs="$noconfigdirs ${libgcj}"
3188 noconfigdirs="$noconfigdirs target-libiberty"
3189 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3190 # the C++ libraries don't build on top of CE's C libraries
3191 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3192 noconfigdirs="$noconfigdirs target-newlib"
3193 libgloss_dir=wince
3195 arc-*-*)
3196 noconfigdirs="$noconfigdirs target-libgloss"
3198 arm-*-coff)
3199 noconfigdirs="$noconfigdirs ${libgcj}"
3200 libgloss_dir=arm
3202 arm-*-elf* | arm*-*-eabi* )
3203 noconfigdirs="$noconfigdirs target-libffi"
3204 libgloss_dir=arm
3206 arm*-*-linux-gnueabi)
3207 noconfigdirs="$noconfigdirs"
3208 case ${with_newlib} in
3209 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3210 esac
3211 libgloss_dir=arm
3213 arm*-*-symbianelf*)
3214 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
3215 libgloss_dir=arm
3217 arm-*-pe*)
3218 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3220 arm-*-riscix*)
3221 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3223 avr-*-*)
3224 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
3226 bfin-*-*)
3227 unsupported_languages="$unsupported_languages java"
3228 noconfigdirs="$noconfigdirs target-boehm-gc"
3229 if test x${is_cross_compiler} != xno ; then
3230 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3233 c4x-*-* | tic4x-*-*)
3234 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3236 c54x*-*-* | tic54x-*-*)
3237 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
3239 cr16-*-*)
3240 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3242 cris-*-* | crisv32-*-*)
3243 unsupported_languages="$unsupported_languages java"
3244 case "${target}" in
3245 *-*-aout)
3246 unsupported_languages="$unsupported_languages fortran"
3247 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3248 *-*-elf) # See PR46792 regarding target-libffi.
3249 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3250 *-*-linux*)
3251 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
3253 unsupported_languages="$unsupported_languages fortran"
3254 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
3255 esac
3256 libgloss_dir=cris
3258 d10v-*-*)
3259 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3261 d30v-*-*)
3262 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3264 fr30-*-elf*)
3265 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3267 frv-*-*)
3268 noconfigdirs="$noconfigdirs ${libgcj}"
3270 moxie-*-*)
3271 noconfigdirs="$noconfigdirs ${libgcj}"
3272 noconfigdirs="$noconfigdirs gprof"
3274 h8300*-*-*)
3275 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3277 h8500-*-*)
3278 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3280 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3282 hppa*64*-*-linux*)
3283 # In this case, it's because the hppa64-linux target is for
3284 # the kernel only at this point and has no libc, and thus no
3285 # headers, crt*.o, etc., all of which are needed by these.
3286 noconfigdirs="$noconfigdirs target-zlib"
3288 hppa*-*-linux*)
3290 hppa*-*-*elf* | \
3291 hppa*-*-lites* | \
3292 hppa*-*-openbsd* | \
3293 hppa*64*-*-*)
3294 noconfigdirs="$noconfigdirs ${libgcj}"
3296 hppa*-hp-hpux11*)
3297 noconfigdirs="$noconfigdirs ld"
3299 hppa*-*-pro*)
3300 libgloss_dir=pa
3302 hppa*-*-*)
3303 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3304 # build on HP-UX 10.20.
3305 noconfigdirs="$noconfigdirs ld ${libgcj}"
3307 i960-*-*)
3308 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3310 ia64*-*-elf*)
3311 # No gdb support yet.
3312 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3314 ia64*-**-hpux*)
3315 # No ld support yet.
3316 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
3318 ia64*-*-*vms*)
3319 # No gdb or ld support yet.
3320 noconfigdirs="$noconfigdirs ${libgcj} readline libgui itcl gdb ld"
3322 i[3456789]86-*-coff | i[3456789]86-*-elf)
3323 noconfigdirs="$noconfigdirs ${libgcj}"
3324 libgloss_dir=i386
3326 i[3456789]86-*-linux*)
3327 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3328 # not build java stuff by default.
3329 case "${target}" in
3330 *-*-*libc1*)
3331 noconfigdirs="$noconfigdirs ${libgcj}";;
3332 esac
3334 # This section makes it possible to build newlib natively on linux.
3335 # If we are using a cross compiler then don't configure newlib.
3336 if test x${is_cross_compiler} != xno ; then
3337 noconfigdirs="$noconfigdirs target-newlib"
3339 noconfigdirs="$noconfigdirs target-libgloss"
3340 # If we are not using a cross compiler, do configure newlib.
3341 # Note however, that newlib will only be configured in this situation
3342 # if the --with-newlib option has been given, because otherwise
3343 # 'target-newlib' will appear in skipdirs.
3345 i[3456789]86-w64-mingw*)
3346 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
3348 i[3456789]86-*-mingw*)
3349 target_configdirs="$target_configdirs target-winsup"
3350 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
3352 x86_64-*-mingw*)
3353 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
3355 *-*-cygwin*)
3356 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3357 noconfigdirs="$noconfigdirs target-libgloss"
3358 # always build newlib if winsup directory is present.
3359 if test -d "$srcdir/winsup/cygwin"; then
3360 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3361 elif test -d "$srcdir/newlib"; then
3362 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3365 i[3456789]86-*-interix* )
3367 i[3456789]86-*-pe)
3368 noconfigdirs="$noconfigdirs target-libgloss"
3370 i[3456789]86-*-sco3.2v5*)
3371 # The linker does not yet know about weak symbols in COFF,
3372 # and is not configured to handle mixed ELF and COFF.
3373 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3375 i[3456789]86-*-sco*)
3376 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3378 i[3456789]86-*-solaris2*)
3379 noconfigdirs="$noconfigdirs target-libgloss"
3381 i[3456789]86-*-sysv4*)
3382 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3384 i[3456789]86-*-beos*)
3385 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3387 i[3456789]86-*-rdos*)
3388 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3390 m32r-*-*)
3391 noconfigdirs="$noconfigdirs ${libgcj}"
3393 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3394 noconfigdirs="$noconfigdirs target-libiberty"
3395 libgloss_dir=m68hc11
3397 m68k-*-elf*)
3398 noconfigdirs="$noconfigdirs ${libgcj}"
3400 m68k-*-coff*)
3401 noconfigdirs="$noconfigdirs ${libgcj}"
3403 m68*-*-* | fido-*-*)
3404 libgloss_dir=m68k
3406 mmix-*-*)
3407 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
3408 unsupported_languages="$unsupported_languages fortran java"
3410 mn10200-*-*)
3411 noconfigdirs="$noconfigdirs ${libgcj}"
3413 mn10300-*-*)
3414 noconfigdirs="$noconfigdirs ${libgcj}"
3416 mt-*-*)
3417 noconfigdirs="$noconfigdirs sim"
3419 picochip-*-*)
3420 noconfigdirs="$noconfigdirs target-libiberty"
3422 powerpc-*-aix*)
3423 # copied from rs6000-*-* entry
3424 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3426 powerpc*-*-winnt* | powerpc*-*-pe*)
3427 target_configdirs="$target_configdirs target-winsup"
3428 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl ${libgcj}"
3429 # always build newlib.
3430 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3432 # This is temporary until we can link against shared libraries
3433 powerpcle-*-solaris*)
3434 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl ${libgcj}"
3435 libgloss_dir=rs6000
3437 powerpc-*-beos*)
3438 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3440 powerpc-*-eabi)
3441 noconfigdirs="$noconfigdirs ${libgcj}"
3442 libgloss_dir=rs6000
3444 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3445 libgloss_dir=rs6000
3447 rs6000-*-lynxos*)
3448 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
3450 rs6000-*-aix*)
3451 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3453 rs6000-*-*)
3454 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3456 m68k-apollo-*)
3457 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
3459 microblaze*)
3460 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
3462 mips*-sde-elf*)
3463 skipdirs="$skipdirs target-libiberty"
3464 noconfigdirs="$noconfigdirs ${libgcj}"
3465 if test x$with_newlib = xyes; then
3466 noconfigdirs="$noconfigdirs gprof"
3468 libgloss_dir=mips
3470 mips*-*-irix5*)
3471 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3473 mips*-*-irix6*)
3474 # Linking libjava exceeds command-line length limits on at least
3475 # IRIX 6.2, but not on IRIX 6.5.
3476 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3477 # <oldham@codesourcery.com>
3478 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3480 mips*-*-bsd*)
3481 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3483 mips*-*-linux*)
3484 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3486 mips*-*-*)
3487 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3488 libgloss_dir=mips
3490 romp-*-*)
3491 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
3493 sh-*-* | sh64-*-*)
3494 case "${target}" in
3495 sh*-*-elf)
3496 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3498 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3499 esac
3501 sparclet-*-aout* | sparc86x-*-*)
3502 libgloss_dir=sparc
3504 sparc-*-elf*)
3505 noconfigdirs="$noconfigdirs ${libgcj}"
3507 sparc64-*-elf*)
3508 noconfigdirs="$noconfigdirs ${libgcj}"
3509 libgloss_dir=sparc
3511 sparclite-*-*)
3512 noconfigdirs="$noconfigdirs ${libgcj}"
3513 libgloss_dir=sparc
3515 sparc-*-sunos4*)
3516 noconfigdirs="$noconfigdirs ${libgcj}"
3517 if test x${is_cross_compiler} != xno ; then
3518 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3519 else
3520 use_gnu_ld=no
3523 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
3524 noconfigdirs="$noconfigdirs ${libgcj}"
3526 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3528 tic6x-*-*)
3529 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3531 v810-*-*)
3532 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
3534 v850*-*-*)
3535 noconfigdirs="$noconfigdirs ${libgcj}"
3537 vax-*-vms)
3538 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
3540 vax-*-*)
3541 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3543 xtensa*-*-*)
3544 noconfigdirs="$noconfigdirs ${libgcj}"
3546 ip2k-*-*)
3547 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3549 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3550 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3552 *-*-lynxos*)
3553 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3555 *-*-*)
3556 noconfigdirs="$noconfigdirs ${libgcj}"
3558 esac
3560 # If we aren't building newlib, then don't build libgloss, since libgloss
3561 # depends upon some newlib header files.
3562 case "${noconfigdirs}" in
3563 *target-libgloss*) ;;
3564 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3565 esac
3567 # Work in distributions that contain no compiler tools, like Autoconf.
3568 host_makefile_frag=/dev/null
3569 if test -d ${srcdir}/config ; then
3570 case "${host}" in
3571 i[3456789]86-*-msdosdjgpp*)
3572 host_makefile_frag="config/mh-djgpp"
3574 *-cygwin*)
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3577 $as_echo_n "checking to see if cat works as expected... " >&6; }
3578 echo a >cygwin-cat-check
3579 if test `cat cygwin-cat-check` = a ; then
3580 rm cygwin-cat-check
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3582 $as_echo "yes" >&6; }
3583 else
3584 rm cygwin-cat-check
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3586 $as_echo "no" >&6; }
3587 as_fn_error "The cat command does not ignore carriage return characters.
3588 Please either mount the build directory in binary mode or run the following
3589 commands before running any configure script:
3590 set -o igncr
3591 export SHELLOPTS
3592 " "$LINENO" 5
3595 host_makefile_frag="config/mh-cygwin"
3597 *-mingw*)
3598 host_makefile_frag="config/mh-mingw"
3600 *-interix*)
3601 host_makefile_frag="config/mh-interix"
3603 hppa*-hp-hpux10*)
3604 host_makefile_frag="config/mh-pa-hpux10"
3606 hppa*-hp-hpux*)
3607 host_makefile_frag="config/mh-pa"
3609 hppa*-*)
3610 host_makefile_frag="config/mh-pa"
3612 *-*-darwin*)
3613 host_makefile_frag="config/mh-darwin"
3615 powerpc-*-aix*)
3616 host_makefile_frag="config/mh-ppc-aix"
3618 rs6000-*-aix*)
3619 host_makefile_frag="config/mh-ppc-aix"
3621 esac
3624 if test "${build}" != "${host}" ; then
3625 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3626 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3627 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3628 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3629 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3630 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3631 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3632 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3633 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3634 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3635 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3636 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3637 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3638 else
3639 AR_FOR_BUILD="\$(AR)"
3640 AS_FOR_BUILD="\$(AS)"
3641 CC_FOR_BUILD="\$(CC)"
3642 CXX_FOR_BUILD="\$(CXX)"
3643 GCJ_FOR_BUILD="\$(GCJ)"
3644 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3645 GOC_FOR_BUILD="\$(GOC)"
3646 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3647 LD_FOR_BUILD="\$(LD)"
3648 NM_FOR_BUILD="\$(NM)"
3649 RANLIB_FOR_BUILD="\$(RANLIB)"
3650 WINDRES_FOR_BUILD="\$(WINDRES)"
3651 WINDMC_FOR_BUILD="\$(WINDMC)"
3654 ac_ext=c
3655 ac_cpp='$CPP $CPPFLAGS'
3656 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3657 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3658 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659 if test -n "$ac_tool_prefix"; then
3660 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3661 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3663 $as_echo_n "checking for $ac_word... " >&6; }
3664 if test "${ac_cv_prog_CC+set}" = set; then :
3665 $as_echo_n "(cached) " >&6
3666 else
3667 if test -n "$CC"; then
3668 ac_cv_prog_CC="$CC" # Let the user override the test.
3669 else
3670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3671 for as_dir in $PATH
3673 IFS=$as_save_IFS
3674 test -z "$as_dir" && as_dir=.
3675 for ac_exec_ext in '' $ac_executable_extensions; do
3676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3677 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3679 break 2
3681 done
3682 done
3683 IFS=$as_save_IFS
3687 CC=$ac_cv_prog_CC
3688 if test -n "$CC"; then
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3690 $as_echo "$CC" >&6; }
3691 else
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3693 $as_echo "no" >&6; }
3698 if test -z "$ac_cv_prog_CC"; then
3699 ac_ct_CC=$CC
3700 # Extract the first word of "gcc", so it can be a program name with args.
3701 set dummy gcc; ac_word=$2
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3703 $as_echo_n "checking for $ac_word... " >&6; }
3704 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3705 $as_echo_n "(cached) " >&6
3706 else
3707 if test -n "$ac_ct_CC"; then
3708 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3709 else
3710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3711 for as_dir in $PATH
3713 IFS=$as_save_IFS
3714 test -z "$as_dir" && as_dir=.
3715 for ac_exec_ext in '' $ac_executable_extensions; do
3716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3717 ac_cv_prog_ac_ct_CC="gcc"
3718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3719 break 2
3721 done
3722 done
3723 IFS=$as_save_IFS
3727 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3728 if test -n "$ac_ct_CC"; then
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3730 $as_echo "$ac_ct_CC" >&6; }
3731 else
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3733 $as_echo "no" >&6; }
3736 if test "x$ac_ct_CC" = x; then
3737 CC=""
3738 else
3739 case $cross_compiling:$ac_tool_warned in
3740 yes:)
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3742 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3743 ac_tool_warned=yes ;;
3744 esac
3745 CC=$ac_ct_CC
3747 else
3748 CC="$ac_cv_prog_CC"
3751 if test -z "$CC"; then
3752 if test -n "$ac_tool_prefix"; then
3753 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3754 set dummy ${ac_tool_prefix}cc; ac_word=$2
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3756 $as_echo_n "checking for $ac_word... " >&6; }
3757 if test "${ac_cv_prog_CC+set}" = set; then :
3758 $as_echo_n "(cached) " >&6
3759 else
3760 if test -n "$CC"; then
3761 ac_cv_prog_CC="$CC" # Let the user override the test.
3762 else
3763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3764 for as_dir in $PATH
3766 IFS=$as_save_IFS
3767 test -z "$as_dir" && as_dir=.
3768 for ac_exec_ext in '' $ac_executable_extensions; do
3769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3770 ac_cv_prog_CC="${ac_tool_prefix}cc"
3771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3772 break 2
3774 done
3775 done
3776 IFS=$as_save_IFS
3780 CC=$ac_cv_prog_CC
3781 if test -n "$CC"; then
3782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3783 $as_echo "$CC" >&6; }
3784 else
3785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3786 $as_echo "no" >&6; }
3792 if test -z "$CC"; then
3793 # Extract the first word of "cc", so it can be a program name with args.
3794 set dummy cc; ac_word=$2
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3796 $as_echo_n "checking for $ac_word... " >&6; }
3797 if test "${ac_cv_prog_CC+set}" = set; then :
3798 $as_echo_n "(cached) " >&6
3799 else
3800 if test -n "$CC"; then
3801 ac_cv_prog_CC="$CC" # Let the user override the test.
3802 else
3803 ac_prog_rejected=no
3804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3805 for as_dir in $PATH
3807 IFS=$as_save_IFS
3808 test -z "$as_dir" && as_dir=.
3809 for ac_exec_ext in '' $ac_executable_extensions; do
3810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3811 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3812 ac_prog_rejected=yes
3813 continue
3815 ac_cv_prog_CC="cc"
3816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3817 break 2
3819 done
3820 done
3821 IFS=$as_save_IFS
3823 if test $ac_prog_rejected = yes; then
3824 # We found a bogon in the path, so make sure we never use it.
3825 set dummy $ac_cv_prog_CC
3826 shift
3827 if test $# != 0; then
3828 # We chose a different compiler from the bogus one.
3829 # However, it has the same basename, so the bogon will be chosen
3830 # first if we set CC to just the basename; use the full file name.
3831 shift
3832 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3837 CC=$ac_cv_prog_CC
3838 if test -n "$CC"; then
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3840 $as_echo "$CC" >&6; }
3841 else
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3843 $as_echo "no" >&6; }
3848 if test -z "$CC"; then
3849 if test -n "$ac_tool_prefix"; then
3850 for ac_prog in cl.exe
3852 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3853 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3855 $as_echo_n "checking for $ac_word... " >&6; }
3856 if test "${ac_cv_prog_CC+set}" = set; then :
3857 $as_echo_n "(cached) " >&6
3858 else
3859 if test -n "$CC"; then
3860 ac_cv_prog_CC="$CC" # Let the user override the test.
3861 else
3862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3863 for as_dir in $PATH
3865 IFS=$as_save_IFS
3866 test -z "$as_dir" && as_dir=.
3867 for ac_exec_ext in '' $ac_executable_extensions; do
3868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3869 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3871 break 2
3873 done
3874 done
3875 IFS=$as_save_IFS
3879 CC=$ac_cv_prog_CC
3880 if test -n "$CC"; then
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3882 $as_echo "$CC" >&6; }
3883 else
3884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3885 $as_echo "no" >&6; }
3889 test -n "$CC" && break
3890 done
3892 if test -z "$CC"; then
3893 ac_ct_CC=$CC
3894 for ac_prog in cl.exe
3896 # Extract the first word of "$ac_prog", so it can be a program name with args.
3897 set dummy $ac_prog; ac_word=$2
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3899 $as_echo_n "checking for $ac_word... " >&6; }
3900 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3901 $as_echo_n "(cached) " >&6
3902 else
3903 if test -n "$ac_ct_CC"; then
3904 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3905 else
3906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3907 for as_dir in $PATH
3909 IFS=$as_save_IFS
3910 test -z "$as_dir" && as_dir=.
3911 for ac_exec_ext in '' $ac_executable_extensions; do
3912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3913 ac_cv_prog_ac_ct_CC="$ac_prog"
3914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3915 break 2
3917 done
3918 done
3919 IFS=$as_save_IFS
3923 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3924 if test -n "$ac_ct_CC"; then
3925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3926 $as_echo "$ac_ct_CC" >&6; }
3927 else
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3929 $as_echo "no" >&6; }
3933 test -n "$ac_ct_CC" && break
3934 done
3936 if test "x$ac_ct_CC" = x; then
3937 CC=""
3938 else
3939 case $cross_compiling:$ac_tool_warned in
3940 yes:)
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3942 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3943 ac_tool_warned=yes ;;
3944 esac
3945 CC=$ac_ct_CC
3952 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3953 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3954 as_fn_error "no acceptable C compiler found in \$PATH
3955 See \`config.log' for more details." "$LINENO" 5; }
3957 # Provide some information about the compiler.
3958 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3959 set X $ac_compile
3960 ac_compiler=$2
3961 for ac_option in --version -v -V -qversion; do
3962 { { ac_try="$ac_compiler $ac_option >&5"
3963 case "(($ac_try" in
3964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3965 *) ac_try_echo=$ac_try;;
3966 esac
3967 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3968 $as_echo "$ac_try_echo"; } >&5
3969 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3970 ac_status=$?
3971 if test -s conftest.err; then
3972 sed '10a\
3973 ... rest of stderr output deleted ...
3974 10q' conftest.err >conftest.er1
3975 cat conftest.er1 >&5
3976 rm -f conftest.er1 conftest.err
3978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3979 test $ac_status = 0; }
3980 done
3982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3983 /* end confdefs.h. */
3986 main ()
3990 return 0;
3992 _ACEOF
3993 ac_clean_files_save=$ac_clean_files
3994 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3995 # Try to create an executable without -o first, disregard a.out.
3996 # It will help us diagnose broken compilers, and finding out an intuition
3997 # of exeext.
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3999 $as_echo_n "checking for C compiler default output file name... " >&6; }
4000 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4002 # The possible output files:
4003 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4005 ac_rmfiles=
4006 for ac_file in $ac_files
4008 case $ac_file in
4009 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4010 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4011 esac
4012 done
4013 rm -f $ac_rmfiles
4015 if { { ac_try="$ac_link_default"
4016 case "(($ac_try" in
4017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4018 *) ac_try_echo=$ac_try;;
4019 esac
4020 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4021 $as_echo "$ac_try_echo"; } >&5
4022 (eval "$ac_link_default") 2>&5
4023 ac_status=$?
4024 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4025 test $ac_status = 0; }; then :
4026 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4027 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4028 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4029 # so that the user can short-circuit this test for compilers unknown to
4030 # Autoconf.
4031 for ac_file in $ac_files ''
4033 test -f "$ac_file" || continue
4034 case $ac_file in
4035 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4037 [ab].out )
4038 # We found the default executable, but exeext='' is most
4039 # certainly right.
4040 break;;
4041 *.* )
4042 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4043 then :; else
4044 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4046 # We set ac_cv_exeext here because the later test for it is not
4047 # safe: cross compilers may not add the suffix if given an `-o'
4048 # argument, so we may need to know it at that point already.
4049 # Even if this section looks crufty: it has the advantage of
4050 # actually working.
4051 break;;
4053 break;;
4054 esac
4055 done
4056 test "$ac_cv_exeext" = no && ac_cv_exeext=
4058 else
4059 ac_file=''
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4062 $as_echo "$ac_file" >&6; }
4063 if test -z "$ac_file"; then :
4064 $as_echo "$as_me: failed program was:" >&5
4065 sed 's/^/| /' conftest.$ac_ext >&5
4067 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4068 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4069 { as_fn_set_status 77
4070 as_fn_error "C compiler cannot create executables
4071 See \`config.log' for more details." "$LINENO" 5; }; }
4073 ac_exeext=$ac_cv_exeext
4075 # Check that the compiler produces executables we can run. If not, either
4076 # the compiler is broken, or we cross compile.
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4078 $as_echo_n "checking whether the C compiler works... " >&6; }
4079 # If not cross compiling, check that we can run a simple program.
4080 if test "$cross_compiling" != yes; then
4081 if { ac_try='./$ac_file'
4082 { { case "(($ac_try" in
4083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4084 *) ac_try_echo=$ac_try;;
4085 esac
4086 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4087 $as_echo "$ac_try_echo"; } >&5
4088 (eval "$ac_try") 2>&5
4089 ac_status=$?
4090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4091 test $ac_status = 0; }; }; then
4092 cross_compiling=no
4093 else
4094 if test "$cross_compiling" = maybe; then
4095 cross_compiling=yes
4096 else
4097 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4098 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4099 as_fn_error "cannot run C compiled programs.
4100 If you meant to cross compile, use \`--host'.
4101 See \`config.log' for more details." "$LINENO" 5; }
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4106 $as_echo "yes" >&6; }
4108 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4109 ac_clean_files=$ac_clean_files_save
4110 # Check that the compiler produces executables we can run. If not, either
4111 # the compiler is broken, or we cross compile.
4112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4113 $as_echo_n "checking whether we are cross compiling... " >&6; }
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4115 $as_echo "$cross_compiling" >&6; }
4117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4118 $as_echo_n "checking for suffix of executables... " >&6; }
4119 if { { ac_try="$ac_link"
4120 case "(($ac_try" in
4121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4122 *) ac_try_echo=$ac_try;;
4123 esac
4124 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4125 $as_echo "$ac_try_echo"; } >&5
4126 (eval "$ac_link") 2>&5
4127 ac_status=$?
4128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4129 test $ac_status = 0; }; then :
4130 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4131 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4132 # work properly (i.e., refer to `conftest.exe'), while it won't with
4133 # `rm'.
4134 for ac_file in conftest.exe conftest conftest.*; do
4135 test -f "$ac_file" || continue
4136 case $ac_file in
4137 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4138 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4139 break;;
4140 * ) break;;
4141 esac
4142 done
4143 else
4144 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4145 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4146 as_fn_error "cannot compute suffix of executables: cannot compile and link
4147 See \`config.log' for more details." "$LINENO" 5; }
4149 rm -f conftest$ac_cv_exeext
4150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4151 $as_echo "$ac_cv_exeext" >&6; }
4153 rm -f conftest.$ac_ext
4154 EXEEXT=$ac_cv_exeext
4155 ac_exeext=$EXEEXT
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4157 $as_echo_n "checking for suffix of object files... " >&6; }
4158 if test "${ac_cv_objext+set}" = set; then :
4159 $as_echo_n "(cached) " >&6
4160 else
4161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4162 /* end confdefs.h. */
4165 main ()
4169 return 0;
4171 _ACEOF
4172 rm -f conftest.o conftest.obj
4173 if { { ac_try="$ac_compile"
4174 case "(($ac_try" in
4175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4176 *) ac_try_echo=$ac_try;;
4177 esac
4178 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4179 $as_echo "$ac_try_echo"; } >&5
4180 (eval "$ac_compile") 2>&5
4181 ac_status=$?
4182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4183 test $ac_status = 0; }; then :
4184 for ac_file in conftest.o conftest.obj conftest.*; do
4185 test -f "$ac_file" || continue;
4186 case $ac_file in
4187 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4188 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4189 break;;
4190 esac
4191 done
4192 else
4193 $as_echo "$as_me: failed program was:" >&5
4194 sed 's/^/| /' conftest.$ac_ext >&5
4196 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4197 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4198 as_fn_error "cannot compute suffix of object files: cannot compile
4199 See \`config.log' for more details." "$LINENO" 5; }
4201 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4204 $as_echo "$ac_cv_objext" >&6; }
4205 OBJEXT=$ac_cv_objext
4206 ac_objext=$OBJEXT
4207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4208 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4209 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4210 $as_echo_n "(cached) " >&6
4211 else
4212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4213 /* end confdefs.h. */
4216 main ()
4218 #ifndef __GNUC__
4219 choke me
4220 #endif
4223 return 0;
4225 _ACEOF
4226 if ac_fn_c_try_compile "$LINENO"; then :
4227 ac_compiler_gnu=yes
4228 else
4229 ac_compiler_gnu=no
4231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4232 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4236 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4237 if test $ac_compiler_gnu = yes; then
4238 GCC=yes
4239 else
4240 GCC=
4242 ac_test_CFLAGS=${CFLAGS+set}
4243 ac_save_CFLAGS=$CFLAGS
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4245 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4246 if test "${ac_cv_prog_cc_g+set}" = set; then :
4247 $as_echo_n "(cached) " >&6
4248 else
4249 ac_save_c_werror_flag=$ac_c_werror_flag
4250 ac_c_werror_flag=yes
4251 ac_cv_prog_cc_g=no
4252 CFLAGS="-g"
4253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4254 /* end confdefs.h. */
4257 main ()
4261 return 0;
4263 _ACEOF
4264 if ac_fn_c_try_compile "$LINENO"; then :
4265 ac_cv_prog_cc_g=yes
4266 else
4267 CFLAGS=""
4268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4269 /* end confdefs.h. */
4272 main ()
4276 return 0;
4278 _ACEOF
4279 if ac_fn_c_try_compile "$LINENO"; then :
4281 else
4282 ac_c_werror_flag=$ac_save_c_werror_flag
4283 CFLAGS="-g"
4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4285 /* end confdefs.h. */
4288 main ()
4292 return 0;
4294 _ACEOF
4295 if ac_fn_c_try_compile "$LINENO"; then :
4296 ac_cv_prog_cc_g=yes
4298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4303 ac_c_werror_flag=$ac_save_c_werror_flag
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4306 $as_echo "$ac_cv_prog_cc_g" >&6; }
4307 if test "$ac_test_CFLAGS" = set; then
4308 CFLAGS=$ac_save_CFLAGS
4309 elif test $ac_cv_prog_cc_g = yes; then
4310 if test "$GCC" = yes; then
4311 CFLAGS="-g -O2"
4312 else
4313 CFLAGS="-g"
4315 else
4316 if test "$GCC" = yes; then
4317 CFLAGS="-O2"
4318 else
4319 CFLAGS=
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4323 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4324 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4325 $as_echo_n "(cached) " >&6
4326 else
4327 ac_cv_prog_cc_c89=no
4328 ac_save_CC=$CC
4329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4330 /* end confdefs.h. */
4331 #include <stdarg.h>
4332 #include <stdio.h>
4333 #include <sys/types.h>
4334 #include <sys/stat.h>
4335 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4336 struct buf { int x; };
4337 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4338 static char *e (p, i)
4339 char **p;
4340 int i;
4342 return p[i];
4344 static char *f (char * (*g) (char **, int), char **p, ...)
4346 char *s;
4347 va_list v;
4348 va_start (v,p);
4349 s = g (p, va_arg (v,int));
4350 va_end (v);
4351 return s;
4354 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4355 function prototypes and stuff, but not '\xHH' hex character constants.
4356 These don't provoke an error unfortunately, instead are silently treated
4357 as 'x'. The following induces an error, until -std is added to get
4358 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4359 array size at least. It's necessary to write '\x00'==0 to get something
4360 that's true only with -std. */
4361 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4363 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4364 inside strings and character constants. */
4365 #define FOO(x) 'x'
4366 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4368 int test (int i, double x);
4369 struct s1 {int (*f) (int a);};
4370 struct s2 {int (*f) (double a);};
4371 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4372 int argc;
4373 char **argv;
4375 main ()
4377 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4379 return 0;
4381 _ACEOF
4382 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4383 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4385 CC="$ac_save_CC $ac_arg"
4386 if ac_fn_c_try_compile "$LINENO"; then :
4387 ac_cv_prog_cc_c89=$ac_arg
4389 rm -f core conftest.err conftest.$ac_objext
4390 test "x$ac_cv_prog_cc_c89" != "xno" && break
4391 done
4392 rm -f conftest.$ac_ext
4393 CC=$ac_save_CC
4396 # AC_CACHE_VAL
4397 case "x$ac_cv_prog_cc_c89" in
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4400 $as_echo "none needed" >&6; } ;;
4401 xno)
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4403 $as_echo "unsupported" >&6; } ;;
4405 CC="$CC $ac_cv_prog_cc_c89"
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4407 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4408 esac
4409 if test "x$ac_cv_prog_cc_c89" != xno; then :
4413 ac_ext=c
4414 ac_cpp='$CPP $CPPFLAGS'
4415 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4416 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4417 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4419 ac_ext=cpp
4420 ac_cpp='$CXXCPP $CPPFLAGS'
4421 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4422 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4423 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4424 if test -z "$CXX"; then
4425 if test -n "$CCC"; then
4426 CXX=$CCC
4427 else
4428 if test -n "$ac_tool_prefix"; then
4429 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4431 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4432 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4434 $as_echo_n "checking for $ac_word... " >&6; }
4435 if test "${ac_cv_prog_CXX+set}" = set; then :
4436 $as_echo_n "(cached) " >&6
4437 else
4438 if test -n "$CXX"; then
4439 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4440 else
4441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4442 for as_dir in $PATH
4444 IFS=$as_save_IFS
4445 test -z "$as_dir" && as_dir=.
4446 for ac_exec_ext in '' $ac_executable_extensions; do
4447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4448 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4450 break 2
4452 done
4453 done
4454 IFS=$as_save_IFS
4458 CXX=$ac_cv_prog_CXX
4459 if test -n "$CXX"; then
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4461 $as_echo "$CXX" >&6; }
4462 else
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4464 $as_echo "no" >&6; }
4468 test -n "$CXX" && break
4469 done
4471 if test -z "$CXX"; then
4472 ac_ct_CXX=$CXX
4473 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4475 # Extract the first word of "$ac_prog", so it can be a program name with args.
4476 set dummy $ac_prog; ac_word=$2
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4478 $as_echo_n "checking for $ac_word... " >&6; }
4479 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4480 $as_echo_n "(cached) " >&6
4481 else
4482 if test -n "$ac_ct_CXX"; then
4483 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4484 else
4485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 for as_dir in $PATH
4488 IFS=$as_save_IFS
4489 test -z "$as_dir" && as_dir=.
4490 for ac_exec_ext in '' $ac_executable_extensions; do
4491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4492 ac_cv_prog_ac_ct_CXX="$ac_prog"
4493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4494 break 2
4496 done
4497 done
4498 IFS=$as_save_IFS
4502 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4503 if test -n "$ac_ct_CXX"; then
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4505 $as_echo "$ac_ct_CXX" >&6; }
4506 else
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4508 $as_echo "no" >&6; }
4512 test -n "$ac_ct_CXX" && break
4513 done
4515 if test "x$ac_ct_CXX" = x; then
4516 CXX="g++"
4517 else
4518 case $cross_compiling:$ac_tool_warned in
4519 yes:)
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4521 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4522 ac_tool_warned=yes ;;
4523 esac
4524 CXX=$ac_ct_CXX
4530 # Provide some information about the compiler.
4531 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4532 set X $ac_compile
4533 ac_compiler=$2
4534 for ac_option in --version -v -V -qversion; do
4535 { { ac_try="$ac_compiler $ac_option >&5"
4536 case "(($ac_try" in
4537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4538 *) ac_try_echo=$ac_try;;
4539 esac
4540 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4541 $as_echo "$ac_try_echo"; } >&5
4542 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4543 ac_status=$?
4544 if test -s conftest.err; then
4545 sed '10a\
4546 ... rest of stderr output deleted ...
4547 10q' conftest.err >conftest.er1
4548 cat conftest.er1 >&5
4549 rm -f conftest.er1 conftest.err
4551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4552 test $ac_status = 0; }
4553 done
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4556 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4557 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4558 $as_echo_n "(cached) " >&6
4559 else
4560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4561 /* end confdefs.h. */
4564 main ()
4566 #ifndef __GNUC__
4567 choke me
4568 #endif
4571 return 0;
4573 _ACEOF
4574 if ac_fn_cxx_try_compile "$LINENO"; then :
4575 ac_compiler_gnu=yes
4576 else
4577 ac_compiler_gnu=no
4579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4580 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4584 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4585 if test $ac_compiler_gnu = yes; then
4586 GXX=yes
4587 else
4588 GXX=
4590 ac_test_CXXFLAGS=${CXXFLAGS+set}
4591 ac_save_CXXFLAGS=$CXXFLAGS
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4593 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4594 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4595 $as_echo_n "(cached) " >&6
4596 else
4597 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4598 ac_cxx_werror_flag=yes
4599 ac_cv_prog_cxx_g=no
4600 CXXFLAGS="-g"
4601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4602 /* end confdefs.h. */
4605 main ()
4609 return 0;
4611 _ACEOF
4612 if ac_fn_cxx_try_compile "$LINENO"; then :
4613 ac_cv_prog_cxx_g=yes
4614 else
4615 CXXFLAGS=""
4616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4617 /* end confdefs.h. */
4620 main ()
4624 return 0;
4626 _ACEOF
4627 if ac_fn_cxx_try_compile "$LINENO"; then :
4629 else
4630 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4631 CXXFLAGS="-g"
4632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4633 /* end confdefs.h. */
4636 main ()
4640 return 0;
4642 _ACEOF
4643 if ac_fn_cxx_try_compile "$LINENO"; then :
4644 ac_cv_prog_cxx_g=yes
4646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4651 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4654 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4655 if test "$ac_test_CXXFLAGS" = set; then
4656 CXXFLAGS=$ac_save_CXXFLAGS
4657 elif test $ac_cv_prog_cxx_g = yes; then
4658 if test "$GXX" = yes; then
4659 CXXFLAGS="-g -O2"
4660 else
4661 CXXFLAGS="-g"
4663 else
4664 if test "$GXX" = yes; then
4665 CXXFLAGS="-O2"
4666 else
4667 CXXFLAGS=
4670 ac_ext=c
4671 ac_cpp='$CPP $CPPFLAGS'
4672 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4673 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4674 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4677 # We must set the default linker to the linker used by gcc for the correct
4678 # operation of libtool. If LD is not defined and we are using gcc, try to
4679 # set the LD default to the ld used by gcc.
4680 if test -z "$LD"; then
4681 if test "$GCC" = yes; then
4682 case $build in
4683 *-*-mingw*)
4684 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4686 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4687 esac
4688 case $gcc_prog_ld in
4689 # Accept absolute paths.
4690 [\\/]* | [A-Za-z]:[\\/]*)
4691 LD="$gcc_prog_ld" ;;
4692 esac
4699 if test -n "$ac_tool_prefix"; then
4700 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4701 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4703 $as_echo_n "checking for $ac_word... " >&6; }
4704 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4705 $as_echo_n "(cached) " >&6
4706 else
4707 if test -n "$GNATBIND"; then
4708 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4709 else
4710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4711 for as_dir in $PATH
4713 IFS=$as_save_IFS
4714 test -z "$as_dir" && as_dir=.
4715 for ac_exec_ext in '' $ac_executable_extensions; do
4716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4717 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4719 break 2
4721 done
4722 done
4723 IFS=$as_save_IFS
4727 GNATBIND=$ac_cv_prog_GNATBIND
4728 if test -n "$GNATBIND"; then
4729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4730 $as_echo "$GNATBIND" >&6; }
4731 else
4732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4733 $as_echo "no" >&6; }
4738 if test -z "$ac_cv_prog_GNATBIND"; then
4739 ac_ct_GNATBIND=$GNATBIND
4740 # Extract the first word of "gnatbind", so it can be a program name with args.
4741 set dummy gnatbind; ac_word=$2
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4743 $as_echo_n "checking for $ac_word... " >&6; }
4744 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4745 $as_echo_n "(cached) " >&6
4746 else
4747 if test -n "$ac_ct_GNATBIND"; then
4748 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4749 else
4750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4751 for as_dir in $PATH
4753 IFS=$as_save_IFS
4754 test -z "$as_dir" && as_dir=.
4755 for ac_exec_ext in '' $ac_executable_extensions; do
4756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4757 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4759 break 2
4761 done
4762 done
4763 IFS=$as_save_IFS
4767 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4768 if test -n "$ac_ct_GNATBIND"; then
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4770 $as_echo "$ac_ct_GNATBIND" >&6; }
4771 else
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4773 $as_echo "no" >&6; }
4776 if test "x$ac_ct_GNATBIND" = x; then
4777 GNATBIND="no"
4778 else
4779 case $cross_compiling:$ac_tool_warned in
4780 yes:)
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4782 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4783 ac_tool_warned=yes ;;
4784 esac
4785 GNATBIND=$ac_ct_GNATBIND
4787 else
4788 GNATBIND="$ac_cv_prog_GNATBIND"
4791 if test -n "$ac_tool_prefix"; then
4792 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4793 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4795 $as_echo_n "checking for $ac_word... " >&6; }
4796 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4797 $as_echo_n "(cached) " >&6
4798 else
4799 if test -n "$GNATMAKE"; then
4800 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4801 else
4802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4803 for as_dir in $PATH
4805 IFS=$as_save_IFS
4806 test -z "$as_dir" && as_dir=.
4807 for ac_exec_ext in '' $ac_executable_extensions; do
4808 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4809 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
4810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4811 break 2
4813 done
4814 done
4815 IFS=$as_save_IFS
4819 GNATMAKE=$ac_cv_prog_GNATMAKE
4820 if test -n "$GNATMAKE"; then
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4822 $as_echo "$GNATMAKE" >&6; }
4823 else
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4825 $as_echo "no" >&6; }
4830 if test -z "$ac_cv_prog_GNATMAKE"; then
4831 ac_ct_GNATMAKE=$GNATMAKE
4832 # Extract the first word of "gnatmake", so it can be a program name with args.
4833 set dummy gnatmake; ac_word=$2
4834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4835 $as_echo_n "checking for $ac_word... " >&6; }
4836 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4837 $as_echo_n "(cached) " >&6
4838 else
4839 if test -n "$ac_ct_GNATMAKE"; then
4840 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
4841 else
4842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4843 for as_dir in $PATH
4845 IFS=$as_save_IFS
4846 test -z "$as_dir" && as_dir=.
4847 for ac_exec_ext in '' $ac_executable_extensions; do
4848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4849 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
4850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4851 break 2
4853 done
4854 done
4855 IFS=$as_save_IFS
4859 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4860 if test -n "$ac_ct_GNATMAKE"; then
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4862 $as_echo "$ac_ct_GNATMAKE" >&6; }
4863 else
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4865 $as_echo "no" >&6; }
4868 if test "x$ac_ct_GNATMAKE" = x; then
4869 GNATMAKE="no"
4870 else
4871 case $cross_compiling:$ac_tool_warned in
4872 yes:)
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4874 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4875 ac_tool_warned=yes ;;
4876 esac
4877 GNATMAKE=$ac_ct_GNATMAKE
4879 else
4880 GNATMAKE="$ac_cv_prog_GNATMAKE"
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4884 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4885 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4886 $as_echo_n "(cached) " >&6
4887 else
4888 cat >conftest.adb <<EOF
4889 procedure conftest is begin null; end conftest;
4891 acx_cv_cc_gcc_supports_ada=no
4892 # There is a bug in old released versions of GCC which causes the
4893 # driver to exit successfully when the appropriate language module
4894 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4895 # Therefore we must check for the error message as well as an
4896 # unsuccessful exit.
4897 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4898 # given a .adb file, but produce no object file. So we must check
4899 # if an object file was really produced to guard against this.
4900 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4901 if test x"$errors" = x && test -f conftest.$ac_objext; then
4902 acx_cv_cc_gcc_supports_ada=yes
4904 rm -f conftest.*
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4907 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4909 if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
4910 have_gnat=yes
4911 else
4912 have_gnat=no
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4916 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4917 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4918 $as_echo_n "(cached) " >&6
4919 else
4920 echo abfoo >t1
4921 echo cdfoo >t2
4922 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4923 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4924 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4926 else
4927 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4930 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4931 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4933 else
4934 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
4937 rm t1 t2
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
4941 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
4942 do_compare="$gcc_cv_prog_cmp_skip"
4946 # See if we are building gcc with C++.
4947 # Check whether --enable-build-with-cxx was given.
4948 if test "${enable_build_with_cxx+set}" = set; then :
4949 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
4950 else
4951 ENABLE_BUILD_WITH_CXX=no
4955 # Used for setting $lt_cv_objdir
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
4957 $as_echo_n "checking for objdir... " >&6; }
4958 if test "${lt_cv_objdir+set}" = set; then :
4959 $as_echo_n "(cached) " >&6
4960 else
4961 rm -f .libs 2>/dev/null
4962 mkdir .libs 2>/dev/null
4963 if test -d .libs; then
4964 lt_cv_objdir=.libs
4965 else
4966 # MS-DOS does not allow filenames that begin with a dot.
4967 lt_cv_objdir=_libs
4969 rmdir .libs 2>/dev/null
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
4972 $as_echo "$lt_cv_objdir" >&6; }
4973 objdir=$lt_cv_objdir
4979 cat >>confdefs.h <<_ACEOF
4980 #define LT_OBJDIR "$lt_cv_objdir/"
4981 _ACEOF
4985 # Check for GMP, MPFR and MPC
4986 gmplibs="-lmpc -lmpfr -lgmp"
4987 gmpinc=
4988 have_gmp=no
4990 # Specify a location for mpc
4991 # check for this first so it ends up on the link line before mpfr.
4993 # Check whether --with-mpc was given.
4994 if test "${with_mpc+set}" = set; then :
4995 withval=$with_mpc;
4999 # Check whether --with-mpc-include was given.
5000 if test "${with_mpc_include+set}" = set; then :
5001 withval=$with_mpc_include;
5005 # Check whether --with-mpc-lib was given.
5006 if test "${with_mpc_lib+set}" = set; then :
5007 withval=$with_mpc_lib;
5011 if test "x$with_mpc" != x; then
5012 gmplibs="-L$with_mpc/lib $gmplibs"
5013 gmpinc="-I$with_mpc/include $gmpinc"
5015 if test "x$with_mpc_include" != x; then
5016 gmpinc="-I$with_mpc_include $gmpinc"
5018 if test "x$with_mpc_lib" != x; then
5019 gmplibs="-L$with_mpc_lib $gmplibs"
5021 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5022 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5023 gmpinc='-I$$s/mpc/src '"$gmpinc"
5024 # Do not test the mpc version. Assume that it is sufficient, since
5025 # it is in the source tree, and the library has not been built yet
5026 # but it would be included on the link line in the version check below
5027 # hence making the test fail.
5028 have_gmp=yes
5031 # Specify a location for mpfr
5032 # check for this first so it ends up on the link line before gmp.
5034 # Check whether --with-mpfr-dir was given.
5035 if test "${with_mpfr_dir+set}" = set; then :
5036 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5037 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5042 # Check whether --with-mpfr was given.
5043 if test "${with_mpfr+set}" = set; then :
5044 withval=$with_mpfr;
5048 # Check whether --with-mpfr-include was given.
5049 if test "${with_mpfr_include+set}" = set; then :
5050 withval=$with_mpfr_include;
5054 # Check whether --with-mpfr-lib was given.
5055 if test "${with_mpfr_lib+set}" = set; then :
5056 withval=$with_mpfr_lib;
5060 if test "x$with_mpfr" != x; then
5061 gmplibs="-L$with_mpfr/lib $gmplibs"
5062 gmpinc="-I$with_mpfr/include $gmpinc"
5064 if test "x$with_mpfr_include" != x; then
5065 gmpinc="-I$with_mpfr_include $gmpinc"
5067 if test "x$with_mpfr_lib" != x; then
5068 gmplibs="-L$with_mpfr_lib $gmplibs"
5070 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5071 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5072 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5073 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5074 # Do not test the mpfr version. Assume that it is sufficient, since
5075 # it is in the source tree, and the library has not been built yet
5076 # but it would be included on the link line in the version check below
5077 # hence making the test fail.
5078 have_gmp=yes
5081 # Specify a location for gmp
5083 # Check whether --with-gmp-dir was given.
5084 if test "${with_gmp_dir+set}" = set; then :
5085 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5086 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5091 # Check whether --with-gmp was given.
5092 if test "${with_gmp+set}" = set; then :
5093 withval=$with_gmp;
5097 # Check whether --with-gmp-include was given.
5098 if test "${with_gmp_include+set}" = set; then :
5099 withval=$with_gmp_include;
5103 # Check whether --with-gmp-lib was given.
5104 if test "${with_gmp_lib+set}" = set; then :
5105 withval=$with_gmp_lib;
5110 if test "x$with_gmp" != x; then
5111 gmplibs="-L$with_gmp/lib $gmplibs"
5112 gmpinc="-I$with_gmp/include $gmpinc"
5114 if test "x$with_gmp_include" != x; then
5115 gmpinc="-I$with_gmp_include $gmpinc"
5117 if test "x$with_gmp_lib" != x; then
5118 gmplibs="-L$with_gmp_lib $gmplibs"
5120 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5121 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5122 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5123 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5124 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5125 # Do not test the gmp version. Assume that it is sufficient, since
5126 # it is in the source tree, and the library has not been built yet
5127 # but it would be included on the link line in the version check below
5128 # hence making the test fail.
5129 have_gmp=yes
5132 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5133 have_gmp=yes
5134 saved_CFLAGS="$CFLAGS"
5135 CFLAGS="$CFLAGS $gmpinc"
5136 # Check for the recommended and required versions of GMP.
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5138 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5141 /* end confdefs.h. */
5142 #include "gmp.h"
5144 main ()
5147 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5148 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5149 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5150 choke me
5151 #endif
5154 return 0;
5156 _ACEOF
5157 if ac_fn_c_try_compile "$LINENO"; then :
5158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5159 /* end confdefs.h. */
5160 #include <gmp.h>
5162 main ()
5165 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5166 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5167 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5168 choke me
5169 #endif
5172 return 0;
5174 _ACEOF
5175 if ac_fn_c_try_compile "$LINENO"; then :
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5177 $as_echo "yes" >&6; }
5178 else
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5180 $as_echo "buggy but acceptable" >&6; }
5182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5183 else
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5185 $as_echo "no" >&6; }; have_gmp=no
5187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5189 # If we have GMP, check the MPFR version.
5190 if test x"$have_gmp" = xyes; then
5191 # Check for the recommended and required versions of MPFR.
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5193 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5195 /* end confdefs.h. */
5196 #include <gmp.h>
5197 #include <mpfr.h>
5199 main ()
5202 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5203 choke me
5204 #endif
5207 return 0;
5209 _ACEOF
5210 if ac_fn_c_try_compile "$LINENO"; then :
5211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5212 /* end confdefs.h. */
5213 #include <gmp.h>
5214 #include <mpfr.h>
5216 main ()
5219 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5220 choke me
5221 #endif
5224 return 0;
5226 _ACEOF
5227 if ac_fn_c_try_compile "$LINENO"; then :
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5229 $as_echo "yes" >&6; }
5230 else
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5232 $as_echo "buggy but acceptable" >&6; }
5234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5235 else
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5237 $as_echo "no" >&6; }; have_gmp=no
5239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5242 # Check for the MPC header version.
5243 if test x"$have_gmp" = xyes ; then
5244 # Check for the recommended and required versions of MPC.
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5246 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5248 /* end confdefs.h. */
5249 #include <mpc.h>
5251 main ()
5254 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5255 choke me
5256 #endif
5259 return 0;
5261 _ACEOF
5262 if ac_fn_c_try_compile "$LINENO"; then :
5263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5264 /* end confdefs.h. */
5265 #include <mpc.h>
5267 main ()
5270 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5271 choke me
5272 #endif
5275 return 0;
5277 _ACEOF
5278 if ac_fn_c_try_compile "$LINENO"; then :
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5280 $as_echo "yes" >&6; }
5281 else
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5283 $as_echo "buggy but acceptable" >&6; }
5285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5286 else
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5288 $as_echo "no" >&6; }; have_gmp=no
5290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5293 # Now check the MPFR library.
5294 if test x"$have_gmp" = xyes; then
5295 saved_LIBS="$LIBS"
5296 LIBS="$LIBS $gmplibs"
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5298 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5300 /* end confdefs.h. */
5301 #include <mpc.h>
5303 main ()
5306 mpfr_t n;
5307 mpfr_t x;
5308 mpc_t c;
5309 int t;
5310 mpfr_init (n);
5311 mpfr_init (x);
5312 mpfr_atan2 (n, n, x, GMP_RNDN);
5313 mpfr_erfc (n, x, GMP_RNDN);
5314 mpfr_subnormalize (x, t, GMP_RNDN);
5315 mpfr_clear(n);
5316 mpfr_clear(x);
5317 mpc_init2 (c, 53);
5318 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5319 mpc_cosh (c, c, MPC_RNDNN);
5320 mpc_pow (c, c, c, MPC_RNDNN);
5321 mpc_acosh (c, c, MPC_RNDNN);
5322 mpc_clear (c);
5325 return 0;
5327 _ACEOF
5328 if ac_fn_c_try_link "$LINENO"; then :
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5330 $as_echo "yes" >&6; }
5331 else
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5333 $as_echo "no" >&6; }; have_gmp=no
5335 rm -f core conftest.err conftest.$ac_objext \
5336 conftest$ac_exeext conftest.$ac_ext
5337 LIBS="$saved_LIBS"
5340 CFLAGS="$saved_CFLAGS"
5342 # The library versions listed in the error message below should match
5343 # the HARD-minimums enforced above.
5344 if test x$have_gmp != xyes; then
5345 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5346 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5347 their locations. Source code for these libraries can be found at
5348 their respective hosting sites as well as at
5349 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5350 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5351 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5352 make sure that you have installed both the libraries and the header
5353 files. They may be located in separate packages." "$LINENO" 5
5357 # Flags needed for both GMP, MPFR and/or MPC.
5364 # Allow host libstdc++ to be specified for static linking with PPL.
5366 # Check whether --with-host-libstdcxx was given.
5367 if test "${with_host_libstdcxx+set}" = set; then :
5368 withval=$with_host_libstdcxx;
5372 case $with_host_libstdcxx in
5373 no|yes)
5374 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5376 esac
5378 # Linker flags to use for stage1 or when not boostrapping.
5380 # Check whether --with-stage1-ldflags was given.
5381 if test "${with_stage1_ldflags+set}" = set; then :
5382 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5383 stage1_ldflags=
5384 else
5385 stage1_ldflags=$withval
5387 else
5388 stage1_ldflags=
5393 # Libraries to use for stage1 or when not bootstrapping.
5395 # Check whether --with-stage1-libs was given.
5396 if test "${with_stage1_libs+set}" = set; then :
5397 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5398 stage1_libs=
5399 else
5400 stage1_libs=$withval
5402 else
5403 stage1_libs=$with_host_libstdcxx
5408 # Libraries to use for stage2 and later builds. This defaults to the
5409 # argument passed to --with-host-libstdcxx.
5411 # Check whether --with-boot-libs was given.
5412 if test "${with_boot_libs+set}" = set; then :
5413 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5414 poststage1_libs=
5415 else
5416 poststage1_libs=$withval
5418 else
5419 poststage1_libs=$with_host_libstdcxx
5424 # Linker flags to use for stage2 and later builds.
5426 # Check whether --with-boot-ldflags was given.
5427 if test "${with_boot_ldflags+set}" = set; then :
5428 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5429 poststage1_ldflags=
5430 else
5431 poststage1_ldflags=$withval
5433 else
5434 poststage1_ldflags=
5435 # In stages 2 and 3, default to linking libstdc++ and libgcc
5436 # statically. But if the user explicitly specified the libraries to
5437 # use, trust that they are doing what they want.
5438 if test "$poststage1_libs" = ""; then
5439 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5445 # Check for PPL
5446 ppllibs=
5447 pplinc=
5448 pwllib=
5451 # Check whether --with-ppl was given.
5452 if test "${with_ppl+set}" = set; then :
5453 withval=$with_ppl;
5457 # Check whether --with-ppl-include was given.
5458 if test "${with_ppl_include+set}" = set; then :
5459 withval=$with_ppl_include;
5463 # Check whether --with-ppl-lib was given.
5464 if test "${with_ppl_lib+set}" = set; then :
5465 withval=$with_ppl_lib;
5469 # Check whether --enable-ppl-version-check was given.
5470 if test "${enable_ppl_version_check+set}" = set; then :
5471 enableval=$enable_ppl_version_check;
5475 case $with_ppl in
5476 yes | no | "")
5479 ppllibs="-L$with_ppl/lib"
5480 pplinc="-I$with_ppl/include $pplinc"
5481 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5482 with_ppl=yes
5483 else
5484 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5487 esac
5489 if test x"$with_ppl_include" != x; then
5490 pplinc="-I$with_ppl_include $pplinc"
5491 with_ppl=yes
5494 if test "x$with_ppl_lib" != x; then
5495 ppllibs="-L$with_ppl_lib"
5496 with_ppl=yes
5499 if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5500 if test x"$enable_watchdog" = xyes; then
5501 pwllib="-lpwl"
5503 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5504 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5505 enable_ppl_version_check=no
5506 with_ppl=yes
5509 if test "x$with_ppl" != xno; then
5510 if test "x$pwllib" = x; then
5511 saved_LIBS="$LIBS"
5512 LIBS="$LIBS $ppllibs -lstdc++ -lm"
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5514 $as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5515 if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5516 $as_echo_n "(cached) " >&6
5517 else
5518 ac_check_lib_save_LIBS=$LIBS
5519 LIBS="-lpwl $LIBS"
5520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5521 /* end confdefs.h. */
5523 /* Override any GCC internal prototype to avoid an error.
5524 Use char because int might match the return type of a GCC
5525 builtin and then its argument prototype would still apply. */
5526 #ifdef __cplusplus
5527 extern "C"
5528 #endif
5529 char PWL_handle_timeout ();
5531 main ()
5533 return PWL_handle_timeout ();
5535 return 0;
5537 _ACEOF
5538 if ac_fn_c_try_link "$LINENO"; then :
5539 ac_cv_lib_pwl_PWL_handle_timeout=yes
5540 else
5541 ac_cv_lib_pwl_PWL_handle_timeout=no
5543 rm -f core conftest.err conftest.$ac_objext \
5544 conftest$ac_exeext conftest.$ac_ext
5545 LIBS=$ac_check_lib_save_LIBS
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5548 $as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5549 if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5550 pwllib="-lpwl"
5553 LIBS="$saved_LIBS"
5556 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5558 if test "$enable_ppl_version_check" != no; then
5559 saved_CFLAGS="$CFLAGS"
5560 CFLAGS="$CFLAGS $pplinc $gmpinc"
5561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5562 $as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5564 /* end confdefs.h. */
5565 #include "ppl_c.h"
5567 main ()
5570 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5571 choke me
5572 #endif
5575 return 0;
5577 _ACEOF
5578 if ac_fn_c_try_compile "$LINENO"; then :
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5580 $as_echo "yes" >&6; }
5581 else
5582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5583 $as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5586 CFLAGS="$saved_CFLAGS"
5590 # Flags needed for PPL
5595 # Check for CLOOG
5599 # Check whether --with-cloog was given.
5600 if test "${with_cloog+set}" = set; then :
5601 withval=$with_cloog;
5605 # Check whether --with-cloog-include was given.
5606 if test "${with_cloog_include+set}" = set; then :
5607 withval=$with_cloog_include;
5611 # Check whether --with-cloog-lib was given.
5612 if test "${with_cloog_lib+set}" = set; then :
5613 withval=$with_cloog_lib;
5617 # Check whether --enable-cloog-backend was given.
5618 if test "${enable_cloog_backend+set}" = set; then :
5619 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5620 cloog_backend=isl
5621 elif test "x${enableval}" = "xppl"; then
5622 cloog_backend=ppl
5623 else
5624 cloog_backend=ppl-legacy
5626 else
5627 cloog_backend=ppl-legacy
5630 # Check whether --enable-cloog-version-check was given.
5631 if test "${enable_cloog_version_check+set}" = set; then :
5632 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5633 else
5634 ENABLE_CLOOG_CHECK=yes
5638 # Initialize clooglibs and clooginc.
5639 case $with_cloog in
5641 clooglibs=
5642 clooginc=
5644 "" | yes)
5647 clooglibs="-L$with_cloog/lib"
5648 clooginc="-I$with_cloog/include"
5650 esac
5651 if test "x${with_cloog_include}" != x ; then
5652 clooginc="-I$with_cloog_include"
5654 if test "x${with_cloog_lib}" != x; then
5655 clooglibs="-L$with_cloog_lib"
5662 if test "x$with_ppl" = "xno"; then
5666 if test "x${with_cloog}" = xno; then
5667 graphite_requested=no
5668 elif test "x${with_cloog}" != x \
5669 || test "x${with_cloog_include}" != x \
5670 || test "x${with_cloog_lib}" != x ; then
5671 graphite_requested=yes
5672 else
5673 graphite_requested=no
5677 if test "${graphite_requested}" = yes; then
5678 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5680 with_cloog=no
5682 if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5683 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5684 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5685 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5687 if test "x$with_cloog" != "xno"; then
5691 _cloog_saved_CFLAGS=$CFLAGS
5692 _cloog_saved_CPPFLAGS=$CPPFLAGS
5693 _cloog_saved_LDFLAGS=$LDFLAGS
5694 _cloog_saved_LIBS=$LIBS
5696 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5698 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5699 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5700 LDFLAGS="${LDFLAGS} ${clooglibs}"
5702 case $cloog_backend in
5703 "ppl-legacy")
5704 CFLAGS="${CFLAGS} ${pplinc}"
5705 LDFLAGS="${LDFLAGS} ${ppllibs}"
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5707 $as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5708 if test "${gcc_cv_cloog_type+set}" = set; then :
5709 $as_echo_n "(cached) " >&6
5710 else
5711 LIBS="-lcloog ${_cloog_saved_LIBS}"
5712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5713 /* end confdefs.h. */
5714 #include "cloog/cloog.h"
5716 main ()
5718 #ifndef CLOOG_PPL_BACKEND
5719 choke me
5720 #endif
5722 return 0;
5724 _ACEOF
5725 if ac_fn_c_try_link "$LINENO"; then :
5726 gcc_cv_cloog_type="PPL Legacy"
5727 else
5728 gcc_cv_cloog_type=no
5730 rm -f core conftest.err conftest.$ac_objext \
5731 conftest$ac_exeext conftest.$ac_ext
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5734 $as_echo "$gcc_cv_cloog_type" >&6; }
5736 "isl")
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5738 $as_echo_n "checking for installed CLooG ISL... " >&6; }
5739 if test "${gcc_cv_cloog_type+set}" = set; then :
5740 $as_echo_n "(cached) " >&6
5741 else
5742 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5744 /* end confdefs.h. */
5745 #include "cloog/cloog.h"
5747 main ()
5749 cloog_version ()
5751 return 0;
5753 _ACEOF
5754 if ac_fn_c_try_link "$LINENO"; then :
5755 gcc_cv_cloog_type="ISL"
5756 else
5757 gcc_cv_cloog_type=no
5759 rm -f core conftest.err conftest.$ac_objext \
5760 conftest$ac_exeext conftest.$ac_ext
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5763 $as_echo "$gcc_cv_cloog_type" >&6; }
5765 "ppl")
5766 CFLAGS="${CFLAGS} ${pplinc}"
5767 LDFLAGS="${LDFLAGS} ${ppllibs}"
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5769 $as_echo_n "checking for installed CLooG PPL... " >&6; }
5770 if test "${gcc_cv_cloog_type+set}" = set; then :
5771 $as_echo_n "(cached) " >&6
5772 else
5773 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5775 /* end confdefs.h. */
5776 #include "cloog/cloog.h"
5777 #include "cloog/ppl/cloog.h"
5779 main ()
5781 cloog_version ()
5783 return 0;
5785 _ACEOF
5786 if ac_fn_c_try_link "$LINENO"; then :
5787 gcc_cv_cloog_type="PPL"
5788 else
5789 gcc_cv_cloog_type=no
5791 rm -f core conftest.err conftest.$ac_objext \
5792 conftest$ac_exeext conftest.$ac_ext
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5795 $as_echo "$gcc_cv_cloog_type" >&6; }
5798 gcc_cv_cloog_type=""
5799 esac
5801 case $gcc_cv_cloog_type in
5802 "PPL Legacy")
5803 clooginc="${clooginc}"
5804 clooglibs="${clooglibs} -lcloog"
5805 cloog_org=no
5807 "ISL")
5808 clooginc="${clooginc} ${_cloogorginc}"
5809 clooglibs="${clooglibs} -lcloog-isl -lisl"
5810 cloog_org=yes
5812 "PPL")
5813 clooginc="${clooginc} ${_cloogorginc}"
5814 clooglibs="${clooglibs} -lcloog-ppl"
5815 cloog_org=yes
5818 clooglibs=
5819 clooginc=
5820 cloog_org=
5822 esac
5824 LIBS=$_cloog_saved_LIBS
5825 CFLAGS=$_cloog_saved_CFLAGS
5826 CPPFLAGS=$_cloog_saved_CPPFLAGS
5827 LDFLAGS=$_cloog_saved_LDFLAGS
5833 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5834 _cloog_saved_CFLAGS=$CFLAGS
5835 _cloog_saved_LDFLAGS=$LDFLAGS
5837 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
5838 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
5840 if test "${cloog_org}" = yes ; then
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
5842 $as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
5843 if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
5844 $as_echo_n "(cached) " >&6
5845 else
5846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5847 /* end confdefs.h. */
5848 #include "cloog/cloog.h"
5850 main ()
5852 #if CLOOG_VERSION_MAJOR != 0 \
5853 || CLOOG_VERSION_MINOR != 16 \
5854 || CLOOG_VERSION_REVISION < 1
5855 choke me
5856 #endif
5858 return 0;
5860 _ACEOF
5861 if ac_fn_c_try_compile "$LINENO"; then :
5862 gcc_cv_cloog_ct_0_14_0=yes
5863 else
5864 gcc_cv_cloog_ct_0_14_0=no
5866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
5869 $as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
5870 elif test "${cloog_org}" = no ; then
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
5872 $as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
5873 if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
5874 $as_echo_n "(cached) " >&6
5875 else
5876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5877 /* end confdefs.h. */
5878 #include "cloog/cloog.h"
5880 main ()
5882 #if CLOOG_VERSION_MAJOR != 0 \
5883 || CLOOG_VERSION_MINOR != 15 \
5884 || CLOOG_VERSION_REVISION < 5
5885 choke me
5886 #endif
5888 return 0;
5890 _ACEOF
5891 if ac_fn_c_try_compile "$LINENO"; then :
5892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5893 /* end confdefs.h. */
5894 #include "cloog/cloog.h"
5896 main ()
5898 #if CLOOG_VERSION_MAJOR != 0 \
5899 || CLOOG_VERSION_MINOR != 15 \
5900 || CLOOG_VERSION_REVISION < 9
5901 choke me
5902 #endif
5904 return 0;
5906 _ACEOF
5907 if ac_fn_c_try_compile "$LINENO"; then :
5908 gcc_cv_cloog_ct_0_15_5=yes
5909 else
5910 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
5912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5913 else
5914 gcc_cv_cloog_ct_0_15_5=no
5916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
5919 $as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
5922 CFLAGS=$_cloog_saved_CFLAGS
5923 LDFLAGS=$_cloog_saved_LDFLAGS
5932 if test "x${with_cloog}" = xno; then
5933 graphite_requested=no
5934 elif test "x${with_cloog}" != x \
5935 || test "x${with_cloog_include}" != x \
5936 || test "x${with_cloog_lib}" != x ; then
5937 graphite_requested=yes
5938 else
5939 graphite_requested=no
5944 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
5945 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
5946 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
5947 clooglibs=
5948 clooginc=
5951 if test "${graphite_requested}" = yes \
5952 && test "x${clooglibs}" = x \
5953 && test "x${clooginc}" = x ; then
5955 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
5961 # Check for LTO support.
5962 # Check whether --enable-lto was given.
5963 if test "${enable_lto+set}" = set; then :
5964 enableval=$enable_lto; enable_lto=$enableval
5965 else
5966 enable_lto=yes; default_enable_lto=yes
5973 target_elf=no
5974 case $target in
5975 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
5976 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
5977 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
5978 target_elf=no
5981 target_elf=yes
5983 esac
5985 if test $target_elf = yes; then :
5986 # ELF platforms build the lto-plugin always.
5987 build_lto_plugin=yes
5989 else
5990 if test x"$default_enable_lto" = x"yes" ; then
5991 case $target in
5992 *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
5993 # On other non-ELF platforms, LTO has yet to be validated.
5994 *) enable_lto=no ;;
5995 esac
5996 else
5997 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
5998 # It would also be nice to check the binutils support, but we don't
5999 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6000 # warn during gcc/ subconfigure; unless you're bootstrapping with
6001 # -flto it won't be needed until after installation anyway.
6002 case $target in
6003 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6004 *) if test x"$enable_lto" = x"yes"; then
6005 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6008 esac
6010 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6011 # Build it unless LTO was explicitly disabled.
6012 case $target in
6013 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6014 *) ;;
6015 esac
6021 # By default, C is the only stage 1 language.
6022 stage1_languages=,c,
6024 # Target libraries that we bootstrap.
6025 bootstrap_target_libs=,target-libgcc,
6027 # Figure out what language subdirectories are present.
6028 # Look if the user specified --enable-languages="..."; if not, use
6029 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6030 # go away some day.
6031 # NB: embedded tabs in this IF block -- do not untabify
6032 if test -d ${srcdir}/gcc; then
6033 if test x"${enable_languages+set}" != xset; then
6034 if test x"${LANGUAGES+set}" = xset; then
6035 enable_languages="${LANGUAGES}"
6036 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6037 else
6038 enable_languages=all
6040 else
6041 if test x"${enable_languages}" = x ||
6042 test x"${enable_languages}" = xyes;
6043 then
6044 echo configure.in: --enable-languages needs at least one language argument 1>&2
6045 exit 1
6048 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6050 # 'f95' is the old name for the 'fortran' language. We issue a warning
6051 # and make the substitution.
6052 case ,${enable_languages}, in
6053 *,f95,*)
6054 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6055 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6057 esac
6059 # First scan to see if an enabled language requires some other language.
6060 # We assume that a given config-lang.in will list all the language
6061 # front ends it requires, even if some are required indirectly.
6062 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6063 case ${lang_frag} in
6064 ..) ;;
6065 # The odd quoting in the next line works around
6066 # an apparent bug in bash 1.12 on linux.
6067 ${srcdir}/gcc/[*]/config-lang.in) ;;
6069 # From the config-lang.in, get $language, $lang_requires, and
6070 # $lang_requires_boot_languages.
6071 language=
6072 lang_requires=
6073 lang_requires_boot_languages=
6074 . ${lang_frag}
6075 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6076 case ,${enable_languages}, in
6077 *,$other,*) ;;
6078 *,all,*) ;;
6079 *,$language,*)
6080 echo " \`$other' language required by \`$language'; enabling" 1>&2
6081 enable_languages="${enable_languages},${other}"
6083 esac
6084 done
6085 for other in ${lang_requires_boot_languages} ; do
6086 if test "$other" != "c"; then
6087 case ,${enable_stage1_languages}, in
6088 *,$other,*) ;;
6089 *,all,*) ;;
6091 case ,${enable_languages}, in
6092 *,$language,*)
6093 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6094 enable_stage1_languages="$enable_stage1_languages,${other}"
6096 esac
6098 esac
6100 done
6102 esac
6103 done
6105 new_enable_languages=,c,
6107 # If LTO is enabled, add the LTO front end.
6108 extra_host_libiberty_configure_flags=
6109 if test "$enable_lto" = "yes" ; then
6110 case ,${enable_languages}, in
6111 *,lto,*) ;;
6112 *) enable_languages="${enable_languages},lto" ;;
6113 esac
6114 if test "${build_lto_plugin}" = "yes" ; then
6115 configdirs="$configdirs lto-plugin"
6116 extra_host_libiberty_configure_flags=--enable-shared
6121 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6122 potential_languages=,c,
6124 enabled_target_libs=
6125 disabled_target_libs=
6127 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6128 case ${lang_frag} in
6129 ..) ;;
6130 # The odd quoting in the next line works around
6131 # an apparent bug in bash 1.12 on linux.
6132 ${srcdir}/gcc/[*]/config-lang.in) ;;
6134 # From the config-lang.in, get $language, $target_libs,
6135 # $lang_dirs, $boot_language, and $build_by_default
6136 language=
6137 target_libs=
6138 lang_dirs=
6139 subdir_requires=
6140 boot_language=no
6141 build_by_default=yes
6142 . ${lang_frag}
6143 if test x${language} = x; then
6144 echo "${lang_frag} doesn't set \$language." 1>&2
6145 exit 1
6148 if test "$language" = "c++" \
6149 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6150 boot_language=yes
6153 case ,${enable_languages}, in
6154 *,${language},*)
6155 # Language was explicitly selected; include it.
6156 add_this_lang=yes
6158 *,all,*)
6159 # 'all' was selected, select it if it is a default language
6160 add_this_lang=${build_by_default}
6163 add_this_lang=no
6165 esac
6167 # Disable languages that need other directories if these aren't available.
6168 for i in $subdir_requires; do
6169 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6170 case ,${enable_languages}, in
6171 *,${language},*)
6172 # Specifically requested language; tell them.
6173 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6176 # Silently disable.
6177 add_this_lang=unsupported
6179 esac
6180 done
6182 # Disable Ada if no preexisting GNAT is available.
6183 case ,${enable_languages},:${language}:${have_gnat} in
6184 *,${language},*:ada:no)
6185 # Specifically requested language; tell them.
6186 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6188 *:ada:no)
6189 # Silently disable.
6190 add_this_lang=unsupported
6192 esac
6194 # Disable a language that is unsupported by the target.
6195 case " $unsupported_languages " in
6196 *" $language "*)
6197 add_this_lang=unsupported
6199 esac
6201 case $add_this_lang in
6202 unsupported)
6203 # Remove language-dependent dirs.
6204 disabled_target_libs="$disabled_target_libs $target_libs"
6205 noconfigdirs="$noconfigdirs $lang_dirs"
6208 # Remove language-dependent dirs; still show language as supported.
6209 disabled_target_libs="$disabled_target_libs $target_libs"
6210 noconfigdirs="$noconfigdirs $lang_dirs"
6211 potential_languages="${potential_languages}${language},"
6213 yes)
6214 new_enable_languages="${new_enable_languages}${language},"
6215 potential_languages="${potential_languages}${language},"
6216 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6217 enabled_target_libs="$enabled_target_libs $target_libs"
6218 case "${boot_language}:,$enable_stage1_languages," in
6219 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6220 # Add to (comma-separated) list of stage 1 languages.
6221 case ",$stage1_languages," in
6222 *,$language,* | ,yes, | ,all,) ;;
6223 *) stage1_languages="${stage1_languages}${language}," ;;
6224 esac
6225 # We need to bootstrap any supporting libraries.
6226 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6228 esac
6230 esac
6232 esac
6233 done
6235 # Add target libraries which are only needed for disabled languages
6236 # to noconfigdirs.
6237 if test -n "$disabled_target_libs"; then
6238 for dir in $disabled_target_libs; do
6239 case " $enabled_target_libs " in
6240 *" ${dir} "*) ;;
6241 *) noconfigdirs="$noconfigdirs $dir" ;;
6242 esac
6243 done
6246 # Check whether --enable-stage1-languages was given.
6247 if test "${enable_stage1_languages+set}" = set; then :
6248 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6249 ,no,|,,)
6250 # Set it to something that will have no effect in the loop below
6251 enable_stage1_languages=c ;;
6252 ,yes,)
6253 enable_stage1_languages=`echo $new_enable_languages | \
6254 sed -e "s/^,//" -e "s/,$//" ` ;;
6255 *,all,*)
6256 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6257 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6258 esac
6260 # Add "good" languages from enable_stage1_languages to stage1_languages,
6261 # while "bad" languages go in missing_languages. Leave no duplicates.
6262 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6263 case $potential_languages in
6264 *,$i,*)
6265 case $stage1_languages in
6266 *,$i,*) ;;
6267 *) stage1_languages="$stage1_languages$i," ;;
6268 esac ;;
6270 case $missing_languages in
6271 *,$i,*) ;;
6272 *) missing_languages="$missing_languages$i," ;;
6273 esac ;;
6274 esac
6275 done
6279 # Remove leading/trailing commas that were added for simplicity
6280 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6281 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6282 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6283 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6285 if test "x$missing_languages" != x; then
6286 as_fn_error "
6287 The following requested languages could not be built: ${missing_languages}
6288 Supported languages are: ${potential_languages}" "$LINENO" 5
6290 if test "x$new_enable_languages" != "x$enable_languages"; then
6291 echo The following languages will be built: ${new_enable_languages}
6292 enable_languages="$new_enable_languages"
6296 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6299 # Handle --disable-<component> generically.
6300 for dir in $configdirs $build_configdirs $target_configdirs ; do
6301 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6302 varname=`echo $dirname | sed -e s/+/_/g`
6303 if eval test x\${enable_${varname}} "=" xno ; then
6304 noconfigdirs="$noconfigdirs $dir"
6306 done
6308 # Check for Boehm's garbage collector
6309 # Check whether --enable-objc-gc was given.
6310 if test "${enable_objc_gc+set}" = set; then :
6311 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6312 *,objc,*:*:yes:*target-boehm-gc*)
6313 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6315 esac
6319 # Make sure we only build Boehm's garbage collector if required.
6320 case ,${enable_languages},:${enable_objc_gc} in
6321 *,objc,*:yes)
6322 # Keep target-boehm-gc if requested for Objective-C.
6325 # Otherwise remove target-boehm-gc depending on target-libjava.
6326 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6327 noconfigdirs="$noconfigdirs target-boehm-gc"
6330 esac
6332 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6333 # $build_configdirs and $target_configdirs.
6334 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6336 notsupp=""
6337 for dir in . $skipdirs $noconfigdirs ; do
6338 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6339 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6340 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6341 if test -r $srcdir/$dirname/configure ; then
6342 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6343 true
6344 else
6345 notsupp="$notsupp $dir"
6349 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6350 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6351 if test -r $srcdir/$dirname/configure ; then
6352 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6353 true
6354 else
6355 notsupp="$notsupp $dir"
6359 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6360 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6361 if test -r $srcdir/$dirname/configure ; then
6362 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6363 true
6364 else
6365 notsupp="$notsupp $dir"
6369 done
6371 # Sometimes the tools are distributed with libiberty but with no other
6372 # libraries. In that case, we don't want to build target-libiberty.
6373 # Don't let libgcc imply libiberty either.
6374 if test -n "${target_configdirs}" ; then
6375 libgcc=
6376 others=
6377 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6378 if test "$i" = "libgcc"; then
6379 libgcc=target-libgcc
6380 elif test "$i" != "libiberty" ; then
6381 if test -r $srcdir/$i/configure ; then
6382 others=yes;
6383 break;
6386 done
6387 if test -z "${others}" ; then
6388 target_configdirs=$libgcc
6392 # Quietly strip out all directories which aren't configurable in this tree.
6393 # This relies on all configurable subdirectories being autoconfiscated, which
6394 # is now the case.
6395 build_configdirs_all="$build_configdirs"
6396 build_configdirs=
6397 for i in ${build_configdirs_all} ; do
6398 j=`echo $i | sed -e s/build-//g`
6399 if test -f ${srcdir}/$j/configure ; then
6400 build_configdirs="${build_configdirs} $i"
6402 done
6404 configdirs_all="$configdirs"
6405 configdirs=
6406 for i in ${configdirs_all} ; do
6407 if test -f ${srcdir}/$i/configure ; then
6408 configdirs="${configdirs} $i"
6410 done
6412 target_configdirs_all="$target_configdirs"
6413 target_configdirs=
6414 for i in ${target_configdirs_all} ; do
6415 j=`echo $i | sed -e s/target-//g`
6416 if test -f ${srcdir}/$j/configure ; then
6417 target_configdirs="${target_configdirs} $i"
6419 done
6421 # Produce a warning message for the subdirs we can't configure.
6422 # This isn't especially interesting in the Cygnus tree, but in the individual
6423 # FSF releases, it's important to let people know when their machine isn't
6424 # supported by the one or two programs in a package.
6426 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6427 # If $appdirs is non-empty, at least one of those directories must still
6428 # be configured, or we error out. (E.g., if the gas release supports a
6429 # specified target in some subdirs but not the gas subdir, we shouldn't
6430 # pretend that all is well.)
6431 if test -n "$appdirs" ; then
6432 for dir in $appdirs ; do
6433 if test -r $dir/Makefile.in ; then
6434 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6435 appdirs=""
6436 break
6438 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6439 appdirs=""
6440 break
6443 done
6444 if test -n "$appdirs" ; then
6445 echo "*** This configuration is not supported by this package." 1>&2
6446 exit 1
6449 # Okay, some application will build, or we don't care to check. Still
6450 # notify of subdirs not getting built.
6451 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6452 echo " ${notsupp}" 1>&2
6453 echo " (Any other directories should still work fine.)" 1>&2
6456 case "$host" in
6457 *msdosdjgpp*)
6458 enable_gdbtk=no ;;
6459 esac
6461 # To find our prefix, in gcc_cv_tool_prefix.
6463 # The user is always right.
6464 if test "${PATH_SEPARATOR+set}" != set; then
6465 echo "#! /bin/sh" >conf$$.sh
6466 echo "exit 0" >>conf$$.sh
6467 chmod +x conf$$.sh
6468 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6469 PATH_SEPARATOR=';'
6470 else
6471 PATH_SEPARATOR=:
6473 rm -f conf$$.sh
6478 if test "x$exec_prefix" = xNONE; then
6479 if test "x$prefix" = xNONE; then
6480 gcc_cv_tool_prefix=$ac_default_prefix
6481 else
6482 gcc_cv_tool_prefix=$prefix
6484 else
6485 gcc_cv_tool_prefix=$exec_prefix
6488 # If there is no compiler in the tree, use the PATH only. In any
6489 # case, if there is no compiler in the tree nobody should use
6490 # AS_FOR_TARGET and LD_FOR_TARGET.
6491 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6492 gcc_version=`cat $srcdir/gcc/BASE-VER`
6493 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6494 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6495 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6496 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6497 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6498 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6499 else
6500 gcc_cv_tool_dirs=
6503 if test x$build = x$target && test -n "$md_exec_prefix"; then
6504 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6509 copy_dirs=
6512 # Check whether --with-build-sysroot was given.
6513 if test "${with_build_sysroot+set}" = set; then :
6514 withval=$with_build_sysroot; if test x"$withval" != x ; then
6515 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6517 else
6518 SYSROOT_CFLAGS_FOR_TARGET=
6524 # Check whether --with-debug-prefix-map was given.
6525 if test "${with_debug_prefix_map+set}" = set; then :
6526 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6527 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6528 for debug_map in $withval; do
6529 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6530 done
6532 else
6533 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6538 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6539 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6540 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6541 # We want to ensure that TARGET libraries (which we know are built with
6542 # gcc) are built with "-O2 -g", so include those options when setting
6543 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6544 if test "x$CFLAGS_FOR_TARGET" = x; then
6545 CFLAGS_FOR_TARGET=$CFLAGS
6546 case " $CFLAGS " in
6547 *" -O2 "*) ;;
6548 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6549 esac
6550 case " $CFLAGS " in
6551 *" -g "* | *" -g3 "*) ;;
6552 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6553 esac
6557 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6558 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6559 case " $CXXFLAGS " in
6560 *" -O2 "*) ;;
6561 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6562 esac
6563 case " $CXXFLAGS " in
6564 *" -g "* | *" -g3 "*) ;;
6565 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6566 esac
6570 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6571 # the named directory are copied to $(tooldir)/sys-include.
6572 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6573 if test x${is_cross_compiler} = xno ; then
6574 echo 1>&2 '***' --with-headers is only supported when cross compiling
6575 exit 1
6577 if test x"${with_headers}" != xyes ; then
6578 x=${gcc_cv_tool_prefix}
6579 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6583 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6584 # the name directories are copied to $(tooldir)/lib. Multiple directories
6585 # are permitted.
6586 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6587 if test x${is_cross_compiler} = xno ; then
6588 echo 1>&2 '***' --with-libs is only supported when cross compiling
6589 exit 1
6591 if test x"${with_libs}" != xyes ; then
6592 # Copy the libraries in reverse order, so that files in the first named
6593 # library override files in subsequent libraries.
6594 x=${gcc_cv_tool_prefix}
6595 for l in ${with_libs}; do
6596 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6597 done
6601 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6603 # This is done by determining whether or not the appropriate directory
6604 # is available, and by checking whether or not specific configurations
6605 # have requested that this magic not happen.
6607 # The command line options always override the explicit settings in
6608 # configure.in, and the settings in configure.in override this magic.
6610 # If the default for a toolchain is to use GNU as and ld, and you don't
6611 # want to do that, then you should use the --without-gnu-as and
6612 # --without-gnu-ld options for the configure script. Similarly, if
6613 # the default is to use the included zlib and you don't want to do that,
6614 # you should use the --with-system-zlib option for the configure script.
6616 if test x${use_gnu_as} = x &&
6617 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6618 with_gnu_as=yes
6619 extra_host_args="$extra_host_args --with-gnu-as"
6622 if test x${use_gnu_ld} = x &&
6623 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6624 with_gnu_ld=yes
6625 extra_host_args="$extra_host_args --with-gnu-ld"
6628 if test x${use_included_zlib} = x &&
6629 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6631 else
6632 with_system_zlib=yes
6633 extra_host_args="$extra_host_args --with-system-zlib"
6636 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6637 # can detect this case.
6639 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6640 with_newlib=yes
6641 extra_host_args="$extra_host_args --with-newlib"
6644 # Handle ${copy_dirs}
6645 set fnord ${copy_dirs}
6646 shift
6647 while test $# != 0 ; do
6648 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6650 else
6651 echo Copying $1 to $2
6653 # Use the install script to create the directory and all required
6654 # parent directories.
6655 if test -d $2 ; then
6657 else
6658 echo >config.temp
6659 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6662 # Copy the directory, assuming we have tar.
6663 # FIXME: Should we use B in the second tar? Not all systems support it.
6664 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6666 # It is the responsibility of the user to correctly adjust all
6667 # symlinks. If somebody can figure out how to handle them correctly
6668 # here, feel free to add the code.
6670 echo $1 > $2/COPIED
6672 shift; shift
6673 done
6675 # Determine a target-dependent exec_prefix that the installed
6676 # gcc will search in. Keep this list sorted by triplet, with
6677 # the *-*-osname triplets last.
6678 md_exec_prefix=
6679 case "${target}" in
6680 alpha*-*-*vms*)
6681 md_exec_prefix=/gnu/lib/gcc-lib
6683 i[34567]86-pc-msdosdjgpp*)
6684 md_exec_prefix=/dev/env/DJDIR/bin
6686 i[34567]86-*-sco3.2v5*)
6687 if test $with_gnu_as = yes; then
6688 md_exec_prefix=/usr/gnu/bin
6689 else
6690 md_exec_prefix=/usr/ccs/bin/elf
6694 mn10300-*-* | \
6695 powerpc-*-chorusos* | \
6696 powerpc*-*-eabi* | \
6697 powerpc*-*-sysv* | \
6698 powerpc*-*-kaos* | \
6699 s390x-ibm-tpf*)
6700 md_exec_prefix=/usr/ccs/bin
6702 sparc64-*-elf*)
6704 v850*-*-*)
6705 md_exec_prefix=/usr/ccs/bin
6707 xtensa*-*-elf*)
6710 *-*-beos* | \
6711 *-*-elf* | \
6712 *-*-hpux* | \
6713 *-*-netware* | \
6714 *-*-nto-qnx* | \
6715 *-*-rtems* | \
6716 *-*-solaris2* | \
6717 *-*-sysv[45]* | \
6718 *-*-vxworks* | \
6719 *-wrs-windiss)
6720 md_exec_prefix=/usr/ccs/bin
6722 esac
6724 extra_arflags_for_target=
6725 extra_nmflags_for_target=
6726 extra_ranlibflags_for_target=
6727 target_makefile_frag=/dev/null
6728 case "${target}" in
6729 spu-*-*)
6730 target_makefile_frag="config/mt-spu"
6732 mips*-sde-elf*)
6733 target_makefile_frag="config/mt-sde"
6735 mipsisa*-*-elfoabi*)
6736 target_makefile_frag="config/mt-mips-elfoabi"
6738 mips*-*-*linux* | mips*-*-gnu*)
6739 target_makefile_frag="config/mt-mips-gnu"
6741 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6742 target_makefile_frag="config/mt-gnu"
6744 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6745 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6746 # commands to handle both 32-bit and 64-bit objects. These flags are
6747 # harmless if we're using GNU nm or ar.
6748 extra_arflags_for_target=" -X32_64"
6749 extra_nmflags_for_target=" -B -X32_64"
6751 *-*-darwin[3-9]*)
6752 # ranlib before Darwin10 requires the -c flag to look at common symbols.
6753 extra_ranlibflags_for_target=" -c"
6755 esac
6757 alphaieee_frag=/dev/null
6758 case $target in
6759 alpha*-*-*)
6760 # This just makes sure to use the -mieee option to build target libs.
6761 # This should probably be set individually by each library.
6762 alphaieee_frag="config/mt-alphaieee"
6764 esac
6766 # If --enable-target-optspace always use -Os instead of -O2 to build
6767 # the target libraries, similarly if it is not specified, use -Os
6768 # on selected platforms.
6769 ospace_frag=/dev/null
6770 case "${enable_target_optspace}:${target}" in
6771 yes:*)
6772 ospace_frag="config/mt-ospace"
6774 :d30v-*)
6775 ospace_frag="config/mt-d30v"
6777 :m32r-* | :d10v-* | :fr30-*)
6778 ospace_frag="config/mt-ospace"
6780 no:* | :*)
6783 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6785 esac
6787 # Default to using --with-stabs for certain targets.
6788 if test x${with_stabs} = x ; then
6789 case "${target}" in
6790 mips*-*-irix[56]*)
6792 mips*-*-* | alpha*-*-osf*)
6793 with_stabs=yes;
6794 extra_host_args="${extra_host_args} --with-stabs"
6796 esac
6799 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6800 # them automatically.
6801 case "${host}" in
6802 hppa*64*-*-hpux11*)
6803 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6805 esac
6807 # Some systems (e.g., one of the i386-aix systems the gas testers are
6808 # using) don't handle "\$" correctly, so don't use it here.
6809 tooldir='${exec_prefix}'/${target_noncanonical}
6810 build_tooldir=${tooldir}
6812 # Create a .gdbinit file which runs the one in srcdir
6813 # and tells GDB to look there for source files.
6815 if test -r ${srcdir}/.gdbinit ; then
6816 case ${srcdir} in
6817 .) ;;
6818 *) cat > ./.gdbinit <<EOF
6819 # ${NO_EDIT}
6820 dir ${srcdir}
6821 dir .
6822 source ${srcdir}/.gdbinit
6825 esac
6828 # Make sure that the compiler is able to generate an executable. If it
6829 # can't, we are probably in trouble. We don't care whether we can run the
6830 # executable--we might be using a cross compiler--we only care whether it
6831 # can be created. At this point the main configure script has set CC.
6832 we_are_ok=no
6833 echo "int main () { return 0; }" > conftest.c
6834 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6835 if test $? = 0 ; then
6836 if test -s conftest || test -s conftest.exe ; then
6837 we_are_ok=yes
6840 case $we_are_ok in
6842 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6843 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6844 rm -f conftest*
6845 exit 1
6847 esac
6848 rm -f conftest*
6850 # The Solaris /usr/ucb/cc compiler does not appear to work.
6851 case "${host}" in
6852 sparc-sun-solaris2*)
6853 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6854 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6855 could_use=
6856 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6857 if test -d /opt/cygnus/bin ; then
6858 if test "$could_use" = "" ; then
6859 could_use="/opt/cygnus/bin"
6860 else
6861 could_use="$could_use or /opt/cygnus/bin"
6864 if test "$could_use" = "" ; then
6865 echo "Warning: compilation may fail because you're using"
6866 echo "/usr/ucb/cc. You should change your PATH or CC "
6867 echo "variable and rerun configure."
6868 else
6869 echo "Warning: compilation may fail because you're using"
6870 echo "/usr/ucb/cc, when you should use the C compiler from"
6871 echo "$could_use. You should change your"
6872 echo "PATH or CC variable and rerun configure."
6876 esac
6878 # Decide which environment variable is used to find dynamic libraries.
6879 case "${host}" in
6880 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6881 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6882 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6883 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6884 esac
6886 # On systems where the dynamic library environment variable is PATH,
6887 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6888 # built executables to PATH.
6889 if test "$RPATH_ENVVAR" = PATH; then
6890 GCC_SHLIB_SUBDIR=/shlib
6891 else
6892 GCC_SHLIB_SUBDIR=
6895 # Record target_configdirs and the configure arguments for target and
6896 # build configuration in Makefile.
6897 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6898 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6900 # If we are building libgomp, bootstrap it.
6901 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6902 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6905 # Determine whether gdb needs tk/tcl or not.
6906 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6907 # and in that case we want gdb to be built without tk. Ugh!
6908 # In fact I believe gdb is the *only* package directly dependent on tk,
6909 # so we should be able to put the 'maybe's in unconditionally and
6910 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
6911 # 100% sure that that's safe though.
6913 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6914 case "$enable_gdbtk" in
6916 GDB_TK="" ;;
6917 yes)
6918 GDB_TK="${gdb_tk}" ;;
6920 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6921 # distro. Eventually someone will fix this and move Insight, nee
6922 # gdbtk to a separate directory.
6923 if test -d ${srcdir}/gdb/gdbtk ; then
6924 GDB_TK="${gdb_tk}"
6925 else
6926 GDB_TK=""
6929 esac
6930 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6931 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
6933 # Strip out unwanted targets.
6935 # While at that, we remove Makefiles if we were started for recursive
6936 # configuration, so that the top-level Makefile reconfigures them,
6937 # like we used to do when configure itself was recursive.
6939 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
6940 # but now we're fixing up the Makefile ourselves with the additional
6941 # commands passed to AC_CONFIG_FILES. Use separate variables
6942 # extrasub-{build,host,target} not because there is any reason to split
6943 # the substitutions up that way, but only to remain below the limit of
6944 # 99 commands in a script, for HP-UX sed.
6945 # Do not nest @if/@endif pairs, because configure will not warn you at all.
6947 # Check whether --enable-bootstrap was given.
6948 if test "${enable_bootstrap+set}" = set; then :
6949 enableval=$enable_bootstrap;
6950 else
6951 enable_bootstrap=default
6955 # Issue errors and warnings for invalid/strange bootstrap combinations.
6956 case "$configdirs" in
6957 *gcc*) have_compiler=yes ;;
6958 *) have_compiler=no ;;
6959 esac
6961 case "$have_compiler:$host:$target:$enable_bootstrap" in
6962 *:*:*:no) ;;
6964 # Default behavior. Enable bootstrap if we have a compiler
6965 # and we are in a native configuration.
6966 yes:$build:$build:default)
6967 enable_bootstrap=yes ;;
6969 *:*:*:default)
6970 enable_bootstrap=no ;;
6972 # We have a compiler and we are in a native configuration, bootstrap is ok
6973 yes:$build:$build:yes)
6976 # Other configurations, but we have a compiler. Assume the user knows
6977 # what he's doing.
6978 yes:*:*:yes)
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
6980 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
6983 # No compiler: if they passed --enable-bootstrap explicitly, fail
6984 no:*:*:yes)
6985 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
6987 # Fail if wrong command line
6989 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
6991 esac
6993 case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
6994 *,c++,*:yes:yes) ;;
6995 *:yes:yes)
6996 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
6998 esac
7000 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7001 yes:yes:*\ gold\ *:*,c++,*) ;;
7002 yes:yes:*\ gold\ *:*)
7003 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7005 esac
7007 # Adjust the toplevel makefile according to whether bootstrap was selected.
7008 case $enable_bootstrap in
7009 yes)
7010 bootstrap_suffix=bootstrap
7011 BUILD_CONFIG=bootstrap-debug
7014 bootstrap_suffix=no-bootstrap
7015 BUILD_CONFIG=
7017 esac
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7020 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7023 # Check whether --with-build-config was given.
7024 if test "${with_build_config+set}" = set; then :
7025 withval=$with_build_config; case $with_build_config in
7026 yes) with_build_config= ;;
7027 no) with_build_config= BUILD_CONFIG= ;;
7028 esac
7032 if test "x${with_build_config}" != x; then
7033 BUILD_CONFIG=$with_build_config
7034 else
7035 case $BUILD_CONFIG in
7036 bootstrap-debug)
7037 if echo "int f (void) { return 0; }" > conftest.c &&
7038 ${CC} -c conftest.c &&
7039 mv conftest.o conftest.o.g0 &&
7040 ${CC} -c -g conftest.c &&
7041 mv conftest.o conftest.o.g &&
7042 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7044 else
7045 BUILD_CONFIG=
7047 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7049 esac
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7052 $as_echo "$BUILD_CONFIG" >&6; }
7055 extrasub_build=
7056 for module in ${build_configdirs} ; do
7057 if test -z "${no_recursion}" \
7058 && test -f ${build_subdir}/${module}/Makefile; then
7059 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7060 rm -f ${build_subdir}/${module}/Makefile
7062 extrasub_build="$extrasub_build
7063 /^@if build-$module\$/d
7064 /^@endif build-$module\$/d
7065 /^@if build-$module-$bootstrap_suffix\$/d
7066 /^@endif build-$module-$bootstrap_suffix\$/d"
7067 done
7068 extrasub_host=
7069 for module in ${configdirs} ; do
7070 if test -z "${no_recursion}"; then
7071 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7072 if test -f ${file}; then
7073 echo 1>&2 "*** removing ${file} to force reconfigure"
7074 rm -f ${file}
7076 done
7078 extrasub_host="$extrasub_host
7079 /^@if $module\$/d
7080 /^@endif $module\$/d
7081 /^@if $module-$bootstrap_suffix\$/d
7082 /^@endif $module-$bootstrap_suffix\$/d"
7083 done
7084 extrasub_target=
7085 for module in ${target_configdirs} ; do
7086 if test -z "${no_recursion}" \
7087 && test -f ${target_subdir}/${module}/Makefile; then
7088 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7089 rm -f ${target_subdir}/${module}/Makefile
7092 # We only bootstrap target libraries listed in bootstrap_target_libs.
7093 case $bootstrap_target_libs in
7094 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7095 *) target_bootstrap_suffix=no-bootstrap ;;
7096 esac
7098 extrasub_target="$extrasub_target
7099 /^@if target-$module\$/d
7100 /^@endif target-$module\$/d
7101 /^@if target-$module-$target_bootstrap_suffix\$/d
7102 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7103 done
7105 # Do the final fixup along with target modules.
7106 extrasub_target="$extrasub_target
7107 /^@if /,/^@endif /d"
7109 # Create the serialization dependencies. This uses a temporary file.
7111 # Check whether --enable-serial-configure was given.
7112 if test "${enable_serial_configure+set}" = set; then :
7113 enableval=$enable_serial_configure;
7117 case ${enable_serial_configure} in
7118 yes)
7119 enable_serial_build_configure=yes
7120 enable_serial_host_configure=yes
7121 enable_serial_target_configure=yes
7123 esac
7125 # These force 'configure's to be done one at a time, to avoid problems
7126 # with contention over a shared config.cache.
7127 rm -f serdep.tmp
7128 echo '# serdep.tmp' > serdep.tmp
7129 olditem=
7130 test "x${enable_serial_build_configure}" = xyes &&
7131 for item in ${build_configdirs} ; do
7132 case ${olditem} in
7133 "") ;;
7134 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7135 esac
7136 olditem=${item}
7137 done
7138 olditem=
7139 test "x${enable_serial_host_configure}" = xyes &&
7140 for item in ${configdirs} ; do
7141 case ${olditem} in
7142 "") ;;
7143 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7144 esac
7145 olditem=${item}
7146 done
7147 olditem=
7148 test "x${enable_serial_target_configure}" = xyes &&
7149 for item in ${target_configdirs} ; do
7150 case ${olditem} in
7151 "") ;;
7152 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7153 esac
7154 olditem=${item}
7155 done
7156 serialization_dependencies=serdep.tmp
7159 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7160 # target, nonopt, and variable assignments. These are the ones we
7161 # might not want to pass down to subconfigures. The exception being
7162 # --cache-file=/dev/null, which is used to turn off the use of cache
7163 # files altogether, and which should be passed on to subconfigures.
7164 # Also strip program-prefix, program-suffix, and program-transform-name,
7165 # so that we can pass down a consistent program-transform-name.
7166 baseargs=
7167 tbaseargs=
7168 keep_next=no
7169 skip_next=no
7170 eval "set -- $ac_configure_args"
7171 for ac_arg
7173 if test X"$skip_next" = X"yes"; then
7174 skip_next=no
7175 continue
7177 if test X"$keep_next" = X"yes"; then
7178 case $ac_arg in
7179 *\'*)
7180 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7181 esac
7182 baseargs="$baseargs '$ac_arg'"
7183 tbaseargs="$tbaseargs '$ac_arg'"
7184 keep_next=no
7185 continue
7188 # Handle separated arguments. Based on the logic generated by
7189 # autoconf 2.59.
7190 case $ac_arg in
7191 *=* | --config-cache | -C | -disable-* | --disable-* \
7192 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7193 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7194 | -with-* | --with-* | -without-* | --without-* | --x)
7195 separate_arg=no
7198 separate_arg=yes
7201 separate_arg=no
7203 esac
7205 skip_targ=no
7206 case $ac_arg in
7208 --with-* | --without-*)
7209 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7211 case $libopt in
7212 *[-_]include)
7213 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7215 *[-_]lib)
7216 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7219 lib=$libopt
7221 esac
7224 case $lib in
7225 mpc | mpfr | gmp | ppl | cloog)
7226 # If we're processing --with-$lib, --with-$lib-include or
7227 # --with-$lib-lib, for one of the libs above, and target is
7228 # different from host, don't pass the current argument to any
7229 # target library's configure.
7230 if test x$is_cross_compiler = xyes; then
7231 skip_targ=yes
7234 esac
7236 esac
7238 case "$ac_arg" in
7239 --cache-file=/dev/null | \
7240 -cache-file=/dev/null )
7241 # Handled here to avoid the test to skip args below.
7242 baseargs="$baseargs '$ac_arg'"
7243 tbaseargs="$tbaseargs '$ac_arg'"
7244 # Assert: $separate_arg should always be no.
7245 keep_next=$separate_arg
7247 --no*)
7248 continue
7250 --c* | \
7251 --sr* | \
7252 --ho* | \
7253 --bu* | \
7254 --t* | \
7255 --program-* | \
7256 -cache_file* | \
7257 -srcdir* | \
7258 -host* | \
7259 -build* | \
7260 -target* | \
7261 -program-prefix* | \
7262 -program-suffix* | \
7263 -program-transform-name* )
7264 skip_next=$separate_arg
7265 continue
7268 # An option. Add it.
7269 case $ac_arg in
7270 *\'*)
7271 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7272 esac
7273 baseargs="$baseargs '$ac_arg'"
7274 if test X"$skip_targ" = Xno; then
7275 tbaseargs="$tbaseargs '$ac_arg'"
7277 keep_next=$separate_arg
7280 # Either a variable assignment, or a nonopt (triplet). Don't
7281 # pass it down; let the Makefile handle this.
7282 continue
7284 esac
7285 done
7286 # Remove the initial space we just introduced and, as these will be
7287 # expanded by make, quote '$'.
7288 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7290 # Add in --program-transform-name, after --program-prefix and
7291 # --program-suffix have been applied to it. Autoconf has already
7292 # doubled dollar signs and backslashes in program_transform_name; we want
7293 # the backslashes un-doubled, and then the entire thing wrapped in single
7294 # quotes, because this will be expanded first by make and then by the shell.
7295 # Also, because we want to override the logic in subdir configure scripts to
7296 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7297 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7298 ${program_transform_name}
7299 EOF_SED
7300 gcc_transform_name=`cat conftestsed.out`
7301 rm -f conftestsed.out
7302 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7303 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7304 if test "$silent" = yes; then
7305 baseargs="$baseargs --silent"
7306 tbaseargs="$tbaseargs --silent"
7308 baseargs="$baseargs --disable-option-checking"
7309 tbaseargs="$tbaseargs --disable-option-checking"
7311 # Record and document user additions to sub configure arguments.
7316 # For the build-side libraries, we just need to pretend we're native,
7317 # and not use the same cache file. Multilibs are neither needed nor
7318 # desired.
7319 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7321 # For host modules, accept cache file option, or specification as blank.
7322 case "${cache_file}" in
7323 "") # empty
7324 cache_file_option="" ;;
7325 /* | [A-Za-z]:[\\/]* ) # absolute path
7326 cache_file_option="--cache-file=${cache_file}" ;;
7327 *) # relative path
7328 cache_file_option="--cache-file=../${cache_file}" ;;
7329 esac
7331 # Host dirs don't like to share a cache file either, horribly enough.
7332 # This seems to be due to autoconf 2.5x stupidity.
7333 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7335 target_configargs="$target_configargs ${tbaseargs}"
7337 # Passing a --with-cross-host argument lets the target libraries know
7338 # whether they are being built with a cross-compiler or being built
7339 # native. However, it would be better to use other mechanisms to make the
7340 # sorts of decisions they want to make on this basis. Please consider
7341 # this option to be deprecated. FIXME.
7342 if test x${is_cross_compiler} = xyes ; then
7343 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7346 # Default to --enable-multilib.
7347 if test x${enable_multilib} = x ; then
7348 target_configargs="--enable-multilib ${target_configargs}"
7351 # Pass --with-newlib if appropriate. Note that target_configdirs has
7352 # changed from the earlier setting of with_newlib.
7353 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7354 target_configargs="--with-newlib ${target_configargs}"
7357 # Different target subdirs use different values of certain variables
7358 # (notably CXX). Worse, multilibs use *lots* of different values.
7359 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7360 # it doesn't automatically accept command-line overrides of them.
7361 # This means it's not safe for target subdirs to share a cache file,
7362 # which is disgusting, but there you have it. Hopefully this can be
7363 # fixed in future. It's still worthwhile to use a cache file for each
7364 # directory. I think.
7366 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7367 # We need to pass --target, as newer autoconf's requires consistency
7368 # for target_alias and gcc doesn't manage it consistently.
7369 target_configargs="--cache-file=./config.cache ${target_configargs}"
7371 FLAGS_FOR_TARGET=
7372 case " $target_configdirs " in
7373 *" newlib "*)
7374 case " $target_configargs " in
7375 *" --with-newlib "*)
7376 case "$target" in
7377 *-cygwin*)
7378 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'
7380 esac
7382 # If we're not building GCC, don't discard standard headers.
7383 if test -d ${srcdir}/gcc; then
7384 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7386 if test "${build}" != "${host}"; then
7387 # On Canadian crosses, CC_FOR_TARGET will have already been set
7388 # by `configure', so we won't have an opportunity to add -Bgcc/
7389 # to it. This is right: we don't want to search that directory
7390 # for binaries, but we want the header files in there, so add
7391 # them explicitly.
7392 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7394 # Someone might think of using the pre-installed headers on
7395 # Canadian crosses, in case the installed compiler is not fully
7396 # compatible with the compiler being built. In this case, it
7397 # would be better to flag an error than risking having
7398 # incompatible object files being constructed. We can't
7399 # guarantee that an error will be flagged, but let's hope the
7400 # compiler will do it, when presented with incompatible header
7401 # files.
7405 case "${target}-${is_cross_compiler}" in
7406 i[3456789]86-*-linux*-no)
7407 # Here host == target, so we don't need to build gcc,
7408 # so we don't want to discard standard headers.
7409 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7412 # If we're building newlib, use its generic headers last, but search
7413 # for any libc-related directories first (so make it the last -B
7414 # switch).
7415 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7417 # If we're building libgloss, find the startup file, simulator library
7418 # and linker script.
7419 case " $target_configdirs " in
7420 *" libgloss "*)
7421 # Look for startup file, simulator library and maybe linker script.
7422 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7423 # Look for libnosys.a in case the target needs it.
7424 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7425 # Most targets have the linker script in the source directory.
7426 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7428 esac
7430 esac
7432 esac
7434 esac
7436 case "$target" in
7437 x86_64-*mingw* | *-w64-mingw*)
7438 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7439 # however, use a symlink named 'mingw' in ${prefix} .
7440 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7442 *-mingw*)
7443 # MinGW can't be handled as Cygwin above since it does not use newlib.
7444 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'
7446 esac
7448 # Allow the user to override the flags for
7449 # our build compiler if desired.
7450 if test x"${build}" = x"${host}" ; then
7451 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7452 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7453 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7456 # On Canadian crosses, we'll be searching the right directories for
7457 # the previously-installed cross compiler, so don't bother to add
7458 # flags for directories within the install tree of the compiler
7459 # being built; programs in there won't even run.
7460 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7461 # Search for pre-installed headers if nothing else fits.
7462 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7465 if test "x${use_gnu_ld}" = x &&
7466 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7467 # Arrange for us to find uninstalled linker scripts.
7468 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7471 # Search for other target-specific linker scripts and such.
7472 case "${target}" in
7473 mep*)
7474 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7476 esac
7478 # Makefile fragments.
7479 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7481 eval fragval=\$$frag
7482 if test $fragval != /dev/null; then
7483 eval $frag=${srcdir}/$fragval
7485 done
7491 # Miscellanea: directories, flags, etc.
7500 # Build module lists & subconfigure args.
7504 # Host module lists & subconfigure args.
7509 # Target module lists & subconfigure args.
7513 # Build tools.
7532 # Generate default definitions for YACC, M4, LEX and other programs that run
7533 # on the build machine. These are used if the Makefile can't locate these
7534 # programs in objdir.
7535 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7537 for ac_prog in 'bison -y' byacc yacc
7539 # Extract the first word of "$ac_prog", so it can be a program name with args.
7540 set dummy $ac_prog; ac_word=$2
7541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7542 $as_echo_n "checking for $ac_word... " >&6; }
7543 if test "${ac_cv_prog_YACC+set}" = set; then :
7544 $as_echo_n "(cached) " >&6
7545 else
7546 if test -n "$YACC"; then
7547 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7548 else
7549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7550 for as_dir in $PATH
7552 IFS=$as_save_IFS
7553 test -z "$as_dir" && as_dir=.
7554 for ac_exec_ext in '' $ac_executable_extensions; do
7555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7556 ac_cv_prog_YACC="$ac_prog"
7557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7558 break 2
7560 done
7561 done
7562 IFS=$as_save_IFS
7566 YACC=$ac_cv_prog_YACC
7567 if test -n "$YACC"; then
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7569 $as_echo "$YACC" >&6; }
7570 else
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7572 $as_echo "no" >&6; }
7576 test -n "$YACC" && break
7577 done
7578 test -n "$YACC" || YACC="$MISSING bison -y"
7580 case " $build_configdirs " in
7581 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7582 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7583 esac
7585 for ac_prog in bison
7587 # Extract the first word of "$ac_prog", so it can be a program name with args.
7588 set dummy $ac_prog; ac_word=$2
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7590 $as_echo_n "checking for $ac_word... " >&6; }
7591 if test "${ac_cv_prog_BISON+set}" = set; then :
7592 $as_echo_n "(cached) " >&6
7593 else
7594 if test -n "$BISON"; then
7595 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7596 else
7597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7598 for as_dir in $PATH
7600 IFS=$as_save_IFS
7601 test -z "$as_dir" && as_dir=.
7602 for ac_exec_ext in '' $ac_executable_extensions; do
7603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7604 ac_cv_prog_BISON="$ac_prog"
7605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7606 break 2
7608 done
7609 done
7610 IFS=$as_save_IFS
7614 BISON=$ac_cv_prog_BISON
7615 if test -n "$BISON"; then
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7617 $as_echo "$BISON" >&6; }
7618 else
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7620 $as_echo "no" >&6; }
7624 test -n "$BISON" && break
7625 done
7626 test -n "$BISON" || BISON="$MISSING bison"
7628 case " $build_configdirs " in
7629 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7630 esac
7632 for ac_prog in gm4 gnum4 m4
7634 # Extract the first word of "$ac_prog", so it can be a program name with args.
7635 set dummy $ac_prog; ac_word=$2
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7637 $as_echo_n "checking for $ac_word... " >&6; }
7638 if test "${ac_cv_prog_M4+set}" = set; then :
7639 $as_echo_n "(cached) " >&6
7640 else
7641 if test -n "$M4"; then
7642 ac_cv_prog_M4="$M4" # Let the user override the test.
7643 else
7644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7645 for as_dir in $PATH
7647 IFS=$as_save_IFS
7648 test -z "$as_dir" && as_dir=.
7649 for ac_exec_ext in '' $ac_executable_extensions; do
7650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7651 ac_cv_prog_M4="$ac_prog"
7652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7653 break 2
7655 done
7656 done
7657 IFS=$as_save_IFS
7661 M4=$ac_cv_prog_M4
7662 if test -n "$M4"; then
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7664 $as_echo "$M4" >&6; }
7665 else
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7667 $as_echo "no" >&6; }
7671 test -n "$M4" && break
7672 done
7673 test -n "$M4" || M4="$MISSING m4"
7675 case " $build_configdirs " in
7676 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7677 esac
7679 for ac_prog in flex lex
7681 # Extract the first word of "$ac_prog", so it can be a program name with args.
7682 set dummy $ac_prog; ac_word=$2
7683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7684 $as_echo_n "checking for $ac_word... " >&6; }
7685 if test "${ac_cv_prog_LEX+set}" = set; then :
7686 $as_echo_n "(cached) " >&6
7687 else
7688 if test -n "$LEX"; then
7689 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7690 else
7691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7692 for as_dir in $PATH
7694 IFS=$as_save_IFS
7695 test -z "$as_dir" && as_dir=.
7696 for ac_exec_ext in '' $ac_executable_extensions; do
7697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7698 ac_cv_prog_LEX="$ac_prog"
7699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7700 break 2
7702 done
7703 done
7704 IFS=$as_save_IFS
7708 LEX=$ac_cv_prog_LEX
7709 if test -n "$LEX"; then
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7711 $as_echo "$LEX" >&6; }
7712 else
7713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7714 $as_echo "no" >&6; }
7718 test -n "$LEX" && break
7719 done
7720 test -n "$LEX" || LEX="$MISSING flex"
7722 case " $build_configdirs " in
7723 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7724 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7725 esac
7727 for ac_prog in flex
7729 # Extract the first word of "$ac_prog", so it can be a program name with args.
7730 set dummy $ac_prog; ac_word=$2
7731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7732 $as_echo_n "checking for $ac_word... " >&6; }
7733 if test "${ac_cv_prog_FLEX+set}" = set; then :
7734 $as_echo_n "(cached) " >&6
7735 else
7736 if test -n "$FLEX"; then
7737 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7738 else
7739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7740 for as_dir in $PATH
7742 IFS=$as_save_IFS
7743 test -z "$as_dir" && as_dir=.
7744 for ac_exec_ext in '' $ac_executable_extensions; do
7745 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7746 ac_cv_prog_FLEX="$ac_prog"
7747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7748 break 2
7750 done
7751 done
7752 IFS=$as_save_IFS
7756 FLEX=$ac_cv_prog_FLEX
7757 if test -n "$FLEX"; then
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7759 $as_echo "$FLEX" >&6; }
7760 else
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7762 $as_echo "no" >&6; }
7766 test -n "$FLEX" && break
7767 done
7768 test -n "$FLEX" || FLEX="$MISSING flex"
7770 case " $build_configdirs " in
7771 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7772 esac
7774 for ac_prog in makeinfo
7776 # Extract the first word of "$ac_prog", so it can be a program name with args.
7777 set dummy $ac_prog; ac_word=$2
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7779 $as_echo_n "checking for $ac_word... " >&6; }
7780 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7781 $as_echo_n "(cached) " >&6
7782 else
7783 if test -n "$MAKEINFO"; then
7784 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7785 else
7786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7787 for as_dir in $PATH
7789 IFS=$as_save_IFS
7790 test -z "$as_dir" && as_dir=.
7791 for ac_exec_ext in '' $ac_executable_extensions; do
7792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7793 ac_cv_prog_MAKEINFO="$ac_prog"
7794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7795 break 2
7797 done
7798 done
7799 IFS=$as_save_IFS
7803 MAKEINFO=$ac_cv_prog_MAKEINFO
7804 if test -n "$MAKEINFO"; then
7805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7806 $as_echo "$MAKEINFO" >&6; }
7807 else
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7809 $as_echo "no" >&6; }
7813 test -n "$MAKEINFO" && break
7814 done
7815 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7817 case " $build_configdirs " in
7818 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7821 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7822 # higher, else we use the "missing" dummy.
7823 if ${MAKEINFO} --version \
7824 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7826 else
7827 MAKEINFO="$MISSING makeinfo"
7831 esac
7833 # FIXME: expect and dejagnu may become build tools?
7835 for ac_prog in expect
7837 # Extract the first word of "$ac_prog", so it can be a program name with args.
7838 set dummy $ac_prog; ac_word=$2
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7840 $as_echo_n "checking for $ac_word... " >&6; }
7841 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7842 $as_echo_n "(cached) " >&6
7843 else
7844 if test -n "$EXPECT"; then
7845 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7846 else
7847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7848 for as_dir in $PATH
7850 IFS=$as_save_IFS
7851 test -z "$as_dir" && as_dir=.
7852 for ac_exec_ext in '' $ac_executable_extensions; do
7853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7854 ac_cv_prog_EXPECT="$ac_prog"
7855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7856 break 2
7858 done
7859 done
7860 IFS=$as_save_IFS
7864 EXPECT=$ac_cv_prog_EXPECT
7865 if test -n "$EXPECT"; then
7866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7867 $as_echo "$EXPECT" >&6; }
7868 else
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7870 $as_echo "no" >&6; }
7874 test -n "$EXPECT" && break
7875 done
7876 test -n "$EXPECT" || EXPECT="expect"
7878 case " $configdirs " in
7879 *" expect "*)
7880 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7882 esac
7884 for ac_prog in runtest
7886 # Extract the first word of "$ac_prog", so it can be a program name with args.
7887 set dummy $ac_prog; ac_word=$2
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7889 $as_echo_n "checking for $ac_word... " >&6; }
7890 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7891 $as_echo_n "(cached) " >&6
7892 else
7893 if test -n "$RUNTEST"; then
7894 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7895 else
7896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7897 for as_dir in $PATH
7899 IFS=$as_save_IFS
7900 test -z "$as_dir" && as_dir=.
7901 for ac_exec_ext in '' $ac_executable_extensions; do
7902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7903 ac_cv_prog_RUNTEST="$ac_prog"
7904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7905 break 2
7907 done
7908 done
7909 IFS=$as_save_IFS
7913 RUNTEST=$ac_cv_prog_RUNTEST
7914 if test -n "$RUNTEST"; then
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7916 $as_echo "$RUNTEST" >&6; }
7917 else
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7919 $as_echo "no" >&6; }
7923 test -n "$RUNTEST" && break
7924 done
7925 test -n "$RUNTEST" || RUNTEST="runtest"
7927 case " $configdirs " in
7928 *" dejagnu "*)
7929 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7931 esac
7934 # Host tools.
7935 ncn_tool_prefix=
7936 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7937 ncn_target_tool_prefix=
7938 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7942 if test -n "$AR"; then
7943 ac_cv_prog_AR=$AR
7944 elif test -n "$ac_cv_prog_AR"; then
7945 AR=$ac_cv_prog_AR
7948 if test -n "$ac_cv_prog_AR"; then
7949 for ncn_progname in ar; do
7950 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7951 set dummy ${ncn_progname}; ac_word=$2
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7953 $as_echo_n "checking for $ac_word... " >&6; }
7954 if test "${ac_cv_prog_AR+set}" = set; then :
7955 $as_echo_n "(cached) " >&6
7956 else
7957 if test -n "$AR"; then
7958 ac_cv_prog_AR="$AR" # Let the user override the test.
7959 else
7960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7961 for as_dir in $PATH
7963 IFS=$as_save_IFS
7964 test -z "$as_dir" && as_dir=.
7965 for ac_exec_ext in '' $ac_executable_extensions; do
7966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7967 ac_cv_prog_AR="${ncn_progname}"
7968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7969 break 2
7971 done
7972 done
7973 IFS=$as_save_IFS
7977 AR=$ac_cv_prog_AR
7978 if test -n "$AR"; then
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7980 $as_echo "$AR" >&6; }
7981 else
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7983 $as_echo "no" >&6; }
7987 done
7990 for ncn_progname in ar; do
7991 if test -n "$ncn_tool_prefix"; then
7992 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7993 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7995 $as_echo_n "checking for $ac_word... " >&6; }
7996 if test "${ac_cv_prog_AR+set}" = set; then :
7997 $as_echo_n "(cached) " >&6
7998 else
7999 if test -n "$AR"; then
8000 ac_cv_prog_AR="$AR" # Let the user override the test.
8001 else
8002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8003 for as_dir in $PATH
8005 IFS=$as_save_IFS
8006 test -z "$as_dir" && as_dir=.
8007 for ac_exec_ext in '' $ac_executable_extensions; do
8008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8009 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8011 break 2
8013 done
8014 done
8015 IFS=$as_save_IFS
8019 AR=$ac_cv_prog_AR
8020 if test -n "$AR"; then
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8022 $as_echo "$AR" >&6; }
8023 else
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8025 $as_echo "no" >&6; }
8030 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8031 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8032 set dummy ${ncn_progname}; ac_word=$2
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8034 $as_echo_n "checking for $ac_word... " >&6; }
8035 if test "${ac_cv_prog_AR+set}" = set; then :
8036 $as_echo_n "(cached) " >&6
8037 else
8038 if test -n "$AR"; then
8039 ac_cv_prog_AR="$AR" # Let the user override the test.
8040 else
8041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8042 for as_dir in $PATH
8044 IFS=$as_save_IFS
8045 test -z "$as_dir" && as_dir=.
8046 for ac_exec_ext in '' $ac_executable_extensions; do
8047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8048 ac_cv_prog_AR="${ncn_progname}"
8049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8050 break 2
8052 done
8053 done
8054 IFS=$as_save_IFS
8058 AR=$ac_cv_prog_AR
8059 if test -n "$AR"; then
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8061 $as_echo "$AR" >&6; }
8062 else
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8064 $as_echo "no" >&6; }
8069 test -n "$ac_cv_prog_AR" && break
8070 done
8072 if test -z "$ac_cv_prog_AR" ; then
8073 set dummy ar
8074 if test $build = $host ; then
8075 AR="$2"
8076 else
8077 AR="${ncn_tool_prefix}$2"
8083 if test -n "$AS"; then
8084 ac_cv_prog_AS=$AS
8085 elif test -n "$ac_cv_prog_AS"; then
8086 AS=$ac_cv_prog_AS
8089 if test -n "$ac_cv_prog_AS"; then
8090 for ncn_progname in as; do
8091 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8092 set dummy ${ncn_progname}; ac_word=$2
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8094 $as_echo_n "checking for $ac_word... " >&6; }
8095 if test "${ac_cv_prog_AS+set}" = set; then :
8096 $as_echo_n "(cached) " >&6
8097 else
8098 if test -n "$AS"; then
8099 ac_cv_prog_AS="$AS" # Let the user override the test.
8100 else
8101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8102 for as_dir in $PATH
8104 IFS=$as_save_IFS
8105 test -z "$as_dir" && as_dir=.
8106 for ac_exec_ext in '' $ac_executable_extensions; do
8107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8108 ac_cv_prog_AS="${ncn_progname}"
8109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8110 break 2
8112 done
8113 done
8114 IFS=$as_save_IFS
8118 AS=$ac_cv_prog_AS
8119 if test -n "$AS"; then
8120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8121 $as_echo "$AS" >&6; }
8122 else
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8124 $as_echo "no" >&6; }
8128 done
8131 for ncn_progname in as; do
8132 if test -n "$ncn_tool_prefix"; then
8133 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8134 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8136 $as_echo_n "checking for $ac_word... " >&6; }
8137 if test "${ac_cv_prog_AS+set}" = set; then :
8138 $as_echo_n "(cached) " >&6
8139 else
8140 if test -n "$AS"; then
8141 ac_cv_prog_AS="$AS" # Let the user override the test.
8142 else
8143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8144 for as_dir in $PATH
8146 IFS=$as_save_IFS
8147 test -z "$as_dir" && as_dir=.
8148 for ac_exec_ext in '' $ac_executable_extensions; do
8149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8150 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8152 break 2
8154 done
8155 done
8156 IFS=$as_save_IFS
8160 AS=$ac_cv_prog_AS
8161 if test -n "$AS"; then
8162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8163 $as_echo "$AS" >&6; }
8164 else
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8166 $as_echo "no" >&6; }
8171 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8172 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8173 set dummy ${ncn_progname}; ac_word=$2
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8175 $as_echo_n "checking for $ac_word... " >&6; }
8176 if test "${ac_cv_prog_AS+set}" = set; then :
8177 $as_echo_n "(cached) " >&6
8178 else
8179 if test -n "$AS"; then
8180 ac_cv_prog_AS="$AS" # Let the user override the test.
8181 else
8182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8183 for as_dir in $PATH
8185 IFS=$as_save_IFS
8186 test -z "$as_dir" && as_dir=.
8187 for ac_exec_ext in '' $ac_executable_extensions; do
8188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8189 ac_cv_prog_AS="${ncn_progname}"
8190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8191 break 2
8193 done
8194 done
8195 IFS=$as_save_IFS
8199 AS=$ac_cv_prog_AS
8200 if test -n "$AS"; then
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8202 $as_echo "$AS" >&6; }
8203 else
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8205 $as_echo "no" >&6; }
8210 test -n "$ac_cv_prog_AS" && break
8211 done
8213 if test -z "$ac_cv_prog_AS" ; then
8214 set dummy as
8215 if test $build = $host ; then
8216 AS="$2"
8217 else
8218 AS="${ncn_tool_prefix}$2"
8224 if test -n "$DLLTOOL"; then
8225 ac_cv_prog_DLLTOOL=$DLLTOOL
8226 elif test -n "$ac_cv_prog_DLLTOOL"; then
8227 DLLTOOL=$ac_cv_prog_DLLTOOL
8230 if test -n "$ac_cv_prog_DLLTOOL"; then
8231 for ncn_progname in dlltool; do
8232 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8233 set dummy ${ncn_progname}; ac_word=$2
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8235 $as_echo_n "checking for $ac_word... " >&6; }
8236 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8237 $as_echo_n "(cached) " >&6
8238 else
8239 if test -n "$DLLTOOL"; then
8240 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8241 else
8242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8243 for as_dir in $PATH
8245 IFS=$as_save_IFS
8246 test -z "$as_dir" && as_dir=.
8247 for ac_exec_ext in '' $ac_executable_extensions; do
8248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8249 ac_cv_prog_DLLTOOL="${ncn_progname}"
8250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8251 break 2
8253 done
8254 done
8255 IFS=$as_save_IFS
8259 DLLTOOL=$ac_cv_prog_DLLTOOL
8260 if test -n "$DLLTOOL"; then
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8262 $as_echo "$DLLTOOL" >&6; }
8263 else
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8265 $as_echo "no" >&6; }
8269 done
8272 for ncn_progname in dlltool; do
8273 if test -n "$ncn_tool_prefix"; then
8274 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8275 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8277 $as_echo_n "checking for $ac_word... " >&6; }
8278 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8279 $as_echo_n "(cached) " >&6
8280 else
8281 if test -n "$DLLTOOL"; then
8282 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8283 else
8284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8285 for as_dir in $PATH
8287 IFS=$as_save_IFS
8288 test -z "$as_dir" && as_dir=.
8289 for ac_exec_ext in '' $ac_executable_extensions; do
8290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8291 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8293 break 2
8295 done
8296 done
8297 IFS=$as_save_IFS
8301 DLLTOOL=$ac_cv_prog_DLLTOOL
8302 if test -n "$DLLTOOL"; then
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8304 $as_echo "$DLLTOOL" >&6; }
8305 else
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8307 $as_echo "no" >&6; }
8312 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8313 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8314 set dummy ${ncn_progname}; ac_word=$2
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8316 $as_echo_n "checking for $ac_word... " >&6; }
8317 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8318 $as_echo_n "(cached) " >&6
8319 else
8320 if test -n "$DLLTOOL"; then
8321 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8322 else
8323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8324 for as_dir in $PATH
8326 IFS=$as_save_IFS
8327 test -z "$as_dir" && as_dir=.
8328 for ac_exec_ext in '' $ac_executable_extensions; do
8329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8330 ac_cv_prog_DLLTOOL="${ncn_progname}"
8331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8332 break 2
8334 done
8335 done
8336 IFS=$as_save_IFS
8340 DLLTOOL=$ac_cv_prog_DLLTOOL
8341 if test -n "$DLLTOOL"; then
8342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8343 $as_echo "$DLLTOOL" >&6; }
8344 else
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8346 $as_echo "no" >&6; }
8351 test -n "$ac_cv_prog_DLLTOOL" && break
8352 done
8354 if test -z "$ac_cv_prog_DLLTOOL" ; then
8355 set dummy dlltool
8356 if test $build = $host ; then
8357 DLLTOOL="$2"
8358 else
8359 DLLTOOL="${ncn_tool_prefix}$2"
8365 if test -n "$LD"; then
8366 ac_cv_prog_LD=$LD
8367 elif test -n "$ac_cv_prog_LD"; then
8368 LD=$ac_cv_prog_LD
8371 if test -n "$ac_cv_prog_LD"; then
8372 for ncn_progname in ld; do
8373 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8374 set dummy ${ncn_progname}; ac_word=$2
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8376 $as_echo_n "checking for $ac_word... " >&6; }
8377 if test "${ac_cv_prog_LD+set}" = set; then :
8378 $as_echo_n "(cached) " >&6
8379 else
8380 if test -n "$LD"; then
8381 ac_cv_prog_LD="$LD" # Let the user override the test.
8382 else
8383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8384 for as_dir in $PATH
8386 IFS=$as_save_IFS
8387 test -z "$as_dir" && as_dir=.
8388 for ac_exec_ext in '' $ac_executable_extensions; do
8389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8390 ac_cv_prog_LD="${ncn_progname}"
8391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8392 break 2
8394 done
8395 done
8396 IFS=$as_save_IFS
8400 LD=$ac_cv_prog_LD
8401 if test -n "$LD"; then
8402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8403 $as_echo "$LD" >&6; }
8404 else
8405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8406 $as_echo "no" >&6; }
8410 done
8413 for ncn_progname in ld; do
8414 if test -n "$ncn_tool_prefix"; then
8415 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8416 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8418 $as_echo_n "checking for $ac_word... " >&6; }
8419 if test "${ac_cv_prog_LD+set}" = set; then :
8420 $as_echo_n "(cached) " >&6
8421 else
8422 if test -n "$LD"; then
8423 ac_cv_prog_LD="$LD" # Let the user override the test.
8424 else
8425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8426 for as_dir in $PATH
8428 IFS=$as_save_IFS
8429 test -z "$as_dir" && as_dir=.
8430 for ac_exec_ext in '' $ac_executable_extensions; do
8431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8432 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8434 break 2
8436 done
8437 done
8438 IFS=$as_save_IFS
8442 LD=$ac_cv_prog_LD
8443 if test -n "$LD"; then
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8445 $as_echo "$LD" >&6; }
8446 else
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8448 $as_echo "no" >&6; }
8453 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8454 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8455 set dummy ${ncn_progname}; ac_word=$2
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8457 $as_echo_n "checking for $ac_word... " >&6; }
8458 if test "${ac_cv_prog_LD+set}" = set; then :
8459 $as_echo_n "(cached) " >&6
8460 else
8461 if test -n "$LD"; then
8462 ac_cv_prog_LD="$LD" # Let the user override the test.
8463 else
8464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8465 for as_dir in $PATH
8467 IFS=$as_save_IFS
8468 test -z "$as_dir" && as_dir=.
8469 for ac_exec_ext in '' $ac_executable_extensions; do
8470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8471 ac_cv_prog_LD="${ncn_progname}"
8472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8473 break 2
8475 done
8476 done
8477 IFS=$as_save_IFS
8481 LD=$ac_cv_prog_LD
8482 if test -n "$LD"; then
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8484 $as_echo "$LD" >&6; }
8485 else
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8487 $as_echo "no" >&6; }
8492 test -n "$ac_cv_prog_LD" && break
8493 done
8495 if test -z "$ac_cv_prog_LD" ; then
8496 set dummy ld
8497 if test $build = $host ; then
8498 LD="$2"
8499 else
8500 LD="${ncn_tool_prefix}$2"
8506 if test -n "$LIPO"; then
8507 ac_cv_prog_LIPO=$LIPO
8508 elif test -n "$ac_cv_prog_LIPO"; then
8509 LIPO=$ac_cv_prog_LIPO
8512 if test -n "$ac_cv_prog_LIPO"; then
8513 for ncn_progname in lipo; do
8514 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8515 set dummy ${ncn_progname}; ac_word=$2
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8517 $as_echo_n "checking for $ac_word... " >&6; }
8518 if test "${ac_cv_prog_LIPO+set}" = set; then :
8519 $as_echo_n "(cached) " >&6
8520 else
8521 if test -n "$LIPO"; then
8522 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8523 else
8524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8525 for as_dir in $PATH
8527 IFS=$as_save_IFS
8528 test -z "$as_dir" && as_dir=.
8529 for ac_exec_ext in '' $ac_executable_extensions; do
8530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8531 ac_cv_prog_LIPO="${ncn_progname}"
8532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8533 break 2
8535 done
8536 done
8537 IFS=$as_save_IFS
8541 LIPO=$ac_cv_prog_LIPO
8542 if test -n "$LIPO"; then
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8544 $as_echo "$LIPO" >&6; }
8545 else
8546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8547 $as_echo "no" >&6; }
8551 done
8554 for ncn_progname in lipo; do
8555 if test -n "$ncn_tool_prefix"; then
8556 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8557 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8559 $as_echo_n "checking for $ac_word... " >&6; }
8560 if test "${ac_cv_prog_LIPO+set}" = set; then :
8561 $as_echo_n "(cached) " >&6
8562 else
8563 if test -n "$LIPO"; then
8564 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8565 else
8566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8567 for as_dir in $PATH
8569 IFS=$as_save_IFS
8570 test -z "$as_dir" && as_dir=.
8571 for ac_exec_ext in '' $ac_executable_extensions; do
8572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8573 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8575 break 2
8577 done
8578 done
8579 IFS=$as_save_IFS
8583 LIPO=$ac_cv_prog_LIPO
8584 if test -n "$LIPO"; then
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8586 $as_echo "$LIPO" >&6; }
8587 else
8588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8589 $as_echo "no" >&6; }
8594 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8596 set dummy ${ncn_progname}; ac_word=$2
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8598 $as_echo_n "checking for $ac_word... " >&6; }
8599 if test "${ac_cv_prog_LIPO+set}" = set; then :
8600 $as_echo_n "(cached) " >&6
8601 else
8602 if test -n "$LIPO"; then
8603 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8604 else
8605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8606 for as_dir in $PATH
8608 IFS=$as_save_IFS
8609 test -z "$as_dir" && as_dir=.
8610 for ac_exec_ext in '' $ac_executable_extensions; do
8611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8612 ac_cv_prog_LIPO="${ncn_progname}"
8613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8614 break 2
8616 done
8617 done
8618 IFS=$as_save_IFS
8622 LIPO=$ac_cv_prog_LIPO
8623 if test -n "$LIPO"; then
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8625 $as_echo "$LIPO" >&6; }
8626 else
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8628 $as_echo "no" >&6; }
8633 test -n "$ac_cv_prog_LIPO" && break
8634 done
8636 if test -z "$ac_cv_prog_LIPO" ; then
8637 set dummy lipo
8638 if test $build = $host ; then
8639 LIPO="$2"
8640 else
8641 LIPO="${ncn_tool_prefix}$2"
8647 if test -n "$NM"; then
8648 ac_cv_prog_NM=$NM
8649 elif test -n "$ac_cv_prog_NM"; then
8650 NM=$ac_cv_prog_NM
8653 if test -n "$ac_cv_prog_NM"; then
8654 for ncn_progname in nm; do
8655 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8656 set dummy ${ncn_progname}; ac_word=$2
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8658 $as_echo_n "checking for $ac_word... " >&6; }
8659 if test "${ac_cv_prog_NM+set}" = set; then :
8660 $as_echo_n "(cached) " >&6
8661 else
8662 if test -n "$NM"; then
8663 ac_cv_prog_NM="$NM" # Let the user override the test.
8664 else
8665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8666 for as_dir in $PATH
8668 IFS=$as_save_IFS
8669 test -z "$as_dir" && as_dir=.
8670 for ac_exec_ext in '' $ac_executable_extensions; do
8671 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8672 ac_cv_prog_NM="${ncn_progname}"
8673 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8674 break 2
8676 done
8677 done
8678 IFS=$as_save_IFS
8682 NM=$ac_cv_prog_NM
8683 if test -n "$NM"; then
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8685 $as_echo "$NM" >&6; }
8686 else
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8688 $as_echo "no" >&6; }
8692 done
8695 for ncn_progname in nm; do
8696 if test -n "$ncn_tool_prefix"; then
8697 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8698 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8700 $as_echo_n "checking for $ac_word... " >&6; }
8701 if test "${ac_cv_prog_NM+set}" = set; then :
8702 $as_echo_n "(cached) " >&6
8703 else
8704 if test -n "$NM"; then
8705 ac_cv_prog_NM="$NM" # Let the user override the test.
8706 else
8707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8708 for as_dir in $PATH
8710 IFS=$as_save_IFS
8711 test -z "$as_dir" && as_dir=.
8712 for ac_exec_ext in '' $ac_executable_extensions; do
8713 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8714 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8716 break 2
8718 done
8719 done
8720 IFS=$as_save_IFS
8724 NM=$ac_cv_prog_NM
8725 if test -n "$NM"; then
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8727 $as_echo "$NM" >&6; }
8728 else
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8730 $as_echo "no" >&6; }
8735 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8736 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8737 set dummy ${ncn_progname}; ac_word=$2
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8739 $as_echo_n "checking for $ac_word... " >&6; }
8740 if test "${ac_cv_prog_NM+set}" = set; then :
8741 $as_echo_n "(cached) " >&6
8742 else
8743 if test -n "$NM"; then
8744 ac_cv_prog_NM="$NM" # Let the user override the test.
8745 else
8746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8747 for as_dir in $PATH
8749 IFS=$as_save_IFS
8750 test -z "$as_dir" && as_dir=.
8751 for ac_exec_ext in '' $ac_executable_extensions; do
8752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8753 ac_cv_prog_NM="${ncn_progname}"
8754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8755 break 2
8757 done
8758 done
8759 IFS=$as_save_IFS
8763 NM=$ac_cv_prog_NM
8764 if test -n "$NM"; then
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8766 $as_echo "$NM" >&6; }
8767 else
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8769 $as_echo "no" >&6; }
8774 test -n "$ac_cv_prog_NM" && break
8775 done
8777 if test -z "$ac_cv_prog_NM" ; then
8778 set dummy nm
8779 if test $build = $host ; then
8780 NM="$2"
8781 else
8782 NM="${ncn_tool_prefix}$2"
8788 if test -n "$RANLIB"; then
8789 ac_cv_prog_RANLIB=$RANLIB
8790 elif test -n "$ac_cv_prog_RANLIB"; then
8791 RANLIB=$ac_cv_prog_RANLIB
8794 if test -n "$ac_cv_prog_RANLIB"; then
8795 for ncn_progname in ranlib; do
8796 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8797 set dummy ${ncn_progname}; ac_word=$2
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8799 $as_echo_n "checking for $ac_word... " >&6; }
8800 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8801 $as_echo_n "(cached) " >&6
8802 else
8803 if test -n "$RANLIB"; then
8804 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8805 else
8806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8807 for as_dir in $PATH
8809 IFS=$as_save_IFS
8810 test -z "$as_dir" && as_dir=.
8811 for ac_exec_ext in '' $ac_executable_extensions; do
8812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8813 ac_cv_prog_RANLIB="${ncn_progname}"
8814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8815 break 2
8817 done
8818 done
8819 IFS=$as_save_IFS
8823 RANLIB=$ac_cv_prog_RANLIB
8824 if test -n "$RANLIB"; then
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8826 $as_echo "$RANLIB" >&6; }
8827 else
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8829 $as_echo "no" >&6; }
8833 done
8836 for ncn_progname in ranlib; do
8837 if test -n "$ncn_tool_prefix"; then
8838 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8839 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8841 $as_echo_n "checking for $ac_word... " >&6; }
8842 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8843 $as_echo_n "(cached) " >&6
8844 else
8845 if test -n "$RANLIB"; then
8846 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8847 else
8848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8849 for as_dir in $PATH
8851 IFS=$as_save_IFS
8852 test -z "$as_dir" && as_dir=.
8853 for ac_exec_ext in '' $ac_executable_extensions; do
8854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8855 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8857 break 2
8859 done
8860 done
8861 IFS=$as_save_IFS
8865 RANLIB=$ac_cv_prog_RANLIB
8866 if test -n "$RANLIB"; then
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8868 $as_echo "$RANLIB" >&6; }
8869 else
8870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8871 $as_echo "no" >&6; }
8876 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8877 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8878 set dummy ${ncn_progname}; ac_word=$2
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8880 $as_echo_n "checking for $ac_word... " >&6; }
8881 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8882 $as_echo_n "(cached) " >&6
8883 else
8884 if test -n "$RANLIB"; then
8885 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8886 else
8887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8888 for as_dir in $PATH
8890 IFS=$as_save_IFS
8891 test -z "$as_dir" && as_dir=.
8892 for ac_exec_ext in '' $ac_executable_extensions; do
8893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8894 ac_cv_prog_RANLIB="${ncn_progname}"
8895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8896 break 2
8898 done
8899 done
8900 IFS=$as_save_IFS
8904 RANLIB=$ac_cv_prog_RANLIB
8905 if test -n "$RANLIB"; then
8906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8907 $as_echo "$RANLIB" >&6; }
8908 else
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8910 $as_echo "no" >&6; }
8915 test -n "$ac_cv_prog_RANLIB" && break
8916 done
8918 if test -z "$ac_cv_prog_RANLIB" ; then
8919 RANLIB="true"
8924 if test -n "$STRIP"; then
8925 ac_cv_prog_STRIP=$STRIP
8926 elif test -n "$ac_cv_prog_STRIP"; then
8927 STRIP=$ac_cv_prog_STRIP
8930 if test -n "$ac_cv_prog_STRIP"; then
8931 for ncn_progname in strip; do
8932 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8933 set dummy ${ncn_progname}; ac_word=$2
8934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8935 $as_echo_n "checking for $ac_word... " >&6; }
8936 if test "${ac_cv_prog_STRIP+set}" = set; then :
8937 $as_echo_n "(cached) " >&6
8938 else
8939 if test -n "$STRIP"; then
8940 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8941 else
8942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8943 for as_dir in $PATH
8945 IFS=$as_save_IFS
8946 test -z "$as_dir" && as_dir=.
8947 for ac_exec_ext in '' $ac_executable_extensions; do
8948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8949 ac_cv_prog_STRIP="${ncn_progname}"
8950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8951 break 2
8953 done
8954 done
8955 IFS=$as_save_IFS
8959 STRIP=$ac_cv_prog_STRIP
8960 if test -n "$STRIP"; then
8961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8962 $as_echo "$STRIP" >&6; }
8963 else
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8965 $as_echo "no" >&6; }
8969 done
8972 for ncn_progname in strip; do
8973 if test -n "$ncn_tool_prefix"; then
8974 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8975 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8977 $as_echo_n "checking for $ac_word... " >&6; }
8978 if test "${ac_cv_prog_STRIP+set}" = set; then :
8979 $as_echo_n "(cached) " >&6
8980 else
8981 if test -n "$STRIP"; then
8982 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8983 else
8984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8985 for as_dir in $PATH
8987 IFS=$as_save_IFS
8988 test -z "$as_dir" && as_dir=.
8989 for ac_exec_ext in '' $ac_executable_extensions; do
8990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8991 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
8992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8993 break 2
8995 done
8996 done
8997 IFS=$as_save_IFS
9001 STRIP=$ac_cv_prog_STRIP
9002 if test -n "$STRIP"; then
9003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9004 $as_echo "$STRIP" >&6; }
9005 else
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9007 $as_echo "no" >&6; }
9012 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9013 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9014 set dummy ${ncn_progname}; ac_word=$2
9015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9016 $as_echo_n "checking for $ac_word... " >&6; }
9017 if test "${ac_cv_prog_STRIP+set}" = set; then :
9018 $as_echo_n "(cached) " >&6
9019 else
9020 if test -n "$STRIP"; then
9021 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9022 else
9023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9024 for as_dir in $PATH
9026 IFS=$as_save_IFS
9027 test -z "$as_dir" && as_dir=.
9028 for ac_exec_ext in '' $ac_executable_extensions; do
9029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9030 ac_cv_prog_STRIP="${ncn_progname}"
9031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9032 break 2
9034 done
9035 done
9036 IFS=$as_save_IFS
9040 STRIP=$ac_cv_prog_STRIP
9041 if test -n "$STRIP"; then
9042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9043 $as_echo "$STRIP" >&6; }
9044 else
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9046 $as_echo "no" >&6; }
9051 test -n "$ac_cv_prog_STRIP" && break
9052 done
9054 if test -z "$ac_cv_prog_STRIP" ; then
9055 STRIP="true"
9060 if test -n "$WINDRES"; then
9061 ac_cv_prog_WINDRES=$WINDRES
9062 elif test -n "$ac_cv_prog_WINDRES"; then
9063 WINDRES=$ac_cv_prog_WINDRES
9066 if test -n "$ac_cv_prog_WINDRES"; then
9067 for ncn_progname in windres; do
9068 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9069 set dummy ${ncn_progname}; ac_word=$2
9070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9071 $as_echo_n "checking for $ac_word... " >&6; }
9072 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9073 $as_echo_n "(cached) " >&6
9074 else
9075 if test -n "$WINDRES"; then
9076 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9077 else
9078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9079 for as_dir in $PATH
9081 IFS=$as_save_IFS
9082 test -z "$as_dir" && as_dir=.
9083 for ac_exec_ext in '' $ac_executable_extensions; do
9084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9085 ac_cv_prog_WINDRES="${ncn_progname}"
9086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9087 break 2
9089 done
9090 done
9091 IFS=$as_save_IFS
9095 WINDRES=$ac_cv_prog_WINDRES
9096 if test -n "$WINDRES"; then
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9098 $as_echo "$WINDRES" >&6; }
9099 else
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9101 $as_echo "no" >&6; }
9105 done
9108 for ncn_progname in windres; do
9109 if test -n "$ncn_tool_prefix"; then
9110 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9111 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9113 $as_echo_n "checking for $ac_word... " >&6; }
9114 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9115 $as_echo_n "(cached) " >&6
9116 else
9117 if test -n "$WINDRES"; then
9118 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9119 else
9120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9121 for as_dir in $PATH
9123 IFS=$as_save_IFS
9124 test -z "$as_dir" && as_dir=.
9125 for ac_exec_ext in '' $ac_executable_extensions; do
9126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9127 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9129 break 2
9131 done
9132 done
9133 IFS=$as_save_IFS
9137 WINDRES=$ac_cv_prog_WINDRES
9138 if test -n "$WINDRES"; then
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9140 $as_echo "$WINDRES" >&6; }
9141 else
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9143 $as_echo "no" >&6; }
9148 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9149 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9150 set dummy ${ncn_progname}; ac_word=$2
9151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9152 $as_echo_n "checking for $ac_word... " >&6; }
9153 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9154 $as_echo_n "(cached) " >&6
9155 else
9156 if test -n "$WINDRES"; then
9157 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9158 else
9159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9160 for as_dir in $PATH
9162 IFS=$as_save_IFS
9163 test -z "$as_dir" && as_dir=.
9164 for ac_exec_ext in '' $ac_executable_extensions; do
9165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9166 ac_cv_prog_WINDRES="${ncn_progname}"
9167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9168 break 2
9170 done
9171 done
9172 IFS=$as_save_IFS
9176 WINDRES=$ac_cv_prog_WINDRES
9177 if test -n "$WINDRES"; then
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9179 $as_echo "$WINDRES" >&6; }
9180 else
9181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9182 $as_echo "no" >&6; }
9187 test -n "$ac_cv_prog_WINDRES" && break
9188 done
9190 if test -z "$ac_cv_prog_WINDRES" ; then
9191 set dummy windres
9192 if test $build = $host ; then
9193 WINDRES="$2"
9194 else
9195 WINDRES="${ncn_tool_prefix}$2"
9201 if test -n "$WINDMC"; then
9202 ac_cv_prog_WINDMC=$WINDMC
9203 elif test -n "$ac_cv_prog_WINDMC"; then
9204 WINDMC=$ac_cv_prog_WINDMC
9207 if test -n "$ac_cv_prog_WINDMC"; then
9208 for ncn_progname in windmc; do
9209 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9210 set dummy ${ncn_progname}; ac_word=$2
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9212 $as_echo_n "checking for $ac_word... " >&6; }
9213 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9214 $as_echo_n "(cached) " >&6
9215 else
9216 if test -n "$WINDMC"; then
9217 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9218 else
9219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9220 for as_dir in $PATH
9222 IFS=$as_save_IFS
9223 test -z "$as_dir" && as_dir=.
9224 for ac_exec_ext in '' $ac_executable_extensions; do
9225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9226 ac_cv_prog_WINDMC="${ncn_progname}"
9227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9228 break 2
9230 done
9231 done
9232 IFS=$as_save_IFS
9236 WINDMC=$ac_cv_prog_WINDMC
9237 if test -n "$WINDMC"; then
9238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9239 $as_echo "$WINDMC" >&6; }
9240 else
9241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9242 $as_echo "no" >&6; }
9246 done
9249 for ncn_progname in windmc; do
9250 if test -n "$ncn_tool_prefix"; then
9251 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9252 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9254 $as_echo_n "checking for $ac_word... " >&6; }
9255 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9256 $as_echo_n "(cached) " >&6
9257 else
9258 if test -n "$WINDMC"; then
9259 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9260 else
9261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9262 for as_dir in $PATH
9264 IFS=$as_save_IFS
9265 test -z "$as_dir" && as_dir=.
9266 for ac_exec_ext in '' $ac_executable_extensions; do
9267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9268 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9270 break 2
9272 done
9273 done
9274 IFS=$as_save_IFS
9278 WINDMC=$ac_cv_prog_WINDMC
9279 if test -n "$WINDMC"; then
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9281 $as_echo "$WINDMC" >&6; }
9282 else
9283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9284 $as_echo "no" >&6; }
9289 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9291 set dummy ${ncn_progname}; ac_word=$2
9292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9293 $as_echo_n "checking for $ac_word... " >&6; }
9294 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9295 $as_echo_n "(cached) " >&6
9296 else
9297 if test -n "$WINDMC"; then
9298 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9299 else
9300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9301 for as_dir in $PATH
9303 IFS=$as_save_IFS
9304 test -z "$as_dir" && as_dir=.
9305 for ac_exec_ext in '' $ac_executable_extensions; do
9306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9307 ac_cv_prog_WINDMC="${ncn_progname}"
9308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9309 break 2
9311 done
9312 done
9313 IFS=$as_save_IFS
9317 WINDMC=$ac_cv_prog_WINDMC
9318 if test -n "$WINDMC"; then
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9320 $as_echo "$WINDMC" >&6; }
9321 else
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9323 $as_echo "no" >&6; }
9328 test -n "$ac_cv_prog_WINDMC" && break
9329 done
9331 if test -z "$ac_cv_prog_WINDMC" ; then
9332 set dummy windmc
9333 if test $build = $host ; then
9334 WINDMC="$2"
9335 else
9336 WINDMC="${ncn_tool_prefix}$2"
9342 if test -n "$OBJCOPY"; then
9343 ac_cv_prog_OBJCOPY=$OBJCOPY
9344 elif test -n "$ac_cv_prog_OBJCOPY"; then
9345 OBJCOPY=$ac_cv_prog_OBJCOPY
9348 if test -n "$ac_cv_prog_OBJCOPY"; then
9349 for ncn_progname in objcopy; do
9350 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9351 set dummy ${ncn_progname}; ac_word=$2
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9353 $as_echo_n "checking for $ac_word... " >&6; }
9354 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9355 $as_echo_n "(cached) " >&6
9356 else
9357 if test -n "$OBJCOPY"; then
9358 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9359 else
9360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9361 for as_dir in $PATH
9363 IFS=$as_save_IFS
9364 test -z "$as_dir" && as_dir=.
9365 for ac_exec_ext in '' $ac_executable_extensions; do
9366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9367 ac_cv_prog_OBJCOPY="${ncn_progname}"
9368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9369 break 2
9371 done
9372 done
9373 IFS=$as_save_IFS
9377 OBJCOPY=$ac_cv_prog_OBJCOPY
9378 if test -n "$OBJCOPY"; then
9379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9380 $as_echo "$OBJCOPY" >&6; }
9381 else
9382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9383 $as_echo "no" >&6; }
9387 done
9390 for ncn_progname in objcopy; do
9391 if test -n "$ncn_tool_prefix"; then
9392 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9393 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9395 $as_echo_n "checking for $ac_word... " >&6; }
9396 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9397 $as_echo_n "(cached) " >&6
9398 else
9399 if test -n "$OBJCOPY"; then
9400 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9401 else
9402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9403 for as_dir in $PATH
9405 IFS=$as_save_IFS
9406 test -z "$as_dir" && as_dir=.
9407 for ac_exec_ext in '' $ac_executable_extensions; do
9408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9409 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9411 break 2
9413 done
9414 done
9415 IFS=$as_save_IFS
9419 OBJCOPY=$ac_cv_prog_OBJCOPY
9420 if test -n "$OBJCOPY"; then
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9422 $as_echo "$OBJCOPY" >&6; }
9423 else
9424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9425 $as_echo "no" >&6; }
9430 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9431 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9432 set dummy ${ncn_progname}; ac_word=$2
9433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9434 $as_echo_n "checking for $ac_word... " >&6; }
9435 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9436 $as_echo_n "(cached) " >&6
9437 else
9438 if test -n "$OBJCOPY"; then
9439 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9440 else
9441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9442 for as_dir in $PATH
9444 IFS=$as_save_IFS
9445 test -z "$as_dir" && as_dir=.
9446 for ac_exec_ext in '' $ac_executable_extensions; do
9447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9448 ac_cv_prog_OBJCOPY="${ncn_progname}"
9449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9450 break 2
9452 done
9453 done
9454 IFS=$as_save_IFS
9458 OBJCOPY=$ac_cv_prog_OBJCOPY
9459 if test -n "$OBJCOPY"; then
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9461 $as_echo "$OBJCOPY" >&6; }
9462 else
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9464 $as_echo "no" >&6; }
9469 test -n "$ac_cv_prog_OBJCOPY" && break
9470 done
9472 if test -z "$ac_cv_prog_OBJCOPY" ; then
9473 set dummy objcopy
9474 if test $build = $host ; then
9475 OBJCOPY="$2"
9476 else
9477 OBJCOPY="${ncn_tool_prefix}$2"
9483 if test -n "$OBJDUMP"; then
9484 ac_cv_prog_OBJDUMP=$OBJDUMP
9485 elif test -n "$ac_cv_prog_OBJDUMP"; then
9486 OBJDUMP=$ac_cv_prog_OBJDUMP
9489 if test -n "$ac_cv_prog_OBJDUMP"; then
9490 for ncn_progname in objdump; do
9491 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9492 set dummy ${ncn_progname}; ac_word=$2
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9494 $as_echo_n "checking for $ac_word... " >&6; }
9495 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9496 $as_echo_n "(cached) " >&6
9497 else
9498 if test -n "$OBJDUMP"; then
9499 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9500 else
9501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9502 for as_dir in $PATH
9504 IFS=$as_save_IFS
9505 test -z "$as_dir" && as_dir=.
9506 for ac_exec_ext in '' $ac_executable_extensions; do
9507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9508 ac_cv_prog_OBJDUMP="${ncn_progname}"
9509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9510 break 2
9512 done
9513 done
9514 IFS=$as_save_IFS
9518 OBJDUMP=$ac_cv_prog_OBJDUMP
9519 if test -n "$OBJDUMP"; then
9520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9521 $as_echo "$OBJDUMP" >&6; }
9522 else
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9524 $as_echo "no" >&6; }
9528 done
9531 for ncn_progname in objdump; do
9532 if test -n "$ncn_tool_prefix"; then
9533 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9534 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9536 $as_echo_n "checking for $ac_word... " >&6; }
9537 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9538 $as_echo_n "(cached) " >&6
9539 else
9540 if test -n "$OBJDUMP"; then
9541 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9542 else
9543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9544 for as_dir in $PATH
9546 IFS=$as_save_IFS
9547 test -z "$as_dir" && as_dir=.
9548 for ac_exec_ext in '' $ac_executable_extensions; do
9549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9550 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9552 break 2
9554 done
9555 done
9556 IFS=$as_save_IFS
9560 OBJDUMP=$ac_cv_prog_OBJDUMP
9561 if test -n "$OBJDUMP"; then
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9563 $as_echo "$OBJDUMP" >&6; }
9564 else
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9566 $as_echo "no" >&6; }
9571 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9573 set dummy ${ncn_progname}; ac_word=$2
9574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9575 $as_echo_n "checking for $ac_word... " >&6; }
9576 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9577 $as_echo_n "(cached) " >&6
9578 else
9579 if test -n "$OBJDUMP"; then
9580 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9581 else
9582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9583 for as_dir in $PATH
9585 IFS=$as_save_IFS
9586 test -z "$as_dir" && as_dir=.
9587 for ac_exec_ext in '' $ac_executable_extensions; do
9588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9589 ac_cv_prog_OBJDUMP="${ncn_progname}"
9590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9591 break 2
9593 done
9594 done
9595 IFS=$as_save_IFS
9599 OBJDUMP=$ac_cv_prog_OBJDUMP
9600 if test -n "$OBJDUMP"; then
9601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9602 $as_echo "$OBJDUMP" >&6; }
9603 else
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9605 $as_echo "no" >&6; }
9610 test -n "$ac_cv_prog_OBJDUMP" && break
9611 done
9613 if test -z "$ac_cv_prog_OBJDUMP" ; then
9614 set dummy objdump
9615 if test $build = $host ; then
9616 OBJDUMP="$2"
9617 else
9618 OBJDUMP="${ncn_tool_prefix}$2"
9627 # Target tools.
9629 # Check whether --with-build-time-tools was given.
9630 if test "${with_build_time_tools+set}" = set; then :
9631 withval=$with_build_time_tools; case x"$withval" in
9632 x/*) ;;
9634 with_build_time_tools=
9635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9636 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9638 esac
9639 else
9640 with_build_time_tools=
9646 if test -n "$CC_FOR_TARGET"; then
9647 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9648 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9649 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9652 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9653 for ncn_progname in cc gcc; do
9654 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9655 set dummy ${ncn_progname}; ac_word=$2
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9657 $as_echo_n "checking for $ac_word... " >&6; }
9658 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9659 $as_echo_n "(cached) " >&6
9660 else
9661 if test -n "$CC_FOR_TARGET"; then
9662 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9663 else
9664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9665 for as_dir in $PATH
9667 IFS=$as_save_IFS
9668 test -z "$as_dir" && as_dir=.
9669 for ac_exec_ext in '' $ac_executable_extensions; do
9670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9671 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9673 break 2
9675 done
9676 done
9677 IFS=$as_save_IFS
9681 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9682 if test -n "$CC_FOR_TARGET"; then
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9684 $as_echo "$CC_FOR_TARGET" >&6; }
9685 else
9686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9687 $as_echo "no" >&6; }
9691 done
9694 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9695 for ncn_progname in cc gcc; do
9696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9697 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9698 if test -x $with_build_time_tools/${ncn_progname}; then
9699 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9701 $as_echo "yes" >&6; }
9702 break
9703 else
9704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9705 $as_echo "no" >&6; }
9707 done
9710 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9711 for ncn_progname in cc gcc; do
9712 if test -n "$ncn_target_tool_prefix"; then
9713 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9714 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9716 $as_echo_n "checking for $ac_word... " >&6; }
9717 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9718 $as_echo_n "(cached) " >&6
9719 else
9720 if test -n "$CC_FOR_TARGET"; then
9721 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9722 else
9723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9724 for as_dir in $PATH
9726 IFS=$as_save_IFS
9727 test -z "$as_dir" && as_dir=.
9728 for ac_exec_ext in '' $ac_executable_extensions; do
9729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9730 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9732 break 2
9734 done
9735 done
9736 IFS=$as_save_IFS
9740 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9741 if test -n "$CC_FOR_TARGET"; then
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9743 $as_echo "$CC_FOR_TARGET" >&6; }
9744 else
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9746 $as_echo "no" >&6; }
9751 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9752 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9753 set dummy ${ncn_progname}; ac_word=$2
9754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9755 $as_echo_n "checking for $ac_word... " >&6; }
9756 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9757 $as_echo_n "(cached) " >&6
9758 else
9759 if test -n "$CC_FOR_TARGET"; then
9760 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9761 else
9762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9763 for as_dir in $PATH
9765 IFS=$as_save_IFS
9766 test -z "$as_dir" && as_dir=.
9767 for ac_exec_ext in '' $ac_executable_extensions; do
9768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9769 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9771 break 2
9773 done
9774 done
9775 IFS=$as_save_IFS
9779 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9780 if test -n "$CC_FOR_TARGET"; then
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9782 $as_echo "$CC_FOR_TARGET" >&6; }
9783 else
9784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9785 $as_echo "no" >&6; }
9790 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9791 done
9794 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9795 set dummy cc gcc
9796 if test $build = $target ; then
9797 CC_FOR_TARGET="$2"
9798 else
9799 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9801 else
9802 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9807 if test -n "$CXX_FOR_TARGET"; then
9808 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9809 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9810 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9813 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9814 for ncn_progname in c++ g++ cxx gxx; do
9815 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9816 set dummy ${ncn_progname}; ac_word=$2
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9818 $as_echo_n "checking for $ac_word... " >&6; }
9819 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9820 $as_echo_n "(cached) " >&6
9821 else
9822 if test -n "$CXX_FOR_TARGET"; then
9823 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9824 else
9825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9826 for as_dir in $PATH
9828 IFS=$as_save_IFS
9829 test -z "$as_dir" && as_dir=.
9830 for ac_exec_ext in '' $ac_executable_extensions; do
9831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9832 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9834 break 2
9836 done
9837 done
9838 IFS=$as_save_IFS
9842 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9843 if test -n "$CXX_FOR_TARGET"; then
9844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9845 $as_echo "$CXX_FOR_TARGET" >&6; }
9846 else
9847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9848 $as_echo "no" >&6; }
9852 done
9855 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9856 for ncn_progname in c++ g++ cxx gxx; do
9857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9858 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9859 if test -x $with_build_time_tools/${ncn_progname}; then
9860 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9862 $as_echo "yes" >&6; }
9863 break
9864 else
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9866 $as_echo "no" >&6; }
9868 done
9871 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9872 for ncn_progname in c++ g++ cxx gxx; do
9873 if test -n "$ncn_target_tool_prefix"; then
9874 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9875 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9877 $as_echo_n "checking for $ac_word... " >&6; }
9878 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9879 $as_echo_n "(cached) " >&6
9880 else
9881 if test -n "$CXX_FOR_TARGET"; then
9882 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9883 else
9884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9885 for as_dir in $PATH
9887 IFS=$as_save_IFS
9888 test -z "$as_dir" && as_dir=.
9889 for ac_exec_ext in '' $ac_executable_extensions; do
9890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9891 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9893 break 2
9895 done
9896 done
9897 IFS=$as_save_IFS
9901 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9902 if test -n "$CXX_FOR_TARGET"; then
9903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9904 $as_echo "$CXX_FOR_TARGET" >&6; }
9905 else
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9907 $as_echo "no" >&6; }
9912 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9913 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9914 set dummy ${ncn_progname}; ac_word=$2
9915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9916 $as_echo_n "checking for $ac_word... " >&6; }
9917 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9918 $as_echo_n "(cached) " >&6
9919 else
9920 if test -n "$CXX_FOR_TARGET"; then
9921 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9922 else
9923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9924 for as_dir in $PATH
9926 IFS=$as_save_IFS
9927 test -z "$as_dir" && as_dir=.
9928 for ac_exec_ext in '' $ac_executable_extensions; do
9929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9930 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9932 break 2
9934 done
9935 done
9936 IFS=$as_save_IFS
9940 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9941 if test -n "$CXX_FOR_TARGET"; then
9942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9943 $as_echo "$CXX_FOR_TARGET" >&6; }
9944 else
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9946 $as_echo "no" >&6; }
9951 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9952 done
9955 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9956 set dummy c++ g++ cxx gxx
9957 if test $build = $target ; then
9958 CXX_FOR_TARGET="$2"
9959 else
9960 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
9962 else
9963 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
9968 if test -n "$GCC_FOR_TARGET"; then
9969 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
9970 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9971 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9974 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9975 for ncn_progname in gcc; do
9976 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9977 set dummy ${ncn_progname}; ac_word=$2
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9979 $as_echo_n "checking for $ac_word... " >&6; }
9980 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9981 $as_echo_n "(cached) " >&6
9982 else
9983 if test -n "$GCC_FOR_TARGET"; then
9984 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9985 else
9986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9987 for as_dir in $PATH
9989 IFS=$as_save_IFS
9990 test -z "$as_dir" && as_dir=.
9991 for ac_exec_ext in '' $ac_executable_extensions; do
9992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9993 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
9994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9995 break 2
9997 done
9998 done
9999 IFS=$as_save_IFS
10003 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10004 if test -n "$GCC_FOR_TARGET"; then
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10006 $as_echo "$GCC_FOR_TARGET" >&6; }
10007 else
10008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10009 $as_echo "no" >&6; }
10013 done
10016 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10017 for ncn_progname in gcc; do
10018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10019 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10020 if test -x $with_build_time_tools/${ncn_progname}; then
10021 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10023 $as_echo "yes" >&6; }
10024 break
10025 else
10026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10027 $as_echo "no" >&6; }
10029 done
10032 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10033 for ncn_progname in gcc; do
10034 if test -n "$ncn_target_tool_prefix"; then
10035 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10036 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10038 $as_echo_n "checking for $ac_word... " >&6; }
10039 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10040 $as_echo_n "(cached) " >&6
10041 else
10042 if test -n "$GCC_FOR_TARGET"; then
10043 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10044 else
10045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10046 for as_dir in $PATH
10048 IFS=$as_save_IFS
10049 test -z "$as_dir" && as_dir=.
10050 for ac_exec_ext in '' $ac_executable_extensions; do
10051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10052 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10054 break 2
10056 done
10057 done
10058 IFS=$as_save_IFS
10062 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10063 if test -n "$GCC_FOR_TARGET"; then
10064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10065 $as_echo "$GCC_FOR_TARGET" >&6; }
10066 else
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10068 $as_echo "no" >&6; }
10073 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10074 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10075 set dummy ${ncn_progname}; ac_word=$2
10076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10077 $as_echo_n "checking for $ac_word... " >&6; }
10078 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10079 $as_echo_n "(cached) " >&6
10080 else
10081 if test -n "$GCC_FOR_TARGET"; then
10082 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10083 else
10084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10085 for as_dir in $PATH
10087 IFS=$as_save_IFS
10088 test -z "$as_dir" && as_dir=.
10089 for ac_exec_ext in '' $ac_executable_extensions; do
10090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10091 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10093 break 2
10095 done
10096 done
10097 IFS=$as_save_IFS
10101 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10102 if test -n "$GCC_FOR_TARGET"; then
10103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10104 $as_echo "$GCC_FOR_TARGET" >&6; }
10105 else
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10107 $as_echo "no" >&6; }
10112 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10113 done
10116 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10117 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10118 else
10119 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10124 if test -n "$GCJ_FOR_TARGET"; then
10125 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10126 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10127 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10130 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10131 for ncn_progname in gcj; do
10132 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10133 set dummy ${ncn_progname}; ac_word=$2
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10135 $as_echo_n "checking for $ac_word... " >&6; }
10136 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10137 $as_echo_n "(cached) " >&6
10138 else
10139 if test -n "$GCJ_FOR_TARGET"; then
10140 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10141 else
10142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10143 for as_dir in $PATH
10145 IFS=$as_save_IFS
10146 test -z "$as_dir" && as_dir=.
10147 for ac_exec_ext in '' $ac_executable_extensions; do
10148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10149 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10151 break 2
10153 done
10154 done
10155 IFS=$as_save_IFS
10159 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10160 if test -n "$GCJ_FOR_TARGET"; then
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10162 $as_echo "$GCJ_FOR_TARGET" >&6; }
10163 else
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10165 $as_echo "no" >&6; }
10169 done
10172 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10173 for ncn_progname in gcj; do
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10175 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10176 if test -x $with_build_time_tools/${ncn_progname}; then
10177 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10179 $as_echo "yes" >&6; }
10180 break
10181 else
10182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10183 $as_echo "no" >&6; }
10185 done
10188 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10189 for ncn_progname in gcj; do
10190 if test -n "$ncn_target_tool_prefix"; then
10191 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10192 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10194 $as_echo_n "checking for $ac_word... " >&6; }
10195 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10196 $as_echo_n "(cached) " >&6
10197 else
10198 if test -n "$GCJ_FOR_TARGET"; then
10199 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10200 else
10201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10202 for as_dir in $PATH
10204 IFS=$as_save_IFS
10205 test -z "$as_dir" && as_dir=.
10206 for ac_exec_ext in '' $ac_executable_extensions; do
10207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10208 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10210 break 2
10212 done
10213 done
10214 IFS=$as_save_IFS
10218 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10219 if test -n "$GCJ_FOR_TARGET"; then
10220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10221 $as_echo "$GCJ_FOR_TARGET" >&6; }
10222 else
10223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10224 $as_echo "no" >&6; }
10229 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10230 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10231 set dummy ${ncn_progname}; ac_word=$2
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10233 $as_echo_n "checking for $ac_word... " >&6; }
10234 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10235 $as_echo_n "(cached) " >&6
10236 else
10237 if test -n "$GCJ_FOR_TARGET"; then
10238 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10239 else
10240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10241 for as_dir in $PATH
10243 IFS=$as_save_IFS
10244 test -z "$as_dir" && as_dir=.
10245 for ac_exec_ext in '' $ac_executable_extensions; do
10246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10247 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10249 break 2
10251 done
10252 done
10253 IFS=$as_save_IFS
10257 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10258 if test -n "$GCJ_FOR_TARGET"; then
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10260 $as_echo "$GCJ_FOR_TARGET" >&6; }
10261 else
10262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10263 $as_echo "no" >&6; }
10268 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10269 done
10272 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10273 set dummy gcj
10274 if test $build = $target ; then
10275 GCJ_FOR_TARGET="$2"
10276 else
10277 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10279 else
10280 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10285 if test -n "$GFORTRAN_FOR_TARGET"; then
10286 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10287 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10288 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10291 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10292 for ncn_progname in gfortran; do
10293 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10294 set dummy ${ncn_progname}; ac_word=$2
10295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10296 $as_echo_n "checking for $ac_word... " >&6; }
10297 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10298 $as_echo_n "(cached) " >&6
10299 else
10300 if test -n "$GFORTRAN_FOR_TARGET"; then
10301 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10302 else
10303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10304 for as_dir in $PATH
10306 IFS=$as_save_IFS
10307 test -z "$as_dir" && as_dir=.
10308 for ac_exec_ext in '' $ac_executable_extensions; do
10309 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10310 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10312 break 2
10314 done
10315 done
10316 IFS=$as_save_IFS
10320 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10321 if test -n "$GFORTRAN_FOR_TARGET"; then
10322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10323 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10324 else
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10326 $as_echo "no" >&6; }
10330 done
10333 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10334 for ncn_progname in gfortran; do
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10336 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10337 if test -x $with_build_time_tools/${ncn_progname}; then
10338 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10340 $as_echo "yes" >&6; }
10341 break
10342 else
10343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10344 $as_echo "no" >&6; }
10346 done
10349 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10350 for ncn_progname in gfortran; do
10351 if test -n "$ncn_target_tool_prefix"; then
10352 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10353 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10355 $as_echo_n "checking for $ac_word... " >&6; }
10356 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10357 $as_echo_n "(cached) " >&6
10358 else
10359 if test -n "$GFORTRAN_FOR_TARGET"; then
10360 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10361 else
10362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10363 for as_dir in $PATH
10365 IFS=$as_save_IFS
10366 test -z "$as_dir" && as_dir=.
10367 for ac_exec_ext in '' $ac_executable_extensions; do
10368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10369 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10371 break 2
10373 done
10374 done
10375 IFS=$as_save_IFS
10379 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10380 if test -n "$GFORTRAN_FOR_TARGET"; then
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10382 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10383 else
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10385 $as_echo "no" >&6; }
10390 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10391 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10392 set dummy ${ncn_progname}; ac_word=$2
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10394 $as_echo_n "checking for $ac_word... " >&6; }
10395 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10396 $as_echo_n "(cached) " >&6
10397 else
10398 if test -n "$GFORTRAN_FOR_TARGET"; then
10399 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10400 else
10401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10402 for as_dir in $PATH
10404 IFS=$as_save_IFS
10405 test -z "$as_dir" && as_dir=.
10406 for ac_exec_ext in '' $ac_executable_extensions; do
10407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10408 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10410 break 2
10412 done
10413 done
10414 IFS=$as_save_IFS
10418 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10419 if test -n "$GFORTRAN_FOR_TARGET"; then
10420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10421 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10422 else
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10424 $as_echo "no" >&6; }
10429 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10430 done
10433 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10434 set dummy gfortran
10435 if test $build = $target ; then
10436 GFORTRAN_FOR_TARGET="$2"
10437 else
10438 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10440 else
10441 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10446 if test -n "$GOC_FOR_TARGET"; then
10447 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10448 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10449 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10452 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10453 for ncn_progname in gccgo; do
10454 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10455 set dummy ${ncn_progname}; ac_word=$2
10456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10457 $as_echo_n "checking for $ac_word... " >&6; }
10458 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10459 $as_echo_n "(cached) " >&6
10460 else
10461 if test -n "$GOC_FOR_TARGET"; then
10462 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10463 else
10464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10465 for as_dir in $PATH
10467 IFS=$as_save_IFS
10468 test -z "$as_dir" && as_dir=.
10469 for ac_exec_ext in '' $ac_executable_extensions; do
10470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10471 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10473 break 2
10475 done
10476 done
10477 IFS=$as_save_IFS
10481 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10482 if test -n "$GOC_FOR_TARGET"; then
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10484 $as_echo "$GOC_FOR_TARGET" >&6; }
10485 else
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10487 $as_echo "no" >&6; }
10491 done
10494 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10495 for ncn_progname in gccgo; do
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10497 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10498 if test -x $with_build_time_tools/${ncn_progname}; then
10499 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10501 $as_echo "yes" >&6; }
10502 break
10503 else
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10505 $as_echo "no" >&6; }
10507 done
10510 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10511 for ncn_progname in gccgo; do
10512 if test -n "$ncn_target_tool_prefix"; then
10513 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10514 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10516 $as_echo_n "checking for $ac_word... " >&6; }
10517 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10518 $as_echo_n "(cached) " >&6
10519 else
10520 if test -n "$GOC_FOR_TARGET"; then
10521 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10522 else
10523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10524 for as_dir in $PATH
10526 IFS=$as_save_IFS
10527 test -z "$as_dir" && as_dir=.
10528 for ac_exec_ext in '' $ac_executable_extensions; do
10529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10530 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10532 break 2
10534 done
10535 done
10536 IFS=$as_save_IFS
10540 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10541 if test -n "$GOC_FOR_TARGET"; then
10542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10543 $as_echo "$GOC_FOR_TARGET" >&6; }
10544 else
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10546 $as_echo "no" >&6; }
10551 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10552 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10553 set dummy ${ncn_progname}; ac_word=$2
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10555 $as_echo_n "checking for $ac_word... " >&6; }
10556 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10557 $as_echo_n "(cached) " >&6
10558 else
10559 if test -n "$GOC_FOR_TARGET"; then
10560 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10561 else
10562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10563 for as_dir in $PATH
10565 IFS=$as_save_IFS
10566 test -z "$as_dir" && as_dir=.
10567 for ac_exec_ext in '' $ac_executable_extensions; do
10568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10569 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10571 break 2
10573 done
10574 done
10575 IFS=$as_save_IFS
10579 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10580 if test -n "$GOC_FOR_TARGET"; then
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10582 $as_echo "$GOC_FOR_TARGET" >&6; }
10583 else
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10585 $as_echo "no" >&6; }
10590 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10591 done
10594 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10595 set dummy gccgo
10596 if test $build = $target ; then
10597 GOC_FOR_TARGET="$2"
10598 else
10599 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10601 else
10602 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10607 cat > conftest.c << \EOF
10608 #ifdef __GNUC__
10609 gcc_yay;
10610 #endif
10612 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10613 have_gcc_for_target=yes
10614 else
10615 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10616 have_gcc_for_target=no
10618 rm conftest.c
10623 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10624 if test -n "$with_build_time_tools"; then
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10626 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10627 if test -x $with_build_time_tools/ar; then
10628 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10629 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10631 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10632 else
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10634 $as_echo "no" >&6; }
10636 elif test $build != $host && test $have_gcc_for_target = yes; then
10637 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10638 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10639 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10642 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10643 # Extract the first word of "ar", so it can be a program name with args.
10644 set dummy ar; ac_word=$2
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10646 $as_echo_n "checking for $ac_word... " >&6; }
10647 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10648 $as_echo_n "(cached) " >&6
10649 else
10650 case $AR_FOR_TARGET in
10651 [\\/]* | ?:[\\/]*)
10652 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10656 for as_dir in $gcc_cv_tool_dirs
10658 IFS=$as_save_IFS
10659 test -z "$as_dir" && as_dir=.
10660 for ac_exec_ext in '' $ac_executable_extensions; do
10661 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10662 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10664 break 2
10666 done
10667 done
10668 IFS=$as_save_IFS
10671 esac
10673 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10674 if test -n "$AR_FOR_TARGET"; then
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10676 $as_echo "$AR_FOR_TARGET" >&6; }
10677 else
10678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10679 $as_echo "no" >&6; }
10684 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10687 if test -n "$AR_FOR_TARGET"; then
10688 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10689 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10690 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10693 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10694 for ncn_progname in ar; do
10695 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10696 set dummy ${ncn_progname}; ac_word=$2
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10698 $as_echo_n "checking for $ac_word... " >&6; }
10699 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10700 $as_echo_n "(cached) " >&6
10701 else
10702 if test -n "$AR_FOR_TARGET"; then
10703 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10704 else
10705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10706 for as_dir in $PATH
10708 IFS=$as_save_IFS
10709 test -z "$as_dir" && as_dir=.
10710 for ac_exec_ext in '' $ac_executable_extensions; do
10711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10712 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10714 break 2
10716 done
10717 done
10718 IFS=$as_save_IFS
10722 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10723 if test -n "$AR_FOR_TARGET"; then
10724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10725 $as_echo "$AR_FOR_TARGET" >&6; }
10726 else
10727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10728 $as_echo "no" >&6; }
10732 done
10735 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10736 for ncn_progname in ar; do
10737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10738 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10739 if test -x $with_build_time_tools/${ncn_progname}; then
10740 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10742 $as_echo "yes" >&6; }
10743 break
10744 else
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10746 $as_echo "no" >&6; }
10748 done
10751 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10752 for ncn_progname in ar; do
10753 if test -n "$ncn_target_tool_prefix"; then
10754 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10755 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10757 $as_echo_n "checking for $ac_word... " >&6; }
10758 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10759 $as_echo_n "(cached) " >&6
10760 else
10761 if test -n "$AR_FOR_TARGET"; then
10762 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10763 else
10764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10765 for as_dir in $PATH
10767 IFS=$as_save_IFS
10768 test -z "$as_dir" && as_dir=.
10769 for ac_exec_ext in '' $ac_executable_extensions; do
10770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10771 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10773 break 2
10775 done
10776 done
10777 IFS=$as_save_IFS
10781 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10782 if test -n "$AR_FOR_TARGET"; then
10783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10784 $as_echo "$AR_FOR_TARGET" >&6; }
10785 else
10786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10787 $as_echo "no" >&6; }
10792 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10793 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10794 set dummy ${ncn_progname}; ac_word=$2
10795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10796 $as_echo_n "checking for $ac_word... " >&6; }
10797 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10798 $as_echo_n "(cached) " >&6
10799 else
10800 if test -n "$AR_FOR_TARGET"; then
10801 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10802 else
10803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10804 for as_dir in $PATH
10806 IFS=$as_save_IFS
10807 test -z "$as_dir" && as_dir=.
10808 for ac_exec_ext in '' $ac_executable_extensions; do
10809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10810 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10812 break 2
10814 done
10815 done
10816 IFS=$as_save_IFS
10820 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10821 if test -n "$AR_FOR_TARGET"; then
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10823 $as_echo "$AR_FOR_TARGET" >&6; }
10824 else
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10826 $as_echo "no" >&6; }
10831 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10832 done
10835 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10836 set dummy ar
10837 if test $build = $target ; then
10838 AR_FOR_TARGET="$2"
10839 else
10840 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10842 else
10843 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10846 else
10847 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10853 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10854 if test -n "$with_build_time_tools"; then
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10856 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10857 if test -x $with_build_time_tools/as; then
10858 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10859 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10861 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10862 else
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10864 $as_echo "no" >&6; }
10866 elif test $build != $host && test $have_gcc_for_target = yes; then
10867 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10868 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10869 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10872 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10873 # Extract the first word of "as", so it can be a program name with args.
10874 set dummy as; ac_word=$2
10875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10876 $as_echo_n "checking for $ac_word... " >&6; }
10877 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10878 $as_echo_n "(cached) " >&6
10879 else
10880 case $AS_FOR_TARGET in
10881 [\\/]* | ?:[\\/]*)
10882 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10886 for as_dir in $gcc_cv_tool_dirs
10888 IFS=$as_save_IFS
10889 test -z "$as_dir" && as_dir=.
10890 for ac_exec_ext in '' $ac_executable_extensions; do
10891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10892 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10894 break 2
10896 done
10897 done
10898 IFS=$as_save_IFS
10901 esac
10903 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10904 if test -n "$AS_FOR_TARGET"; then
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10906 $as_echo "$AS_FOR_TARGET" >&6; }
10907 else
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10909 $as_echo "no" >&6; }
10914 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10917 if test -n "$AS_FOR_TARGET"; then
10918 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10919 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10920 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10923 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10924 for ncn_progname in as; do
10925 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10926 set dummy ${ncn_progname}; ac_word=$2
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10928 $as_echo_n "checking for $ac_word... " >&6; }
10929 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10930 $as_echo_n "(cached) " >&6
10931 else
10932 if test -n "$AS_FOR_TARGET"; then
10933 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10934 else
10935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10936 for as_dir in $PATH
10938 IFS=$as_save_IFS
10939 test -z "$as_dir" && as_dir=.
10940 for ac_exec_ext in '' $ac_executable_extensions; do
10941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10942 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10944 break 2
10946 done
10947 done
10948 IFS=$as_save_IFS
10952 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10953 if test -n "$AS_FOR_TARGET"; then
10954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10955 $as_echo "$AS_FOR_TARGET" >&6; }
10956 else
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10958 $as_echo "no" >&6; }
10962 done
10965 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
10966 for ncn_progname in as; do
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10968 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10969 if test -x $with_build_time_tools/${ncn_progname}; then
10970 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10972 $as_echo "yes" >&6; }
10973 break
10974 else
10975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10976 $as_echo "no" >&6; }
10978 done
10981 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
10982 for ncn_progname in as; do
10983 if test -n "$ncn_target_tool_prefix"; then
10984 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10985 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10987 $as_echo_n "checking for $ac_word... " >&6; }
10988 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10989 $as_echo_n "(cached) " >&6
10990 else
10991 if test -n "$AS_FOR_TARGET"; then
10992 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10993 else
10994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10995 for as_dir in $PATH
10997 IFS=$as_save_IFS
10998 test -z "$as_dir" && as_dir=.
10999 for ac_exec_ext in '' $ac_executable_extensions; do
11000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11001 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11003 break 2
11005 done
11006 done
11007 IFS=$as_save_IFS
11011 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11012 if test -n "$AS_FOR_TARGET"; then
11013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11014 $as_echo "$AS_FOR_TARGET" >&6; }
11015 else
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11017 $as_echo "no" >&6; }
11022 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11023 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11024 set dummy ${ncn_progname}; ac_word=$2
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11026 $as_echo_n "checking for $ac_word... " >&6; }
11027 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11028 $as_echo_n "(cached) " >&6
11029 else
11030 if test -n "$AS_FOR_TARGET"; then
11031 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11032 else
11033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11034 for as_dir in $PATH
11036 IFS=$as_save_IFS
11037 test -z "$as_dir" && as_dir=.
11038 for ac_exec_ext in '' $ac_executable_extensions; do
11039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11040 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11042 break 2
11044 done
11045 done
11046 IFS=$as_save_IFS
11050 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11051 if test -n "$AS_FOR_TARGET"; then
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11053 $as_echo "$AS_FOR_TARGET" >&6; }
11054 else
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11056 $as_echo "no" >&6; }
11061 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11062 done
11065 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11066 set dummy as
11067 if test $build = $target ; then
11068 AS_FOR_TARGET="$2"
11069 else
11070 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11072 else
11073 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11076 else
11077 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11083 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11084 if test -n "$with_build_time_tools"; then
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11086 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11087 if test -x $with_build_time_tools/dlltool; then
11088 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11089 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11091 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11092 else
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11094 $as_echo "no" >&6; }
11096 elif test $build != $host && test $have_gcc_for_target = yes; then
11097 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11098 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11099 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11102 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11103 # Extract the first word of "dlltool", so it can be a program name with args.
11104 set dummy dlltool; ac_word=$2
11105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11106 $as_echo_n "checking for $ac_word... " >&6; }
11107 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11108 $as_echo_n "(cached) " >&6
11109 else
11110 case $DLLTOOL_FOR_TARGET in
11111 [\\/]* | ?:[\\/]*)
11112 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11116 for as_dir in $gcc_cv_tool_dirs
11118 IFS=$as_save_IFS
11119 test -z "$as_dir" && as_dir=.
11120 for ac_exec_ext in '' $ac_executable_extensions; do
11121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11122 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11124 break 2
11126 done
11127 done
11128 IFS=$as_save_IFS
11131 esac
11133 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11134 if test -n "$DLLTOOL_FOR_TARGET"; then
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11136 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11137 else
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11139 $as_echo "no" >&6; }
11144 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11147 if test -n "$DLLTOOL_FOR_TARGET"; then
11148 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11149 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11150 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11153 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11154 for ncn_progname in dlltool; do
11155 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11156 set dummy ${ncn_progname}; ac_word=$2
11157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11158 $as_echo_n "checking for $ac_word... " >&6; }
11159 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11160 $as_echo_n "(cached) " >&6
11161 else
11162 if test -n "$DLLTOOL_FOR_TARGET"; then
11163 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11164 else
11165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11166 for as_dir in $PATH
11168 IFS=$as_save_IFS
11169 test -z "$as_dir" && as_dir=.
11170 for ac_exec_ext in '' $ac_executable_extensions; do
11171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11172 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11174 break 2
11176 done
11177 done
11178 IFS=$as_save_IFS
11182 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11183 if test -n "$DLLTOOL_FOR_TARGET"; then
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11185 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11186 else
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11188 $as_echo "no" >&6; }
11192 done
11195 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11196 for ncn_progname in dlltool; do
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11198 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11199 if test -x $with_build_time_tools/${ncn_progname}; then
11200 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11202 $as_echo "yes" >&6; }
11203 break
11204 else
11205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11206 $as_echo "no" >&6; }
11208 done
11211 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11212 for ncn_progname in dlltool; do
11213 if test -n "$ncn_target_tool_prefix"; then
11214 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11215 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11217 $as_echo_n "checking for $ac_word... " >&6; }
11218 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11219 $as_echo_n "(cached) " >&6
11220 else
11221 if test -n "$DLLTOOL_FOR_TARGET"; then
11222 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11223 else
11224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11225 for as_dir in $PATH
11227 IFS=$as_save_IFS
11228 test -z "$as_dir" && as_dir=.
11229 for ac_exec_ext in '' $ac_executable_extensions; do
11230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11231 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11233 break 2
11235 done
11236 done
11237 IFS=$as_save_IFS
11241 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11242 if test -n "$DLLTOOL_FOR_TARGET"; then
11243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11244 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11245 else
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11247 $as_echo "no" >&6; }
11252 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11253 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11254 set dummy ${ncn_progname}; ac_word=$2
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11256 $as_echo_n "checking for $ac_word... " >&6; }
11257 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11258 $as_echo_n "(cached) " >&6
11259 else
11260 if test -n "$DLLTOOL_FOR_TARGET"; then
11261 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11262 else
11263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11264 for as_dir in $PATH
11266 IFS=$as_save_IFS
11267 test -z "$as_dir" && as_dir=.
11268 for ac_exec_ext in '' $ac_executable_extensions; do
11269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11270 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11272 break 2
11274 done
11275 done
11276 IFS=$as_save_IFS
11280 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11281 if test -n "$DLLTOOL_FOR_TARGET"; then
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11283 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11284 else
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11286 $as_echo "no" >&6; }
11291 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11292 done
11295 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11296 set dummy dlltool
11297 if test $build = $target ; then
11298 DLLTOOL_FOR_TARGET="$2"
11299 else
11300 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11302 else
11303 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11306 else
11307 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11313 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11314 if test -n "$with_build_time_tools"; then
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11316 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11317 if test -x $with_build_time_tools/ld; then
11318 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11319 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11321 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11322 else
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11324 $as_echo "no" >&6; }
11326 elif test $build != $host && test $have_gcc_for_target = yes; then
11327 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11328 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11329 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11332 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11333 # Extract the first word of "ld", so it can be a program name with args.
11334 set dummy ld; ac_word=$2
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11336 $as_echo_n "checking for $ac_word... " >&6; }
11337 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11338 $as_echo_n "(cached) " >&6
11339 else
11340 case $LD_FOR_TARGET in
11341 [\\/]* | ?:[\\/]*)
11342 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11346 for as_dir in $gcc_cv_tool_dirs
11348 IFS=$as_save_IFS
11349 test -z "$as_dir" && as_dir=.
11350 for ac_exec_ext in '' $ac_executable_extensions; do
11351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11352 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11354 break 2
11356 done
11357 done
11358 IFS=$as_save_IFS
11361 esac
11363 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11364 if test -n "$LD_FOR_TARGET"; then
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11366 $as_echo "$LD_FOR_TARGET" >&6; }
11367 else
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11369 $as_echo "no" >&6; }
11374 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11377 if test -n "$LD_FOR_TARGET"; then
11378 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11379 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11380 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11383 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11384 for ncn_progname in ld; do
11385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11386 set dummy ${ncn_progname}; ac_word=$2
11387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11388 $as_echo_n "checking for $ac_word... " >&6; }
11389 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11390 $as_echo_n "(cached) " >&6
11391 else
11392 if test -n "$LD_FOR_TARGET"; then
11393 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11394 else
11395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11396 for as_dir in $PATH
11398 IFS=$as_save_IFS
11399 test -z "$as_dir" && as_dir=.
11400 for ac_exec_ext in '' $ac_executable_extensions; do
11401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11402 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11404 break 2
11406 done
11407 done
11408 IFS=$as_save_IFS
11412 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11413 if test -n "$LD_FOR_TARGET"; then
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11415 $as_echo "$LD_FOR_TARGET" >&6; }
11416 else
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11418 $as_echo "no" >&6; }
11422 done
11425 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11426 for ncn_progname in ld; do
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11428 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11429 if test -x $with_build_time_tools/${ncn_progname}; then
11430 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11432 $as_echo "yes" >&6; }
11433 break
11434 else
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11436 $as_echo "no" >&6; }
11438 done
11441 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11442 for ncn_progname in ld; do
11443 if test -n "$ncn_target_tool_prefix"; then
11444 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11445 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11447 $as_echo_n "checking for $ac_word... " >&6; }
11448 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11449 $as_echo_n "(cached) " >&6
11450 else
11451 if test -n "$LD_FOR_TARGET"; then
11452 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11453 else
11454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11455 for as_dir in $PATH
11457 IFS=$as_save_IFS
11458 test -z "$as_dir" && as_dir=.
11459 for ac_exec_ext in '' $ac_executable_extensions; do
11460 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11461 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11463 break 2
11465 done
11466 done
11467 IFS=$as_save_IFS
11471 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11472 if test -n "$LD_FOR_TARGET"; then
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11474 $as_echo "$LD_FOR_TARGET" >&6; }
11475 else
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11477 $as_echo "no" >&6; }
11482 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11483 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11484 set dummy ${ncn_progname}; ac_word=$2
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11486 $as_echo_n "checking for $ac_word... " >&6; }
11487 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11488 $as_echo_n "(cached) " >&6
11489 else
11490 if test -n "$LD_FOR_TARGET"; then
11491 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11492 else
11493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11494 for as_dir in $PATH
11496 IFS=$as_save_IFS
11497 test -z "$as_dir" && as_dir=.
11498 for ac_exec_ext in '' $ac_executable_extensions; do
11499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11500 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11502 break 2
11504 done
11505 done
11506 IFS=$as_save_IFS
11510 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11511 if test -n "$LD_FOR_TARGET"; then
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11513 $as_echo "$LD_FOR_TARGET" >&6; }
11514 else
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11516 $as_echo "no" >&6; }
11521 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11522 done
11525 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11526 set dummy ld
11527 if test $build = $target ; then
11528 LD_FOR_TARGET="$2"
11529 else
11530 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11532 else
11533 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11536 else
11537 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11543 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11544 if test -n "$with_build_time_tools"; then
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11546 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11547 if test -x $with_build_time_tools/lipo; then
11548 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11549 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11551 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11552 else
11553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11554 $as_echo "no" >&6; }
11556 elif test $build != $host && test $have_gcc_for_target = yes; then
11557 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11558 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11559 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11562 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11563 # Extract the first word of "lipo", so it can be a program name with args.
11564 set dummy lipo; ac_word=$2
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11566 $as_echo_n "checking for $ac_word... " >&6; }
11567 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11568 $as_echo_n "(cached) " >&6
11569 else
11570 case $LIPO_FOR_TARGET in
11571 [\\/]* | ?:[\\/]*)
11572 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11576 for as_dir in $gcc_cv_tool_dirs
11578 IFS=$as_save_IFS
11579 test -z "$as_dir" && as_dir=.
11580 for ac_exec_ext in '' $ac_executable_extensions; do
11581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11582 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11584 break 2
11586 done
11587 done
11588 IFS=$as_save_IFS
11591 esac
11593 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11594 if test -n "$LIPO_FOR_TARGET"; then
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11596 $as_echo "$LIPO_FOR_TARGET" >&6; }
11597 else
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11599 $as_echo "no" >&6; }
11604 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11607 if test -n "$LIPO_FOR_TARGET"; then
11608 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11609 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11610 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11613 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11614 for ncn_progname in lipo; do
11615 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11616 set dummy ${ncn_progname}; ac_word=$2
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11618 $as_echo_n "checking for $ac_word... " >&6; }
11619 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11620 $as_echo_n "(cached) " >&6
11621 else
11622 if test -n "$LIPO_FOR_TARGET"; then
11623 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11624 else
11625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11626 for as_dir in $PATH
11628 IFS=$as_save_IFS
11629 test -z "$as_dir" && as_dir=.
11630 for ac_exec_ext in '' $ac_executable_extensions; do
11631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11632 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11634 break 2
11636 done
11637 done
11638 IFS=$as_save_IFS
11642 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11643 if test -n "$LIPO_FOR_TARGET"; then
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11645 $as_echo "$LIPO_FOR_TARGET" >&6; }
11646 else
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11648 $as_echo "no" >&6; }
11652 done
11655 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11656 for ncn_progname in lipo; do
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11658 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11659 if test -x $with_build_time_tools/${ncn_progname}; then
11660 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11662 $as_echo "yes" >&6; }
11663 break
11664 else
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11666 $as_echo "no" >&6; }
11668 done
11671 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11672 for ncn_progname in lipo; do
11673 if test -n "$ncn_target_tool_prefix"; then
11674 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11675 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11677 $as_echo_n "checking for $ac_word... " >&6; }
11678 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11679 $as_echo_n "(cached) " >&6
11680 else
11681 if test -n "$LIPO_FOR_TARGET"; then
11682 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11683 else
11684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11685 for as_dir in $PATH
11687 IFS=$as_save_IFS
11688 test -z "$as_dir" && as_dir=.
11689 for ac_exec_ext in '' $ac_executable_extensions; do
11690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11691 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11693 break 2
11695 done
11696 done
11697 IFS=$as_save_IFS
11701 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11702 if test -n "$LIPO_FOR_TARGET"; then
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11704 $as_echo "$LIPO_FOR_TARGET" >&6; }
11705 else
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11707 $as_echo "no" >&6; }
11712 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11713 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11714 set dummy ${ncn_progname}; ac_word=$2
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11716 $as_echo_n "checking for $ac_word... " >&6; }
11717 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11718 $as_echo_n "(cached) " >&6
11719 else
11720 if test -n "$LIPO_FOR_TARGET"; then
11721 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11722 else
11723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11724 for as_dir in $PATH
11726 IFS=$as_save_IFS
11727 test -z "$as_dir" && as_dir=.
11728 for ac_exec_ext in '' $ac_executable_extensions; do
11729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11730 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11732 break 2
11734 done
11735 done
11736 IFS=$as_save_IFS
11740 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11741 if test -n "$LIPO_FOR_TARGET"; then
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11743 $as_echo "$LIPO_FOR_TARGET" >&6; }
11744 else
11745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11746 $as_echo "no" >&6; }
11751 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11752 done
11755 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11756 set dummy lipo
11757 if test $build = $target ; then
11758 LIPO_FOR_TARGET="$2"
11759 else
11760 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11762 else
11763 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11766 else
11767 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11773 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11774 if test -n "$with_build_time_tools"; then
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11776 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11777 if test -x $with_build_time_tools/nm; then
11778 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11779 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11781 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11782 else
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11784 $as_echo "no" >&6; }
11786 elif test $build != $host && test $have_gcc_for_target = yes; then
11787 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11788 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11789 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11792 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11793 # Extract the first word of "nm", so it can be a program name with args.
11794 set dummy nm; ac_word=$2
11795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11796 $as_echo_n "checking for $ac_word... " >&6; }
11797 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11798 $as_echo_n "(cached) " >&6
11799 else
11800 case $NM_FOR_TARGET in
11801 [\\/]* | ?:[\\/]*)
11802 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11806 for as_dir in $gcc_cv_tool_dirs
11808 IFS=$as_save_IFS
11809 test -z "$as_dir" && as_dir=.
11810 for ac_exec_ext in '' $ac_executable_extensions; do
11811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11812 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11814 break 2
11816 done
11817 done
11818 IFS=$as_save_IFS
11821 esac
11823 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11824 if test -n "$NM_FOR_TARGET"; then
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11826 $as_echo "$NM_FOR_TARGET" >&6; }
11827 else
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11829 $as_echo "no" >&6; }
11834 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11837 if test -n "$NM_FOR_TARGET"; then
11838 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11839 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11840 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11843 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11844 for ncn_progname in nm; do
11845 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11846 set dummy ${ncn_progname}; ac_word=$2
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11848 $as_echo_n "checking for $ac_word... " >&6; }
11849 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11850 $as_echo_n "(cached) " >&6
11851 else
11852 if test -n "$NM_FOR_TARGET"; then
11853 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11854 else
11855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11856 for as_dir in $PATH
11858 IFS=$as_save_IFS
11859 test -z "$as_dir" && as_dir=.
11860 for ac_exec_ext in '' $ac_executable_extensions; do
11861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11862 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11864 break 2
11866 done
11867 done
11868 IFS=$as_save_IFS
11872 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11873 if test -n "$NM_FOR_TARGET"; then
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11875 $as_echo "$NM_FOR_TARGET" >&6; }
11876 else
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11878 $as_echo "no" >&6; }
11882 done
11885 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11886 for ncn_progname in nm; do
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11888 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11889 if test -x $with_build_time_tools/${ncn_progname}; then
11890 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11892 $as_echo "yes" >&6; }
11893 break
11894 else
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11896 $as_echo "no" >&6; }
11898 done
11901 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11902 for ncn_progname in nm; do
11903 if test -n "$ncn_target_tool_prefix"; then
11904 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11905 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11907 $as_echo_n "checking for $ac_word... " >&6; }
11908 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11909 $as_echo_n "(cached) " >&6
11910 else
11911 if test -n "$NM_FOR_TARGET"; then
11912 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11913 else
11914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11915 for as_dir in $PATH
11917 IFS=$as_save_IFS
11918 test -z "$as_dir" && as_dir=.
11919 for ac_exec_ext in '' $ac_executable_extensions; do
11920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11921 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11923 break 2
11925 done
11926 done
11927 IFS=$as_save_IFS
11931 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11932 if test -n "$NM_FOR_TARGET"; then
11933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11934 $as_echo "$NM_FOR_TARGET" >&6; }
11935 else
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11937 $as_echo "no" >&6; }
11942 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11943 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11944 set dummy ${ncn_progname}; ac_word=$2
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11946 $as_echo_n "checking for $ac_word... " >&6; }
11947 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11948 $as_echo_n "(cached) " >&6
11949 else
11950 if test -n "$NM_FOR_TARGET"; then
11951 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11952 else
11953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11954 for as_dir in $PATH
11956 IFS=$as_save_IFS
11957 test -z "$as_dir" && as_dir=.
11958 for ac_exec_ext in '' $ac_executable_extensions; do
11959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11960 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11962 break 2
11964 done
11965 done
11966 IFS=$as_save_IFS
11970 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11971 if test -n "$NM_FOR_TARGET"; then
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11973 $as_echo "$NM_FOR_TARGET" >&6; }
11974 else
11975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11976 $as_echo "no" >&6; }
11981 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
11982 done
11985 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
11986 set dummy nm
11987 if test $build = $target ; then
11988 NM_FOR_TARGET="$2"
11989 else
11990 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
11992 else
11993 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
11996 else
11997 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12003 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12004 if test -n "$with_build_time_tools"; then
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12006 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12007 if test -x $with_build_time_tools/objdump; then
12008 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12009 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12011 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12012 else
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12014 $as_echo "no" >&6; }
12016 elif test $build != $host && test $have_gcc_for_target = yes; then
12017 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12018 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12019 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12022 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12023 # Extract the first word of "objdump", so it can be a program name with args.
12024 set dummy objdump; ac_word=$2
12025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12026 $as_echo_n "checking for $ac_word... " >&6; }
12027 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12028 $as_echo_n "(cached) " >&6
12029 else
12030 case $OBJDUMP_FOR_TARGET in
12031 [\\/]* | ?:[\\/]*)
12032 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12036 for as_dir in $gcc_cv_tool_dirs
12038 IFS=$as_save_IFS
12039 test -z "$as_dir" && as_dir=.
12040 for ac_exec_ext in '' $ac_executable_extensions; do
12041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12042 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12044 break 2
12046 done
12047 done
12048 IFS=$as_save_IFS
12051 esac
12053 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12054 if test -n "$OBJDUMP_FOR_TARGET"; then
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12056 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12057 else
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12059 $as_echo "no" >&6; }
12064 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12067 if test -n "$OBJDUMP_FOR_TARGET"; then
12068 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12069 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12070 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12073 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12074 for ncn_progname in objdump; do
12075 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12076 set dummy ${ncn_progname}; ac_word=$2
12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12078 $as_echo_n "checking for $ac_word... " >&6; }
12079 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12080 $as_echo_n "(cached) " >&6
12081 else
12082 if test -n "$OBJDUMP_FOR_TARGET"; then
12083 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12084 else
12085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12086 for as_dir in $PATH
12088 IFS=$as_save_IFS
12089 test -z "$as_dir" && as_dir=.
12090 for ac_exec_ext in '' $ac_executable_extensions; do
12091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12092 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12094 break 2
12096 done
12097 done
12098 IFS=$as_save_IFS
12102 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12103 if test -n "$OBJDUMP_FOR_TARGET"; then
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12105 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12106 else
12107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12108 $as_echo "no" >&6; }
12112 done
12115 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12116 for ncn_progname in objdump; do
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12118 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12119 if test -x $with_build_time_tools/${ncn_progname}; then
12120 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12122 $as_echo "yes" >&6; }
12123 break
12124 else
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12126 $as_echo "no" >&6; }
12128 done
12131 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12132 for ncn_progname in objdump; do
12133 if test -n "$ncn_target_tool_prefix"; then
12134 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12135 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12137 $as_echo_n "checking for $ac_word... " >&6; }
12138 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12139 $as_echo_n "(cached) " >&6
12140 else
12141 if test -n "$OBJDUMP_FOR_TARGET"; then
12142 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12143 else
12144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12145 for as_dir in $PATH
12147 IFS=$as_save_IFS
12148 test -z "$as_dir" && as_dir=.
12149 for ac_exec_ext in '' $ac_executable_extensions; do
12150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12151 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12153 break 2
12155 done
12156 done
12157 IFS=$as_save_IFS
12161 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12162 if test -n "$OBJDUMP_FOR_TARGET"; then
12163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12164 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12165 else
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12167 $as_echo "no" >&6; }
12172 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12173 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12174 set dummy ${ncn_progname}; ac_word=$2
12175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12176 $as_echo_n "checking for $ac_word... " >&6; }
12177 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12178 $as_echo_n "(cached) " >&6
12179 else
12180 if test -n "$OBJDUMP_FOR_TARGET"; then
12181 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12182 else
12183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12184 for as_dir in $PATH
12186 IFS=$as_save_IFS
12187 test -z "$as_dir" && as_dir=.
12188 for ac_exec_ext in '' $ac_executable_extensions; do
12189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12190 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12192 break 2
12194 done
12195 done
12196 IFS=$as_save_IFS
12200 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12201 if test -n "$OBJDUMP_FOR_TARGET"; then
12202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12203 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12204 else
12205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12206 $as_echo "no" >&6; }
12211 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12212 done
12215 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12216 set dummy objdump
12217 if test $build = $target ; then
12218 OBJDUMP_FOR_TARGET="$2"
12219 else
12220 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12222 else
12223 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12226 else
12227 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12233 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12234 if test -n "$with_build_time_tools"; then
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12236 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12237 if test -x $with_build_time_tools/ranlib; then
12238 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12239 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12241 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12242 else
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12244 $as_echo "no" >&6; }
12246 elif test $build != $host && test $have_gcc_for_target = yes; then
12247 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12248 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12249 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12252 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12253 # Extract the first word of "ranlib", so it can be a program name with args.
12254 set dummy ranlib; ac_word=$2
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12256 $as_echo_n "checking for $ac_word... " >&6; }
12257 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12258 $as_echo_n "(cached) " >&6
12259 else
12260 case $RANLIB_FOR_TARGET in
12261 [\\/]* | ?:[\\/]*)
12262 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12266 for as_dir in $gcc_cv_tool_dirs
12268 IFS=$as_save_IFS
12269 test -z "$as_dir" && as_dir=.
12270 for ac_exec_ext in '' $ac_executable_extensions; do
12271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12272 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12274 break 2
12276 done
12277 done
12278 IFS=$as_save_IFS
12281 esac
12283 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12284 if test -n "$RANLIB_FOR_TARGET"; then
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12286 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12287 else
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12289 $as_echo "no" >&6; }
12294 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12297 if test -n "$RANLIB_FOR_TARGET"; then
12298 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12299 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12300 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12303 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12304 for ncn_progname in ranlib; do
12305 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12306 set dummy ${ncn_progname}; ac_word=$2
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12308 $as_echo_n "checking for $ac_word... " >&6; }
12309 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12310 $as_echo_n "(cached) " >&6
12311 else
12312 if test -n "$RANLIB_FOR_TARGET"; then
12313 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12314 else
12315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12316 for as_dir in $PATH
12318 IFS=$as_save_IFS
12319 test -z "$as_dir" && as_dir=.
12320 for ac_exec_ext in '' $ac_executable_extensions; do
12321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12322 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12324 break 2
12326 done
12327 done
12328 IFS=$as_save_IFS
12332 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12333 if test -n "$RANLIB_FOR_TARGET"; then
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12335 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12336 else
12337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12338 $as_echo "no" >&6; }
12342 done
12345 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12346 for ncn_progname in ranlib; do
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12348 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12349 if test -x $with_build_time_tools/${ncn_progname}; then
12350 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12352 $as_echo "yes" >&6; }
12353 break
12354 else
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12356 $as_echo "no" >&6; }
12358 done
12361 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12362 for ncn_progname in ranlib; do
12363 if test -n "$ncn_target_tool_prefix"; then
12364 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12365 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12367 $as_echo_n "checking for $ac_word... " >&6; }
12368 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12369 $as_echo_n "(cached) " >&6
12370 else
12371 if test -n "$RANLIB_FOR_TARGET"; then
12372 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12373 else
12374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12375 for as_dir in $PATH
12377 IFS=$as_save_IFS
12378 test -z "$as_dir" && as_dir=.
12379 for ac_exec_ext in '' $ac_executable_extensions; do
12380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12381 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12383 break 2
12385 done
12386 done
12387 IFS=$as_save_IFS
12391 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12392 if test -n "$RANLIB_FOR_TARGET"; then
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12394 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12395 else
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12397 $as_echo "no" >&6; }
12402 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12403 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12404 set dummy ${ncn_progname}; ac_word=$2
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12406 $as_echo_n "checking for $ac_word... " >&6; }
12407 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12408 $as_echo_n "(cached) " >&6
12409 else
12410 if test -n "$RANLIB_FOR_TARGET"; then
12411 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12412 else
12413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12414 for as_dir in $PATH
12416 IFS=$as_save_IFS
12417 test -z "$as_dir" && as_dir=.
12418 for ac_exec_ext in '' $ac_executable_extensions; do
12419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12420 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12422 break 2
12424 done
12425 done
12426 IFS=$as_save_IFS
12430 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12431 if test -n "$RANLIB_FOR_TARGET"; then
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12433 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12434 else
12435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12436 $as_echo "no" >&6; }
12441 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12442 done
12445 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12446 set dummy ranlib
12447 if test $build = $target ; then
12448 RANLIB_FOR_TARGET="$2"
12449 else
12450 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12452 else
12453 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12456 else
12457 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12463 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12464 if test -n "$with_build_time_tools"; then
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12466 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12467 if test -x $with_build_time_tools/strip; then
12468 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12469 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12471 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12472 else
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12474 $as_echo "no" >&6; }
12476 elif test $build != $host && test $have_gcc_for_target = yes; then
12477 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12478 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12479 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12482 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12483 # Extract the first word of "strip", so it can be a program name with args.
12484 set dummy strip; ac_word=$2
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12486 $as_echo_n "checking for $ac_word... " >&6; }
12487 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12488 $as_echo_n "(cached) " >&6
12489 else
12490 case $STRIP_FOR_TARGET in
12491 [\\/]* | ?:[\\/]*)
12492 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12496 for as_dir in $gcc_cv_tool_dirs
12498 IFS=$as_save_IFS
12499 test -z "$as_dir" && as_dir=.
12500 for ac_exec_ext in '' $ac_executable_extensions; do
12501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12502 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12504 break 2
12506 done
12507 done
12508 IFS=$as_save_IFS
12511 esac
12513 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12514 if test -n "$STRIP_FOR_TARGET"; then
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12516 $as_echo "$STRIP_FOR_TARGET" >&6; }
12517 else
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12519 $as_echo "no" >&6; }
12524 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12527 if test -n "$STRIP_FOR_TARGET"; then
12528 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12529 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12530 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12533 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12534 for ncn_progname in strip; do
12535 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12536 set dummy ${ncn_progname}; ac_word=$2
12537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12538 $as_echo_n "checking for $ac_word... " >&6; }
12539 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12540 $as_echo_n "(cached) " >&6
12541 else
12542 if test -n "$STRIP_FOR_TARGET"; then
12543 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12544 else
12545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12546 for as_dir in $PATH
12548 IFS=$as_save_IFS
12549 test -z "$as_dir" && as_dir=.
12550 for ac_exec_ext in '' $ac_executable_extensions; do
12551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12552 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12554 break 2
12556 done
12557 done
12558 IFS=$as_save_IFS
12562 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12563 if test -n "$STRIP_FOR_TARGET"; then
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12565 $as_echo "$STRIP_FOR_TARGET" >&6; }
12566 else
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12568 $as_echo "no" >&6; }
12572 done
12575 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12576 for ncn_progname in strip; do
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12578 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12579 if test -x $with_build_time_tools/${ncn_progname}; then
12580 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12582 $as_echo "yes" >&6; }
12583 break
12584 else
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12586 $as_echo "no" >&6; }
12588 done
12591 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12592 for ncn_progname in strip; do
12593 if test -n "$ncn_target_tool_prefix"; then
12594 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12595 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12597 $as_echo_n "checking for $ac_word... " >&6; }
12598 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12599 $as_echo_n "(cached) " >&6
12600 else
12601 if test -n "$STRIP_FOR_TARGET"; then
12602 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12603 else
12604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12605 for as_dir in $PATH
12607 IFS=$as_save_IFS
12608 test -z "$as_dir" && as_dir=.
12609 for ac_exec_ext in '' $ac_executable_extensions; do
12610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12611 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12613 break 2
12615 done
12616 done
12617 IFS=$as_save_IFS
12621 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12622 if test -n "$STRIP_FOR_TARGET"; then
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12624 $as_echo "$STRIP_FOR_TARGET" >&6; }
12625 else
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12627 $as_echo "no" >&6; }
12632 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12633 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12634 set dummy ${ncn_progname}; ac_word=$2
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12636 $as_echo_n "checking for $ac_word... " >&6; }
12637 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12638 $as_echo_n "(cached) " >&6
12639 else
12640 if test -n "$STRIP_FOR_TARGET"; then
12641 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12642 else
12643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12644 for as_dir in $PATH
12646 IFS=$as_save_IFS
12647 test -z "$as_dir" && as_dir=.
12648 for ac_exec_ext in '' $ac_executable_extensions; do
12649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12650 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12652 break 2
12654 done
12655 done
12656 IFS=$as_save_IFS
12660 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12661 if test -n "$STRIP_FOR_TARGET"; then
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12663 $as_echo "$STRIP_FOR_TARGET" >&6; }
12664 else
12665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12666 $as_echo "no" >&6; }
12671 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12672 done
12675 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12676 set dummy strip
12677 if test $build = $target ; then
12678 STRIP_FOR_TARGET="$2"
12679 else
12680 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12682 else
12683 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12686 else
12687 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12693 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12694 if test -n "$with_build_time_tools"; then
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12696 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12697 if test -x $with_build_time_tools/windres; then
12698 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12699 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12701 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12702 else
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12704 $as_echo "no" >&6; }
12706 elif test $build != $host && test $have_gcc_for_target = yes; then
12707 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12708 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12709 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12712 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12713 # Extract the first word of "windres", so it can be a program name with args.
12714 set dummy windres; ac_word=$2
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12716 $as_echo_n "checking for $ac_word... " >&6; }
12717 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12718 $as_echo_n "(cached) " >&6
12719 else
12720 case $WINDRES_FOR_TARGET in
12721 [\\/]* | ?:[\\/]*)
12722 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12726 for as_dir in $gcc_cv_tool_dirs
12728 IFS=$as_save_IFS
12729 test -z "$as_dir" && as_dir=.
12730 for ac_exec_ext in '' $ac_executable_extensions; do
12731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12732 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12734 break 2
12736 done
12737 done
12738 IFS=$as_save_IFS
12741 esac
12743 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12744 if test -n "$WINDRES_FOR_TARGET"; then
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12746 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12747 else
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12749 $as_echo "no" >&6; }
12754 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12757 if test -n "$WINDRES_FOR_TARGET"; then
12758 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12759 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12760 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12763 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12764 for ncn_progname in windres; do
12765 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12766 set dummy ${ncn_progname}; ac_word=$2
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12768 $as_echo_n "checking for $ac_word... " >&6; }
12769 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12770 $as_echo_n "(cached) " >&6
12771 else
12772 if test -n "$WINDRES_FOR_TARGET"; then
12773 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12774 else
12775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12776 for as_dir in $PATH
12778 IFS=$as_save_IFS
12779 test -z "$as_dir" && as_dir=.
12780 for ac_exec_ext in '' $ac_executable_extensions; do
12781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12782 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12784 break 2
12786 done
12787 done
12788 IFS=$as_save_IFS
12792 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12793 if test -n "$WINDRES_FOR_TARGET"; then
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12795 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12796 else
12797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12798 $as_echo "no" >&6; }
12802 done
12805 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12806 for ncn_progname in windres; do
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12808 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12809 if test -x $with_build_time_tools/${ncn_progname}; then
12810 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12812 $as_echo "yes" >&6; }
12813 break
12814 else
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12816 $as_echo "no" >&6; }
12818 done
12821 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12822 for ncn_progname in windres; do
12823 if test -n "$ncn_target_tool_prefix"; then
12824 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12825 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12827 $as_echo_n "checking for $ac_word... " >&6; }
12828 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12829 $as_echo_n "(cached) " >&6
12830 else
12831 if test -n "$WINDRES_FOR_TARGET"; then
12832 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12833 else
12834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12835 for as_dir in $PATH
12837 IFS=$as_save_IFS
12838 test -z "$as_dir" && as_dir=.
12839 for ac_exec_ext in '' $ac_executable_extensions; do
12840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12841 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12843 break 2
12845 done
12846 done
12847 IFS=$as_save_IFS
12851 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12852 if test -n "$WINDRES_FOR_TARGET"; then
12853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12854 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12855 else
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12857 $as_echo "no" >&6; }
12862 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12863 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12864 set dummy ${ncn_progname}; ac_word=$2
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12866 $as_echo_n "checking for $ac_word... " >&6; }
12867 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12868 $as_echo_n "(cached) " >&6
12869 else
12870 if test -n "$WINDRES_FOR_TARGET"; then
12871 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12872 else
12873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12874 for as_dir in $PATH
12876 IFS=$as_save_IFS
12877 test -z "$as_dir" && as_dir=.
12878 for ac_exec_ext in '' $ac_executable_extensions; do
12879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12880 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12882 break 2
12884 done
12885 done
12886 IFS=$as_save_IFS
12890 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12891 if test -n "$WINDRES_FOR_TARGET"; then
12892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12893 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12894 else
12895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12896 $as_echo "no" >&6; }
12901 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12902 done
12905 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12906 set dummy windres
12907 if test $build = $target ; then
12908 WINDRES_FOR_TARGET="$2"
12909 else
12910 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
12912 else
12913 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
12916 else
12917 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12923 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12924 if test -n "$with_build_time_tools"; then
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12926 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
12927 if test -x $with_build_time_tools/windmc; then
12928 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12929 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12931 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
12932 else
12933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12934 $as_echo "no" >&6; }
12936 elif test $build != $host && test $have_gcc_for_target = yes; then
12937 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12938 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12939 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12942 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12943 # Extract the first word of "windmc", so it can be a program name with args.
12944 set dummy windmc; ac_word=$2
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12946 $as_echo_n "checking for $ac_word... " >&6; }
12947 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12948 $as_echo_n "(cached) " >&6
12949 else
12950 case $WINDMC_FOR_TARGET in
12951 [\\/]* | ?:[\\/]*)
12952 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12956 for as_dir in $gcc_cv_tool_dirs
12958 IFS=$as_save_IFS
12959 test -z "$as_dir" && as_dir=.
12960 for ac_exec_ext in '' $ac_executable_extensions; do
12961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12962 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12964 break 2
12966 done
12967 done
12968 IFS=$as_save_IFS
12971 esac
12973 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
12974 if test -n "$WINDMC_FOR_TARGET"; then
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12976 $as_echo "$WINDMC_FOR_TARGET" >&6; }
12977 else
12978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12979 $as_echo "no" >&6; }
12984 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12987 if test -n "$WINDMC_FOR_TARGET"; then
12988 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12989 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12990 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12993 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12994 for ncn_progname in windmc; do
12995 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12996 set dummy ${ncn_progname}; ac_word=$2
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12998 $as_echo_n "checking for $ac_word... " >&6; }
12999 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13000 $as_echo_n "(cached) " >&6
13001 else
13002 if test -n "$WINDMC_FOR_TARGET"; then
13003 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13004 else
13005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13006 for as_dir in $PATH
13008 IFS=$as_save_IFS
13009 test -z "$as_dir" && as_dir=.
13010 for ac_exec_ext in '' $ac_executable_extensions; do
13011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13012 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13014 break 2
13016 done
13017 done
13018 IFS=$as_save_IFS
13022 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13023 if test -n "$WINDMC_FOR_TARGET"; then
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13025 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13026 else
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13028 $as_echo "no" >&6; }
13032 done
13035 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13036 for ncn_progname in windmc; do
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13038 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13039 if test -x $with_build_time_tools/${ncn_progname}; then
13040 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13042 $as_echo "yes" >&6; }
13043 break
13044 else
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13046 $as_echo "no" >&6; }
13048 done
13051 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13052 for ncn_progname in windmc; do
13053 if test -n "$ncn_target_tool_prefix"; then
13054 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13055 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13057 $as_echo_n "checking for $ac_word... " >&6; }
13058 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13059 $as_echo_n "(cached) " >&6
13060 else
13061 if test -n "$WINDMC_FOR_TARGET"; then
13062 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13063 else
13064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13065 for as_dir in $PATH
13067 IFS=$as_save_IFS
13068 test -z "$as_dir" && as_dir=.
13069 for ac_exec_ext in '' $ac_executable_extensions; do
13070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13071 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13073 break 2
13075 done
13076 done
13077 IFS=$as_save_IFS
13081 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13082 if test -n "$WINDMC_FOR_TARGET"; then
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13084 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13085 else
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13087 $as_echo "no" >&6; }
13092 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13093 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13094 set dummy ${ncn_progname}; ac_word=$2
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13096 $as_echo_n "checking for $ac_word... " >&6; }
13097 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13098 $as_echo_n "(cached) " >&6
13099 else
13100 if test -n "$WINDMC_FOR_TARGET"; then
13101 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13102 else
13103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13104 for as_dir in $PATH
13106 IFS=$as_save_IFS
13107 test -z "$as_dir" && as_dir=.
13108 for ac_exec_ext in '' $ac_executable_extensions; do
13109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13110 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13112 break 2
13114 done
13115 done
13116 IFS=$as_save_IFS
13120 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13121 if test -n "$WINDMC_FOR_TARGET"; then
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13123 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13124 else
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13126 $as_echo "no" >&6; }
13131 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13132 done
13135 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13136 set dummy windmc
13137 if test $build = $target ; then
13138 WINDMC_FOR_TARGET="$2"
13139 else
13140 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13142 else
13143 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13146 else
13147 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13151 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13154 $as_echo_n "checking where to find the target ar... " >&6; }
13155 if test "x${build}" != "x${host}" ; then
13156 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13157 # We already found the complete path
13158 ac_dir=`dirname $AR_FOR_TARGET`
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13160 $as_echo "pre-installed in $ac_dir" >&6; }
13161 else
13162 # Canadian cross, just use what we found
13163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13164 $as_echo "pre-installed" >&6; }
13166 else
13167 ok=yes
13168 case " ${configdirs} " in
13169 *" binutils "*) ;;
13170 *) ok=no ;;
13171 esac
13173 if test $ok = yes; then
13174 # An in-tree tool is available and we can use it
13175 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13177 $as_echo "just compiled" >&6; }
13178 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13179 # We already found the complete path
13180 ac_dir=`dirname $AR_FOR_TARGET`
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13182 $as_echo "pre-installed in $ac_dir" >&6; }
13183 elif test "x$target" = "x$host"; then
13184 # We can use an host tool
13185 AR_FOR_TARGET='$(AR)'
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13187 $as_echo "host tool" >&6; }
13188 else
13189 # We need a cross tool
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13191 $as_echo "pre-installed" >&6; }
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13196 $as_echo_n "checking where to find the target as... " >&6; }
13197 if test "x${build}" != "x${host}" ; then
13198 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13199 # We already found the complete path
13200 ac_dir=`dirname $AS_FOR_TARGET`
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13202 $as_echo "pre-installed in $ac_dir" >&6; }
13203 else
13204 # Canadian cross, just use what we found
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13206 $as_echo "pre-installed" >&6; }
13208 else
13209 ok=yes
13210 case " ${configdirs} " in
13211 *" gas "*) ;;
13212 *) ok=no ;;
13213 esac
13215 if test $ok = yes; then
13216 # An in-tree tool is available and we can use it
13217 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13219 $as_echo "just compiled" >&6; }
13220 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13221 # We already found the complete path
13222 ac_dir=`dirname $AS_FOR_TARGET`
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13224 $as_echo "pre-installed in $ac_dir" >&6; }
13225 elif test "x$target" = "x$host"; then
13226 # We can use an host tool
13227 AS_FOR_TARGET='$(AS)'
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13229 $as_echo "host tool" >&6; }
13230 else
13231 # We need a cross tool
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13233 $as_echo "pre-installed" >&6; }
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13238 $as_echo_n "checking where to find the target cc... " >&6; }
13239 if test "x${build}" != "x${host}" ; then
13240 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13241 # We already found the complete path
13242 ac_dir=`dirname $CC_FOR_TARGET`
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13244 $as_echo "pre-installed in $ac_dir" >&6; }
13245 else
13246 # Canadian cross, just use what we found
13247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13248 $as_echo "pre-installed" >&6; }
13250 else
13251 ok=yes
13252 case " ${configdirs} " in
13253 *" gcc "*) ;;
13254 *) ok=no ;;
13255 esac
13257 if test $ok = yes; then
13258 # An in-tree tool is available and we can use it
13259 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13261 $as_echo "just compiled" >&6; }
13262 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13263 # We already found the complete path
13264 ac_dir=`dirname $CC_FOR_TARGET`
13265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13266 $as_echo "pre-installed in $ac_dir" >&6; }
13267 elif test "x$target" = "x$host"; then
13268 # We can use an host tool
13269 CC_FOR_TARGET='$(CC)'
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13271 $as_echo "host tool" >&6; }
13272 else
13273 # We need a cross tool
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13275 $as_echo "pre-installed" >&6; }
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13280 $as_echo_n "checking where to find the target c++... " >&6; }
13281 if test "x${build}" != "x${host}" ; then
13282 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13283 # We already found the complete path
13284 ac_dir=`dirname $CXX_FOR_TARGET`
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13286 $as_echo "pre-installed in $ac_dir" >&6; }
13287 else
13288 # Canadian cross, just use what we found
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13290 $as_echo "pre-installed" >&6; }
13292 else
13293 ok=yes
13294 case " ${configdirs} " in
13295 *" gcc "*) ;;
13296 *) ok=no ;;
13297 esac
13298 case ,${enable_languages}, in
13299 *,c++,*) ;;
13300 *) ok=no ;;
13301 esac
13302 if test $ok = yes; then
13303 # An in-tree tool is available and we can use it
13304 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'
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13306 $as_echo "just compiled" >&6; }
13307 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13308 # We already found the complete path
13309 ac_dir=`dirname $CXX_FOR_TARGET`
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13311 $as_echo "pre-installed in $ac_dir" >&6; }
13312 elif test "x$target" = "x$host"; then
13313 # We can use an host tool
13314 CXX_FOR_TARGET='$(CXX)'
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13316 $as_echo "host tool" >&6; }
13317 else
13318 # We need a cross tool
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13320 $as_echo "pre-installed" >&6; }
13324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13325 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13326 if test "x${build}" != "x${host}" ; then
13327 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13328 # We already found the complete path
13329 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13331 $as_echo "pre-installed in $ac_dir" >&6; }
13332 else
13333 # Canadian cross, just use what we found
13334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13335 $as_echo "pre-installed" >&6; }
13337 else
13338 ok=yes
13339 case " ${configdirs} " in
13340 *" gcc "*) ;;
13341 *) ok=no ;;
13342 esac
13343 case ,${enable_languages}, in
13344 *,c++,*) ;;
13345 *) ok=no ;;
13346 esac
13347 if test $ok = yes; then
13348 # An in-tree tool is available and we can use it
13349 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'
13350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13351 $as_echo "just compiled" >&6; }
13352 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13353 # We already found the complete path
13354 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13356 $as_echo "pre-installed in $ac_dir" >&6; }
13357 elif test "x$target" = "x$host"; then
13358 # We can use an host tool
13359 RAW_CXX_FOR_TARGET='$(CXX)'
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13361 $as_echo "host tool" >&6; }
13362 else
13363 # We need a cross tool
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13365 $as_echo "pre-installed" >&6; }
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13370 $as_echo_n "checking where to find the target dlltool... " >&6; }
13371 if test "x${build}" != "x${host}" ; then
13372 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13373 # We already found the complete path
13374 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13376 $as_echo "pre-installed in $ac_dir" >&6; }
13377 else
13378 # Canadian cross, just use what we found
13379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13380 $as_echo "pre-installed" >&6; }
13382 else
13383 ok=yes
13384 case " ${configdirs} " in
13385 *" binutils "*) ;;
13386 *) ok=no ;;
13387 esac
13389 if test $ok = yes; then
13390 # An in-tree tool is available and we can use it
13391 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13393 $as_echo "just compiled" >&6; }
13394 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13395 # We already found the complete path
13396 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13398 $as_echo "pre-installed in $ac_dir" >&6; }
13399 elif test "x$target" = "x$host"; then
13400 # We can use an host tool
13401 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13403 $as_echo "host tool" >&6; }
13404 else
13405 # We need a cross tool
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13407 $as_echo "pre-installed" >&6; }
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13412 $as_echo_n "checking where to find the target gcc... " >&6; }
13413 if test "x${build}" != "x${host}" ; then
13414 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13415 # We already found the complete path
13416 ac_dir=`dirname $GCC_FOR_TARGET`
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13418 $as_echo "pre-installed in $ac_dir" >&6; }
13419 else
13420 # Canadian cross, just use what we found
13421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13422 $as_echo "pre-installed" >&6; }
13424 else
13425 ok=yes
13426 case " ${configdirs} " in
13427 *" gcc "*) ;;
13428 *) ok=no ;;
13429 esac
13431 if test $ok = yes; then
13432 # An in-tree tool is available and we can use it
13433 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13435 $as_echo "just compiled" >&6; }
13436 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13437 # We already found the complete path
13438 ac_dir=`dirname $GCC_FOR_TARGET`
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13440 $as_echo "pre-installed in $ac_dir" >&6; }
13441 elif test "x$target" = "x$host"; then
13442 # We can use an host tool
13443 GCC_FOR_TARGET='$()'
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13445 $as_echo "host tool" >&6; }
13446 else
13447 # We need a cross tool
13448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13449 $as_echo "pre-installed" >&6; }
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13454 $as_echo_n "checking where to find the target gcj... " >&6; }
13455 if test "x${build}" != "x${host}" ; then
13456 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13457 # We already found the complete path
13458 ac_dir=`dirname $GCJ_FOR_TARGET`
13459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13460 $as_echo "pre-installed in $ac_dir" >&6; }
13461 else
13462 # Canadian cross, just use what we found
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13464 $as_echo "pre-installed" >&6; }
13466 else
13467 ok=yes
13468 case " ${configdirs} " in
13469 *" gcc "*) ;;
13470 *) ok=no ;;
13471 esac
13472 case ,${enable_languages}, in
13473 *,java,*) ;;
13474 *) ok=no ;;
13475 esac
13476 if test $ok = yes; then
13477 # An in-tree tool is available and we can use it
13478 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13480 $as_echo "just compiled" >&6; }
13481 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13482 # We already found the complete path
13483 ac_dir=`dirname $GCJ_FOR_TARGET`
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13485 $as_echo "pre-installed in $ac_dir" >&6; }
13486 elif test "x$target" = "x$host"; then
13487 # We can use an host tool
13488 GCJ_FOR_TARGET='$(GCJ)'
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13490 $as_echo "host tool" >&6; }
13491 else
13492 # We need a cross tool
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13494 $as_echo "pre-installed" >&6; }
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13499 $as_echo_n "checking where to find the target gfortran... " >&6; }
13500 if test "x${build}" != "x${host}" ; then
13501 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13502 # We already found the complete path
13503 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13505 $as_echo "pre-installed in $ac_dir" >&6; }
13506 else
13507 # Canadian cross, just use what we found
13508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13509 $as_echo "pre-installed" >&6; }
13511 else
13512 ok=yes
13513 case " ${configdirs} " in
13514 *" gcc "*) ;;
13515 *) ok=no ;;
13516 esac
13517 case ,${enable_languages}, in
13518 *,fortran,*) ;;
13519 *) ok=no ;;
13520 esac
13521 if test $ok = yes; then
13522 # An in-tree tool is available and we can use it
13523 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13525 $as_echo "just compiled" >&6; }
13526 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13527 # We already found the complete path
13528 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13530 $as_echo "pre-installed in $ac_dir" >&6; }
13531 elif test "x$target" = "x$host"; then
13532 # We can use an host tool
13533 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13535 $as_echo "host tool" >&6; }
13536 else
13537 # We need a cross tool
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13539 $as_echo "pre-installed" >&6; }
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13544 $as_echo_n "checking where to find the target gccgo... " >&6; }
13545 if test "x${build}" != "x${host}" ; then
13546 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13547 # We already found the complete path
13548 ac_dir=`dirname $GOC_FOR_TARGET`
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13550 $as_echo "pre-installed in $ac_dir" >&6; }
13551 else
13552 # Canadian cross, just use what we found
13553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13554 $as_echo "pre-installed" >&6; }
13556 else
13557 ok=yes
13558 case " ${configdirs} " in
13559 *" gcc "*) ;;
13560 *) ok=no ;;
13561 esac
13562 case ,${enable_languages}, in
13563 *,go,*) ;;
13564 *) ok=no ;;
13565 esac
13566 if test $ok = yes; then
13567 # An in-tree tool is available and we can use it
13568 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13570 $as_echo "just compiled" >&6; }
13571 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13572 # We already found the complete path
13573 ac_dir=`dirname $GOC_FOR_TARGET`
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13575 $as_echo "pre-installed in $ac_dir" >&6; }
13576 elif test "x$target" = "x$host"; then
13577 # We can use an host tool
13578 GOC_FOR_TARGET='$(GOC)'
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13580 $as_echo "host tool" >&6; }
13581 else
13582 # We need a cross tool
13583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13584 $as_echo "pre-installed" >&6; }
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13589 $as_echo_n "checking where to find the target ld... " >&6; }
13590 if test "x${build}" != "x${host}" ; then
13591 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13592 # We already found the complete path
13593 ac_dir=`dirname $LD_FOR_TARGET`
13594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13595 $as_echo "pre-installed in $ac_dir" >&6; }
13596 else
13597 # Canadian cross, just use what we found
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13599 $as_echo "pre-installed" >&6; }
13601 else
13602 ok=yes
13603 case " ${configdirs} " in
13604 *" ld "*) ;;
13605 *) ok=no ;;
13606 esac
13608 if test $ok = yes; then
13609 # An in-tree tool is available and we can use it
13610 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13612 $as_echo "just compiled" >&6; }
13613 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13614 # We already found the complete path
13615 ac_dir=`dirname $LD_FOR_TARGET`
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13617 $as_echo "pre-installed in $ac_dir" >&6; }
13618 elif test "x$target" = "x$host"; then
13619 # We can use an host tool
13620 LD_FOR_TARGET='$(LD)'
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13622 $as_echo "host tool" >&6; }
13623 else
13624 # We need a cross tool
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13626 $as_echo "pre-installed" >&6; }
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13631 $as_echo_n "checking where to find the target lipo... " >&6; }
13632 if test "x${build}" != "x${host}" ; then
13633 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13634 # We already found the complete path
13635 ac_dir=`dirname $LIPO_FOR_TARGET`
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13637 $as_echo "pre-installed in $ac_dir" >&6; }
13638 else
13639 # Canadian cross, just use what we found
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13641 $as_echo "pre-installed" >&6; }
13643 else
13644 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13645 # We already found the complete path
13646 ac_dir=`dirname $LIPO_FOR_TARGET`
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13648 $as_echo "pre-installed in $ac_dir" >&6; }
13649 elif test "x$target" = "x$host"; then
13650 # We can use an host tool
13651 LIPO_FOR_TARGET='$(LIPO)'
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13653 $as_echo "host tool" >&6; }
13654 else
13655 # We need a cross tool
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13657 $as_echo "pre-installed" >&6; }
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13662 $as_echo_n "checking where to find the target nm... " >&6; }
13663 if test "x${build}" != "x${host}" ; then
13664 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13665 # We already found the complete path
13666 ac_dir=`dirname $NM_FOR_TARGET`
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13668 $as_echo "pre-installed in $ac_dir" >&6; }
13669 else
13670 # Canadian cross, just use what we found
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13672 $as_echo "pre-installed" >&6; }
13674 else
13675 ok=yes
13676 case " ${configdirs} " in
13677 *" binutils "*) ;;
13678 *) ok=no ;;
13679 esac
13681 if test $ok = yes; then
13682 # An in-tree tool is available and we can use it
13683 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13685 $as_echo "just compiled" >&6; }
13686 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13687 # We already found the complete path
13688 ac_dir=`dirname $NM_FOR_TARGET`
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13690 $as_echo "pre-installed in $ac_dir" >&6; }
13691 elif test "x$target" = "x$host"; then
13692 # We can use an host tool
13693 NM_FOR_TARGET='$(NM)'
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13695 $as_echo "host tool" >&6; }
13696 else
13697 # We need a cross tool
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13699 $as_echo "pre-installed" >&6; }
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13704 $as_echo_n "checking where to find the target objdump... " >&6; }
13705 if test "x${build}" != "x${host}" ; then
13706 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13707 # We already found the complete path
13708 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13710 $as_echo "pre-installed in $ac_dir" >&6; }
13711 else
13712 # Canadian cross, just use what we found
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13714 $as_echo "pre-installed" >&6; }
13716 else
13717 ok=yes
13718 case " ${configdirs} " in
13719 *" binutils "*) ;;
13720 *) ok=no ;;
13721 esac
13723 if test $ok = yes; then
13724 # An in-tree tool is available and we can use it
13725 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13727 $as_echo "just compiled" >&6; }
13728 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13729 # We already found the complete path
13730 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13732 $as_echo "pre-installed in $ac_dir" >&6; }
13733 elif test "x$target" = "x$host"; then
13734 # We can use an host tool
13735 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13737 $as_echo "host tool" >&6; }
13738 else
13739 # We need a cross tool
13740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13741 $as_echo "pre-installed" >&6; }
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13746 $as_echo_n "checking where to find the target ranlib... " >&6; }
13747 if test "x${build}" != "x${host}" ; then
13748 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13749 # We already found the complete path
13750 ac_dir=`dirname $RANLIB_FOR_TARGET`
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13752 $as_echo "pre-installed in $ac_dir" >&6; }
13753 else
13754 # Canadian cross, just use what we found
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13756 $as_echo "pre-installed" >&6; }
13758 else
13759 ok=yes
13760 case " ${configdirs} " in
13761 *" binutils "*) ;;
13762 *) ok=no ;;
13763 esac
13765 if test $ok = yes; then
13766 # An in-tree tool is available and we can use it
13767 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13769 $as_echo "just compiled" >&6; }
13770 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13771 # We already found the complete path
13772 ac_dir=`dirname $RANLIB_FOR_TARGET`
13773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13774 $as_echo "pre-installed in $ac_dir" >&6; }
13775 elif test "x$target" = "x$host"; then
13776 # We can use an host tool
13777 RANLIB_FOR_TARGET='$(RANLIB)'
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13779 $as_echo "host tool" >&6; }
13780 else
13781 # We need a cross tool
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13783 $as_echo "pre-installed" >&6; }
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13788 $as_echo_n "checking where to find the target strip... " >&6; }
13789 if test "x${build}" != "x${host}" ; then
13790 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13791 # We already found the complete path
13792 ac_dir=`dirname $STRIP_FOR_TARGET`
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13794 $as_echo "pre-installed in $ac_dir" >&6; }
13795 else
13796 # Canadian cross, just use what we found
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13798 $as_echo "pre-installed" >&6; }
13800 else
13801 ok=yes
13802 case " ${configdirs} " in
13803 *" binutils "*) ;;
13804 *) ok=no ;;
13805 esac
13807 if test $ok = yes; then
13808 # An in-tree tool is available and we can use it
13809 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13811 $as_echo "just compiled" >&6; }
13812 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13813 # We already found the complete path
13814 ac_dir=`dirname $STRIP_FOR_TARGET`
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13816 $as_echo "pre-installed in $ac_dir" >&6; }
13817 elif test "x$target" = "x$host"; then
13818 # We can use an host tool
13819 STRIP_FOR_TARGET='$(STRIP)'
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13821 $as_echo "host tool" >&6; }
13822 else
13823 # We need a cross tool
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13825 $as_echo "pre-installed" >&6; }
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13830 $as_echo_n "checking where to find the target windres... " >&6; }
13831 if test "x${build}" != "x${host}" ; then
13832 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13833 # We already found the complete path
13834 ac_dir=`dirname $WINDRES_FOR_TARGET`
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13836 $as_echo "pre-installed in $ac_dir" >&6; }
13837 else
13838 # Canadian cross, just use what we found
13839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13840 $as_echo "pre-installed" >&6; }
13842 else
13843 ok=yes
13844 case " ${configdirs} " in
13845 *" binutils "*) ;;
13846 *) ok=no ;;
13847 esac
13849 if test $ok = yes; then
13850 # An in-tree tool is available and we can use it
13851 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13853 $as_echo "just compiled" >&6; }
13854 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13855 # We already found the complete path
13856 ac_dir=`dirname $WINDRES_FOR_TARGET`
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13858 $as_echo "pre-installed in $ac_dir" >&6; }
13859 elif test "x$target" = "x$host"; then
13860 # We can use an host tool
13861 WINDRES_FOR_TARGET='$(WINDRES)'
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13863 $as_echo "host tool" >&6; }
13864 else
13865 # We need a cross tool
13866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13867 $as_echo "pre-installed" >&6; }
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13872 $as_echo_n "checking where to find the target windmc... " >&6; }
13873 if test "x${build}" != "x${host}" ; then
13874 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13875 # We already found the complete path
13876 ac_dir=`dirname $WINDMC_FOR_TARGET`
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13878 $as_echo "pre-installed in $ac_dir" >&6; }
13879 else
13880 # Canadian cross, just use what we found
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13882 $as_echo "pre-installed" >&6; }
13884 else
13885 ok=yes
13886 case " ${configdirs} " in
13887 *" binutils "*) ;;
13888 *) ok=no ;;
13889 esac
13891 if test $ok = yes; then
13892 # An in-tree tool is available and we can use it
13893 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13895 $as_echo "just compiled" >&6; }
13896 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13897 # We already found the complete path
13898 ac_dir=`dirname $WINDMC_FOR_TARGET`
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13900 $as_echo "pre-installed in $ac_dir" >&6; }
13901 elif test "x$target" = "x$host"; then
13902 # We can use an host tool
13903 WINDMC_FOR_TARGET='$(WINDMC)'
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13905 $as_echo "host tool" >&6; }
13906 else
13907 # We need a cross tool
13908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13909 $as_echo "pre-installed" >&6; }
13917 # Certain tools may need extra flags.
13918 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13919 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13920 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13922 # When building target libraries, except in a Canadian cross, we use
13923 # the same toolchain as the compiler we just built.
13924 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13925 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13926 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13927 if test $host = $build; then
13928 case " $configdirs " in
13929 *" gcc "*)
13930 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13931 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13932 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13934 esac
13941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13942 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13943 # Check whether --enable-maintainer-mode was given.
13944 if test "${enable_maintainer_mode+set}" = set; then :
13945 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13946 else
13947 USE_MAINTAINER_MODE=no
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13951 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13954 if test "$USE_MAINTAINER_MODE" = yes; then
13955 MAINTAINER_MODE_TRUE=
13956 MAINTAINER_MODE_FALSE='#'
13957 else
13958 MAINTAINER_MODE_TRUE='#'
13959 MAINTAINER_MODE_FALSE=
13961 MAINT=$MAINTAINER_MODE_TRUE
13963 # ---------------------
13964 # GCC bootstrap support
13965 # ---------------------
13967 # Stage specific cflags for build.
13968 stage1_cflags="-g"
13969 case $build in
13970 vax-*-*)
13971 case ${GCC} in
13972 yes) stage1_cflags="-g -Wa,-J" ;;
13973 *) stage1_cflags="-g -J" ;;
13974 esac ;;
13975 esac
13977 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
13978 if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
13979 saved_CFLAGS="$CFLAGS"
13981 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
13982 CFLAGS="$CFLAGS -fkeep-inline-functions"
13983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
13984 $as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
13985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13986 /* end confdefs.h. */
13988 #if (__GNUC__ < 3) \
13989 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
13990 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
13991 #error http://gcc.gnu.org/PR29382
13992 #endif
13995 main ()
13999 return 0;
14001 _ACEOF
14002 if ac_fn_c_try_compile "$LINENO"; then :
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14004 $as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
14005 else
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14007 $as_echo "no" >&6; }
14009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14011 CFLAGS="$saved_CFLAGS"
14016 # Enable --enable-checking in stage1 of the compiler.
14017 # Check whether --enable-stage1-checking was given.
14018 if test "${enable_stage1_checking+set}" = set; then :
14019 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14020 else
14021 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14022 stage1_checking=--enable-checking=yes,types
14023 else
14024 stage1_checking=--enable-checking=$enable_checking,types
14030 # Enable -Werror in bootstrap stage2 and later.
14031 # Check whether --enable-werror was given.
14032 if test "${enable_werror+set}" = set; then :
14033 enableval=$enable_werror;
14034 else
14035 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14036 enable_werror=yes
14037 else
14038 enable_werror=no
14042 case ${enable_werror} in
14043 yes) stage2_werror_flag="--enable-werror-always" ;;
14044 *) stage2_werror_flag="" ;;
14045 esac
14048 # Specify what files to not compare during bootstrap.
14050 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14051 case "$target" in
14052 hppa*64*-*-hpux*) ;;
14053 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14054 esac
14055 case " $configdirs " in
14056 *" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14057 esac
14060 ac_config_files="$ac_config_files Makefile"
14062 cat >confcache <<\_ACEOF
14063 # This file is a shell script that caches the results of configure
14064 # tests run on this system so they can be shared between configure
14065 # scripts and configure runs, see configure's option --config-cache.
14066 # It is not useful on other systems. If it contains results you don't
14067 # want to keep, you may remove or edit it.
14069 # config.status only pays attention to the cache file if you give it
14070 # the --recheck option to rerun configure.
14072 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14073 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14074 # following values.
14076 _ACEOF
14078 # The following way of writing the cache mishandles newlines in values,
14079 # but we know of no workaround that is simple, portable, and efficient.
14080 # So, we kill variables containing newlines.
14081 # Ultrix sh set writes to stderr and can't be redirected directly,
14082 # and sets the high bit in the cache file unless we assign to the vars.
14084 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14085 eval ac_val=\$$ac_var
14086 case $ac_val in #(
14087 *${as_nl}*)
14088 case $ac_var in #(
14089 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14090 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14091 esac
14092 case $ac_var in #(
14093 _ | IFS | as_nl) ;; #(
14094 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14095 *) { eval $ac_var=; unset $ac_var;} ;;
14096 esac ;;
14097 esac
14098 done
14100 (set) 2>&1 |
14101 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14102 *${as_nl}ac_space=\ *)
14103 # `set' does not quote correctly, so add quotes: double-quote
14104 # substitution turns \\\\ into \\, and sed turns \\ into \.
14105 sed -n \
14106 "s/'/'\\\\''/g;
14107 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14108 ;; #(
14110 # `set' quotes correctly as required by POSIX, so do not add quotes.
14111 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14113 esac |
14114 sort
14116 sed '
14117 /^ac_cv_env_/b end
14118 t clear
14119 :clear
14120 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14121 t end
14122 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14123 :end' >>confcache
14124 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14125 if test -w "$cache_file"; then
14126 test "x$cache_file" != "x/dev/null" &&
14127 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14128 $as_echo "$as_me: updating cache $cache_file" >&6;}
14129 cat confcache >$cache_file
14130 else
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14132 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14135 rm -f confcache
14137 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14138 # Let make expand exec_prefix.
14139 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14141 # Transform confdefs.h into DEFS.
14142 # Protect against shell expansion while executing Makefile rules.
14143 # Protect against Makefile macro expansion.
14145 # If the first sed substitution is executed (which looks for macros that
14146 # take arguments), then branch to the quote section. Otherwise,
14147 # look for a macro that doesn't take arguments.
14148 ac_script='
14149 :mline
14150 /\\$/{
14152 s,\\\n,,
14153 b mline
14155 t clear
14156 :clear
14157 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14158 t quote
14159 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14160 t quote
14161 b any
14162 :quote
14163 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14164 s/\[/\\&/g
14165 s/\]/\\&/g
14166 s/\$/$$/g
14168 :any
14171 s/^\n//
14172 s/\n/ /g
14176 DEFS=`sed -n "$ac_script" confdefs.h`
14179 ac_libobjs=
14180 ac_ltlibobjs=
14181 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14182 # 1. Remove the extension, and $U if already installed.
14183 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14184 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14185 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14186 # will be set to the directory where LIBOBJS objects are built.
14187 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14188 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14189 done
14190 LIBOBJS=$ac_libobjs
14192 LTLIBOBJS=$ac_ltlibobjs
14196 : ${CONFIG_STATUS=./config.status}
14197 ac_write_fail=0
14198 ac_clean_files_save=$ac_clean_files
14199 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14201 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14202 as_write_fail=0
14203 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14204 #! $SHELL
14205 # Generated by $as_me.
14206 # Run this file to recreate the current configuration.
14207 # Compiler output produced by configure, useful for debugging
14208 # configure, is in config.log if it exists.
14210 debug=false
14211 ac_cs_recheck=false
14212 ac_cs_silent=false
14214 SHELL=\${CONFIG_SHELL-$SHELL}
14215 export SHELL
14216 _ASEOF
14217 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14218 ## -------------------- ##
14219 ## M4sh Initialization. ##
14220 ## -------------------- ##
14222 # Be more Bourne compatible
14223 DUALCASE=1; export DUALCASE # for MKS sh
14224 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14225 emulate sh
14226 NULLCMD=:
14227 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14228 # is contrary to our usage. Disable this feature.
14229 alias -g '${1+"$@"}'='"$@"'
14230 setopt NO_GLOB_SUBST
14231 else
14232 case `(set -o) 2>/dev/null` in #(
14233 *posix*) :
14234 set -o posix ;; #(
14235 *) :
14237 esac
14241 as_nl='
14243 export as_nl
14244 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14245 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14246 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14247 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14248 # Prefer a ksh shell builtin over an external printf program on Solaris,
14249 # but without wasting forks for bash or zsh.
14250 if test -z "$BASH_VERSION$ZSH_VERSION" \
14251 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14252 as_echo='print -r --'
14253 as_echo_n='print -rn --'
14254 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14255 as_echo='printf %s\n'
14256 as_echo_n='printf %s'
14257 else
14258 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14259 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14260 as_echo_n='/usr/ucb/echo -n'
14261 else
14262 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14263 as_echo_n_body='eval
14264 arg=$1;
14265 case $arg in #(
14266 *"$as_nl"*)
14267 expr "X$arg" : "X\\(.*\\)$as_nl";
14268 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14269 esac;
14270 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14272 export as_echo_n_body
14273 as_echo_n='sh -c $as_echo_n_body as_echo'
14275 export as_echo_body
14276 as_echo='sh -c $as_echo_body as_echo'
14279 # The user is always right.
14280 if test "${PATH_SEPARATOR+set}" != set; then
14281 PATH_SEPARATOR=:
14282 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14283 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14284 PATH_SEPARATOR=';'
14289 # IFS
14290 # We need space, tab and new line, in precisely that order. Quoting is
14291 # there to prevent editors from complaining about space-tab.
14292 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14293 # splitting by setting IFS to empty value.)
14294 IFS=" "" $as_nl"
14296 # Find who we are. Look in the path if we contain no directory separator.
14297 case $0 in #((
14298 *[\\/]* ) as_myself=$0 ;;
14299 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14300 for as_dir in $PATH
14302 IFS=$as_save_IFS
14303 test -z "$as_dir" && as_dir=.
14304 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14305 done
14306 IFS=$as_save_IFS
14309 esac
14310 # We did not find ourselves, most probably we were run as `sh COMMAND'
14311 # in which case we are not to be found in the path.
14312 if test "x$as_myself" = x; then
14313 as_myself=$0
14315 if test ! -f "$as_myself"; then
14316 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14317 exit 1
14320 # Unset variables that we do not need and which cause bugs (e.g. in
14321 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14322 # suppresses any "Segmentation fault" message there. '((' could
14323 # trigger a bug in pdksh 5.2.14.
14324 for as_var in BASH_ENV ENV MAIL MAILPATH
14325 do eval test x\${$as_var+set} = xset \
14326 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14327 done
14328 PS1='$ '
14329 PS2='> '
14330 PS4='+ '
14332 # NLS nuisances.
14333 LC_ALL=C
14334 export LC_ALL
14335 LANGUAGE=C
14336 export LANGUAGE
14338 # CDPATH.
14339 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14342 # as_fn_error ERROR [LINENO LOG_FD]
14343 # ---------------------------------
14344 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14345 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14346 # script with status $?, using 1 if that was 0.
14347 as_fn_error ()
14349 as_status=$?; test $as_status -eq 0 && as_status=1
14350 if test "$3"; then
14351 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14352 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14354 $as_echo "$as_me: error: $1" >&2
14355 as_fn_exit $as_status
14356 } # as_fn_error
14359 # as_fn_set_status STATUS
14360 # -----------------------
14361 # Set $? to STATUS, without forking.
14362 as_fn_set_status ()
14364 return $1
14365 } # as_fn_set_status
14367 # as_fn_exit STATUS
14368 # -----------------
14369 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14370 as_fn_exit ()
14372 set +e
14373 as_fn_set_status $1
14374 exit $1
14375 } # as_fn_exit
14377 # as_fn_unset VAR
14378 # ---------------
14379 # Portably unset VAR.
14380 as_fn_unset ()
14382 { eval $1=; unset $1;}
14384 as_unset=as_fn_unset
14385 # as_fn_append VAR VALUE
14386 # ----------------------
14387 # Append the text in VALUE to the end of the definition contained in VAR. Take
14388 # advantage of any shell optimizations that allow amortized linear growth over
14389 # repeated appends, instead of the typical quadratic growth present in naive
14390 # implementations.
14391 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14392 eval 'as_fn_append ()
14394 eval $1+=\$2
14396 else
14397 as_fn_append ()
14399 eval $1=\$$1\$2
14401 fi # as_fn_append
14403 # as_fn_arith ARG...
14404 # ------------------
14405 # Perform arithmetic evaluation on the ARGs, and store the result in the
14406 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14407 # must be portable across $(()) and expr.
14408 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14409 eval 'as_fn_arith ()
14411 as_val=$(( $* ))
14413 else
14414 as_fn_arith ()
14416 as_val=`expr "$@" || test $? -eq 1`
14418 fi # as_fn_arith
14421 if expr a : '\(a\)' >/dev/null 2>&1 &&
14422 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14423 as_expr=expr
14424 else
14425 as_expr=false
14428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14429 as_basename=basename
14430 else
14431 as_basename=false
14434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14435 as_dirname=dirname
14436 else
14437 as_dirname=false
14440 as_me=`$as_basename -- "$0" ||
14441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14442 X"$0" : 'X\(//\)$' \| \
14443 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14444 $as_echo X/"$0" |
14445 sed '/^.*\/\([^/][^/]*\)\/*$/{
14446 s//\1/
14449 /^X\/\(\/\/\)$/{
14450 s//\1/
14453 /^X\/\(\/\).*/{
14454 s//\1/
14457 s/.*/./; q'`
14459 # Avoid depending upon Character Ranges.
14460 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14463 as_cr_digits='0123456789'
14464 as_cr_alnum=$as_cr_Letters$as_cr_digits
14466 ECHO_C= ECHO_N= ECHO_T=
14467 case `echo -n x` in #(((((
14468 -n*)
14469 case `echo 'xy\c'` in
14470 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14471 xy) ECHO_C='\c';;
14472 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14473 ECHO_T=' ';;
14474 esac;;
14476 ECHO_N='-n';;
14477 esac
14479 rm -f conf$$ conf$$.exe conf$$.file
14480 if test -d conf$$.dir; then
14481 rm -f conf$$.dir/conf$$.file
14482 else
14483 rm -f conf$$.dir
14484 mkdir conf$$.dir 2>/dev/null
14486 if (echo >conf$$.file) 2>/dev/null; then
14487 if ln -s conf$$.file conf$$ 2>/dev/null; then
14488 as_ln_s='ln -s'
14489 # ... but there are two gotchas:
14490 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14491 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14492 # In both cases, we have to default to `cp -p'.
14493 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14494 as_ln_s='cp -p'
14495 elif ln conf$$.file conf$$ 2>/dev/null; then
14496 as_ln_s=ln
14497 else
14498 as_ln_s='cp -p'
14500 else
14501 as_ln_s='cp -p'
14503 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14504 rmdir conf$$.dir 2>/dev/null
14507 # as_fn_mkdir_p
14508 # -------------
14509 # Create "$as_dir" as a directory, including parents if necessary.
14510 as_fn_mkdir_p ()
14513 case $as_dir in #(
14514 -*) as_dir=./$as_dir;;
14515 esac
14516 test -d "$as_dir" || eval $as_mkdir_p || {
14517 as_dirs=
14518 while :; do
14519 case $as_dir in #(
14520 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14521 *) as_qdir=$as_dir;;
14522 esac
14523 as_dirs="'$as_qdir' $as_dirs"
14524 as_dir=`$as_dirname -- "$as_dir" ||
14525 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14526 X"$as_dir" : 'X\(//\)[^/]' \| \
14527 X"$as_dir" : 'X\(//\)$' \| \
14528 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14529 $as_echo X"$as_dir" |
14530 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14531 s//\1/
14534 /^X\(\/\/\)[^/].*/{
14535 s//\1/
14538 /^X\(\/\/\)$/{
14539 s//\1/
14542 /^X\(\/\).*/{
14543 s//\1/
14546 s/.*/./; q'`
14547 test -d "$as_dir" && break
14548 done
14549 test -z "$as_dirs" || eval "mkdir $as_dirs"
14550 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14553 } # as_fn_mkdir_p
14554 if mkdir -p . 2>/dev/null; then
14555 as_mkdir_p='mkdir -p "$as_dir"'
14556 else
14557 test -d ./-p && rmdir ./-p
14558 as_mkdir_p=false
14561 if test -x / >/dev/null 2>&1; then
14562 as_test_x='test -x'
14563 else
14564 if ls -dL / >/dev/null 2>&1; then
14565 as_ls_L_option=L
14566 else
14567 as_ls_L_option=
14569 as_test_x='
14570 eval sh -c '\''
14571 if test -d "$1"; then
14572 test -d "$1/.";
14573 else
14574 case $1 in #(
14575 -*)set "./$1";;
14576 esac;
14577 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14578 ???[sx]*):;;*)false;;esac;fi
14579 '\'' sh
14582 as_executable_p=$as_test_x
14584 # Sed expression to map a string onto a valid CPP name.
14585 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14587 # Sed expression to map a string onto a valid variable name.
14588 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14591 exec 6>&1
14592 ## ----------------------------------- ##
14593 ## Main body of $CONFIG_STATUS script. ##
14594 ## ----------------------------------- ##
14595 _ASEOF
14596 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14598 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14599 # Save the log message, to keep $0 and so on meaningful, and to
14600 # report actual input values of CONFIG_FILES etc. instead of their
14601 # values after options handling.
14602 ac_log="
14603 This file was extended by $as_me, which was
14604 generated by GNU Autoconf 2.64. Invocation command line was
14606 CONFIG_FILES = $CONFIG_FILES
14607 CONFIG_HEADERS = $CONFIG_HEADERS
14608 CONFIG_LINKS = $CONFIG_LINKS
14609 CONFIG_COMMANDS = $CONFIG_COMMANDS
14610 $ $0 $@
14612 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14615 _ACEOF
14617 case $ac_config_files in *"
14618 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14619 esac
14623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14624 # Files that config.status was made for.
14625 config_files="$ac_config_files"
14627 _ACEOF
14629 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14630 ac_cs_usage="\
14631 \`$as_me' instantiates files and other configuration actions
14632 from templates according to the current configuration. Unless the files
14633 and actions are specified as TAGs, all are instantiated by default.
14635 Usage: $0 [OPTION]... [TAG]...
14637 -h, --help print this help, then exit
14638 -V, --version print version number and configuration settings, then exit
14639 -q, --quiet, --silent
14640 do not print progress messages
14641 -d, --debug don't remove temporary files
14642 --recheck update $as_me by reconfiguring in the same conditions
14643 --file=FILE[:TEMPLATE]
14644 instantiate the configuration file FILE
14646 Configuration files:
14647 $config_files
14649 Report bugs to the package provider."
14651 _ACEOF
14652 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14653 ac_cs_version="\\
14654 config.status
14655 configured by $0, generated by GNU Autoconf 2.64,
14656 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14658 Copyright (C) 2009 Free Software Foundation, Inc.
14659 This config.status script is free software; the Free Software Foundation
14660 gives unlimited permission to copy, distribute and modify it."
14662 ac_pwd='$ac_pwd'
14663 srcdir='$srcdir'
14664 INSTALL='$INSTALL'
14665 AWK='$AWK'
14666 test -n "\$AWK" || AWK=awk
14667 _ACEOF
14669 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14670 # The default lists apply if the user does not specify any file.
14671 ac_need_defaults=:
14672 while test $# != 0
14674 case $1 in
14675 --*=*)
14676 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14677 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14678 ac_shift=:
14681 ac_option=$1
14682 ac_optarg=$2
14683 ac_shift=shift
14685 esac
14687 case $ac_option in
14688 # Handling of the options.
14689 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14690 ac_cs_recheck=: ;;
14691 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14692 $as_echo "$ac_cs_version"; exit ;;
14693 --debug | --debu | --deb | --de | --d | -d )
14694 debug=: ;;
14695 --file | --fil | --fi | --f )
14696 $ac_shift
14697 case $ac_optarg in
14698 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14699 esac
14700 as_fn_append CONFIG_FILES " '$ac_optarg'"
14701 ac_need_defaults=false;;
14702 --he | --h | --help | --hel | -h )
14703 $as_echo "$ac_cs_usage"; exit ;;
14704 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14705 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14706 ac_cs_silent=: ;;
14708 # This is an error.
14709 -*) as_fn_error "unrecognized option: \`$1'
14710 Try \`$0 --help' for more information." ;;
14712 *) as_fn_append ac_config_targets " $1"
14713 ac_need_defaults=false ;;
14715 esac
14716 shift
14717 done
14719 ac_configure_extra_args=
14721 if $ac_cs_silent; then
14722 exec 6>/dev/null
14723 ac_configure_extra_args="$ac_configure_extra_args --silent"
14726 _ACEOF
14727 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14728 if \$ac_cs_recheck; then
14729 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14730 shift
14731 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14732 CONFIG_SHELL='$SHELL'
14733 export CONFIG_SHELL
14734 exec "\$@"
14737 _ACEOF
14738 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14739 exec 5>>config.log
14741 echo
14742 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14743 ## Running $as_me. ##
14744 _ASBOX
14745 $as_echo "$ac_log"
14746 } >&5
14748 _ACEOF
14749 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14751 # INIT-COMMANDS
14753 extrasub_build="$extrasub_build"
14754 extrasub_host="$extrasub_host"
14755 extrasub_target="$extrasub_target"
14757 _ACEOF
14759 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14761 # Handling of arguments.
14762 for ac_config_target in $ac_config_targets
14764 case $ac_config_target in
14765 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14767 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14768 esac
14769 done
14772 # If the user did not use the arguments to specify the items to instantiate,
14773 # then the envvar interface is used. Set only those that are not.
14774 # We use the long form for the default assignment because of an extremely
14775 # bizarre bug on SunOS 4.1.3.
14776 if $ac_need_defaults; then
14777 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14780 # Have a temporary directory for convenience. Make it in the build tree
14781 # simply because there is no reason against having it here, and in addition,
14782 # creating and moving files from /tmp can sometimes cause problems.
14783 # Hook for its removal unless debugging.
14784 # Note that there is a small window in which the directory will not be cleaned:
14785 # after its creation but before its name has been assigned to `$tmp'.
14786 $debug ||
14788 tmp=
14789 trap 'exit_status=$?
14790 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14792 trap 'as_fn_exit 1' 1 2 13 15
14794 # Create a (secure) tmp directory for tmp files.
14797 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14798 test -n "$tmp" && test -d "$tmp"
14799 } ||
14801 tmp=./conf$$-$RANDOM
14802 (umask 077 && mkdir "$tmp")
14803 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14805 # Set up the scripts for CONFIG_FILES section.
14806 # No need to generate them if there are no CONFIG_FILES.
14807 # This happens for instance with `./config.status config.h'.
14808 if test -n "$CONFIG_FILES"; then
14810 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14811 ac_cs_awk_getline=:
14812 ac_cs_awk_pipe_init=
14813 ac_cs_awk_read_file='
14814 while ((getline aline < (F[key])) > 0)
14815 print(aline)
14816 close(F[key])'
14817 ac_cs_awk_pipe_fini=
14818 else
14819 ac_cs_awk_getline=false
14820 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14821 ac_cs_awk_read_file='
14822 print "|#_!!_#|"
14823 print "cat " F[key] " &&"
14824 '$ac_cs_awk_pipe_init
14825 # The final `:' finishes the AND list.
14826 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14828 ac_cr=`echo X | tr X '\015'`
14829 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14830 # But we know of no other shell where ac_cr would be empty at this
14831 # point, so we can use a bashism as a fallback.
14832 if test "x$ac_cr" = x; then
14833 eval ac_cr=\$\'\\r\'
14835 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14836 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14837 ac_cs_awk_cr='\r'
14838 else
14839 ac_cs_awk_cr=$ac_cr
14842 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14843 _ACEOF
14845 # Create commands to substitute file output variables.
14847 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14848 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14849 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14850 echo "_ACAWK" &&
14851 echo "_ACEOF"
14852 } >conf$$files.sh &&
14853 . ./conf$$files.sh ||
14854 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14855 rm -f conf$$files.sh
14858 echo "cat >conf$$subs.awk <<_ACEOF" &&
14859 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14860 echo "_ACEOF"
14861 } >conf$$subs.sh ||
14862 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14863 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14864 ac_delim='%!_!# '
14865 for ac_last_try in false false false false false :; do
14866 . ./conf$$subs.sh ||
14867 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14869 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14870 if test $ac_delim_n = $ac_delim_num; then
14871 break
14872 elif $ac_last_try; then
14873 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14874 else
14875 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14877 done
14878 rm -f conf$$subs.sh
14880 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14881 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14882 _ACEOF
14883 sed -n '
14885 s/^/S["/; s/!.*/"]=/
14888 s/^[^!]*!//
14889 :repl
14890 t repl
14891 s/'"$ac_delim"'$//
14892 t delim
14895 s/\(.\{148\}\).*/\1/
14896 t more1
14897 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14900 b repl
14901 :more1
14902 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14905 s/.\{148\}//
14906 t nl
14907 :delim
14909 s/\(.\{148\}\).*/\1/
14910 t more2
14911 s/["\\]/\\&/g; s/^/"/; s/$/"/
14914 :more2
14915 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14918 s/.\{148\}//
14919 t delim
14920 ' <conf$$subs.awk | sed '
14921 /^[^""]/{
14923 s/\n//
14925 ' >>$CONFIG_STATUS || ac_write_fail=1
14926 rm -f conf$$subs.awk
14927 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14928 _ACAWK
14929 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14930 for (key in S) S_is_set[key] = 1
14931 FS = "\a"
14932 \$ac_cs_awk_pipe_init
14935 line = $ 0
14936 nfields = split(line, field, "@")
14937 substed = 0
14938 len = length(field[1])
14939 for (i = 2; i < nfields; i++) {
14940 key = field[i]
14941 keylen = length(key)
14942 if (S_is_set[key]) {
14943 value = S[key]
14944 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14945 len += length(value) + length(field[++i])
14946 substed = 1
14947 } else
14948 len += 1 + keylen
14950 if (nfields == 3 && !substed) {
14951 key = field[2]
14952 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14953 \$ac_cs_awk_read_file
14954 next
14957 print line
14959 \$ac_cs_awk_pipe_fini
14960 _ACAWK
14961 _ACEOF
14962 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14963 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14964 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14965 else
14967 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14968 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14969 _ACEOF
14971 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14972 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14973 # trailing colons and then remove the whole line if VPATH becomes empty
14974 # (actually we leave an empty line to preserve line numbers).
14975 if test "x$srcdir" = x.; then
14976 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14977 s/:*\$(srcdir):*/:/
14978 s/:*\${srcdir}:*/:/
14979 s/:*@srcdir@:*/:/
14980 s/^\([^=]*=[ ]*\):*/\1/
14981 s/:*$//
14982 s/^[^=]*=[ ]*$//
14986 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14987 fi # test -n "$CONFIG_FILES"
14990 eval set X " :F $CONFIG_FILES "
14991 shift
14992 for ac_tag
14994 case $ac_tag in
14995 :[FHLC]) ac_mode=$ac_tag; continue;;
14996 esac
14997 case $ac_mode$ac_tag in
14998 :[FHL]*:*);;
14999 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15000 :[FH]-) ac_tag=-:-;;
15001 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15002 esac
15003 ac_save_IFS=$IFS
15004 IFS=:
15005 set x $ac_tag
15006 IFS=$ac_save_IFS
15007 shift
15008 ac_file=$1
15009 shift
15011 case $ac_mode in
15012 :L) ac_source=$1;;
15013 :[FH])
15014 ac_file_inputs=
15015 for ac_f
15017 case $ac_f in
15018 -) ac_f="$tmp/stdin";;
15019 *) # Look for the file first in the build tree, then in the source tree
15020 # (if the path is not absolute). The absolute path cannot be DOS-style,
15021 # because $ac_f cannot contain `:'.
15022 test -f "$ac_f" ||
15023 case $ac_f in
15024 [\\/$]*) false;;
15025 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15026 esac ||
15027 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15028 esac
15029 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15030 as_fn_append ac_file_inputs " '$ac_f'"
15031 done
15033 # Let's still pretend it is `configure' which instantiates (i.e., don't
15034 # use $as_me), people would be surprised to read:
15035 # /* config.h. Generated by config.status. */
15036 configure_input='Generated from '`
15037 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15038 `' by configure.'
15039 if test x"$ac_file" != x-; then
15040 configure_input="$ac_file. $configure_input"
15041 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15042 $as_echo "$as_me: creating $ac_file" >&6;}
15044 # Neutralize special characters interpreted by sed in replacement strings.
15045 case $configure_input in #(
15046 *\&* | *\|* | *\\* )
15047 ac_sed_conf_input=`$as_echo "$configure_input" |
15048 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15049 *) ac_sed_conf_input=$configure_input;;
15050 esac
15052 case $ac_tag in
15053 *:-:* | *:-) cat >"$tmp/stdin" \
15054 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15055 esac
15057 esac
15059 ac_dir=`$as_dirname -- "$ac_file" ||
15060 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15061 X"$ac_file" : 'X\(//\)[^/]' \| \
15062 X"$ac_file" : 'X\(//\)$' \| \
15063 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15064 $as_echo X"$ac_file" |
15065 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15066 s//\1/
15069 /^X\(\/\/\)[^/].*/{
15070 s//\1/
15073 /^X\(\/\/\)$/{
15074 s//\1/
15077 /^X\(\/\).*/{
15078 s//\1/
15081 s/.*/./; q'`
15082 as_dir="$ac_dir"; as_fn_mkdir_p
15083 ac_builddir=.
15085 case "$ac_dir" in
15086 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15088 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15089 # A ".." for each directory in $ac_dir_suffix.
15090 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15091 case $ac_top_builddir_sub in
15092 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15093 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15094 esac ;;
15095 esac
15096 ac_abs_top_builddir=$ac_pwd
15097 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15098 # for backward compatibility:
15099 ac_top_builddir=$ac_top_build_prefix
15101 case $srcdir in
15102 .) # We are building in place.
15103 ac_srcdir=.
15104 ac_top_srcdir=$ac_top_builddir_sub
15105 ac_abs_top_srcdir=$ac_pwd ;;
15106 [\\/]* | ?:[\\/]* ) # Absolute name.
15107 ac_srcdir=$srcdir$ac_dir_suffix;
15108 ac_top_srcdir=$srcdir
15109 ac_abs_top_srcdir=$srcdir ;;
15110 *) # Relative name.
15111 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15112 ac_top_srcdir=$ac_top_build_prefix$srcdir
15113 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15114 esac
15115 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15118 case $ac_mode in
15121 # CONFIG_FILE
15124 case $INSTALL in
15125 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15126 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15127 esac
15128 _ACEOF
15130 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15131 # If the template does not know about datarootdir, expand it.
15132 # FIXME: This hack should be removed a few years after 2.60.
15133 ac_datarootdir_hack=; ac_datarootdir_seen=
15134 ac_sed_dataroot='
15135 /datarootdir/ {
15139 /@datadir@/p
15140 /@docdir@/p
15141 /@infodir@/p
15142 /@localedir@/p
15143 /@mandir@/p'
15144 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15145 *datarootdir*) ac_datarootdir_seen=yes;;
15146 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15147 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15148 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15149 _ACEOF
15150 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15151 ac_datarootdir_hack='
15152 s&@datadir@&$datadir&g
15153 s&@docdir@&$docdir&g
15154 s&@infodir@&$infodir&g
15155 s&@localedir@&$localedir&g
15156 s&@mandir@&$mandir&g
15157 s&\\\${datarootdir}&$datarootdir&g' ;;
15158 esac
15159 _ACEOF
15161 # Neutralize VPATH when `$srcdir' = `.'.
15162 # Shell code in configure.ac might set extrasub.
15163 # FIXME: do we really want to maintain this feature?
15164 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15165 ac_sed_extra="$ac_vpsub
15166 $extrasub
15167 _ACEOF
15168 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15170 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15171 s|@configure_input@|$ac_sed_conf_input|;t t
15172 s&@top_builddir@&$ac_top_builddir_sub&;t t
15173 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15174 s&@srcdir@&$ac_srcdir&;t t
15175 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15176 s&@top_srcdir@&$ac_top_srcdir&;t t
15177 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15178 s&@builddir@&$ac_builddir&;t t
15179 s&@abs_builddir@&$ac_abs_builddir&;t t
15180 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15181 s&@INSTALL@&$ac_INSTALL&;t t
15182 $ac_datarootdir_hack
15184 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15185 if $ac_cs_awk_getline; then
15186 $AWK -f "$tmp/subs.awk"
15187 else
15188 $AWK -f "$tmp/subs.awk" | $SHELL
15189 fi >$tmp/out \
15190 || as_fn_error "could not create $ac_file" "$LINENO" 5
15192 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15193 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15194 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15195 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15196 which seems to be undefined. Please make sure it is defined." >&5
15197 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15198 which seems to be undefined. Please make sure it is defined." >&2;}
15200 rm -f "$tmp/stdin"
15201 case $ac_file in
15202 -) cat "$tmp/out" && rm -f "$tmp/out";;
15203 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15204 esac \
15205 || as_fn_error "could not create $ac_file" "$LINENO" 5
15210 esac
15213 case $ac_file$ac_mode in
15214 "Makefile":F) sed "$extrasub_build" Makefile |
15215 sed "$extrasub_host" |
15216 sed "$extrasub_target" > mf$$
15217 mv -f mf$$ Makefile ;;
15219 esac
15220 done # for ac_tag
15223 as_fn_exit 0
15224 _ACEOF
15225 ac_clean_files=$ac_clean_files_save
15227 test $ac_write_fail = 0 ||
15228 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15231 # configure is writing to config.log, and then calls config.status.
15232 # config.status does its own redirection, appending to config.log.
15233 # Unfortunately, on DOS this fails, as config.log is still kept open
15234 # by configure, so config.status won't be able to write to it; its
15235 # output is simply discarded. So we exec the FD to /dev/null,
15236 # effectively closing config.log, so it can be properly (re)opened and
15237 # appended to by config.status. When coming back to configure, we
15238 # need to make the FD available again.
15239 if test "$no_create" != yes; then
15240 ac_cs_success=:
15241 ac_config_status_args=
15242 test "$silent" = yes &&
15243 ac_config_status_args="$ac_config_status_args --quiet"
15244 exec 5>/dev/null
15245 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15246 exec 5>>config.log
15247 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15248 # would make configure fail if this is the last instruction.
15249 $ac_cs_success || as_fn_exit $?
15251 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15252 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15253 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}