* configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
[binutils.git] / configure
blob53639130a0f9c9639dc80b2b948a3ade2d05b43f
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. those programs are also very likely
2730 # candidates for the "native_only" list which follows
2732 target_tools="target-examples target-groff target-gperf target-rda"
2734 ################################################################################
2736 ## All tools belong in one of the four categories, and are assigned above
2737 ## We assign ${configdirs} this way to remove all embedded newlines. This
2738 ## is important because configure will choke if they ever get through.
2739 ## ${configdirs} is directories we build using the host tools.
2740 ## ${target_configdirs} is directories we build using the target tools.
2741 configdirs=`echo ${host_libs} ${host_tools}`
2742 target_configdirs=`echo ${target_libraries} ${target_tools}`
2743 build_configdirs=`echo ${build_libs} ${build_tools}`
2747 ################################################################################
2749 srcname="gnu development package"
2751 # This gets set non-empty for some net releases of packages.
2752 appdirs=""
2754 # Define is_cross_compiler to save on calls to 'test'.
2755 is_cross_compiler=
2756 if test x"${host}" = x"${target}" ; then
2757 is_cross_compiler=no
2758 else
2759 is_cross_compiler=yes
2762 # Find the build and target subdir names.
2764 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2765 # have matching libraries, they should use host libraries: Makefile.tpl
2766 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2767 # However, they still use the build modules, because the corresponding
2768 # host modules (e.g. bison) are only built for the host when bootstrap
2769 # finishes. So:
2770 # - build_subdir is where we find build modules, and never changes.
2771 # - build_libsubdir is where we find build libraries, and can be overridden.
2773 # Prefix 'build-' so this never conflicts with target_subdir.
2774 build_subdir="build-${build_noncanonical}"
2776 # Check whether --with-build-libsubdir was given.
2777 if test "${with_build_libsubdir+set}" = set; then :
2778 withval=$with_build_libsubdir; build_libsubdir="$withval"
2779 else
2780 build_libsubdir="$build_subdir"
2783 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2784 if ( test $srcdir = . && test -d gcc ) \
2785 || test -d $srcdir/../host-${host_noncanonical}; then
2786 host_subdir="host-${host_noncanonical}"
2787 else
2788 host_subdir=.
2790 # No prefix.
2791 target_subdir=${target_noncanonical}
2793 # Be sure to cover against remnants of an in-tree build.
2794 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2795 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2796 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2799 # Skipdirs are removed silently.
2800 skipdirs=
2801 # Noconfigdirs are removed loudly.
2802 noconfigdirs=""
2804 use_gnu_ld=
2805 # Make sure we don't let GNU ld be added if we didn't want it.
2806 if test x$with_gnu_ld = xno ; then
2807 use_gnu_ld=no
2808 noconfigdirs="$noconfigdirs ld gold"
2811 use_gnu_as=
2812 # Make sure we don't let GNU as be added if we didn't want it.
2813 if test x$with_gnu_as = xno ; then
2814 use_gnu_as=no
2815 noconfigdirs="$noconfigdirs gas"
2818 use_included_zlib=
2819 # Make sure we don't let ZLIB be added if we didn't want it.
2820 if test x$with_system_zlib = xyes ; then
2821 use_included_zlib=no
2822 noconfigdirs="$noconfigdirs zlib"
2825 # some tools are so dependent upon X11 that if we're not building with X,
2826 # it's not even worth trying to configure, much less build, that tool.
2828 case ${with_x} in
2829 yes | "") ;; # the default value for this tree is that X11 is available
2831 skipdirs="${skipdirs} tk itcl libgui"
2832 # We won't be able to build gdbtk without X.
2833 enable_gdbtk=no
2835 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2836 esac
2838 # Some tools are only suitable for building in a "native" situation.
2839 # Remove these if host!=target.
2840 native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
2842 # Similarly, some are only suitable for cross toolchains.
2843 # Remove these if host=target.
2844 cross_only="target-libgloss target-newlib target-opcodes"
2846 case $is_cross_compiler in
2847 no) skipdirs="${skipdirs} ${cross_only}" ;;
2848 yes) skipdirs="${skipdirs} ${native_only}" ;;
2849 esac
2851 # If both --with-headers and --with-libs are specified, default to
2852 # --without-newlib.
2853 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2854 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2855 if test x"${with_newlib}" = x ; then
2856 with_newlib=no
2860 # Recognize --with-newlib/--without-newlib.
2861 case ${with_newlib} in
2862 no) skipdirs="${skipdirs} target-newlib" ;;
2863 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2864 esac
2866 # Handle --enable-gold, --enable-ld.
2867 # --disable-gold [--enable-ld]
2868 # Build only ld. Default option.
2869 # --enable-gold [--enable-ld]
2870 # Build both gold and ld. Install gold as "ld.gold", install ld
2871 # as "ld.bfd" and "ld".
2872 # --enable-gold=default [--enable-ld]
2873 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2874 # install ld as "ld.bfd".
2875 # --enable-gold[=default] --disable-ld
2876 # Build only gold, which is then installed as both "ld.gold" and "ld".
2877 # --enable-gold --enable-ld=default
2878 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2879 # and ld.bfd).
2880 # In other words, ld is default
2881 # --enable-gold=default --enable-ld=default
2882 # Error.
2884 default_ld=
2885 # Check whether --enable-gold was given.
2886 if test "${enable_gold+set}" = set; then :
2887 enableval=$enable_gold; ENABLE_GOLD=$enableval
2888 else
2889 ENABLE_GOLD=no
2892 case "${ENABLE_GOLD}" in
2893 yes|default)
2894 # Check for ELF target.
2895 is_elf=no
2896 case "${target}" in
2897 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2898 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2899 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
2900 case "${target}" in
2901 *-*-linux*aout* | *-*-linux*oldld*)
2904 is_elf=yes
2906 esac
2907 esac
2909 if test "$is_elf" = "yes"; then
2910 # Check for target supported by gold.
2911 case "${target}" in
2912 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
2913 configdirs="$configdirs gold"
2914 if test x${ENABLE_GOLD} = xdefault; then
2915 default_ld=gold
2917 ENABLE_GOLD=yes
2919 esac
2925 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2927 esac
2929 # Check whether --enable-ld was given.
2930 if test "${enable_ld+set}" = set; then :
2931 enableval=$enable_ld; ENABLE_LD=$enableval
2932 else
2933 ENABLE_LD=yes
2937 case "${ENABLE_LD}" in
2938 default)
2939 if test x${default_ld} != x; then
2940 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2943 yes)
2946 if test x${ENABLE_GOLD} != xyes; then
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2948 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2950 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2953 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2955 esac
2957 # Configure extra directories which are host specific
2959 case "${host}" in
2960 *-cygwin*)
2961 configdirs="$configdirs libtermcap" ;;
2962 esac
2964 # A target can indicate whether a language isn't supported for some reason.
2965 # Only spaces may be used in this macro; not newlines or tabs.
2966 unsupported_languages=
2968 # Remove more programs from consideration, based on the host or
2969 # target this usually means that a port of the program doesn't
2970 # exist yet.
2972 case "${host}" in
2973 hppa*64*-*-*)
2974 noconfigdirs="$noconfigdirs byacc"
2976 i[3456789]86-*-msdosdjgpp*)
2977 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2979 x86_64-*-mingw*)
2980 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2982 i[3456789]86-*-mingw32*)
2983 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2984 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2986 *-*-cygwin*)
2987 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
2989 *-*-netbsd*)
2990 noconfigdirs="$noconfigdirs rcs"
2992 esac
2995 # Check whether --enable-libquadmath was given.
2996 if test "${enable_libquadmath+set}" = set; then :
2997 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2998 else
2999 ENABLE_LIBQUADMATH=yes
3002 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3003 noconfigdirs="$noconfigdirs target-libquadmath"
3007 # Check whether --enable-libquadmath-support was given.
3008 if test "${enable_libquadmath_support+set}" = set; then :
3009 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3010 else
3011 ENABLE_LIBQUADMATH_SUPPORT=yes
3014 enable_libquadmath_support=
3015 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3016 enable_libquadmath_support=no
3020 # Check whether --enable-libada was given.
3021 if test "${enable_libada+set}" = set; then :
3022 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3023 else
3024 ENABLE_LIBADA=yes
3027 if test "${ENABLE_LIBADA}" != "yes" ; then
3028 noconfigdirs="$noconfigdirs gnattools"
3031 # Check whether --enable-libssp was given.
3032 if test "${enable_libssp+set}" = set; then :
3033 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3034 else
3035 ENABLE_LIBSSP=yes
3039 # Save it here so that, even in case of --enable-libgcj, if the Java
3040 # front-end isn't enabled, we still get libgcj disabled.
3041 libgcj_saved=$libgcj
3042 case $enable_libgcj in
3043 yes)
3044 # If we reset it here, it won't get added to noconfigdirs in the
3045 # target-specific build rules, so it will be forcibly enabled
3046 # (unless the Java language itself isn't enabled).
3047 libgcj=
3050 # Make sure we get it printed in the list of not supported target libs.
3051 # Don't disable libffi, though, other languages use it.
3052 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3053 # Clear libgcj_saved so that even if java is enabled libffi won't be
3054 # built.
3055 libgcj_saved=
3057 esac
3060 # Disable libmudflap on some systems.
3061 if test x$enable_libmudflap = x ; then
3062 case "${target}" in
3063 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3064 # Enable libmudflap by default in GNU and friends.
3066 *-*-freebsd*)
3067 # Enable libmudflap by default in FreeBSD.
3070 # Disable it by default everywhere else.
3071 noconfigdirs="$noconfigdirs target-libmudflap"
3073 esac
3076 # Disable libgomp on non POSIX hosted systems.
3077 if test x$enable_libgomp = x ; then
3078 # Enable libgomp by default on hosted POSIX systems.
3079 case "${target}" in
3080 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3082 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
3084 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
3086 *-*-darwin* | *-*-aix*)
3089 noconfigdirs="$noconfigdirs target-libgomp"
3091 esac
3094 # Default libgloss CPU subdirectory.
3095 libgloss_dir="$target_cpu"
3097 case "${target}" in
3098 *-*-chorusos)
3099 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3101 powerpc-*-darwin*)
3102 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3103 noconfigdirs="$noconfigdirs sim target-rda"
3105 i[3456789]86-*-darwin*)
3106 noconfigdirs="$noconfigdirs ld gprof"
3107 noconfigdirs="$noconfigdirs sim target-rda"
3109 x86_64-*-darwin[912]*)
3110 noconfigdirs="$noconfigdirs ld gas gprof"
3111 noconfigdirs="$noconfigdirs sim target-rda"
3113 *-*-darwin*)
3114 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3115 noconfigdirs="$noconfigdirs sim target-rda"
3116 noconfigdirs="$noconfigdirs ${libgcj}"
3118 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
3119 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3121 *-*-freebsd*)
3122 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3123 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3124 && test -f /usr/local/include/gmp.h; then
3125 with_gmp=/usr/local
3128 # Skip some stuff that's unsupported on some FreeBSD configurations.
3129 case "${target}" in
3130 i*86-*-*) ;;
3131 alpha*-*-*) ;;
3132 x86_64-*-*) ;;
3134 noconfigdirs="$noconfigdirs ${libgcj}"
3136 esac
3138 *-*-kaos*)
3139 # Remove unsupported stuff on all kaOS configurations.
3140 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
3141 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3142 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3143 noconfigdirs="$noconfigdirs target-libgloss"
3145 *-*-netbsd*)
3146 # Skip some stuff on all NetBSD configurations.
3147 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3149 # Skip some stuff that's unsupported on some NetBSD configurations.
3150 case "${target}" in
3151 i*86-*-netbsdelf*) ;;
3152 arm*-*-netbsdelf*) ;;
3154 noconfigdirs="$noconfigdirs ${libgcj}"
3156 esac
3158 *-*-netware*)
3159 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
3161 *-*-rtems*)
3162 skipdirs="${skipdirs} target-libiberty"
3163 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3165 # The tpf target doesn't support gdb yet.
3166 *-*-tpf*)
3167 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
3169 *-*-uclinux*)
3170 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
3172 *-*-vxworks*)
3173 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
3175 alpha*-dec-osf*)
3176 # ld works, but does not support shared libraries.
3177 # newlib is not 64 bit ready. I'm not sure about fileutils.
3178 # gas doesn't generate exception information.
3179 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3181 alpha*-*-*vms*)
3182 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3184 alpha*-*-linux*)
3185 # newlib is not 64 bit ready
3186 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3188 alpha*-*-*)
3189 # newlib is not 64 bit ready
3190 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3192 am33_2.0-*-linux*)
3193 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3195 sh-*-linux*)
3196 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3198 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3199 noconfigdirs="$noconfigdirs ${libgcj}"
3200 noconfigdirs="$noconfigdirs target-examples"
3201 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
3202 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3203 noconfigdirs="$noconfigdirs expect dejagnu"
3204 # the C++ libraries don't build on top of CE's C libraries
3205 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3206 noconfigdirs="$noconfigdirs target-newlib"
3207 case "${host}" in
3208 *-*-cygwin*) ;; # keep gdb and readline
3209 *) noconfigdirs="$noconfigdirs gdb readline"
3211 esac
3212 libgloss_dir=wince
3214 arc-*-*)
3215 noconfigdirs="$noconfigdirs target-libgloss"
3217 arm-*-coff)
3218 noconfigdirs="$noconfigdirs ${libgcj}"
3219 libgloss_dir=arm
3221 arm-*-elf* | arm*-*-eabi* )
3222 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
3223 libgloss_dir=arm
3225 arm*-*-linux-gnueabi)
3226 noconfigdirs="$noconfigdirs target-qthreads"
3227 case ${with_newlib} in
3228 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3229 esac
3230 libgloss_dir=arm
3232 arm*-*-symbianelf*)
3233 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
3234 libgloss_dir=arm
3236 arm-*-pe*)
3237 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3239 arm-*-riscix*)
3240 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3242 avr-*-*)
3243 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
3245 bfin-*-*)
3246 unsupported_languages="$unsupported_languages java"
3247 noconfigdirs="$noconfigdirs target-boehm-gc"
3248 if test x${is_cross_compiler} != xno ; then
3249 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3252 c4x-*-* | tic4x-*-*)
3253 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3255 c54x*-*-* | tic54x-*-*)
3256 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
3258 cr16-*-*)
3259 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3261 cris-*-* | crisv32-*-*)
3262 unsupported_languages="$unsupported_languages java"
3263 case "${target}" in
3264 *-*-aout)
3265 unsupported_languages="$unsupported_languages fortran"
3266 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3267 *-*-elf) # See PR46792 regarding target-libffi.
3268 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3269 *-*-linux*)
3270 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
3272 unsupported_languages="$unsupported_languages fortran"
3273 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
3274 esac
3275 libgloss_dir=cris
3277 d10v-*-*)
3278 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3280 d30v-*-*)
3281 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3283 fr30-*-elf*)
3284 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3286 frv-*-*)
3287 noconfigdirs="$noconfigdirs ${libgcj}"
3289 moxie-*-*)
3290 noconfigdirs="$noconfigdirs ${libgcj}"
3291 noconfigdirs="$noconfigdirs gprof"
3293 h8300*-*-*)
3294 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3296 h8500-*-*)
3297 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3299 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3301 hppa*64*-*-linux*)
3302 # In this case, it's because the hppa64-linux target is for
3303 # the kernel only at this point and has no libc, and thus no
3304 # headers, crt*.o, etc., all of which are needed by these.
3305 noconfigdirs="$noconfigdirs target-zlib"
3307 hppa*-*-linux*)
3309 hppa*-*-*elf* | \
3310 hppa*-*-lites* | \
3311 hppa*-*-openbsd* | \
3312 hppa*64*-*-*)
3313 noconfigdirs="$noconfigdirs ${libgcj}"
3315 hppa*-hp-hpux11*)
3316 noconfigdirs="$noconfigdirs ld shellutils"
3318 hppa*-*-pro*)
3319 libgloss_dir=pa
3321 hppa*-*-*)
3322 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3323 # build on HP-UX 10.20.
3324 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
3326 i960-*-*)
3327 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3329 ia64*-*-elf*)
3330 # No gdb support yet.
3331 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
3333 ia64*-**-hpux*)
3334 # No ld support yet.
3335 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
3337 ia64*-*-*vms*)
3338 # No gdb or ld support yet.
3339 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3341 i[3456789]86-*-coff | i[3456789]86-*-elf)
3342 noconfigdirs="$noconfigdirs ${libgcj}"
3343 libgloss_dir=i386
3345 i[3456789]86-*-linux*)
3346 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3347 # not build java stuff by default.
3348 case "${target}" in
3349 *-*-*libc1*)
3350 noconfigdirs="$noconfigdirs ${libgcj}";;
3351 esac
3353 # This section makes it possible to build newlib natively on linux.
3354 # If we are using a cross compiler then don't configure newlib.
3355 if test x${is_cross_compiler} != xno ; then
3356 noconfigdirs="$noconfigdirs target-newlib"
3358 noconfigdirs="$noconfigdirs target-libgloss"
3359 # If we are not using a cross compiler, do configure newlib.
3360 # Note however, that newlib will only be configured in this situation
3361 # if the --with-newlib option has been given, because otherwise
3362 # 'target-newlib' will appear in skipdirs.
3364 i[3456789]86-w64-mingw*)
3365 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3367 i[3456789]86-*-mingw*)
3368 target_configdirs="$target_configdirs target-winsup"
3369 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3371 x86_64-*-mingw*)
3372 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3374 *-*-cygwin*)
3375 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3376 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
3377 # always build newlib if winsup directory is present.
3378 if test -d "$srcdir/winsup/cygwin"; then
3379 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3380 elif test -d "$srcdir/newlib"; then
3381 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3384 i[3456789]86-*-interix* )
3386 i[3456789]86-*-pe)
3387 noconfigdirs="$noconfigdirs target-libgloss"
3389 i[3456789]86-*-sco3.2v5*)
3390 # The linker does not yet know about weak symbols in COFF,
3391 # and is not configured to handle mixed ELF and COFF.
3392 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3394 i[3456789]86-*-sco*)
3395 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3397 i[3456789]86-*-solaris2*)
3398 noconfigdirs="$noconfigdirs target-libgloss"
3400 i[3456789]86-*-sysv4*)
3401 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3403 i[3456789]86-*-beos*)
3404 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3406 i[3456789]86-*-rdos*)
3407 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3409 m32r-*-*)
3410 noconfigdirs="$noconfigdirs ${libgcj}"
3412 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3413 noconfigdirs="$noconfigdirs target-libiberty"
3414 libgloss_dir=m68hc11
3416 m68k-*-elf*)
3417 noconfigdirs="$noconfigdirs ${libgcj}"
3419 m68k-*-coff*)
3420 noconfigdirs="$noconfigdirs ${libgcj}"
3422 m68*-*-* | fido-*-*)
3423 libgloss_dir=m68k
3425 mmix-*-*)
3426 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
3427 unsupported_languages="$unsupported_languages fortran java"
3429 mn10200-*-*)
3430 noconfigdirs="$noconfigdirs ${libgcj}"
3432 mn10300-*-*)
3433 noconfigdirs="$noconfigdirs ${libgcj}"
3435 mt-*-*)
3436 noconfigdirs="$noconfigdirs sim"
3438 picochip-*-*)
3439 noconfigdirs="$noconfigdirs target-libiberty"
3441 powerpc-*-aix*)
3442 # copied from rs6000-*-* entry
3443 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3445 powerpc*-*-winnt* | powerpc*-*-pe*)
3446 target_configdirs="$target_configdirs target-winsup"
3447 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
3448 # always build newlib.
3449 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3451 # This is temporary until we can link against shared libraries
3452 powerpcle-*-solaris*)
3453 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
3454 libgloss_dir=rs6000
3456 powerpc-*-beos*)
3457 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3459 powerpc-*-eabi)
3460 noconfigdirs="$noconfigdirs ${libgcj}"
3461 libgloss_dir=rs6000
3463 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3464 libgloss_dir=rs6000
3466 rs6000-*-lynxos*)
3467 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
3469 rs6000-*-aix*)
3470 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3472 rs6000-*-*)
3473 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3475 m68k-apollo-*)
3476 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
3478 microblaze*)
3479 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
3481 mips*-sde-elf*)
3482 skipdirs="$skipdirs target-libiberty"
3483 noconfigdirs="$noconfigdirs ${libgcj}"
3484 if test x$with_newlib = xyes; then
3485 noconfigdirs="$noconfigdirs gprof"
3487 libgloss_dir=mips
3489 mips*-*-irix5*)
3490 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3492 mips*-*-irix6*)
3493 # Linking libjava exceeds command-line length limits on at least
3494 # IRIX 6.2, but not on IRIX 6.5.
3495 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3496 # <oldham@codesourcery.com>
3497 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3499 mips*-*-bsd*)
3500 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3502 mips*-*-linux*)
3503 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3505 mips*-*-*)
3506 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3507 libgloss_dir=mips
3509 romp-*-*)
3510 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
3512 sh-*-* | sh64-*-*)
3513 case "${host}" in
3514 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
3515 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3516 esac
3517 case "${target}" in
3518 sh*-*-elf)
3519 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3521 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3522 esac
3524 sparclet-*-aout* | sparc86x-*-*)
3525 libgloss_dir=sparc
3527 sparc-*-elf*)
3528 noconfigdirs="$noconfigdirs ${libgcj}"
3530 sparc64-*-elf*)
3531 noconfigdirs="$noconfigdirs ${libgcj}"
3532 libgloss_dir=sparc
3534 sparclite-*-*)
3535 noconfigdirs="$noconfigdirs ${libgcj}"
3536 libgloss_dir=sparc
3538 sparc-*-sunos4*)
3539 noconfigdirs="$noconfigdirs ${libgcj}"
3540 if test x${is_cross_compiler} != xno ; then
3541 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3542 else
3543 use_gnu_ld=no
3546 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
3547 noconfigdirs="$noconfigdirs ${libgcj}"
3549 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3551 tic6x-*-*)
3552 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3554 v810-*-*)
3555 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
3557 v850*-*-*)
3558 noconfigdirs="$noconfigdirs ${libgcj}"
3560 vax-*-vms)
3561 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
3563 vax-*-*)
3564 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3566 xtensa*-*-*)
3567 noconfigdirs="$noconfigdirs ${libgcj}"
3569 ip2k-*-*)
3570 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3572 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3573 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3575 *-*-lynxos*)
3576 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3578 *-*-*)
3579 noconfigdirs="$noconfigdirs ${libgcj}"
3581 esac
3583 # If we aren't building newlib, then don't build libgloss, since libgloss
3584 # depends upon some newlib header files.
3585 case "${noconfigdirs}" in
3586 *target-libgloss*) ;;
3587 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3588 esac
3590 # Work in distributions that contain no compiler tools, like Autoconf.
3591 tentative_cc=""
3592 host_makefile_frag=/dev/null
3593 if test -d ${srcdir}/config ; then
3594 case "${host}" in
3595 i[3456789]86-*-solaris2*)
3596 host_makefile_frag="config/mh-sysv4"
3598 i[3456789]86-*-msdosdjgpp*)
3599 host_makefile_frag="config/mh-djgpp"
3601 *-cygwin*)
3603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3604 $as_echo_n "checking to see if cat works as expected... " >&6; }
3605 echo a >cygwin-cat-check
3606 if test `cat cygwin-cat-check` = a ; then
3607 rm cygwin-cat-check
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3609 $as_echo "yes" >&6; }
3610 else
3611 rm cygwin-cat-check
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3613 $as_echo "no" >&6; }
3614 as_fn_error "The cat command does not ignore carriage return characters.
3615 Please either mount the build directory in binary mode or run the following
3616 commands before running any configure script:
3617 set -o igncr
3618 export SHELLOPTS
3619 " "$LINENO" 5
3622 host_makefile_frag="config/mh-cygwin"
3624 *-mingw*)
3625 host_makefile_frag="config/mh-mingw"
3627 *-interix*)
3628 host_makefile_frag="config/mh-interix"
3630 *-*-solaris2*)
3631 host_makefile_frag="config/mh-solaris"
3633 hppa*-hp-hpux10*)
3634 tentative_cc="cc -Wp,-H256000"
3635 host_makefile_frag="config/mh-pa-hpux10"
3637 hppa*-hp-hpux*)
3638 tentative_cc="cc -Wp,-H256000"
3639 host_makefile_frag="config/mh-pa"
3641 hppa*-*)
3642 host_makefile_frag="config/mh-pa"
3644 *-hp-hpux*)
3645 tentative_cc="cc -Wp,-H256000"
3647 *-*-darwin*)
3648 host_makefile_frag="config/mh-darwin"
3650 powerpc-*-aix*)
3651 host_makefile_frag="config/mh-ppc-aix"
3653 rs6000-*-aix*)
3654 host_makefile_frag="config/mh-ppc-aix"
3656 *-*-lynxos*)
3657 # /bin/cc is less than useful for our purposes. Always use GCC
3658 tentative_cc="/bin/gcc"
3660 # This is placed last to prevent interfering with the cases above.
3661 i[3456789]86-*-*)
3662 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3663 host_makefile_frag="config/mh-x86omitfp"
3665 esac
3668 # If we aren't going to be using gcc, see if we can extract a definition
3669 # of CC from the fragment.
3670 # Actually, use the 'pre-extracted' version above.
3671 if test -z "${CC}" && test "${build}" = "${host}" ; then
3672 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
3673 found=
3674 for dir in $PATH; do
3675 test -z "$dir" && dir=.
3676 if test -f $dir/gcc; then
3677 found=yes
3678 break
3680 done
3681 IFS="$save_ifs"
3682 if test -z "${found}" && test -n "${tentative_cc}" ; then
3683 CC=$tentative_cc
3687 if test "${build}" != "${host}" ; then
3688 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3689 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3690 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3691 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3692 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3693 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3694 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3695 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3696 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3697 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3698 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3699 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3700 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3701 else
3702 AR_FOR_BUILD="\$(AR)"
3703 AS_FOR_BUILD="\$(AS)"
3704 CC_FOR_BUILD="\$(CC)"
3705 CXX_FOR_BUILD="\$(CXX)"
3706 GCJ_FOR_BUILD="\$(GCJ)"
3707 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3708 GOC_FOR_BUILD="\$(GOC)"
3709 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3710 LD_FOR_BUILD="\$(LD)"
3711 NM_FOR_BUILD="\$(NM)"
3712 RANLIB_FOR_BUILD="\$(RANLIB)"
3713 WINDRES_FOR_BUILD="\$(WINDRES)"
3714 WINDMC_FOR_BUILD="\$(WINDMC)"
3717 ac_ext=c
3718 ac_cpp='$CPP $CPPFLAGS'
3719 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3720 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3721 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3722 if test -n "$ac_tool_prefix"; then
3723 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3724 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3726 $as_echo_n "checking for $ac_word... " >&6; }
3727 if test "${ac_cv_prog_CC+set}" = set; then :
3728 $as_echo_n "(cached) " >&6
3729 else
3730 if test -n "$CC"; then
3731 ac_cv_prog_CC="$CC" # Let the user override the test.
3732 else
3733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3734 for as_dir in $PATH
3736 IFS=$as_save_IFS
3737 test -z "$as_dir" && as_dir=.
3738 for ac_exec_ext in '' $ac_executable_extensions; do
3739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3740 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3742 break 2
3744 done
3745 done
3746 IFS=$as_save_IFS
3750 CC=$ac_cv_prog_CC
3751 if test -n "$CC"; then
3752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3753 $as_echo "$CC" >&6; }
3754 else
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3756 $as_echo "no" >&6; }
3761 if test -z "$ac_cv_prog_CC"; then
3762 ac_ct_CC=$CC
3763 # Extract the first word of "gcc", so it can be a program name with args.
3764 set dummy gcc; ac_word=$2
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3766 $as_echo_n "checking for $ac_word... " >&6; }
3767 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3768 $as_echo_n "(cached) " >&6
3769 else
3770 if test -n "$ac_ct_CC"; then
3771 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3772 else
3773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774 for as_dir in $PATH
3776 IFS=$as_save_IFS
3777 test -z "$as_dir" && as_dir=.
3778 for ac_exec_ext in '' $ac_executable_extensions; do
3779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3780 ac_cv_prog_ac_ct_CC="gcc"
3781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3782 break 2
3784 done
3785 done
3786 IFS=$as_save_IFS
3790 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3791 if test -n "$ac_ct_CC"; then
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3793 $as_echo "$ac_ct_CC" >&6; }
3794 else
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3796 $as_echo "no" >&6; }
3799 if test "x$ac_ct_CC" = x; then
3800 CC=""
3801 else
3802 case $cross_compiling:$ac_tool_warned in
3803 yes:)
3804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3805 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3806 ac_tool_warned=yes ;;
3807 esac
3808 CC=$ac_ct_CC
3810 else
3811 CC="$ac_cv_prog_CC"
3814 if test -z "$CC"; then
3815 if test -n "$ac_tool_prefix"; then
3816 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3817 set dummy ${ac_tool_prefix}cc; ac_word=$2
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819 $as_echo_n "checking for $ac_word... " >&6; }
3820 if test "${ac_cv_prog_CC+set}" = set; then :
3821 $as_echo_n "(cached) " >&6
3822 else
3823 if test -n "$CC"; then
3824 ac_cv_prog_CC="$CC" # Let the user override the test.
3825 else
3826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3827 for as_dir in $PATH
3829 IFS=$as_save_IFS
3830 test -z "$as_dir" && as_dir=.
3831 for ac_exec_ext in '' $ac_executable_extensions; do
3832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3833 ac_cv_prog_CC="${ac_tool_prefix}cc"
3834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3835 break 2
3837 done
3838 done
3839 IFS=$as_save_IFS
3843 CC=$ac_cv_prog_CC
3844 if test -n "$CC"; then
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3846 $as_echo "$CC" >&6; }
3847 else
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849 $as_echo "no" >&6; }
3855 if test -z "$CC"; then
3856 # Extract the first word of "cc", so it can be a program name with args.
3857 set dummy cc; ac_word=$2
3858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3859 $as_echo_n "checking for $ac_word... " >&6; }
3860 if test "${ac_cv_prog_CC+set}" = set; then :
3861 $as_echo_n "(cached) " >&6
3862 else
3863 if test -n "$CC"; then
3864 ac_cv_prog_CC="$CC" # Let the user override the test.
3865 else
3866 ac_prog_rejected=no
3867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3868 for as_dir in $PATH
3870 IFS=$as_save_IFS
3871 test -z "$as_dir" && as_dir=.
3872 for ac_exec_ext in '' $ac_executable_extensions; do
3873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3874 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3875 ac_prog_rejected=yes
3876 continue
3878 ac_cv_prog_CC="cc"
3879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3880 break 2
3882 done
3883 done
3884 IFS=$as_save_IFS
3886 if test $ac_prog_rejected = yes; then
3887 # We found a bogon in the path, so make sure we never use it.
3888 set dummy $ac_cv_prog_CC
3889 shift
3890 if test $# != 0; then
3891 # We chose a different compiler from the bogus one.
3892 # However, it has the same basename, so the bogon will be chosen
3893 # first if we set CC to just the basename; use the full file name.
3894 shift
3895 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3900 CC=$ac_cv_prog_CC
3901 if test -n "$CC"; then
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3903 $as_echo "$CC" >&6; }
3904 else
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3906 $as_echo "no" >&6; }
3911 if test -z "$CC"; then
3912 if test -n "$ac_tool_prefix"; then
3913 for ac_prog in cl.exe
3915 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3916 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3918 $as_echo_n "checking for $ac_word... " >&6; }
3919 if test "${ac_cv_prog_CC+set}" = set; then :
3920 $as_echo_n "(cached) " >&6
3921 else
3922 if test -n "$CC"; then
3923 ac_cv_prog_CC="$CC" # Let the user override the test.
3924 else
3925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3926 for as_dir in $PATH
3928 IFS=$as_save_IFS
3929 test -z "$as_dir" && as_dir=.
3930 for ac_exec_ext in '' $ac_executable_extensions; do
3931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3932 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3934 break 2
3936 done
3937 done
3938 IFS=$as_save_IFS
3942 CC=$ac_cv_prog_CC
3943 if test -n "$CC"; then
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3945 $as_echo "$CC" >&6; }
3946 else
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3948 $as_echo "no" >&6; }
3952 test -n "$CC" && break
3953 done
3955 if test -z "$CC"; then
3956 ac_ct_CC=$CC
3957 for ac_prog in cl.exe
3959 # Extract the first word of "$ac_prog", so it can be a program name with args.
3960 set dummy $ac_prog; ac_word=$2
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3962 $as_echo_n "checking for $ac_word... " >&6; }
3963 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3964 $as_echo_n "(cached) " >&6
3965 else
3966 if test -n "$ac_ct_CC"; then
3967 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3968 else
3969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3970 for as_dir in $PATH
3972 IFS=$as_save_IFS
3973 test -z "$as_dir" && as_dir=.
3974 for ac_exec_ext in '' $ac_executable_extensions; do
3975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3976 ac_cv_prog_ac_ct_CC="$ac_prog"
3977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3978 break 2
3980 done
3981 done
3982 IFS=$as_save_IFS
3986 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3987 if test -n "$ac_ct_CC"; then
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3989 $as_echo "$ac_ct_CC" >&6; }
3990 else
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3992 $as_echo "no" >&6; }
3996 test -n "$ac_ct_CC" && break
3997 done
3999 if test "x$ac_ct_CC" = x; then
4000 CC=""
4001 else
4002 case $cross_compiling:$ac_tool_warned in
4003 yes:)
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4005 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4006 ac_tool_warned=yes ;;
4007 esac
4008 CC=$ac_ct_CC
4015 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4016 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4017 as_fn_error "no acceptable C compiler found in \$PATH
4018 See \`config.log' for more details." "$LINENO" 5; }
4020 # Provide some information about the compiler.
4021 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4022 set X $ac_compile
4023 ac_compiler=$2
4024 for ac_option in --version -v -V -qversion; do
4025 { { ac_try="$ac_compiler $ac_option >&5"
4026 case "(($ac_try" in
4027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4028 *) ac_try_echo=$ac_try;;
4029 esac
4030 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4031 $as_echo "$ac_try_echo"; } >&5
4032 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4033 ac_status=$?
4034 if test -s conftest.err; then
4035 sed '10a\
4036 ... rest of stderr output deleted ...
4037 10q' conftest.err >conftest.er1
4038 cat conftest.er1 >&5
4039 rm -f conftest.er1 conftest.err
4041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4042 test $ac_status = 0; }
4043 done
4045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4046 /* end confdefs.h. */
4049 main ()
4053 return 0;
4055 _ACEOF
4056 ac_clean_files_save=$ac_clean_files
4057 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4058 # Try to create an executable without -o first, disregard a.out.
4059 # It will help us diagnose broken compilers, and finding out an intuition
4060 # of exeext.
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4062 $as_echo_n "checking for C compiler default output file name... " >&6; }
4063 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4065 # The possible output files:
4066 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4068 ac_rmfiles=
4069 for ac_file in $ac_files
4071 case $ac_file in
4072 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4073 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4074 esac
4075 done
4076 rm -f $ac_rmfiles
4078 if { { ac_try="$ac_link_default"
4079 case "(($ac_try" in
4080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4081 *) ac_try_echo=$ac_try;;
4082 esac
4083 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4084 $as_echo "$ac_try_echo"; } >&5
4085 (eval "$ac_link_default") 2>&5
4086 ac_status=$?
4087 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4088 test $ac_status = 0; }; then :
4089 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4090 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4091 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4092 # so that the user can short-circuit this test for compilers unknown to
4093 # Autoconf.
4094 for ac_file in $ac_files ''
4096 test -f "$ac_file" || continue
4097 case $ac_file in
4098 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4100 [ab].out )
4101 # We found the default executable, but exeext='' is most
4102 # certainly right.
4103 break;;
4104 *.* )
4105 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4106 then :; else
4107 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4109 # We set ac_cv_exeext here because the later test for it is not
4110 # safe: cross compilers may not add the suffix if given an `-o'
4111 # argument, so we may need to know it at that point already.
4112 # Even if this section looks crufty: it has the advantage of
4113 # actually working.
4114 break;;
4116 break;;
4117 esac
4118 done
4119 test "$ac_cv_exeext" = no && ac_cv_exeext=
4121 else
4122 ac_file=''
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4125 $as_echo "$ac_file" >&6; }
4126 if test -z "$ac_file"; then :
4127 $as_echo "$as_me: failed program was:" >&5
4128 sed 's/^/| /' conftest.$ac_ext >&5
4130 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4131 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4132 { as_fn_set_status 77
4133 as_fn_error "C compiler cannot create executables
4134 See \`config.log' for more details." "$LINENO" 5; }; }
4136 ac_exeext=$ac_cv_exeext
4138 # Check that the compiler produces executables we can run. If not, either
4139 # the compiler is broken, or we cross compile.
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4141 $as_echo_n "checking whether the C compiler works... " >&6; }
4142 # If not cross compiling, check that we can run a simple program.
4143 if test "$cross_compiling" != yes; then
4144 if { ac_try='./$ac_file'
4145 { { case "(($ac_try" in
4146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4147 *) ac_try_echo=$ac_try;;
4148 esac
4149 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4150 $as_echo "$ac_try_echo"; } >&5
4151 (eval "$ac_try") 2>&5
4152 ac_status=$?
4153 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4154 test $ac_status = 0; }; }; then
4155 cross_compiling=no
4156 else
4157 if test "$cross_compiling" = maybe; then
4158 cross_compiling=yes
4159 else
4160 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4161 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4162 as_fn_error "cannot run C compiled programs.
4163 If you meant to cross compile, use \`--host'.
4164 See \`config.log' for more details." "$LINENO" 5; }
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4169 $as_echo "yes" >&6; }
4171 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4172 ac_clean_files=$ac_clean_files_save
4173 # Check that the compiler produces executables we can run. If not, either
4174 # the compiler is broken, or we cross compile.
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4176 $as_echo_n "checking whether we are cross compiling... " >&6; }
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4178 $as_echo "$cross_compiling" >&6; }
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4181 $as_echo_n "checking for suffix of executables... " >&6; }
4182 if { { ac_try="$ac_link"
4183 case "(($ac_try" in
4184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4185 *) ac_try_echo=$ac_try;;
4186 esac
4187 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4188 $as_echo "$ac_try_echo"; } >&5
4189 (eval "$ac_link") 2>&5
4190 ac_status=$?
4191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4192 test $ac_status = 0; }; then :
4193 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4194 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4195 # work properly (i.e., refer to `conftest.exe'), while it won't with
4196 # `rm'.
4197 for ac_file in conftest.exe conftest conftest.*; do
4198 test -f "$ac_file" || continue
4199 case $ac_file in
4200 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4201 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4202 break;;
4203 * ) break;;
4204 esac
4205 done
4206 else
4207 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4208 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4209 as_fn_error "cannot compute suffix of executables: cannot compile and link
4210 See \`config.log' for more details." "$LINENO" 5; }
4212 rm -f conftest$ac_cv_exeext
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4214 $as_echo "$ac_cv_exeext" >&6; }
4216 rm -f conftest.$ac_ext
4217 EXEEXT=$ac_cv_exeext
4218 ac_exeext=$EXEEXT
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4220 $as_echo_n "checking for suffix of object files... " >&6; }
4221 if test "${ac_cv_objext+set}" = set; then :
4222 $as_echo_n "(cached) " >&6
4223 else
4224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4225 /* end confdefs.h. */
4228 main ()
4232 return 0;
4234 _ACEOF
4235 rm -f conftest.o conftest.obj
4236 if { { ac_try="$ac_compile"
4237 case "(($ac_try" in
4238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4239 *) ac_try_echo=$ac_try;;
4240 esac
4241 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4242 $as_echo "$ac_try_echo"; } >&5
4243 (eval "$ac_compile") 2>&5
4244 ac_status=$?
4245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4246 test $ac_status = 0; }; then :
4247 for ac_file in conftest.o conftest.obj conftest.*; do
4248 test -f "$ac_file" || continue;
4249 case $ac_file in
4250 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4251 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4252 break;;
4253 esac
4254 done
4255 else
4256 $as_echo "$as_me: failed program was:" >&5
4257 sed 's/^/| /' conftest.$ac_ext >&5
4259 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4260 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4261 as_fn_error "cannot compute suffix of object files: cannot compile
4262 See \`config.log' for more details." "$LINENO" 5; }
4264 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4267 $as_echo "$ac_cv_objext" >&6; }
4268 OBJEXT=$ac_cv_objext
4269 ac_objext=$OBJEXT
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4271 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4272 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4273 $as_echo_n "(cached) " >&6
4274 else
4275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4276 /* end confdefs.h. */
4279 main ()
4281 #ifndef __GNUC__
4282 choke me
4283 #endif
4286 return 0;
4288 _ACEOF
4289 if ac_fn_c_try_compile "$LINENO"; then :
4290 ac_compiler_gnu=yes
4291 else
4292 ac_compiler_gnu=no
4294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4295 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4299 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4300 if test $ac_compiler_gnu = yes; then
4301 GCC=yes
4302 else
4303 GCC=
4305 ac_test_CFLAGS=${CFLAGS+set}
4306 ac_save_CFLAGS=$CFLAGS
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4308 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4309 if test "${ac_cv_prog_cc_g+set}" = set; then :
4310 $as_echo_n "(cached) " >&6
4311 else
4312 ac_save_c_werror_flag=$ac_c_werror_flag
4313 ac_c_werror_flag=yes
4314 ac_cv_prog_cc_g=no
4315 CFLAGS="-g"
4316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4317 /* end confdefs.h. */
4320 main ()
4324 return 0;
4326 _ACEOF
4327 if ac_fn_c_try_compile "$LINENO"; then :
4328 ac_cv_prog_cc_g=yes
4329 else
4330 CFLAGS=""
4331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4332 /* end confdefs.h. */
4335 main ()
4339 return 0;
4341 _ACEOF
4342 if ac_fn_c_try_compile "$LINENO"; then :
4344 else
4345 ac_c_werror_flag=$ac_save_c_werror_flag
4346 CFLAGS="-g"
4347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4348 /* end confdefs.h. */
4351 main ()
4355 return 0;
4357 _ACEOF
4358 if ac_fn_c_try_compile "$LINENO"; then :
4359 ac_cv_prog_cc_g=yes
4361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4366 ac_c_werror_flag=$ac_save_c_werror_flag
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4369 $as_echo "$ac_cv_prog_cc_g" >&6; }
4370 if test "$ac_test_CFLAGS" = set; then
4371 CFLAGS=$ac_save_CFLAGS
4372 elif test $ac_cv_prog_cc_g = yes; then
4373 if test "$GCC" = yes; then
4374 CFLAGS="-g -O2"
4375 else
4376 CFLAGS="-g"
4378 else
4379 if test "$GCC" = yes; then
4380 CFLAGS="-O2"
4381 else
4382 CFLAGS=
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4386 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4387 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4388 $as_echo_n "(cached) " >&6
4389 else
4390 ac_cv_prog_cc_c89=no
4391 ac_save_CC=$CC
4392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4393 /* end confdefs.h. */
4394 #include <stdarg.h>
4395 #include <stdio.h>
4396 #include <sys/types.h>
4397 #include <sys/stat.h>
4398 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4399 struct buf { int x; };
4400 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4401 static char *e (p, i)
4402 char **p;
4403 int i;
4405 return p[i];
4407 static char *f (char * (*g) (char **, int), char **p, ...)
4409 char *s;
4410 va_list v;
4411 va_start (v,p);
4412 s = g (p, va_arg (v,int));
4413 va_end (v);
4414 return s;
4417 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4418 function prototypes and stuff, but not '\xHH' hex character constants.
4419 These don't provoke an error unfortunately, instead are silently treated
4420 as 'x'. The following induces an error, until -std is added to get
4421 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4422 array size at least. It's necessary to write '\x00'==0 to get something
4423 that's true only with -std. */
4424 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4426 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4427 inside strings and character constants. */
4428 #define FOO(x) 'x'
4429 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4431 int test (int i, double x);
4432 struct s1 {int (*f) (int a);};
4433 struct s2 {int (*f) (double a);};
4434 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4435 int argc;
4436 char **argv;
4438 main ()
4440 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4442 return 0;
4444 _ACEOF
4445 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4446 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4448 CC="$ac_save_CC $ac_arg"
4449 if ac_fn_c_try_compile "$LINENO"; then :
4450 ac_cv_prog_cc_c89=$ac_arg
4452 rm -f core conftest.err conftest.$ac_objext
4453 test "x$ac_cv_prog_cc_c89" != "xno" && break
4454 done
4455 rm -f conftest.$ac_ext
4456 CC=$ac_save_CC
4459 # AC_CACHE_VAL
4460 case "x$ac_cv_prog_cc_c89" in
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4463 $as_echo "none needed" >&6; } ;;
4464 xno)
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4466 $as_echo "unsupported" >&6; } ;;
4468 CC="$CC $ac_cv_prog_cc_c89"
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4470 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4471 esac
4472 if test "x$ac_cv_prog_cc_c89" != xno; then :
4476 ac_ext=c
4477 ac_cpp='$CPP $CPPFLAGS'
4478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4482 ac_ext=cpp
4483 ac_cpp='$CXXCPP $CPPFLAGS'
4484 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4485 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4486 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4487 if test -z "$CXX"; then
4488 if test -n "$CCC"; then
4489 CXX=$CCC
4490 else
4491 if test -n "$ac_tool_prefix"; then
4492 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4494 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4495 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4497 $as_echo_n "checking for $ac_word... " >&6; }
4498 if test "${ac_cv_prog_CXX+set}" = set; then :
4499 $as_echo_n "(cached) " >&6
4500 else
4501 if test -n "$CXX"; then
4502 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4503 else
4504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4505 for as_dir in $PATH
4507 IFS=$as_save_IFS
4508 test -z "$as_dir" && as_dir=.
4509 for ac_exec_ext in '' $ac_executable_extensions; do
4510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4511 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4513 break 2
4515 done
4516 done
4517 IFS=$as_save_IFS
4521 CXX=$ac_cv_prog_CXX
4522 if test -n "$CXX"; then
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4524 $as_echo "$CXX" >&6; }
4525 else
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4527 $as_echo "no" >&6; }
4531 test -n "$CXX" && break
4532 done
4534 if test -z "$CXX"; then
4535 ac_ct_CXX=$CXX
4536 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4538 # Extract the first word of "$ac_prog", so it can be a program name with args.
4539 set dummy $ac_prog; ac_word=$2
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4541 $as_echo_n "checking for $ac_word... " >&6; }
4542 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4543 $as_echo_n "(cached) " >&6
4544 else
4545 if test -n "$ac_ct_CXX"; then
4546 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4547 else
4548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549 for as_dir in $PATH
4551 IFS=$as_save_IFS
4552 test -z "$as_dir" && as_dir=.
4553 for ac_exec_ext in '' $ac_executable_extensions; do
4554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4555 ac_cv_prog_ac_ct_CXX="$ac_prog"
4556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 break 2
4559 done
4560 done
4561 IFS=$as_save_IFS
4565 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4566 if test -n "$ac_ct_CXX"; then
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4568 $as_echo "$ac_ct_CXX" >&6; }
4569 else
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4571 $as_echo "no" >&6; }
4575 test -n "$ac_ct_CXX" && break
4576 done
4578 if test "x$ac_ct_CXX" = x; then
4579 CXX="g++"
4580 else
4581 case $cross_compiling:$ac_tool_warned in
4582 yes:)
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4584 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4585 ac_tool_warned=yes ;;
4586 esac
4587 CXX=$ac_ct_CXX
4593 # Provide some information about the compiler.
4594 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4595 set X $ac_compile
4596 ac_compiler=$2
4597 for ac_option in --version -v -V -qversion; do
4598 { { ac_try="$ac_compiler $ac_option >&5"
4599 case "(($ac_try" in
4600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4601 *) ac_try_echo=$ac_try;;
4602 esac
4603 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4604 $as_echo "$ac_try_echo"; } >&5
4605 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4606 ac_status=$?
4607 if test -s conftest.err; then
4608 sed '10a\
4609 ... rest of stderr output deleted ...
4610 10q' conftest.err >conftest.er1
4611 cat conftest.er1 >&5
4612 rm -f conftest.er1 conftest.err
4614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4615 test $ac_status = 0; }
4616 done
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4619 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4620 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4621 $as_echo_n "(cached) " >&6
4622 else
4623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4624 /* end confdefs.h. */
4627 main ()
4629 #ifndef __GNUC__
4630 choke me
4631 #endif
4634 return 0;
4636 _ACEOF
4637 if ac_fn_cxx_try_compile "$LINENO"; then :
4638 ac_compiler_gnu=yes
4639 else
4640 ac_compiler_gnu=no
4642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4643 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4647 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4648 if test $ac_compiler_gnu = yes; then
4649 GXX=yes
4650 else
4651 GXX=
4653 ac_test_CXXFLAGS=${CXXFLAGS+set}
4654 ac_save_CXXFLAGS=$CXXFLAGS
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4656 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4657 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4658 $as_echo_n "(cached) " >&6
4659 else
4660 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4661 ac_cxx_werror_flag=yes
4662 ac_cv_prog_cxx_g=no
4663 CXXFLAGS="-g"
4664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4665 /* end confdefs.h. */
4668 main ()
4672 return 0;
4674 _ACEOF
4675 if ac_fn_cxx_try_compile "$LINENO"; then :
4676 ac_cv_prog_cxx_g=yes
4677 else
4678 CXXFLAGS=""
4679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4680 /* end confdefs.h. */
4683 main ()
4687 return 0;
4689 _ACEOF
4690 if ac_fn_cxx_try_compile "$LINENO"; then :
4692 else
4693 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4694 CXXFLAGS="-g"
4695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4696 /* end confdefs.h. */
4699 main ()
4703 return 0;
4705 _ACEOF
4706 if ac_fn_cxx_try_compile "$LINENO"; then :
4707 ac_cv_prog_cxx_g=yes
4709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4714 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4717 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4718 if test "$ac_test_CXXFLAGS" = set; then
4719 CXXFLAGS=$ac_save_CXXFLAGS
4720 elif test $ac_cv_prog_cxx_g = yes; then
4721 if test "$GXX" = yes; then
4722 CXXFLAGS="-g -O2"
4723 else
4724 CXXFLAGS="-g"
4726 else
4727 if test "$GXX" = yes; then
4728 CXXFLAGS="-O2"
4729 else
4730 CXXFLAGS=
4733 ac_ext=c
4734 ac_cpp='$CPP $CPPFLAGS'
4735 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4736 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4737 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4740 # We must set the default linker to the linker used by gcc for the correct
4741 # operation of libtool. If LD is not defined and we are using gcc, try to
4742 # set the LD default to the ld used by gcc.
4743 if test -z "$LD"; then
4744 if test "$GCC" = yes; then
4745 case $build in
4746 *-*-mingw*)
4747 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4749 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4750 esac
4751 case $gcc_prog_ld in
4752 # Accept absolute paths.
4753 [\\/]* | [A-Za-z]:[\\/]*)
4754 LD="$gcc_prog_ld" ;;
4755 esac
4762 if test -n "$ac_tool_prefix"; then
4763 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4764 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4766 $as_echo_n "checking for $ac_word... " >&6; }
4767 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4768 $as_echo_n "(cached) " >&6
4769 else
4770 if test -n "$GNATBIND"; then
4771 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4772 else
4773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4774 for as_dir in $PATH
4776 IFS=$as_save_IFS
4777 test -z "$as_dir" && as_dir=.
4778 for ac_exec_ext in '' $ac_executable_extensions; do
4779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4780 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4782 break 2
4784 done
4785 done
4786 IFS=$as_save_IFS
4790 GNATBIND=$ac_cv_prog_GNATBIND
4791 if test -n "$GNATBIND"; then
4792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4793 $as_echo "$GNATBIND" >&6; }
4794 else
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4796 $as_echo "no" >&6; }
4801 if test -z "$ac_cv_prog_GNATBIND"; then
4802 ac_ct_GNATBIND=$GNATBIND
4803 # Extract the first word of "gnatbind", so it can be a program name with args.
4804 set dummy gnatbind; ac_word=$2
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4806 $as_echo_n "checking for $ac_word... " >&6; }
4807 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4808 $as_echo_n "(cached) " >&6
4809 else
4810 if test -n "$ac_ct_GNATBIND"; then
4811 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4812 else
4813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4814 for as_dir in $PATH
4816 IFS=$as_save_IFS
4817 test -z "$as_dir" && as_dir=.
4818 for ac_exec_ext in '' $ac_executable_extensions; do
4819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4820 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4822 break 2
4824 done
4825 done
4826 IFS=$as_save_IFS
4830 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4831 if test -n "$ac_ct_GNATBIND"; then
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4833 $as_echo "$ac_ct_GNATBIND" >&6; }
4834 else
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4836 $as_echo "no" >&6; }
4839 if test "x$ac_ct_GNATBIND" = x; then
4840 GNATBIND="no"
4841 else
4842 case $cross_compiling:$ac_tool_warned in
4843 yes:)
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4845 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4846 ac_tool_warned=yes ;;
4847 esac
4848 GNATBIND=$ac_ct_GNATBIND
4850 else
4851 GNATBIND="$ac_cv_prog_GNATBIND"
4854 if test -n "$ac_tool_prefix"; then
4855 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4856 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4858 $as_echo_n "checking for $ac_word... " >&6; }
4859 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4860 $as_echo_n "(cached) " >&6
4861 else
4862 if test -n "$GNATMAKE"; then
4863 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4864 else
4865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4866 for as_dir in $PATH
4868 IFS=$as_save_IFS
4869 test -z "$as_dir" && as_dir=.
4870 for ac_exec_ext in '' $ac_executable_extensions; do
4871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4872 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
4873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4874 break 2
4876 done
4877 done
4878 IFS=$as_save_IFS
4882 GNATMAKE=$ac_cv_prog_GNATMAKE
4883 if test -n "$GNATMAKE"; then
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4885 $as_echo "$GNATMAKE" >&6; }
4886 else
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4888 $as_echo "no" >&6; }
4893 if test -z "$ac_cv_prog_GNATMAKE"; then
4894 ac_ct_GNATMAKE=$GNATMAKE
4895 # Extract the first word of "gnatmake", so it can be a program name with args.
4896 set dummy gnatmake; ac_word=$2
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4898 $as_echo_n "checking for $ac_word... " >&6; }
4899 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4900 $as_echo_n "(cached) " >&6
4901 else
4902 if test -n "$ac_ct_GNATMAKE"; then
4903 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
4904 else
4905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906 for as_dir in $PATH
4908 IFS=$as_save_IFS
4909 test -z "$as_dir" && as_dir=.
4910 for ac_exec_ext in '' $ac_executable_extensions; do
4911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4912 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
4913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4914 break 2
4916 done
4917 done
4918 IFS=$as_save_IFS
4922 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4923 if test -n "$ac_ct_GNATMAKE"; then
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4925 $as_echo "$ac_ct_GNATMAKE" >&6; }
4926 else
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4928 $as_echo "no" >&6; }
4931 if test "x$ac_ct_GNATMAKE" = x; then
4932 GNATMAKE="no"
4933 else
4934 case $cross_compiling:$ac_tool_warned in
4935 yes:)
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4937 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4938 ac_tool_warned=yes ;;
4939 esac
4940 GNATMAKE=$ac_ct_GNATMAKE
4942 else
4943 GNATMAKE="$ac_cv_prog_GNATMAKE"
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4947 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4948 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4949 $as_echo_n "(cached) " >&6
4950 else
4951 cat >conftest.adb <<EOF
4952 procedure conftest is begin null; end conftest;
4954 acx_cv_cc_gcc_supports_ada=no
4955 # There is a bug in old released versions of GCC which causes the
4956 # driver to exit successfully when the appropriate language module
4957 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4958 # Therefore we must check for the error message as well as an
4959 # unsuccessful exit.
4960 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4961 # given a .adb file, but produce no object file. So we must check
4962 # if an object file was really produced to guard against this.
4963 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4964 if test x"$errors" = x && test -f conftest.$ac_objext; then
4965 acx_cv_cc_gcc_supports_ada=yes
4967 rm -f conftest.*
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4970 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4972 if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
4973 have_gnat=yes
4974 else
4975 have_gnat=no
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4979 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4980 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4981 $as_echo_n "(cached) " >&6
4982 else
4983 echo abfoo >t1
4984 echo cdfoo >t2
4985 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4986 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4987 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4989 else
4990 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4993 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4994 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4996 else
4997 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5000 rm t1 t2
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5004 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5005 do_compare="$gcc_cv_prog_cmp_skip"
5009 # See if we are building gcc with C++.
5010 # Check whether --enable-build-with-cxx was given.
5011 if test "${enable_build_with_cxx+set}" = set; then :
5012 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
5013 else
5014 ENABLE_BUILD_WITH_CXX=no
5018 # Used for setting $lt_cv_objdir
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5020 $as_echo_n "checking for objdir... " >&6; }
5021 if test "${lt_cv_objdir+set}" = set; then :
5022 $as_echo_n "(cached) " >&6
5023 else
5024 rm -f .libs 2>/dev/null
5025 mkdir .libs 2>/dev/null
5026 if test -d .libs; then
5027 lt_cv_objdir=.libs
5028 else
5029 # MS-DOS does not allow filenames that begin with a dot.
5030 lt_cv_objdir=_libs
5032 rmdir .libs 2>/dev/null
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5035 $as_echo "$lt_cv_objdir" >&6; }
5036 objdir=$lt_cv_objdir
5042 cat >>confdefs.h <<_ACEOF
5043 #define LT_OBJDIR "$lt_cv_objdir/"
5044 _ACEOF
5048 # Check for GMP, MPFR and MPC
5049 gmplibs="-lmpc -lmpfr -lgmp"
5050 gmpinc=
5051 have_gmp=no
5053 # Specify a location for mpc
5054 # check for this first so it ends up on the link line before mpfr.
5056 # Check whether --with-mpc was given.
5057 if test "${with_mpc+set}" = set; then :
5058 withval=$with_mpc;
5062 # Check whether --with-mpc-include was given.
5063 if test "${with_mpc_include+set}" = set; then :
5064 withval=$with_mpc_include;
5068 # Check whether --with-mpc-lib was given.
5069 if test "${with_mpc_lib+set}" = set; then :
5070 withval=$with_mpc_lib;
5074 if test "x$with_mpc" != x; then
5075 gmplibs="-L$with_mpc/lib $gmplibs"
5076 gmpinc="-I$with_mpc/include $gmpinc"
5078 if test "x$with_mpc_include" != x; then
5079 gmpinc="-I$with_mpc_include $gmpinc"
5081 if test "x$with_mpc_lib" != x; then
5082 gmplibs="-L$with_mpc_lib $gmplibs"
5084 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5085 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5086 gmpinc='-I$$s/mpc/src '"$gmpinc"
5087 # Do not test the mpc version. Assume that it is sufficient, since
5088 # it is in the source tree, and the library has not been built yet
5089 # but it would be included on the link line in the version check below
5090 # hence making the test fail.
5091 have_gmp=yes
5094 # Specify a location for mpfr
5095 # check for this first so it ends up on the link line before gmp.
5097 # Check whether --with-mpfr-dir was given.
5098 if test "${with_mpfr_dir+set}" = set; then :
5099 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5100 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5105 # Check whether --with-mpfr was given.
5106 if test "${with_mpfr+set}" = set; then :
5107 withval=$with_mpfr;
5111 # Check whether --with-mpfr-include was given.
5112 if test "${with_mpfr_include+set}" = set; then :
5113 withval=$with_mpfr_include;
5117 # Check whether --with-mpfr-lib was given.
5118 if test "${with_mpfr_lib+set}" = set; then :
5119 withval=$with_mpfr_lib;
5123 if test "x$with_mpfr" != x; then
5124 gmplibs="-L$with_mpfr/lib $gmplibs"
5125 gmpinc="-I$with_mpfr/include $gmpinc"
5127 if test "x$with_mpfr_include" != x; then
5128 gmpinc="-I$with_mpfr_include $gmpinc"
5130 if test "x$with_mpfr_lib" != x; then
5131 gmplibs="-L$with_mpfr_lib $gmplibs"
5133 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5134 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5135 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5136 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5137 # Do not test the mpfr version. Assume that it is sufficient, since
5138 # it is in the source tree, and the library has not been built yet
5139 # but it would be included on the link line in the version check below
5140 # hence making the test fail.
5141 have_gmp=yes
5144 # Specify a location for gmp
5146 # Check whether --with-gmp-dir was given.
5147 if test "${with_gmp_dir+set}" = set; then :
5148 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5149 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5154 # Check whether --with-gmp was given.
5155 if test "${with_gmp+set}" = set; then :
5156 withval=$with_gmp;
5160 # Check whether --with-gmp-include was given.
5161 if test "${with_gmp_include+set}" = set; then :
5162 withval=$with_gmp_include;
5166 # Check whether --with-gmp-lib was given.
5167 if test "${with_gmp_lib+set}" = set; then :
5168 withval=$with_gmp_lib;
5173 if test "x$with_gmp" != x; then
5174 gmplibs="-L$with_gmp/lib $gmplibs"
5175 gmpinc="-I$with_gmp/include $gmpinc"
5177 if test "x$with_gmp_include" != x; then
5178 gmpinc="-I$with_gmp_include $gmpinc"
5180 if test "x$with_gmp_lib" != x; then
5181 gmplibs="-L$with_gmp_lib $gmplibs"
5183 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5184 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5185 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5186 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5187 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5188 # Do not test the gmp version. Assume that it is sufficient, since
5189 # it is in the source tree, and the library has not been built yet
5190 # but it would be included on the link line in the version check below
5191 # hence making the test fail.
5192 have_gmp=yes
5195 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5196 have_gmp=yes
5197 saved_CFLAGS="$CFLAGS"
5198 CFLAGS="$CFLAGS $gmpinc"
5199 # Check for the recommended and required versions of GMP.
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5201 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5204 /* end confdefs.h. */
5205 #include "gmp.h"
5207 main ()
5210 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5211 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5212 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5213 choke me
5214 #endif
5217 return 0;
5219 _ACEOF
5220 if ac_fn_c_try_compile "$LINENO"; then :
5221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5222 /* end confdefs.h. */
5223 #include <gmp.h>
5225 main ()
5228 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5229 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5230 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5231 choke me
5232 #endif
5235 return 0;
5237 _ACEOF
5238 if ac_fn_c_try_compile "$LINENO"; then :
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5240 $as_echo "yes" >&6; }
5241 else
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5243 $as_echo "buggy but acceptable" >&6; }
5245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5246 else
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5248 $as_echo "no" >&6; }; have_gmp=no
5250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5252 # If we have GMP, check the MPFR version.
5253 if test x"$have_gmp" = xyes; then
5254 # Check for the recommended and required versions of MPFR.
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5256 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5258 /* end confdefs.h. */
5259 #include <gmp.h>
5260 #include <mpfr.h>
5262 main ()
5265 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5266 choke me
5267 #endif
5270 return 0;
5272 _ACEOF
5273 if ac_fn_c_try_compile "$LINENO"; then :
5274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5275 /* end confdefs.h. */
5276 #include <gmp.h>
5277 #include <mpfr.h>
5279 main ()
5282 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5283 choke me
5284 #endif
5287 return 0;
5289 _ACEOF
5290 if ac_fn_c_try_compile "$LINENO"; then :
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5292 $as_echo "yes" >&6; }
5293 else
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5295 $as_echo "buggy but acceptable" >&6; }
5297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5298 else
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5300 $as_echo "no" >&6; }; have_gmp=no
5302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5305 # Check for the MPC header version.
5306 if test x"$have_gmp" = xyes ; then
5307 # Check for the recommended and required versions of MPC.
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5309 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5311 /* end confdefs.h. */
5312 #include <mpc.h>
5314 main ()
5317 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5318 choke me
5319 #endif
5322 return 0;
5324 _ACEOF
5325 if ac_fn_c_try_compile "$LINENO"; then :
5326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5327 /* end confdefs.h. */
5328 #include <mpc.h>
5330 main ()
5333 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5334 choke me
5335 #endif
5338 return 0;
5340 _ACEOF
5341 if ac_fn_c_try_compile "$LINENO"; then :
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5343 $as_echo "yes" >&6; }
5344 else
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5346 $as_echo "buggy but acceptable" >&6; }
5348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5349 else
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5351 $as_echo "no" >&6; }; have_gmp=no
5353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5356 # Now check the MPFR library.
5357 if test x"$have_gmp" = xyes; then
5358 saved_LIBS="$LIBS"
5359 LIBS="$LIBS $gmplibs"
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5361 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5363 /* end confdefs.h. */
5364 #include <mpc.h>
5366 main ()
5369 mpfr_t n;
5370 mpfr_t x;
5371 mpc_t c;
5372 int t;
5373 mpfr_init (n);
5374 mpfr_init (x);
5375 mpfr_atan2 (n, n, x, GMP_RNDN);
5376 mpfr_erfc (n, x, GMP_RNDN);
5377 mpfr_subnormalize (x, t, GMP_RNDN);
5378 mpfr_clear(n);
5379 mpfr_clear(x);
5380 mpc_init2 (c, 53);
5381 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5382 mpc_cosh (c, c, MPC_RNDNN);
5383 mpc_pow (c, c, c, MPC_RNDNN);
5384 mpc_acosh (c, c, MPC_RNDNN);
5385 mpc_clear (c);
5388 return 0;
5390 _ACEOF
5391 if ac_fn_c_try_link "$LINENO"; then :
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5393 $as_echo "yes" >&6; }
5394 else
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5396 $as_echo "no" >&6; }; have_gmp=no
5398 rm -f core conftest.err conftest.$ac_objext \
5399 conftest$ac_exeext conftest.$ac_ext
5400 LIBS="$saved_LIBS"
5403 CFLAGS="$saved_CFLAGS"
5405 # The library versions listed in the error message below should match
5406 # the HARD-minimums enforced above.
5407 if test x$have_gmp != xyes; then
5408 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5409 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5410 their locations. Source code for these libraries can be found at
5411 their respective hosting sites as well as at
5412 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5413 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5414 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5415 make sure that you have installed both the libraries and the header
5416 files. They may be located in separate packages." "$LINENO" 5
5420 # Flags needed for both GMP, MPFR and/or MPC.
5427 # Allow host libstdc++ to be specified for static linking with PPL.
5429 # Check whether --with-host-libstdcxx was given.
5430 if test "${with_host_libstdcxx+set}" = set; then :
5431 withval=$with_host_libstdcxx;
5435 case $with_host_libstdcxx in
5436 no|yes)
5437 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5439 esac
5441 # Linker flags to use for stage1 or when not boostrapping.
5443 # Check whether --with-stage1-ldflags was given.
5444 if test "${with_stage1_ldflags+set}" = set; then :
5445 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5446 stage1_ldflags=
5447 else
5448 stage1_ldflags=$withval
5450 else
5451 stage1_ldflags=
5456 # Libraries to use for stage1 or when not bootstrapping.
5458 # Check whether --with-stage1-libs was given.
5459 if test "${with_stage1_libs+set}" = set; then :
5460 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5461 stage1_libs=
5462 else
5463 stage1_libs=$withval
5465 else
5466 stage1_libs=$with_host_libstdcxx
5471 # Libraries to use for stage2 and later builds. This defaults to the
5472 # argument passed to --with-host-libstdcxx.
5474 # Check whether --with-boot-libs was given.
5475 if test "${with_boot_libs+set}" = set; then :
5476 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5477 poststage1_libs=
5478 else
5479 poststage1_libs=$withval
5481 else
5482 poststage1_libs=$with_host_libstdcxx
5487 # Linker flags to use for stage2 and later builds.
5489 # Check whether --with-boot-ldflags was given.
5490 if test "${with_boot_ldflags+set}" = set; then :
5491 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5492 poststage1_ldflags=
5493 else
5494 poststage1_ldflags=$withval
5496 else
5497 poststage1_ldflags=
5498 # In stages 2 and 3, default to linking libstdc++ and libgcc
5499 # statically. But if the user explicitly specified the libraries to
5500 # use, trust that they are doing what they want.
5501 if test "$poststage1_libs" = ""; then
5502 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5508 # Check for PPL
5509 ppllibs=
5510 pplinc=
5511 pwllib=
5514 # Check whether --with-ppl was given.
5515 if test "${with_ppl+set}" = set; then :
5516 withval=$with_ppl;
5520 # Check whether --with-ppl-include was given.
5521 if test "${with_ppl_include+set}" = set; then :
5522 withval=$with_ppl_include;
5526 # Check whether --with-ppl-lib was given.
5527 if test "${with_ppl_lib+set}" = set; then :
5528 withval=$with_ppl_lib;
5532 # Check whether --enable-ppl-version-check was given.
5533 if test "${enable_ppl_version_check+set}" = set; then :
5534 enableval=$enable_ppl_version_check;
5538 case $with_ppl in
5539 yes | no | "")
5542 ppllibs="-L$with_ppl/lib"
5543 pplinc="-I$with_ppl/include $pplinc"
5544 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5545 with_ppl=yes
5546 else
5547 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5550 esac
5552 if test x"$with_ppl_include" != x; then
5553 pplinc="-I$with_ppl_include $pplinc"
5554 with_ppl=yes
5557 if test "x$with_ppl_lib" != x; then
5558 ppllibs="-L$with_ppl_lib"
5559 with_ppl=yes
5562 if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5563 if test x"$enable_watchdog" = xyes; then
5564 pwllib="-lpwl"
5566 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5567 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5568 enable_ppl_version_check=no
5569 with_ppl=yes
5572 if test "x$with_ppl" != xno; then
5573 if test "x$pwllib" = x; then
5574 saved_LIBS="$LIBS"
5575 LIBS="$LIBS $ppllibs -lstdc++ -lm"
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5577 $as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5578 if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5579 $as_echo_n "(cached) " >&6
5580 else
5581 ac_check_lib_save_LIBS=$LIBS
5582 LIBS="-lpwl $LIBS"
5583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5584 /* end confdefs.h. */
5586 /* Override any GCC internal prototype to avoid an error.
5587 Use char because int might match the return type of a GCC
5588 builtin and then its argument prototype would still apply. */
5589 #ifdef __cplusplus
5590 extern "C"
5591 #endif
5592 char PWL_handle_timeout ();
5594 main ()
5596 return PWL_handle_timeout ();
5598 return 0;
5600 _ACEOF
5601 if ac_fn_c_try_link "$LINENO"; then :
5602 ac_cv_lib_pwl_PWL_handle_timeout=yes
5603 else
5604 ac_cv_lib_pwl_PWL_handle_timeout=no
5606 rm -f core conftest.err conftest.$ac_objext \
5607 conftest$ac_exeext conftest.$ac_ext
5608 LIBS=$ac_check_lib_save_LIBS
5610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5611 $as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5612 if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5613 pwllib="-lpwl"
5616 LIBS="$saved_LIBS"
5619 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5621 if test "$enable_ppl_version_check" != no; then
5622 saved_CFLAGS="$CFLAGS"
5623 CFLAGS="$CFLAGS $pplinc $gmpinc"
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5625 $as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5627 /* end confdefs.h. */
5628 #include "ppl_c.h"
5630 main ()
5633 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5634 choke me
5635 #endif
5638 return 0;
5640 _ACEOF
5641 if ac_fn_c_try_compile "$LINENO"; then :
5642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5643 $as_echo "yes" >&6; }
5644 else
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5646 $as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5649 CFLAGS="$saved_CFLAGS"
5653 # Flags needed for PPL
5658 # Check for CLOOG
5662 # Check whether --with-cloog was given.
5663 if test "${with_cloog+set}" = set; then :
5664 withval=$with_cloog;
5668 # Check whether --with-cloog-include was given.
5669 if test "${with_cloog_include+set}" = set; then :
5670 withval=$with_cloog_include;
5674 # Check whether --with-cloog-lib was given.
5675 if test "${with_cloog_lib+set}" = set; then :
5676 withval=$with_cloog_lib;
5680 # Check whether --enable-cloog-backend was given.
5681 if test "${enable_cloog_backend+set}" = set; then :
5682 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5683 cloog_backend=isl
5684 elif test "x${enableval}" = "xppl"; then
5685 cloog_backend=ppl
5686 else
5687 cloog_backend=ppl-legacy
5689 else
5690 cloog_backend=ppl-legacy
5693 # Check whether --enable-cloog-version-check was given.
5694 if test "${enable_cloog_version_check+set}" = set; then :
5695 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5696 else
5697 ENABLE_CLOOG_CHECK=yes
5701 # Initialize clooglibs and clooginc.
5702 case $with_cloog in
5704 clooglibs=
5705 clooginc=
5707 "" | yes)
5710 clooglibs="-L$with_cloog/lib"
5711 clooginc="-I$with_cloog/include"
5713 esac
5714 if test "x${with_cloog_include}" != x ; then
5715 clooginc="-I$with_cloog_include"
5717 if test "x${with_cloog_lib}" != x; then
5718 clooglibs="-L$with_cloog_lib"
5725 if test "x$with_ppl" = "xno"; then
5729 if test "x${with_cloog}" = xno; then
5730 graphite_requested=no
5731 elif test "x${with_cloog}" != x \
5732 || test "x${with_cloog_include}" != x \
5733 || test "x${with_cloog_lib}" != x ; then
5734 graphite_requested=yes
5735 else
5736 graphite_requested=no
5740 if test "${graphite_requested}" = yes; then
5741 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5743 with_cloog=no
5745 if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5746 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5747 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5748 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5750 if test "x$with_cloog" != "xno"; then
5754 _cloog_saved_CFLAGS=$CFLAGS
5755 _cloog_saved_CPPFLAGS=$CPPFLAGS
5756 _cloog_saved_LDFLAGS=$LDFLAGS
5757 _cloog_saved_LIBS=$LIBS
5759 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5761 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5762 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5763 LDFLAGS="${LDFLAGS} ${clooglibs}"
5765 case $cloog_backend in
5766 "ppl-legacy")
5767 CFLAGS="${CFLAGS} ${pplinc}"
5768 LDFLAGS="${LDFLAGS} ${ppllibs}"
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5770 $as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5771 if test "${gcc_cv_cloog_type+set}" = set; then :
5772 $as_echo_n "(cached) " >&6
5773 else
5774 LIBS="-lcloog ${_cloog_saved_LIBS}"
5775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5776 /* end confdefs.h. */
5777 #include "cloog/cloog.h"
5779 main ()
5781 #ifndef CLOOG_PPL_BACKEND
5782 choke me
5783 #endif
5785 return 0;
5787 _ACEOF
5788 if ac_fn_c_try_link "$LINENO"; then :
5789 gcc_cv_cloog_type="PPL Legacy"
5790 else
5791 gcc_cv_cloog_type=no
5793 rm -f core conftest.err conftest.$ac_objext \
5794 conftest$ac_exeext conftest.$ac_ext
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5797 $as_echo "$gcc_cv_cloog_type" >&6; }
5799 "isl")
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5801 $as_echo_n "checking for installed CLooG ISL... " >&6; }
5802 if test "${gcc_cv_cloog_type+set}" = set; then :
5803 $as_echo_n "(cached) " >&6
5804 else
5805 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5807 /* end confdefs.h. */
5808 #include "cloog/cloog.h"
5810 main ()
5812 cloog_version ()
5814 return 0;
5816 _ACEOF
5817 if ac_fn_c_try_link "$LINENO"; then :
5818 gcc_cv_cloog_type="ISL"
5819 else
5820 gcc_cv_cloog_type=no
5822 rm -f core conftest.err conftest.$ac_objext \
5823 conftest$ac_exeext conftest.$ac_ext
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5826 $as_echo "$gcc_cv_cloog_type" >&6; }
5828 "ppl")
5829 CFLAGS="${CFLAGS} ${pplinc}"
5830 LDFLAGS="${LDFLAGS} ${ppllibs}"
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5832 $as_echo_n "checking for installed CLooG PPL... " >&6; }
5833 if test "${gcc_cv_cloog_type+set}" = set; then :
5834 $as_echo_n "(cached) " >&6
5835 else
5836 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5838 /* end confdefs.h. */
5839 #include "cloog/cloog.h"
5840 #include "cloog/ppl/cloog.h"
5842 main ()
5844 cloog_version ()
5846 return 0;
5848 _ACEOF
5849 if ac_fn_c_try_link "$LINENO"; then :
5850 gcc_cv_cloog_type="PPL"
5851 else
5852 gcc_cv_cloog_type=no
5854 rm -f core conftest.err conftest.$ac_objext \
5855 conftest$ac_exeext conftest.$ac_ext
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5858 $as_echo "$gcc_cv_cloog_type" >&6; }
5861 gcc_cv_cloog_type=""
5862 esac
5864 case $gcc_cv_cloog_type in
5865 "PPL Legacy")
5866 clooginc="${clooginc}"
5867 clooglibs="${clooglibs} -lcloog"
5868 cloog_org=no
5870 "ISL")
5871 clooginc="${clooginc} ${_cloogorginc}"
5872 clooglibs="${clooglibs} -lcloog-isl -lisl"
5873 cloog_org=yes
5875 "PPL")
5876 clooginc="${clooginc} ${_cloogorginc}"
5877 clooglibs="${clooglibs} -lcloog-ppl"
5878 cloog_org=yes
5881 clooglibs=
5882 clooginc=
5883 cloog_org=
5885 esac
5887 LIBS=$_cloog_saved_LIBS
5888 CFLAGS=$_cloog_saved_CFLAGS
5889 CPPFLAGS=$_cloog_saved_CPPFLAGS
5890 LDFLAGS=$_cloog_saved_LDFLAGS
5896 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5897 _cloog_saved_CFLAGS=$CFLAGS
5898 _cloog_saved_LDFLAGS=$LDFLAGS
5900 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
5901 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
5903 if test "${cloog_org}" = yes ; then
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
5905 $as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
5906 if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
5907 $as_echo_n "(cached) " >&6
5908 else
5909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5910 /* end confdefs.h. */
5911 #include "cloog/cloog.h"
5913 main ()
5915 #if CLOOG_VERSION_MAJOR != 0 \
5916 || CLOOG_VERSION_MINOR != 16 \
5917 || CLOOG_VERSION_REVISION < 1
5918 choke me
5919 #endif
5921 return 0;
5923 _ACEOF
5924 if ac_fn_c_try_compile "$LINENO"; then :
5925 gcc_cv_cloog_ct_0_14_0=yes
5926 else
5927 gcc_cv_cloog_ct_0_14_0=no
5929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
5932 $as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
5933 elif test "${cloog_org}" = no ; then
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
5935 $as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
5936 if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
5937 $as_echo_n "(cached) " >&6
5938 else
5939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5940 /* end confdefs.h. */
5941 #include "cloog/cloog.h"
5943 main ()
5945 #if CLOOG_VERSION_MAJOR != 0 \
5946 || CLOOG_VERSION_MINOR != 15 \
5947 || CLOOG_VERSION_REVISION < 5
5948 choke me
5949 #endif
5951 return 0;
5953 _ACEOF
5954 if ac_fn_c_try_compile "$LINENO"; then :
5955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5956 /* end confdefs.h. */
5957 #include "cloog/cloog.h"
5959 main ()
5961 #if CLOOG_VERSION_MAJOR != 0 \
5962 || CLOOG_VERSION_MINOR != 15 \
5963 || CLOOG_VERSION_REVISION < 9
5964 choke me
5965 #endif
5967 return 0;
5969 _ACEOF
5970 if ac_fn_c_try_compile "$LINENO"; then :
5971 gcc_cv_cloog_ct_0_15_5=yes
5972 else
5973 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
5975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5976 else
5977 gcc_cv_cloog_ct_0_15_5=no
5979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
5982 $as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
5985 CFLAGS=$_cloog_saved_CFLAGS
5986 LDFLAGS=$_cloog_saved_LDFLAGS
5995 if test "x${with_cloog}" = xno; then
5996 graphite_requested=no
5997 elif test "x${with_cloog}" != x \
5998 || test "x${with_cloog_include}" != x \
5999 || test "x${with_cloog_lib}" != x ; then
6000 graphite_requested=yes
6001 else
6002 graphite_requested=no
6007 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
6008 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
6009 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
6010 clooglibs=
6011 clooginc=
6014 if test "${graphite_requested}" = yes \
6015 && test "x${clooglibs}" = x \
6016 && test "x${clooginc}" = x ; then
6018 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6024 # Check for LTO support.
6025 # Check whether --enable-lto was given.
6026 if test "${enable_lto+set}" = set; then :
6027 enableval=$enable_lto; enable_lto=$enableval
6028 else
6029 enable_lto=yes; default_enable_lto=yes
6036 target_elf=no
6037 case $target in
6038 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6039 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6040 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6041 target_elf=no
6044 target_elf=yes
6046 esac
6048 if test $target_elf = yes; then :
6049 # ELF platforms build the lto-plugin always.
6050 build_lto_plugin=yes
6052 else
6053 if test x"$default_enable_lto" = x"yes" ; then
6054 case $target in
6055 *-apple-darwin* | *-cygwin* | *-mingw*) ;;
6056 # On other non-ELF platforms, LTO has yet to be validated.
6057 *) enable_lto=no ;;
6058 esac
6059 else
6060 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6061 # It would also be nice to check the binutils support, but we don't
6062 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6063 # warn during gcc/ subconfigure; unless you're bootstrapping with
6064 # -flto it won't be needed until after installation anyway.
6065 case $target in
6066 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6067 *) if test x"$enable_lto" = x"yes"; then
6068 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6071 esac
6073 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6074 # Build it unless LTO was explicitly disabled.
6075 case $target in
6076 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6077 *) ;;
6078 esac
6084 # By default, C is the only stage 1 language.
6085 stage1_languages=,c,
6087 # Target libraries that we bootstrap.
6088 bootstrap_target_libs=,target-libgcc,
6090 # Figure out what language subdirectories are present.
6091 # Look if the user specified --enable-languages="..."; if not, use
6092 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6093 # go away some day.
6094 # NB: embedded tabs in this IF block -- do not untabify
6095 if test -d ${srcdir}/gcc; then
6096 if test x"${enable_languages+set}" != xset; then
6097 if test x"${LANGUAGES+set}" = xset; then
6098 enable_languages="${LANGUAGES}"
6099 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6100 else
6101 enable_languages=all
6103 else
6104 if test x"${enable_languages}" = x ||
6105 test x"${enable_languages}" = xyes;
6106 then
6107 echo configure.in: --enable-languages needs at least one language argument 1>&2
6108 exit 1
6111 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6113 # 'f95' is the old name for the 'fortran' language. We issue a warning
6114 # and make the substitution.
6115 case ,${enable_languages}, in
6116 *,f95,*)
6117 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6118 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6120 esac
6122 # First scan to see if an enabled language requires some other language.
6123 # We assume that a given config-lang.in will list all the language
6124 # front ends it requires, even if some are required indirectly.
6125 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6126 case ${lang_frag} in
6127 ..) ;;
6128 # The odd quoting in the next line works around
6129 # an apparent bug in bash 1.12 on linux.
6130 ${srcdir}/gcc/[*]/config-lang.in) ;;
6132 # From the config-lang.in, get $language, $lang_requires, and
6133 # $lang_requires_boot_languages.
6134 language=
6135 lang_requires=
6136 lang_requires_boot_languages=
6137 . ${lang_frag}
6138 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6139 case ,${enable_languages}, in
6140 *,$other,*) ;;
6141 *,all,*) ;;
6142 *,$language,*)
6143 echo " \`$other' language required by \`$language'; enabling" 1>&2
6144 enable_languages="${enable_languages},${other}"
6146 esac
6147 done
6148 for other in ${lang_requires_boot_languages} ; do
6149 if test "$other" != "c"; then
6150 case ,${enable_stage1_languages}, in
6151 *,$other,*) ;;
6152 *,all,*) ;;
6154 case ,${enable_languages}, in
6155 *,$language,*)
6156 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6157 enable_stage1_languages="$enable_stage1_languages,${other}"
6159 esac
6161 esac
6163 done
6165 esac
6166 done
6168 new_enable_languages=,c,
6170 # If LTO is enabled, add the LTO front end.
6171 extra_host_libiberty_configure_flags=
6172 if test "$enable_lto" = "yes" ; then
6173 case ,${enable_languages}, in
6174 *,lto,*) ;;
6175 *) enable_languages="${enable_languages},lto" ;;
6176 esac
6177 if test "${build_lto_plugin}" = "yes" ; then
6178 configdirs="$configdirs lto-plugin"
6179 extra_host_libiberty_configure_flags=--enable-shared
6184 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6185 potential_languages=,c,
6187 enabled_target_libs=
6188 disabled_target_libs=
6190 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6191 case ${lang_frag} in
6192 ..) ;;
6193 # The odd quoting in the next line works around
6194 # an apparent bug in bash 1.12 on linux.
6195 ${srcdir}/gcc/[*]/config-lang.in) ;;
6197 # From the config-lang.in, get $language, $target_libs,
6198 # $lang_dirs, $boot_language, and $build_by_default
6199 language=
6200 target_libs=
6201 lang_dirs=
6202 subdir_requires=
6203 boot_language=no
6204 build_by_default=yes
6205 . ${lang_frag}
6206 if test x${language} = x; then
6207 echo "${lang_frag} doesn't set \$language." 1>&2
6208 exit 1
6211 if test "$language" = "c++" \
6212 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6213 boot_language=yes
6216 case ,${enable_languages}, in
6217 *,${language},*)
6218 # Language was explicitly selected; include it.
6219 add_this_lang=yes
6221 *,all,*)
6222 # 'all' was selected, select it if it is a default language
6223 add_this_lang=${build_by_default}
6226 add_this_lang=no
6228 esac
6230 # Disable languages that need other directories if these aren't available.
6231 for i in $subdir_requires; do
6232 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6233 case ,${enable_languages}, in
6234 *,${language},*)
6235 # Specifically requested language; tell them.
6236 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6239 # Silently disable.
6240 add_this_lang=unsupported
6242 esac
6243 done
6245 # Disable Ada if no preexisting GNAT is available.
6246 case ,${enable_languages},:${language}:${have_gnat} in
6247 *,${language},*:ada:no)
6248 # Specifically requested language; tell them.
6249 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6251 *:ada:no)
6252 # Silently disable.
6253 add_this_lang=unsupported
6255 esac
6257 # Disable a language that is unsupported by the target.
6258 case " $unsupported_languages " in
6259 *" $language "*)
6260 add_this_lang=unsupported
6262 esac
6264 case $add_this_lang in
6265 unsupported)
6266 # Remove language-dependent dirs.
6267 disabled_target_libs="$disabled_target_libs $target_libs"
6268 noconfigdirs="$noconfigdirs $lang_dirs"
6271 # Remove language-dependent dirs; still show language as supported.
6272 disabled_target_libs="$disabled_target_libs $target_libs"
6273 noconfigdirs="$noconfigdirs $lang_dirs"
6274 potential_languages="${potential_languages}${language},"
6276 yes)
6277 new_enable_languages="${new_enable_languages}${language},"
6278 potential_languages="${potential_languages}${language},"
6279 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6280 enabled_target_libs="$enabled_target_libs $target_libs"
6281 case "${boot_language}:,$enable_stage1_languages," in
6282 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6283 # Add to (comma-separated) list of stage 1 languages.
6284 case ",$stage1_languages," in
6285 *,$language,* | ,yes, | ,all,) ;;
6286 *) stage1_languages="${stage1_languages}${language}," ;;
6287 esac
6288 # We need to bootstrap any supporting libraries.
6289 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6291 esac
6293 esac
6295 esac
6296 done
6298 # Add target libraries which are only needed for disabled languages
6299 # to noconfigdirs.
6300 if test -n "$disabled_target_libs"; then
6301 for dir in $disabled_target_libs; do
6302 case " $enabled_target_libs " in
6303 *" ${dir} "*) ;;
6304 *) noconfigdirs="$noconfigdirs $dir" ;;
6305 esac
6306 done
6309 # Check whether --enable-stage1-languages was given.
6310 if test "${enable_stage1_languages+set}" = set; then :
6311 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6312 ,no,|,,)
6313 # Set it to something that will have no effect in the loop below
6314 enable_stage1_languages=c ;;
6315 ,yes,)
6316 enable_stage1_languages=`echo $new_enable_languages | \
6317 sed -e "s/^,//" -e "s/,$//" ` ;;
6318 *,all,*)
6319 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6320 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6321 esac
6323 # Add "good" languages from enable_stage1_languages to stage1_languages,
6324 # while "bad" languages go in missing_languages. Leave no duplicates.
6325 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6326 case $potential_languages in
6327 *,$i,*)
6328 case $stage1_languages in
6329 *,$i,*) ;;
6330 *) stage1_languages="$stage1_languages$i," ;;
6331 esac ;;
6333 case $missing_languages in
6334 *,$i,*) ;;
6335 *) missing_languages="$missing_languages$i," ;;
6336 esac ;;
6337 esac
6338 done
6342 # Remove leading/trailing commas that were added for simplicity
6343 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6344 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6345 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6346 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6348 if test "x$missing_languages" != x; then
6349 as_fn_error "
6350 The following requested languages could not be built: ${missing_languages}
6351 Supported languages are: ${potential_languages}" "$LINENO" 5
6353 if test "x$new_enable_languages" != "x$enable_languages"; then
6354 echo The following languages will be built: ${new_enable_languages}
6355 enable_languages="$new_enable_languages"
6359 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6362 # Handle --disable-<component> generically.
6363 for dir in $configdirs $build_configdirs $target_configdirs ; do
6364 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6365 varname=`echo $dirname | sed -e s/+/_/g`
6366 if eval test x\${enable_${varname}} "=" xno ; then
6367 noconfigdirs="$noconfigdirs $dir"
6369 done
6371 # Check for Boehm's garbage collector
6372 # Check whether --enable-objc-gc was given.
6373 if test "${enable_objc_gc+set}" = set; then :
6374 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6375 *,objc,*:*:yes:*target-boehm-gc*)
6376 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6378 esac
6382 # Make sure we only build Boehm's garbage collector if required.
6383 case ,${enable_languages},:${enable_objc_gc} in
6384 *,objc,*:yes)
6385 # Keep target-boehm-gc if requested for Objective-C.
6388 # Otherwise remove target-boehm-gc depending on target-libjava.
6389 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6390 noconfigdirs="$noconfigdirs target-boehm-gc"
6393 esac
6395 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6396 # $build_configdirs and $target_configdirs.
6397 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6399 notsupp=""
6400 for dir in . $skipdirs $noconfigdirs ; do
6401 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6402 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6403 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6404 if test -r $srcdir/$dirname/configure ; then
6405 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6406 true
6407 else
6408 notsupp="$notsupp $dir"
6412 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6413 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6414 if test -r $srcdir/$dirname/configure ; then
6415 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6416 true
6417 else
6418 notsupp="$notsupp $dir"
6422 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6423 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6424 if test -r $srcdir/$dirname/configure ; then
6425 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6426 true
6427 else
6428 notsupp="$notsupp $dir"
6432 done
6434 # Sometimes the tools are distributed with libiberty but with no other
6435 # libraries. In that case, we don't want to build target-libiberty.
6436 # Don't let libgcc imply libiberty either.
6437 if test -n "${target_configdirs}" ; then
6438 libgcc=
6439 others=
6440 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6441 if test "$i" = "libgcc"; then
6442 libgcc=target-libgcc
6443 elif test "$i" != "libiberty" ; then
6444 if test -r $srcdir/$i/configure ; then
6445 others=yes;
6446 break;
6449 done
6450 if test -z "${others}" ; then
6451 target_configdirs=$libgcc
6455 # Quietly strip out all directories which aren't configurable in this tree.
6456 # This relies on all configurable subdirectories being autoconfiscated, which
6457 # is now the case.
6458 build_configdirs_all="$build_configdirs"
6459 build_configdirs=
6460 for i in ${build_configdirs_all} ; do
6461 j=`echo $i | sed -e s/build-//g`
6462 if test -f ${srcdir}/$j/configure ; then
6463 build_configdirs="${build_configdirs} $i"
6465 done
6467 configdirs_all="$configdirs"
6468 configdirs=
6469 for i in ${configdirs_all} ; do
6470 if test -f ${srcdir}/$i/configure ; then
6471 configdirs="${configdirs} $i"
6473 done
6475 target_configdirs_all="$target_configdirs"
6476 target_configdirs=
6477 for i in ${target_configdirs_all} ; do
6478 j=`echo $i | sed -e s/target-//g`
6479 if test -f ${srcdir}/$j/configure ; then
6480 target_configdirs="${target_configdirs} $i"
6482 done
6484 # Produce a warning message for the subdirs we can't configure.
6485 # This isn't especially interesting in the Cygnus tree, but in the individual
6486 # FSF releases, it's important to let people know when their machine isn't
6487 # supported by the one or two programs in a package.
6489 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6490 # If $appdirs is non-empty, at least one of those directories must still
6491 # be configured, or we error out. (E.g., if the gas release supports a
6492 # specified target in some subdirs but not the gas subdir, we shouldn't
6493 # pretend that all is well.)
6494 if test -n "$appdirs" ; then
6495 for dir in $appdirs ; do
6496 if test -r $dir/Makefile.in ; then
6497 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6498 appdirs=""
6499 break
6501 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6502 appdirs=""
6503 break
6506 done
6507 if test -n "$appdirs" ; then
6508 echo "*** This configuration is not supported by this package." 1>&2
6509 exit 1
6512 # Okay, some application will build, or we don't care to check. Still
6513 # notify of subdirs not getting built.
6514 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6515 echo " ${notsupp}" 1>&2
6516 echo " (Any other directories should still work fine.)" 1>&2
6519 case "$host" in
6520 *msdosdjgpp*)
6521 enable_gdbtk=no ;;
6522 esac
6524 # To find our prefix, in gcc_cv_tool_prefix.
6526 # The user is always right.
6527 if test "${PATH_SEPARATOR+set}" != set; then
6528 echo "#! /bin/sh" >conf$$.sh
6529 echo "exit 0" >>conf$$.sh
6530 chmod +x conf$$.sh
6531 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6532 PATH_SEPARATOR=';'
6533 else
6534 PATH_SEPARATOR=:
6536 rm -f conf$$.sh
6541 if test "x$exec_prefix" = xNONE; then
6542 if test "x$prefix" = xNONE; then
6543 gcc_cv_tool_prefix=$ac_default_prefix
6544 else
6545 gcc_cv_tool_prefix=$prefix
6547 else
6548 gcc_cv_tool_prefix=$exec_prefix
6551 # If there is no compiler in the tree, use the PATH only. In any
6552 # case, if there is no compiler in the tree nobody should use
6553 # AS_FOR_TARGET and LD_FOR_TARGET.
6554 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6555 gcc_version=`cat $srcdir/gcc/BASE-VER`
6556 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6557 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6558 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6559 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6560 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6561 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6562 else
6563 gcc_cv_tool_dirs=
6566 if test x$build = x$target && test -n "$md_exec_prefix"; then
6567 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6572 copy_dirs=
6575 # Check whether --with-build-sysroot was given.
6576 if test "${with_build_sysroot+set}" = set; then :
6577 withval=$with_build_sysroot; if test x"$withval" != x ; then
6578 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6580 else
6581 SYSROOT_CFLAGS_FOR_TARGET=
6587 # Check whether --with-debug-prefix-map was given.
6588 if test "${with_debug_prefix_map+set}" = set; then :
6589 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6590 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6591 for debug_map in $withval; do
6592 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6593 done
6595 else
6596 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6601 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6602 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6603 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6604 # We want to ensure that TARGET libraries (which we know are built with
6605 # gcc) are built with "-O2 -g", so include those options when setting
6606 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6607 if test "x$CFLAGS_FOR_TARGET" = x; then
6608 CFLAGS_FOR_TARGET=$CFLAGS
6609 case " $CFLAGS " in
6610 *" -O2 "*) ;;
6611 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6612 esac
6613 case " $CFLAGS " in
6614 *" -g "* | *" -g3 "*) ;;
6615 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6616 esac
6620 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6621 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6622 case " $CXXFLAGS " in
6623 *" -O2 "*) ;;
6624 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6625 esac
6626 case " $CXXFLAGS " in
6627 *" -g "* | *" -g3 "*) ;;
6628 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6629 esac
6633 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6634 # the named directory are copied to $(tooldir)/sys-include.
6635 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6636 if test x${is_cross_compiler} = xno ; then
6637 echo 1>&2 '***' --with-headers is only supported when cross compiling
6638 exit 1
6640 if test x"${with_headers}" != xyes ; then
6641 x=${gcc_cv_tool_prefix}
6642 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6646 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6647 # the name directories are copied to $(tooldir)/lib. Multiple directories
6648 # are permitted.
6649 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6650 if test x${is_cross_compiler} = xno ; then
6651 echo 1>&2 '***' --with-libs is only supported when cross compiling
6652 exit 1
6654 if test x"${with_libs}" != xyes ; then
6655 # Copy the libraries in reverse order, so that files in the first named
6656 # library override files in subsequent libraries.
6657 x=${gcc_cv_tool_prefix}
6658 for l in ${with_libs}; do
6659 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6660 done
6664 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6666 # This is done by determining whether or not the appropriate directory
6667 # is available, and by checking whether or not specific configurations
6668 # have requested that this magic not happen.
6670 # The command line options always override the explicit settings in
6671 # configure.in, and the settings in configure.in override this magic.
6673 # If the default for a toolchain is to use GNU as and ld, and you don't
6674 # want to do that, then you should use the --without-gnu-as and
6675 # --without-gnu-ld options for the configure script. Similarly, if
6676 # the default is to use the included zlib and you don't want to do that,
6677 # you should use the --with-system-zlib option for the configure script.
6679 if test x${use_gnu_as} = x &&
6680 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6681 with_gnu_as=yes
6682 extra_host_args="$extra_host_args --with-gnu-as"
6685 if test x${use_gnu_ld} = x &&
6686 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6687 with_gnu_ld=yes
6688 extra_host_args="$extra_host_args --with-gnu-ld"
6691 if test x${use_included_zlib} = x &&
6692 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6694 else
6695 with_system_zlib=yes
6696 extra_host_args="$extra_host_args --with-system-zlib"
6699 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6700 # can detect this case.
6702 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6703 with_newlib=yes
6704 extra_host_args="$extra_host_args --with-newlib"
6707 # Handle ${copy_dirs}
6708 set fnord ${copy_dirs}
6709 shift
6710 while test $# != 0 ; do
6711 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6713 else
6714 echo Copying $1 to $2
6716 # Use the install script to create the directory and all required
6717 # parent directories.
6718 if test -d $2 ; then
6720 else
6721 echo >config.temp
6722 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6725 # Copy the directory, assuming we have tar.
6726 # FIXME: Should we use B in the second tar? Not all systems support it.
6727 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6729 # It is the responsibility of the user to correctly adjust all
6730 # symlinks. If somebody can figure out how to handle them correctly
6731 # here, feel free to add the code.
6733 echo $1 > $2/COPIED
6735 shift; shift
6736 done
6738 # Determine a target-dependent exec_prefix that the installed
6739 # gcc will search in. Keep this list sorted by triplet, with
6740 # the *-*-osname triplets last.
6741 md_exec_prefix=
6742 case "${target}" in
6743 alpha*-*-*vms*)
6744 md_exec_prefix=/gnu/lib/gcc-lib
6746 i[34567]86-pc-msdosdjgpp*)
6747 md_exec_prefix=/dev/env/DJDIR/bin
6749 i[34567]86-*-sco3.2v5*)
6750 if test $with_gnu_as = yes; then
6751 md_exec_prefix=/usr/gnu/bin
6752 else
6753 md_exec_prefix=/usr/ccs/bin/elf
6757 mn10300-*-* | \
6758 powerpc-*-chorusos* | \
6759 powerpc*-*-eabi* | \
6760 powerpc*-*-sysv* | \
6761 powerpc*-*-kaos* | \
6762 s390x-ibm-tpf*)
6763 md_exec_prefix=/usr/ccs/bin
6765 sparc64-*-elf*)
6767 v850*-*-*)
6768 md_exec_prefix=/usr/ccs/bin
6770 xtensa*-*-elf*)
6773 *-*-beos* | \
6774 *-*-elf* | \
6775 *-*-hpux* | \
6776 *-*-netware* | \
6777 *-*-nto-qnx* | \
6778 *-*-rtems* | \
6779 *-*-solaris2* | \
6780 *-*-sysv[45]* | \
6781 *-*-vxworks* | \
6782 *-wrs-windiss)
6783 md_exec_prefix=/usr/ccs/bin
6785 esac
6787 extra_arflags_for_target=
6788 extra_nmflags_for_target=
6789 extra_ranlibflags_for_target=
6790 target_makefile_frag=/dev/null
6791 case "${target}" in
6792 mep*-*-*)
6793 target_makefile_frag="config/mt-mep"
6795 spu-*-*)
6796 target_makefile_frag="config/mt-spu"
6798 mips*-sde-elf*)
6799 target_makefile_frag="config/mt-sde"
6801 mipsisa*-*-elfoabi*)
6802 target_makefile_frag="config/mt-mips-elfoabi"
6804 mips*-*-*linux* | mips*-*-gnu*)
6805 target_makefile_frag="config/mt-mips-gnu"
6807 *-*-netware*)
6808 target_makefile_frag="config/mt-netware"
6810 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6811 target_makefile_frag="config/mt-gnu"
6813 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6814 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6815 # commands to handle both 32-bit and 64-bit objects. These flags are
6816 # harmless if we're using GNU nm or ar.
6817 extra_arflags_for_target=" -X32_64"
6818 extra_nmflags_for_target=" -B -X32_64"
6820 *-*-darwin[3-9]*)
6821 # ranlib before Darwin10 requires the -c flag to look at common symbols.
6822 extra_ranlibflags_for_target=" -c"
6824 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6825 target_makefile_frag="config/mt-wince"
6827 esac
6829 alphaieee_frag=/dev/null
6830 case $target in
6831 alpha*-*-*)
6832 # This just makes sure to use the -mieee option to build target libs.
6833 # This should probably be set individually by each library.
6834 alphaieee_frag="config/mt-alphaieee"
6836 esac
6838 # If --enable-target-optspace always use -Os instead of -O2 to build
6839 # the target libraries, similarly if it is not specified, use -Os
6840 # on selected platforms.
6841 ospace_frag=/dev/null
6842 case "${enable_target_optspace}:${target}" in
6843 yes:*)
6844 ospace_frag="config/mt-ospace"
6846 :d30v-*)
6847 ospace_frag="config/mt-d30v"
6849 :m32r-* | :d10v-* | :fr30-*)
6850 ospace_frag="config/mt-ospace"
6852 no:* | :*)
6855 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6857 esac
6859 # Default to using --with-stabs for certain targets.
6860 if test x${with_stabs} = x ; then
6861 case "${target}" in
6862 mips*-*-irix[56]*)
6864 mips*-*-* | alpha*-*-osf*)
6865 with_stabs=yes;
6866 extra_host_args="${extra_host_args} --with-stabs"
6868 esac
6871 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6872 # them automatically.
6873 case "${host}" in
6874 hppa*64*-*-hpux11*)
6875 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6877 esac
6879 # Some systems (e.g., one of the i386-aix systems the gas testers are
6880 # using) don't handle "\$" correctly, so don't use it here.
6881 tooldir='${exec_prefix}'/${target_noncanonical}
6882 build_tooldir=${tooldir}
6884 # Create a .gdbinit file which runs the one in srcdir
6885 # and tells GDB to look there for source files.
6887 if test -r ${srcdir}/.gdbinit ; then
6888 case ${srcdir} in
6889 .) ;;
6890 *) cat > ./.gdbinit <<EOF
6891 # ${NO_EDIT}
6892 dir ${srcdir}
6893 dir .
6894 source ${srcdir}/.gdbinit
6897 esac
6900 # Make sure that the compiler is able to generate an executable. If it
6901 # can't, we are probably in trouble. We don't care whether we can run the
6902 # executable--we might be using a cross compiler--we only care whether it
6903 # can be created. At this point the main configure script has set CC.
6904 we_are_ok=no
6905 echo "int main () { return 0; }" > conftest.c
6906 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6907 if test $? = 0 ; then
6908 if test -s conftest || test -s conftest.exe ; then
6909 we_are_ok=yes
6912 case $we_are_ok in
6914 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6915 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6916 rm -f conftest*
6917 exit 1
6919 esac
6920 rm -f conftest*
6922 # The Solaris /usr/ucb/cc compiler does not appear to work.
6923 case "${host}" in
6924 sparc-sun-solaris2*)
6925 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6926 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6927 could_use=
6928 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6929 if test -d /opt/cygnus/bin ; then
6930 if test "$could_use" = "" ; then
6931 could_use="/opt/cygnus/bin"
6932 else
6933 could_use="$could_use or /opt/cygnus/bin"
6936 if test "$could_use" = "" ; then
6937 echo "Warning: compilation may fail because you're using"
6938 echo "/usr/ucb/cc. You should change your PATH or CC "
6939 echo "variable and rerun configure."
6940 else
6941 echo "Warning: compilation may fail because you're using"
6942 echo "/usr/ucb/cc, when you should use the C compiler from"
6943 echo "$could_use. You should change your"
6944 echo "PATH or CC variable and rerun configure."
6948 esac
6950 # Decide which environment variable is used to find dynamic libraries.
6951 case "${host}" in
6952 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6953 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6954 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6955 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6956 esac
6958 # On systems where the dynamic library environment variable is PATH,
6959 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6960 # built executables to PATH.
6961 if test "$RPATH_ENVVAR" = PATH; then
6962 GCC_SHLIB_SUBDIR=/shlib
6963 else
6964 GCC_SHLIB_SUBDIR=
6967 # Record target_configdirs and the configure arguments for target and
6968 # build configuration in Makefile.
6969 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6970 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6972 # If we are building libgomp, bootstrap it.
6973 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6974 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6977 # Determine whether gdb needs tk/tcl or not.
6978 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6979 # and in that case we want gdb to be built without tk. Ugh!
6980 # In fact I believe gdb is the *only* package directly dependent on tk,
6981 # so we should be able to put the 'maybe's in unconditionally and
6982 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
6983 # 100% sure that that's safe though.
6985 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6986 case "$enable_gdbtk" in
6988 GDB_TK="" ;;
6989 yes)
6990 GDB_TK="${gdb_tk}" ;;
6992 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6993 # distro. Eventually someone will fix this and move Insight, nee
6994 # gdbtk to a separate directory.
6995 if test -d ${srcdir}/gdb/gdbtk ; then
6996 GDB_TK="${gdb_tk}"
6997 else
6998 GDB_TK=""
7001 esac
7002 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7003 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7005 # Strip out unwanted targets.
7007 # While at that, we remove Makefiles if we were started for recursive
7008 # configuration, so that the top-level Makefile reconfigures them,
7009 # like we used to do when configure itself was recursive.
7011 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7012 # but now we're fixing up the Makefile ourselves with the additional
7013 # commands passed to AC_CONFIG_FILES. Use separate variables
7014 # extrasub-{build,host,target} not because there is any reason to split
7015 # the substitutions up that way, but only to remain below the limit of
7016 # 99 commands in a script, for HP-UX sed.
7017 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7019 # Check whether --enable-bootstrap was given.
7020 if test "${enable_bootstrap+set}" = set; then :
7021 enableval=$enable_bootstrap;
7022 else
7023 enable_bootstrap=default
7027 # Issue errors and warnings for invalid/strange bootstrap combinations.
7028 case "$configdirs" in
7029 *gcc*) have_compiler=yes ;;
7030 *) have_compiler=no ;;
7031 esac
7033 case "$have_compiler:$host:$target:$enable_bootstrap" in
7034 *:*:*:no) ;;
7036 # Default behavior. Enable bootstrap if we have a compiler
7037 # and we are in a native configuration.
7038 yes:$build:$build:default)
7039 enable_bootstrap=yes ;;
7041 *:*:*:default)
7042 enable_bootstrap=no ;;
7044 # We have a compiler and we are in a native configuration, bootstrap is ok
7045 yes:$build:$build:yes)
7048 # Other configurations, but we have a compiler. Assume the user knows
7049 # what he's doing.
7050 yes:*:*:yes)
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7052 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
7055 # No compiler: if they passed --enable-bootstrap explicitly, fail
7056 no:*:*:yes)
7057 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
7059 # Fail if wrong command line
7061 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
7063 esac
7065 case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7066 *,c++,*:yes:yes) ;;
7067 *:yes:yes)
7068 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7070 esac
7072 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7073 yes:yes:*\ gold\ *:*,c++,*) ;;
7074 yes:yes:*\ gold\ *:*)
7075 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7077 esac
7079 # Adjust the toplevel makefile according to whether bootstrap was selected.
7080 case $enable_bootstrap in
7081 yes)
7082 bootstrap_suffix=bootstrap
7083 BUILD_CONFIG=bootstrap-debug
7086 bootstrap_suffix=no-bootstrap
7087 BUILD_CONFIG=
7089 esac
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7092 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7095 # Check whether --with-build-config was given.
7096 if test "${with_build_config+set}" = set; then :
7097 withval=$with_build_config; case $with_build_config in
7098 yes) with_build_config= ;;
7099 no) with_build_config= BUILD_CONFIG= ;;
7100 esac
7104 if test "x${with_build_config}" != x; then
7105 BUILD_CONFIG=$with_build_config
7106 else
7107 case $BUILD_CONFIG in
7108 bootstrap-debug)
7109 if echo "int f (void) { return 0; }" > conftest.c &&
7110 ${CC} -c conftest.c &&
7111 mv conftest.o conftest.o.g0 &&
7112 ${CC} -c -g conftest.c &&
7113 mv conftest.o conftest.o.g &&
7114 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7116 else
7117 BUILD_CONFIG=
7119 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7121 esac
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7124 $as_echo "$BUILD_CONFIG" >&6; }
7127 extrasub_build=
7128 for module in ${build_configdirs} ; do
7129 if test -z "${no_recursion}" \
7130 && test -f ${build_subdir}/${module}/Makefile; then
7131 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7132 rm -f ${build_subdir}/${module}/Makefile
7134 extrasub_build="$extrasub_build
7135 /^@if build-$module\$/d
7136 /^@endif build-$module\$/d
7137 /^@if build-$module-$bootstrap_suffix\$/d
7138 /^@endif build-$module-$bootstrap_suffix\$/d"
7139 done
7140 extrasub_host=
7141 for module in ${configdirs} ; do
7142 if test -z "${no_recursion}"; then
7143 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7144 if test -f ${file}; then
7145 echo 1>&2 "*** removing ${file} to force reconfigure"
7146 rm -f ${file}
7148 done
7150 extrasub_host="$extrasub_host
7151 /^@if $module\$/d
7152 /^@endif $module\$/d
7153 /^@if $module-$bootstrap_suffix\$/d
7154 /^@endif $module-$bootstrap_suffix\$/d"
7155 done
7156 extrasub_target=
7157 for module in ${target_configdirs} ; do
7158 if test -z "${no_recursion}" \
7159 && test -f ${target_subdir}/${module}/Makefile; then
7160 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7161 rm -f ${target_subdir}/${module}/Makefile
7164 # We only bootstrap target libraries listed in bootstrap_target_libs.
7165 case $bootstrap_target_libs in
7166 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7167 *) target_bootstrap_suffix=no-bootstrap ;;
7168 esac
7170 extrasub_target="$extrasub_target
7171 /^@if target-$module\$/d
7172 /^@endif target-$module\$/d
7173 /^@if target-$module-$target_bootstrap_suffix\$/d
7174 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7175 done
7177 # Do the final fixup along with target modules.
7178 extrasub_target="$extrasub_target
7179 /^@if /,/^@endif /d"
7181 # Create the serialization dependencies. This uses a temporary file.
7183 # Check whether --enable-serial-configure was given.
7184 if test "${enable_serial_configure+set}" = set; then :
7185 enableval=$enable_serial_configure;
7189 case ${enable_serial_configure} in
7190 yes)
7191 enable_serial_build_configure=yes
7192 enable_serial_host_configure=yes
7193 enable_serial_target_configure=yes
7195 esac
7197 # These force 'configure's to be done one at a time, to avoid problems
7198 # with contention over a shared config.cache.
7199 rm -f serdep.tmp
7200 echo '# serdep.tmp' > serdep.tmp
7201 olditem=
7202 test "x${enable_serial_build_configure}" = xyes &&
7203 for item in ${build_configdirs} ; do
7204 case ${olditem} in
7205 "") ;;
7206 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7207 esac
7208 olditem=${item}
7209 done
7210 olditem=
7211 test "x${enable_serial_host_configure}" = xyes &&
7212 for item in ${configdirs} ; do
7213 case ${olditem} in
7214 "") ;;
7215 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7216 esac
7217 olditem=${item}
7218 done
7219 olditem=
7220 test "x${enable_serial_target_configure}" = xyes &&
7221 for item in ${target_configdirs} ; do
7222 case ${olditem} in
7223 "") ;;
7224 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7225 esac
7226 olditem=${item}
7227 done
7228 serialization_dependencies=serdep.tmp
7231 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7232 # target, nonopt, and variable assignments. These are the ones we
7233 # might not want to pass down to subconfigures. The exception being
7234 # --cache-file=/dev/null, which is used to turn off the use of cache
7235 # files altogether, and which should be passed on to subconfigures.
7236 # Also strip program-prefix, program-suffix, and program-transform-name,
7237 # so that we can pass down a consistent program-transform-name.
7238 baseargs=
7239 tbaseargs=
7240 keep_next=no
7241 skip_next=no
7242 eval "set -- $ac_configure_args"
7243 for ac_arg
7245 if test X"$skip_next" = X"yes"; then
7246 skip_next=no
7247 continue
7249 if test X"$keep_next" = X"yes"; then
7250 case $ac_arg in
7251 *\'*)
7252 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7253 esac
7254 baseargs="$baseargs '$ac_arg'"
7255 tbaseargs="$tbaseargs '$ac_arg'"
7256 keep_next=no
7257 continue
7260 # Handle separated arguments. Based on the logic generated by
7261 # autoconf 2.59.
7262 case $ac_arg in
7263 *=* | --config-cache | -C | -disable-* | --disable-* \
7264 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7265 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7266 | -with-* | --with-* | -without-* | --without-* | --x)
7267 separate_arg=no
7270 separate_arg=yes
7273 separate_arg=no
7275 esac
7277 skip_targ=no
7278 case $ac_arg in
7280 --with-* | --without-*)
7281 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7283 case $libopt in
7284 *[-_]include)
7285 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7287 *[-_]lib)
7288 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7291 lib=$libopt
7293 esac
7296 case $lib in
7297 mpc | mpfr | gmp | ppl | cloog)
7298 # If we're processing --with-$lib, --with-$lib-include or
7299 # --with-$lib-lib, for one of the libs above, and target is
7300 # different from host, don't pass the current argument to any
7301 # target library's configure.
7302 if test x$is_cross_compiler = xyes; then
7303 skip_targ=yes
7306 esac
7308 esac
7310 case "$ac_arg" in
7311 --cache-file=/dev/null | \
7312 -cache-file=/dev/null )
7313 # Handled here to avoid the test to skip args below.
7314 baseargs="$baseargs '$ac_arg'"
7315 tbaseargs="$tbaseargs '$ac_arg'"
7316 # Assert: $separate_arg should always be no.
7317 keep_next=$separate_arg
7319 --no*)
7320 continue
7322 --c* | \
7323 --sr* | \
7324 --ho* | \
7325 --bu* | \
7326 --t* | \
7327 --program-* | \
7328 -cache_file* | \
7329 -srcdir* | \
7330 -host* | \
7331 -build* | \
7332 -target* | \
7333 -program-prefix* | \
7334 -program-suffix* | \
7335 -program-transform-name* )
7336 skip_next=$separate_arg
7337 continue
7340 # An option. Add it.
7341 case $ac_arg in
7342 *\'*)
7343 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7344 esac
7345 baseargs="$baseargs '$ac_arg'"
7346 if test X"$skip_targ" = Xno; then
7347 tbaseargs="$tbaseargs '$ac_arg'"
7349 keep_next=$separate_arg
7352 # Either a variable assignment, or a nonopt (triplet). Don't
7353 # pass it down; let the Makefile handle this.
7354 continue
7356 esac
7357 done
7358 # Remove the initial space we just introduced and, as these will be
7359 # expanded by make, quote '$'.
7360 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7362 # Add in --program-transform-name, after --program-prefix and
7363 # --program-suffix have been applied to it. Autoconf has already
7364 # doubled dollar signs and backslashes in program_transform_name; we want
7365 # the backslashes un-doubled, and then the entire thing wrapped in single
7366 # quotes, because this will be expanded first by make and then by the shell.
7367 # Also, because we want to override the logic in subdir configure scripts to
7368 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7369 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7370 ${program_transform_name}
7371 EOF_SED
7372 gcc_transform_name=`cat conftestsed.out`
7373 rm -f conftestsed.out
7374 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7375 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7376 if test "$silent" = yes; then
7377 baseargs="$baseargs --silent"
7378 tbaseargs="$tbaseargs --silent"
7380 baseargs="$baseargs --disable-option-checking"
7381 tbaseargs="$tbaseargs --disable-option-checking"
7383 # Record and document user additions to sub configure arguments.
7388 # For the build-side libraries, we just need to pretend we're native,
7389 # and not use the same cache file. Multilibs are neither needed nor
7390 # desired.
7391 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7393 # For host modules, accept cache file option, or specification as blank.
7394 case "${cache_file}" in
7395 "") # empty
7396 cache_file_option="" ;;
7397 /* | [A-Za-z]:[\\/]* ) # absolute path
7398 cache_file_option="--cache-file=${cache_file}" ;;
7399 *) # relative path
7400 cache_file_option="--cache-file=../${cache_file}" ;;
7401 esac
7403 # Host dirs don't like to share a cache file either, horribly enough.
7404 # This seems to be due to autoconf 2.5x stupidity.
7405 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7407 target_configargs="$target_configargs ${tbaseargs}"
7409 # Passing a --with-cross-host argument lets the target libraries know
7410 # whether they are being built with a cross-compiler or being built
7411 # native. However, it would be better to use other mechanisms to make the
7412 # sorts of decisions they want to make on this basis. Please consider
7413 # this option to be deprecated. FIXME.
7414 if test x${is_cross_compiler} = xyes ; then
7415 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7418 # Default to --enable-multilib.
7419 if test x${enable_multilib} = x ; then
7420 target_configargs="--enable-multilib ${target_configargs}"
7423 # Pass --with-newlib if appropriate. Note that target_configdirs has
7424 # changed from the earlier setting of with_newlib.
7425 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7426 target_configargs="--with-newlib ${target_configargs}"
7429 # Different target subdirs use different values of certain variables
7430 # (notably CXX). Worse, multilibs use *lots* of different values.
7431 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7432 # it doesn't automatically accept command-line overrides of them.
7433 # This means it's not safe for target subdirs to share a cache file,
7434 # which is disgusting, but there you have it. Hopefully this can be
7435 # fixed in future. It's still worthwhile to use a cache file for each
7436 # directory. I think.
7438 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7439 # We need to pass --target, as newer autoconf's requires consistency
7440 # for target_alias and gcc doesn't manage it consistently.
7441 target_configargs="--cache-file=./config.cache ${target_configargs}"
7443 FLAGS_FOR_TARGET=
7444 case " $target_configdirs " in
7445 *" newlib "*)
7446 case " $target_configargs " in
7447 *" --with-newlib "*)
7448 case "$target" in
7449 *-cygwin*)
7450 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'
7452 esac
7454 # If we're not building GCC, don't discard standard headers.
7455 if test -d ${srcdir}/gcc; then
7456 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7458 if test "${build}" != "${host}"; then
7459 # On Canadian crosses, CC_FOR_TARGET will have already been set
7460 # by `configure', so we won't have an opportunity to add -Bgcc/
7461 # to it. This is right: we don't want to search that directory
7462 # for binaries, but we want the header files in there, so add
7463 # them explicitly.
7464 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7466 # Someone might think of using the pre-installed headers on
7467 # Canadian crosses, in case the installed compiler is not fully
7468 # compatible with the compiler being built. In this case, it
7469 # would be better to flag an error than risking having
7470 # incompatible object files being constructed. We can't
7471 # guarantee that an error will be flagged, but let's hope the
7472 # compiler will do it, when presented with incompatible header
7473 # files.
7477 case "${target}-${is_cross_compiler}" in
7478 i[3456789]86-*-linux*-no)
7479 # Here host == target, so we don't need to build gcc,
7480 # so we don't want to discard standard headers.
7481 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7484 # If we're building newlib, use its generic headers last, but search
7485 # for any libc-related directories first (so make it the last -B
7486 # switch).
7487 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7489 # If we're building libgloss, find the startup file, simulator library
7490 # and linker script.
7491 case " $target_configdirs " in
7492 *" libgloss "*)
7493 # Look for startup file, simulator library and maybe linker script.
7494 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7495 # Look for libnosys.a in case the target needs it.
7496 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7497 # Most targets have the linker script in the source directory.
7498 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7500 esac
7502 esac
7504 esac
7506 esac
7508 case "$target" in
7509 x86_64-*mingw* | *-w64-mingw*)
7510 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7511 # however, use a symlink named 'mingw' in ${prefix} .
7512 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7514 *-mingw*)
7515 # MinGW can't be handled as Cygwin above since it does not use newlib.
7516 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'
7518 esac
7520 # Allow the user to override the flags for
7521 # our build compiler if desired.
7522 if test x"${build}" = x"${host}" ; then
7523 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7524 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7525 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7528 # On Canadian crosses, we'll be searching the right directories for
7529 # the previously-installed cross compiler, so don't bother to add
7530 # flags for directories within the install tree of the compiler
7531 # being built; programs in there won't even run.
7532 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7533 # Search for pre-installed headers if nothing else fits.
7534 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7537 if test "x${use_gnu_ld}" = x &&
7538 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7539 # Arrange for us to find uninstalled linker scripts.
7540 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7543 # Search for other target-specific linker scripts and such.
7544 case "${target}" in
7545 mep*)
7546 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7548 esac
7550 # Makefile fragments.
7551 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7553 eval fragval=\$$frag
7554 if test $fragval != /dev/null; then
7555 eval $frag=${srcdir}/$fragval
7557 done
7563 # Miscellanea: directories, flags, etc.
7572 # Build module lists & subconfigure args.
7576 # Host module lists & subconfigure args.
7581 # Target module lists & subconfigure args.
7585 # Build tools.
7604 # Generate default definitions for YACC, M4, LEX and other programs that run
7605 # on the build machine. These are used if the Makefile can't locate these
7606 # programs in objdir.
7607 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7609 for ac_prog in 'bison -y' byacc yacc
7611 # Extract the first word of "$ac_prog", so it can be a program name with args.
7612 set dummy $ac_prog; ac_word=$2
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7614 $as_echo_n "checking for $ac_word... " >&6; }
7615 if test "${ac_cv_prog_YACC+set}" = set; then :
7616 $as_echo_n "(cached) " >&6
7617 else
7618 if test -n "$YACC"; then
7619 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7620 else
7621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7622 for as_dir in $PATH
7624 IFS=$as_save_IFS
7625 test -z "$as_dir" && as_dir=.
7626 for ac_exec_ext in '' $ac_executable_extensions; do
7627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7628 ac_cv_prog_YACC="$ac_prog"
7629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7630 break 2
7632 done
7633 done
7634 IFS=$as_save_IFS
7638 YACC=$ac_cv_prog_YACC
7639 if test -n "$YACC"; then
7640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7641 $as_echo "$YACC" >&6; }
7642 else
7643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7644 $as_echo "no" >&6; }
7648 test -n "$YACC" && break
7649 done
7650 test -n "$YACC" || YACC="$MISSING bison -y"
7652 case " $build_configdirs " in
7653 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7654 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7655 esac
7657 for ac_prog in bison
7659 # Extract the first word of "$ac_prog", so it can be a program name with args.
7660 set dummy $ac_prog; ac_word=$2
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7662 $as_echo_n "checking for $ac_word... " >&6; }
7663 if test "${ac_cv_prog_BISON+set}" = set; then :
7664 $as_echo_n "(cached) " >&6
7665 else
7666 if test -n "$BISON"; then
7667 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7668 else
7669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7670 for as_dir in $PATH
7672 IFS=$as_save_IFS
7673 test -z "$as_dir" && as_dir=.
7674 for ac_exec_ext in '' $ac_executable_extensions; do
7675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7676 ac_cv_prog_BISON="$ac_prog"
7677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7678 break 2
7680 done
7681 done
7682 IFS=$as_save_IFS
7686 BISON=$ac_cv_prog_BISON
7687 if test -n "$BISON"; then
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7689 $as_echo "$BISON" >&6; }
7690 else
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7692 $as_echo "no" >&6; }
7696 test -n "$BISON" && break
7697 done
7698 test -n "$BISON" || BISON="$MISSING bison"
7700 case " $build_configdirs " in
7701 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7702 esac
7704 for ac_prog in gm4 gnum4 m4
7706 # Extract the first word of "$ac_prog", so it can be a program name with args.
7707 set dummy $ac_prog; ac_word=$2
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7709 $as_echo_n "checking for $ac_word... " >&6; }
7710 if test "${ac_cv_prog_M4+set}" = set; then :
7711 $as_echo_n "(cached) " >&6
7712 else
7713 if test -n "$M4"; then
7714 ac_cv_prog_M4="$M4" # Let the user override the test.
7715 else
7716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7717 for as_dir in $PATH
7719 IFS=$as_save_IFS
7720 test -z "$as_dir" && as_dir=.
7721 for ac_exec_ext in '' $ac_executable_extensions; do
7722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7723 ac_cv_prog_M4="$ac_prog"
7724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7725 break 2
7727 done
7728 done
7729 IFS=$as_save_IFS
7733 M4=$ac_cv_prog_M4
7734 if test -n "$M4"; then
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7736 $as_echo "$M4" >&6; }
7737 else
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7739 $as_echo "no" >&6; }
7743 test -n "$M4" && break
7744 done
7745 test -n "$M4" || M4="$MISSING m4"
7747 case " $build_configdirs " in
7748 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7749 esac
7751 for ac_prog in flex lex
7753 # Extract the first word of "$ac_prog", so it can be a program name with args.
7754 set dummy $ac_prog; ac_word=$2
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7756 $as_echo_n "checking for $ac_word... " >&6; }
7757 if test "${ac_cv_prog_LEX+set}" = set; then :
7758 $as_echo_n "(cached) " >&6
7759 else
7760 if test -n "$LEX"; then
7761 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7762 else
7763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7764 for as_dir in $PATH
7766 IFS=$as_save_IFS
7767 test -z "$as_dir" && as_dir=.
7768 for ac_exec_ext in '' $ac_executable_extensions; do
7769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7770 ac_cv_prog_LEX="$ac_prog"
7771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7772 break 2
7774 done
7775 done
7776 IFS=$as_save_IFS
7780 LEX=$ac_cv_prog_LEX
7781 if test -n "$LEX"; then
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7783 $as_echo "$LEX" >&6; }
7784 else
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7786 $as_echo "no" >&6; }
7790 test -n "$LEX" && break
7791 done
7792 test -n "$LEX" || LEX="$MISSING flex"
7794 case " $build_configdirs " in
7795 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7796 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7797 esac
7799 for ac_prog in flex
7801 # Extract the first word of "$ac_prog", so it can be a program name with args.
7802 set dummy $ac_prog; ac_word=$2
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7804 $as_echo_n "checking for $ac_word... " >&6; }
7805 if test "${ac_cv_prog_FLEX+set}" = set; then :
7806 $as_echo_n "(cached) " >&6
7807 else
7808 if test -n "$FLEX"; then
7809 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7810 else
7811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7812 for as_dir in $PATH
7814 IFS=$as_save_IFS
7815 test -z "$as_dir" && as_dir=.
7816 for ac_exec_ext in '' $ac_executable_extensions; do
7817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7818 ac_cv_prog_FLEX="$ac_prog"
7819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7820 break 2
7822 done
7823 done
7824 IFS=$as_save_IFS
7828 FLEX=$ac_cv_prog_FLEX
7829 if test -n "$FLEX"; then
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7831 $as_echo "$FLEX" >&6; }
7832 else
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7834 $as_echo "no" >&6; }
7838 test -n "$FLEX" && break
7839 done
7840 test -n "$FLEX" || FLEX="$MISSING flex"
7842 case " $build_configdirs " in
7843 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7844 esac
7846 for ac_prog in makeinfo
7848 # Extract the first word of "$ac_prog", so it can be a program name with args.
7849 set dummy $ac_prog; ac_word=$2
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7851 $as_echo_n "checking for $ac_word... " >&6; }
7852 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7853 $as_echo_n "(cached) " >&6
7854 else
7855 if test -n "$MAKEINFO"; then
7856 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7857 else
7858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7859 for as_dir in $PATH
7861 IFS=$as_save_IFS
7862 test -z "$as_dir" && as_dir=.
7863 for ac_exec_ext in '' $ac_executable_extensions; do
7864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7865 ac_cv_prog_MAKEINFO="$ac_prog"
7866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7867 break 2
7869 done
7870 done
7871 IFS=$as_save_IFS
7875 MAKEINFO=$ac_cv_prog_MAKEINFO
7876 if test -n "$MAKEINFO"; then
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7878 $as_echo "$MAKEINFO" >&6; }
7879 else
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7881 $as_echo "no" >&6; }
7885 test -n "$MAKEINFO" && break
7886 done
7887 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7889 case " $build_configdirs " in
7890 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7893 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7894 # higher, else we use the "missing" dummy.
7895 if ${MAKEINFO} --version \
7896 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7898 else
7899 MAKEINFO="$MISSING makeinfo"
7903 esac
7905 # FIXME: expect and dejagnu may become build tools?
7907 for ac_prog in expect
7909 # Extract the first word of "$ac_prog", so it can be a program name with args.
7910 set dummy $ac_prog; ac_word=$2
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7912 $as_echo_n "checking for $ac_word... " >&6; }
7913 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7914 $as_echo_n "(cached) " >&6
7915 else
7916 if test -n "$EXPECT"; then
7917 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7918 else
7919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7920 for as_dir in $PATH
7922 IFS=$as_save_IFS
7923 test -z "$as_dir" && as_dir=.
7924 for ac_exec_ext in '' $ac_executable_extensions; do
7925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7926 ac_cv_prog_EXPECT="$ac_prog"
7927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7928 break 2
7930 done
7931 done
7932 IFS=$as_save_IFS
7936 EXPECT=$ac_cv_prog_EXPECT
7937 if test -n "$EXPECT"; then
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7939 $as_echo "$EXPECT" >&6; }
7940 else
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7942 $as_echo "no" >&6; }
7946 test -n "$EXPECT" && break
7947 done
7948 test -n "$EXPECT" || EXPECT="expect"
7950 case " $configdirs " in
7951 *" expect "*)
7952 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7954 esac
7956 for ac_prog in runtest
7958 # Extract the first word of "$ac_prog", so it can be a program name with args.
7959 set dummy $ac_prog; ac_word=$2
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7961 $as_echo_n "checking for $ac_word... " >&6; }
7962 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7963 $as_echo_n "(cached) " >&6
7964 else
7965 if test -n "$RUNTEST"; then
7966 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7967 else
7968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7969 for as_dir in $PATH
7971 IFS=$as_save_IFS
7972 test -z "$as_dir" && as_dir=.
7973 for ac_exec_ext in '' $ac_executable_extensions; do
7974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7975 ac_cv_prog_RUNTEST="$ac_prog"
7976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7977 break 2
7979 done
7980 done
7981 IFS=$as_save_IFS
7985 RUNTEST=$ac_cv_prog_RUNTEST
7986 if test -n "$RUNTEST"; then
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7988 $as_echo "$RUNTEST" >&6; }
7989 else
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7991 $as_echo "no" >&6; }
7995 test -n "$RUNTEST" && break
7996 done
7997 test -n "$RUNTEST" || RUNTEST="runtest"
7999 case " $configdirs " in
8000 *" dejagnu "*)
8001 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8003 esac
8006 # Host tools.
8007 ncn_tool_prefix=
8008 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8009 ncn_target_tool_prefix=
8010 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8014 if test -n "$AR"; then
8015 ac_cv_prog_AR=$AR
8016 elif test -n "$ac_cv_prog_AR"; then
8017 AR=$ac_cv_prog_AR
8020 if test -n "$ac_cv_prog_AR"; then
8021 for ncn_progname in ar; do
8022 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8023 set dummy ${ncn_progname}; ac_word=$2
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8025 $as_echo_n "checking for $ac_word... " >&6; }
8026 if test "${ac_cv_prog_AR+set}" = set; then :
8027 $as_echo_n "(cached) " >&6
8028 else
8029 if test -n "$AR"; then
8030 ac_cv_prog_AR="$AR" # Let the user override the test.
8031 else
8032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8033 for as_dir in $PATH
8035 IFS=$as_save_IFS
8036 test -z "$as_dir" && as_dir=.
8037 for ac_exec_ext in '' $ac_executable_extensions; do
8038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8039 ac_cv_prog_AR="${ncn_progname}"
8040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8041 break 2
8043 done
8044 done
8045 IFS=$as_save_IFS
8049 AR=$ac_cv_prog_AR
8050 if test -n "$AR"; then
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8052 $as_echo "$AR" >&6; }
8053 else
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8055 $as_echo "no" >&6; }
8059 done
8062 for ncn_progname in ar; do
8063 if test -n "$ncn_tool_prefix"; then
8064 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8065 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8067 $as_echo_n "checking for $ac_word... " >&6; }
8068 if test "${ac_cv_prog_AR+set}" = set; then :
8069 $as_echo_n "(cached) " >&6
8070 else
8071 if test -n "$AR"; then
8072 ac_cv_prog_AR="$AR" # Let the user override the test.
8073 else
8074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8075 for as_dir in $PATH
8077 IFS=$as_save_IFS
8078 test -z "$as_dir" && as_dir=.
8079 for ac_exec_ext in '' $ac_executable_extensions; do
8080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8081 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8083 break 2
8085 done
8086 done
8087 IFS=$as_save_IFS
8091 AR=$ac_cv_prog_AR
8092 if test -n "$AR"; then
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8094 $as_echo "$AR" >&6; }
8095 else
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8097 $as_echo "no" >&6; }
8102 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8103 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8104 set dummy ${ncn_progname}; ac_word=$2
8105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8106 $as_echo_n "checking for $ac_word... " >&6; }
8107 if test "${ac_cv_prog_AR+set}" = set; then :
8108 $as_echo_n "(cached) " >&6
8109 else
8110 if test -n "$AR"; then
8111 ac_cv_prog_AR="$AR" # Let the user override the test.
8112 else
8113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8114 for as_dir in $PATH
8116 IFS=$as_save_IFS
8117 test -z "$as_dir" && as_dir=.
8118 for ac_exec_ext in '' $ac_executable_extensions; do
8119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8120 ac_cv_prog_AR="${ncn_progname}"
8121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8122 break 2
8124 done
8125 done
8126 IFS=$as_save_IFS
8130 AR=$ac_cv_prog_AR
8131 if test -n "$AR"; then
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8133 $as_echo "$AR" >&6; }
8134 else
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8136 $as_echo "no" >&6; }
8141 test -n "$ac_cv_prog_AR" && break
8142 done
8144 if test -z "$ac_cv_prog_AR" ; then
8145 set dummy ar
8146 if test $build = $host ; then
8147 AR="$2"
8148 else
8149 AR="${ncn_tool_prefix}$2"
8155 if test -n "$AS"; then
8156 ac_cv_prog_AS=$AS
8157 elif test -n "$ac_cv_prog_AS"; then
8158 AS=$ac_cv_prog_AS
8161 if test -n "$ac_cv_prog_AS"; then
8162 for ncn_progname in as; do
8163 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8164 set dummy ${ncn_progname}; ac_word=$2
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8166 $as_echo_n "checking for $ac_word... " >&6; }
8167 if test "${ac_cv_prog_AS+set}" = set; then :
8168 $as_echo_n "(cached) " >&6
8169 else
8170 if test -n "$AS"; then
8171 ac_cv_prog_AS="$AS" # Let the user override the test.
8172 else
8173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8174 for as_dir in $PATH
8176 IFS=$as_save_IFS
8177 test -z "$as_dir" && as_dir=.
8178 for ac_exec_ext in '' $ac_executable_extensions; do
8179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8180 ac_cv_prog_AS="${ncn_progname}"
8181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8182 break 2
8184 done
8185 done
8186 IFS=$as_save_IFS
8190 AS=$ac_cv_prog_AS
8191 if test -n "$AS"; then
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8193 $as_echo "$AS" >&6; }
8194 else
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8196 $as_echo "no" >&6; }
8200 done
8203 for ncn_progname in as; do
8204 if test -n "$ncn_tool_prefix"; then
8205 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8206 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8208 $as_echo_n "checking for $ac_word... " >&6; }
8209 if test "${ac_cv_prog_AS+set}" = set; then :
8210 $as_echo_n "(cached) " >&6
8211 else
8212 if test -n "$AS"; then
8213 ac_cv_prog_AS="$AS" # Let the user override the test.
8214 else
8215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8216 for as_dir in $PATH
8218 IFS=$as_save_IFS
8219 test -z "$as_dir" && as_dir=.
8220 for ac_exec_ext in '' $ac_executable_extensions; do
8221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8222 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8224 break 2
8226 done
8227 done
8228 IFS=$as_save_IFS
8232 AS=$ac_cv_prog_AS
8233 if test -n "$AS"; then
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8235 $as_echo "$AS" >&6; }
8236 else
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8238 $as_echo "no" >&6; }
8243 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8244 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8245 set dummy ${ncn_progname}; ac_word=$2
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8247 $as_echo_n "checking for $ac_word... " >&6; }
8248 if test "${ac_cv_prog_AS+set}" = set; then :
8249 $as_echo_n "(cached) " >&6
8250 else
8251 if test -n "$AS"; then
8252 ac_cv_prog_AS="$AS" # Let the user override the test.
8253 else
8254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255 for as_dir in $PATH
8257 IFS=$as_save_IFS
8258 test -z "$as_dir" && as_dir=.
8259 for ac_exec_ext in '' $ac_executable_extensions; do
8260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8261 ac_cv_prog_AS="${ncn_progname}"
8262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8263 break 2
8265 done
8266 done
8267 IFS=$as_save_IFS
8271 AS=$ac_cv_prog_AS
8272 if test -n "$AS"; then
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8274 $as_echo "$AS" >&6; }
8275 else
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8277 $as_echo "no" >&6; }
8282 test -n "$ac_cv_prog_AS" && break
8283 done
8285 if test -z "$ac_cv_prog_AS" ; then
8286 set dummy as
8287 if test $build = $host ; then
8288 AS="$2"
8289 else
8290 AS="${ncn_tool_prefix}$2"
8296 if test -n "$DLLTOOL"; then
8297 ac_cv_prog_DLLTOOL=$DLLTOOL
8298 elif test -n "$ac_cv_prog_DLLTOOL"; then
8299 DLLTOOL=$ac_cv_prog_DLLTOOL
8302 if test -n "$ac_cv_prog_DLLTOOL"; then
8303 for ncn_progname in dlltool; do
8304 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8305 set dummy ${ncn_progname}; ac_word=$2
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8307 $as_echo_n "checking for $ac_word... " >&6; }
8308 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8309 $as_echo_n "(cached) " >&6
8310 else
8311 if test -n "$DLLTOOL"; then
8312 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8313 else
8314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8315 for as_dir in $PATH
8317 IFS=$as_save_IFS
8318 test -z "$as_dir" && as_dir=.
8319 for ac_exec_ext in '' $ac_executable_extensions; do
8320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8321 ac_cv_prog_DLLTOOL="${ncn_progname}"
8322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8323 break 2
8325 done
8326 done
8327 IFS=$as_save_IFS
8331 DLLTOOL=$ac_cv_prog_DLLTOOL
8332 if test -n "$DLLTOOL"; then
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8334 $as_echo "$DLLTOOL" >&6; }
8335 else
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8337 $as_echo "no" >&6; }
8341 done
8344 for ncn_progname in dlltool; do
8345 if test -n "$ncn_tool_prefix"; then
8346 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8347 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8349 $as_echo_n "checking for $ac_word... " >&6; }
8350 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8351 $as_echo_n "(cached) " >&6
8352 else
8353 if test -n "$DLLTOOL"; then
8354 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8355 else
8356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8357 for as_dir in $PATH
8359 IFS=$as_save_IFS
8360 test -z "$as_dir" && as_dir=.
8361 for ac_exec_ext in '' $ac_executable_extensions; do
8362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8363 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8365 break 2
8367 done
8368 done
8369 IFS=$as_save_IFS
8373 DLLTOOL=$ac_cv_prog_DLLTOOL
8374 if test -n "$DLLTOOL"; then
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8376 $as_echo "$DLLTOOL" >&6; }
8377 else
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8379 $as_echo "no" >&6; }
8384 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8386 set dummy ${ncn_progname}; ac_word=$2
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8388 $as_echo_n "checking for $ac_word... " >&6; }
8389 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8390 $as_echo_n "(cached) " >&6
8391 else
8392 if test -n "$DLLTOOL"; then
8393 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8394 else
8395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8396 for as_dir in $PATH
8398 IFS=$as_save_IFS
8399 test -z "$as_dir" && as_dir=.
8400 for ac_exec_ext in '' $ac_executable_extensions; do
8401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8402 ac_cv_prog_DLLTOOL="${ncn_progname}"
8403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8404 break 2
8406 done
8407 done
8408 IFS=$as_save_IFS
8412 DLLTOOL=$ac_cv_prog_DLLTOOL
8413 if test -n "$DLLTOOL"; then
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8415 $as_echo "$DLLTOOL" >&6; }
8416 else
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8418 $as_echo "no" >&6; }
8423 test -n "$ac_cv_prog_DLLTOOL" && break
8424 done
8426 if test -z "$ac_cv_prog_DLLTOOL" ; then
8427 set dummy dlltool
8428 if test $build = $host ; then
8429 DLLTOOL="$2"
8430 else
8431 DLLTOOL="${ncn_tool_prefix}$2"
8437 if test -n "$LD"; then
8438 ac_cv_prog_LD=$LD
8439 elif test -n "$ac_cv_prog_LD"; then
8440 LD=$ac_cv_prog_LD
8443 if test -n "$ac_cv_prog_LD"; then
8444 for ncn_progname in ld; do
8445 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8446 set dummy ${ncn_progname}; ac_word=$2
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8448 $as_echo_n "checking for $ac_word... " >&6; }
8449 if test "${ac_cv_prog_LD+set}" = set; then :
8450 $as_echo_n "(cached) " >&6
8451 else
8452 if test -n "$LD"; then
8453 ac_cv_prog_LD="$LD" # Let the user override the test.
8454 else
8455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8456 for as_dir in $PATH
8458 IFS=$as_save_IFS
8459 test -z "$as_dir" && as_dir=.
8460 for ac_exec_ext in '' $ac_executable_extensions; do
8461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8462 ac_cv_prog_LD="${ncn_progname}"
8463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8464 break 2
8466 done
8467 done
8468 IFS=$as_save_IFS
8472 LD=$ac_cv_prog_LD
8473 if test -n "$LD"; then
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8475 $as_echo "$LD" >&6; }
8476 else
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8478 $as_echo "no" >&6; }
8482 done
8485 for ncn_progname in ld; do
8486 if test -n "$ncn_tool_prefix"; then
8487 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8488 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8490 $as_echo_n "checking for $ac_word... " >&6; }
8491 if test "${ac_cv_prog_LD+set}" = set; then :
8492 $as_echo_n "(cached) " >&6
8493 else
8494 if test -n "$LD"; then
8495 ac_cv_prog_LD="$LD" # Let the user override the test.
8496 else
8497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8498 for as_dir in $PATH
8500 IFS=$as_save_IFS
8501 test -z "$as_dir" && as_dir=.
8502 for ac_exec_ext in '' $ac_executable_extensions; do
8503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8504 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8506 break 2
8508 done
8509 done
8510 IFS=$as_save_IFS
8514 LD=$ac_cv_prog_LD
8515 if test -n "$LD"; then
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8517 $as_echo "$LD" >&6; }
8518 else
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8520 $as_echo "no" >&6; }
8525 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8526 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8527 set dummy ${ncn_progname}; ac_word=$2
8528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8529 $as_echo_n "checking for $ac_word... " >&6; }
8530 if test "${ac_cv_prog_LD+set}" = set; then :
8531 $as_echo_n "(cached) " >&6
8532 else
8533 if test -n "$LD"; then
8534 ac_cv_prog_LD="$LD" # Let the user override the test.
8535 else
8536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8537 for as_dir in $PATH
8539 IFS=$as_save_IFS
8540 test -z "$as_dir" && as_dir=.
8541 for ac_exec_ext in '' $ac_executable_extensions; do
8542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8543 ac_cv_prog_LD="${ncn_progname}"
8544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8545 break 2
8547 done
8548 done
8549 IFS=$as_save_IFS
8553 LD=$ac_cv_prog_LD
8554 if test -n "$LD"; then
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8556 $as_echo "$LD" >&6; }
8557 else
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8559 $as_echo "no" >&6; }
8564 test -n "$ac_cv_prog_LD" && break
8565 done
8567 if test -z "$ac_cv_prog_LD" ; then
8568 set dummy ld
8569 if test $build = $host ; then
8570 LD="$2"
8571 else
8572 LD="${ncn_tool_prefix}$2"
8578 if test -n "$LIPO"; then
8579 ac_cv_prog_LIPO=$LIPO
8580 elif test -n "$ac_cv_prog_LIPO"; then
8581 LIPO=$ac_cv_prog_LIPO
8584 if test -n "$ac_cv_prog_LIPO"; then
8585 for ncn_progname in lipo; do
8586 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8587 set dummy ${ncn_progname}; ac_word=$2
8588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8589 $as_echo_n "checking for $ac_word... " >&6; }
8590 if test "${ac_cv_prog_LIPO+set}" = set; then :
8591 $as_echo_n "(cached) " >&6
8592 else
8593 if test -n "$LIPO"; then
8594 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8595 else
8596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8597 for as_dir in $PATH
8599 IFS=$as_save_IFS
8600 test -z "$as_dir" && as_dir=.
8601 for ac_exec_ext in '' $ac_executable_extensions; do
8602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8603 ac_cv_prog_LIPO="${ncn_progname}"
8604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8605 break 2
8607 done
8608 done
8609 IFS=$as_save_IFS
8613 LIPO=$ac_cv_prog_LIPO
8614 if test -n "$LIPO"; then
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8616 $as_echo "$LIPO" >&6; }
8617 else
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8619 $as_echo "no" >&6; }
8623 done
8626 for ncn_progname in lipo; do
8627 if test -n "$ncn_tool_prefix"; then
8628 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8629 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8631 $as_echo_n "checking for $ac_word... " >&6; }
8632 if test "${ac_cv_prog_LIPO+set}" = set; then :
8633 $as_echo_n "(cached) " >&6
8634 else
8635 if test -n "$LIPO"; then
8636 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8637 else
8638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639 for as_dir in $PATH
8641 IFS=$as_save_IFS
8642 test -z "$as_dir" && as_dir=.
8643 for ac_exec_ext in '' $ac_executable_extensions; do
8644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8645 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8647 break 2
8649 done
8650 done
8651 IFS=$as_save_IFS
8655 LIPO=$ac_cv_prog_LIPO
8656 if test -n "$LIPO"; then
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8658 $as_echo "$LIPO" >&6; }
8659 else
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8661 $as_echo "no" >&6; }
8666 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8667 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8668 set dummy ${ncn_progname}; ac_word=$2
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8670 $as_echo_n "checking for $ac_word... " >&6; }
8671 if test "${ac_cv_prog_LIPO+set}" = set; then :
8672 $as_echo_n "(cached) " >&6
8673 else
8674 if test -n "$LIPO"; then
8675 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8676 else
8677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8678 for as_dir in $PATH
8680 IFS=$as_save_IFS
8681 test -z "$as_dir" && as_dir=.
8682 for ac_exec_ext in '' $ac_executable_extensions; do
8683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8684 ac_cv_prog_LIPO="${ncn_progname}"
8685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8686 break 2
8688 done
8689 done
8690 IFS=$as_save_IFS
8694 LIPO=$ac_cv_prog_LIPO
8695 if test -n "$LIPO"; then
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8697 $as_echo "$LIPO" >&6; }
8698 else
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8700 $as_echo "no" >&6; }
8705 test -n "$ac_cv_prog_LIPO" && break
8706 done
8708 if test -z "$ac_cv_prog_LIPO" ; then
8709 set dummy lipo
8710 if test $build = $host ; then
8711 LIPO="$2"
8712 else
8713 LIPO="${ncn_tool_prefix}$2"
8719 if test -n "$NM"; then
8720 ac_cv_prog_NM=$NM
8721 elif test -n "$ac_cv_prog_NM"; then
8722 NM=$ac_cv_prog_NM
8725 if test -n "$ac_cv_prog_NM"; then
8726 for ncn_progname in nm; do
8727 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8728 set dummy ${ncn_progname}; ac_word=$2
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8730 $as_echo_n "checking for $ac_word... " >&6; }
8731 if test "${ac_cv_prog_NM+set}" = set; then :
8732 $as_echo_n "(cached) " >&6
8733 else
8734 if test -n "$NM"; then
8735 ac_cv_prog_NM="$NM" # Let the user override the test.
8736 else
8737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8738 for as_dir in $PATH
8740 IFS=$as_save_IFS
8741 test -z "$as_dir" && as_dir=.
8742 for ac_exec_ext in '' $ac_executable_extensions; do
8743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8744 ac_cv_prog_NM="${ncn_progname}"
8745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8746 break 2
8748 done
8749 done
8750 IFS=$as_save_IFS
8754 NM=$ac_cv_prog_NM
8755 if test -n "$NM"; then
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8757 $as_echo "$NM" >&6; }
8758 else
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8760 $as_echo "no" >&6; }
8764 done
8767 for ncn_progname in nm; do
8768 if test -n "$ncn_tool_prefix"; then
8769 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8770 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8772 $as_echo_n "checking for $ac_word... " >&6; }
8773 if test "${ac_cv_prog_NM+set}" = set; then :
8774 $as_echo_n "(cached) " >&6
8775 else
8776 if test -n "$NM"; then
8777 ac_cv_prog_NM="$NM" # Let the user override the test.
8778 else
8779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8780 for as_dir in $PATH
8782 IFS=$as_save_IFS
8783 test -z "$as_dir" && as_dir=.
8784 for ac_exec_ext in '' $ac_executable_extensions; do
8785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8786 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8788 break 2
8790 done
8791 done
8792 IFS=$as_save_IFS
8796 NM=$ac_cv_prog_NM
8797 if test -n "$NM"; then
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8799 $as_echo "$NM" >&6; }
8800 else
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8802 $as_echo "no" >&6; }
8807 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8808 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8809 set dummy ${ncn_progname}; ac_word=$2
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8811 $as_echo_n "checking for $ac_word... " >&6; }
8812 if test "${ac_cv_prog_NM+set}" = set; then :
8813 $as_echo_n "(cached) " >&6
8814 else
8815 if test -n "$NM"; then
8816 ac_cv_prog_NM="$NM" # Let the user override the test.
8817 else
8818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8819 for as_dir in $PATH
8821 IFS=$as_save_IFS
8822 test -z "$as_dir" && as_dir=.
8823 for ac_exec_ext in '' $ac_executable_extensions; do
8824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8825 ac_cv_prog_NM="${ncn_progname}"
8826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8827 break 2
8829 done
8830 done
8831 IFS=$as_save_IFS
8835 NM=$ac_cv_prog_NM
8836 if test -n "$NM"; then
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8838 $as_echo "$NM" >&6; }
8839 else
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8841 $as_echo "no" >&6; }
8846 test -n "$ac_cv_prog_NM" && break
8847 done
8849 if test -z "$ac_cv_prog_NM" ; then
8850 set dummy nm
8851 if test $build = $host ; then
8852 NM="$2"
8853 else
8854 NM="${ncn_tool_prefix}$2"
8860 if test -n "$RANLIB"; then
8861 ac_cv_prog_RANLIB=$RANLIB
8862 elif test -n "$ac_cv_prog_RANLIB"; then
8863 RANLIB=$ac_cv_prog_RANLIB
8866 if test -n "$ac_cv_prog_RANLIB"; then
8867 for ncn_progname in ranlib; do
8868 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8869 set dummy ${ncn_progname}; ac_word=$2
8870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8871 $as_echo_n "checking for $ac_word... " >&6; }
8872 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8873 $as_echo_n "(cached) " >&6
8874 else
8875 if test -n "$RANLIB"; then
8876 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8877 else
8878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8879 for as_dir in $PATH
8881 IFS=$as_save_IFS
8882 test -z "$as_dir" && as_dir=.
8883 for ac_exec_ext in '' $ac_executable_extensions; do
8884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8885 ac_cv_prog_RANLIB="${ncn_progname}"
8886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8887 break 2
8889 done
8890 done
8891 IFS=$as_save_IFS
8895 RANLIB=$ac_cv_prog_RANLIB
8896 if test -n "$RANLIB"; then
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8898 $as_echo "$RANLIB" >&6; }
8899 else
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8901 $as_echo "no" >&6; }
8905 done
8908 for ncn_progname in ranlib; do
8909 if test -n "$ncn_tool_prefix"; then
8910 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8911 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8913 $as_echo_n "checking for $ac_word... " >&6; }
8914 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8915 $as_echo_n "(cached) " >&6
8916 else
8917 if test -n "$RANLIB"; then
8918 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8919 else
8920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8921 for as_dir in $PATH
8923 IFS=$as_save_IFS
8924 test -z "$as_dir" && as_dir=.
8925 for ac_exec_ext in '' $ac_executable_extensions; do
8926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8927 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8929 break 2
8931 done
8932 done
8933 IFS=$as_save_IFS
8937 RANLIB=$ac_cv_prog_RANLIB
8938 if test -n "$RANLIB"; then
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8940 $as_echo "$RANLIB" >&6; }
8941 else
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8943 $as_echo "no" >&6; }
8948 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8949 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8950 set dummy ${ncn_progname}; ac_word=$2
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8952 $as_echo_n "checking for $ac_word... " >&6; }
8953 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8954 $as_echo_n "(cached) " >&6
8955 else
8956 if test -n "$RANLIB"; then
8957 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8958 else
8959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8960 for as_dir in $PATH
8962 IFS=$as_save_IFS
8963 test -z "$as_dir" && as_dir=.
8964 for ac_exec_ext in '' $ac_executable_extensions; do
8965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8966 ac_cv_prog_RANLIB="${ncn_progname}"
8967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8968 break 2
8970 done
8971 done
8972 IFS=$as_save_IFS
8976 RANLIB=$ac_cv_prog_RANLIB
8977 if test -n "$RANLIB"; then
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8979 $as_echo "$RANLIB" >&6; }
8980 else
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8982 $as_echo "no" >&6; }
8987 test -n "$ac_cv_prog_RANLIB" && break
8988 done
8990 if test -z "$ac_cv_prog_RANLIB" ; then
8991 RANLIB="true"
8996 if test -n "$STRIP"; then
8997 ac_cv_prog_STRIP=$STRIP
8998 elif test -n "$ac_cv_prog_STRIP"; then
8999 STRIP=$ac_cv_prog_STRIP
9002 if test -n "$ac_cv_prog_STRIP"; then
9003 for ncn_progname in strip; do
9004 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9005 set dummy ${ncn_progname}; ac_word=$2
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9007 $as_echo_n "checking for $ac_word... " >&6; }
9008 if test "${ac_cv_prog_STRIP+set}" = set; then :
9009 $as_echo_n "(cached) " >&6
9010 else
9011 if test -n "$STRIP"; then
9012 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9013 else
9014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9015 for as_dir in $PATH
9017 IFS=$as_save_IFS
9018 test -z "$as_dir" && as_dir=.
9019 for ac_exec_ext in '' $ac_executable_extensions; do
9020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9021 ac_cv_prog_STRIP="${ncn_progname}"
9022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9023 break 2
9025 done
9026 done
9027 IFS=$as_save_IFS
9031 STRIP=$ac_cv_prog_STRIP
9032 if test -n "$STRIP"; then
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9034 $as_echo "$STRIP" >&6; }
9035 else
9036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9037 $as_echo "no" >&6; }
9041 done
9044 for ncn_progname in strip; do
9045 if test -n "$ncn_tool_prefix"; then
9046 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9047 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9049 $as_echo_n "checking for $ac_word... " >&6; }
9050 if test "${ac_cv_prog_STRIP+set}" = set; then :
9051 $as_echo_n "(cached) " >&6
9052 else
9053 if test -n "$STRIP"; then
9054 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9055 else
9056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9057 for as_dir in $PATH
9059 IFS=$as_save_IFS
9060 test -z "$as_dir" && as_dir=.
9061 for ac_exec_ext in '' $ac_executable_extensions; do
9062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9063 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9065 break 2
9067 done
9068 done
9069 IFS=$as_save_IFS
9073 STRIP=$ac_cv_prog_STRIP
9074 if test -n "$STRIP"; then
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9076 $as_echo "$STRIP" >&6; }
9077 else
9078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9079 $as_echo "no" >&6; }
9084 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9085 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9086 set dummy ${ncn_progname}; ac_word=$2
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9088 $as_echo_n "checking for $ac_word... " >&6; }
9089 if test "${ac_cv_prog_STRIP+set}" = set; then :
9090 $as_echo_n "(cached) " >&6
9091 else
9092 if test -n "$STRIP"; then
9093 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9094 else
9095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9096 for as_dir in $PATH
9098 IFS=$as_save_IFS
9099 test -z "$as_dir" && as_dir=.
9100 for ac_exec_ext in '' $ac_executable_extensions; do
9101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9102 ac_cv_prog_STRIP="${ncn_progname}"
9103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9104 break 2
9106 done
9107 done
9108 IFS=$as_save_IFS
9112 STRIP=$ac_cv_prog_STRIP
9113 if test -n "$STRIP"; then
9114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9115 $as_echo "$STRIP" >&6; }
9116 else
9117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9118 $as_echo "no" >&6; }
9123 test -n "$ac_cv_prog_STRIP" && break
9124 done
9126 if test -z "$ac_cv_prog_STRIP" ; then
9127 STRIP="true"
9132 if test -n "$WINDRES"; then
9133 ac_cv_prog_WINDRES=$WINDRES
9134 elif test -n "$ac_cv_prog_WINDRES"; then
9135 WINDRES=$ac_cv_prog_WINDRES
9138 if test -n "$ac_cv_prog_WINDRES"; then
9139 for ncn_progname in windres; do
9140 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9141 set dummy ${ncn_progname}; ac_word=$2
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9143 $as_echo_n "checking for $ac_word... " >&6; }
9144 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9145 $as_echo_n "(cached) " >&6
9146 else
9147 if test -n "$WINDRES"; then
9148 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9149 else
9150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9151 for as_dir in $PATH
9153 IFS=$as_save_IFS
9154 test -z "$as_dir" && as_dir=.
9155 for ac_exec_ext in '' $ac_executable_extensions; do
9156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9157 ac_cv_prog_WINDRES="${ncn_progname}"
9158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9159 break 2
9161 done
9162 done
9163 IFS=$as_save_IFS
9167 WINDRES=$ac_cv_prog_WINDRES
9168 if test -n "$WINDRES"; then
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9170 $as_echo "$WINDRES" >&6; }
9171 else
9172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9173 $as_echo "no" >&6; }
9177 done
9180 for ncn_progname in windres; do
9181 if test -n "$ncn_tool_prefix"; then
9182 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9183 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9185 $as_echo_n "checking for $ac_word... " >&6; }
9186 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9187 $as_echo_n "(cached) " >&6
9188 else
9189 if test -n "$WINDRES"; then
9190 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9191 else
9192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9193 for as_dir in $PATH
9195 IFS=$as_save_IFS
9196 test -z "$as_dir" && as_dir=.
9197 for ac_exec_ext in '' $ac_executable_extensions; do
9198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9199 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9201 break 2
9203 done
9204 done
9205 IFS=$as_save_IFS
9209 WINDRES=$ac_cv_prog_WINDRES
9210 if test -n "$WINDRES"; then
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9212 $as_echo "$WINDRES" >&6; }
9213 else
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9215 $as_echo "no" >&6; }
9220 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9221 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9222 set dummy ${ncn_progname}; ac_word=$2
9223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9224 $as_echo_n "checking for $ac_word... " >&6; }
9225 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9226 $as_echo_n "(cached) " >&6
9227 else
9228 if test -n "$WINDRES"; then
9229 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9230 else
9231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9232 for as_dir in $PATH
9234 IFS=$as_save_IFS
9235 test -z "$as_dir" && as_dir=.
9236 for ac_exec_ext in '' $ac_executable_extensions; do
9237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9238 ac_cv_prog_WINDRES="${ncn_progname}"
9239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9240 break 2
9242 done
9243 done
9244 IFS=$as_save_IFS
9248 WINDRES=$ac_cv_prog_WINDRES
9249 if test -n "$WINDRES"; then
9250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9251 $as_echo "$WINDRES" >&6; }
9252 else
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9254 $as_echo "no" >&6; }
9259 test -n "$ac_cv_prog_WINDRES" && break
9260 done
9262 if test -z "$ac_cv_prog_WINDRES" ; then
9263 set dummy windres
9264 if test $build = $host ; then
9265 WINDRES="$2"
9266 else
9267 WINDRES="${ncn_tool_prefix}$2"
9273 if test -n "$WINDMC"; then
9274 ac_cv_prog_WINDMC=$WINDMC
9275 elif test -n "$ac_cv_prog_WINDMC"; then
9276 WINDMC=$ac_cv_prog_WINDMC
9279 if test -n "$ac_cv_prog_WINDMC"; then
9280 for ncn_progname in windmc; do
9281 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9282 set dummy ${ncn_progname}; ac_word=$2
9283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9284 $as_echo_n "checking for $ac_word... " >&6; }
9285 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9286 $as_echo_n "(cached) " >&6
9287 else
9288 if test -n "$WINDMC"; then
9289 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9290 else
9291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9292 for as_dir in $PATH
9294 IFS=$as_save_IFS
9295 test -z "$as_dir" && as_dir=.
9296 for ac_exec_ext in '' $ac_executable_extensions; do
9297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9298 ac_cv_prog_WINDMC="${ncn_progname}"
9299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9300 break 2
9302 done
9303 done
9304 IFS=$as_save_IFS
9308 WINDMC=$ac_cv_prog_WINDMC
9309 if test -n "$WINDMC"; then
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9311 $as_echo "$WINDMC" >&6; }
9312 else
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9314 $as_echo "no" >&6; }
9318 done
9321 for ncn_progname in windmc; do
9322 if test -n "$ncn_tool_prefix"; then
9323 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9324 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9326 $as_echo_n "checking for $ac_word... " >&6; }
9327 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9328 $as_echo_n "(cached) " >&6
9329 else
9330 if test -n "$WINDMC"; then
9331 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9332 else
9333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9334 for as_dir in $PATH
9336 IFS=$as_save_IFS
9337 test -z "$as_dir" && as_dir=.
9338 for ac_exec_ext in '' $ac_executable_extensions; do
9339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9340 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9342 break 2
9344 done
9345 done
9346 IFS=$as_save_IFS
9350 WINDMC=$ac_cv_prog_WINDMC
9351 if test -n "$WINDMC"; then
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9353 $as_echo "$WINDMC" >&6; }
9354 else
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9356 $as_echo "no" >&6; }
9361 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9362 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9363 set dummy ${ncn_progname}; ac_word=$2
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9365 $as_echo_n "checking for $ac_word... " >&6; }
9366 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9367 $as_echo_n "(cached) " >&6
9368 else
9369 if test -n "$WINDMC"; then
9370 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9371 else
9372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9373 for as_dir in $PATH
9375 IFS=$as_save_IFS
9376 test -z "$as_dir" && as_dir=.
9377 for ac_exec_ext in '' $ac_executable_extensions; do
9378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9379 ac_cv_prog_WINDMC="${ncn_progname}"
9380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9381 break 2
9383 done
9384 done
9385 IFS=$as_save_IFS
9389 WINDMC=$ac_cv_prog_WINDMC
9390 if test -n "$WINDMC"; then
9391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9392 $as_echo "$WINDMC" >&6; }
9393 else
9394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9395 $as_echo "no" >&6; }
9400 test -n "$ac_cv_prog_WINDMC" && break
9401 done
9403 if test -z "$ac_cv_prog_WINDMC" ; then
9404 set dummy windmc
9405 if test $build = $host ; then
9406 WINDMC="$2"
9407 else
9408 WINDMC="${ncn_tool_prefix}$2"
9414 if test -n "$OBJCOPY"; then
9415 ac_cv_prog_OBJCOPY=$OBJCOPY
9416 elif test -n "$ac_cv_prog_OBJCOPY"; then
9417 OBJCOPY=$ac_cv_prog_OBJCOPY
9420 if test -n "$ac_cv_prog_OBJCOPY"; then
9421 for ncn_progname in objcopy; do
9422 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9423 set dummy ${ncn_progname}; ac_word=$2
9424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9425 $as_echo_n "checking for $ac_word... " >&6; }
9426 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9427 $as_echo_n "(cached) " >&6
9428 else
9429 if test -n "$OBJCOPY"; then
9430 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9431 else
9432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9433 for as_dir in $PATH
9435 IFS=$as_save_IFS
9436 test -z "$as_dir" && as_dir=.
9437 for ac_exec_ext in '' $ac_executable_extensions; do
9438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9439 ac_cv_prog_OBJCOPY="${ncn_progname}"
9440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9441 break 2
9443 done
9444 done
9445 IFS=$as_save_IFS
9449 OBJCOPY=$ac_cv_prog_OBJCOPY
9450 if test -n "$OBJCOPY"; then
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9452 $as_echo "$OBJCOPY" >&6; }
9453 else
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9455 $as_echo "no" >&6; }
9459 done
9462 for ncn_progname in objcopy; do
9463 if test -n "$ncn_tool_prefix"; then
9464 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9465 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9467 $as_echo_n "checking for $ac_word... " >&6; }
9468 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9469 $as_echo_n "(cached) " >&6
9470 else
9471 if test -n "$OBJCOPY"; then
9472 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9473 else
9474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9475 for as_dir in $PATH
9477 IFS=$as_save_IFS
9478 test -z "$as_dir" && as_dir=.
9479 for ac_exec_ext in '' $ac_executable_extensions; do
9480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9481 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9483 break 2
9485 done
9486 done
9487 IFS=$as_save_IFS
9491 OBJCOPY=$ac_cv_prog_OBJCOPY
9492 if test -n "$OBJCOPY"; then
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9494 $as_echo "$OBJCOPY" >&6; }
9495 else
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9497 $as_echo "no" >&6; }
9502 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9504 set dummy ${ncn_progname}; ac_word=$2
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9506 $as_echo_n "checking for $ac_word... " >&6; }
9507 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9508 $as_echo_n "(cached) " >&6
9509 else
9510 if test -n "$OBJCOPY"; then
9511 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9512 else
9513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9514 for as_dir in $PATH
9516 IFS=$as_save_IFS
9517 test -z "$as_dir" && as_dir=.
9518 for ac_exec_ext in '' $ac_executable_extensions; do
9519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9520 ac_cv_prog_OBJCOPY="${ncn_progname}"
9521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9522 break 2
9524 done
9525 done
9526 IFS=$as_save_IFS
9530 OBJCOPY=$ac_cv_prog_OBJCOPY
9531 if test -n "$OBJCOPY"; then
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9533 $as_echo "$OBJCOPY" >&6; }
9534 else
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9536 $as_echo "no" >&6; }
9541 test -n "$ac_cv_prog_OBJCOPY" && break
9542 done
9544 if test -z "$ac_cv_prog_OBJCOPY" ; then
9545 set dummy objcopy
9546 if test $build = $host ; then
9547 OBJCOPY="$2"
9548 else
9549 OBJCOPY="${ncn_tool_prefix}$2"
9555 if test -n "$OBJDUMP"; then
9556 ac_cv_prog_OBJDUMP=$OBJDUMP
9557 elif test -n "$ac_cv_prog_OBJDUMP"; then
9558 OBJDUMP=$ac_cv_prog_OBJDUMP
9561 if test -n "$ac_cv_prog_OBJDUMP"; then
9562 for ncn_progname in objdump; do
9563 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9564 set dummy ${ncn_progname}; ac_word=$2
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9566 $as_echo_n "checking for $ac_word... " >&6; }
9567 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9568 $as_echo_n "(cached) " >&6
9569 else
9570 if test -n "$OBJDUMP"; then
9571 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9572 else
9573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9574 for as_dir in $PATH
9576 IFS=$as_save_IFS
9577 test -z "$as_dir" && as_dir=.
9578 for ac_exec_ext in '' $ac_executable_extensions; do
9579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9580 ac_cv_prog_OBJDUMP="${ncn_progname}"
9581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9582 break 2
9584 done
9585 done
9586 IFS=$as_save_IFS
9590 OBJDUMP=$ac_cv_prog_OBJDUMP
9591 if test -n "$OBJDUMP"; then
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9593 $as_echo "$OBJDUMP" >&6; }
9594 else
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9596 $as_echo "no" >&6; }
9600 done
9603 for ncn_progname in objdump; do
9604 if test -n "$ncn_tool_prefix"; then
9605 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9606 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9608 $as_echo_n "checking for $ac_word... " >&6; }
9609 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9610 $as_echo_n "(cached) " >&6
9611 else
9612 if test -n "$OBJDUMP"; then
9613 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9614 else
9615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9616 for as_dir in $PATH
9618 IFS=$as_save_IFS
9619 test -z "$as_dir" && as_dir=.
9620 for ac_exec_ext in '' $ac_executable_extensions; do
9621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9622 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9624 break 2
9626 done
9627 done
9628 IFS=$as_save_IFS
9632 OBJDUMP=$ac_cv_prog_OBJDUMP
9633 if test -n "$OBJDUMP"; then
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9635 $as_echo "$OBJDUMP" >&6; }
9636 else
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9638 $as_echo "no" >&6; }
9643 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9644 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9645 set dummy ${ncn_progname}; ac_word=$2
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9647 $as_echo_n "checking for $ac_word... " >&6; }
9648 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9649 $as_echo_n "(cached) " >&6
9650 else
9651 if test -n "$OBJDUMP"; then
9652 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9653 else
9654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9655 for as_dir in $PATH
9657 IFS=$as_save_IFS
9658 test -z "$as_dir" && as_dir=.
9659 for ac_exec_ext in '' $ac_executable_extensions; do
9660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9661 ac_cv_prog_OBJDUMP="${ncn_progname}"
9662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9663 break 2
9665 done
9666 done
9667 IFS=$as_save_IFS
9671 OBJDUMP=$ac_cv_prog_OBJDUMP
9672 if test -n "$OBJDUMP"; then
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9674 $as_echo "$OBJDUMP" >&6; }
9675 else
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9677 $as_echo "no" >&6; }
9682 test -n "$ac_cv_prog_OBJDUMP" && break
9683 done
9685 if test -z "$ac_cv_prog_OBJDUMP" ; then
9686 set dummy objdump
9687 if test $build = $host ; then
9688 OBJDUMP="$2"
9689 else
9690 OBJDUMP="${ncn_tool_prefix}$2"
9699 # Target tools.
9701 # Check whether --with-build-time-tools was given.
9702 if test "${with_build_time_tools+set}" = set; then :
9703 withval=$with_build_time_tools; case x"$withval" in
9704 x/*) ;;
9706 with_build_time_tools=
9707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9708 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9710 esac
9711 else
9712 with_build_time_tools=
9718 if test -n "$CC_FOR_TARGET"; then
9719 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9720 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9721 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9724 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9725 for ncn_progname in cc gcc; do
9726 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9727 set dummy ${ncn_progname}; ac_word=$2
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9729 $as_echo_n "checking for $ac_word... " >&6; }
9730 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9731 $as_echo_n "(cached) " >&6
9732 else
9733 if test -n "$CC_FOR_TARGET"; then
9734 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9735 else
9736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9737 for as_dir in $PATH
9739 IFS=$as_save_IFS
9740 test -z "$as_dir" && as_dir=.
9741 for ac_exec_ext in '' $ac_executable_extensions; do
9742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9743 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9745 break 2
9747 done
9748 done
9749 IFS=$as_save_IFS
9753 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9754 if test -n "$CC_FOR_TARGET"; then
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9756 $as_echo "$CC_FOR_TARGET" >&6; }
9757 else
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9759 $as_echo "no" >&6; }
9763 done
9766 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9767 for ncn_progname in cc gcc; do
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9769 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9770 if test -x $with_build_time_tools/${ncn_progname}; then
9771 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9773 $as_echo "yes" >&6; }
9774 break
9775 else
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9777 $as_echo "no" >&6; }
9779 done
9782 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9783 for ncn_progname in cc gcc; do
9784 if test -n "$ncn_target_tool_prefix"; then
9785 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9786 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9788 $as_echo_n "checking for $ac_word... " >&6; }
9789 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9790 $as_echo_n "(cached) " >&6
9791 else
9792 if test -n "$CC_FOR_TARGET"; then
9793 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9794 else
9795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9796 for as_dir in $PATH
9798 IFS=$as_save_IFS
9799 test -z "$as_dir" && as_dir=.
9800 for ac_exec_ext in '' $ac_executable_extensions; do
9801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9802 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9804 break 2
9806 done
9807 done
9808 IFS=$as_save_IFS
9812 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9813 if test -n "$CC_FOR_TARGET"; then
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9815 $as_echo "$CC_FOR_TARGET" >&6; }
9816 else
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9818 $as_echo "no" >&6; }
9823 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9824 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9825 set dummy ${ncn_progname}; ac_word=$2
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9827 $as_echo_n "checking for $ac_word... " >&6; }
9828 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9829 $as_echo_n "(cached) " >&6
9830 else
9831 if test -n "$CC_FOR_TARGET"; then
9832 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9833 else
9834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9835 for as_dir in $PATH
9837 IFS=$as_save_IFS
9838 test -z "$as_dir" && as_dir=.
9839 for ac_exec_ext in '' $ac_executable_extensions; do
9840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9841 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9843 break 2
9845 done
9846 done
9847 IFS=$as_save_IFS
9851 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9852 if test -n "$CC_FOR_TARGET"; then
9853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9854 $as_echo "$CC_FOR_TARGET" >&6; }
9855 else
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9857 $as_echo "no" >&6; }
9862 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9863 done
9866 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9867 set dummy cc gcc
9868 if test $build = $target ; then
9869 CC_FOR_TARGET="$2"
9870 else
9871 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9873 else
9874 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9879 if test -n "$CXX_FOR_TARGET"; then
9880 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9881 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9882 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9885 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9886 for ncn_progname in c++ g++ cxx gxx; do
9887 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9888 set dummy ${ncn_progname}; ac_word=$2
9889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9890 $as_echo_n "checking for $ac_word... " >&6; }
9891 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9892 $as_echo_n "(cached) " >&6
9893 else
9894 if test -n "$CXX_FOR_TARGET"; then
9895 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9896 else
9897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9898 for as_dir in $PATH
9900 IFS=$as_save_IFS
9901 test -z "$as_dir" && as_dir=.
9902 for ac_exec_ext in '' $ac_executable_extensions; do
9903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9904 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9906 break 2
9908 done
9909 done
9910 IFS=$as_save_IFS
9914 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9915 if test -n "$CXX_FOR_TARGET"; then
9916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9917 $as_echo "$CXX_FOR_TARGET" >&6; }
9918 else
9919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9920 $as_echo "no" >&6; }
9924 done
9927 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9928 for ncn_progname in c++ g++ cxx gxx; do
9929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9930 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9931 if test -x $with_build_time_tools/${ncn_progname}; then
9932 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9934 $as_echo "yes" >&6; }
9935 break
9936 else
9937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9938 $as_echo "no" >&6; }
9940 done
9943 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9944 for ncn_progname in c++ g++ cxx gxx; do
9945 if test -n "$ncn_target_tool_prefix"; then
9946 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9947 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9949 $as_echo_n "checking for $ac_word... " >&6; }
9950 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9951 $as_echo_n "(cached) " >&6
9952 else
9953 if test -n "$CXX_FOR_TARGET"; then
9954 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9955 else
9956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9957 for as_dir in $PATH
9959 IFS=$as_save_IFS
9960 test -z "$as_dir" && as_dir=.
9961 for ac_exec_ext in '' $ac_executable_extensions; do
9962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9963 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9965 break 2
9967 done
9968 done
9969 IFS=$as_save_IFS
9973 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9974 if test -n "$CXX_FOR_TARGET"; then
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9976 $as_echo "$CXX_FOR_TARGET" >&6; }
9977 else
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9979 $as_echo "no" >&6; }
9984 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9985 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9986 set dummy ${ncn_progname}; ac_word=$2
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9988 $as_echo_n "checking for $ac_word... " >&6; }
9989 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9990 $as_echo_n "(cached) " >&6
9991 else
9992 if test -n "$CXX_FOR_TARGET"; then
9993 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9994 else
9995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9996 for as_dir in $PATH
9998 IFS=$as_save_IFS
9999 test -z "$as_dir" && as_dir=.
10000 for ac_exec_ext in '' $ac_executable_extensions; do
10001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10002 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10004 break 2
10006 done
10007 done
10008 IFS=$as_save_IFS
10012 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10013 if test -n "$CXX_FOR_TARGET"; then
10014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10015 $as_echo "$CXX_FOR_TARGET" >&6; }
10016 else
10017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10018 $as_echo "no" >&6; }
10023 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10024 done
10027 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10028 set dummy c++ g++ cxx gxx
10029 if test $build = $target ; then
10030 CXX_FOR_TARGET="$2"
10031 else
10032 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10034 else
10035 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10040 if test -n "$GCC_FOR_TARGET"; then
10041 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10042 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10043 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10046 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10047 for ncn_progname in gcc; do
10048 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10049 set dummy ${ncn_progname}; ac_word=$2
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10051 $as_echo_n "checking for $ac_word... " >&6; }
10052 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10053 $as_echo_n "(cached) " >&6
10054 else
10055 if test -n "$GCC_FOR_TARGET"; then
10056 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10057 else
10058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10059 for as_dir in $PATH
10061 IFS=$as_save_IFS
10062 test -z "$as_dir" && as_dir=.
10063 for ac_exec_ext in '' $ac_executable_extensions; do
10064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10065 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10067 break 2
10069 done
10070 done
10071 IFS=$as_save_IFS
10075 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10076 if test -n "$GCC_FOR_TARGET"; then
10077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10078 $as_echo "$GCC_FOR_TARGET" >&6; }
10079 else
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10081 $as_echo "no" >&6; }
10085 done
10088 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10089 for ncn_progname in gcc; do
10090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10091 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10092 if test -x $with_build_time_tools/${ncn_progname}; then
10093 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10095 $as_echo "yes" >&6; }
10096 break
10097 else
10098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10099 $as_echo "no" >&6; }
10101 done
10104 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10105 for ncn_progname in gcc; do
10106 if test -n "$ncn_target_tool_prefix"; then
10107 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10108 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10110 $as_echo_n "checking for $ac_word... " >&6; }
10111 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10112 $as_echo_n "(cached) " >&6
10113 else
10114 if test -n "$GCC_FOR_TARGET"; then
10115 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10116 else
10117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10118 for as_dir in $PATH
10120 IFS=$as_save_IFS
10121 test -z "$as_dir" && as_dir=.
10122 for ac_exec_ext in '' $ac_executable_extensions; do
10123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10124 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10126 break 2
10128 done
10129 done
10130 IFS=$as_save_IFS
10134 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10135 if test -n "$GCC_FOR_TARGET"; then
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10137 $as_echo "$GCC_FOR_TARGET" >&6; }
10138 else
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10140 $as_echo "no" >&6; }
10145 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10146 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10147 set dummy ${ncn_progname}; ac_word=$2
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10149 $as_echo_n "checking for $ac_word... " >&6; }
10150 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10151 $as_echo_n "(cached) " >&6
10152 else
10153 if test -n "$GCC_FOR_TARGET"; then
10154 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10155 else
10156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10157 for as_dir in $PATH
10159 IFS=$as_save_IFS
10160 test -z "$as_dir" && as_dir=.
10161 for ac_exec_ext in '' $ac_executable_extensions; do
10162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10163 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10165 break 2
10167 done
10168 done
10169 IFS=$as_save_IFS
10173 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10174 if test -n "$GCC_FOR_TARGET"; then
10175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10176 $as_echo "$GCC_FOR_TARGET" >&6; }
10177 else
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10179 $as_echo "no" >&6; }
10184 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10185 done
10188 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10189 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10190 else
10191 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10196 if test -n "$GCJ_FOR_TARGET"; then
10197 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10198 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10199 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10202 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10203 for ncn_progname in gcj; do
10204 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10205 set dummy ${ncn_progname}; ac_word=$2
10206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10207 $as_echo_n "checking for $ac_word... " >&6; }
10208 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10209 $as_echo_n "(cached) " >&6
10210 else
10211 if test -n "$GCJ_FOR_TARGET"; then
10212 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10213 else
10214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10215 for as_dir in $PATH
10217 IFS=$as_save_IFS
10218 test -z "$as_dir" && as_dir=.
10219 for ac_exec_ext in '' $ac_executable_extensions; do
10220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10221 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10223 break 2
10225 done
10226 done
10227 IFS=$as_save_IFS
10231 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10232 if test -n "$GCJ_FOR_TARGET"; then
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10234 $as_echo "$GCJ_FOR_TARGET" >&6; }
10235 else
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10237 $as_echo "no" >&6; }
10241 done
10244 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10245 for ncn_progname in gcj; do
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10247 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10248 if test -x $with_build_time_tools/${ncn_progname}; then
10249 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10251 $as_echo "yes" >&6; }
10252 break
10253 else
10254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10255 $as_echo "no" >&6; }
10257 done
10260 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10261 for ncn_progname in gcj; do
10262 if test -n "$ncn_target_tool_prefix"; then
10263 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10264 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10266 $as_echo_n "checking for $ac_word... " >&6; }
10267 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10268 $as_echo_n "(cached) " >&6
10269 else
10270 if test -n "$GCJ_FOR_TARGET"; then
10271 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10272 else
10273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10274 for as_dir in $PATH
10276 IFS=$as_save_IFS
10277 test -z "$as_dir" && as_dir=.
10278 for ac_exec_ext in '' $ac_executable_extensions; do
10279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10280 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10282 break 2
10284 done
10285 done
10286 IFS=$as_save_IFS
10290 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10291 if test -n "$GCJ_FOR_TARGET"; then
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10293 $as_echo "$GCJ_FOR_TARGET" >&6; }
10294 else
10295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10296 $as_echo "no" >&6; }
10301 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10302 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10303 set dummy ${ncn_progname}; ac_word=$2
10304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10305 $as_echo_n "checking for $ac_word... " >&6; }
10306 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10307 $as_echo_n "(cached) " >&6
10308 else
10309 if test -n "$GCJ_FOR_TARGET"; then
10310 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10311 else
10312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10313 for as_dir in $PATH
10315 IFS=$as_save_IFS
10316 test -z "$as_dir" && as_dir=.
10317 for ac_exec_ext in '' $ac_executable_extensions; do
10318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10319 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10321 break 2
10323 done
10324 done
10325 IFS=$as_save_IFS
10329 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10330 if test -n "$GCJ_FOR_TARGET"; then
10331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10332 $as_echo "$GCJ_FOR_TARGET" >&6; }
10333 else
10334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10335 $as_echo "no" >&6; }
10340 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10341 done
10344 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10345 set dummy gcj
10346 if test $build = $target ; then
10347 GCJ_FOR_TARGET="$2"
10348 else
10349 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10351 else
10352 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10357 if test -n "$GFORTRAN_FOR_TARGET"; then
10358 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10359 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10360 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10363 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10364 for ncn_progname in gfortran; do
10365 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10366 set dummy ${ncn_progname}; ac_word=$2
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10368 $as_echo_n "checking for $ac_word... " >&6; }
10369 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10370 $as_echo_n "(cached) " >&6
10371 else
10372 if test -n "$GFORTRAN_FOR_TARGET"; then
10373 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10374 else
10375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10376 for as_dir in $PATH
10378 IFS=$as_save_IFS
10379 test -z "$as_dir" && as_dir=.
10380 for ac_exec_ext in '' $ac_executable_extensions; do
10381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10382 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10384 break 2
10386 done
10387 done
10388 IFS=$as_save_IFS
10392 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10393 if test -n "$GFORTRAN_FOR_TARGET"; then
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10395 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10396 else
10397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10398 $as_echo "no" >&6; }
10402 done
10405 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10406 for ncn_progname in gfortran; do
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10408 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10409 if test -x $with_build_time_tools/${ncn_progname}; then
10410 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10412 $as_echo "yes" >&6; }
10413 break
10414 else
10415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10416 $as_echo "no" >&6; }
10418 done
10421 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10422 for ncn_progname in gfortran; do
10423 if test -n "$ncn_target_tool_prefix"; then
10424 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10425 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10427 $as_echo_n "checking for $ac_word... " >&6; }
10428 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10429 $as_echo_n "(cached) " >&6
10430 else
10431 if test -n "$GFORTRAN_FOR_TARGET"; then
10432 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10433 else
10434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10435 for as_dir in $PATH
10437 IFS=$as_save_IFS
10438 test -z "$as_dir" && as_dir=.
10439 for ac_exec_ext in '' $ac_executable_extensions; do
10440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10441 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10443 break 2
10445 done
10446 done
10447 IFS=$as_save_IFS
10451 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10452 if test -n "$GFORTRAN_FOR_TARGET"; then
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10454 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10455 else
10456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10457 $as_echo "no" >&6; }
10462 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10463 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10464 set dummy ${ncn_progname}; ac_word=$2
10465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10466 $as_echo_n "checking for $ac_word... " >&6; }
10467 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10468 $as_echo_n "(cached) " >&6
10469 else
10470 if test -n "$GFORTRAN_FOR_TARGET"; then
10471 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10472 else
10473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10474 for as_dir in $PATH
10476 IFS=$as_save_IFS
10477 test -z "$as_dir" && as_dir=.
10478 for ac_exec_ext in '' $ac_executable_extensions; do
10479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10480 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10482 break 2
10484 done
10485 done
10486 IFS=$as_save_IFS
10490 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10491 if test -n "$GFORTRAN_FOR_TARGET"; then
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10493 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10494 else
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10496 $as_echo "no" >&6; }
10501 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10502 done
10505 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10506 set dummy gfortran
10507 if test $build = $target ; then
10508 GFORTRAN_FOR_TARGET="$2"
10509 else
10510 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10512 else
10513 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10518 if test -n "$GOC_FOR_TARGET"; then
10519 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10520 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10521 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10524 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10525 for ncn_progname in gccgo; do
10526 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10527 set dummy ${ncn_progname}; ac_word=$2
10528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10529 $as_echo_n "checking for $ac_word... " >&6; }
10530 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10531 $as_echo_n "(cached) " >&6
10532 else
10533 if test -n "$GOC_FOR_TARGET"; then
10534 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10535 else
10536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10537 for as_dir in $PATH
10539 IFS=$as_save_IFS
10540 test -z "$as_dir" && as_dir=.
10541 for ac_exec_ext in '' $ac_executable_extensions; do
10542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10543 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10545 break 2
10547 done
10548 done
10549 IFS=$as_save_IFS
10553 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10554 if test -n "$GOC_FOR_TARGET"; then
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10556 $as_echo "$GOC_FOR_TARGET" >&6; }
10557 else
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10559 $as_echo "no" >&6; }
10563 done
10566 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10567 for ncn_progname in gccgo; do
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10569 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10570 if test -x $with_build_time_tools/${ncn_progname}; then
10571 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10573 $as_echo "yes" >&6; }
10574 break
10575 else
10576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10577 $as_echo "no" >&6; }
10579 done
10582 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10583 for ncn_progname in gccgo; do
10584 if test -n "$ncn_target_tool_prefix"; then
10585 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10586 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10588 $as_echo_n "checking for $ac_word... " >&6; }
10589 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10590 $as_echo_n "(cached) " >&6
10591 else
10592 if test -n "$GOC_FOR_TARGET"; then
10593 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10594 else
10595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10596 for as_dir in $PATH
10598 IFS=$as_save_IFS
10599 test -z "$as_dir" && as_dir=.
10600 for ac_exec_ext in '' $ac_executable_extensions; do
10601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10602 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10604 break 2
10606 done
10607 done
10608 IFS=$as_save_IFS
10612 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10613 if test -n "$GOC_FOR_TARGET"; then
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10615 $as_echo "$GOC_FOR_TARGET" >&6; }
10616 else
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10618 $as_echo "no" >&6; }
10623 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10624 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10625 set dummy ${ncn_progname}; ac_word=$2
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10627 $as_echo_n "checking for $ac_word... " >&6; }
10628 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10629 $as_echo_n "(cached) " >&6
10630 else
10631 if test -n "$GOC_FOR_TARGET"; then
10632 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10633 else
10634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10635 for as_dir in $PATH
10637 IFS=$as_save_IFS
10638 test -z "$as_dir" && as_dir=.
10639 for ac_exec_ext in '' $ac_executable_extensions; do
10640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10641 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10643 break 2
10645 done
10646 done
10647 IFS=$as_save_IFS
10651 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10652 if test -n "$GOC_FOR_TARGET"; then
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10654 $as_echo "$GOC_FOR_TARGET" >&6; }
10655 else
10656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10657 $as_echo "no" >&6; }
10662 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10663 done
10666 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10667 set dummy gccgo
10668 if test $build = $target ; then
10669 GOC_FOR_TARGET="$2"
10670 else
10671 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10673 else
10674 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10679 cat > conftest.c << \EOF
10680 #ifdef __GNUC__
10681 gcc_yay;
10682 #endif
10684 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10685 have_gcc_for_target=yes
10686 else
10687 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10688 have_gcc_for_target=no
10690 rm conftest.c
10695 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10696 if test -n "$with_build_time_tools"; then
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10698 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10699 if test -x $with_build_time_tools/ar; then
10700 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10701 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10703 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10704 else
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10706 $as_echo "no" >&6; }
10708 elif test $build != $host && test $have_gcc_for_target = yes; then
10709 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10710 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10711 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10714 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10715 # Extract the first word of "ar", so it can be a program name with args.
10716 set dummy ar; ac_word=$2
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10718 $as_echo_n "checking for $ac_word... " >&6; }
10719 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10720 $as_echo_n "(cached) " >&6
10721 else
10722 case $AR_FOR_TARGET in
10723 [\\/]* | ?:[\\/]*)
10724 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10728 for as_dir in $gcc_cv_tool_dirs
10730 IFS=$as_save_IFS
10731 test -z "$as_dir" && as_dir=.
10732 for ac_exec_ext in '' $ac_executable_extensions; do
10733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10734 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10736 break 2
10738 done
10739 done
10740 IFS=$as_save_IFS
10743 esac
10745 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10746 if test -n "$AR_FOR_TARGET"; then
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10748 $as_echo "$AR_FOR_TARGET" >&6; }
10749 else
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10751 $as_echo "no" >&6; }
10756 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10759 if test -n "$AR_FOR_TARGET"; then
10760 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10761 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10762 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10765 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10766 for ncn_progname in ar; do
10767 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10768 set dummy ${ncn_progname}; ac_word=$2
10769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10770 $as_echo_n "checking for $ac_word... " >&6; }
10771 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10772 $as_echo_n "(cached) " >&6
10773 else
10774 if test -n "$AR_FOR_TARGET"; then
10775 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10776 else
10777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10778 for as_dir in $PATH
10780 IFS=$as_save_IFS
10781 test -z "$as_dir" && as_dir=.
10782 for ac_exec_ext in '' $ac_executable_extensions; do
10783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10784 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10786 break 2
10788 done
10789 done
10790 IFS=$as_save_IFS
10794 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10795 if test -n "$AR_FOR_TARGET"; then
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10797 $as_echo "$AR_FOR_TARGET" >&6; }
10798 else
10799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10800 $as_echo "no" >&6; }
10804 done
10807 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10808 for ncn_progname in ar; do
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10810 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10811 if test -x $with_build_time_tools/${ncn_progname}; then
10812 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10814 $as_echo "yes" >&6; }
10815 break
10816 else
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10818 $as_echo "no" >&6; }
10820 done
10823 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10824 for ncn_progname in ar; do
10825 if test -n "$ncn_target_tool_prefix"; then
10826 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10827 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10829 $as_echo_n "checking for $ac_word... " >&6; }
10830 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10831 $as_echo_n "(cached) " >&6
10832 else
10833 if test -n "$AR_FOR_TARGET"; then
10834 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10835 else
10836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10837 for as_dir in $PATH
10839 IFS=$as_save_IFS
10840 test -z "$as_dir" && as_dir=.
10841 for ac_exec_ext in '' $ac_executable_extensions; do
10842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10843 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10845 break 2
10847 done
10848 done
10849 IFS=$as_save_IFS
10853 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10854 if test -n "$AR_FOR_TARGET"; then
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10856 $as_echo "$AR_FOR_TARGET" >&6; }
10857 else
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10859 $as_echo "no" >&6; }
10864 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10866 set dummy ${ncn_progname}; ac_word=$2
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10868 $as_echo_n "checking for $ac_word... " >&6; }
10869 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10870 $as_echo_n "(cached) " >&6
10871 else
10872 if test -n "$AR_FOR_TARGET"; then
10873 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10874 else
10875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10876 for as_dir in $PATH
10878 IFS=$as_save_IFS
10879 test -z "$as_dir" && as_dir=.
10880 for ac_exec_ext in '' $ac_executable_extensions; do
10881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10882 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10884 break 2
10886 done
10887 done
10888 IFS=$as_save_IFS
10892 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10893 if test -n "$AR_FOR_TARGET"; then
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10895 $as_echo "$AR_FOR_TARGET" >&6; }
10896 else
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10898 $as_echo "no" >&6; }
10903 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10904 done
10907 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10908 set dummy ar
10909 if test $build = $target ; then
10910 AR_FOR_TARGET="$2"
10911 else
10912 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10914 else
10915 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10918 else
10919 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10925 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10926 if test -n "$with_build_time_tools"; then
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10928 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10929 if test -x $with_build_time_tools/as; then
10930 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10931 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10933 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10934 else
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10936 $as_echo "no" >&6; }
10938 elif test $build != $host && test $have_gcc_for_target = yes; then
10939 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10940 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10941 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10944 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10945 # Extract the first word of "as", so it can be a program name with args.
10946 set dummy as; ac_word=$2
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10948 $as_echo_n "checking for $ac_word... " >&6; }
10949 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10950 $as_echo_n "(cached) " >&6
10951 else
10952 case $AS_FOR_TARGET in
10953 [\\/]* | ?:[\\/]*)
10954 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10958 for as_dir in $gcc_cv_tool_dirs
10960 IFS=$as_save_IFS
10961 test -z "$as_dir" && as_dir=.
10962 for ac_exec_ext in '' $ac_executable_extensions; do
10963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10964 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10966 break 2
10968 done
10969 done
10970 IFS=$as_save_IFS
10973 esac
10975 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10976 if test -n "$AS_FOR_TARGET"; then
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10978 $as_echo "$AS_FOR_TARGET" >&6; }
10979 else
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10981 $as_echo "no" >&6; }
10986 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10989 if test -n "$AS_FOR_TARGET"; then
10990 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10991 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10992 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10995 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10996 for ncn_progname in as; do
10997 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10998 set dummy ${ncn_progname}; ac_word=$2
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11000 $as_echo_n "checking for $ac_word... " >&6; }
11001 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11002 $as_echo_n "(cached) " >&6
11003 else
11004 if test -n "$AS_FOR_TARGET"; then
11005 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11006 else
11007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11008 for as_dir in $PATH
11010 IFS=$as_save_IFS
11011 test -z "$as_dir" && as_dir=.
11012 for ac_exec_ext in '' $ac_executable_extensions; do
11013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11014 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11016 break 2
11018 done
11019 done
11020 IFS=$as_save_IFS
11024 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11025 if test -n "$AS_FOR_TARGET"; then
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11027 $as_echo "$AS_FOR_TARGET" >&6; }
11028 else
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11030 $as_echo "no" >&6; }
11034 done
11037 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11038 for ncn_progname in as; do
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11040 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11041 if test -x $with_build_time_tools/${ncn_progname}; then
11042 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11044 $as_echo "yes" >&6; }
11045 break
11046 else
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11048 $as_echo "no" >&6; }
11050 done
11053 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11054 for ncn_progname in as; do
11055 if test -n "$ncn_target_tool_prefix"; then
11056 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11057 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11059 $as_echo_n "checking for $ac_word... " >&6; }
11060 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11061 $as_echo_n "(cached) " >&6
11062 else
11063 if test -n "$AS_FOR_TARGET"; then
11064 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11065 else
11066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11067 for as_dir in $PATH
11069 IFS=$as_save_IFS
11070 test -z "$as_dir" && as_dir=.
11071 for ac_exec_ext in '' $ac_executable_extensions; do
11072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11073 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11075 break 2
11077 done
11078 done
11079 IFS=$as_save_IFS
11083 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11084 if test -n "$AS_FOR_TARGET"; then
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11086 $as_echo "$AS_FOR_TARGET" >&6; }
11087 else
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11089 $as_echo "no" >&6; }
11094 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11095 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11096 set dummy ${ncn_progname}; ac_word=$2
11097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11098 $as_echo_n "checking for $ac_word... " >&6; }
11099 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11100 $as_echo_n "(cached) " >&6
11101 else
11102 if test -n "$AS_FOR_TARGET"; then
11103 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11104 else
11105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11106 for as_dir in $PATH
11108 IFS=$as_save_IFS
11109 test -z "$as_dir" && as_dir=.
11110 for ac_exec_ext in '' $ac_executable_extensions; do
11111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11112 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11114 break 2
11116 done
11117 done
11118 IFS=$as_save_IFS
11122 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11123 if test -n "$AS_FOR_TARGET"; then
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11125 $as_echo "$AS_FOR_TARGET" >&6; }
11126 else
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11128 $as_echo "no" >&6; }
11133 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11134 done
11137 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11138 set dummy as
11139 if test $build = $target ; then
11140 AS_FOR_TARGET="$2"
11141 else
11142 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11144 else
11145 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11148 else
11149 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11155 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11156 if test -n "$with_build_time_tools"; then
11157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11158 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11159 if test -x $with_build_time_tools/dlltool; then
11160 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11161 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11163 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11164 else
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11166 $as_echo "no" >&6; }
11168 elif test $build != $host && test $have_gcc_for_target = yes; then
11169 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11170 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11171 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11174 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11175 # Extract the first word of "dlltool", so it can be a program name with args.
11176 set dummy dlltool; ac_word=$2
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11178 $as_echo_n "checking for $ac_word... " >&6; }
11179 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11180 $as_echo_n "(cached) " >&6
11181 else
11182 case $DLLTOOL_FOR_TARGET in
11183 [\\/]* | ?:[\\/]*)
11184 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11188 for as_dir in $gcc_cv_tool_dirs
11190 IFS=$as_save_IFS
11191 test -z "$as_dir" && as_dir=.
11192 for ac_exec_ext in '' $ac_executable_extensions; do
11193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11194 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11196 break 2
11198 done
11199 done
11200 IFS=$as_save_IFS
11203 esac
11205 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11206 if test -n "$DLLTOOL_FOR_TARGET"; then
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11208 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11209 else
11210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11211 $as_echo "no" >&6; }
11216 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11219 if test -n "$DLLTOOL_FOR_TARGET"; then
11220 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11221 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11222 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11225 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11226 for ncn_progname in dlltool; do
11227 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11228 set dummy ${ncn_progname}; ac_word=$2
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11230 $as_echo_n "checking for $ac_word... " >&6; }
11231 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11232 $as_echo_n "(cached) " >&6
11233 else
11234 if test -n "$DLLTOOL_FOR_TARGET"; then
11235 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11236 else
11237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11238 for as_dir in $PATH
11240 IFS=$as_save_IFS
11241 test -z "$as_dir" && as_dir=.
11242 for ac_exec_ext in '' $ac_executable_extensions; do
11243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11244 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11246 break 2
11248 done
11249 done
11250 IFS=$as_save_IFS
11254 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11255 if test -n "$DLLTOOL_FOR_TARGET"; then
11256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11257 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11258 else
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11260 $as_echo "no" >&6; }
11264 done
11267 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11268 for ncn_progname in dlltool; do
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11270 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11271 if test -x $with_build_time_tools/${ncn_progname}; then
11272 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11274 $as_echo "yes" >&6; }
11275 break
11276 else
11277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11278 $as_echo "no" >&6; }
11280 done
11283 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11284 for ncn_progname in dlltool; do
11285 if test -n "$ncn_target_tool_prefix"; then
11286 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11287 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11289 $as_echo_n "checking for $ac_word... " >&6; }
11290 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11291 $as_echo_n "(cached) " >&6
11292 else
11293 if test -n "$DLLTOOL_FOR_TARGET"; then
11294 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11295 else
11296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11297 for as_dir in $PATH
11299 IFS=$as_save_IFS
11300 test -z "$as_dir" && as_dir=.
11301 for ac_exec_ext in '' $ac_executable_extensions; do
11302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11303 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11305 break 2
11307 done
11308 done
11309 IFS=$as_save_IFS
11313 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11314 if test -n "$DLLTOOL_FOR_TARGET"; then
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11316 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11317 else
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11319 $as_echo "no" >&6; }
11324 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11325 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11326 set dummy ${ncn_progname}; ac_word=$2
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11328 $as_echo_n "checking for $ac_word... " >&6; }
11329 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11330 $as_echo_n "(cached) " >&6
11331 else
11332 if test -n "$DLLTOOL_FOR_TARGET"; then
11333 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11334 else
11335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11336 for as_dir in $PATH
11338 IFS=$as_save_IFS
11339 test -z "$as_dir" && as_dir=.
11340 for ac_exec_ext in '' $ac_executable_extensions; do
11341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11342 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11344 break 2
11346 done
11347 done
11348 IFS=$as_save_IFS
11352 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11353 if test -n "$DLLTOOL_FOR_TARGET"; then
11354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11355 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11356 else
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11358 $as_echo "no" >&6; }
11363 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11364 done
11367 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11368 set dummy dlltool
11369 if test $build = $target ; then
11370 DLLTOOL_FOR_TARGET="$2"
11371 else
11372 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11374 else
11375 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11378 else
11379 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11385 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11386 if test -n "$with_build_time_tools"; then
11387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11388 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11389 if test -x $with_build_time_tools/ld; then
11390 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11391 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11393 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11394 else
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11396 $as_echo "no" >&6; }
11398 elif test $build != $host && test $have_gcc_for_target = yes; then
11399 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11400 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11401 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11404 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11405 # Extract the first word of "ld", so it can be a program name with args.
11406 set dummy ld; ac_word=$2
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11408 $as_echo_n "checking for $ac_word... " >&6; }
11409 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11410 $as_echo_n "(cached) " >&6
11411 else
11412 case $LD_FOR_TARGET in
11413 [\\/]* | ?:[\\/]*)
11414 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11418 for as_dir in $gcc_cv_tool_dirs
11420 IFS=$as_save_IFS
11421 test -z "$as_dir" && as_dir=.
11422 for ac_exec_ext in '' $ac_executable_extensions; do
11423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11424 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11426 break 2
11428 done
11429 done
11430 IFS=$as_save_IFS
11433 esac
11435 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11436 if test -n "$LD_FOR_TARGET"; then
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11438 $as_echo "$LD_FOR_TARGET" >&6; }
11439 else
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11441 $as_echo "no" >&6; }
11446 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11449 if test -n "$LD_FOR_TARGET"; then
11450 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11451 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11452 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11455 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11456 for ncn_progname in ld; do
11457 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11458 set dummy ${ncn_progname}; ac_word=$2
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11460 $as_echo_n "checking for $ac_word... " >&6; }
11461 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11462 $as_echo_n "(cached) " >&6
11463 else
11464 if test -n "$LD_FOR_TARGET"; then
11465 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11466 else
11467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11468 for as_dir in $PATH
11470 IFS=$as_save_IFS
11471 test -z "$as_dir" && as_dir=.
11472 for ac_exec_ext in '' $ac_executable_extensions; do
11473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11474 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11476 break 2
11478 done
11479 done
11480 IFS=$as_save_IFS
11484 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11485 if test -n "$LD_FOR_TARGET"; then
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11487 $as_echo "$LD_FOR_TARGET" >&6; }
11488 else
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11490 $as_echo "no" >&6; }
11494 done
11497 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11498 for ncn_progname in ld; do
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11500 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11501 if test -x $with_build_time_tools/${ncn_progname}; then
11502 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11504 $as_echo "yes" >&6; }
11505 break
11506 else
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11508 $as_echo "no" >&6; }
11510 done
11513 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11514 for ncn_progname in ld; do
11515 if test -n "$ncn_target_tool_prefix"; then
11516 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11517 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11519 $as_echo_n "checking for $ac_word... " >&6; }
11520 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11521 $as_echo_n "(cached) " >&6
11522 else
11523 if test -n "$LD_FOR_TARGET"; then
11524 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11525 else
11526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11527 for as_dir in $PATH
11529 IFS=$as_save_IFS
11530 test -z "$as_dir" && as_dir=.
11531 for ac_exec_ext in '' $ac_executable_extensions; do
11532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11533 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11535 break 2
11537 done
11538 done
11539 IFS=$as_save_IFS
11543 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11544 if test -n "$LD_FOR_TARGET"; then
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11546 $as_echo "$LD_FOR_TARGET" >&6; }
11547 else
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11549 $as_echo "no" >&6; }
11554 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11555 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11556 set dummy ${ncn_progname}; ac_word=$2
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11558 $as_echo_n "checking for $ac_word... " >&6; }
11559 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11560 $as_echo_n "(cached) " >&6
11561 else
11562 if test -n "$LD_FOR_TARGET"; then
11563 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11564 else
11565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11566 for as_dir in $PATH
11568 IFS=$as_save_IFS
11569 test -z "$as_dir" && as_dir=.
11570 for ac_exec_ext in '' $ac_executable_extensions; do
11571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11572 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11574 break 2
11576 done
11577 done
11578 IFS=$as_save_IFS
11582 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11583 if test -n "$LD_FOR_TARGET"; then
11584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11585 $as_echo "$LD_FOR_TARGET" >&6; }
11586 else
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11588 $as_echo "no" >&6; }
11593 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11594 done
11597 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11598 set dummy ld
11599 if test $build = $target ; then
11600 LD_FOR_TARGET="$2"
11601 else
11602 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11604 else
11605 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11608 else
11609 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11615 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11616 if test -n "$with_build_time_tools"; then
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11618 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11619 if test -x $with_build_time_tools/lipo; then
11620 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11621 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11623 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11624 else
11625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11626 $as_echo "no" >&6; }
11628 elif test $build != $host && test $have_gcc_for_target = yes; then
11629 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11630 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11631 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11634 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11635 # Extract the first word of "lipo", so it can be a program name with args.
11636 set dummy lipo; ac_word=$2
11637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11638 $as_echo_n "checking for $ac_word... " >&6; }
11639 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11640 $as_echo_n "(cached) " >&6
11641 else
11642 case $LIPO_FOR_TARGET in
11643 [\\/]* | ?:[\\/]*)
11644 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11648 for as_dir in $gcc_cv_tool_dirs
11650 IFS=$as_save_IFS
11651 test -z "$as_dir" && as_dir=.
11652 for ac_exec_ext in '' $ac_executable_extensions; do
11653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11654 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11656 break 2
11658 done
11659 done
11660 IFS=$as_save_IFS
11663 esac
11665 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11666 if test -n "$LIPO_FOR_TARGET"; then
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11668 $as_echo "$LIPO_FOR_TARGET" >&6; }
11669 else
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11671 $as_echo "no" >&6; }
11676 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11679 if test -n "$LIPO_FOR_TARGET"; then
11680 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11681 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11682 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11685 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11686 for ncn_progname in lipo; do
11687 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11688 set dummy ${ncn_progname}; ac_word=$2
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11690 $as_echo_n "checking for $ac_word... " >&6; }
11691 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11692 $as_echo_n "(cached) " >&6
11693 else
11694 if test -n "$LIPO_FOR_TARGET"; then
11695 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11696 else
11697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11698 for as_dir in $PATH
11700 IFS=$as_save_IFS
11701 test -z "$as_dir" && as_dir=.
11702 for ac_exec_ext in '' $ac_executable_extensions; do
11703 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11704 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11706 break 2
11708 done
11709 done
11710 IFS=$as_save_IFS
11714 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11715 if test -n "$LIPO_FOR_TARGET"; then
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11717 $as_echo "$LIPO_FOR_TARGET" >&6; }
11718 else
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11720 $as_echo "no" >&6; }
11724 done
11727 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11728 for ncn_progname in lipo; do
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11730 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11731 if test -x $with_build_time_tools/${ncn_progname}; then
11732 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11734 $as_echo "yes" >&6; }
11735 break
11736 else
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11738 $as_echo "no" >&6; }
11740 done
11743 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11744 for ncn_progname in lipo; do
11745 if test -n "$ncn_target_tool_prefix"; then
11746 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11747 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11749 $as_echo_n "checking for $ac_word... " >&6; }
11750 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11751 $as_echo_n "(cached) " >&6
11752 else
11753 if test -n "$LIPO_FOR_TARGET"; then
11754 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11755 else
11756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11757 for as_dir in $PATH
11759 IFS=$as_save_IFS
11760 test -z "$as_dir" && as_dir=.
11761 for ac_exec_ext in '' $ac_executable_extensions; do
11762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11763 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11765 break 2
11767 done
11768 done
11769 IFS=$as_save_IFS
11773 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11774 if test -n "$LIPO_FOR_TARGET"; then
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11776 $as_echo "$LIPO_FOR_TARGET" >&6; }
11777 else
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11779 $as_echo "no" >&6; }
11784 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11786 set dummy ${ncn_progname}; ac_word=$2
11787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11788 $as_echo_n "checking for $ac_word... " >&6; }
11789 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11790 $as_echo_n "(cached) " >&6
11791 else
11792 if test -n "$LIPO_FOR_TARGET"; then
11793 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11794 else
11795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11796 for as_dir in $PATH
11798 IFS=$as_save_IFS
11799 test -z "$as_dir" && as_dir=.
11800 for ac_exec_ext in '' $ac_executable_extensions; do
11801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11802 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11804 break 2
11806 done
11807 done
11808 IFS=$as_save_IFS
11812 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11813 if test -n "$LIPO_FOR_TARGET"; then
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11815 $as_echo "$LIPO_FOR_TARGET" >&6; }
11816 else
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11818 $as_echo "no" >&6; }
11823 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11824 done
11827 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11828 set dummy lipo
11829 if test $build = $target ; then
11830 LIPO_FOR_TARGET="$2"
11831 else
11832 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11834 else
11835 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11838 else
11839 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11845 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11846 if test -n "$with_build_time_tools"; then
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11848 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11849 if test -x $with_build_time_tools/nm; then
11850 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11851 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11853 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11854 else
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11856 $as_echo "no" >&6; }
11858 elif test $build != $host && test $have_gcc_for_target = yes; then
11859 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11860 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11861 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11864 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11865 # Extract the first word of "nm", so it can be a program name with args.
11866 set dummy nm; ac_word=$2
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11868 $as_echo_n "checking for $ac_word... " >&6; }
11869 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11870 $as_echo_n "(cached) " >&6
11871 else
11872 case $NM_FOR_TARGET in
11873 [\\/]* | ?:[\\/]*)
11874 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11878 for as_dir in $gcc_cv_tool_dirs
11880 IFS=$as_save_IFS
11881 test -z "$as_dir" && as_dir=.
11882 for ac_exec_ext in '' $ac_executable_extensions; do
11883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11884 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11886 break 2
11888 done
11889 done
11890 IFS=$as_save_IFS
11893 esac
11895 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11896 if test -n "$NM_FOR_TARGET"; then
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11898 $as_echo "$NM_FOR_TARGET" >&6; }
11899 else
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11901 $as_echo "no" >&6; }
11906 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11909 if test -n "$NM_FOR_TARGET"; then
11910 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11911 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11912 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11915 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11916 for ncn_progname in nm; do
11917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11918 set dummy ${ncn_progname}; ac_word=$2
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11920 $as_echo_n "checking for $ac_word... " >&6; }
11921 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11922 $as_echo_n "(cached) " >&6
11923 else
11924 if test -n "$NM_FOR_TARGET"; then
11925 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11926 else
11927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11928 for as_dir in $PATH
11930 IFS=$as_save_IFS
11931 test -z "$as_dir" && as_dir=.
11932 for ac_exec_ext in '' $ac_executable_extensions; do
11933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11934 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11936 break 2
11938 done
11939 done
11940 IFS=$as_save_IFS
11944 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11945 if test -n "$NM_FOR_TARGET"; then
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11947 $as_echo "$NM_FOR_TARGET" >&6; }
11948 else
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11950 $as_echo "no" >&6; }
11954 done
11957 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11958 for ncn_progname in nm; do
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11960 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11961 if test -x $with_build_time_tools/${ncn_progname}; then
11962 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11964 $as_echo "yes" >&6; }
11965 break
11966 else
11967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11968 $as_echo "no" >&6; }
11970 done
11973 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11974 for ncn_progname in nm; do
11975 if test -n "$ncn_target_tool_prefix"; then
11976 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11977 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11979 $as_echo_n "checking for $ac_word... " >&6; }
11980 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11981 $as_echo_n "(cached) " >&6
11982 else
11983 if test -n "$NM_FOR_TARGET"; then
11984 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11985 else
11986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11987 for as_dir in $PATH
11989 IFS=$as_save_IFS
11990 test -z "$as_dir" && as_dir=.
11991 for ac_exec_ext in '' $ac_executable_extensions; do
11992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11993 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11995 break 2
11997 done
11998 done
11999 IFS=$as_save_IFS
12003 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12004 if test -n "$NM_FOR_TARGET"; then
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12006 $as_echo "$NM_FOR_TARGET" >&6; }
12007 else
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12009 $as_echo "no" >&6; }
12014 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12015 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12016 set dummy ${ncn_progname}; ac_word=$2
12017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12018 $as_echo_n "checking for $ac_word... " >&6; }
12019 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12020 $as_echo_n "(cached) " >&6
12021 else
12022 if test -n "$NM_FOR_TARGET"; then
12023 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12024 else
12025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12026 for as_dir in $PATH
12028 IFS=$as_save_IFS
12029 test -z "$as_dir" && as_dir=.
12030 for ac_exec_ext in '' $ac_executable_extensions; do
12031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12032 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12034 break 2
12036 done
12037 done
12038 IFS=$as_save_IFS
12042 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12043 if test -n "$NM_FOR_TARGET"; then
12044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12045 $as_echo "$NM_FOR_TARGET" >&6; }
12046 else
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12048 $as_echo "no" >&6; }
12053 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12054 done
12057 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12058 set dummy nm
12059 if test $build = $target ; then
12060 NM_FOR_TARGET="$2"
12061 else
12062 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12064 else
12065 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12068 else
12069 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12075 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12076 if test -n "$with_build_time_tools"; then
12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12078 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12079 if test -x $with_build_time_tools/objdump; then
12080 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12081 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12083 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12084 else
12085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12086 $as_echo "no" >&6; }
12088 elif test $build != $host && test $have_gcc_for_target = yes; then
12089 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12090 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12091 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12094 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12095 # Extract the first word of "objdump", so it can be a program name with args.
12096 set dummy objdump; ac_word=$2
12097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12098 $as_echo_n "checking for $ac_word... " >&6; }
12099 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12100 $as_echo_n "(cached) " >&6
12101 else
12102 case $OBJDUMP_FOR_TARGET in
12103 [\\/]* | ?:[\\/]*)
12104 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12108 for as_dir in $gcc_cv_tool_dirs
12110 IFS=$as_save_IFS
12111 test -z "$as_dir" && as_dir=.
12112 for ac_exec_ext in '' $ac_executable_extensions; do
12113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12114 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12116 break 2
12118 done
12119 done
12120 IFS=$as_save_IFS
12123 esac
12125 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12126 if test -n "$OBJDUMP_FOR_TARGET"; then
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12128 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12129 else
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12131 $as_echo "no" >&6; }
12136 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12139 if test -n "$OBJDUMP_FOR_TARGET"; then
12140 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12141 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12142 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12145 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12146 for ncn_progname in objdump; do
12147 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12148 set dummy ${ncn_progname}; ac_word=$2
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12150 $as_echo_n "checking for $ac_word... " >&6; }
12151 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12152 $as_echo_n "(cached) " >&6
12153 else
12154 if test -n "$OBJDUMP_FOR_TARGET"; then
12155 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12156 else
12157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12158 for as_dir in $PATH
12160 IFS=$as_save_IFS
12161 test -z "$as_dir" && as_dir=.
12162 for ac_exec_ext in '' $ac_executable_extensions; do
12163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12164 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12166 break 2
12168 done
12169 done
12170 IFS=$as_save_IFS
12174 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12175 if test -n "$OBJDUMP_FOR_TARGET"; then
12176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12177 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12178 else
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12180 $as_echo "no" >&6; }
12184 done
12187 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12188 for ncn_progname in objdump; do
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12190 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12191 if test -x $with_build_time_tools/${ncn_progname}; then
12192 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12194 $as_echo "yes" >&6; }
12195 break
12196 else
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12198 $as_echo "no" >&6; }
12200 done
12203 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12204 for ncn_progname in objdump; do
12205 if test -n "$ncn_target_tool_prefix"; then
12206 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12207 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12209 $as_echo_n "checking for $ac_word... " >&6; }
12210 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12211 $as_echo_n "(cached) " >&6
12212 else
12213 if test -n "$OBJDUMP_FOR_TARGET"; then
12214 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12215 else
12216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12217 for as_dir in $PATH
12219 IFS=$as_save_IFS
12220 test -z "$as_dir" && as_dir=.
12221 for ac_exec_ext in '' $ac_executable_extensions; do
12222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12223 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12225 break 2
12227 done
12228 done
12229 IFS=$as_save_IFS
12233 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12234 if test -n "$OBJDUMP_FOR_TARGET"; then
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12236 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12237 else
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12239 $as_echo "no" >&6; }
12244 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12245 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12246 set dummy ${ncn_progname}; ac_word=$2
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12248 $as_echo_n "checking for $ac_word... " >&6; }
12249 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12250 $as_echo_n "(cached) " >&6
12251 else
12252 if test -n "$OBJDUMP_FOR_TARGET"; then
12253 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12254 else
12255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12256 for as_dir in $PATH
12258 IFS=$as_save_IFS
12259 test -z "$as_dir" && as_dir=.
12260 for ac_exec_ext in '' $ac_executable_extensions; do
12261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12262 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12264 break 2
12266 done
12267 done
12268 IFS=$as_save_IFS
12272 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12273 if test -n "$OBJDUMP_FOR_TARGET"; then
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12275 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12276 else
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12278 $as_echo "no" >&6; }
12283 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12284 done
12287 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12288 set dummy objdump
12289 if test $build = $target ; then
12290 OBJDUMP_FOR_TARGET="$2"
12291 else
12292 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12294 else
12295 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12298 else
12299 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12305 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12306 if test -n "$with_build_time_tools"; then
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12308 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12309 if test -x $with_build_time_tools/ranlib; then
12310 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12311 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12313 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12314 else
12315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12316 $as_echo "no" >&6; }
12318 elif test $build != $host && test $have_gcc_for_target = yes; then
12319 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12320 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12321 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12324 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12325 # Extract the first word of "ranlib", so it can be a program name with args.
12326 set dummy ranlib; ac_word=$2
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12328 $as_echo_n "checking for $ac_word... " >&6; }
12329 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12330 $as_echo_n "(cached) " >&6
12331 else
12332 case $RANLIB_FOR_TARGET in
12333 [\\/]* | ?:[\\/]*)
12334 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12338 for as_dir in $gcc_cv_tool_dirs
12340 IFS=$as_save_IFS
12341 test -z "$as_dir" && as_dir=.
12342 for ac_exec_ext in '' $ac_executable_extensions; do
12343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12344 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12346 break 2
12348 done
12349 done
12350 IFS=$as_save_IFS
12353 esac
12355 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12356 if test -n "$RANLIB_FOR_TARGET"; then
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12358 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12359 else
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12361 $as_echo "no" >&6; }
12366 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12369 if test -n "$RANLIB_FOR_TARGET"; then
12370 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12371 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12372 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12375 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12376 for ncn_progname in ranlib; do
12377 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12378 set dummy ${ncn_progname}; ac_word=$2
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12380 $as_echo_n "checking for $ac_word... " >&6; }
12381 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12382 $as_echo_n "(cached) " >&6
12383 else
12384 if test -n "$RANLIB_FOR_TARGET"; then
12385 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12386 else
12387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12388 for as_dir in $PATH
12390 IFS=$as_save_IFS
12391 test -z "$as_dir" && as_dir=.
12392 for ac_exec_ext in '' $ac_executable_extensions; do
12393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12394 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12396 break 2
12398 done
12399 done
12400 IFS=$as_save_IFS
12404 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12405 if test -n "$RANLIB_FOR_TARGET"; then
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12407 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12408 else
12409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12410 $as_echo "no" >&6; }
12414 done
12417 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12418 for ncn_progname in ranlib; do
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12420 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12421 if test -x $with_build_time_tools/${ncn_progname}; then
12422 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12424 $as_echo "yes" >&6; }
12425 break
12426 else
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12428 $as_echo "no" >&6; }
12430 done
12433 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12434 for ncn_progname in ranlib; do
12435 if test -n "$ncn_target_tool_prefix"; then
12436 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12437 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12439 $as_echo_n "checking for $ac_word... " >&6; }
12440 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12441 $as_echo_n "(cached) " >&6
12442 else
12443 if test -n "$RANLIB_FOR_TARGET"; then
12444 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12445 else
12446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12447 for as_dir in $PATH
12449 IFS=$as_save_IFS
12450 test -z "$as_dir" && as_dir=.
12451 for ac_exec_ext in '' $ac_executable_extensions; do
12452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12453 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12455 break 2
12457 done
12458 done
12459 IFS=$as_save_IFS
12463 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12464 if test -n "$RANLIB_FOR_TARGET"; then
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12466 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12467 else
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12469 $as_echo "no" >&6; }
12474 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12475 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12476 set dummy ${ncn_progname}; ac_word=$2
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12478 $as_echo_n "checking for $ac_word... " >&6; }
12479 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12480 $as_echo_n "(cached) " >&6
12481 else
12482 if test -n "$RANLIB_FOR_TARGET"; then
12483 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12484 else
12485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12486 for as_dir in $PATH
12488 IFS=$as_save_IFS
12489 test -z "$as_dir" && as_dir=.
12490 for ac_exec_ext in '' $ac_executable_extensions; do
12491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12492 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12494 break 2
12496 done
12497 done
12498 IFS=$as_save_IFS
12502 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12503 if test -n "$RANLIB_FOR_TARGET"; then
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12505 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12506 else
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12508 $as_echo "no" >&6; }
12513 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12514 done
12517 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12518 set dummy ranlib
12519 if test $build = $target ; then
12520 RANLIB_FOR_TARGET="$2"
12521 else
12522 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12524 else
12525 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12528 else
12529 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12535 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12536 if test -n "$with_build_time_tools"; then
12537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12538 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12539 if test -x $with_build_time_tools/strip; then
12540 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12541 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12543 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12544 else
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12546 $as_echo "no" >&6; }
12548 elif test $build != $host && test $have_gcc_for_target = yes; then
12549 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12550 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12551 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12554 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12555 # Extract the first word of "strip", so it can be a program name with args.
12556 set dummy strip; ac_word=$2
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12558 $as_echo_n "checking for $ac_word... " >&6; }
12559 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12560 $as_echo_n "(cached) " >&6
12561 else
12562 case $STRIP_FOR_TARGET in
12563 [\\/]* | ?:[\\/]*)
12564 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12568 for as_dir in $gcc_cv_tool_dirs
12570 IFS=$as_save_IFS
12571 test -z "$as_dir" && as_dir=.
12572 for ac_exec_ext in '' $ac_executable_extensions; do
12573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12574 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12576 break 2
12578 done
12579 done
12580 IFS=$as_save_IFS
12583 esac
12585 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12586 if test -n "$STRIP_FOR_TARGET"; then
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12588 $as_echo "$STRIP_FOR_TARGET" >&6; }
12589 else
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12591 $as_echo "no" >&6; }
12596 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12599 if test -n "$STRIP_FOR_TARGET"; then
12600 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12601 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12602 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12605 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12606 for ncn_progname in strip; do
12607 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12608 set dummy ${ncn_progname}; ac_word=$2
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12610 $as_echo_n "checking for $ac_word... " >&6; }
12611 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12612 $as_echo_n "(cached) " >&6
12613 else
12614 if test -n "$STRIP_FOR_TARGET"; then
12615 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12616 else
12617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12618 for as_dir in $PATH
12620 IFS=$as_save_IFS
12621 test -z "$as_dir" && as_dir=.
12622 for ac_exec_ext in '' $ac_executable_extensions; do
12623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12624 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12626 break 2
12628 done
12629 done
12630 IFS=$as_save_IFS
12634 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12635 if test -n "$STRIP_FOR_TARGET"; then
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12637 $as_echo "$STRIP_FOR_TARGET" >&6; }
12638 else
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12640 $as_echo "no" >&6; }
12644 done
12647 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12648 for ncn_progname in strip; do
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12650 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12651 if test -x $with_build_time_tools/${ncn_progname}; then
12652 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12654 $as_echo "yes" >&6; }
12655 break
12656 else
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12658 $as_echo "no" >&6; }
12660 done
12663 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12664 for ncn_progname in strip; do
12665 if test -n "$ncn_target_tool_prefix"; then
12666 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12667 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12669 $as_echo_n "checking for $ac_word... " >&6; }
12670 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12671 $as_echo_n "(cached) " >&6
12672 else
12673 if test -n "$STRIP_FOR_TARGET"; then
12674 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12675 else
12676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12677 for as_dir in $PATH
12679 IFS=$as_save_IFS
12680 test -z "$as_dir" && as_dir=.
12681 for ac_exec_ext in '' $ac_executable_extensions; do
12682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12683 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12685 break 2
12687 done
12688 done
12689 IFS=$as_save_IFS
12693 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12694 if test -n "$STRIP_FOR_TARGET"; then
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12696 $as_echo "$STRIP_FOR_TARGET" >&6; }
12697 else
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12699 $as_echo "no" >&6; }
12704 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12705 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12706 set dummy ${ncn_progname}; ac_word=$2
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12708 $as_echo_n "checking for $ac_word... " >&6; }
12709 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12710 $as_echo_n "(cached) " >&6
12711 else
12712 if test -n "$STRIP_FOR_TARGET"; then
12713 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12714 else
12715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12716 for as_dir in $PATH
12718 IFS=$as_save_IFS
12719 test -z "$as_dir" && as_dir=.
12720 for ac_exec_ext in '' $ac_executable_extensions; do
12721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12722 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12724 break 2
12726 done
12727 done
12728 IFS=$as_save_IFS
12732 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12733 if test -n "$STRIP_FOR_TARGET"; then
12734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12735 $as_echo "$STRIP_FOR_TARGET" >&6; }
12736 else
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12738 $as_echo "no" >&6; }
12743 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12744 done
12747 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12748 set dummy strip
12749 if test $build = $target ; then
12750 STRIP_FOR_TARGET="$2"
12751 else
12752 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12754 else
12755 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12758 else
12759 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12765 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12766 if test -n "$with_build_time_tools"; then
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12768 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12769 if test -x $with_build_time_tools/windres; then
12770 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12771 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12773 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12774 else
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12776 $as_echo "no" >&6; }
12778 elif test $build != $host && test $have_gcc_for_target = yes; then
12779 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12780 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12781 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12784 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12785 # Extract the first word of "windres", so it can be a program name with args.
12786 set dummy windres; ac_word=$2
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12788 $as_echo_n "checking for $ac_word... " >&6; }
12789 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12790 $as_echo_n "(cached) " >&6
12791 else
12792 case $WINDRES_FOR_TARGET in
12793 [\\/]* | ?:[\\/]*)
12794 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12798 for as_dir in $gcc_cv_tool_dirs
12800 IFS=$as_save_IFS
12801 test -z "$as_dir" && as_dir=.
12802 for ac_exec_ext in '' $ac_executable_extensions; do
12803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12804 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12806 break 2
12808 done
12809 done
12810 IFS=$as_save_IFS
12813 esac
12815 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12816 if test -n "$WINDRES_FOR_TARGET"; then
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12818 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12819 else
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12821 $as_echo "no" >&6; }
12826 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12829 if test -n "$WINDRES_FOR_TARGET"; then
12830 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12831 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12832 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12835 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12836 for ncn_progname in windres; do
12837 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12838 set dummy ${ncn_progname}; ac_word=$2
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12840 $as_echo_n "checking for $ac_word... " >&6; }
12841 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12842 $as_echo_n "(cached) " >&6
12843 else
12844 if test -n "$WINDRES_FOR_TARGET"; then
12845 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12846 else
12847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12848 for as_dir in $PATH
12850 IFS=$as_save_IFS
12851 test -z "$as_dir" && as_dir=.
12852 for ac_exec_ext in '' $ac_executable_extensions; do
12853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12854 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12856 break 2
12858 done
12859 done
12860 IFS=$as_save_IFS
12864 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12865 if test -n "$WINDRES_FOR_TARGET"; then
12866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12867 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12868 else
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12870 $as_echo "no" >&6; }
12874 done
12877 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12878 for ncn_progname in windres; do
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12880 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12881 if test -x $with_build_time_tools/${ncn_progname}; then
12882 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12884 $as_echo "yes" >&6; }
12885 break
12886 else
12887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12888 $as_echo "no" >&6; }
12890 done
12893 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12894 for ncn_progname in windres; do
12895 if test -n "$ncn_target_tool_prefix"; then
12896 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12897 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12899 $as_echo_n "checking for $ac_word... " >&6; }
12900 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12901 $as_echo_n "(cached) " >&6
12902 else
12903 if test -n "$WINDRES_FOR_TARGET"; then
12904 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12905 else
12906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12907 for as_dir in $PATH
12909 IFS=$as_save_IFS
12910 test -z "$as_dir" && as_dir=.
12911 for ac_exec_ext in '' $ac_executable_extensions; do
12912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12913 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12915 break 2
12917 done
12918 done
12919 IFS=$as_save_IFS
12923 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12924 if test -n "$WINDRES_FOR_TARGET"; then
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12926 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12927 else
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12929 $as_echo "no" >&6; }
12934 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12935 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12936 set dummy ${ncn_progname}; ac_word=$2
12937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12938 $as_echo_n "checking for $ac_word... " >&6; }
12939 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12940 $as_echo_n "(cached) " >&6
12941 else
12942 if test -n "$WINDRES_FOR_TARGET"; then
12943 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12944 else
12945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12946 for as_dir in $PATH
12948 IFS=$as_save_IFS
12949 test -z "$as_dir" && as_dir=.
12950 for ac_exec_ext in '' $ac_executable_extensions; do
12951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12952 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12954 break 2
12956 done
12957 done
12958 IFS=$as_save_IFS
12962 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12963 if test -n "$WINDRES_FOR_TARGET"; then
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12965 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12966 else
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12968 $as_echo "no" >&6; }
12973 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12974 done
12977 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12978 set dummy windres
12979 if test $build = $target ; then
12980 WINDRES_FOR_TARGET="$2"
12981 else
12982 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
12984 else
12985 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
12988 else
12989 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12995 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12996 if test -n "$with_build_time_tools"; then
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12998 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
12999 if test -x $with_build_time_tools/windmc; then
13000 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13001 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13003 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13004 else
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13006 $as_echo "no" >&6; }
13008 elif test $build != $host && test $have_gcc_for_target = yes; then
13009 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13010 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13011 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13014 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13015 # Extract the first word of "windmc", so it can be a program name with args.
13016 set dummy windmc; ac_word=$2
13017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13018 $as_echo_n "checking for $ac_word... " >&6; }
13019 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13020 $as_echo_n "(cached) " >&6
13021 else
13022 case $WINDMC_FOR_TARGET in
13023 [\\/]* | ?:[\\/]*)
13024 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13028 for as_dir in $gcc_cv_tool_dirs
13030 IFS=$as_save_IFS
13031 test -z "$as_dir" && as_dir=.
13032 for ac_exec_ext in '' $ac_executable_extensions; do
13033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13034 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13036 break 2
13038 done
13039 done
13040 IFS=$as_save_IFS
13043 esac
13045 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13046 if test -n "$WINDMC_FOR_TARGET"; then
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13048 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13049 else
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13051 $as_echo "no" >&6; }
13056 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13059 if test -n "$WINDMC_FOR_TARGET"; then
13060 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13061 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13062 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13065 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13066 for ncn_progname in windmc; do
13067 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13068 set dummy ${ncn_progname}; ac_word=$2
13069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13070 $as_echo_n "checking for $ac_word... " >&6; }
13071 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13072 $as_echo_n "(cached) " >&6
13073 else
13074 if test -n "$WINDMC_FOR_TARGET"; then
13075 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13076 else
13077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13078 for as_dir in $PATH
13080 IFS=$as_save_IFS
13081 test -z "$as_dir" && as_dir=.
13082 for ac_exec_ext in '' $ac_executable_extensions; do
13083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13084 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13086 break 2
13088 done
13089 done
13090 IFS=$as_save_IFS
13094 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13095 if test -n "$WINDMC_FOR_TARGET"; then
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13097 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13098 else
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13100 $as_echo "no" >&6; }
13104 done
13107 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13108 for ncn_progname in windmc; do
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13110 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13111 if test -x $with_build_time_tools/${ncn_progname}; then
13112 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13114 $as_echo "yes" >&6; }
13115 break
13116 else
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13118 $as_echo "no" >&6; }
13120 done
13123 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13124 for ncn_progname in windmc; do
13125 if test -n "$ncn_target_tool_prefix"; then
13126 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13127 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13129 $as_echo_n "checking for $ac_word... " >&6; }
13130 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13131 $as_echo_n "(cached) " >&6
13132 else
13133 if test -n "$WINDMC_FOR_TARGET"; then
13134 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13135 else
13136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13137 for as_dir in $PATH
13139 IFS=$as_save_IFS
13140 test -z "$as_dir" && as_dir=.
13141 for ac_exec_ext in '' $ac_executable_extensions; do
13142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13143 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13145 break 2
13147 done
13148 done
13149 IFS=$as_save_IFS
13153 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13154 if test -n "$WINDMC_FOR_TARGET"; then
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13156 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13157 else
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13159 $as_echo "no" >&6; }
13164 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13165 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13166 set dummy ${ncn_progname}; ac_word=$2
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13168 $as_echo_n "checking for $ac_word... " >&6; }
13169 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13170 $as_echo_n "(cached) " >&6
13171 else
13172 if test -n "$WINDMC_FOR_TARGET"; then
13173 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13174 else
13175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13176 for as_dir in $PATH
13178 IFS=$as_save_IFS
13179 test -z "$as_dir" && as_dir=.
13180 for ac_exec_ext in '' $ac_executable_extensions; do
13181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13182 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13184 break 2
13186 done
13187 done
13188 IFS=$as_save_IFS
13192 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13193 if test -n "$WINDMC_FOR_TARGET"; then
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13195 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13196 else
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13198 $as_echo "no" >&6; }
13203 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13204 done
13207 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13208 set dummy windmc
13209 if test $build = $target ; then
13210 WINDMC_FOR_TARGET="$2"
13211 else
13212 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13214 else
13215 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13218 else
13219 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13223 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13226 $as_echo_n "checking where to find the target ar... " >&6; }
13227 if test "x${build}" != "x${host}" ; then
13228 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13229 # We already found the complete path
13230 ac_dir=`dirname $AR_FOR_TARGET`
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13232 $as_echo "pre-installed in $ac_dir" >&6; }
13233 else
13234 # Canadian cross, just use what we found
13235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13236 $as_echo "pre-installed" >&6; }
13238 else
13239 ok=yes
13240 case " ${configdirs} " in
13241 *" binutils "*) ;;
13242 *) ok=no ;;
13243 esac
13245 if test $ok = yes; then
13246 # An in-tree tool is available and we can use it
13247 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13249 $as_echo "just compiled" >&6; }
13250 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13251 # We already found the complete path
13252 ac_dir=`dirname $AR_FOR_TARGET`
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13254 $as_echo "pre-installed in $ac_dir" >&6; }
13255 elif test "x$target" = "x$host"; then
13256 # We can use an host tool
13257 AR_FOR_TARGET='$(AR)'
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13259 $as_echo "host tool" >&6; }
13260 else
13261 # We need a cross tool
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13263 $as_echo "pre-installed" >&6; }
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13268 $as_echo_n "checking where to find the target as... " >&6; }
13269 if test "x${build}" != "x${host}" ; then
13270 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13271 # We already found the complete path
13272 ac_dir=`dirname $AS_FOR_TARGET`
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13274 $as_echo "pre-installed in $ac_dir" >&6; }
13275 else
13276 # Canadian cross, just use what we found
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13278 $as_echo "pre-installed" >&6; }
13280 else
13281 ok=yes
13282 case " ${configdirs} " in
13283 *" gas "*) ;;
13284 *) ok=no ;;
13285 esac
13287 if test $ok = yes; then
13288 # An in-tree tool is available and we can use it
13289 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13291 $as_echo "just compiled" >&6; }
13292 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13293 # We already found the complete path
13294 ac_dir=`dirname $AS_FOR_TARGET`
13295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13296 $as_echo "pre-installed in $ac_dir" >&6; }
13297 elif test "x$target" = "x$host"; then
13298 # We can use an host tool
13299 AS_FOR_TARGET='$(AS)'
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13301 $as_echo "host tool" >&6; }
13302 else
13303 # We need a cross tool
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13305 $as_echo "pre-installed" >&6; }
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13310 $as_echo_n "checking where to find the target cc... " >&6; }
13311 if test "x${build}" != "x${host}" ; then
13312 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13313 # We already found the complete path
13314 ac_dir=`dirname $CC_FOR_TARGET`
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13316 $as_echo "pre-installed in $ac_dir" >&6; }
13317 else
13318 # Canadian cross, just use what we found
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13320 $as_echo "pre-installed" >&6; }
13322 else
13323 ok=yes
13324 case " ${configdirs} " in
13325 *" gcc "*) ;;
13326 *) ok=no ;;
13327 esac
13329 if test $ok = yes; then
13330 # An in-tree tool is available and we can use it
13331 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13333 $as_echo "just compiled" >&6; }
13334 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13335 # We already found the complete path
13336 ac_dir=`dirname $CC_FOR_TARGET`
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13338 $as_echo "pre-installed in $ac_dir" >&6; }
13339 elif test "x$target" = "x$host"; then
13340 # We can use an host tool
13341 CC_FOR_TARGET='$(CC)'
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13343 $as_echo "host tool" >&6; }
13344 else
13345 # We need a cross tool
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13347 $as_echo "pre-installed" >&6; }
13351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13352 $as_echo_n "checking where to find the target c++... " >&6; }
13353 if test "x${build}" != "x${host}" ; then
13354 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13355 # We already found the complete path
13356 ac_dir=`dirname $CXX_FOR_TARGET`
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13358 $as_echo "pre-installed in $ac_dir" >&6; }
13359 else
13360 # Canadian cross, just use what we found
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13362 $as_echo "pre-installed" >&6; }
13364 else
13365 ok=yes
13366 case " ${configdirs} " in
13367 *" gcc "*) ;;
13368 *) ok=no ;;
13369 esac
13370 case ,${enable_languages}, in
13371 *,c++,*) ;;
13372 *) ok=no ;;
13373 esac
13374 if test $ok = yes; then
13375 # An in-tree tool is available and we can use it
13376 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'
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13378 $as_echo "just compiled" >&6; }
13379 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13380 # We already found the complete path
13381 ac_dir=`dirname $CXX_FOR_TARGET`
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13383 $as_echo "pre-installed in $ac_dir" >&6; }
13384 elif test "x$target" = "x$host"; then
13385 # We can use an host tool
13386 CXX_FOR_TARGET='$(CXX)'
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13388 $as_echo "host tool" >&6; }
13389 else
13390 # We need a cross tool
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13392 $as_echo "pre-installed" >&6; }
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13397 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13398 if test "x${build}" != "x${host}" ; then
13399 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13400 # We already found the complete path
13401 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13403 $as_echo "pre-installed in $ac_dir" >&6; }
13404 else
13405 # Canadian cross, just use what we found
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13407 $as_echo "pre-installed" >&6; }
13409 else
13410 ok=yes
13411 case " ${configdirs} " in
13412 *" gcc "*) ;;
13413 *) ok=no ;;
13414 esac
13415 case ,${enable_languages}, in
13416 *,c++,*) ;;
13417 *) ok=no ;;
13418 esac
13419 if test $ok = yes; then
13420 # An in-tree tool is available and we can use it
13421 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'
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13423 $as_echo "just compiled" >&6; }
13424 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13425 # We already found the complete path
13426 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13428 $as_echo "pre-installed in $ac_dir" >&6; }
13429 elif test "x$target" = "x$host"; then
13430 # We can use an host tool
13431 RAW_CXX_FOR_TARGET='$(CXX)'
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13433 $as_echo "host tool" >&6; }
13434 else
13435 # We need a cross tool
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13437 $as_echo "pre-installed" >&6; }
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13442 $as_echo_n "checking where to find the target dlltool... " >&6; }
13443 if test "x${build}" != "x${host}" ; then
13444 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13445 # We already found the complete path
13446 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13448 $as_echo "pre-installed in $ac_dir" >&6; }
13449 else
13450 # Canadian cross, just use what we found
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13452 $as_echo "pre-installed" >&6; }
13454 else
13455 ok=yes
13456 case " ${configdirs} " in
13457 *" binutils "*) ;;
13458 *) ok=no ;;
13459 esac
13461 if test $ok = yes; then
13462 # An in-tree tool is available and we can use it
13463 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13465 $as_echo "just compiled" >&6; }
13466 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13467 # We already found the complete path
13468 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13470 $as_echo "pre-installed in $ac_dir" >&6; }
13471 elif test "x$target" = "x$host"; then
13472 # We can use an host tool
13473 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13475 $as_echo "host tool" >&6; }
13476 else
13477 # We need a cross tool
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13479 $as_echo "pre-installed" >&6; }
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13484 $as_echo_n "checking where to find the target gcc... " >&6; }
13485 if test "x${build}" != "x${host}" ; then
13486 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13487 # We already found the complete path
13488 ac_dir=`dirname $GCC_FOR_TARGET`
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13490 $as_echo "pre-installed in $ac_dir" >&6; }
13491 else
13492 # Canadian cross, just use what we found
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13494 $as_echo "pre-installed" >&6; }
13496 else
13497 ok=yes
13498 case " ${configdirs} " in
13499 *" gcc "*) ;;
13500 *) ok=no ;;
13501 esac
13503 if test $ok = yes; then
13504 # An in-tree tool is available and we can use it
13505 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13507 $as_echo "just compiled" >&6; }
13508 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13509 # We already found the complete path
13510 ac_dir=`dirname $GCC_FOR_TARGET`
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13512 $as_echo "pre-installed in $ac_dir" >&6; }
13513 elif test "x$target" = "x$host"; then
13514 # We can use an host tool
13515 GCC_FOR_TARGET='$()'
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13517 $as_echo "host tool" >&6; }
13518 else
13519 # We need a cross tool
13520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13521 $as_echo "pre-installed" >&6; }
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13526 $as_echo_n "checking where to find the target gcj... " >&6; }
13527 if test "x${build}" != "x${host}" ; then
13528 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13529 # We already found the complete path
13530 ac_dir=`dirname $GCJ_FOR_TARGET`
13531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13532 $as_echo "pre-installed in $ac_dir" >&6; }
13533 else
13534 # Canadian cross, just use what we found
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13536 $as_echo "pre-installed" >&6; }
13538 else
13539 ok=yes
13540 case " ${configdirs} " in
13541 *" gcc "*) ;;
13542 *) ok=no ;;
13543 esac
13544 case ,${enable_languages}, in
13545 *,java,*) ;;
13546 *) ok=no ;;
13547 esac
13548 if test $ok = yes; then
13549 # An in-tree tool is available and we can use it
13550 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13552 $as_echo "just compiled" >&6; }
13553 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13554 # We already found the complete path
13555 ac_dir=`dirname $GCJ_FOR_TARGET`
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13557 $as_echo "pre-installed in $ac_dir" >&6; }
13558 elif test "x$target" = "x$host"; then
13559 # We can use an host tool
13560 GCJ_FOR_TARGET='$(GCJ)'
13561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13562 $as_echo "host tool" >&6; }
13563 else
13564 # We need a cross tool
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13566 $as_echo "pre-installed" >&6; }
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13571 $as_echo_n "checking where to find the target gfortran... " >&6; }
13572 if test "x${build}" != "x${host}" ; then
13573 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13574 # We already found the complete path
13575 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13577 $as_echo "pre-installed in $ac_dir" >&6; }
13578 else
13579 # Canadian cross, just use what we found
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13581 $as_echo "pre-installed" >&6; }
13583 else
13584 ok=yes
13585 case " ${configdirs} " in
13586 *" gcc "*) ;;
13587 *) ok=no ;;
13588 esac
13589 case ,${enable_languages}, in
13590 *,fortran,*) ;;
13591 *) ok=no ;;
13592 esac
13593 if test $ok = yes; then
13594 # An in-tree tool is available and we can use it
13595 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13597 $as_echo "just compiled" >&6; }
13598 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13599 # We already found the complete path
13600 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13602 $as_echo "pre-installed in $ac_dir" >&6; }
13603 elif test "x$target" = "x$host"; then
13604 # We can use an host tool
13605 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13607 $as_echo "host tool" >&6; }
13608 else
13609 # We need a cross tool
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13611 $as_echo "pre-installed" >&6; }
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13616 $as_echo_n "checking where to find the target gccgo... " >&6; }
13617 if test "x${build}" != "x${host}" ; then
13618 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13619 # We already found the complete path
13620 ac_dir=`dirname $GOC_FOR_TARGET`
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13622 $as_echo "pre-installed in $ac_dir" >&6; }
13623 else
13624 # Canadian cross, just use what we found
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13626 $as_echo "pre-installed" >&6; }
13628 else
13629 ok=yes
13630 case " ${configdirs} " in
13631 *" gcc "*) ;;
13632 *) ok=no ;;
13633 esac
13634 case ,${enable_languages}, in
13635 *,go,*) ;;
13636 *) ok=no ;;
13637 esac
13638 if test $ok = yes; then
13639 # An in-tree tool is available and we can use it
13640 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13642 $as_echo "just compiled" >&6; }
13643 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13644 # We already found the complete path
13645 ac_dir=`dirname $GOC_FOR_TARGET`
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13647 $as_echo "pre-installed in $ac_dir" >&6; }
13648 elif test "x$target" = "x$host"; then
13649 # We can use an host tool
13650 GOC_FOR_TARGET='$(GOC)'
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13652 $as_echo "host tool" >&6; }
13653 else
13654 # We need a cross tool
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13656 $as_echo "pre-installed" >&6; }
13660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13661 $as_echo_n "checking where to find the target ld... " >&6; }
13662 if test "x${build}" != "x${host}" ; then
13663 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13664 # We already found the complete path
13665 ac_dir=`dirname $LD_FOR_TARGET`
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13667 $as_echo "pre-installed in $ac_dir" >&6; }
13668 else
13669 # Canadian cross, just use what we found
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13671 $as_echo "pre-installed" >&6; }
13673 else
13674 ok=yes
13675 case " ${configdirs} " in
13676 *" ld "*) ;;
13677 *) ok=no ;;
13678 esac
13680 if test $ok = yes; then
13681 # An in-tree tool is available and we can use it
13682 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13684 $as_echo "just compiled" >&6; }
13685 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13686 # We already found the complete path
13687 ac_dir=`dirname $LD_FOR_TARGET`
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13689 $as_echo "pre-installed in $ac_dir" >&6; }
13690 elif test "x$target" = "x$host"; then
13691 # We can use an host tool
13692 LD_FOR_TARGET='$(LD)'
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13694 $as_echo "host tool" >&6; }
13695 else
13696 # We need a cross tool
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13698 $as_echo "pre-installed" >&6; }
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13703 $as_echo_n "checking where to find the target lipo... " >&6; }
13704 if test "x${build}" != "x${host}" ; then
13705 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13706 # We already found the complete path
13707 ac_dir=`dirname $LIPO_FOR_TARGET`
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13709 $as_echo "pre-installed in $ac_dir" >&6; }
13710 else
13711 # Canadian cross, just use what we found
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13713 $as_echo "pre-installed" >&6; }
13715 else
13716 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13717 # We already found the complete path
13718 ac_dir=`dirname $LIPO_FOR_TARGET`
13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13720 $as_echo "pre-installed in $ac_dir" >&6; }
13721 elif test "x$target" = "x$host"; then
13722 # We can use an host tool
13723 LIPO_FOR_TARGET='$(LIPO)'
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13725 $as_echo "host tool" >&6; }
13726 else
13727 # We need a cross tool
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13729 $as_echo "pre-installed" >&6; }
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13734 $as_echo_n "checking where to find the target nm... " >&6; }
13735 if test "x${build}" != "x${host}" ; then
13736 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13737 # We already found the complete path
13738 ac_dir=`dirname $NM_FOR_TARGET`
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13740 $as_echo "pre-installed in $ac_dir" >&6; }
13741 else
13742 # Canadian cross, just use what we found
13743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13744 $as_echo "pre-installed" >&6; }
13746 else
13747 ok=yes
13748 case " ${configdirs} " in
13749 *" binutils "*) ;;
13750 *) ok=no ;;
13751 esac
13753 if test $ok = yes; then
13754 # An in-tree tool is available and we can use it
13755 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13757 $as_echo "just compiled" >&6; }
13758 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13759 # We already found the complete path
13760 ac_dir=`dirname $NM_FOR_TARGET`
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13762 $as_echo "pre-installed in $ac_dir" >&6; }
13763 elif test "x$target" = "x$host"; then
13764 # We can use an host tool
13765 NM_FOR_TARGET='$(NM)'
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13767 $as_echo "host tool" >&6; }
13768 else
13769 # We need a cross tool
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13771 $as_echo "pre-installed" >&6; }
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13776 $as_echo_n "checking where to find the target objdump... " >&6; }
13777 if test "x${build}" != "x${host}" ; then
13778 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13779 # We already found the complete path
13780 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13782 $as_echo "pre-installed in $ac_dir" >&6; }
13783 else
13784 # Canadian cross, just use what we found
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13786 $as_echo "pre-installed" >&6; }
13788 else
13789 ok=yes
13790 case " ${configdirs} " in
13791 *" binutils "*) ;;
13792 *) ok=no ;;
13793 esac
13795 if test $ok = yes; then
13796 # An in-tree tool is available and we can use it
13797 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13799 $as_echo "just compiled" >&6; }
13800 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13801 # We already found the complete path
13802 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13804 $as_echo "pre-installed in $ac_dir" >&6; }
13805 elif test "x$target" = "x$host"; then
13806 # We can use an host tool
13807 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13809 $as_echo "host tool" >&6; }
13810 else
13811 # We need a cross tool
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13813 $as_echo "pre-installed" >&6; }
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13818 $as_echo_n "checking where to find the target ranlib... " >&6; }
13819 if test "x${build}" != "x${host}" ; then
13820 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13821 # We already found the complete path
13822 ac_dir=`dirname $RANLIB_FOR_TARGET`
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13824 $as_echo "pre-installed in $ac_dir" >&6; }
13825 else
13826 # Canadian cross, just use what we found
13827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13828 $as_echo "pre-installed" >&6; }
13830 else
13831 ok=yes
13832 case " ${configdirs} " in
13833 *" binutils "*) ;;
13834 *) ok=no ;;
13835 esac
13837 if test $ok = yes; then
13838 # An in-tree tool is available and we can use it
13839 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13841 $as_echo "just compiled" >&6; }
13842 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13843 # We already found the complete path
13844 ac_dir=`dirname $RANLIB_FOR_TARGET`
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13846 $as_echo "pre-installed in $ac_dir" >&6; }
13847 elif test "x$target" = "x$host"; then
13848 # We can use an host tool
13849 RANLIB_FOR_TARGET='$(RANLIB)'
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13851 $as_echo "host tool" >&6; }
13852 else
13853 # We need a cross tool
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13855 $as_echo "pre-installed" >&6; }
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13860 $as_echo_n "checking where to find the target strip... " >&6; }
13861 if test "x${build}" != "x${host}" ; then
13862 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13863 # We already found the complete path
13864 ac_dir=`dirname $STRIP_FOR_TARGET`
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13866 $as_echo "pre-installed in $ac_dir" >&6; }
13867 else
13868 # Canadian cross, just use what we found
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13870 $as_echo "pre-installed" >&6; }
13872 else
13873 ok=yes
13874 case " ${configdirs} " in
13875 *" binutils "*) ;;
13876 *) ok=no ;;
13877 esac
13879 if test $ok = yes; then
13880 # An in-tree tool is available and we can use it
13881 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
13882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13883 $as_echo "just compiled" >&6; }
13884 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13885 # We already found the complete path
13886 ac_dir=`dirname $STRIP_FOR_TARGET`
13887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13888 $as_echo "pre-installed in $ac_dir" >&6; }
13889 elif test "x$target" = "x$host"; then
13890 # We can use an host tool
13891 STRIP_FOR_TARGET='$(STRIP)'
13892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13893 $as_echo "host tool" >&6; }
13894 else
13895 # We need a cross tool
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13897 $as_echo "pre-installed" >&6; }
13901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13902 $as_echo_n "checking where to find the target windres... " >&6; }
13903 if test "x${build}" != "x${host}" ; then
13904 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13905 # We already found the complete path
13906 ac_dir=`dirname $WINDRES_FOR_TARGET`
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13908 $as_echo "pre-installed in $ac_dir" >&6; }
13909 else
13910 # Canadian cross, just use what we found
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13912 $as_echo "pre-installed" >&6; }
13914 else
13915 ok=yes
13916 case " ${configdirs} " in
13917 *" binutils "*) ;;
13918 *) ok=no ;;
13919 esac
13921 if test $ok = yes; then
13922 # An in-tree tool is available and we can use it
13923 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13925 $as_echo "just compiled" >&6; }
13926 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13927 # We already found the complete path
13928 ac_dir=`dirname $WINDRES_FOR_TARGET`
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13930 $as_echo "pre-installed in $ac_dir" >&6; }
13931 elif test "x$target" = "x$host"; then
13932 # We can use an host tool
13933 WINDRES_FOR_TARGET='$(WINDRES)'
13934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13935 $as_echo "host tool" >&6; }
13936 else
13937 # We need a cross tool
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13939 $as_echo "pre-installed" >&6; }
13943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13944 $as_echo_n "checking where to find the target windmc... " >&6; }
13945 if test "x${build}" != "x${host}" ; then
13946 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13947 # We already found the complete path
13948 ac_dir=`dirname $WINDMC_FOR_TARGET`
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13950 $as_echo "pre-installed in $ac_dir" >&6; }
13951 else
13952 # Canadian cross, just use what we found
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13954 $as_echo "pre-installed" >&6; }
13956 else
13957 ok=yes
13958 case " ${configdirs} " in
13959 *" binutils "*) ;;
13960 *) ok=no ;;
13961 esac
13963 if test $ok = yes; then
13964 # An in-tree tool is available and we can use it
13965 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13967 $as_echo "just compiled" >&6; }
13968 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13969 # We already found the complete path
13970 ac_dir=`dirname $WINDMC_FOR_TARGET`
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13972 $as_echo "pre-installed in $ac_dir" >&6; }
13973 elif test "x$target" = "x$host"; then
13974 # We can use an host tool
13975 WINDMC_FOR_TARGET='$(WINDMC)'
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13977 $as_echo "host tool" >&6; }
13978 else
13979 # We need a cross tool
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13981 $as_echo "pre-installed" >&6; }
13989 # Certain tools may need extra flags.
13990 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13991 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13992 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13994 # When building target libraries, except in a Canadian cross, we use
13995 # the same toolchain as the compiler we just built.
13996 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13997 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13998 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13999 if test $host = $build; then
14000 case " $configdirs " in
14001 *" gcc "*)
14002 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14003 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14004 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14006 esac
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14014 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14015 # Check whether --enable-maintainer-mode was given.
14016 if test "${enable_maintainer_mode+set}" = set; then :
14017 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14018 else
14019 USE_MAINTAINER_MODE=no
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14023 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14026 if test "$USE_MAINTAINER_MODE" = yes; then
14027 MAINTAINER_MODE_TRUE=
14028 MAINTAINER_MODE_FALSE='#'
14029 else
14030 MAINTAINER_MODE_TRUE='#'
14031 MAINTAINER_MODE_FALSE=
14033 MAINT=$MAINTAINER_MODE_TRUE
14035 # ---------------------
14036 # GCC bootstrap support
14037 # ---------------------
14039 # Stage specific cflags for build.
14040 stage1_cflags="-g"
14041 case $build in
14042 vax-*-*)
14043 case ${GCC} in
14044 yes) stage1_cflags="-g -Wa,-J" ;;
14045 *) stage1_cflags="-g -J" ;;
14046 esac ;;
14047 esac
14049 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
14050 if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
14051 saved_CFLAGS="$CFLAGS"
14053 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14054 CFLAGS="$CFLAGS -fkeep-inline-functions"
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14056 $as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14058 /* end confdefs.h. */
14060 #if (__GNUC__ < 3) \
14061 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14062 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14063 #error http://gcc.gnu.org/PR29382
14064 #endif
14067 main ()
14071 return 0;
14073 _ACEOF
14074 if ac_fn_c_try_compile "$LINENO"; then :
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14076 $as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
14077 else
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14079 $as_echo "no" >&6; }
14081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14083 CFLAGS="$saved_CFLAGS"
14088 # Enable --enable-checking in stage1 of the compiler.
14089 # Check whether --enable-stage1-checking was given.
14090 if test "${enable_stage1_checking+set}" = set; then :
14091 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14092 else
14093 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14094 stage1_checking=--enable-checking=yes,types
14095 else
14096 stage1_checking=--enable-checking=$enable_checking,types
14102 # Enable -Werror in bootstrap stage2 and later.
14103 # Check whether --enable-werror was given.
14104 if test "${enable_werror+set}" = set; then :
14105 enableval=$enable_werror;
14106 else
14107 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14108 enable_werror=yes
14109 else
14110 enable_werror=no
14114 case ${enable_werror} in
14115 yes) stage2_werror_flag="--enable-werror-always" ;;
14116 *) stage2_werror_flag="" ;;
14117 esac
14120 # Specify what files to not compare during bootstrap.
14122 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14123 case "$target" in
14124 hppa*64*-*-hpux*) ;;
14125 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14126 esac
14127 case " $configdirs " in
14128 *" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14129 esac
14132 ac_config_files="$ac_config_files Makefile"
14134 cat >confcache <<\_ACEOF
14135 # This file is a shell script that caches the results of configure
14136 # tests run on this system so they can be shared between configure
14137 # scripts and configure runs, see configure's option --config-cache.
14138 # It is not useful on other systems. If it contains results you don't
14139 # want to keep, you may remove or edit it.
14141 # config.status only pays attention to the cache file if you give it
14142 # the --recheck option to rerun configure.
14144 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14145 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14146 # following values.
14148 _ACEOF
14150 # The following way of writing the cache mishandles newlines in values,
14151 # but we know of no workaround that is simple, portable, and efficient.
14152 # So, we kill variables containing newlines.
14153 # Ultrix sh set writes to stderr and can't be redirected directly,
14154 # and sets the high bit in the cache file unless we assign to the vars.
14156 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14157 eval ac_val=\$$ac_var
14158 case $ac_val in #(
14159 *${as_nl}*)
14160 case $ac_var in #(
14161 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14162 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14163 esac
14164 case $ac_var in #(
14165 _ | IFS | as_nl) ;; #(
14166 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14167 *) { eval $ac_var=; unset $ac_var;} ;;
14168 esac ;;
14169 esac
14170 done
14172 (set) 2>&1 |
14173 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14174 *${as_nl}ac_space=\ *)
14175 # `set' does not quote correctly, so add quotes: double-quote
14176 # substitution turns \\\\ into \\, and sed turns \\ into \.
14177 sed -n \
14178 "s/'/'\\\\''/g;
14179 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14180 ;; #(
14182 # `set' quotes correctly as required by POSIX, so do not add quotes.
14183 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14185 esac |
14186 sort
14188 sed '
14189 /^ac_cv_env_/b end
14190 t clear
14191 :clear
14192 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14193 t end
14194 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14195 :end' >>confcache
14196 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14197 if test -w "$cache_file"; then
14198 test "x$cache_file" != "x/dev/null" &&
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14200 $as_echo "$as_me: updating cache $cache_file" >&6;}
14201 cat confcache >$cache_file
14202 else
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14204 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14207 rm -f confcache
14209 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14210 # Let make expand exec_prefix.
14211 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14213 # Transform confdefs.h into DEFS.
14214 # Protect against shell expansion while executing Makefile rules.
14215 # Protect against Makefile macro expansion.
14217 # If the first sed substitution is executed (which looks for macros that
14218 # take arguments), then branch to the quote section. Otherwise,
14219 # look for a macro that doesn't take arguments.
14220 ac_script='
14221 :mline
14222 /\\$/{
14224 s,\\\n,,
14225 b mline
14227 t clear
14228 :clear
14229 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14230 t quote
14231 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14232 t quote
14233 b any
14234 :quote
14235 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14236 s/\[/\\&/g
14237 s/\]/\\&/g
14238 s/\$/$$/g
14240 :any
14243 s/^\n//
14244 s/\n/ /g
14248 DEFS=`sed -n "$ac_script" confdefs.h`
14251 ac_libobjs=
14252 ac_ltlibobjs=
14253 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14254 # 1. Remove the extension, and $U if already installed.
14255 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14256 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14257 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14258 # will be set to the directory where LIBOBJS objects are built.
14259 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14260 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14261 done
14262 LIBOBJS=$ac_libobjs
14264 LTLIBOBJS=$ac_ltlibobjs
14268 : ${CONFIG_STATUS=./config.status}
14269 ac_write_fail=0
14270 ac_clean_files_save=$ac_clean_files
14271 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14272 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14273 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14274 as_write_fail=0
14275 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14276 #! $SHELL
14277 # Generated by $as_me.
14278 # Run this file to recreate the current configuration.
14279 # Compiler output produced by configure, useful for debugging
14280 # configure, is in config.log if it exists.
14282 debug=false
14283 ac_cs_recheck=false
14284 ac_cs_silent=false
14286 SHELL=\${CONFIG_SHELL-$SHELL}
14287 export SHELL
14288 _ASEOF
14289 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14290 ## -------------------- ##
14291 ## M4sh Initialization. ##
14292 ## -------------------- ##
14294 # Be more Bourne compatible
14295 DUALCASE=1; export DUALCASE # for MKS sh
14296 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14297 emulate sh
14298 NULLCMD=:
14299 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14300 # is contrary to our usage. Disable this feature.
14301 alias -g '${1+"$@"}'='"$@"'
14302 setopt NO_GLOB_SUBST
14303 else
14304 case `(set -o) 2>/dev/null` in #(
14305 *posix*) :
14306 set -o posix ;; #(
14307 *) :
14309 esac
14313 as_nl='
14315 export as_nl
14316 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14317 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14318 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14319 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14320 # Prefer a ksh shell builtin over an external printf program on Solaris,
14321 # but without wasting forks for bash or zsh.
14322 if test -z "$BASH_VERSION$ZSH_VERSION" \
14323 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14324 as_echo='print -r --'
14325 as_echo_n='print -rn --'
14326 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14327 as_echo='printf %s\n'
14328 as_echo_n='printf %s'
14329 else
14330 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14331 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14332 as_echo_n='/usr/ucb/echo -n'
14333 else
14334 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14335 as_echo_n_body='eval
14336 arg=$1;
14337 case $arg in #(
14338 *"$as_nl"*)
14339 expr "X$arg" : "X\\(.*\\)$as_nl";
14340 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14341 esac;
14342 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14344 export as_echo_n_body
14345 as_echo_n='sh -c $as_echo_n_body as_echo'
14347 export as_echo_body
14348 as_echo='sh -c $as_echo_body as_echo'
14351 # The user is always right.
14352 if test "${PATH_SEPARATOR+set}" != set; then
14353 PATH_SEPARATOR=:
14354 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14355 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14356 PATH_SEPARATOR=';'
14361 # IFS
14362 # We need space, tab and new line, in precisely that order. Quoting is
14363 # there to prevent editors from complaining about space-tab.
14364 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14365 # splitting by setting IFS to empty value.)
14366 IFS=" "" $as_nl"
14368 # Find who we are. Look in the path if we contain no directory separator.
14369 case $0 in #((
14370 *[\\/]* ) as_myself=$0 ;;
14371 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14372 for as_dir in $PATH
14374 IFS=$as_save_IFS
14375 test -z "$as_dir" && as_dir=.
14376 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14377 done
14378 IFS=$as_save_IFS
14381 esac
14382 # We did not find ourselves, most probably we were run as `sh COMMAND'
14383 # in which case we are not to be found in the path.
14384 if test "x$as_myself" = x; then
14385 as_myself=$0
14387 if test ! -f "$as_myself"; then
14388 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14389 exit 1
14392 # Unset variables that we do not need and which cause bugs (e.g. in
14393 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14394 # suppresses any "Segmentation fault" message there. '((' could
14395 # trigger a bug in pdksh 5.2.14.
14396 for as_var in BASH_ENV ENV MAIL MAILPATH
14397 do eval test x\${$as_var+set} = xset \
14398 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14399 done
14400 PS1='$ '
14401 PS2='> '
14402 PS4='+ '
14404 # NLS nuisances.
14405 LC_ALL=C
14406 export LC_ALL
14407 LANGUAGE=C
14408 export LANGUAGE
14410 # CDPATH.
14411 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14414 # as_fn_error ERROR [LINENO LOG_FD]
14415 # ---------------------------------
14416 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14417 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14418 # script with status $?, using 1 if that was 0.
14419 as_fn_error ()
14421 as_status=$?; test $as_status -eq 0 && as_status=1
14422 if test "$3"; then
14423 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14426 $as_echo "$as_me: error: $1" >&2
14427 as_fn_exit $as_status
14428 } # as_fn_error
14431 # as_fn_set_status STATUS
14432 # -----------------------
14433 # Set $? to STATUS, without forking.
14434 as_fn_set_status ()
14436 return $1
14437 } # as_fn_set_status
14439 # as_fn_exit STATUS
14440 # -----------------
14441 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14442 as_fn_exit ()
14444 set +e
14445 as_fn_set_status $1
14446 exit $1
14447 } # as_fn_exit
14449 # as_fn_unset VAR
14450 # ---------------
14451 # Portably unset VAR.
14452 as_fn_unset ()
14454 { eval $1=; unset $1;}
14456 as_unset=as_fn_unset
14457 # as_fn_append VAR VALUE
14458 # ----------------------
14459 # Append the text in VALUE to the end of the definition contained in VAR. Take
14460 # advantage of any shell optimizations that allow amortized linear growth over
14461 # repeated appends, instead of the typical quadratic growth present in naive
14462 # implementations.
14463 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14464 eval 'as_fn_append ()
14466 eval $1+=\$2
14468 else
14469 as_fn_append ()
14471 eval $1=\$$1\$2
14473 fi # as_fn_append
14475 # as_fn_arith ARG...
14476 # ------------------
14477 # Perform arithmetic evaluation on the ARGs, and store the result in the
14478 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14479 # must be portable across $(()) and expr.
14480 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14481 eval 'as_fn_arith ()
14483 as_val=$(( $* ))
14485 else
14486 as_fn_arith ()
14488 as_val=`expr "$@" || test $? -eq 1`
14490 fi # as_fn_arith
14493 if expr a : '\(a\)' >/dev/null 2>&1 &&
14494 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14495 as_expr=expr
14496 else
14497 as_expr=false
14500 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14501 as_basename=basename
14502 else
14503 as_basename=false
14506 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14507 as_dirname=dirname
14508 else
14509 as_dirname=false
14512 as_me=`$as_basename -- "$0" ||
14513 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14514 X"$0" : 'X\(//\)$' \| \
14515 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14516 $as_echo X/"$0" |
14517 sed '/^.*\/\([^/][^/]*\)\/*$/{
14518 s//\1/
14521 /^X\/\(\/\/\)$/{
14522 s//\1/
14525 /^X\/\(\/\).*/{
14526 s//\1/
14529 s/.*/./; q'`
14531 # Avoid depending upon Character Ranges.
14532 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14533 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14534 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14535 as_cr_digits='0123456789'
14536 as_cr_alnum=$as_cr_Letters$as_cr_digits
14538 ECHO_C= ECHO_N= ECHO_T=
14539 case `echo -n x` in #(((((
14540 -n*)
14541 case `echo 'xy\c'` in
14542 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14543 xy) ECHO_C='\c';;
14544 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14545 ECHO_T=' ';;
14546 esac;;
14548 ECHO_N='-n';;
14549 esac
14551 rm -f conf$$ conf$$.exe conf$$.file
14552 if test -d conf$$.dir; then
14553 rm -f conf$$.dir/conf$$.file
14554 else
14555 rm -f conf$$.dir
14556 mkdir conf$$.dir 2>/dev/null
14558 if (echo >conf$$.file) 2>/dev/null; then
14559 if ln -s conf$$.file conf$$ 2>/dev/null; then
14560 as_ln_s='ln -s'
14561 # ... but there are two gotchas:
14562 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14563 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14564 # In both cases, we have to default to `cp -p'.
14565 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14566 as_ln_s='cp -p'
14567 elif ln conf$$.file conf$$ 2>/dev/null; then
14568 as_ln_s=ln
14569 else
14570 as_ln_s='cp -p'
14572 else
14573 as_ln_s='cp -p'
14575 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14576 rmdir conf$$.dir 2>/dev/null
14579 # as_fn_mkdir_p
14580 # -------------
14581 # Create "$as_dir" as a directory, including parents if necessary.
14582 as_fn_mkdir_p ()
14585 case $as_dir in #(
14586 -*) as_dir=./$as_dir;;
14587 esac
14588 test -d "$as_dir" || eval $as_mkdir_p || {
14589 as_dirs=
14590 while :; do
14591 case $as_dir in #(
14592 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14593 *) as_qdir=$as_dir;;
14594 esac
14595 as_dirs="'$as_qdir' $as_dirs"
14596 as_dir=`$as_dirname -- "$as_dir" ||
14597 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14598 X"$as_dir" : 'X\(//\)[^/]' \| \
14599 X"$as_dir" : 'X\(//\)$' \| \
14600 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14601 $as_echo X"$as_dir" |
14602 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14603 s//\1/
14606 /^X\(\/\/\)[^/].*/{
14607 s//\1/
14610 /^X\(\/\/\)$/{
14611 s//\1/
14614 /^X\(\/\).*/{
14615 s//\1/
14618 s/.*/./; q'`
14619 test -d "$as_dir" && break
14620 done
14621 test -z "$as_dirs" || eval "mkdir $as_dirs"
14622 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14625 } # as_fn_mkdir_p
14626 if mkdir -p . 2>/dev/null; then
14627 as_mkdir_p='mkdir -p "$as_dir"'
14628 else
14629 test -d ./-p && rmdir ./-p
14630 as_mkdir_p=false
14633 if test -x / >/dev/null 2>&1; then
14634 as_test_x='test -x'
14635 else
14636 if ls -dL / >/dev/null 2>&1; then
14637 as_ls_L_option=L
14638 else
14639 as_ls_L_option=
14641 as_test_x='
14642 eval sh -c '\''
14643 if test -d "$1"; then
14644 test -d "$1/.";
14645 else
14646 case $1 in #(
14647 -*)set "./$1";;
14648 esac;
14649 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14650 ???[sx]*):;;*)false;;esac;fi
14651 '\'' sh
14654 as_executable_p=$as_test_x
14656 # Sed expression to map a string onto a valid CPP name.
14657 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14659 # Sed expression to map a string onto a valid variable name.
14660 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14663 exec 6>&1
14664 ## ----------------------------------- ##
14665 ## Main body of $CONFIG_STATUS script. ##
14666 ## ----------------------------------- ##
14667 _ASEOF
14668 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14670 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14671 # Save the log message, to keep $0 and so on meaningful, and to
14672 # report actual input values of CONFIG_FILES etc. instead of their
14673 # values after options handling.
14674 ac_log="
14675 This file was extended by $as_me, which was
14676 generated by GNU Autoconf 2.64. Invocation command line was
14678 CONFIG_FILES = $CONFIG_FILES
14679 CONFIG_HEADERS = $CONFIG_HEADERS
14680 CONFIG_LINKS = $CONFIG_LINKS
14681 CONFIG_COMMANDS = $CONFIG_COMMANDS
14682 $ $0 $@
14684 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14687 _ACEOF
14689 case $ac_config_files in *"
14690 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14691 esac
14695 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14696 # Files that config.status was made for.
14697 config_files="$ac_config_files"
14699 _ACEOF
14701 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14702 ac_cs_usage="\
14703 \`$as_me' instantiates files and other configuration actions
14704 from templates according to the current configuration. Unless the files
14705 and actions are specified as TAGs, all are instantiated by default.
14707 Usage: $0 [OPTION]... [TAG]...
14709 -h, --help print this help, then exit
14710 -V, --version print version number and configuration settings, then exit
14711 -q, --quiet, --silent
14712 do not print progress messages
14713 -d, --debug don't remove temporary files
14714 --recheck update $as_me by reconfiguring in the same conditions
14715 --file=FILE[:TEMPLATE]
14716 instantiate the configuration file FILE
14718 Configuration files:
14719 $config_files
14721 Report bugs to the package provider."
14723 _ACEOF
14724 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14725 ac_cs_version="\\
14726 config.status
14727 configured by $0, generated by GNU Autoconf 2.64,
14728 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14730 Copyright (C) 2009 Free Software Foundation, Inc.
14731 This config.status script is free software; the Free Software Foundation
14732 gives unlimited permission to copy, distribute and modify it."
14734 ac_pwd='$ac_pwd'
14735 srcdir='$srcdir'
14736 INSTALL='$INSTALL'
14737 AWK='$AWK'
14738 test -n "\$AWK" || AWK=awk
14739 _ACEOF
14741 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14742 # The default lists apply if the user does not specify any file.
14743 ac_need_defaults=:
14744 while test $# != 0
14746 case $1 in
14747 --*=*)
14748 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14749 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14750 ac_shift=:
14753 ac_option=$1
14754 ac_optarg=$2
14755 ac_shift=shift
14757 esac
14759 case $ac_option in
14760 # Handling of the options.
14761 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14762 ac_cs_recheck=: ;;
14763 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14764 $as_echo "$ac_cs_version"; exit ;;
14765 --debug | --debu | --deb | --de | --d | -d )
14766 debug=: ;;
14767 --file | --fil | --fi | --f )
14768 $ac_shift
14769 case $ac_optarg in
14770 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14771 esac
14772 as_fn_append CONFIG_FILES " '$ac_optarg'"
14773 ac_need_defaults=false;;
14774 --he | --h | --help | --hel | -h )
14775 $as_echo "$ac_cs_usage"; exit ;;
14776 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14777 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14778 ac_cs_silent=: ;;
14780 # This is an error.
14781 -*) as_fn_error "unrecognized option: \`$1'
14782 Try \`$0 --help' for more information." ;;
14784 *) as_fn_append ac_config_targets " $1"
14785 ac_need_defaults=false ;;
14787 esac
14788 shift
14789 done
14791 ac_configure_extra_args=
14793 if $ac_cs_silent; then
14794 exec 6>/dev/null
14795 ac_configure_extra_args="$ac_configure_extra_args --silent"
14798 _ACEOF
14799 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14800 if \$ac_cs_recheck; then
14801 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14802 shift
14803 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14804 CONFIG_SHELL='$SHELL'
14805 export CONFIG_SHELL
14806 exec "\$@"
14809 _ACEOF
14810 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14811 exec 5>>config.log
14813 echo
14814 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14815 ## Running $as_me. ##
14816 _ASBOX
14817 $as_echo "$ac_log"
14818 } >&5
14820 _ACEOF
14821 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14823 # INIT-COMMANDS
14825 extrasub_build="$extrasub_build"
14826 extrasub_host="$extrasub_host"
14827 extrasub_target="$extrasub_target"
14829 _ACEOF
14831 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14833 # Handling of arguments.
14834 for ac_config_target in $ac_config_targets
14836 case $ac_config_target in
14837 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14839 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14840 esac
14841 done
14844 # If the user did not use the arguments to specify the items to instantiate,
14845 # then the envvar interface is used. Set only those that are not.
14846 # We use the long form for the default assignment because of an extremely
14847 # bizarre bug on SunOS 4.1.3.
14848 if $ac_need_defaults; then
14849 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14852 # Have a temporary directory for convenience. Make it in the build tree
14853 # simply because there is no reason against having it here, and in addition,
14854 # creating and moving files from /tmp can sometimes cause problems.
14855 # Hook for its removal unless debugging.
14856 # Note that there is a small window in which the directory will not be cleaned:
14857 # after its creation but before its name has been assigned to `$tmp'.
14858 $debug ||
14860 tmp=
14861 trap 'exit_status=$?
14862 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14864 trap 'as_fn_exit 1' 1 2 13 15
14866 # Create a (secure) tmp directory for tmp files.
14869 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14870 test -n "$tmp" && test -d "$tmp"
14871 } ||
14873 tmp=./conf$$-$RANDOM
14874 (umask 077 && mkdir "$tmp")
14875 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14877 # Set up the scripts for CONFIG_FILES section.
14878 # No need to generate them if there are no CONFIG_FILES.
14879 # This happens for instance with `./config.status config.h'.
14880 if test -n "$CONFIG_FILES"; then
14882 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14883 ac_cs_awk_getline=:
14884 ac_cs_awk_pipe_init=
14885 ac_cs_awk_read_file='
14886 while ((getline aline < (F[key])) > 0)
14887 print(aline)
14888 close(F[key])'
14889 ac_cs_awk_pipe_fini=
14890 else
14891 ac_cs_awk_getline=false
14892 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14893 ac_cs_awk_read_file='
14894 print "|#_!!_#|"
14895 print "cat " F[key] " &&"
14896 '$ac_cs_awk_pipe_init
14897 # The final `:' finishes the AND list.
14898 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14900 ac_cr=`echo X | tr X '\015'`
14901 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14902 # But we know of no other shell where ac_cr would be empty at this
14903 # point, so we can use a bashism as a fallback.
14904 if test "x$ac_cr" = x; then
14905 eval ac_cr=\$\'\\r\'
14907 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14908 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14909 ac_cs_awk_cr='\r'
14910 else
14911 ac_cs_awk_cr=$ac_cr
14914 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14915 _ACEOF
14917 # Create commands to substitute file output variables.
14919 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14920 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14921 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14922 echo "_ACAWK" &&
14923 echo "_ACEOF"
14924 } >conf$$files.sh &&
14925 . ./conf$$files.sh ||
14926 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14927 rm -f conf$$files.sh
14930 echo "cat >conf$$subs.awk <<_ACEOF" &&
14931 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14932 echo "_ACEOF"
14933 } >conf$$subs.sh ||
14934 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14935 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14936 ac_delim='%!_!# '
14937 for ac_last_try in false false false false false :; do
14938 . ./conf$$subs.sh ||
14939 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14941 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14942 if test $ac_delim_n = $ac_delim_num; then
14943 break
14944 elif $ac_last_try; then
14945 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14946 else
14947 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14949 done
14950 rm -f conf$$subs.sh
14952 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14953 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14954 _ACEOF
14955 sed -n '
14957 s/^/S["/; s/!.*/"]=/
14960 s/^[^!]*!//
14961 :repl
14962 t repl
14963 s/'"$ac_delim"'$//
14964 t delim
14967 s/\(.\{148\}\).*/\1/
14968 t more1
14969 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14972 b repl
14973 :more1
14974 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14977 s/.\{148\}//
14978 t nl
14979 :delim
14981 s/\(.\{148\}\).*/\1/
14982 t more2
14983 s/["\\]/\\&/g; s/^/"/; s/$/"/
14986 :more2
14987 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14990 s/.\{148\}//
14991 t delim
14992 ' <conf$$subs.awk | sed '
14993 /^[^""]/{
14995 s/\n//
14997 ' >>$CONFIG_STATUS || ac_write_fail=1
14998 rm -f conf$$subs.awk
14999 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15000 _ACAWK
15001 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15002 for (key in S) S_is_set[key] = 1
15003 FS = "\a"
15004 \$ac_cs_awk_pipe_init
15007 line = $ 0
15008 nfields = split(line, field, "@")
15009 substed = 0
15010 len = length(field[1])
15011 for (i = 2; i < nfields; i++) {
15012 key = field[i]
15013 keylen = length(key)
15014 if (S_is_set[key]) {
15015 value = S[key]
15016 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15017 len += length(value) + length(field[++i])
15018 substed = 1
15019 } else
15020 len += 1 + keylen
15022 if (nfields == 3 && !substed) {
15023 key = field[2]
15024 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15025 \$ac_cs_awk_read_file
15026 next
15029 print line
15031 \$ac_cs_awk_pipe_fini
15032 _ACAWK
15033 _ACEOF
15034 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15035 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15036 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15037 else
15039 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15040 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15041 _ACEOF
15043 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15044 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15045 # trailing colons and then remove the whole line if VPATH becomes empty
15046 # (actually we leave an empty line to preserve line numbers).
15047 if test "x$srcdir" = x.; then
15048 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15049 s/:*\$(srcdir):*/:/
15050 s/:*\${srcdir}:*/:/
15051 s/:*@srcdir@:*/:/
15052 s/^\([^=]*=[ ]*\):*/\1/
15053 s/:*$//
15054 s/^[^=]*=[ ]*$//
15058 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15059 fi # test -n "$CONFIG_FILES"
15062 eval set X " :F $CONFIG_FILES "
15063 shift
15064 for ac_tag
15066 case $ac_tag in
15067 :[FHLC]) ac_mode=$ac_tag; continue;;
15068 esac
15069 case $ac_mode$ac_tag in
15070 :[FHL]*:*);;
15071 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15072 :[FH]-) ac_tag=-:-;;
15073 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15074 esac
15075 ac_save_IFS=$IFS
15076 IFS=:
15077 set x $ac_tag
15078 IFS=$ac_save_IFS
15079 shift
15080 ac_file=$1
15081 shift
15083 case $ac_mode in
15084 :L) ac_source=$1;;
15085 :[FH])
15086 ac_file_inputs=
15087 for ac_f
15089 case $ac_f in
15090 -) ac_f="$tmp/stdin";;
15091 *) # Look for the file first in the build tree, then in the source tree
15092 # (if the path is not absolute). The absolute path cannot be DOS-style,
15093 # because $ac_f cannot contain `:'.
15094 test -f "$ac_f" ||
15095 case $ac_f in
15096 [\\/$]*) false;;
15097 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15098 esac ||
15099 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15100 esac
15101 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15102 as_fn_append ac_file_inputs " '$ac_f'"
15103 done
15105 # Let's still pretend it is `configure' which instantiates (i.e., don't
15106 # use $as_me), people would be surprised to read:
15107 # /* config.h. Generated by config.status. */
15108 configure_input='Generated from '`
15109 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15110 `' by configure.'
15111 if test x"$ac_file" != x-; then
15112 configure_input="$ac_file. $configure_input"
15113 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15114 $as_echo "$as_me: creating $ac_file" >&6;}
15116 # Neutralize special characters interpreted by sed in replacement strings.
15117 case $configure_input in #(
15118 *\&* | *\|* | *\\* )
15119 ac_sed_conf_input=`$as_echo "$configure_input" |
15120 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15121 *) ac_sed_conf_input=$configure_input;;
15122 esac
15124 case $ac_tag in
15125 *:-:* | *:-) cat >"$tmp/stdin" \
15126 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15127 esac
15129 esac
15131 ac_dir=`$as_dirname -- "$ac_file" ||
15132 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15133 X"$ac_file" : 'X\(//\)[^/]' \| \
15134 X"$ac_file" : 'X\(//\)$' \| \
15135 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15136 $as_echo X"$ac_file" |
15137 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15138 s//\1/
15141 /^X\(\/\/\)[^/].*/{
15142 s//\1/
15145 /^X\(\/\/\)$/{
15146 s//\1/
15149 /^X\(\/\).*/{
15150 s//\1/
15153 s/.*/./; q'`
15154 as_dir="$ac_dir"; as_fn_mkdir_p
15155 ac_builddir=.
15157 case "$ac_dir" in
15158 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15160 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15161 # A ".." for each directory in $ac_dir_suffix.
15162 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15163 case $ac_top_builddir_sub in
15164 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15165 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15166 esac ;;
15167 esac
15168 ac_abs_top_builddir=$ac_pwd
15169 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15170 # for backward compatibility:
15171 ac_top_builddir=$ac_top_build_prefix
15173 case $srcdir in
15174 .) # We are building in place.
15175 ac_srcdir=.
15176 ac_top_srcdir=$ac_top_builddir_sub
15177 ac_abs_top_srcdir=$ac_pwd ;;
15178 [\\/]* | ?:[\\/]* ) # Absolute name.
15179 ac_srcdir=$srcdir$ac_dir_suffix;
15180 ac_top_srcdir=$srcdir
15181 ac_abs_top_srcdir=$srcdir ;;
15182 *) # Relative name.
15183 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15184 ac_top_srcdir=$ac_top_build_prefix$srcdir
15185 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15186 esac
15187 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15190 case $ac_mode in
15193 # CONFIG_FILE
15196 case $INSTALL in
15197 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15198 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15199 esac
15200 _ACEOF
15202 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15203 # If the template does not know about datarootdir, expand it.
15204 # FIXME: This hack should be removed a few years after 2.60.
15205 ac_datarootdir_hack=; ac_datarootdir_seen=
15206 ac_sed_dataroot='
15207 /datarootdir/ {
15211 /@datadir@/p
15212 /@docdir@/p
15213 /@infodir@/p
15214 /@localedir@/p
15215 /@mandir@/p'
15216 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15217 *datarootdir*) ac_datarootdir_seen=yes;;
15218 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15220 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15221 _ACEOF
15222 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15223 ac_datarootdir_hack='
15224 s&@datadir@&$datadir&g
15225 s&@docdir@&$docdir&g
15226 s&@infodir@&$infodir&g
15227 s&@localedir@&$localedir&g
15228 s&@mandir@&$mandir&g
15229 s&\\\${datarootdir}&$datarootdir&g' ;;
15230 esac
15231 _ACEOF
15233 # Neutralize VPATH when `$srcdir' = `.'.
15234 # Shell code in configure.ac might set extrasub.
15235 # FIXME: do we really want to maintain this feature?
15236 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15237 ac_sed_extra="$ac_vpsub
15238 $extrasub
15239 _ACEOF
15240 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15242 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15243 s|@configure_input@|$ac_sed_conf_input|;t t
15244 s&@top_builddir@&$ac_top_builddir_sub&;t t
15245 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15246 s&@srcdir@&$ac_srcdir&;t t
15247 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15248 s&@top_srcdir@&$ac_top_srcdir&;t t
15249 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15250 s&@builddir@&$ac_builddir&;t t
15251 s&@abs_builddir@&$ac_abs_builddir&;t t
15252 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15253 s&@INSTALL@&$ac_INSTALL&;t t
15254 $ac_datarootdir_hack
15256 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15257 if $ac_cs_awk_getline; then
15258 $AWK -f "$tmp/subs.awk"
15259 else
15260 $AWK -f "$tmp/subs.awk" | $SHELL
15261 fi >$tmp/out \
15262 || as_fn_error "could not create $ac_file" "$LINENO" 5
15264 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15265 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15266 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15267 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15268 which seems to be undefined. Please make sure it is defined." >&5
15269 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15270 which seems to be undefined. Please make sure it is defined." >&2;}
15272 rm -f "$tmp/stdin"
15273 case $ac_file in
15274 -) cat "$tmp/out" && rm -f "$tmp/out";;
15275 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15276 esac \
15277 || as_fn_error "could not create $ac_file" "$LINENO" 5
15282 esac
15285 case $ac_file$ac_mode in
15286 "Makefile":F) sed "$extrasub_build" Makefile |
15287 sed "$extrasub_host" |
15288 sed "$extrasub_target" > mf$$
15289 mv -f mf$$ Makefile ;;
15291 esac
15292 done # for ac_tag
15295 as_fn_exit 0
15296 _ACEOF
15297 ac_clean_files=$ac_clean_files_save
15299 test $ac_write_fail = 0 ||
15300 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15303 # configure is writing to config.log, and then calls config.status.
15304 # config.status does its own redirection, appending to config.log.
15305 # Unfortunately, on DOS this fails, as config.log is still kept open
15306 # by configure, so config.status won't be able to write to it; its
15307 # output is simply discarded. So we exec the FD to /dev/null,
15308 # effectively closing config.log, so it can be properly (re)opened and
15309 # appended to by config.status. When coming back to configure, we
15310 # need to make the FD available again.
15311 if test "$no_create" != yes; then
15312 ac_cs_success=:
15313 ac_config_status_args=
15314 test "$silent" = yes &&
15315 ac_config_status_args="$ac_config_status_args --quiet"
15316 exec 5>/dev/null
15317 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15318 exec 5>>config.log
15319 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15320 # would make configure fail if this is the last instruction.
15321 $ac_cs_success || as_fn_exit $?
15323 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15325 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}