2014-07-29 Ed Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / configure
blobc8b20b617aedefee15288c33806cdcfbe8483c03
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 host_shared
560 stage2_werror_flag
561 stage1_checking
562 stage1_cflags
563 MAINT
564 MAINTAINER_MODE_FALSE
565 MAINTAINER_MODE_TRUE
566 COMPILER_NM_FOR_TARGET
567 COMPILER_LD_FOR_TARGET
568 COMPILER_AS_FOR_TARGET
569 FLAGS_FOR_TARGET
570 RAW_CXX_FOR_TARGET
571 WINDMC_FOR_TARGET
572 WINDRES_FOR_TARGET
573 STRIP_FOR_TARGET
574 READELF_FOR_TARGET
575 RANLIB_FOR_TARGET
576 OBJDUMP_FOR_TARGET
577 NM_FOR_TARGET
578 LIPO_FOR_TARGET
579 LD_FOR_TARGET
580 DLLTOOL_FOR_TARGET
581 AS_FOR_TARGET
582 AR_FOR_TARGET
583 GOC_FOR_TARGET
584 GFORTRAN_FOR_TARGET
585 GCJ_FOR_TARGET
586 GCC_FOR_TARGET
587 CXX_FOR_TARGET
588 CC_FOR_TARGET
589 READELF
590 OBJDUMP
591 OBJCOPY
592 WINDMC
593 WINDRES
594 STRIP
595 RANLIB
597 LIPO
599 DLLTOOL
602 RUNTEST
603 EXPECT
604 MAKEINFO
605 FLEX
608 BISON
609 YACC
610 WINDRES_FOR_BUILD
611 WINDMC_FOR_BUILD
612 RANLIB_FOR_BUILD
613 NM_FOR_BUILD
614 LD_FOR_BUILD
615 LDFLAGS_FOR_BUILD
616 GOC_FOR_BUILD
617 GFORTRAN_FOR_BUILD
618 GCJ_FOR_BUILD
619 DLLTOOL_FOR_BUILD
620 CXX_FOR_BUILD
621 CXXFLAGS_FOR_BUILD
622 CFLAGS_FOR_BUILD
623 CC_FOR_BUILD
624 AS_FOR_BUILD
625 AR_FOR_BUILD
626 target_configdirs
627 configdirs
628 build_configdirs
629 INSTALL_GDB_TK
630 GDB_TK
631 CONFIGURE_GDB_TK
632 build_tooldir
633 tooldir
634 GCC_SHLIB_SUBDIR
635 RPATH_ENVVAR
636 target_configargs
637 host_configargs
638 build_configargs
639 BUILD_CONFIG
640 LDFLAGS_FOR_TARGET
641 CXXFLAGS_FOR_TARGET
642 CFLAGS_FOR_TARGET
643 DEBUG_PREFIX_CFLAGS_FOR_TARGET
644 SYSROOT_CFLAGS_FOR_TARGET
645 stage1_languages
646 extra_host_libiberty_configure_flags
647 extra_linker_plugin_flags
648 extra_linker_plugin_configure_flags
649 clooginc
650 clooglibs
651 islinc
652 poststage1_ldflags
653 poststage1_libs
654 stage1_ldflags
655 stage1_libs
656 extra_isl_gmp_configure_flags
657 extra_mpc_mpfr_configure_flags
658 extra_mpc_gmp_configure_flags
659 extra_mpfr_configure_flags
660 gmpinc
661 gmplibs
662 do_compare
663 GNATMAKE
664 GNATBIND
665 ac_ct_CXX
666 CXXFLAGS
668 OBJEXT
669 EXEEXT
670 ac_ct_CC
671 CPPFLAGS
672 LDFLAGS
673 CFLAGS
675 EXTRA_CONFIGARGS_LIBJAVA
676 target_subdir
677 host_subdir
678 build_subdir
679 build_libsubdir
682 LN_S
684 INSTALL_DATA
685 INSTALL_SCRIPT
686 INSTALL_PROGRAM
687 target_os
688 target_vendor
689 target_cpu
690 target
691 host_os
692 host_vendor
693 host_cpu
694 host
695 target_noncanonical
696 host_noncanonical
697 build_noncanonical
698 build_os
699 build_vendor
700 build_cpu
701 build
702 TOPLEVEL_CONFIGURE_ARGUMENTS
703 target_alias
704 host_alias
705 build_alias
706 LIBS
707 ECHO_T
708 ECHO_N
709 ECHO_C
710 DEFS
711 mandir
712 localedir
713 libdir
714 psdir
715 pdfdir
716 dvidir
717 htmldir
718 infodir
719 docdir
720 oldincludedir
721 includedir
722 localstatedir
723 sharedstatedir
724 sysconfdir
725 datadir
726 datarootdir
727 libexecdir
728 sbindir
729 bindir
730 program_transform_name
731 prefix
732 exec_prefix
733 PACKAGE_URL
734 PACKAGE_BUGREPORT
735 PACKAGE_STRING
736 PACKAGE_VERSION
737 PACKAGE_TARNAME
738 PACKAGE_NAME
739 PATH_SEPARATOR
740 SHELL'
741 ac_subst_files='serialization_dependencies
742 host_makefile_frag
743 target_makefile_frag
744 alphaieee_frag
745 ospace_frag'
746 ac_user_opts='
747 enable_option_checking
748 with_build_libsubdir
749 enable_gold
750 enable_ld
751 enable_libquadmath
752 enable_libquadmath_support
753 enable_libada
754 enable_libssp
755 enable_libstdcxx
756 enable_static_libjava
757 enable_bootstrap
758 with_mpc
759 with_mpc_include
760 with_mpc_lib
761 with_mpfr_dir
762 with_mpfr
763 with_mpfr_include
764 with_mpfr_lib
765 with_gmp_dir
766 with_gmp
767 with_gmp_include
768 with_gmp_lib
769 with_host_libstdcxx
770 with_stage1_libs
771 with_stage1_ldflags
772 with_boot_libs
773 with_boot_ldflags
774 with_cloog
775 with_isl
776 with_isl_include
777 with_isl_lib
778 enable_isl_version_check
779 with_cloog_include
780 with_cloog_lib
781 enable_cloog_version_check
782 enable_lto
783 enable_linker_plugin_configure_flags
784 enable_linker_plugin_flags
785 enable_stage1_languages
786 enable_objc_gc
787 with_build_sysroot
788 with_debug_prefix_map
789 with_build_config
790 enable_vtable_verify
791 enable_serial_configure
792 with_build_time_tools
793 enable_maintainer_mode
794 enable_stage1_checking
795 enable_werror
796 enable_host_shared
798 ac_precious_vars='build_alias
799 host_alias
800 target_alias
802 CFLAGS
803 LDFLAGS
804 LIBS
805 CPPFLAGS
807 CXXFLAGS
809 build_configargs
810 host_configargs
811 target_configargs
814 DLLTOOL
816 LIPO
818 RANLIB
819 STRIP
820 WINDRES
821 WINDMC
822 OBJCOPY
823 OBJDUMP
824 READELF
825 CC_FOR_TARGET
826 CXX_FOR_TARGET
827 GCC_FOR_TARGET
828 GCJ_FOR_TARGET
829 GFORTRAN_FOR_TARGET
830 GOC_FOR_TARGET
831 AR_FOR_TARGET
832 AS_FOR_TARGET
833 DLLTOOL_FOR_TARGET
834 LD_FOR_TARGET
835 LIPO_FOR_TARGET
836 NM_FOR_TARGET
837 OBJDUMP_FOR_TARGET
838 RANLIB_FOR_TARGET
839 READELF_FOR_TARGET
840 STRIP_FOR_TARGET
841 WINDRES_FOR_TARGET
842 WINDMC_FOR_TARGET'
845 # Initialize some variables set by options.
846 ac_init_help=
847 ac_init_version=false
848 ac_unrecognized_opts=
849 ac_unrecognized_sep=
850 # The variables have the same names as the options, with
851 # dashes changed to underlines.
852 cache_file=/dev/null
853 exec_prefix=NONE
854 no_create=
855 no_recursion=
856 prefix=NONE
857 program_prefix=NONE
858 program_suffix=NONE
859 program_transform_name=s,x,x,
860 silent=
861 site=
862 srcdir=
863 verbose=
864 x_includes=NONE
865 x_libraries=NONE
867 # Installation directory options.
868 # These are left unexpanded so users can "make install exec_prefix=/foo"
869 # and all the variables that are supposed to be based on exec_prefix
870 # by default will actually change.
871 # Use braces instead of parens because sh, perl, etc. also accept them.
872 # (The list follows the same order as the GNU Coding Standards.)
873 bindir='${exec_prefix}/bin'
874 sbindir='${exec_prefix}/sbin'
875 libexecdir='${exec_prefix}/libexec'
876 datarootdir='${prefix}/share'
877 datadir='${datarootdir}'
878 sysconfdir='${prefix}/etc'
879 sharedstatedir='${prefix}/com'
880 localstatedir='${prefix}/var'
881 includedir='${prefix}/include'
882 oldincludedir='/usr/include'
883 docdir='${datarootdir}/doc/${PACKAGE}'
884 infodir='${datarootdir}/info'
885 htmldir='${docdir}'
886 dvidir='${docdir}'
887 pdfdir='${docdir}'
888 psdir='${docdir}'
889 libdir='${exec_prefix}/lib'
890 localedir='${datarootdir}/locale'
891 mandir='${datarootdir}/man'
893 ac_prev=
894 ac_dashdash=
895 for ac_option
897 # If the previous option needs an argument, assign it.
898 if test -n "$ac_prev"; then
899 eval $ac_prev=\$ac_option
900 ac_prev=
901 continue
904 case $ac_option in
905 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
906 *) ac_optarg=yes ;;
907 esac
909 # Accept the important Cygnus configure options, so we can diagnose typos.
911 case $ac_dashdash$ac_option in
913 ac_dashdash=yes ;;
915 -bindir | --bindir | --bindi | --bind | --bin | --bi)
916 ac_prev=bindir ;;
917 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
918 bindir=$ac_optarg ;;
920 -build | --build | --buil | --bui | --bu)
921 ac_prev=build_alias ;;
922 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
923 build_alias=$ac_optarg ;;
925 -cache-file | --cache-file | --cache-fil | --cache-fi \
926 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
927 ac_prev=cache_file ;;
928 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
929 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
930 cache_file=$ac_optarg ;;
932 --config-cache | -C)
933 cache_file=config.cache ;;
935 -datadir | --datadir | --datadi | --datad)
936 ac_prev=datadir ;;
937 -datadir=* | --datadir=* | --datadi=* | --datad=*)
938 datadir=$ac_optarg ;;
940 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
941 | --dataroo | --dataro | --datar)
942 ac_prev=datarootdir ;;
943 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
944 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
945 datarootdir=$ac_optarg ;;
947 -disable-* | --disable-*)
948 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
949 # Reject names that are not valid shell variable names.
950 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
951 as_fn_error "invalid feature name: $ac_useropt"
952 ac_useropt_orig=$ac_useropt
953 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
954 case $ac_user_opts in
956 "enable_$ac_useropt"
957 "*) ;;
958 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
959 ac_unrecognized_sep=', ';;
960 esac
961 eval enable_$ac_useropt=no ;;
963 -docdir | --docdir | --docdi | --doc | --do)
964 ac_prev=docdir ;;
965 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
966 docdir=$ac_optarg ;;
968 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
969 ac_prev=dvidir ;;
970 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
971 dvidir=$ac_optarg ;;
973 -enable-* | --enable-*)
974 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
975 # Reject names that are not valid shell variable names.
976 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
977 as_fn_error "invalid feature name: $ac_useropt"
978 ac_useropt_orig=$ac_useropt
979 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
980 case $ac_user_opts in
982 "enable_$ac_useropt"
983 "*) ;;
984 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
985 ac_unrecognized_sep=', ';;
986 esac
987 eval enable_$ac_useropt=\$ac_optarg ;;
989 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
990 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
991 | --exec | --exe | --ex)
992 ac_prev=exec_prefix ;;
993 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
994 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
995 | --exec=* | --exe=* | --ex=*)
996 exec_prefix=$ac_optarg ;;
998 -gas | --gas | --ga | --g)
999 # Obsolete; use --with-gas.
1000 with_gas=yes ;;
1002 -help | --help | --hel | --he | -h)
1003 ac_init_help=long ;;
1004 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1005 ac_init_help=recursive ;;
1006 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1007 ac_init_help=short ;;
1009 -host | --host | --hos | --ho)
1010 ac_prev=host_alias ;;
1011 -host=* | --host=* | --hos=* | --ho=*)
1012 host_alias=$ac_optarg ;;
1014 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1015 ac_prev=htmldir ;;
1016 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1017 | --ht=*)
1018 htmldir=$ac_optarg ;;
1020 -includedir | --includedir | --includedi | --included | --include \
1021 | --includ | --inclu | --incl | --inc)
1022 ac_prev=includedir ;;
1023 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1024 | --includ=* | --inclu=* | --incl=* | --inc=*)
1025 includedir=$ac_optarg ;;
1027 -infodir | --infodir | --infodi | --infod | --info | --inf)
1028 ac_prev=infodir ;;
1029 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1030 infodir=$ac_optarg ;;
1032 -libdir | --libdir | --libdi | --libd)
1033 ac_prev=libdir ;;
1034 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1035 libdir=$ac_optarg ;;
1037 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1038 | --libexe | --libex | --libe)
1039 ac_prev=libexecdir ;;
1040 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1041 | --libexe=* | --libex=* | --libe=*)
1042 libexecdir=$ac_optarg ;;
1044 -localedir | --localedir | --localedi | --localed | --locale)
1045 ac_prev=localedir ;;
1046 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1047 localedir=$ac_optarg ;;
1049 -localstatedir | --localstatedir | --localstatedi | --localstated \
1050 | --localstate | --localstat | --localsta | --localst | --locals)
1051 ac_prev=localstatedir ;;
1052 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1053 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1054 localstatedir=$ac_optarg ;;
1056 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1057 ac_prev=mandir ;;
1058 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1059 mandir=$ac_optarg ;;
1061 -nfp | --nfp | --nf)
1062 # Obsolete; use --without-fp.
1063 with_fp=no ;;
1065 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1066 | --no-cr | --no-c | -n)
1067 no_create=yes ;;
1069 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1070 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1071 no_recursion=yes ;;
1073 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1074 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1075 | --oldin | --oldi | --old | --ol | --o)
1076 ac_prev=oldincludedir ;;
1077 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1078 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1079 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1080 oldincludedir=$ac_optarg ;;
1082 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1083 ac_prev=prefix ;;
1084 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1085 prefix=$ac_optarg ;;
1087 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1088 | --program-pre | --program-pr | --program-p)
1089 ac_prev=program_prefix ;;
1090 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1091 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1092 program_prefix=$ac_optarg ;;
1094 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1095 | --program-suf | --program-su | --program-s)
1096 ac_prev=program_suffix ;;
1097 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1098 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1099 program_suffix=$ac_optarg ;;
1101 -program-transform-name | --program-transform-name \
1102 | --program-transform-nam | --program-transform-na \
1103 | --program-transform-n | --program-transform- \
1104 | --program-transform | --program-transfor \
1105 | --program-transfo | --program-transf \
1106 | --program-trans | --program-tran \
1107 | --progr-tra | --program-tr | --program-t)
1108 ac_prev=program_transform_name ;;
1109 -program-transform-name=* | --program-transform-name=* \
1110 | --program-transform-nam=* | --program-transform-na=* \
1111 | --program-transform-n=* | --program-transform-=* \
1112 | --program-transform=* | --program-transfor=* \
1113 | --program-transfo=* | --program-transf=* \
1114 | --program-trans=* | --program-tran=* \
1115 | --progr-tra=* | --program-tr=* | --program-t=*)
1116 program_transform_name=$ac_optarg ;;
1118 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1119 ac_prev=pdfdir ;;
1120 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1121 pdfdir=$ac_optarg ;;
1123 -psdir | --psdir | --psdi | --psd | --ps)
1124 ac_prev=psdir ;;
1125 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1126 psdir=$ac_optarg ;;
1128 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1129 | -silent | --silent | --silen | --sile | --sil)
1130 silent=yes ;;
1132 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1133 ac_prev=sbindir ;;
1134 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1135 | --sbi=* | --sb=*)
1136 sbindir=$ac_optarg ;;
1138 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1139 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1140 | --sharedst | --shareds | --shared | --share | --shar \
1141 | --sha | --sh)
1142 ac_prev=sharedstatedir ;;
1143 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1144 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1145 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1146 | --sha=* | --sh=*)
1147 sharedstatedir=$ac_optarg ;;
1149 -site | --site | --sit)
1150 ac_prev=site ;;
1151 -site=* | --site=* | --sit=*)
1152 site=$ac_optarg ;;
1154 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1155 ac_prev=srcdir ;;
1156 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1157 srcdir=$ac_optarg ;;
1159 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1160 | --syscon | --sysco | --sysc | --sys | --sy)
1161 ac_prev=sysconfdir ;;
1162 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1163 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1164 sysconfdir=$ac_optarg ;;
1166 -target | --target | --targe | --targ | --tar | --ta | --t)
1167 ac_prev=target_alias ;;
1168 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1169 target_alias=$ac_optarg ;;
1171 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1172 verbose=yes ;;
1174 -version | --version | --versio | --versi | --vers | -V)
1175 ac_init_version=: ;;
1177 -with-* | --with-*)
1178 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1179 # Reject names that are not valid shell variable names.
1180 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1181 as_fn_error "invalid package name: $ac_useropt"
1182 ac_useropt_orig=$ac_useropt
1183 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1184 case $ac_user_opts in
1186 "with_$ac_useropt"
1187 "*) ;;
1188 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1189 ac_unrecognized_sep=', ';;
1190 esac
1191 eval with_$ac_useropt=\$ac_optarg ;;
1193 -without-* | --without-*)
1194 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1195 # Reject names that are not valid shell variable names.
1196 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1197 as_fn_error "invalid package name: $ac_useropt"
1198 ac_useropt_orig=$ac_useropt
1199 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1200 case $ac_user_opts in
1202 "with_$ac_useropt"
1203 "*) ;;
1204 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1205 ac_unrecognized_sep=', ';;
1206 esac
1207 eval with_$ac_useropt=no ;;
1209 --x)
1210 # Obsolete; use --with-x.
1211 with_x=yes ;;
1213 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1214 | --x-incl | --x-inc | --x-in | --x-i)
1215 ac_prev=x_includes ;;
1216 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1217 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1218 x_includes=$ac_optarg ;;
1220 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1221 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1222 ac_prev=x_libraries ;;
1223 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1224 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1225 x_libraries=$ac_optarg ;;
1227 -*) as_fn_error "unrecognized option: \`$ac_option'
1228 Try \`$0 --help' for more information."
1231 *=*)
1232 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1233 # Reject names that are not valid shell variable names.
1234 case $ac_envvar in #(
1235 '' | [0-9]* | *[!_$as_cr_alnum]* )
1236 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1237 esac
1238 eval $ac_envvar=\$ac_optarg
1239 export $ac_envvar ;;
1242 # FIXME: should be removed in autoconf 3.0.
1243 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1244 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1245 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1246 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1249 esac
1250 done
1252 if test -n "$ac_prev"; then
1253 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1254 as_fn_error "missing argument to $ac_option"
1257 if test -n "$ac_unrecognized_opts"; then
1258 case $enable_option_checking in
1259 no) ;;
1260 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1261 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1262 esac
1265 # Check all directory arguments for consistency.
1266 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1267 datadir sysconfdir sharedstatedir localstatedir includedir \
1268 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1269 libdir localedir mandir
1271 eval ac_val=\$$ac_var
1272 # Remove trailing slashes.
1273 case $ac_val in
1274 */ )
1275 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1276 eval $ac_var=\$ac_val;;
1277 esac
1278 # Be sure to have absolute directory names.
1279 case $ac_val in
1280 [\\/$]* | ?:[\\/]* ) continue;;
1281 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1282 esac
1283 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1284 done
1286 # There might be people who depend on the old broken behavior: `$host'
1287 # used to hold the argument of --host etc.
1288 # FIXME: To remove some day.
1289 build=$build_alias
1290 host=$host_alias
1291 target=$target_alias
1293 # FIXME: To remove some day.
1294 if test "x$host_alias" != x; then
1295 if test "x$build_alias" = x; then
1296 cross_compiling=maybe
1297 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1298 If a cross compiler is detected then cross compile mode will be used." >&2
1299 elif test "x$build_alias" != "x$host_alias"; then
1300 cross_compiling=yes
1304 ac_tool_prefix=
1305 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1307 test "$silent" = yes && exec 6>/dev/null
1310 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1311 ac_ls_di=`ls -di .` &&
1312 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1313 as_fn_error "working directory cannot be determined"
1314 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1315 as_fn_error "pwd does not report name of working directory"
1318 # Find the source files, if location was not specified.
1319 if test -z "$srcdir"; then
1320 ac_srcdir_defaulted=yes
1321 # Try the directory containing this script, then the parent directory.
1322 ac_confdir=`$as_dirname -- "$as_myself" ||
1323 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1324 X"$as_myself" : 'X\(//\)[^/]' \| \
1325 X"$as_myself" : 'X\(//\)$' \| \
1326 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1327 $as_echo X"$as_myself" |
1328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1329 s//\1/
1332 /^X\(\/\/\)[^/].*/{
1333 s//\1/
1336 /^X\(\/\/\)$/{
1337 s//\1/
1340 /^X\(\/\).*/{
1341 s//\1/
1344 s/.*/./; q'`
1345 srcdir=$ac_confdir
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 srcdir=..
1349 else
1350 ac_srcdir_defaulted=no
1352 if test ! -r "$srcdir/$ac_unique_file"; then
1353 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1354 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1356 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1357 ac_abs_confdir=`(
1358 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1359 pwd)`
1360 # When building in place, set srcdir=.
1361 if test "$ac_abs_confdir" = "$ac_pwd"; then
1362 srcdir=.
1364 # Remove unnecessary trailing slashes from srcdir.
1365 # Double slashes in file names in object file debugging info
1366 # mess up M-x gdb in Emacs.
1367 case $srcdir in
1368 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1369 esac
1370 case $srcdir in
1371 *" "*)
1372 as_fn_error "path to source, $srcdir, contains spaces"
1374 esac
1375 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1377 for ac_var in $ac_precious_vars; do
1378 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1379 eval ac_env_${ac_var}_value=\$${ac_var}
1380 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1381 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1382 done
1385 # Report the --help message.
1387 if test "$ac_init_help" = "long"; then
1388 # Omit some internal or obsolete options to make the list less imposing.
1389 # This message is too long to be a string in the A/UX 3.1 sh.
1390 cat <<_ACEOF
1391 \`configure' configures this package to adapt to many kinds of systems.
1393 Usage: $0 [OPTION]... [VAR=VALUE]...
1395 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1396 VAR=VALUE. See below for descriptions of some of the useful variables.
1398 Defaults for the options are specified in brackets.
1400 Configuration:
1401 -h, --help display this help and exit
1402 --help=short display options specific to this package
1403 --help=recursive display the short help of all the included packages
1404 -V, --version display version information and exit
1405 -q, --quiet, --silent do not print \`checking...' messages
1406 --cache-file=FILE cache test results in FILE [disabled]
1407 -C, --config-cache alias for \`--cache-file=config.cache'
1408 -n, --no-create do not create output files
1409 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1411 Installation directories:
1412 --prefix=PREFIX install architecture-independent files in PREFIX
1413 [$ac_default_prefix]
1414 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1415 [PREFIX]
1417 By default, \`make install' will install all the files in
1418 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1419 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1420 for instance \`--prefix=\$HOME'.
1422 For better control, use the options below.
1424 Fine tuning of the installation directories:
1425 --bindir=DIR user executables [EPREFIX/bin]
1426 --sbindir=DIR system admin executables [EPREFIX/sbin]
1427 --libexecdir=DIR program executables [EPREFIX/libexec]
1428 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1429 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1430 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1431 --libdir=DIR object code libraries [EPREFIX/lib]
1432 --includedir=DIR C header files [PREFIX/include]
1433 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1434 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1435 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1436 --infodir=DIR info documentation [DATAROOTDIR/info]
1437 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1438 --mandir=DIR man documentation [DATAROOTDIR/man]
1439 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1440 --htmldir=DIR html documentation [DOCDIR]
1441 --dvidir=DIR dvi documentation [DOCDIR]
1442 --pdfdir=DIR pdf documentation [DOCDIR]
1443 --psdir=DIR ps documentation [DOCDIR]
1444 _ACEOF
1446 cat <<\_ACEOF
1448 Program names:
1449 --program-prefix=PREFIX prepend PREFIX to installed program names
1450 --program-suffix=SUFFIX append SUFFIX to installed program names
1451 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1453 System types:
1454 --build=BUILD configure for building on BUILD [guessed]
1455 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1456 --target=TARGET configure for building compilers for TARGET [HOST]
1457 _ACEOF
1460 if test -n "$ac_init_help"; then
1462 cat <<\_ACEOF
1464 Optional Features:
1465 --disable-option-checking ignore unrecognized --enable/--with options
1466 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1467 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1468 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1469 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
1470 --disable-libquadmath do not build libquadmath directory
1471 --disable-libquadmath-support
1472 disable libquadmath support for Fortran
1473 --enable-libada build libada directory
1474 --enable-libssp build libssp directory
1475 --disable-libstdcxx do not build libstdc++-v3 directory
1476 --enable-static-libjava[=ARG]
1477 build static libjava [default=no]
1478 --enable-bootstrap enable bootstrapping [yes if native build]
1479 --disable-isl-version-check
1480 disable check for ISL version
1481 --disable-cloog-version-check
1482 disable check for CLooG version
1483 --enable-lto enable link time optimization support
1484 --enable-linker-plugin-configure-flags=FLAGS
1485 additional flags for configuring linker plugins
1486 [none]
1487 --enable-linker-plugin-flags=FLAGS
1488 additional flags for configuring and building linker
1489 plugins [none]
1490 --enable-stage1-languages[=all]
1491 choose additional languages to build during stage1.
1492 Mostly useful for compiler development
1493 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1494 Objective-C runtime
1495 --enable-vtable-verify Enable vtable verification feature
1496 --enable-serial-[{host,target,build}-]configure
1497 force sequential configuration of sub-packages for
1498 the host, target or build machine, or all
1499 sub-packages
1500 --enable-maintainer-mode
1501 enable make rules and dependencies not useful (and
1502 sometimes confusing) to the casual installer
1503 --enable-stage1-checking[=all]
1504 choose additional checking for stage1 of the
1505 compiler
1506 --enable-werror enable -Werror in bootstrap stage2 and later
1507 --enable-host-shared build host code as shared libraries
1509 Optional Packages:
1510 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1511 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1512 --with-build-libsubdir=DIR Directory where to find libraries for build system
1513 --with-mpc=PATH specify prefix directory for installed MPC package.
1514 Equivalent to --with-mpc-include=PATH/include plus
1515 --with-mpc-lib=PATH/lib
1516 --with-mpc-include=PATH specify directory for installed MPC include files
1517 --with-mpc-lib=PATH specify directory for the installed MPC library
1518 --with-mpfr-dir=PATH this option has been REMOVED
1519 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1520 Equivalent to --with-mpfr-include=PATH/include plus
1521 --with-mpfr-lib=PATH/lib
1522 --with-mpfr-include=PATH
1523 specify directory for installed MPFR include files
1524 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1525 --with-gmp-dir=PATH this option has been REMOVED
1526 --with-gmp=PATH specify prefix directory for the installed GMP
1527 package. Equivalent to
1528 --with-gmp-include=PATH/include plus
1529 --with-gmp-lib=PATH/lib
1530 --with-gmp-include=PATH specify directory for installed GMP include files
1531 --with-gmp-lib=PATH specify directory for the installed GMP library
1532 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1533 linking with PPL
1534 --with-stage1-libs=LIBS libraries for stage1
1535 --with-stage1-ldflags=FLAGS
1536 linker flags for stage1
1537 --with-boot-libs=LIBS libraries for stage2 and later
1538 --with-boot-ldflags=FLAGS
1539 linker flags for stage2 and later
1540 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1541 package. Equivalent to
1542 --with-cloog-include=PATH/include plus
1543 --with-cloog-lib=PATH/lib
1544 --with-isl=PATH Specify prefix directory for the installed ISL
1545 package. Equivalent to
1546 --with-isl-include=PATH/include plus
1547 --with-isl-lib=PATH/lib
1548 --with-isl-include=PATH Specify directory for installed ISL include files
1549 --with-isl-lib=PATH Specify the directory for the installed ISL library
1550 --with-cloog-include=PATH
1551 Specify directory for installed CLooG include files
1552 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1553 library
1554 --with-build-sysroot=SYSROOT
1555 use sysroot as the system root during the build
1556 --with-debug-prefix-map='A=B C=D ...'
1557 map A to B, C to D ... in debug information
1558 --with-build-config='NAME NAME2...'
1559 use config/NAME.mk build configuration
1560 --with-build-time-tools=PATH
1561 use given path to find target tools during the build
1563 Some influential environment variables:
1564 CC C compiler command
1565 CFLAGS C compiler flags
1566 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1567 nonstandard directory <lib dir>
1568 LIBS libraries to pass to the linker, e.g. -l<library>
1569 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1570 you have headers in a nonstandard directory <include dir>
1571 CXX C++ compiler command
1572 CXXFLAGS C++ compiler flags
1573 build_configargs
1574 additional configure arguments for build directories
1575 host_configargs
1576 additional configure arguments for host directories
1577 target_configargs
1578 additional configure arguments for target directories
1579 AR AR for the host
1580 AS AS for the host
1581 DLLTOOL DLLTOOL for the host
1582 LD LD for the host
1583 LIPO LIPO for the host
1584 NM NM for the host
1585 RANLIB RANLIB for the host
1586 STRIP STRIP for the host
1587 WINDRES WINDRES for the host
1588 WINDMC WINDMC for the host
1589 OBJCOPY OBJCOPY for the host
1590 OBJDUMP OBJDUMP for the host
1591 READELF READELF for the host
1592 CC_FOR_TARGET
1593 CC for the target
1594 CXX_FOR_TARGET
1595 CXX for the target
1596 GCC_FOR_TARGET
1597 GCC for the target
1598 GCJ_FOR_TARGET
1599 GCJ for the target
1600 GFORTRAN_FOR_TARGET
1601 GFORTRAN for the target
1602 GOC_FOR_TARGET
1603 GOC for the target
1604 AR_FOR_TARGET
1605 AR for the target
1606 AS_FOR_TARGET
1607 AS for the target
1608 DLLTOOL_FOR_TARGET
1609 DLLTOOL for the target
1610 LD_FOR_TARGET
1611 LD for the target
1612 LIPO_FOR_TARGET
1613 LIPO for the target
1614 NM_FOR_TARGET
1615 NM for the target
1616 OBJDUMP_FOR_TARGET
1617 OBJDUMP for the target
1618 RANLIB_FOR_TARGET
1619 RANLIB for the target
1620 READELF_FOR_TARGET
1621 READELF for the target
1622 STRIP_FOR_TARGET
1623 STRIP for the target
1624 WINDRES_FOR_TARGET
1625 WINDRES for the target
1626 WINDMC_FOR_TARGET
1627 WINDMC for the target
1629 Use these variables to override the choices made by `configure' or to help
1630 it to find libraries and programs with nonstandard names/locations.
1632 Report bugs to the package provider.
1633 _ACEOF
1634 ac_status=$?
1637 if test "$ac_init_help" = "recursive"; then
1638 # If there are subdirs, report their specific --help.
1639 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1640 test -d "$ac_dir" ||
1641 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1642 continue
1643 ac_builddir=.
1645 case "$ac_dir" in
1646 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1648 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1649 # A ".." for each directory in $ac_dir_suffix.
1650 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1651 case $ac_top_builddir_sub in
1652 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1653 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1654 esac ;;
1655 esac
1656 ac_abs_top_builddir=$ac_pwd
1657 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1658 # for backward compatibility:
1659 ac_top_builddir=$ac_top_build_prefix
1661 case $srcdir in
1662 .) # We are building in place.
1663 ac_srcdir=.
1664 ac_top_srcdir=$ac_top_builddir_sub
1665 ac_abs_top_srcdir=$ac_pwd ;;
1666 [\\/]* | ?:[\\/]* ) # Absolute name.
1667 ac_srcdir=$srcdir$ac_dir_suffix;
1668 ac_top_srcdir=$srcdir
1669 ac_abs_top_srcdir=$srcdir ;;
1670 *) # Relative name.
1671 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1672 ac_top_srcdir=$ac_top_build_prefix$srcdir
1673 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1674 esac
1675 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1677 cd "$ac_dir" || { ac_status=$?; continue; }
1678 # Check for guested configure.
1679 if test -f "$ac_srcdir/configure.gnu"; then
1680 echo &&
1681 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1682 elif test -f "$ac_srcdir/configure"; then
1683 echo &&
1684 $SHELL "$ac_srcdir/configure" --help=recursive
1685 else
1686 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1687 fi || ac_status=$?
1688 cd "$ac_pwd" || { ac_status=$?; break; }
1689 done
1692 test -n "$ac_init_help" && exit $ac_status
1693 if $ac_init_version; then
1694 cat <<\_ACEOF
1695 configure
1696 generated by GNU Autoconf 2.64
1698 Copyright (C) 2009 Free Software Foundation, Inc.
1699 This configure script is free software; the Free Software Foundation
1700 gives unlimited permission to copy, distribute and modify it.
1701 _ACEOF
1702 exit
1705 ## ------------------------ ##
1706 ## Autoconf initialization. ##
1707 ## ------------------------ ##
1709 # ac_fn_c_try_compile LINENO
1710 # --------------------------
1711 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1712 ac_fn_c_try_compile ()
1714 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1715 rm -f conftest.$ac_objext
1716 if { { ac_try="$ac_compile"
1717 case "(($ac_try" in
1718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1719 *) ac_try_echo=$ac_try;;
1720 esac
1721 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1722 $as_echo "$ac_try_echo"; } >&5
1723 (eval "$ac_compile") 2>conftest.err
1724 ac_status=$?
1725 if test -s conftest.err; then
1726 grep -v '^ *+' conftest.err >conftest.er1
1727 cat conftest.er1 >&5
1728 mv -f conftest.er1 conftest.err
1730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731 test $ac_status = 0; } && {
1732 test -z "$ac_c_werror_flag" ||
1733 test ! -s conftest.err
1734 } && test -s conftest.$ac_objext; then :
1735 ac_retval=0
1736 else
1737 $as_echo "$as_me: failed program was:" >&5
1738 sed 's/^/| /' conftest.$ac_ext >&5
1740 ac_retval=1
1742 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743 return $ac_retval
1745 } # ac_fn_c_try_compile
1747 # ac_fn_cxx_try_compile LINENO
1748 # ----------------------------
1749 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1750 ac_fn_cxx_try_compile ()
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1753 rm -f conftest.$ac_objext
1754 if { { ac_try="$ac_compile"
1755 case "(($ac_try" in
1756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1757 *) ac_try_echo=$ac_try;;
1758 esac
1759 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1760 $as_echo "$ac_try_echo"; } >&5
1761 (eval "$ac_compile") 2>conftest.err
1762 ac_status=$?
1763 if test -s conftest.err; then
1764 grep -v '^ *+' conftest.err >conftest.er1
1765 cat conftest.er1 >&5
1766 mv -f conftest.er1 conftest.err
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; } && {
1770 test -z "$ac_cxx_werror_flag" ||
1771 test ! -s conftest.err
1772 } && test -s conftest.$ac_objext; then :
1773 ac_retval=0
1774 else
1775 $as_echo "$as_me: failed program was:" >&5
1776 sed 's/^/| /' conftest.$ac_ext >&5
1778 ac_retval=1
1780 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1781 return $ac_retval
1783 } # ac_fn_cxx_try_compile
1785 # ac_fn_cxx_try_link LINENO
1786 # -------------------------
1787 # Try to link conftest.$ac_ext, and return whether this succeeded.
1788 ac_fn_cxx_try_link ()
1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791 rm -f conftest.$ac_objext conftest$ac_exeext
1792 if { { ac_try="$ac_link"
1793 case "(($ac_try" in
1794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1795 *) ac_try_echo=$ac_try;;
1796 esac
1797 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1798 $as_echo "$ac_try_echo"; } >&5
1799 (eval "$ac_link") 2>conftest.err
1800 ac_status=$?
1801 if test -s conftest.err; then
1802 grep -v '^ *+' conftest.err >conftest.er1
1803 cat conftest.er1 >&5
1804 mv -f conftest.er1 conftest.err
1806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1807 test $ac_status = 0; } && {
1808 test -z "$ac_cxx_werror_flag" ||
1809 test ! -s conftest.err
1810 } && test -s conftest$ac_exeext && {
1811 test "$cross_compiling" = yes ||
1812 $as_test_x conftest$ac_exeext
1813 }; then :
1814 ac_retval=0
1815 else
1816 $as_echo "$as_me: failed program was:" >&5
1817 sed 's/^/| /' conftest.$ac_ext >&5
1819 ac_retval=1
1821 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1822 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1823 # interfere with the next link command; also delete a directory that is
1824 # left behind by Apple's compiler. We do this before executing the actions.
1825 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1826 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1827 return $ac_retval
1829 } # ac_fn_cxx_try_link
1831 # ac_fn_c_try_link LINENO
1832 # -----------------------
1833 # Try to link conftest.$ac_ext, and return whether this succeeded.
1834 ac_fn_c_try_link ()
1836 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1837 rm -f conftest.$ac_objext conftest$ac_exeext
1838 if { { ac_try="$ac_link"
1839 case "(($ac_try" in
1840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1841 *) ac_try_echo=$ac_try;;
1842 esac
1843 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1844 $as_echo "$ac_try_echo"; } >&5
1845 (eval "$ac_link") 2>conftest.err
1846 ac_status=$?
1847 if test -s conftest.err; then
1848 grep -v '^ *+' conftest.err >conftest.er1
1849 cat conftest.er1 >&5
1850 mv -f conftest.er1 conftest.err
1852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1853 test $ac_status = 0; } && {
1854 test -z "$ac_c_werror_flag" ||
1855 test ! -s conftest.err
1856 } && test -s conftest$ac_exeext && {
1857 test "$cross_compiling" = yes ||
1858 $as_test_x conftest$ac_exeext
1859 }; then :
1860 ac_retval=0
1861 else
1862 $as_echo "$as_me: failed program was:" >&5
1863 sed 's/^/| /' conftest.$ac_ext >&5
1865 ac_retval=1
1867 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1868 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1869 # interfere with the next link command; also delete a directory that is
1870 # left behind by Apple's compiler. We do this before executing the actions.
1871 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1872 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1873 return $ac_retval
1875 } # ac_fn_c_try_link
1877 # ac_fn_c_try_run LINENO
1878 # ----------------------
1879 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1880 # that executables *can* be run.
1881 ac_fn_c_try_run ()
1883 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1884 if { { ac_try="$ac_link"
1885 case "(($ac_try" in
1886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1887 *) ac_try_echo=$ac_try;;
1888 esac
1889 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1890 $as_echo "$ac_try_echo"; } >&5
1891 (eval "$ac_link") 2>&5
1892 ac_status=$?
1893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1894 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1895 { { case "(($ac_try" in
1896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1897 *) ac_try_echo=$ac_try;;
1898 esac
1899 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1900 $as_echo "$ac_try_echo"; } >&5
1901 (eval "$ac_try") 2>&5
1902 ac_status=$?
1903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1904 test $ac_status = 0; }; }; then :
1905 ac_retval=0
1906 else
1907 $as_echo "$as_me: program exited with status $ac_status" >&5
1908 $as_echo "$as_me: failed program was:" >&5
1909 sed 's/^/| /' conftest.$ac_ext >&5
1911 ac_retval=$ac_status
1913 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1914 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1915 return $ac_retval
1917 } # ac_fn_c_try_run
1918 cat >config.log <<_ACEOF
1919 This file contains any messages produced by compilers while
1920 running configure, to aid debugging if configure makes a mistake.
1922 It was created by $as_me, which was
1923 generated by GNU Autoconf 2.64. Invocation command line was
1925 $ $0 $@
1927 _ACEOF
1928 exec 5>>config.log
1930 cat <<_ASUNAME
1931 ## --------- ##
1932 ## Platform. ##
1933 ## --------- ##
1935 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1936 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1937 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1938 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1939 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1941 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1942 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1944 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1945 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1946 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1947 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1948 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1949 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1950 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1952 _ASUNAME
1954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1955 for as_dir in $PATH
1957 IFS=$as_save_IFS
1958 test -z "$as_dir" && as_dir=.
1959 $as_echo "PATH: $as_dir"
1960 done
1961 IFS=$as_save_IFS
1963 } >&5
1965 cat >&5 <<_ACEOF
1968 ## ----------- ##
1969 ## Core tests. ##
1970 ## ----------- ##
1972 _ACEOF
1975 # Keep a trace of the command line.
1976 # Strip out --no-create and --no-recursion so they do not pile up.
1977 # Strip out --silent because we don't want to record it for future runs.
1978 # Also quote any args containing shell meta-characters.
1979 # Make two passes to allow for proper duplicate-argument suppression.
1980 ac_configure_args=
1981 ac_configure_args0=
1982 ac_configure_args1=
1983 ac_must_keep_next=false
1984 for ac_pass in 1 2
1986 for ac_arg
1988 case $ac_arg in
1989 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1990 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1991 | -silent | --silent | --silen | --sile | --sil)
1992 continue ;;
1993 *\'*)
1994 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1995 esac
1996 case $ac_pass in
1997 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1999 as_fn_append ac_configure_args1 " '$ac_arg'"
2000 if test $ac_must_keep_next = true; then
2001 ac_must_keep_next=false # Got value, back to normal.
2002 else
2003 case $ac_arg in
2004 *=* | --config-cache | -C | -disable-* | --disable-* \
2005 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2006 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2007 | -with-* | --with-* | -without-* | --without-* | --x)
2008 case "$ac_configure_args0 " in
2009 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2010 esac
2012 -* ) ac_must_keep_next=true ;;
2013 esac
2015 as_fn_append ac_configure_args " '$ac_arg'"
2017 esac
2018 done
2019 done
2020 { ac_configure_args0=; unset ac_configure_args0;}
2021 { ac_configure_args1=; unset ac_configure_args1;}
2023 # When interrupted or exit'd, cleanup temporary files, and complete
2024 # config.log. We remove comments because anyway the quotes in there
2025 # would cause problems or look ugly.
2026 # WARNING: Use '\'' to represent an apostrophe within the trap.
2027 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2028 trap 'exit_status=$?
2029 # Save into config.log some information that might help in debugging.
2031 echo
2033 cat <<\_ASBOX
2034 ## ---------------- ##
2035 ## Cache variables. ##
2036 ## ---------------- ##
2037 _ASBOX
2038 echo
2039 # The following way of writing the cache mishandles newlines in values,
2041 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2042 eval ac_val=\$$ac_var
2043 case $ac_val in #(
2044 *${as_nl}*)
2045 case $ac_var in #(
2046 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2047 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2048 esac
2049 case $ac_var in #(
2050 _ | IFS | as_nl) ;; #(
2051 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2052 *) { eval $ac_var=; unset $ac_var;} ;;
2053 esac ;;
2054 esac
2055 done
2056 (set) 2>&1 |
2057 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2058 *${as_nl}ac_space=\ *)
2059 sed -n \
2060 "s/'\''/'\''\\\\'\'''\''/g;
2061 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2062 ;; #(
2064 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2066 esac |
2067 sort
2069 echo
2071 cat <<\_ASBOX
2072 ## ----------------- ##
2073 ## Output variables. ##
2074 ## ----------------- ##
2075 _ASBOX
2076 echo
2077 for ac_var in $ac_subst_vars
2079 eval ac_val=\$$ac_var
2080 case $ac_val in
2081 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2082 esac
2083 $as_echo "$ac_var='\''$ac_val'\''"
2084 done | sort
2085 echo
2087 if test -n "$ac_subst_files"; then
2088 cat <<\_ASBOX
2089 ## ------------------- ##
2090 ## File substitutions. ##
2091 ## ------------------- ##
2092 _ASBOX
2093 echo
2094 for ac_var in $ac_subst_files
2096 eval ac_val=\$$ac_var
2097 case $ac_val in
2098 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2099 esac
2100 $as_echo "$ac_var='\''$ac_val'\''"
2101 done | sort
2102 echo
2105 if test -s confdefs.h; then
2106 cat <<\_ASBOX
2107 ## ----------- ##
2108 ## confdefs.h. ##
2109 ## ----------- ##
2110 _ASBOX
2111 echo
2112 cat confdefs.h
2113 echo
2115 test "$ac_signal" != 0 &&
2116 $as_echo "$as_me: caught signal $ac_signal"
2117 $as_echo "$as_me: exit $exit_status"
2118 } >&5
2119 rm -f core *.core core.conftest.* &&
2120 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2121 exit $exit_status
2123 for ac_signal in 1 2 13 15; do
2124 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2125 done
2126 ac_signal=0
2128 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2129 rm -f -r conftest* confdefs.h
2131 $as_echo "/* confdefs.h */" > confdefs.h
2133 # Predefined preprocessor variables.
2135 cat >>confdefs.h <<_ACEOF
2136 #define PACKAGE_NAME "$PACKAGE_NAME"
2137 _ACEOF
2139 cat >>confdefs.h <<_ACEOF
2140 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2141 _ACEOF
2143 cat >>confdefs.h <<_ACEOF
2144 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2145 _ACEOF
2147 cat >>confdefs.h <<_ACEOF
2148 #define PACKAGE_STRING "$PACKAGE_STRING"
2149 _ACEOF
2151 cat >>confdefs.h <<_ACEOF
2152 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2153 _ACEOF
2155 cat >>confdefs.h <<_ACEOF
2156 #define PACKAGE_URL "$PACKAGE_URL"
2157 _ACEOF
2160 # Let the site file select an alternate cache file if it wants to.
2161 # Prefer an explicitly selected file to automatically selected ones.
2162 ac_site_file1=NONE
2163 ac_site_file2=NONE
2164 if test -n "$CONFIG_SITE"; then
2165 ac_site_file1=$CONFIG_SITE
2166 elif test "x$prefix" != xNONE; then
2167 ac_site_file1=$prefix/share/config.site
2168 ac_site_file2=$prefix/etc/config.site
2169 else
2170 ac_site_file1=$ac_default_prefix/share/config.site
2171 ac_site_file2=$ac_default_prefix/etc/config.site
2173 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2175 test "x$ac_site_file" = xNONE && continue
2176 if test -r "$ac_site_file"; then
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2178 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2179 sed 's/^/| /' "$ac_site_file" >&5
2180 . "$ac_site_file"
2182 done
2184 if test -r "$cache_file"; then
2185 # Some versions of bash will fail to source /dev/null (special
2186 # files actually), so we avoid doing that.
2187 if test -f "$cache_file"; then
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2189 $as_echo "$as_me: loading cache $cache_file" >&6;}
2190 case $cache_file in
2191 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2192 *) . "./$cache_file";;
2193 esac
2195 else
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2197 $as_echo "$as_me: creating cache $cache_file" >&6;}
2198 >$cache_file
2201 # Check that the precious variables saved in the cache have kept the same
2202 # value.
2203 ac_cache_corrupted=false
2204 for ac_var in $ac_precious_vars; do
2205 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2206 eval ac_new_set=\$ac_env_${ac_var}_set
2207 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2208 eval ac_new_val=\$ac_env_${ac_var}_value
2209 case $ac_old_set,$ac_new_set in
2210 set,)
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2212 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2213 ac_cache_corrupted=: ;;
2214 ,set)
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2216 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2217 ac_cache_corrupted=: ;;
2218 ,);;
2220 if test "x$ac_old_val" != "x$ac_new_val"; then
2221 # differences in whitespace do not lead to failure.
2222 ac_old_val_w=`echo x $ac_old_val`
2223 ac_new_val_w=`echo x $ac_new_val`
2224 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2226 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2227 ac_cache_corrupted=:
2228 else
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2230 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2231 eval $ac_var=\$ac_old_val
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2234 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2235 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2236 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2237 fi;;
2238 esac
2239 # Pass precious variables to config.status.
2240 if test "$ac_new_set" = set; then
2241 case $ac_new_val in
2242 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2243 *) ac_arg=$ac_var=$ac_new_val ;;
2244 esac
2245 case " $ac_configure_args " in
2246 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2247 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2248 esac
2250 done
2251 if $ac_cache_corrupted; then
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2253 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2255 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2256 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2258 ## -------------------- ##
2259 ## Main body of script. ##
2260 ## -------------------- ##
2262 ac_ext=c
2263 ac_cpp='$CPP $CPPFLAGS'
2264 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2265 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2266 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2276 progname=$0
2277 # if PWD already has a value, it is probably wrong.
2278 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2280 # Export original configure arguments for use by sub-configures.
2281 # Quote arguments with shell meta charatcers.
2282 TOPLEVEL_CONFIGURE_ARGUMENTS=
2283 set -- "$progname" "$@"
2284 for ac_arg
2286 case "$ac_arg" in
2287 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2288 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2289 # if the argument is of the form -foo=baz, quote the baz part only
2290 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2291 *) ;;
2292 esac
2293 # Add the quoted argument to the list.
2294 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2295 done
2296 if test "$silent" = yes; then
2297 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2299 # Remove the initial space we just introduced and, as these will be
2300 # expanded by make, quote '$'.
2301 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2304 # Find the build, host, and target systems.
2305 ac_aux_dir=
2306 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2307 for ac_t in install-sh install.sh shtool; do
2308 if test -f "$ac_dir/$ac_t"; then
2309 ac_aux_dir=$ac_dir
2310 ac_install_sh="$ac_aux_dir/$ac_t -c"
2311 break 2
2313 done
2314 done
2315 if test -z "$ac_aux_dir"; then
2316 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2319 # These three variables are undocumented and unsupported,
2320 # and are intended to be withdrawn in a future Autoconf release.
2321 # They can cause serious problems if a builder's source tree is in a directory
2322 # whose full name contains unusual characters.
2323 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2324 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2325 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2328 # Make sure we can run config.sub.
2329 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2330 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2333 $as_echo_n "checking build system type... " >&6; }
2334 if test "${ac_cv_build+set}" = set; then :
2335 $as_echo_n "(cached) " >&6
2336 else
2337 ac_build_alias=$build_alias
2338 test "x$ac_build_alias" = x &&
2339 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2340 test "x$ac_build_alias" = x &&
2341 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2342 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2343 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2347 $as_echo "$ac_cv_build" >&6; }
2348 case $ac_cv_build in
2349 *-*-*) ;;
2350 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2351 esac
2352 build=$ac_cv_build
2353 ac_save_IFS=$IFS; IFS='-'
2354 set x $ac_cv_build
2355 shift
2356 build_cpu=$1
2357 build_vendor=$2
2358 shift; shift
2359 # Remember, the first character of IFS is used to create $*,
2360 # except with old shells:
2361 build_os=$*
2362 IFS=$ac_save_IFS
2363 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2366 case ${build_alias} in
2367 "") build_noncanonical=${build} ;;
2368 *) build_noncanonical=${build_alias} ;;
2369 esac
2373 case ${host_alias} in
2374 "") host_noncanonical=${build_noncanonical} ;;
2375 *) host_noncanonical=${host_alias} ;;
2376 esac
2380 case ${target_alias} in
2381 "") target_noncanonical=${host_noncanonical} ;;
2382 *) target_noncanonical=${target_alias} ;;
2383 esac
2388 test "$host_noncanonical" = "$target_noncanonical" &&
2389 test "$program_prefix$program_suffix$program_transform_name" = \
2390 NONENONEs,x,x, &&
2391 program_transform_name=s,y,y,
2393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2394 $as_echo_n "checking host system type... " >&6; }
2395 if test "${ac_cv_host+set}" = set; then :
2396 $as_echo_n "(cached) " >&6
2397 else
2398 if test "x$host_alias" = x; then
2399 ac_cv_host=$ac_cv_build
2400 else
2401 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2402 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2407 $as_echo "$ac_cv_host" >&6; }
2408 case $ac_cv_host in
2409 *-*-*) ;;
2410 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2411 esac
2412 host=$ac_cv_host
2413 ac_save_IFS=$IFS; IFS='-'
2414 set x $ac_cv_host
2415 shift
2416 host_cpu=$1
2417 host_vendor=$2
2418 shift; shift
2419 # Remember, the first character of IFS is used to create $*,
2420 # except with old shells:
2421 host_os=$*
2422 IFS=$ac_save_IFS
2423 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2427 $as_echo_n "checking target system type... " >&6; }
2428 if test "${ac_cv_target+set}" = set; then :
2429 $as_echo_n "(cached) " >&6
2430 else
2431 if test "x$target_alias" = x; then
2432 ac_cv_target=$ac_cv_host
2433 else
2434 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2435 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2440 $as_echo "$ac_cv_target" >&6; }
2441 case $ac_cv_target in
2442 *-*-*) ;;
2443 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2444 esac
2445 target=$ac_cv_target
2446 ac_save_IFS=$IFS; IFS='-'
2447 set x $ac_cv_target
2448 shift
2449 target_cpu=$1
2450 target_vendor=$2
2451 shift; shift
2452 # Remember, the first character of IFS is used to create $*,
2453 # except with old shells:
2454 target_os=$*
2455 IFS=$ac_save_IFS
2456 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2459 # The aliases save the names the user supplied, while $host etc.
2460 # will get canonicalized.
2461 test -n "$target_alias" &&
2462 test "$program_prefix$program_suffix$program_transform_name" = \
2463 NONENONEs,x,x, &&
2464 program_prefix=${target_alias}-
2466 test "$program_prefix" != NONE &&
2467 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2468 # Use a double $ so make ignores it.
2469 test "$program_suffix" != NONE &&
2470 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2471 # Double any \ or $.
2472 # By default was `s,x,x', remove it if useless.
2473 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2474 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2478 # Get 'install' or 'install-sh' and its variants.
2479 # Find a good install program. We prefer a C program (faster),
2480 # so one script is as good as another. But avoid the broken or
2481 # incompatible versions:
2482 # SysV /etc/install, /usr/sbin/install
2483 # SunOS /usr/etc/install
2484 # IRIX /sbin/install
2485 # AIX /bin/install
2486 # AmigaOS /C/install, which installs bootblocks on floppy discs
2487 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2488 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2489 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2490 # OS/2's system install, which has a completely different semantic
2491 # ./install, which can be erroneously created by make from ./install.sh.
2492 # Reject install programs that cannot install multiple files.
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2494 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2495 if test -z "$INSTALL"; then
2496 if test "${ac_cv_path_install+set}" = set; then :
2497 $as_echo_n "(cached) " >&6
2498 else
2499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2500 for as_dir in $PATH
2502 IFS=$as_save_IFS
2503 test -z "$as_dir" && as_dir=.
2504 # Account for people who put trailing slashes in PATH elements.
2505 case $as_dir/ in #((
2506 ./ | .// | /[cC]/* | \
2507 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2508 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2509 /usr/ucb/* ) ;;
2511 # OSF1 and SCO ODT 3.0 have their own names for install.
2512 # Don't use installbsd from OSF since it installs stuff as root
2513 # by default.
2514 for ac_prog in ginstall scoinst install; do
2515 for ac_exec_ext in '' $ac_executable_extensions; do
2516 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2517 if test $ac_prog = install &&
2518 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2519 # AIX install. It has an incompatible calling convention.
2521 elif test $ac_prog = install &&
2522 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2523 # program-specific install script used by HP pwplus--don't use.
2525 else
2526 rm -rf conftest.one conftest.two conftest.dir
2527 echo one > conftest.one
2528 echo two > conftest.two
2529 mkdir conftest.dir
2530 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2531 test -s conftest.one && test -s conftest.two &&
2532 test -s conftest.dir/conftest.one &&
2533 test -s conftest.dir/conftest.two
2534 then
2535 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2536 break 3
2540 done
2541 done
2543 esac
2545 done
2546 IFS=$as_save_IFS
2548 rm -rf conftest.one conftest.two conftest.dir
2551 if test "${ac_cv_path_install+set}" = set; then
2552 INSTALL=$ac_cv_path_install
2553 else
2554 # As a last resort, use the slow shell script. Don't cache a
2555 # value for INSTALL within a source directory, because that will
2556 # break other packages using the cache if that directory is
2557 # removed, or if the value is a relative name.
2558 INSTALL=$ac_install_sh
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2562 $as_echo "$INSTALL" >&6; }
2564 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2565 # It thinks the first close brace ends the variable substitution.
2566 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2568 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2570 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2573 $as_echo_n "checking whether ln works... " >&6; }
2574 if test "${acx_cv_prog_LN+set}" = set; then :
2575 $as_echo_n "(cached) " >&6
2576 else
2577 rm -f conftestdata_t
2578 echo >conftestdata_f
2579 if ln conftestdata_f conftestdata_t 2>/dev/null
2580 then
2581 acx_cv_prog_LN=ln
2582 else
2583 acx_cv_prog_LN=no
2585 rm -f conftestdata_f conftestdata_t
2588 if test $acx_cv_prog_LN = no; then
2589 LN="cp"
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2591 $as_echo "no, using $LN" >&6; }
2592 else
2593 LN="$acx_cv_prog_LN"
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2595 $as_echo "yes" >&6; }
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2599 $as_echo_n "checking whether ln -s works... " >&6; }
2600 LN_S=$as_ln_s
2601 if test "$LN_S" = "ln -s"; then
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2603 $as_echo "yes" >&6; }
2604 else
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2606 $as_echo "no, using $LN_S" >&6; }
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2610 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2611 if test "${ac_cv_path_SED+set}" = set; then :
2612 $as_echo_n "(cached) " >&6
2613 else
2614 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2615 for ac_i in 1 2 3 4 5 6 7; do
2616 ac_script="$ac_script$as_nl$ac_script"
2617 done
2618 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2619 { ac_script=; unset ac_script;}
2620 if test -z "$SED"; then
2621 ac_path_SED_found=false
2622 # Loop through the user's path and test for each of PROGNAME-LIST
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_prog in sed gsed; do
2629 for ac_exec_ext in '' $ac_executable_extensions; do
2630 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2631 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2632 # Check for GNU ac_path_SED and select it if it is found.
2633 # Check for GNU $ac_path_SED
2634 case `"$ac_path_SED" --version 2>&1` in
2635 *GNU*)
2636 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2638 ac_count=0
2639 $as_echo_n 0123456789 >"conftest.in"
2640 while :
2642 cat "conftest.in" "conftest.in" >"conftest.tmp"
2643 mv "conftest.tmp" "conftest.in"
2644 cp "conftest.in" "conftest.nl"
2645 $as_echo '' >> "conftest.nl"
2646 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2647 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2648 as_fn_arith $ac_count + 1 && ac_count=$as_val
2649 if test $ac_count -gt ${ac_path_SED_max-0}; then
2650 # Best one so far, save it but keep looking for a better one
2651 ac_cv_path_SED="$ac_path_SED"
2652 ac_path_SED_max=$ac_count
2654 # 10*(2^10) chars as input seems more than enough
2655 test $ac_count -gt 10 && break
2656 done
2657 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2658 esac
2660 $ac_path_SED_found && break 3
2661 done
2662 done
2663 done
2664 IFS=$as_save_IFS
2665 if test -z "$ac_cv_path_SED"; then
2666 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2668 else
2669 ac_cv_path_SED=$SED
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2674 $as_echo "$ac_cv_path_SED" >&6; }
2675 SED="$ac_cv_path_SED"
2676 rm -f conftest.sed
2678 for ac_prog in gawk mawk nawk awk
2680 # Extract the first word of "$ac_prog", so it can be a program name with args.
2681 set dummy $ac_prog; ac_word=$2
2682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2683 $as_echo_n "checking for $ac_word... " >&6; }
2684 if test "${ac_cv_prog_AWK+set}" = set; then :
2685 $as_echo_n "(cached) " >&6
2686 else
2687 if test -n "$AWK"; then
2688 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2689 else
2690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2691 for as_dir in $PATH
2693 IFS=$as_save_IFS
2694 test -z "$as_dir" && as_dir=.
2695 for ac_exec_ext in '' $ac_executable_extensions; do
2696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2697 ac_cv_prog_AWK="$ac_prog"
2698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2699 break 2
2701 done
2702 done
2703 IFS=$as_save_IFS
2707 AWK=$ac_cv_prog_AWK
2708 if test -n "$AWK"; then
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2710 $as_echo "$AWK" >&6; }
2711 else
2712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2713 $as_echo "no" >&6; }
2717 test -n "$AWK" && break
2718 done
2721 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2723 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2724 # a relative path.
2725 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2726 INSTALL="${srcpwd}/install-sh -c"
2729 # Set srcdir to "." if that's what it is.
2730 # This is important for multilib support.
2731 pwd=`${PWDCMD-pwd}`
2732 if test "${pwd}" = "${srcpwd}" ; then
2733 srcdir=.
2736 topsrcdir=$srcpwd
2738 extra_host_args=
2740 ### To add a new directory to the tree, first choose whether it is a target
2741 ### or a host dependent tool. Then put it into the appropriate list
2742 ### (library or tools, host or target), doing a dependency sort.
2744 # Subdirs will be configured in the order listed in build_configdirs,
2745 # configdirs, or target_configdirs; see the serialization section below.
2747 # Dependency sorting is only needed when *configuration* must be done in
2748 # a particular order. In all cases a dependency should be specified in
2749 # the Makefile, whether or not it's implicitly specified here.
2751 # Double entries in build_configdirs, configdirs, or target_configdirs may
2752 # cause circular dependencies and break everything horribly.
2754 # these library is used by various programs built for the build
2755 # environment
2757 build_libs="build-libiberty"
2759 # these tools are built for the build environment
2760 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2762 # these libraries are used by various programs built for the host environment
2764 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
2766 # these tools are built for the host environment
2767 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2768 # know that we are building the simulator.
2769 # binutils, gas and ld appear in that order because it makes sense to run
2770 # "make check" in that particular order.
2771 # If --enable-gold is used, "gold" may replace "ld".
2772 host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
2774 # libgcj represents the runtime libraries only used by gcj.
2775 libgcj="target-libffi \
2776 target-zlib \
2777 target-libjava"
2779 # these libraries are built for the target environment, and are built after
2780 # the host libraries and the host tools (which may be a cross compiler)
2781 # Note that libiberty is not a target library.
2782 target_libraries="target-libgcc \
2783 target-libbacktrace \
2784 target-libgloss \
2785 target-newlib \
2786 target-libgomp \
2787 target-libcilkrts \
2788 target-libatomic \
2789 target-libitm \
2790 target-libstdc++-v3 \
2791 target-libsanitizer \
2792 target-libvtv \
2793 target-libssp \
2794 target-libquadmath \
2795 target-libgfortran \
2796 target-boehm-gc \
2797 ${libgcj} \
2798 target-libobjc \
2799 target-libada \
2800 target-libgo"
2802 # these tools are built using the target libraries, and are intended to
2803 # run only in the target environment
2805 # note: any program that *uses* libraries that are in the "target_libraries"
2806 # list belongs in this list.
2808 target_tools="target-rda"
2810 ################################################################################
2812 ## All tools belong in one of the four categories, and are assigned above
2813 ## We assign ${configdirs} this way to remove all embedded newlines. This
2814 ## is important because configure will choke if they ever get through.
2815 ## ${configdirs} is directories we build using the host tools.
2816 ## ${target_configdirs} is directories we build using the target tools.
2817 configdirs=`echo ${host_libs} ${host_tools}`
2818 target_configdirs=`echo ${target_libraries} ${target_tools}`
2819 build_configdirs=`echo ${build_libs} ${build_tools}`
2823 ################################################################################
2825 srcname="gnu development package"
2827 # This gets set non-empty for some net releases of packages.
2828 appdirs=""
2830 # Define is_cross_compiler to save on calls to 'test'.
2831 is_cross_compiler=
2832 if test x"${host}" = x"${target}" ; then
2833 is_cross_compiler=no
2834 else
2835 is_cross_compiler=yes
2838 # Find the build and target subdir names.
2840 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2841 # have matching libraries, they should use host libraries: Makefile.tpl
2842 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2843 # However, they still use the build modules, because the corresponding
2844 # host modules (e.g. bison) are only built for the host when bootstrap
2845 # finishes. So:
2846 # - build_subdir is where we find build modules, and never changes.
2847 # - build_libsubdir is where we find build libraries, and can be overridden.
2849 # Prefix 'build-' so this never conflicts with target_subdir.
2850 build_subdir="build-${build_noncanonical}"
2852 # Check whether --with-build-libsubdir was given.
2853 if test "${with_build_libsubdir+set}" = set; then :
2854 withval=$with_build_libsubdir; build_libsubdir="$withval"
2855 else
2856 build_libsubdir="$build_subdir"
2859 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2860 if ( test $srcdir = . && test -d gcc ) \
2861 || test -d $srcdir/../host-${host_noncanonical}; then
2862 host_subdir="host-${host_noncanonical}"
2863 else
2864 host_subdir=.
2866 # No prefix.
2867 target_subdir=${target_noncanonical}
2869 # Be sure to cover against remnants of an in-tree build.
2870 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2871 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2872 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2875 # Skipdirs are removed silently.
2876 skipdirs=
2877 # Noconfigdirs are removed loudly.
2878 noconfigdirs=""
2880 use_gnu_ld=
2881 # Make sure we don't let GNU ld be added if we didn't want it.
2882 if test x$with_gnu_ld = xno ; then
2883 use_gnu_ld=no
2884 noconfigdirs="$noconfigdirs ld gold"
2887 use_gnu_as=
2888 # Make sure we don't let GNU as be added if we didn't want it.
2889 if test x$with_gnu_as = xno ; then
2890 use_gnu_as=no
2891 noconfigdirs="$noconfigdirs gas"
2894 use_included_zlib=
2895 # Make sure we don't let ZLIB be added if we didn't want it.
2896 if test x$with_system_zlib = xyes ; then
2897 use_included_zlib=no
2898 noconfigdirs="$noconfigdirs zlib"
2901 # some tools are so dependent upon X11 that if we're not building with X,
2902 # it's not even worth trying to configure, much less build, that tool.
2904 case ${with_x} in
2905 yes | "") ;; # the default value for this tree is that X11 is available
2907 skipdirs="${skipdirs} tk itcl libgui"
2908 # We won't be able to build gdbtk without X.
2909 enable_gdbtk=no
2911 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2912 esac
2914 # Some are only suitable for cross toolchains.
2915 # Remove these if host=target.
2916 cross_only="target-libgloss target-newlib target-opcodes"
2918 case $is_cross_compiler in
2919 no) skipdirs="${skipdirs} ${cross_only}" ;;
2920 esac
2922 # If both --with-headers and --with-libs are specified, default to
2923 # --without-newlib.
2924 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2925 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2926 if test x"${with_newlib}" = x ; then
2927 with_newlib=no
2931 # Recognize --with-newlib/--without-newlib.
2932 case ${with_newlib} in
2933 no) skipdirs="${skipdirs} target-newlib" ;;
2934 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2935 esac
2937 # Handle --enable-gold, --enable-ld.
2938 # --disable-gold [--enable-ld]
2939 # Build only ld. Default option.
2940 # --enable-gold [--enable-ld]
2941 # Build both gold and ld. Install gold as "ld.gold", install ld
2942 # as "ld.bfd" and "ld".
2943 # --enable-gold=default [--enable-ld]
2944 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2945 # install ld as "ld.bfd".
2946 # --enable-gold[=default] --disable-ld
2947 # Build only gold, which is then installed as both "ld.gold" and "ld".
2948 # --enable-gold --enable-ld=default
2949 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2950 # and ld.bfd).
2951 # In other words, ld is default
2952 # --enable-gold=default --enable-ld=default
2953 # Error.
2955 default_ld=
2956 # Check whether --enable-gold was given.
2957 if test "${enable_gold+set}" = set; then :
2958 enableval=$enable_gold; ENABLE_GOLD=$enableval
2959 else
2960 ENABLE_GOLD=no
2963 case "${ENABLE_GOLD}" in
2964 yes|default)
2965 # Check for ELF target.
2966 is_elf=no
2967 case "${target}" in
2968 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2969 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2970 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2971 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
2972 case "${target}" in
2973 *-*-linux*aout* | *-*-linux*oldld*)
2976 is_elf=yes
2978 esac
2979 esac
2981 if test "$is_elf" = "yes"; then
2982 # Check for target supported by gold.
2983 case "${target}" in
2984 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
2985 configdirs="$configdirs gold"
2986 if test x${ENABLE_GOLD} = xdefault; then
2987 default_ld=gold
2989 ENABLE_GOLD=yes
2991 esac
2997 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2999 esac
3001 # Check whether --enable-ld was given.
3002 if test "${enable_ld+set}" = set; then :
3003 enableval=$enable_ld; ENABLE_LD=$enableval
3004 else
3005 ENABLE_LD=yes
3009 case "${ENABLE_LD}" in
3010 default)
3011 if test x${default_ld} != x; then
3012 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3015 yes)
3018 if test x${ENABLE_GOLD} != xyes; then
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3020 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3022 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3025 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3027 esac
3029 # Configure extra directories which are host specific
3031 case "${host}" in
3032 *-cygwin*)
3033 configdirs="$configdirs libtermcap" ;;
3034 esac
3036 # A target can indicate whether a language isn't supported for some reason.
3037 # Only spaces may be used in this macro; not newlines or tabs.
3038 unsupported_languages=
3040 # Remove more programs from consideration, based on the host or
3041 # target this usually means that a port of the program doesn't
3042 # exist yet.
3044 case "${host}" in
3045 i[3456789]86-*-msdosdjgpp*)
3046 noconfigdirs="$noconfigdirs tcl tk itcl"
3048 esac
3051 # Check whether --enable-libquadmath was given.
3052 if test "${enable_libquadmath+set}" = set; then :
3053 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3054 else
3055 ENABLE_LIBQUADMATH=yes
3058 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3059 noconfigdirs="$noconfigdirs target-libquadmath"
3063 # Check whether --enable-libquadmath-support was given.
3064 if test "${enable_libquadmath_support+set}" = set; then :
3065 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3066 else
3067 ENABLE_LIBQUADMATH_SUPPORT=yes
3070 enable_libquadmath_support=
3071 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3072 enable_libquadmath_support=no
3076 # Check whether --enable-libada was given.
3077 if test "${enable_libada+set}" = set; then :
3078 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3079 else
3080 ENABLE_LIBADA=yes
3083 if test "${ENABLE_LIBADA}" != "yes" ; then
3084 noconfigdirs="$noconfigdirs gnattools"
3087 # Check whether --enable-libssp was given.
3088 if test "${enable_libssp+set}" = set; then :
3089 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3090 else
3091 ENABLE_LIBSSP=yes
3095 # Check whether --enable-libstdcxx was given.
3096 if test "${enable_libstdcxx+set}" = set; then :
3097 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3098 else
3099 ENABLE_LIBSTDCXX=default
3102 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3103 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3106 # Save it here so that, even in case of --enable-libgcj, if the Java
3107 # front-end isn't enabled, we still get libgcj disabled.
3108 libgcj_saved=$libgcj
3109 case $enable_libgcj in
3110 yes)
3111 # If we reset it here, it won't get added to noconfigdirs in the
3112 # target-specific build rules, so it will be forcibly enabled
3113 # (unless the Java language itself isn't enabled).
3114 libgcj=
3117 # Make sure we get it printed in the list of not supported target libs.
3118 # Don't disable libffi, though, other languages use it.
3119 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3120 # Clear libgcj_saved so that even if java is enabled libffi won't be
3121 # built.
3122 libgcj_saved=
3124 esac
3126 # Check whether --enable-static-libjava was given.
3127 if test "${enable_static_libjava+set}" = set; then :
3128 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3129 else
3130 ENABLE_STATIC_LIBJAVA=no
3133 enable_static_libjava=
3134 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3135 enable_static_libjava=yes
3138 if test x$enable_static_libjava != xyes ; then
3139 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3143 # Disable libgomp on non POSIX hosted systems.
3144 if test x$enable_libgomp = x ; then
3145 # Enable libgomp by default on hosted POSIX systems.
3146 case "${target}" in
3147 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3149 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
3151 *-*-solaris2* | *-*-hpux11*)
3153 *-*-darwin* | *-*-aix*)
3156 noconfigdirs="$noconfigdirs target-libgomp"
3158 esac
3161 # Disable libatomic on unsupported systems.
3162 if test -d ${srcdir}/libatomic; then
3163 if test x$enable_libatomic = x; then
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3165 $as_echo_n "checking for libatomic support... " >&6; }
3166 if (srcdir=${srcdir}/libatomic; \
3167 . ${srcdir}/configure.tgt; \
3168 test -n "$UNSUPPORTED")
3169 then
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3171 $as_echo "no" >&6; }
3172 noconfigdirs="$noconfigdirs target-libatomic"
3173 else
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175 $as_echo "yes" >&6; }
3180 # Disable libcilkrts on unsupported systems.
3181 if test -d ${srcdir}/libcilkrts; then
3182 if test x$enable_libcilkrts = x; then
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3184 $as_echo_n "checking for libcilkrts support... " >&6; }
3185 if (srcdir=${srcdir}/libcilkrts; \
3186 . ${srcdir}/configure.tgt; \
3187 test -n "$UNSUPPORTED")
3188 then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3190 $as_echo "no" >&6; }
3191 noconfigdirs="$noconfigdirs target-libcilkrts"
3192 else
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3194 $as_echo "yes" >&6; }
3199 # Disable libitm on unsupported systems.
3200 if test -d ${srcdir}/libitm; then
3201 if test x$enable_libitm = x; then
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3203 $as_echo_n "checking for libitm support... " >&6; }
3204 if (srcdir=${srcdir}/libitm; \
3205 . ${srcdir}/configure.tgt; \
3206 test -n "$UNSUPPORTED")
3207 then
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3209 $as_echo "no" >&6; }
3210 noconfigdirs="$noconfigdirs target-libitm"
3211 else
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3213 $as_echo "yes" >&6; }
3218 # Disable libsanitizer on unsupported systems.
3219 if test -d ${srcdir}/libsanitizer; then
3220 if test x$enable_libsanitizer = x; then
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3222 $as_echo_n "checking for libsanitizer support... " >&6; }
3223 if (srcdir=${srcdir}/libsanitizer; \
3224 . ${srcdir}/configure.tgt; \
3225 test -n "$UNSUPPORTED")
3226 then
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3228 $as_echo "no" >&6; }
3229 noconfigdirs="$noconfigdirs target-libsanitizer"
3230 else
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3232 $as_echo "yes" >&6; }
3237 # Disable libvtv on unsupported systems.
3238 if test -d ${srcdir}/libvtv; then
3239 if test x$enable_libvtv = x; then
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3241 $as_echo_n "checking for libvtv support... " >&6; }
3242 if (srcdir=${srcdir}/libvtv; \
3243 . ${srcdir}/configure.tgt; \
3244 test "$VTV_SUPPORTED" != "yes")
3245 then
3246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3247 $as_echo "no" >&6; }
3248 noconfigdirs="$noconfigdirs target-libvtv"
3249 else
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3251 $as_echo "yes" >&6; }
3256 # Disable libquadmath for some systems.
3257 case "${target}" in
3258 avr-*-*)
3259 noconfigdirs="$noconfigdirs target-libquadmath"
3261 # libquadmath is unused on AIX and libquadmath build process use of
3262 # LD_LIBRARY_PATH can break AIX bootstrap.
3263 powerpc-*-aix* | rs6000-*-aix*)
3264 noconfigdirs="$noconfigdirs target-libquadmath"
3266 esac
3268 # Disable libssp for some systems.
3269 case "${target}" in
3270 avr-*-*)
3271 # No hosted I/O support.
3272 noconfigdirs="$noconfigdirs target-libssp"
3274 powerpc-*-aix* | rs6000-*-aix*)
3275 noconfigdirs="$noconfigdirs target-libssp"
3277 rl78-*-*)
3278 # libssp uses a misaligned load to trigger a fault, but the RL78
3279 # doesn't fault for those - instead, it gives a build-time error
3280 # for explicit misaligned loads.
3281 noconfigdirs="$noconfigdirs target-libssp"
3283 esac
3285 # Disable libstdc++-v3 for some systems.
3286 # Allow user to override this if they pass --enable-libstdc++-v3
3287 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3288 case "${target}" in
3289 *-*-vxworks*)
3290 # VxWorks uses the Dinkumware C++ library.
3291 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3293 arm*-wince-pe*)
3294 # the C++ libraries don't build on top of CE's C libraries
3295 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3297 avr-*-*)
3298 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3300 esac
3303 # Disable Fortran for some systems.
3304 case "${target}" in
3305 mmix-*-*)
3306 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3307 unsupported_languages="$unsupported_languages fortran"
3309 esac
3311 # Disable Java if libffi is not supported.
3312 case "${target}" in
3313 aarch64-*-*)
3315 alpha*-*-*)
3317 arm*-*-*)
3319 cris-*-*)
3321 frv-*-*)
3323 hppa*-*-linux*)
3325 hppa*-*-hpux*)
3327 i?86-*-*)
3329 ia64*-*-*)
3331 m32r*-*-*)
3333 m68k-*-*)
3335 mips*-*-rtems*)
3337 mips*-*-linux*)
3339 powerpc*-*-linux*)
3341 powerpc-*-darwin*)
3343 powerpc-*-aix* | rs6000-*-aix*)
3345 powerpc-*-freebsd*)
3347 powerpc64-*-freebsd*)
3349 powerpc*-*-rtems*)
3351 s390-*-* | s390x-*-*)
3353 sh-*-* | sh[34]*-*-*)
3355 sh64-*-* | sh5*-*-*)
3357 sparc*-*-*)
3359 x86_64-*-*)
3361 *-*-*)
3362 unsupported_languages="$unsupported_languages java"
3364 esac
3366 # Disable Java, libgcj or related libraries for some systems.
3367 case "${target}" in
3368 powerpc-*-darwin*)
3370 i[3456789]86-*-darwin*)
3372 x86_64-*-darwin[912]*)
3374 *-*-darwin*)
3375 noconfigdirs="$noconfigdirs ${libgcj}"
3377 *-*-netware*)
3378 noconfigdirs="$noconfigdirs ${libgcj}"
3380 *-*-rtems*)
3381 noconfigdirs="$noconfigdirs ${libgcj}"
3383 *-*-tpf*)
3384 noconfigdirs="$noconfigdirs ${libgcj}"
3386 *-*-uclinux*)
3387 noconfigdirs="$noconfigdirs ${libgcj}"
3389 *-*-vxworks*)
3390 noconfigdirs="$noconfigdirs ${libgcj}"
3392 alpha*-*-*vms*)
3393 noconfigdirs="$noconfigdirs ${libgcj}"
3395 arm-wince-pe)
3396 noconfigdirs="$noconfigdirs ${libgcj}"
3398 arm*-*-symbianelf*)
3399 noconfigdirs="$noconfigdirs ${libgcj}"
3401 bfin-*-*)
3402 noconfigdirs="$noconfigdirs target-boehm-gc"
3404 cris-*-* | crisv32-*-*)
3405 unsupported_languages="$unsupported_languages java"
3406 case "${target}" in
3407 *-*-linux*)
3409 *) # See PR46792 regarding target-libffi.
3410 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3411 esac
3413 hppa*64*-*-linux*)
3414 # In this case, it's because the hppa64-linux target is for
3415 # the kernel only at this point and has no libc, and thus no
3416 # headers, crt*.o, etc., all of which are needed by these.
3417 unsupported_languages="$unsupported_languages java"
3419 hppa*64*-*-hpux*)
3420 noconfigdirs="$noconfigdirs ${libgcj}"
3422 hppa*-hp-hpux11*)
3424 hppa*-*-hpux*)
3425 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3426 # build on HP-UX 10.20.
3427 noconfigdirs="$noconfigdirs ${libgcj}"
3429 ia64*-*-*vms*)
3430 noconfigdirs="$noconfigdirs ${libgcj}"
3432 i[3456789]86-w64-mingw*)
3433 noconfigdirs="$noconfigdirs ${libgcj}"
3435 i[3456789]86-*-mingw*)
3436 noconfigdirs="$noconfigdirs ${libgcj}"
3438 x86_64-*-mingw*)
3439 noconfigdirs="$noconfigdirs ${libgcj}"
3441 mmix-*-*)
3442 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
3444 powerpc-*-aix*)
3445 # copied from rs6000-*-* entry
3446 noconfigdirs="$noconfigdirs ${libgcj}"
3448 rs6000-*-aix*)
3449 noconfigdirs="$noconfigdirs ${libgcj}"
3451 *-*-lynxos*)
3452 noconfigdirs="$noconfigdirs ${libgcj}"
3454 esac
3456 # Disable libgo for some systems where it is known to not work.
3457 # For testing, you can easily override this with --enable-libgo.
3458 if test x$enable_libgo = x; then
3459 case "${target}" in
3460 *-*-darwin*)
3461 # PR 46986
3462 noconfigdirs="$noconfigdirs target-libgo"
3464 *-*-cygwin* | *-*-mingw*)
3465 noconfigdirs="$noconfigdirs target-libgo"
3467 *-*-aix*)
3468 noconfigdirs="$noconfigdirs target-libgo"
3470 esac
3473 # Default libgloss CPU subdirectory.
3474 libgloss_dir="$target_cpu"
3476 case "${target}" in
3477 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3478 libgloss_dir=wince
3480 aarch64*-*-* )
3481 libgloss_dir=aarch64
3483 arm*-*-*)
3484 libgloss_dir=arm
3486 cris-*-* | crisv32-*-*)
3487 libgloss_dir=cris
3489 hppa*-*-*)
3490 libgloss_dir=pa
3492 i[3456789]86-*-*)
3493 libgloss_dir=i386
3495 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3496 libgloss_dir=m68hc11
3498 m68*-*-* | fido-*-*)
3499 libgloss_dir=m68k
3501 mips*-*-*)
3502 libgloss_dir=mips
3504 powerpc*-*-*)
3505 libgloss_dir=rs6000
3507 sparc*-*-*)
3508 libgloss_dir=sparc
3510 esac
3512 # Disable newlib and libgloss for various target OSes.
3513 case "${target}" in
3514 alpha*-dec-osf*)
3515 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3517 i[3456789]86-*-linux*)
3518 # This section makes it possible to build newlib natively on linux.
3519 # If we are using a cross compiler then don't configure newlib.
3520 if test x${is_cross_compiler} != xno ; then
3521 noconfigdirs="$noconfigdirs target-newlib"
3523 noconfigdirs="$noconfigdirs target-libgloss"
3524 # If we are not using a cross compiler, do configure newlib.
3525 # Note however, that newlib will only be configured in this situation
3526 # if the --with-newlib option has been given, because otherwise
3527 # 'target-newlib' will appear in skipdirs.
3529 i[3456789]86-*-rdos*)
3530 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3532 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3533 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3535 sparc-*-sunos4*)
3536 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3538 *-*-aix*)
3539 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3541 *-*-beos*)
3542 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3544 *-*-chorusos)
3545 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3547 *-*-dragonfly*)
3548 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3550 *-*-freebsd*)
3551 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3553 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3554 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3556 *-*-lynxos*)
3557 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3559 *-*-mingw*)
3560 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3562 *-*-netbsd*)
3563 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3565 *-*-netware*)
3566 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3568 *-*-tpf*)
3569 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3571 *-*-uclinux*)
3572 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3574 *-*-vxworks*)
3575 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3577 esac
3579 case "${target}" in
3580 *-*-chorusos)
3582 powerpc-*-darwin*)
3583 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3584 noconfigdirs="$noconfigdirs sim target-rda"
3586 i[3456789]86-*-darwin*)
3587 noconfigdirs="$noconfigdirs ld gprof"
3588 noconfigdirs="$noconfigdirs sim target-rda"
3590 x86_64-*-darwin[912]*)
3591 noconfigdirs="$noconfigdirs ld gas gprof"
3592 noconfigdirs="$noconfigdirs sim target-rda"
3594 *-*-darwin*)
3595 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3596 noconfigdirs="$noconfigdirs sim target-rda"
3598 *-*-dragonfly*)
3600 *-*-freebsd*)
3601 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3602 && test -f /usr/local/include/gmp.h; then
3603 with_gmp=/usr/local
3606 *-*-kaos*)
3607 # Remove unsupported stuff on all kaOS configurations.
3608 noconfigdirs="$noconfigdirs target-libgloss"
3610 *-*-netbsd*)
3612 *-*-netware*)
3614 *-*-rtems*)
3615 noconfigdirs="$noconfigdirs target-libgloss"
3617 # The tpf target doesn't support gdb yet.
3618 *-*-tpf*)
3619 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
3621 *-*-uclinux*)
3622 noconfigdirs="$noconfigdirs target-rda"
3624 *-*-vxworks*)
3626 alpha*-dec-osf*)
3627 # ld works, but does not support shared libraries.
3628 # gas doesn't generate exception information.
3629 noconfigdirs="$noconfigdirs gas ld"
3631 alpha*-*-*vms*)
3632 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3634 alpha*-*-*)
3635 # newlib is not 64 bit ready
3636 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3638 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3639 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3641 arc-*-*|arceb-*-*)
3642 noconfigdirs="$noconfigdirs target-libgloss"
3644 arm-*-pe*)
3645 noconfigdirs="$noconfigdirs target-libgloss"
3647 arm-*-riscix*)
3648 noconfigdirs="$noconfigdirs ld target-libgloss"
3650 avr-*-rtems*)
3652 avr-*-*)
3653 if test x${with_avrlibc} != xno; then
3654 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3657 c4x-*-* | tic4x-*-*)
3658 noconfigdirs="$noconfigdirs target-libgloss"
3660 tic54x-*-*)
3661 noconfigdirs="$noconfigdirs target-libgloss gdb"
3663 d10v-*-*)
3664 noconfigdirs="$noconfigdirs target-libgloss"
3666 d30v-*-*)
3667 noconfigdirs="$noconfigdirs gdb"
3669 fr30-*-elf*)
3670 noconfigdirs="$noconfigdirs gdb"
3672 moxie-*-*)
3673 noconfigdirs="$noconfigdirs gprof"
3675 h8300*-*-*)
3676 noconfigdirs="$noconfigdirs target-libgloss"
3678 h8500-*-*)
3679 noconfigdirs="$noconfigdirs target-libgloss"
3681 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3683 hppa*64*-*-linux*)
3685 hppa*-*-linux*)
3687 hppa*-*-*elf* | \
3688 hppa*-*-lites* | \
3689 hppa*-*-openbsd* | \
3690 hppa*64*-*-*)
3692 hppa*-hp-hpux11*)
3693 noconfigdirs="$noconfigdirs ld"
3695 hppa*-*-pro*)
3697 hppa*-*-*)
3698 noconfigdirs="$noconfigdirs ld"
3700 i960-*-*)
3701 noconfigdirs="$noconfigdirs gdb"
3703 ia64*-*-elf*)
3704 # No gdb support yet.
3705 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3707 ia64*-**-hpux*)
3708 # No ld support yet.
3709 noconfigdirs="$noconfigdirs libgui itcl ld"
3711 ia64*-*-*vms*)
3712 # No ld support yet.
3713 noconfigdirs="$noconfigdirs libgui itcl ld"
3715 i[3456789]86-w64-mingw*)
3717 i[3456789]86-*-mingw*)
3718 target_configdirs="$target_configdirs target-winsup"
3720 *-*-cygwin*)
3721 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3722 noconfigdirs="$noconfigdirs target-libgloss"
3723 # always build newlib if winsup directory is present.
3724 if test -d "$srcdir/winsup/cygwin"; then
3725 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3726 elif test -d "$srcdir/newlib"; then
3727 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3730 i[3456789]86-*-pe)
3731 noconfigdirs="$noconfigdirs target-libgloss"
3733 i[3456789]86-*-sco3.2v5*)
3734 # The linker does not yet know about weak symbols in COFF,
3735 # and is not configured to handle mixed ELF and COFF.
3736 noconfigdirs="$noconfigdirs ld target-libgloss"
3738 i[3456789]86-*-sco*)
3739 noconfigdirs="$noconfigdirs gprof target-libgloss"
3741 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
3742 noconfigdirs="$noconfigdirs target-libgloss"
3744 i[3456789]86-*-sysv4*)
3745 noconfigdirs="$noconfigdirs target-libgloss"
3747 i[3456789]86-*-beos*)
3748 noconfigdirs="$noconfigdirs gdb"
3750 i[3456789]86-*-rdos*)
3751 noconfigdirs="$noconfigdirs gdb"
3753 mmix-*-*)
3754 noconfigdirs="$noconfigdirs gdb"
3756 mt-*-*)
3757 noconfigdirs="$noconfigdirs sim"
3759 powerpc-*-aix*)
3760 # copied from rs6000-*-* entry
3761 noconfigdirs="$noconfigdirs gprof"
3763 powerpc*-*-winnt* | powerpc*-*-pe*)
3764 target_configdirs="$target_configdirs target-winsup"
3765 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
3766 # always build newlib.
3767 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3769 # This is temporary until we can link against shared libraries
3770 powerpcle-*-solaris*)
3771 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
3773 powerpc-*-beos*)
3774 noconfigdirs="$noconfigdirs gdb"
3776 rs6000-*-lynxos*)
3777 noconfigdirs="$noconfigdirs gprof"
3779 rs6000-*-aix*)
3780 noconfigdirs="$noconfigdirs gprof"
3782 rs6000-*-*)
3783 noconfigdirs="$noconfigdirs gprof"
3785 m68k-apollo-*)
3786 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
3788 microblaze*)
3789 noconfigdirs="$noconfigdirs gprof"
3791 mips*-sde-elf* | mips*-mti-elf*)
3792 if test x$with_newlib = xyes; then
3793 noconfigdirs="$noconfigdirs gprof"
3796 mips*-*-irix5*)
3797 noconfigdirs="$noconfigdirs gprof target-libgloss"
3799 mips*-*-irix6*)
3800 noconfigdirs="$noconfigdirs gprof target-libgloss"
3802 mips*-*-bsd*)
3803 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
3805 mips*-*-linux*)
3807 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3808 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3809 noconfigdirs="$noconfigdirs ld gas gprof"
3811 mips*-*-*)
3812 noconfigdirs="$noconfigdirs gprof"
3814 sh-*-* | sh64-*-*)
3815 case "${target}" in
3816 sh*-*-elf)
3819 noconfigdirs="$noconfigdirs target-libgloss" ;;
3820 esac
3822 sparc-*-sunos4*)
3823 if test x${is_cross_compiler} = xno ; then
3824 use_gnu_ld=no
3827 tic6x-*-*)
3828 noconfigdirs="$noconfigdirs sim"
3830 tilepro*-*-* | tilegx*-*-*)
3831 noconfigdirs="$noconfigdirs sim"
3833 v810-*-*)
3834 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3836 vax-*-*)
3837 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3839 esac
3841 # If we aren't building newlib, then don't build libgloss, since libgloss
3842 # depends upon some newlib header files.
3843 case "${noconfigdirs}" in
3844 *target-libgloss*) ;;
3845 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3846 esac
3848 # Work in distributions that contain no compiler tools, like Autoconf.
3849 host_makefile_frag=/dev/null
3850 if test -d ${srcdir}/config ; then
3851 case "${host}" in
3852 i[3456789]86-*-msdosdjgpp*)
3853 host_makefile_frag="config/mh-djgpp"
3855 *-cygwin*)
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3858 $as_echo_n "checking to see if cat works as expected... " >&6; }
3859 echo a >cygwin-cat-check
3860 if test `cat cygwin-cat-check` = a ; then
3861 rm cygwin-cat-check
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3863 $as_echo "yes" >&6; }
3864 else
3865 rm cygwin-cat-check
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3867 $as_echo "no" >&6; }
3868 as_fn_error "The cat command does not ignore carriage return characters.
3869 Please either mount the build directory in binary mode or run the following
3870 commands before running any configure script:
3871 set -o igncr
3872 export SHELLOPTS
3873 " "$LINENO" 5
3876 host_makefile_frag="config/mh-cygwin"
3878 *-mingw*)
3879 host_makefile_frag="config/mh-mingw"
3881 alpha*-*-linux*)
3882 host_makefile_frag="config/mh-alpha-linux"
3884 hppa*-hp-hpux10*)
3885 host_makefile_frag="config/mh-pa-hpux10"
3887 hppa*-hp-hpux*)
3888 host_makefile_frag="config/mh-pa"
3890 hppa*-*)
3891 host_makefile_frag="config/mh-pa"
3893 *-*-darwin*)
3894 host_makefile_frag="config/mh-darwin"
3896 powerpc-*-aix*)
3897 host_makefile_frag="config/mh-ppc-aix"
3899 rs6000-*-aix*)
3900 host_makefile_frag="config/mh-ppc-aix"
3902 esac
3905 if test "${build}" != "${host}" ; then
3906 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3907 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3908 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3909 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3910 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3911 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3912 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3913 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3914 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3915 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3916 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3917 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3918 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3919 else
3920 AR_FOR_BUILD="\$(AR)"
3921 AS_FOR_BUILD="\$(AS)"
3922 CC_FOR_BUILD="\$(CC)"
3923 CXX_FOR_BUILD="\$(CXX)"
3924 GCJ_FOR_BUILD="\$(GCJ)"
3925 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3926 GOC_FOR_BUILD="\$(GOC)"
3927 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3928 LD_FOR_BUILD="\$(LD)"
3929 NM_FOR_BUILD="\$(NM)"
3930 RANLIB_FOR_BUILD="\$(RANLIB)"
3931 WINDRES_FOR_BUILD="\$(WINDRES)"
3932 WINDMC_FOR_BUILD="\$(WINDMC)"
3935 ac_ext=c
3936 ac_cpp='$CPP $CPPFLAGS'
3937 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3938 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3939 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3940 if test -n "$ac_tool_prefix"; then
3941 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3942 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3944 $as_echo_n "checking for $ac_word... " >&6; }
3945 if test "${ac_cv_prog_CC+set}" = set; then :
3946 $as_echo_n "(cached) " >&6
3947 else
3948 if test -n "$CC"; then
3949 ac_cv_prog_CC="$CC" # Let the user override the test.
3950 else
3951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3952 for as_dir in $PATH
3954 IFS=$as_save_IFS
3955 test -z "$as_dir" && as_dir=.
3956 for ac_exec_ext in '' $ac_executable_extensions; do
3957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3958 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3960 break 2
3962 done
3963 done
3964 IFS=$as_save_IFS
3968 CC=$ac_cv_prog_CC
3969 if test -n "$CC"; then
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3971 $as_echo "$CC" >&6; }
3972 else
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3974 $as_echo "no" >&6; }
3979 if test -z "$ac_cv_prog_CC"; then
3980 ac_ct_CC=$CC
3981 # Extract the first word of "gcc", so it can be a program name with args.
3982 set dummy gcc; ac_word=$2
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3984 $as_echo_n "checking for $ac_word... " >&6; }
3985 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3986 $as_echo_n "(cached) " >&6
3987 else
3988 if test -n "$ac_ct_CC"; then
3989 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3990 else
3991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3992 for as_dir in $PATH
3994 IFS=$as_save_IFS
3995 test -z "$as_dir" && as_dir=.
3996 for ac_exec_ext in '' $ac_executable_extensions; do
3997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3998 ac_cv_prog_ac_ct_CC="gcc"
3999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4000 break 2
4002 done
4003 done
4004 IFS=$as_save_IFS
4008 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4009 if test -n "$ac_ct_CC"; then
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4011 $as_echo "$ac_ct_CC" >&6; }
4012 else
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4014 $as_echo "no" >&6; }
4017 if test "x$ac_ct_CC" = x; then
4018 CC=""
4019 else
4020 case $cross_compiling:$ac_tool_warned in
4021 yes:)
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4023 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4024 ac_tool_warned=yes ;;
4025 esac
4026 CC=$ac_ct_CC
4028 else
4029 CC="$ac_cv_prog_CC"
4032 if test -z "$CC"; then
4033 if test -n "$ac_tool_prefix"; then
4034 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4035 set dummy ${ac_tool_prefix}cc; ac_word=$2
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4037 $as_echo_n "checking for $ac_word... " >&6; }
4038 if test "${ac_cv_prog_CC+set}" = set; then :
4039 $as_echo_n "(cached) " >&6
4040 else
4041 if test -n "$CC"; then
4042 ac_cv_prog_CC="$CC" # Let the user override the test.
4043 else
4044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4045 for as_dir in $PATH
4047 IFS=$as_save_IFS
4048 test -z "$as_dir" && as_dir=.
4049 for ac_exec_ext in '' $ac_executable_extensions; do
4050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4051 ac_cv_prog_CC="${ac_tool_prefix}cc"
4052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4053 break 2
4055 done
4056 done
4057 IFS=$as_save_IFS
4061 CC=$ac_cv_prog_CC
4062 if test -n "$CC"; then
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4064 $as_echo "$CC" >&6; }
4065 else
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4067 $as_echo "no" >&6; }
4073 if test -z "$CC"; then
4074 # Extract the first word of "cc", so it can be a program name with args.
4075 set dummy cc; ac_word=$2
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4077 $as_echo_n "checking for $ac_word... " >&6; }
4078 if test "${ac_cv_prog_CC+set}" = set; then :
4079 $as_echo_n "(cached) " >&6
4080 else
4081 if test -n "$CC"; then
4082 ac_cv_prog_CC="$CC" # Let the user override the test.
4083 else
4084 ac_prog_rejected=no
4085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4086 for as_dir in $PATH
4088 IFS=$as_save_IFS
4089 test -z "$as_dir" && as_dir=.
4090 for ac_exec_ext in '' $ac_executable_extensions; do
4091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4092 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4093 ac_prog_rejected=yes
4094 continue
4096 ac_cv_prog_CC="cc"
4097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4098 break 2
4100 done
4101 done
4102 IFS=$as_save_IFS
4104 if test $ac_prog_rejected = yes; then
4105 # We found a bogon in the path, so make sure we never use it.
4106 set dummy $ac_cv_prog_CC
4107 shift
4108 if test $# != 0; then
4109 # We chose a different compiler from the bogus one.
4110 # However, it has the same basename, so the bogon will be chosen
4111 # first if we set CC to just the basename; use the full file name.
4112 shift
4113 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4118 CC=$ac_cv_prog_CC
4119 if test -n "$CC"; then
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4121 $as_echo "$CC" >&6; }
4122 else
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4124 $as_echo "no" >&6; }
4129 if test -z "$CC"; then
4130 if test -n "$ac_tool_prefix"; then
4131 for ac_prog in cl.exe
4133 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4134 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4136 $as_echo_n "checking for $ac_word... " >&6; }
4137 if test "${ac_cv_prog_CC+set}" = set; then :
4138 $as_echo_n "(cached) " >&6
4139 else
4140 if test -n "$CC"; then
4141 ac_cv_prog_CC="$CC" # Let the user override the test.
4142 else
4143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4144 for as_dir in $PATH
4146 IFS=$as_save_IFS
4147 test -z "$as_dir" && as_dir=.
4148 for ac_exec_ext in '' $ac_executable_extensions; do
4149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4150 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4152 break 2
4154 done
4155 done
4156 IFS=$as_save_IFS
4160 CC=$ac_cv_prog_CC
4161 if test -n "$CC"; then
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4163 $as_echo "$CC" >&6; }
4164 else
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4166 $as_echo "no" >&6; }
4170 test -n "$CC" && break
4171 done
4173 if test -z "$CC"; then
4174 ac_ct_CC=$CC
4175 for ac_prog in cl.exe
4177 # Extract the first word of "$ac_prog", so it can be a program name with args.
4178 set dummy $ac_prog; ac_word=$2
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4180 $as_echo_n "checking for $ac_word... " >&6; }
4181 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4182 $as_echo_n "(cached) " >&6
4183 else
4184 if test -n "$ac_ct_CC"; then
4185 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4186 else
4187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4188 for as_dir in $PATH
4190 IFS=$as_save_IFS
4191 test -z "$as_dir" && as_dir=.
4192 for ac_exec_ext in '' $ac_executable_extensions; do
4193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4194 ac_cv_prog_ac_ct_CC="$ac_prog"
4195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4196 break 2
4198 done
4199 done
4200 IFS=$as_save_IFS
4204 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4205 if test -n "$ac_ct_CC"; then
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4207 $as_echo "$ac_ct_CC" >&6; }
4208 else
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4210 $as_echo "no" >&6; }
4214 test -n "$ac_ct_CC" && break
4215 done
4217 if test "x$ac_ct_CC" = x; then
4218 CC=""
4219 else
4220 case $cross_compiling:$ac_tool_warned in
4221 yes:)
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4223 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4224 ac_tool_warned=yes ;;
4225 esac
4226 CC=$ac_ct_CC
4233 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4234 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4235 as_fn_error "no acceptable C compiler found in \$PATH
4236 See \`config.log' for more details." "$LINENO" 5; }
4238 # Provide some information about the compiler.
4239 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4240 set X $ac_compile
4241 ac_compiler=$2
4242 for ac_option in --version -v -V -qversion; do
4243 { { ac_try="$ac_compiler $ac_option >&5"
4244 case "(($ac_try" in
4245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4246 *) ac_try_echo=$ac_try;;
4247 esac
4248 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4249 $as_echo "$ac_try_echo"; } >&5
4250 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4251 ac_status=$?
4252 if test -s conftest.err; then
4253 sed '10a\
4254 ... rest of stderr output deleted ...
4255 10q' conftest.err >conftest.er1
4256 cat conftest.er1 >&5
4257 rm -f conftest.er1 conftest.err
4259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4260 test $ac_status = 0; }
4261 done
4263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4264 /* end confdefs.h. */
4267 main ()
4271 return 0;
4273 _ACEOF
4274 ac_clean_files_save=$ac_clean_files
4275 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4276 # Try to create an executable without -o first, disregard a.out.
4277 # It will help us diagnose broken compilers, and finding out an intuition
4278 # of exeext.
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4280 $as_echo_n "checking for C compiler default output file name... " >&6; }
4281 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4283 # The possible output files:
4284 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4286 ac_rmfiles=
4287 for ac_file in $ac_files
4289 case $ac_file in
4290 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4291 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4292 esac
4293 done
4294 rm -f $ac_rmfiles
4296 if { { ac_try="$ac_link_default"
4297 case "(($ac_try" in
4298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4299 *) ac_try_echo=$ac_try;;
4300 esac
4301 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4302 $as_echo "$ac_try_echo"; } >&5
4303 (eval "$ac_link_default") 2>&5
4304 ac_status=$?
4305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4306 test $ac_status = 0; }; then :
4307 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4308 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4309 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4310 # so that the user can short-circuit this test for compilers unknown to
4311 # Autoconf.
4312 for ac_file in $ac_files ''
4314 test -f "$ac_file" || continue
4315 case $ac_file in
4316 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4318 [ab].out )
4319 # We found the default executable, but exeext='' is most
4320 # certainly right.
4321 break;;
4322 *.* )
4323 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4324 then :; else
4325 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4327 # We set ac_cv_exeext here because the later test for it is not
4328 # safe: cross compilers may not add the suffix if given an `-o'
4329 # argument, so we may need to know it at that point already.
4330 # Even if this section looks crufty: it has the advantage of
4331 # actually working.
4332 break;;
4334 break;;
4335 esac
4336 done
4337 test "$ac_cv_exeext" = no && ac_cv_exeext=
4339 else
4340 ac_file=''
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4343 $as_echo "$ac_file" >&6; }
4344 if test -z "$ac_file"; then :
4345 $as_echo "$as_me: failed program was:" >&5
4346 sed 's/^/| /' conftest.$ac_ext >&5
4348 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4349 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4350 { as_fn_set_status 77
4351 as_fn_error "C compiler cannot create executables
4352 See \`config.log' for more details." "$LINENO" 5; }; }
4354 ac_exeext=$ac_cv_exeext
4356 # Check that the compiler produces executables we can run. If not, either
4357 # the compiler is broken, or we cross compile.
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4359 $as_echo_n "checking whether the C compiler works... " >&6; }
4360 # If not cross compiling, check that we can run a simple program.
4361 if test "$cross_compiling" != yes; then
4362 if { ac_try='./$ac_file'
4363 { { case "(($ac_try" in
4364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4365 *) ac_try_echo=$ac_try;;
4366 esac
4367 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4368 $as_echo "$ac_try_echo"; } >&5
4369 (eval "$ac_try") 2>&5
4370 ac_status=$?
4371 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4372 test $ac_status = 0; }; }; then
4373 cross_compiling=no
4374 else
4375 if test "$cross_compiling" = maybe; then
4376 cross_compiling=yes
4377 else
4378 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4379 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4380 as_fn_error "cannot run C compiled programs.
4381 If you meant to cross compile, use \`--host'.
4382 See \`config.log' for more details." "$LINENO" 5; }
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4387 $as_echo "yes" >&6; }
4389 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4390 ac_clean_files=$ac_clean_files_save
4391 # Check that the compiler produces executables we can run. If not, either
4392 # the compiler is broken, or we cross compile.
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4394 $as_echo_n "checking whether we are cross compiling... " >&6; }
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4396 $as_echo "$cross_compiling" >&6; }
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4399 $as_echo_n "checking for suffix of executables... " >&6; }
4400 if { { ac_try="$ac_link"
4401 case "(($ac_try" in
4402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4403 *) ac_try_echo=$ac_try;;
4404 esac
4405 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4406 $as_echo "$ac_try_echo"; } >&5
4407 (eval "$ac_link") 2>&5
4408 ac_status=$?
4409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4410 test $ac_status = 0; }; then :
4411 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4412 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4413 # work properly (i.e., refer to `conftest.exe'), while it won't with
4414 # `rm'.
4415 for ac_file in conftest.exe conftest conftest.*; do
4416 test -f "$ac_file" || continue
4417 case $ac_file in
4418 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4419 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4420 break;;
4421 * ) break;;
4422 esac
4423 done
4424 else
4425 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4426 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4427 as_fn_error "cannot compute suffix of executables: cannot compile and link
4428 See \`config.log' for more details." "$LINENO" 5; }
4430 rm -f conftest$ac_cv_exeext
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4432 $as_echo "$ac_cv_exeext" >&6; }
4434 rm -f conftest.$ac_ext
4435 EXEEXT=$ac_cv_exeext
4436 ac_exeext=$EXEEXT
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4438 $as_echo_n "checking for suffix of object files... " >&6; }
4439 if test "${ac_cv_objext+set}" = set; then :
4440 $as_echo_n "(cached) " >&6
4441 else
4442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4443 /* end confdefs.h. */
4446 main ()
4450 return 0;
4452 _ACEOF
4453 rm -f conftest.o conftest.obj
4454 if { { ac_try="$ac_compile"
4455 case "(($ac_try" in
4456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4457 *) ac_try_echo=$ac_try;;
4458 esac
4459 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4460 $as_echo "$ac_try_echo"; } >&5
4461 (eval "$ac_compile") 2>&5
4462 ac_status=$?
4463 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4464 test $ac_status = 0; }; then :
4465 for ac_file in conftest.o conftest.obj conftest.*; do
4466 test -f "$ac_file" || continue;
4467 case $ac_file in
4468 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4469 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4470 break;;
4471 esac
4472 done
4473 else
4474 $as_echo "$as_me: failed program was:" >&5
4475 sed 's/^/| /' conftest.$ac_ext >&5
4477 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4478 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4479 as_fn_error "cannot compute suffix of object files: cannot compile
4480 See \`config.log' for more details." "$LINENO" 5; }
4482 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4485 $as_echo "$ac_cv_objext" >&6; }
4486 OBJEXT=$ac_cv_objext
4487 ac_objext=$OBJEXT
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4489 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4490 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4491 $as_echo_n "(cached) " >&6
4492 else
4493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4494 /* end confdefs.h. */
4497 main ()
4499 #ifndef __GNUC__
4500 choke me
4501 #endif
4504 return 0;
4506 _ACEOF
4507 if ac_fn_c_try_compile "$LINENO"; then :
4508 ac_compiler_gnu=yes
4509 else
4510 ac_compiler_gnu=no
4512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4513 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4517 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4518 if test $ac_compiler_gnu = yes; then
4519 GCC=yes
4520 else
4521 GCC=
4523 ac_test_CFLAGS=${CFLAGS+set}
4524 ac_save_CFLAGS=$CFLAGS
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4526 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4527 if test "${ac_cv_prog_cc_g+set}" = set; then :
4528 $as_echo_n "(cached) " >&6
4529 else
4530 ac_save_c_werror_flag=$ac_c_werror_flag
4531 ac_c_werror_flag=yes
4532 ac_cv_prog_cc_g=no
4533 CFLAGS="-g"
4534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4535 /* end confdefs.h. */
4538 main ()
4542 return 0;
4544 _ACEOF
4545 if ac_fn_c_try_compile "$LINENO"; then :
4546 ac_cv_prog_cc_g=yes
4547 else
4548 CFLAGS=""
4549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4550 /* end confdefs.h. */
4553 main ()
4557 return 0;
4559 _ACEOF
4560 if ac_fn_c_try_compile "$LINENO"; then :
4562 else
4563 ac_c_werror_flag=$ac_save_c_werror_flag
4564 CFLAGS="-g"
4565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4566 /* end confdefs.h. */
4569 main ()
4573 return 0;
4575 _ACEOF
4576 if ac_fn_c_try_compile "$LINENO"; then :
4577 ac_cv_prog_cc_g=yes
4579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4584 ac_c_werror_flag=$ac_save_c_werror_flag
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4587 $as_echo "$ac_cv_prog_cc_g" >&6; }
4588 if test "$ac_test_CFLAGS" = set; then
4589 CFLAGS=$ac_save_CFLAGS
4590 elif test $ac_cv_prog_cc_g = yes; then
4591 if test "$GCC" = yes; then
4592 CFLAGS="-g -O2"
4593 else
4594 CFLAGS="-g"
4596 else
4597 if test "$GCC" = yes; then
4598 CFLAGS="-O2"
4599 else
4600 CFLAGS=
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4604 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4605 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4606 $as_echo_n "(cached) " >&6
4607 else
4608 ac_cv_prog_cc_c89=no
4609 ac_save_CC=$CC
4610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4611 /* end confdefs.h. */
4612 #include <stdarg.h>
4613 #include <stdio.h>
4614 #include <sys/types.h>
4615 #include <sys/stat.h>
4616 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4617 struct buf { int x; };
4618 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4619 static char *e (p, i)
4620 char **p;
4621 int i;
4623 return p[i];
4625 static char *f (char * (*g) (char **, int), char **p, ...)
4627 char *s;
4628 va_list v;
4629 va_start (v,p);
4630 s = g (p, va_arg (v,int));
4631 va_end (v);
4632 return s;
4635 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4636 function prototypes and stuff, but not '\xHH' hex character constants.
4637 These don't provoke an error unfortunately, instead are silently treated
4638 as 'x'. The following induces an error, until -std is added to get
4639 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4640 array size at least. It's necessary to write '\x00'==0 to get something
4641 that's true only with -std. */
4642 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4644 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4645 inside strings and character constants. */
4646 #define FOO(x) 'x'
4647 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4649 int test (int i, double x);
4650 struct s1 {int (*f) (int a);};
4651 struct s2 {int (*f) (double a);};
4652 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4653 int argc;
4654 char **argv;
4656 main ()
4658 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4660 return 0;
4662 _ACEOF
4663 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4664 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4666 CC="$ac_save_CC $ac_arg"
4667 if ac_fn_c_try_compile "$LINENO"; then :
4668 ac_cv_prog_cc_c89=$ac_arg
4670 rm -f core conftest.err conftest.$ac_objext
4671 test "x$ac_cv_prog_cc_c89" != "xno" && break
4672 done
4673 rm -f conftest.$ac_ext
4674 CC=$ac_save_CC
4677 # AC_CACHE_VAL
4678 case "x$ac_cv_prog_cc_c89" in
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4681 $as_echo "none needed" >&6; } ;;
4682 xno)
4683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4684 $as_echo "unsupported" >&6; } ;;
4686 CC="$CC $ac_cv_prog_cc_c89"
4687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4688 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4689 esac
4690 if test "x$ac_cv_prog_cc_c89" != xno; then :
4694 ac_ext=c
4695 ac_cpp='$CPP $CPPFLAGS'
4696 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4697 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4698 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4700 ac_ext=cpp
4701 ac_cpp='$CXXCPP $CPPFLAGS'
4702 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4703 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4704 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4705 if test -z "$CXX"; then
4706 if test -n "$CCC"; then
4707 CXX=$CCC
4708 else
4709 if test -n "$ac_tool_prefix"; then
4710 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4712 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4713 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4715 $as_echo_n "checking for $ac_word... " >&6; }
4716 if test "${ac_cv_prog_CXX+set}" = set; then :
4717 $as_echo_n "(cached) " >&6
4718 else
4719 if test -n "$CXX"; then
4720 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4721 else
4722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in $PATH
4725 IFS=$as_save_IFS
4726 test -z "$as_dir" && as_dir=.
4727 for ac_exec_ext in '' $ac_executable_extensions; do
4728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4729 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4731 break 2
4733 done
4734 done
4735 IFS=$as_save_IFS
4739 CXX=$ac_cv_prog_CXX
4740 if test -n "$CXX"; then
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4742 $as_echo "$CXX" >&6; }
4743 else
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4745 $as_echo "no" >&6; }
4749 test -n "$CXX" && break
4750 done
4752 if test -z "$CXX"; then
4753 ac_ct_CXX=$CXX
4754 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4756 # Extract the first word of "$ac_prog", so it can be a program name with args.
4757 set dummy $ac_prog; ac_word=$2
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4759 $as_echo_n "checking for $ac_word... " >&6; }
4760 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4761 $as_echo_n "(cached) " >&6
4762 else
4763 if test -n "$ac_ct_CXX"; then
4764 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4765 else
4766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4767 for as_dir in $PATH
4769 IFS=$as_save_IFS
4770 test -z "$as_dir" && as_dir=.
4771 for ac_exec_ext in '' $ac_executable_extensions; do
4772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4773 ac_cv_prog_ac_ct_CXX="$ac_prog"
4774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4775 break 2
4777 done
4778 done
4779 IFS=$as_save_IFS
4783 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4784 if test -n "$ac_ct_CXX"; then
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4786 $as_echo "$ac_ct_CXX" >&6; }
4787 else
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4789 $as_echo "no" >&6; }
4793 test -n "$ac_ct_CXX" && break
4794 done
4796 if test "x$ac_ct_CXX" = x; then
4797 CXX="g++"
4798 else
4799 case $cross_compiling:$ac_tool_warned in
4800 yes:)
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4802 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4803 ac_tool_warned=yes ;;
4804 esac
4805 CXX=$ac_ct_CXX
4811 # Provide some information about the compiler.
4812 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4813 set X $ac_compile
4814 ac_compiler=$2
4815 for ac_option in --version -v -V -qversion; do
4816 { { ac_try="$ac_compiler $ac_option >&5"
4817 case "(($ac_try" in
4818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819 *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4822 $as_echo "$ac_try_echo"; } >&5
4823 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4824 ac_status=$?
4825 if test -s conftest.err; then
4826 sed '10a\
4827 ... rest of stderr output deleted ...
4828 10q' conftest.err >conftest.er1
4829 cat conftest.er1 >&5
4830 rm -f conftest.er1 conftest.err
4832 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4833 test $ac_status = 0; }
4834 done
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4837 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4838 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4839 $as_echo_n "(cached) " >&6
4840 else
4841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4842 /* end confdefs.h. */
4845 main ()
4847 #ifndef __GNUC__
4848 choke me
4849 #endif
4852 return 0;
4854 _ACEOF
4855 if ac_fn_cxx_try_compile "$LINENO"; then :
4856 ac_compiler_gnu=yes
4857 else
4858 ac_compiler_gnu=no
4860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4861 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4865 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4866 if test $ac_compiler_gnu = yes; then
4867 GXX=yes
4868 else
4869 GXX=
4871 ac_test_CXXFLAGS=${CXXFLAGS+set}
4872 ac_save_CXXFLAGS=$CXXFLAGS
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4874 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4875 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4876 $as_echo_n "(cached) " >&6
4877 else
4878 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4879 ac_cxx_werror_flag=yes
4880 ac_cv_prog_cxx_g=no
4881 CXXFLAGS="-g"
4882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4883 /* end confdefs.h. */
4886 main ()
4890 return 0;
4892 _ACEOF
4893 if ac_fn_cxx_try_compile "$LINENO"; then :
4894 ac_cv_prog_cxx_g=yes
4895 else
4896 CXXFLAGS=""
4897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4898 /* end confdefs.h. */
4901 main ()
4905 return 0;
4907 _ACEOF
4908 if ac_fn_cxx_try_compile "$LINENO"; then :
4910 else
4911 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4912 CXXFLAGS="-g"
4913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4914 /* end confdefs.h. */
4917 main ()
4921 return 0;
4923 _ACEOF
4924 if ac_fn_cxx_try_compile "$LINENO"; then :
4925 ac_cv_prog_cxx_g=yes
4927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4932 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4935 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4936 if test "$ac_test_CXXFLAGS" = set; then
4937 CXXFLAGS=$ac_save_CXXFLAGS
4938 elif test $ac_cv_prog_cxx_g = yes; then
4939 if test "$GXX" = yes; then
4940 CXXFLAGS="-g -O2"
4941 else
4942 CXXFLAGS="-g"
4944 else
4945 if test "$GXX" = yes; then
4946 CXXFLAGS="-O2"
4947 else
4948 CXXFLAGS=
4951 ac_ext=c
4952 ac_cpp='$CPP $CPPFLAGS'
4953 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4954 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4955 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4958 # We must set the default linker to the linker used by gcc for the correct
4959 # operation of libtool. If LD is not defined and we are using gcc, try to
4960 # set the LD default to the ld used by gcc.
4961 if test -z "$LD"; then
4962 if test "$GCC" = yes; then
4963 case $build in
4964 *-*-mingw*)
4965 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4967 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4968 esac
4969 case $gcc_prog_ld in
4970 # Accept absolute paths.
4971 [\\/]* | [A-Za-z]:[\\/]*)
4972 LD="$gcc_prog_ld" ;;
4973 esac
4977 # Check whether -static-libstdc++ -static-libgcc is supported.
4978 have_static_libs=no
4979 if test "$GCC" = yes; then
4980 saved_LDFLAGS="$LDFLAGS"
4982 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4984 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4985 ac_ext=cpp
4986 ac_cpp='$CXXCPP $CPPFLAGS'
4987 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4988 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4989 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4993 /* end confdefs.h. */
4995 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4996 #error -static-libstdc++ not implemented
4997 #endif
4998 int main() {}
4999 _ACEOF
5000 if ac_fn_cxx_try_link "$LINENO"; then :
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5002 $as_echo "yes" >&6; }; have_static_libs=yes
5003 else
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5005 $as_echo "no" >&6; }
5007 rm -f core conftest.err conftest.$ac_objext \
5008 conftest$ac_exeext conftest.$ac_ext
5009 ac_ext=c
5010 ac_cpp='$CPP $CPPFLAGS'
5011 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5012 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5013 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5016 LDFLAGS="$saved_LDFLAGS"
5022 if test -n "$ac_tool_prefix"; then
5023 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5024 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5026 $as_echo_n "checking for $ac_word... " >&6; }
5027 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5028 $as_echo_n "(cached) " >&6
5029 else
5030 if test -n "$GNATBIND"; then
5031 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5032 else
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5042 break 2
5044 done
5045 done
5046 IFS=$as_save_IFS
5050 GNATBIND=$ac_cv_prog_GNATBIND
5051 if test -n "$GNATBIND"; then
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5053 $as_echo "$GNATBIND" >&6; }
5054 else
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5056 $as_echo "no" >&6; }
5061 if test -z "$ac_cv_prog_GNATBIND"; then
5062 ac_ct_GNATBIND=$GNATBIND
5063 # Extract the first word of "gnatbind", so it can be a program name with args.
5064 set dummy gnatbind; ac_word=$2
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5066 $as_echo_n "checking for $ac_word... " >&6; }
5067 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5068 $as_echo_n "(cached) " >&6
5069 else
5070 if test -n "$ac_ct_GNATBIND"; then
5071 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
5072 else
5073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5074 for as_dir in $PATH
5076 IFS=$as_save_IFS
5077 test -z "$as_dir" && as_dir=.
5078 for ac_exec_ext in '' $ac_executable_extensions; do
5079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5080 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5082 break 2
5084 done
5085 done
5086 IFS=$as_save_IFS
5090 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5091 if test -n "$ac_ct_GNATBIND"; then
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5093 $as_echo "$ac_ct_GNATBIND" >&6; }
5094 else
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5096 $as_echo "no" >&6; }
5099 if test "x$ac_ct_GNATBIND" = x; then
5100 GNATBIND="no"
5101 else
5102 case $cross_compiling:$ac_tool_warned in
5103 yes:)
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5105 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5106 ac_tool_warned=yes ;;
5107 esac
5108 GNATBIND=$ac_ct_GNATBIND
5110 else
5111 GNATBIND="$ac_cv_prog_GNATBIND"
5114 if test -n "$ac_tool_prefix"; then
5115 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5116 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5118 $as_echo_n "checking for $ac_word... " >&6; }
5119 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5120 $as_echo_n "(cached) " >&6
5121 else
5122 if test -n "$GNATMAKE"; then
5123 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5124 else
5125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5126 for as_dir in $PATH
5128 IFS=$as_save_IFS
5129 test -z "$as_dir" && as_dir=.
5130 for ac_exec_ext in '' $ac_executable_extensions; do
5131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5132 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5134 break 2
5136 done
5137 done
5138 IFS=$as_save_IFS
5142 GNATMAKE=$ac_cv_prog_GNATMAKE
5143 if test -n "$GNATMAKE"; then
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5145 $as_echo "$GNATMAKE" >&6; }
5146 else
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5148 $as_echo "no" >&6; }
5153 if test -z "$ac_cv_prog_GNATMAKE"; then
5154 ac_ct_GNATMAKE=$GNATMAKE
5155 # Extract the first word of "gnatmake", so it can be a program name with args.
5156 set dummy gnatmake; ac_word=$2
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5158 $as_echo_n "checking for $ac_word... " >&6; }
5159 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5160 $as_echo_n "(cached) " >&6
5161 else
5162 if test -n "$ac_ct_GNATMAKE"; then
5163 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5164 else
5165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5166 for as_dir in $PATH
5168 IFS=$as_save_IFS
5169 test -z "$as_dir" && as_dir=.
5170 for ac_exec_ext in '' $ac_executable_extensions; do
5171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5172 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5174 break 2
5176 done
5177 done
5178 IFS=$as_save_IFS
5182 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5183 if test -n "$ac_ct_GNATMAKE"; then
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5185 $as_echo "$ac_ct_GNATMAKE" >&6; }
5186 else
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5188 $as_echo "no" >&6; }
5191 if test "x$ac_ct_GNATMAKE" = x; then
5192 GNATMAKE="no"
5193 else
5194 case $cross_compiling:$ac_tool_warned in
5195 yes:)
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5197 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5198 ac_tool_warned=yes ;;
5199 esac
5200 GNATMAKE=$ac_ct_GNATMAKE
5202 else
5203 GNATMAKE="$ac_cv_prog_GNATMAKE"
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5207 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5208 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5209 $as_echo_n "(cached) " >&6
5210 else
5211 cat >conftest.adb <<EOF
5212 procedure conftest is begin null; end conftest;
5214 acx_cv_cc_gcc_supports_ada=no
5215 # There is a bug in old released versions of GCC which causes the
5216 # driver to exit successfully when the appropriate language module
5217 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5218 # Therefore we must check for the error message as well as an
5219 # unsuccessful exit.
5220 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5221 # given a .adb file, but produce no object file. So we must check
5222 # if an object file was really produced to guard against this.
5223 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5224 if test x"$errors" = x && test -f conftest.$ac_objext; then
5225 acx_cv_cc_gcc_supports_ada=yes
5227 rm -f conftest.*
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5230 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5232 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5233 have_gnat=yes
5234 else
5235 have_gnat=no
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5239 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5240 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5241 $as_echo_n "(cached) " >&6
5242 else
5243 echo abfoo >t1
5244 echo cdfoo >t2
5245 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5246 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5247 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5249 else
5250 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5253 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5254 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5256 else
5257 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5260 rm t1 t2
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5264 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5265 do_compare="$gcc_cv_prog_cmp_skip"
5269 # Check whether --enable-bootstrap was given.
5270 if test "${enable_bootstrap+set}" = set; then :
5271 enableval=$enable_bootstrap;
5272 else
5273 enable_bootstrap=default
5277 # Issue errors and warnings for invalid/strange bootstrap combinations.
5278 if test -r $srcdir/gcc/configure; then
5279 have_compiler=yes
5280 else
5281 have_compiler=no
5284 case "$have_compiler:$host:$target:$enable_bootstrap" in
5285 *:*:*:no) ;;
5287 # Default behavior. Enable bootstrap if we have a compiler
5288 # and we are in a native configuration.
5289 yes:$build:$build:default)
5290 enable_bootstrap=yes ;;
5292 *:*:*:default)
5293 enable_bootstrap=no ;;
5295 # We have a compiler and we are in a native configuration, bootstrap is ok
5296 yes:$build:$build:yes)
5299 # Other configurations, but we have a compiler. Assume the user knows
5300 # what he's doing.
5301 yes:*:*:yes)
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5303 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5306 # No compiler: if they passed --enable-bootstrap explicitly, fail
5307 no:*:*:yes)
5308 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5310 # Fail if wrong command line
5312 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5314 esac
5316 # Used for setting $lt_cv_objdir
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5318 $as_echo_n "checking for objdir... " >&6; }
5319 if test "${lt_cv_objdir+set}" = set; then :
5320 $as_echo_n "(cached) " >&6
5321 else
5322 rm -f .libs 2>/dev/null
5323 mkdir .libs 2>/dev/null
5324 if test -d .libs; then
5325 lt_cv_objdir=.libs
5326 else
5327 # MS-DOS does not allow filenames that begin with a dot.
5328 lt_cv_objdir=_libs
5330 rmdir .libs 2>/dev/null
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5333 $as_echo "$lt_cv_objdir" >&6; }
5334 objdir=$lt_cv_objdir
5340 cat >>confdefs.h <<_ACEOF
5341 #define LT_OBJDIR "$lt_cv_objdir/"
5342 _ACEOF
5346 # Check for GMP, MPFR and MPC
5347 gmplibs="-lmpc -lmpfr -lgmp"
5348 gmpinc=
5349 have_gmp=no
5351 # Specify a location for mpc
5352 # check for this first so it ends up on the link line before mpfr.
5354 # Check whether --with-mpc was given.
5355 if test "${with_mpc+set}" = set; then :
5356 withval=$with_mpc;
5360 # Check whether --with-mpc-include was given.
5361 if test "${with_mpc_include+set}" = set; then :
5362 withval=$with_mpc_include;
5366 # Check whether --with-mpc-lib was given.
5367 if test "${with_mpc_lib+set}" = set; then :
5368 withval=$with_mpc_lib;
5372 if test "x$with_mpc" != x; then
5373 gmplibs="-L$with_mpc/lib $gmplibs"
5374 gmpinc="-I$with_mpc/include $gmpinc"
5376 if test "x$with_mpc_include" != x; then
5377 gmpinc="-I$with_mpc_include $gmpinc"
5379 if test "x$with_mpc_lib" != x; then
5380 gmplibs="-L$with_mpc_lib $gmplibs"
5382 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5383 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5384 gmpinc='-I$$s/mpc/src '"$gmpinc"
5385 # Do not test the mpc version. Assume that it is sufficient, since
5386 # it is in the source tree, and the library has not been built yet
5387 # but it would be included on the link line in the version check below
5388 # hence making the test fail.
5389 have_gmp=yes
5392 # Specify a location for mpfr
5393 # check for this first so it ends up on the link line before gmp.
5395 # Check whether --with-mpfr-dir was given.
5396 if test "${with_mpfr_dir+set}" = set; then :
5397 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5398 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5403 # Check whether --with-mpfr was given.
5404 if test "${with_mpfr+set}" = set; then :
5405 withval=$with_mpfr;
5409 # Check whether --with-mpfr-include was given.
5410 if test "${with_mpfr_include+set}" = set; then :
5411 withval=$with_mpfr_include;
5415 # Check whether --with-mpfr-lib was given.
5416 if test "${with_mpfr_lib+set}" = set; then :
5417 withval=$with_mpfr_lib;
5421 if test "x$with_mpfr" != x; then
5422 gmplibs="-L$with_mpfr/lib $gmplibs"
5423 gmpinc="-I$with_mpfr/include $gmpinc"
5425 if test "x$with_mpfr_include" != x; then
5426 gmpinc="-I$with_mpfr_include $gmpinc"
5428 if test "x$with_mpfr_lib" != x; then
5429 gmplibs="-L$with_mpfr_lib $gmplibs"
5431 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5432 # MPFR v3.1.0 moved the sources into a src sub-directory.
5433 if test -d ${srcdir}/mpfr/src; then
5434 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5435 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5436 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5437 else
5438 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5439 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5440 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5442 # Do not test the mpfr version. Assume that it is sufficient, since
5443 # it is in the source tree, and the library has not been built yet
5444 # but it would be included on the link line in the version check below
5445 # hence making the test fail.
5446 have_gmp=yes
5449 # Specify a location for gmp
5451 # Check whether --with-gmp-dir was given.
5452 if test "${with_gmp_dir+set}" = set; then :
5453 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5454 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5459 # Check whether --with-gmp was given.
5460 if test "${with_gmp+set}" = set; then :
5461 withval=$with_gmp;
5465 # Check whether --with-gmp-include was given.
5466 if test "${with_gmp_include+set}" = set; then :
5467 withval=$with_gmp_include;
5471 # Check whether --with-gmp-lib was given.
5472 if test "${with_gmp_lib+set}" = set; then :
5473 withval=$with_gmp_lib;
5478 if test "x$with_gmp" != x; then
5479 gmplibs="-L$with_gmp/lib $gmplibs"
5480 gmpinc="-I$with_gmp/include $gmpinc"
5482 if test "x$with_gmp_include" != x; then
5483 gmpinc="-I$with_gmp_include $gmpinc"
5485 if test "x$with_gmp_lib" != x; then
5486 gmplibs="-L$with_gmp_lib $gmplibs"
5488 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5489 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5490 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5491 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5492 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5493 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5494 # Do not test the gmp version. Assume that it is sufficient, since
5495 # it is in the source tree, and the library has not been built yet
5496 # but it would be included on the link line in the version check below
5497 # hence making the test fail.
5498 have_gmp=yes
5501 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5502 have_gmp=yes
5503 saved_CFLAGS="$CFLAGS"
5504 CFLAGS="$CFLAGS $gmpinc"
5505 # Check for the recommended and required versions of GMP.
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5507 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5510 /* end confdefs.h. */
5511 #include "gmp.h"
5513 main ()
5516 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5517 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5518 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5519 choke me
5520 #endif
5523 return 0;
5525 _ACEOF
5526 if ac_fn_c_try_compile "$LINENO"; then :
5527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5528 /* end confdefs.h. */
5529 #include <gmp.h>
5531 main ()
5534 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5535 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5536 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5537 choke me
5538 #endif
5541 return 0;
5543 _ACEOF
5544 if ac_fn_c_try_compile "$LINENO"; then :
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5546 $as_echo "yes" >&6; }
5547 else
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5549 $as_echo "buggy but acceptable" >&6; }
5551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5552 else
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5554 $as_echo "no" >&6; }; have_gmp=no
5556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5558 # If we have GMP, check the MPFR version.
5559 if test x"$have_gmp" = xyes; then
5560 # Check for the recommended and required versions of MPFR.
5561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5562 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5564 /* end confdefs.h. */
5565 #include <gmp.h>
5566 #include <mpfr.h>
5568 main ()
5571 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5572 choke me
5573 #endif
5576 return 0;
5578 _ACEOF
5579 if ac_fn_c_try_compile "$LINENO"; then :
5580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5581 /* end confdefs.h. */
5582 #include <gmp.h>
5583 #include <mpfr.h>
5585 main ()
5588 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5589 choke me
5590 #endif
5593 return 0;
5595 _ACEOF
5596 if ac_fn_c_try_compile "$LINENO"; then :
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5598 $as_echo "yes" >&6; }
5599 else
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5601 $as_echo "buggy but acceptable" >&6; }
5603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5604 else
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5606 $as_echo "no" >&6; }; have_gmp=no
5608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5611 # Check for the MPC header version.
5612 if test x"$have_gmp" = xyes ; then
5613 # Check for the recommended and required versions of MPC.
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5615 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5617 /* end confdefs.h. */
5618 #include <mpc.h>
5620 main ()
5623 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5624 choke me
5625 #endif
5628 return 0;
5630 _ACEOF
5631 if ac_fn_c_try_compile "$LINENO"; then :
5632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5633 /* end confdefs.h. */
5634 #include <mpc.h>
5636 main ()
5639 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5640 choke me
5641 #endif
5644 return 0;
5646 _ACEOF
5647 if ac_fn_c_try_compile "$LINENO"; then :
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5649 $as_echo "yes" >&6; }
5650 else
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5652 $as_echo "buggy but acceptable" >&6; }
5654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5655 else
5656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5657 $as_echo "no" >&6; }; have_gmp=no
5659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5662 # Now check the MPFR library.
5663 if test x"$have_gmp" = xyes; then
5664 saved_LIBS="$LIBS"
5665 LIBS="$LIBS $gmplibs"
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5667 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5669 /* end confdefs.h. */
5670 #include <mpc.h>
5672 main ()
5675 mpfr_t n;
5676 mpfr_t x;
5677 mpc_t c;
5678 int t;
5679 mpfr_init (n);
5680 mpfr_init (x);
5681 mpfr_atan2 (n, n, x, GMP_RNDN);
5682 mpfr_erfc (n, x, GMP_RNDN);
5683 mpfr_subnormalize (x, t, GMP_RNDN);
5684 mpfr_clear(n);
5685 mpfr_clear(x);
5686 mpc_init2 (c, 53);
5687 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5688 mpc_cosh (c, c, MPC_RNDNN);
5689 mpc_pow (c, c, c, MPC_RNDNN);
5690 mpc_acosh (c, c, MPC_RNDNN);
5691 mpc_clear (c);
5694 return 0;
5696 _ACEOF
5697 if ac_fn_c_try_link "$LINENO"; then :
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5699 $as_echo "yes" >&6; }
5700 else
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5702 $as_echo "no" >&6; }; have_gmp=no
5704 rm -f core conftest.err conftest.$ac_objext \
5705 conftest$ac_exeext conftest.$ac_ext
5706 LIBS="$saved_LIBS"
5709 CFLAGS="$saved_CFLAGS"
5711 # The library versions listed in the error message below should match
5712 # the HARD-minimums enforced above.
5713 if test x$have_gmp != xyes; then
5714 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5715 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5716 their locations. Source code for these libraries can be found at
5717 their respective hosting sites as well as at
5718 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5719 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5720 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5721 make sure that you have installed both the libraries and the header
5722 files. They may be located in separate packages." "$LINENO" 5
5726 # Flags needed for both GMP, MPFR and/or MPC.
5734 # Allow host libstdc++ to be specified for static linking with PPL.
5736 # Check whether --with-host-libstdcxx was given.
5737 if test "${with_host_libstdcxx+set}" = set; then :
5738 withval=$with_host_libstdcxx;
5742 case $with_host_libstdcxx in
5743 no|yes)
5744 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5746 esac
5748 # Libraries to use for stage1 or when not bootstrapping.
5750 # Check whether --with-stage1-libs was given.
5751 if test "${with_stage1_libs+set}" = set; then :
5752 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5753 stage1_libs=
5754 else
5755 stage1_libs=$withval
5757 else
5758 stage1_libs=$with_host_libstdcxx
5763 # Linker flags to use for stage1 or when not bootstrapping.
5765 # Check whether --with-stage1-ldflags was given.
5766 if test "${with_stage1_ldflags+set}" = set; then :
5767 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5768 stage1_ldflags=
5769 else
5770 stage1_ldflags=$withval
5772 else
5773 stage1_ldflags=
5774 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5775 # if supported. But if the user explicitly specified the libraries to use,
5776 # trust that they are doing what they want.
5777 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5778 stage1_ldflags="-static-libstdc++ -static-libgcc"
5784 # Libraries to use for stage2 and later builds. This defaults to the
5785 # argument passed to --with-host-libstdcxx.
5787 # Check whether --with-boot-libs was given.
5788 if test "${with_boot_libs+set}" = set; then :
5789 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5790 poststage1_libs=
5791 else
5792 poststage1_libs=$withval
5794 else
5795 poststage1_libs=$with_host_libstdcxx
5800 # Linker flags to use for stage2 and later builds.
5802 # Check whether --with-boot-ldflags was given.
5803 if test "${with_boot_ldflags+set}" = set; then :
5804 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5805 poststage1_ldflags=
5806 else
5807 poststage1_ldflags=$withval
5809 else
5810 poststage1_ldflags=
5811 # In stages 2 and 3, default to linking libstdc++ and libgcc
5812 # statically. But if the user explicitly specified the libraries to
5813 # use, trust that they are doing what they want.
5814 if test "$poststage1_libs" = ""; then
5815 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5821 # GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5822 # Basic setup is inlined here, actual checks are in config/cloog.m4 and
5823 # config/isl.m4
5826 # Check whether --with-cloog was given.
5827 if test "${with_cloog+set}" = set; then :
5828 withval=$with_cloog;
5832 # Check whether --with-isl was given.
5833 if test "${with_isl+set}" = set; then :
5834 withval=$with_isl;
5838 # Treat either --without-cloog or --without-isl as a request to disable
5839 # GRAPHITE support and skip all following checks.
5840 if test "x$with_isl" != "xno" &&
5841 test "x$with_cloog" != "xno"; then
5842 # Check for ISL
5845 # Check whether --with-isl-include was given.
5846 if test "${with_isl_include+set}" = set; then :
5847 withval=$with_isl_include;
5851 # Check whether --with-isl-lib was given.
5852 if test "${with_isl_lib+set}" = set; then :
5853 withval=$with_isl_lib;
5857 # Check whether --enable-isl-version-check was given.
5858 if test "${enable_isl_version_check+set}" = set; then :
5859 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5860 else
5861 ENABLE_ISL_CHECK=yes
5865 # Initialize isllibs and islinc.
5866 case $with_isl in
5868 isllibs=
5869 islinc=
5871 "" | yes)
5874 isllibs="-L$with_isl/lib"
5875 islinc="-I$with_isl/include"
5877 esac
5878 if test "x${with_isl_include}" != x ; then
5879 islinc="-I$with_isl_include"
5881 if test "x${with_isl_lib}" != x; then
5882 isllibs="-L$with_isl_lib"
5884 if test "x${islinc}" = x && test "x${isllibs}" = x \
5885 && test -d ${srcdir}/isl; then
5886 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5887 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5888 ENABLE_ISL_CHECK=no
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5890 $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
5895 if test "${ENABLE_ISL_CHECK}" = yes ; then
5896 _isl_saved_CFLAGS=$CFLAGS
5897 _isl_saved_LDFLAGS=$LDFLAGS
5898 _isl_saved_LIBS=$LIBS
5900 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5901 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5902 LIBS="${_isl_saved_LIBS} -lisl"
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.12 of ISL" >&5
5905 $as_echo_n "checking for version 0.12 of ISL... " >&6; }
5906 if test "$cross_compiling" = yes; then :
5907 gcc_cv_isl=yes
5908 else
5909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5910 /* end confdefs.h. */
5911 #include <isl/version.h>
5912 #include <string.h>
5914 main ()
5916 if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
5917 return 1;
5920 return 0;
5922 _ACEOF
5923 if ac_fn_c_try_run "$LINENO"; then :
5924 gcc_cv_isl=yes
5925 else
5926 gcc_cv_isl=no
5928 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5929 conftest.$ac_objext conftest.beam conftest.$ac_ext
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5933 $as_echo "$gcc_cv_isl" >&6; }
5935 CFLAGS=$_isl_saved_CFLAGS
5936 LDFLAGS=$_isl_saved_LDFLAGS
5937 LIBS=$_isl_saved_LIBS
5945 if test "x${with_isl}" = xno; then
5946 graphite_requested=no
5947 elif test "x${with_isl}" != x \
5948 || test "x${with_isl_include}" != x \
5949 || test "x${with_isl_lib}" != x ; then
5950 graphite_requested=yes
5951 else
5952 graphite_requested=no
5957 if test "${gcc_cv_isl}" = no ; then
5958 isllibs=
5959 islinc=
5962 if test "${graphite_requested}" = yes \
5963 && test "x${isllibs}" = x \
5964 && test "x${islinc}" = x ; then
5966 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5971 if test "x$gcc_cv_isl" != "xno"; then
5972 # Check for CLOOG
5975 # Check whether --with-cloog-include was given.
5976 if test "${with_cloog_include+set}" = set; then :
5977 withval=$with_cloog_include;
5981 # Check whether --with-cloog-lib was given.
5982 if test "${with_cloog_lib+set}" = set; then :
5983 withval=$with_cloog_lib;
5987 # Check whether --enable-cloog-version-check was given.
5988 if test "${enable_cloog_version_check+set}" = set; then :
5989 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5990 else
5991 ENABLE_CLOOG_CHECK=yes
5995 # Initialize clooglibs and clooginc.
5996 case $with_cloog in
5998 clooglibs=
5999 clooginc=
6001 "" | yes)
6004 clooglibs="-L$with_cloog/lib"
6005 clooginc="-I$with_cloog/include"
6007 esac
6008 if test "x${with_cloog_include}" != x ; then
6009 clooginc="-I$with_cloog_include"
6011 if test "x${with_cloog_lib}" != x; then
6012 clooglibs="-L$with_cloog_lib"
6014 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
6015 && test -d ${srcdir}/cloog; then
6016 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6017 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include'
6018 ENABLE_CLOOG_CHECK=no
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6020 $as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
6023 clooginc="-DCLOOG_INT_GMP ${clooginc}"
6024 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
6030 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6031 _cloog_saved_CFLAGS=$CFLAGS
6032 _cloog_saved_LDFLAGS=$LDFLAGS
6034 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6035 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.1 of CLooG" >&5
6038 $as_echo_n "checking for version 0.18.1 of CLooG... " >&6; }
6039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6040 /* end confdefs.h. */
6041 #include "cloog/version.h"
6043 main ()
6045 #if CLOOG_VERSION_MAJOR != 0 \
6046 || CLOOG_VERSION_MINOR != 18 \
6047 || CLOOG_VERSION_REVISION < 1
6048 choke me
6049 #endif
6051 return 0;
6053 _ACEOF
6054 if ac_fn_c_try_compile "$LINENO"; then :
6055 gcc_cv_cloog=yes
6056 else
6057 gcc_cv_cloog=no
6059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6061 $as_echo "$gcc_cv_cloog" >&6; }
6063 CFLAGS=$_cloog_saved_CFLAGS
6064 LDFLAGS=$_cloog_saved_LDFLAGS
6073 if test "x${with_cloog}" = xno; then
6074 graphite_requested=no
6075 elif test "x${with_cloog}" != x \
6076 || test "x${with_cloog_include}" != x \
6077 || test "x${with_cloog_lib}" != x ; then
6078 graphite_requested=yes
6079 else
6080 graphite_requested=no
6085 if test "${gcc_cv_cloog}" = no ; then
6086 clooglibs=
6087 clooginc=
6090 if test "${graphite_requested}" = yes \
6091 && test "x${clooglibs}" = x \
6092 && test "x${clooginc}" = x ; then
6094 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6101 # If either the ISL or the CLooG check failed, disable builds of in-tree
6102 # variants of both
6103 if test "x$with_isl" = xno ||
6104 test "x$with_cloog" = xno ||
6105 test "x$gcc_cv_cloog" = xno ||
6106 test "x$gcc_cv_isl" = xno; then
6107 noconfigdirs="$noconfigdirs cloog isl"
6108 islinc=
6109 clooginc=
6110 clooglibs=
6118 # Check for LTO support.
6119 # Check whether --enable-lto was given.
6120 if test "${enable_lto+set}" = set; then :
6121 enableval=$enable_lto; enable_lto=$enableval
6122 else
6123 enable_lto=yes; default_enable_lto=yes
6130 target_elf=no
6131 case $target in
6132 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6133 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
6134 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6135 target_elf=no
6138 target_elf=yes
6140 esac
6142 if test $target_elf = yes; then :
6143 # ELF platforms build the lto-plugin always.
6144 build_lto_plugin=yes
6146 else
6147 if test x"$default_enable_lto" = x"yes" ; then
6148 case $target in
6149 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
6150 # On other non-ELF platforms, LTO has yet to be validated.
6151 *) enable_lto=no ;;
6152 esac
6153 else
6154 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6155 # It would also be nice to check the binutils support, but we don't
6156 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6157 # warn during gcc/ subconfigure; unless you're bootstrapping with
6158 # -flto it won't be needed until after installation anyway.
6159 case $target in
6160 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6161 *) if test x"$enable_lto" = x"yes"; then
6162 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6165 esac
6167 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6168 # Build it unless LTO was explicitly disabled.
6169 case $target in
6170 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6171 *) ;;
6172 esac
6177 # Check whether --enable-linker-plugin-configure-flags was given.
6178 if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6179 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6180 else
6181 extra_linker_plugin_configure_flags=
6185 # Check whether --enable-linker-plugin-flags was given.
6186 if test "${enable_linker_plugin_flags+set}" = set; then :
6187 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6188 else
6189 extra_linker_plugin_flags=
6195 # By default, C and C++ are the only stage 1 languages.
6196 stage1_languages=,c,
6198 # Target libraries that we bootstrap.
6199 bootstrap_target_libs=,target-libgcc,
6201 # Figure out what language subdirectories are present.
6202 # Look if the user specified --enable-languages="..."; if not, use
6203 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6204 # go away some day.
6205 # NB: embedded tabs in this IF block -- do not untabify
6206 if test -d ${srcdir}/gcc; then
6207 if test x"${enable_languages+set}" != xset; then
6208 if test x"${LANGUAGES+set}" = xset; then
6209 enable_languages="${LANGUAGES}"
6210 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6211 else
6212 enable_languages=all
6214 else
6215 if test x"${enable_languages}" = x ||
6216 test x"${enable_languages}" = xyes;
6217 then
6218 echo configure.in: --enable-languages needs at least one language argument 1>&2
6219 exit 1
6222 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6224 # 'f95' is the old name for the 'fortran' language. We issue a warning
6225 # and make the substitution.
6226 case ,${enable_languages}, in
6227 *,f95,*)
6228 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6229 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6231 esac
6233 # If bootstrapping, C++ must be enabled.
6234 case ",$enable_languages,:$enable_bootstrap" in
6235 *,c++,*:*) ;;
6236 *:yes)
6237 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6238 enable_languages="${enable_languages},c++"
6239 else
6240 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
6243 esac
6245 # First scan to see if an enabled language requires some other language.
6246 # We assume that a given config-lang.in will list all the language
6247 # front ends it requires, even if some are required indirectly.
6248 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6249 case ${lang_frag} in
6250 ..) ;;
6251 # The odd quoting in the next line works around
6252 # an apparent bug in bash 1.12 on linux.
6253 ${srcdir}/gcc/[*]/config-lang.in) ;;
6255 # From the config-lang.in, get $language, $lang_requires, and
6256 # $lang_requires_boot_languages.
6257 language=
6258 lang_requires=
6259 lang_requires_boot_languages=
6260 . ${lang_frag}
6261 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6262 case ,${enable_languages}, in
6263 *,$other,*) ;;
6264 *,all,*) ;;
6265 *,$language,*)
6266 echo " \`$other' language required by \`$language'; enabling" 1>&2
6267 enable_languages="${enable_languages},${other}"
6269 esac
6270 done
6271 for other in ${lang_requires_boot_languages} ; do
6272 if test "$other" != "c"; then
6273 case ,${enable_stage1_languages}, in
6274 *,$other,*) ;;
6275 *,all,*) ;;
6277 case ,${enable_languages}, in
6278 *,$language,*)
6279 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6280 enable_stage1_languages="$enable_stage1_languages,${other}"
6282 esac
6284 esac
6286 done
6288 esac
6289 done
6291 new_enable_languages=,c,
6293 # If LTO is enabled, add the LTO front end.
6294 extra_host_libiberty_configure_flags=
6295 if test "$enable_lto" = "yes" ; then
6296 case ,${enable_languages}, in
6297 *,lto,*) ;;
6298 *) enable_languages="${enable_languages},lto" ;;
6299 esac
6300 if test "${build_lto_plugin}" = "yes" ; then
6301 configdirs="$configdirs lto-plugin"
6302 extra_host_libiberty_configure_flags=--enable-shared
6307 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6308 potential_languages=,c,
6310 enabled_target_libs=
6311 disabled_target_libs=
6313 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6314 case ${lang_frag} in
6315 ..) ;;
6316 # The odd quoting in the next line works around
6317 # an apparent bug in bash 1.12 on linux.
6318 ${srcdir}/gcc/[*]/config-lang.in) ;;
6320 # From the config-lang.in, get $language, $target_libs,
6321 # $lang_dirs, $boot_language, and $build_by_default
6322 language=
6323 target_libs=
6324 lang_dirs=
6325 subdir_requires=
6326 boot_language=no
6327 build_by_default=yes
6328 . ${lang_frag}
6329 if test x${language} = x; then
6330 echo "${lang_frag} doesn't set \$language." 1>&2
6331 exit 1
6334 if test "$language" = "c++"; then
6335 boot_language=yes
6338 add_this_lang=no
6339 case ,${enable_languages}, in
6340 *,${language},*)
6341 # Language was explicitly selected; include it
6342 # unless it is C, which is enabled by default.
6343 if test "$language" != "c"; then
6344 add_this_lang=yes
6347 *,all,*)
6348 # 'all' was selected, select it if it is a default language
6349 if test "$language" != "c"; then
6350 add_this_lang=${build_by_default}
6353 esac
6355 # Disable languages that need other directories if these aren't available.
6356 for i in $subdir_requires; do
6357 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6358 case ,${enable_languages}, in
6359 *,${language},*)
6360 # Specifically requested language; tell them.
6361 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6364 # Silently disable.
6365 add_this_lang=unsupported
6367 esac
6368 done
6370 # Disable Ada if no preexisting GNAT is available.
6371 case ,${enable_languages},:${language}:${have_gnat} in
6372 *,${language},*:ada:no)
6373 # Specifically requested language; tell them.
6374 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6376 *:ada:no)
6377 # Silently disable.
6378 add_this_lang=unsupported
6380 esac
6382 # Disable a language that is unsupported by the target.
6383 case " $unsupported_languages " in
6384 *" $language "*)
6385 add_this_lang=unsupported
6387 esac
6389 case $add_this_lang in
6390 unsupported)
6391 # Remove language-dependent dirs.
6392 disabled_target_libs="$disabled_target_libs $target_libs"
6393 noconfigdirs="$noconfigdirs $lang_dirs"
6396 # Remove language-dependent dirs; still show language as supported.
6397 disabled_target_libs="$disabled_target_libs $target_libs"
6398 noconfigdirs="$noconfigdirs $lang_dirs"
6399 potential_languages="${potential_languages}${language},"
6401 yes)
6402 new_enable_languages="${new_enable_languages}${language},"
6403 potential_languages="${potential_languages}${language},"
6404 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6405 enabled_target_libs="$enabled_target_libs $target_libs"
6406 case "${boot_language}:,$enable_stage1_languages," in
6407 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6408 # Add to (comma-separated) list of stage 1 languages.
6409 case ",$stage1_languages," in
6410 *,$language,* | ,yes, | ,all,) ;;
6411 *) stage1_languages="${stage1_languages}${language}," ;;
6412 esac
6413 # We need to bootstrap any supporting libraries.
6414 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6416 esac
6418 esac
6420 esac
6421 done
6423 # Add target libraries which are only needed for disabled languages
6424 # to noconfigdirs.
6425 if test -n "$disabled_target_libs"; then
6426 for dir in $disabled_target_libs; do
6427 case " $enabled_target_libs " in
6428 *" ${dir} "*) ;;
6429 *) noconfigdirs="$noconfigdirs $dir" ;;
6430 esac
6431 done
6434 # Check whether --enable-stage1-languages was given.
6435 if test "${enable_stage1_languages+set}" = set; then :
6436 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6437 ,no,|,,)
6438 # Set it to something that will have no effect in the loop below
6439 enable_stage1_languages=c ;;
6440 ,yes,)
6441 enable_stage1_languages=`echo $new_enable_languages | \
6442 sed -e "s/^,//" -e "s/,$//" ` ;;
6443 *,all,*)
6444 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6445 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6446 esac
6448 # Add "good" languages from enable_stage1_languages to stage1_languages,
6449 # while "bad" languages go in missing_languages. Leave no duplicates.
6450 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6451 case $potential_languages in
6452 *,$i,*)
6453 case $stage1_languages in
6454 *,$i,*) ;;
6455 *) stage1_languages="$stage1_languages$i," ;;
6456 esac ;;
6458 case $missing_languages in
6459 *,$i,*) ;;
6460 *) missing_languages="$missing_languages$i," ;;
6461 esac ;;
6462 esac
6463 done
6467 # Remove leading/trailing commas that were added for simplicity
6468 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6469 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6470 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6471 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6473 if test "x$missing_languages" != x; then
6474 as_fn_error "
6475 The following requested languages could not be built: ${missing_languages}
6476 Supported languages are: ${potential_languages}" "$LINENO" 5
6478 if test "x$new_enable_languages" != "x$enable_languages"; then
6479 echo The following languages will be built: ${new_enable_languages}
6480 enable_languages="$new_enable_languages"
6484 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6487 # Handle --disable-<component> generically.
6488 for dir in $configdirs $build_configdirs $target_configdirs ; do
6489 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6490 varname=`echo $dirname | sed -e s/+/_/g`
6491 if eval test x\${enable_${varname}} "=" xno ; then
6492 noconfigdirs="$noconfigdirs $dir"
6494 done
6496 # Check for Boehm's garbage collector
6497 # Check whether --enable-objc-gc was given.
6498 if test "${enable_objc_gc+set}" = set; then :
6499 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6500 *,objc,*:*:yes:*target-boehm-gc*)
6501 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6503 esac
6507 # Make sure we only build Boehm's garbage collector if required.
6508 case ,${enable_languages},:${enable_objc_gc} in
6509 *,objc,*:yes)
6510 # Keep target-boehm-gc if requested for Objective-C.
6513 # Otherwise remove target-boehm-gc depending on target-libjava.
6514 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6515 noconfigdirs="$noconfigdirs target-boehm-gc"
6518 esac
6520 # Disable libcilkrts, libitm, libsanitizer, libvtv if we're not building C++
6521 case ,${enable_languages}, in
6522 *,c++,*)
6523 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6524 case "${noconfigdirs}" in
6525 *target-libstdc++-v3*)
6526 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6528 *) ;;
6529 esac
6532 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer target-libvtv"
6534 esac
6536 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6537 # $build_configdirs and $target_configdirs.
6538 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6540 notsupp=""
6541 for dir in . $skipdirs $noconfigdirs ; do
6542 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6543 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6544 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6545 if test -r $srcdir/$dirname/configure ; then
6546 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6547 true
6548 else
6549 notsupp="$notsupp $dir"
6553 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6554 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6555 if test -r $srcdir/$dirname/configure ; then
6556 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6557 true
6558 else
6559 notsupp="$notsupp $dir"
6563 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6564 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6565 if test -r $srcdir/$dirname/configure ; then
6566 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6567 true
6568 else
6569 notsupp="$notsupp $dir"
6573 done
6575 # Quietly strip out all directories which aren't configurable in this tree.
6576 # This relies on all configurable subdirectories being autoconfiscated, which
6577 # is now the case.
6578 build_configdirs_all="$build_configdirs"
6579 build_configdirs=
6580 for i in ${build_configdirs_all} ; do
6581 j=`echo $i | sed -e s/build-//g`
6582 if test -f ${srcdir}/$j/configure ; then
6583 build_configdirs="${build_configdirs} $i"
6585 done
6587 configdirs_all="$configdirs"
6588 configdirs=
6589 for i in ${configdirs_all} ; do
6590 if test -f ${srcdir}/$i/configure ; then
6591 configdirs="${configdirs} $i"
6593 done
6595 target_configdirs_all="$target_configdirs"
6596 target_configdirs=
6597 for i in ${target_configdirs_all} ; do
6598 j=`echo $i | sed -e s/target-//g`
6599 if test -f ${srcdir}/$j/configure ; then
6600 target_configdirs="${target_configdirs} $i"
6602 done
6604 # libiberty-linker-plugin is special: it doesn't have its own source directory,
6605 # so we have to add it after the preceding checks.
6606 if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6607 then
6608 case " $configdirs " in
6609 *" libiberty "*)
6610 # If we can build libiberty, we can also build libiberty-linker-plugin.
6611 configdirs="$configdirs libiberty-linker-plugin"
6612 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6613 --with-libiberty=../libiberty-linker-plugin";;
6615 as_fn_error "libiberty missing" "$LINENO" 5;;
6616 esac
6619 # Produce a warning message for the subdirs we can't configure.
6620 # This isn't especially interesting in the Cygnus tree, but in the individual
6621 # FSF releases, it's important to let people know when their machine isn't
6622 # supported by the one or two programs in a package.
6624 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6625 # If $appdirs is non-empty, at least one of those directories must still
6626 # be configured, or we error out. (E.g., if the gas release supports a
6627 # specified target in some subdirs but not the gas subdir, we shouldn't
6628 # pretend that all is well.)
6629 if test -n "$appdirs" ; then
6630 for dir in $appdirs ; do
6631 if test -r $dir/Makefile.in ; then
6632 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6633 appdirs=""
6634 break
6636 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6637 appdirs=""
6638 break
6641 done
6642 if test -n "$appdirs" ; then
6643 echo "*** This configuration is not supported by this package." 1>&2
6644 exit 1
6647 # Okay, some application will build, or we don't care to check. Still
6648 # notify of subdirs not getting built.
6649 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6650 echo " ${notsupp}" 1>&2
6651 echo " (Any other directories should still work fine.)" 1>&2
6654 case "$host" in
6655 *msdosdjgpp*)
6656 enable_gdbtk=no ;;
6657 esac
6659 # To find our prefix, in gcc_cv_tool_prefix.
6661 # The user is always right.
6662 if test "${PATH_SEPARATOR+set}" != set; then
6663 echo "#! /bin/sh" >conf$$.sh
6664 echo "exit 0" >>conf$$.sh
6665 chmod +x conf$$.sh
6666 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6667 PATH_SEPARATOR=';'
6668 else
6669 PATH_SEPARATOR=:
6671 rm -f conf$$.sh
6676 if test "x$exec_prefix" = xNONE; then
6677 if test "x$prefix" = xNONE; then
6678 gcc_cv_tool_prefix=$ac_default_prefix
6679 else
6680 gcc_cv_tool_prefix=$prefix
6682 else
6683 gcc_cv_tool_prefix=$exec_prefix
6686 # If there is no compiler in the tree, use the PATH only. In any
6687 # case, if there is no compiler in the tree nobody should use
6688 # AS_FOR_TARGET and LD_FOR_TARGET.
6689 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6690 gcc_version=`cat $srcdir/gcc/BASE-VER`
6691 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6692 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6693 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6694 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6695 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6696 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6697 else
6698 gcc_cv_tool_dirs=
6701 if test x$build = x$target && test -n "$md_exec_prefix"; then
6702 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6707 copy_dirs=
6710 # Check whether --with-build-sysroot was given.
6711 if test "${with_build_sysroot+set}" = set; then :
6712 withval=$with_build_sysroot; if test x"$withval" != x ; then
6713 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6715 else
6716 SYSROOT_CFLAGS_FOR_TARGET=
6722 # Check whether --with-debug-prefix-map was given.
6723 if test "${with_debug_prefix_map+set}" = set; then :
6724 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6725 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6726 for debug_map in $withval; do
6727 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6728 done
6730 else
6731 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6736 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6737 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6738 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6739 # We want to ensure that TARGET libraries (which we know are built with
6740 # gcc) are built with "-O2 -g", so include those options when setting
6741 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6742 if test "x$CFLAGS_FOR_TARGET" = x; then
6743 CFLAGS_FOR_TARGET=$CFLAGS
6744 case " $CFLAGS " in
6745 *" -O2 "*) ;;
6746 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6747 esac
6748 case " $CFLAGS " in
6749 *" -g "* | *" -g3 "*) ;;
6750 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6751 esac
6755 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6756 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6757 case " $CXXFLAGS " in
6758 *" -O2 "*) ;;
6759 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6760 esac
6761 case " $CXXFLAGS " in
6762 *" -g "* | *" -g3 "*) ;;
6763 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6764 esac
6770 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6771 # the named directory are copied to $(tooldir)/sys-include.
6772 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6773 if test x${is_cross_compiler} = xno ; then
6774 echo 1>&2 '***' --with-headers is only supported when cross compiling
6775 exit 1
6777 if test x"${with_headers}" != xyes ; then
6778 x=${gcc_cv_tool_prefix}
6779 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6783 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6784 # the name directories are copied to $(tooldir)/lib. Multiple directories
6785 # are permitted.
6786 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6787 if test x${is_cross_compiler} = xno ; then
6788 echo 1>&2 '***' --with-libs is only supported when cross compiling
6789 exit 1
6791 if test x"${with_libs}" != xyes ; then
6792 # Copy the libraries in reverse order, so that files in the first named
6793 # library override files in subsequent libraries.
6794 x=${gcc_cv_tool_prefix}
6795 for l in ${with_libs}; do
6796 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6797 done
6801 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6803 # This is done by determining whether or not the appropriate directory
6804 # is available, and by checking whether or not specific configurations
6805 # have requested that this magic not happen.
6807 # The command line options always override the explicit settings in
6808 # configure.in, and the settings in configure.in override this magic.
6810 # If the default for a toolchain is to use GNU as and ld, and you don't
6811 # want to do that, then you should use the --without-gnu-as and
6812 # --without-gnu-ld options for the configure script. Similarly, if
6813 # the default is to use the included zlib and you don't want to do that,
6814 # you should use the --with-system-zlib option for the configure script.
6816 if test x${use_gnu_as} = x &&
6817 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6818 with_gnu_as=yes
6819 extra_host_args="$extra_host_args --with-gnu-as"
6822 if test x${use_gnu_ld} = x &&
6823 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6824 with_gnu_ld=yes
6825 extra_host_args="$extra_host_args --with-gnu-ld"
6828 if test x${use_included_zlib} = x &&
6829 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6831 else
6832 with_system_zlib=yes
6833 extra_host_args="$extra_host_args --with-system-zlib"
6836 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6837 # can detect this case.
6839 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6840 with_newlib=yes
6841 extra_host_args="$extra_host_args --with-newlib"
6844 # Handle ${copy_dirs}
6845 set fnord ${copy_dirs}
6846 shift
6847 while test $# != 0 ; do
6848 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6850 else
6851 echo Copying $1 to $2
6853 # Use the install script to create the directory and all required
6854 # parent directories.
6855 if test -d $2 ; then
6857 else
6858 echo >config.temp
6859 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6862 # Copy the directory, assuming we have tar.
6863 # FIXME: Should we use B in the second tar? Not all systems support it.
6864 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6866 # It is the responsibility of the user to correctly adjust all
6867 # symlinks. If somebody can figure out how to handle them correctly
6868 # here, feel free to add the code.
6870 echo $1 > $2/COPIED
6872 shift; shift
6873 done
6875 # Determine a target-dependent exec_prefix that the installed
6876 # gcc will search in. Keep this list sorted by triplet, with
6877 # the *-*-osname triplets last.
6878 md_exec_prefix=
6879 case "${target}" in
6880 i[34567]86-pc-msdosdjgpp*)
6881 md_exec_prefix=/dev/env/DJDIR/bin
6883 *-*-hpux* | \
6884 *-*-nto-qnx* | \
6885 *-*-solaris2*)
6886 md_exec_prefix=/usr/ccs/bin
6888 esac
6890 extra_arflags_for_target=
6891 extra_nmflags_for_target=
6892 extra_ranlibflags_for_target=
6893 target_makefile_frag=/dev/null
6894 case "${target}" in
6895 spu-*-*)
6896 target_makefile_frag="config/mt-spu"
6898 mips*-sde-elf* | mips*-mti-elf*)
6899 target_makefile_frag="config/mt-sde"
6901 mipsisa*-*-elfoabi*)
6902 target_makefile_frag="config/mt-mips-elfoabi"
6904 mips*-*-*linux* | mips*-*-gnu*)
6905 target_makefile_frag="config/mt-mips-gnu"
6907 nios2-*-elf*)
6908 target_makefile_frag="config/mt-nios2-elf"
6910 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6911 target_makefile_frag="config/mt-gnu"
6913 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6914 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6915 # commands to handle both 32-bit and 64-bit objects. These flags are
6916 # harmless if we're using GNU nm or ar.
6917 extra_arflags_for_target=" -X32_64"
6918 extra_nmflags_for_target=" -B -X32_64"
6920 esac
6922 alphaieee_frag=/dev/null
6923 case $target in
6924 alpha*-*-*)
6925 # This just makes sure to use the -mieee option to build target libs.
6926 # This should probably be set individually by each library.
6927 alphaieee_frag="config/mt-alphaieee"
6929 esac
6931 # If --enable-target-optspace always use -Os instead of -O2 to build
6932 # the target libraries, similarly if it is not specified, use -Os
6933 # on selected platforms.
6934 ospace_frag=/dev/null
6935 case "${enable_target_optspace}:${target}" in
6936 yes:*)
6937 ospace_frag="config/mt-ospace"
6939 :d30v-*)
6940 ospace_frag="config/mt-d30v"
6942 :m32r-* | :d10v-* | :fr30-*)
6943 ospace_frag="config/mt-ospace"
6945 no:* | :*)
6948 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6950 esac
6952 # Some systems (e.g., one of the i386-aix systems the gas testers are
6953 # using) don't handle "\$" correctly, so don't use it here.
6954 tooldir='${exec_prefix}'/${target_noncanonical}
6955 build_tooldir=${tooldir}
6957 # Create a .gdbinit file which runs the one in srcdir
6958 # and tells GDB to look there for source files.
6960 if test -r ${srcdir}/.gdbinit ; then
6961 case ${srcdir} in
6962 .) ;;
6963 *) cat > ./.gdbinit <<EOF
6964 # ${NO_EDIT}
6965 dir ${srcdir}
6966 dir .
6967 source ${srcdir}/.gdbinit
6970 esac
6973 # Make sure that the compiler is able to generate an executable. If it
6974 # can't, we are probably in trouble. We don't care whether we can run the
6975 # executable--we might be using a cross compiler--we only care whether it
6976 # can be created. At this point the main configure script has set CC.
6977 we_are_ok=no
6978 echo "int main () { return 0; }" > conftest.c
6979 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6980 if test $? = 0 ; then
6981 if test -s conftest || test -s conftest.exe ; then
6982 we_are_ok=yes
6985 case $we_are_ok in
6987 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6988 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6989 rm -f conftest*
6990 exit 1
6992 esac
6993 rm -f conftest*
6995 # Decide which environment variable is used to find dynamic libraries.
6996 case "${host}" in
6997 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6998 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6999 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
7000 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7001 esac
7003 # On systems where the dynamic library environment variable is PATH,
7004 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
7005 # built executables to PATH.
7006 if test "$RPATH_ENVVAR" = PATH; then
7007 GCC_SHLIB_SUBDIR=/shlib
7008 else
7009 GCC_SHLIB_SUBDIR=
7012 # Adjust the toplevel makefile according to whether bootstrap was selected.
7013 case $enable_bootstrap in
7014 yes)
7015 bootstrap_suffix=bootstrap
7016 BUILD_CONFIG=bootstrap-debug
7019 bootstrap_suffix=no-bootstrap
7020 BUILD_CONFIG=
7022 esac
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7025 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7028 # Check whether --with-build-config was given.
7029 if test "${with_build_config+set}" = set; then :
7030 withval=$with_build_config; case $with_build_config in
7031 yes) with_build_config= ;;
7032 no) with_build_config= BUILD_CONFIG= ;;
7033 esac
7037 if test "x${with_build_config}" != x; then
7038 BUILD_CONFIG=$with_build_config
7039 else
7040 case $BUILD_CONFIG in
7041 bootstrap-debug)
7042 if echo "int f (void) { return 0; }" > conftest.c &&
7043 ${CC} -c conftest.c &&
7044 mv conftest.o conftest.o.g0 &&
7045 ${CC} -c -g conftest.c &&
7046 mv conftest.o conftest.o.g &&
7047 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7049 else
7050 BUILD_CONFIG=
7052 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7054 esac
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7057 $as_echo "$BUILD_CONFIG" >&6; }
7060 # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7062 $as_echo_n "checking for --enable-vtable-verify... " >&6; }
7063 # Check whether --enable-vtable-verify was given.
7064 if test "${enable_vtable_verify+set}" = set; then :
7065 enableval=$enable_vtable_verify; case "$enableval" in
7066 yes) enable_vtable_verify=yes ;;
7067 no) enable_vtable_verify=no ;;
7068 *) enable_vtable_verify=no;;
7069 esac
7070 else
7071 enable_vtable_verify=no
7074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7075 $as_echo "$enable_vtable_verify" >&6; }
7077 # Record target_configdirs and the configure arguments for target and
7078 # build configuration in Makefile.
7079 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7080 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7081 bootstrap_fixincludes=no
7083 # If we are building libgomp, bootstrap it.
7084 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7085 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7088 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7089 # or bootstrap-ubsan, bootstrap it.
7090 if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7091 case "$BUILD_CONFIG" in
7092 *bootstrap-asan* | *bootstrap-ubsan* )
7093 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
7094 bootstrap_fixincludes=yes
7096 esac
7099 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
7100 if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7101 test "$enable_vtable_verify" != no; then
7102 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7105 # Determine whether gdb needs tk/tcl or not.
7106 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7107 # and in that case we want gdb to be built without tk. Ugh!
7108 # In fact I believe gdb is the *only* package directly dependent on tk,
7109 # so we should be able to put the 'maybe's in unconditionally and
7110 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7111 # 100% sure that that's safe though.
7113 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7114 case "$enable_gdbtk" in
7116 GDB_TK="" ;;
7117 yes)
7118 GDB_TK="${gdb_tk}" ;;
7120 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7121 # distro. Eventually someone will fix this and move Insight, nee
7122 # gdbtk to a separate directory.
7123 if test -d ${srcdir}/gdb/gdbtk ; then
7124 GDB_TK="${gdb_tk}"
7125 else
7126 GDB_TK=""
7129 esac
7130 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7131 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7133 # Strip out unwanted targets.
7135 # While at that, we remove Makefiles if we were started for recursive
7136 # configuration, so that the top-level Makefile reconfigures them,
7137 # like we used to do when configure itself was recursive.
7139 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7140 # but now we're fixing up the Makefile ourselves with the additional
7141 # commands passed to AC_CONFIG_FILES. Use separate variables
7142 # extrasub-{build,host,target} not because there is any reason to split
7143 # the substitutions up that way, but only to remain below the limit of
7144 # 99 commands in a script, for HP-UX sed.
7145 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7147 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7148 yes:yes:*\ gold\ *:*,c++,*) ;;
7149 yes:yes:*\ gold\ *:*)
7150 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7152 esac
7154 extrasub_build=
7155 for module in ${build_configdirs} ; do
7156 if test -z "${no_recursion}" \
7157 && test -f ${build_subdir}/${module}/Makefile; then
7158 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7159 rm -f ${build_subdir}/${module}/Makefile
7161 extrasub_build="$extrasub_build
7162 /^@if build-$module\$/d
7163 /^@endif build-$module\$/d
7164 /^@if build-$module-$bootstrap_suffix\$/d
7165 /^@endif build-$module-$bootstrap_suffix\$/d"
7166 done
7167 extrasub_host=
7168 for module in ${configdirs} ; do
7169 if test -z "${no_recursion}"; then
7170 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7171 if test -f ${file}; then
7172 echo 1>&2 "*** removing ${file} to force reconfigure"
7173 rm -f ${file}
7175 done
7177 case ${module},${bootstrap_fixincludes} in
7178 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7179 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7180 esac
7181 extrasub_host="$extrasub_host
7182 /^@if $module\$/d
7183 /^@endif $module\$/d
7184 /^@if $module-$host_bootstrap_suffix\$/d
7185 /^@endif $module-$host_bootstrap_suffix\$/d"
7186 done
7187 extrasub_target=
7188 for module in ${target_configdirs} ; do
7189 if test -z "${no_recursion}" \
7190 && test -f ${target_subdir}/${module}/Makefile; then
7191 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7192 rm -f ${target_subdir}/${module}/Makefile
7195 # We only bootstrap target libraries listed in bootstrap_target_libs.
7196 case $bootstrap_target_libs in
7197 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7198 *) target_bootstrap_suffix=no-bootstrap ;;
7199 esac
7201 extrasub_target="$extrasub_target
7202 /^@if target-$module\$/d
7203 /^@endif target-$module\$/d
7204 /^@if target-$module-$target_bootstrap_suffix\$/d
7205 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7206 done
7208 # Do the final fixup along with target modules.
7209 extrasub_target="$extrasub_target
7210 /^@if /,/^@endif /d"
7212 # Create the serialization dependencies. This uses a temporary file.
7214 # Check whether --enable-serial-configure was given.
7215 if test "${enable_serial_configure+set}" = set; then :
7216 enableval=$enable_serial_configure;
7220 case ${enable_serial_configure} in
7221 yes)
7222 enable_serial_build_configure=yes
7223 enable_serial_host_configure=yes
7224 enable_serial_target_configure=yes
7226 esac
7228 # These force 'configure's to be done one at a time, to avoid problems
7229 # with contention over a shared config.cache.
7230 rm -f serdep.tmp
7231 echo '# serdep.tmp' > serdep.tmp
7232 olditem=
7233 test "x${enable_serial_build_configure}" = xyes &&
7234 for item in ${build_configdirs} ; do
7235 case ${olditem} in
7236 "") ;;
7237 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7238 esac
7239 olditem=${item}
7240 done
7241 olditem=
7242 test "x${enable_serial_host_configure}" = xyes &&
7243 for item in ${configdirs} ; do
7244 case ${olditem} in
7245 "") ;;
7246 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7247 esac
7248 olditem=${item}
7249 done
7250 olditem=
7251 test "x${enable_serial_target_configure}" = xyes &&
7252 for item in ${target_configdirs} ; do
7253 case ${olditem} in
7254 "") ;;
7255 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7256 esac
7257 olditem=${item}
7258 done
7259 serialization_dependencies=serdep.tmp
7262 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7263 # target, nonopt, and variable assignments. These are the ones we
7264 # might not want to pass down to subconfigures. The exception being
7265 # --cache-file=/dev/null, which is used to turn off the use of cache
7266 # files altogether, and which should be passed on to subconfigures.
7267 # Also strip program-prefix, program-suffix, and program-transform-name,
7268 # so that we can pass down a consistent program-transform-name.
7269 baseargs=
7270 tbaseargs=
7271 keep_next=no
7272 skip_next=no
7273 eval "set -- $ac_configure_args"
7274 for ac_arg
7276 if test X"$skip_next" = X"yes"; then
7277 skip_next=no
7278 continue
7280 if test X"$keep_next" = X"yes"; then
7281 case $ac_arg in
7282 *\'*)
7283 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7284 esac
7285 baseargs="$baseargs '$ac_arg'"
7286 tbaseargs="$tbaseargs '$ac_arg'"
7287 keep_next=no
7288 continue
7291 # Handle separated arguments. Based on the logic generated by
7292 # autoconf 2.59.
7293 case $ac_arg in
7294 *=* | --config-cache | -C | -disable-* | --disable-* \
7295 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7296 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7297 | -with-* | --with-* | -without-* | --without-* | --x)
7298 separate_arg=no
7301 separate_arg=yes
7304 separate_arg=no
7306 esac
7308 skip_targ=no
7309 case $ac_arg in
7311 --with-* | --without-*)
7312 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7314 case $libopt in
7315 *[-_]include)
7316 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7318 *[-_]lib)
7319 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7322 lib=$libopt
7324 esac
7327 case $lib in
7328 mpc | mpfr | gmp | cloog)
7329 # If we're processing --with-$lib, --with-$lib-include or
7330 # --with-$lib-lib, for one of the libs above, and target is
7331 # different from host, don't pass the current argument to any
7332 # target library's configure.
7333 if test x$is_cross_compiler = xyes; then
7334 skip_targ=yes
7337 esac
7339 esac
7341 case "$ac_arg" in
7342 --cache-file=/dev/null | \
7343 -cache-file=/dev/null )
7344 # Handled here to avoid the test to skip args below.
7345 baseargs="$baseargs '$ac_arg'"
7346 tbaseargs="$tbaseargs '$ac_arg'"
7347 # Assert: $separate_arg should always be no.
7348 keep_next=$separate_arg
7350 --no*)
7351 continue
7353 --c* | \
7354 --sr* | \
7355 --ho* | \
7356 --bu* | \
7357 --t* | \
7358 --program-* | \
7359 -cache_file* | \
7360 -srcdir* | \
7361 -host* | \
7362 -build* | \
7363 -target* | \
7364 -program-prefix* | \
7365 -program-suffix* | \
7366 -program-transform-name* )
7367 skip_next=$separate_arg
7368 continue
7371 # An option. Add it.
7372 case $ac_arg in
7373 *\'*)
7374 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7375 esac
7376 baseargs="$baseargs '$ac_arg'"
7377 if test X"$skip_targ" = Xno; then
7378 tbaseargs="$tbaseargs '$ac_arg'"
7380 keep_next=$separate_arg
7383 # Either a variable assignment, or a nonopt (triplet). Don't
7384 # pass it down; let the Makefile handle this.
7385 continue
7387 esac
7388 done
7389 # Remove the initial space we just introduced and, as these will be
7390 # expanded by make, quote '$'.
7391 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7393 # Add in --program-transform-name, after --program-prefix and
7394 # --program-suffix have been applied to it. Autoconf has already
7395 # doubled dollar signs and backslashes in program_transform_name; we want
7396 # the backslashes un-doubled, and then the entire thing wrapped in single
7397 # quotes, because this will be expanded first by make and then by the shell.
7398 # Also, because we want to override the logic in subdir configure scripts to
7399 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7400 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7401 ${program_transform_name}
7402 EOF_SED
7403 gcc_transform_name=`cat conftestsed.out`
7404 rm -f conftestsed.out
7405 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7406 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7407 if test "$silent" = yes; then
7408 baseargs="$baseargs --silent"
7409 tbaseargs="$tbaseargs --silent"
7411 baseargs="$baseargs --disable-option-checking"
7412 tbaseargs="$tbaseargs --disable-option-checking"
7414 # Record and document user additions to sub configure arguments.
7419 # For the build-side libraries, we just need to pretend we're native,
7420 # and not use the same cache file. Multilibs are neither needed nor
7421 # desired.
7422 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7424 # For host modules, accept cache file option, or specification as blank.
7425 case "${cache_file}" in
7426 "") # empty
7427 cache_file_option="" ;;
7428 /* | [A-Za-z]:[\\/]* ) # absolute path
7429 cache_file_option="--cache-file=${cache_file}" ;;
7430 *) # relative path
7431 cache_file_option="--cache-file=../${cache_file}" ;;
7432 esac
7434 # Host dirs don't like to share a cache file either, horribly enough.
7435 # This seems to be due to autoconf 2.5x stupidity.
7436 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7438 target_configargs="$target_configargs ${tbaseargs}"
7440 # Passing a --with-cross-host argument lets the target libraries know
7441 # whether they are being built with a cross-compiler or being built
7442 # native. However, it would be better to use other mechanisms to make the
7443 # sorts of decisions they want to make on this basis. Please consider
7444 # this option to be deprecated. FIXME.
7445 if test x${is_cross_compiler} = xyes ; then
7446 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7449 # Special user-friendly check for native x86_64-linux build, if
7450 # multilib is not explicitly enabled.
7451 case "$target:$have_compiler:$host:$target:$enable_multilib" in
7452 x86_64-*linux*:yes:$build:$build:)
7453 # Make sure we have a developement environment that handles 32-bit
7454 dev64=no
7455 echo "int main () { return 0; }" > conftest.c
7456 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7457 if test $? = 0 ; then
7458 if test -s conftest || test -s conftest.exe ; then
7459 dev64=yes
7462 rm -f conftest*
7463 if test x${dev64} != xyes ; then
7464 as_fn_error "I suspect your system does not have 32-bit developement libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5
7467 esac
7469 # Default to --enable-multilib.
7470 if test x${enable_multilib} = x ; then
7471 target_configargs="--enable-multilib ${target_configargs}"
7474 # Pass --with-newlib if appropriate. Note that target_configdirs has
7475 # changed from the earlier setting of with_newlib.
7476 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7477 target_configargs="--with-newlib ${target_configargs}"
7480 # Different target subdirs use different values of certain variables
7481 # (notably CXX). Worse, multilibs use *lots* of different values.
7482 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7483 # it doesn't automatically accept command-line overrides of them.
7484 # This means it's not safe for target subdirs to share a cache file,
7485 # which is disgusting, but there you have it. Hopefully this can be
7486 # fixed in future. It's still worthwhile to use a cache file for each
7487 # directory. I think.
7489 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7490 # We need to pass --target, as newer autoconf's requires consistency
7491 # for target_alias and gcc doesn't manage it consistently.
7492 target_configargs="--cache-file=./config.cache ${target_configargs}"
7494 FLAGS_FOR_TARGET=
7495 case " $target_configdirs " in
7496 *" newlib "*)
7497 case " $target_configargs " in
7498 *" --with-newlib "*)
7499 case "$target" in
7500 *-cygwin*)
7501 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7503 esac
7505 # If we're not building GCC, don't discard standard headers.
7506 if test -d ${srcdir}/gcc; then
7507 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7509 if test "${build}" != "${host}"; then
7510 # On Canadian crosses, CC_FOR_TARGET will have already been set
7511 # by `configure', so we won't have an opportunity to add -Bgcc/
7512 # to it. This is right: we don't want to search that directory
7513 # for binaries, but we want the header files in there, so add
7514 # them explicitly.
7515 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7517 # Someone might think of using the pre-installed headers on
7518 # Canadian crosses, in case the installed compiler is not fully
7519 # compatible with the compiler being built. In this case, it
7520 # would be better to flag an error than risking having
7521 # incompatible object files being constructed. We can't
7522 # guarantee that an error will be flagged, but let's hope the
7523 # compiler will do it, when presented with incompatible header
7524 # files.
7528 case "${target}-${is_cross_compiler}" in
7529 i[3456789]86-*-linux*-no)
7530 # Here host == target, so we don't need to build gcc,
7531 # so we don't want to discard standard headers.
7532 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7535 # If we're building newlib, use its generic headers last, but search
7536 # for any libc-related directories first (so make it the last -B
7537 # switch).
7538 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7540 # If we're building libgloss, find the startup file, simulator library
7541 # and linker script.
7542 case " $target_configdirs " in
7543 *" libgloss "*)
7544 # Look for startup file, simulator library and maybe linker script.
7545 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7546 # Look for libnosys.a in case the target needs it.
7547 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7548 # Most targets have the linker script in the source directory.
7549 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7551 esac
7553 esac
7555 esac
7557 esac
7559 case "$target" in
7560 x86_64-*mingw* | *-w64-mingw*)
7561 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7562 # however, use a symlink named 'mingw' in ${prefix} .
7563 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7565 *-mingw*)
7566 # MinGW can't be handled as Cygwin above since it does not use newlib.
7567 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'
7569 esac
7571 # Allow the user to override the flags for
7572 # our build compiler if desired.
7573 if test x"${build}" = x"${host}" ; then
7574 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7575 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7576 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7579 # On Canadian crosses, we'll be searching the right directories for
7580 # the previously-installed cross compiler, so don't bother to add
7581 # flags for directories within the install tree of the compiler
7582 # being built; programs in there won't even run.
7583 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7584 # Search for pre-installed headers if nothing else fits.
7585 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7588 if test "x${use_gnu_ld}" = x &&
7589 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7590 # Arrange for us to find uninstalled linker scripts.
7591 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7594 # Search for other target-specific linker scripts and such.
7595 case "${target}" in
7596 mep*)
7597 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7599 esac
7601 # Makefile fragments.
7602 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7604 eval fragval=\$$frag
7605 if test $fragval != /dev/null; then
7606 eval $frag=${srcdir}/$fragval
7608 done
7614 # Miscellanea: directories, flags, etc.
7623 # Build module lists & subconfigure args.
7627 # Host module lists & subconfigure args.
7632 # Target module lists & subconfigure args.
7636 # Build tools.
7654 # Generate default definitions for YACC, M4, LEX and other programs that run
7655 # on the build machine. These are used if the Makefile can't locate these
7656 # programs in objdir.
7657 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7659 for ac_prog in 'bison -y' byacc yacc
7661 # Extract the first word of "$ac_prog", so it can be a program name with args.
7662 set dummy $ac_prog; ac_word=$2
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7664 $as_echo_n "checking for $ac_word... " >&6; }
7665 if test "${ac_cv_prog_YACC+set}" = set; then :
7666 $as_echo_n "(cached) " >&6
7667 else
7668 if test -n "$YACC"; then
7669 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7670 else
7671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7672 for as_dir in $PATH
7674 IFS=$as_save_IFS
7675 test -z "$as_dir" && as_dir=.
7676 for ac_exec_ext in '' $ac_executable_extensions; do
7677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7678 ac_cv_prog_YACC="$ac_prog"
7679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7680 break 2
7682 done
7683 done
7684 IFS=$as_save_IFS
7688 YACC=$ac_cv_prog_YACC
7689 if test -n "$YACC"; then
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7691 $as_echo "$YACC" >&6; }
7692 else
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7694 $as_echo "no" >&6; }
7698 test -n "$YACC" && break
7699 done
7700 test -n "$YACC" || YACC="$MISSING bison -y"
7702 case " $build_configdirs " in
7703 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7704 esac
7706 for ac_prog in bison
7708 # Extract the first word of "$ac_prog", so it can be a program name with args.
7709 set dummy $ac_prog; ac_word=$2
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7711 $as_echo_n "checking for $ac_word... " >&6; }
7712 if test "${ac_cv_prog_BISON+set}" = set; then :
7713 $as_echo_n "(cached) " >&6
7714 else
7715 if test -n "$BISON"; then
7716 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7717 else
7718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7719 for as_dir in $PATH
7721 IFS=$as_save_IFS
7722 test -z "$as_dir" && as_dir=.
7723 for ac_exec_ext in '' $ac_executable_extensions; do
7724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7725 ac_cv_prog_BISON="$ac_prog"
7726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7727 break 2
7729 done
7730 done
7731 IFS=$as_save_IFS
7735 BISON=$ac_cv_prog_BISON
7736 if test -n "$BISON"; then
7737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7738 $as_echo "$BISON" >&6; }
7739 else
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7741 $as_echo "no" >&6; }
7745 test -n "$BISON" && break
7746 done
7747 test -n "$BISON" || BISON="$MISSING bison"
7749 case " $build_configdirs " in
7750 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7751 esac
7753 for ac_prog in gm4 gnum4 m4
7755 # Extract the first word of "$ac_prog", so it can be a program name with args.
7756 set dummy $ac_prog; ac_word=$2
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7758 $as_echo_n "checking for $ac_word... " >&6; }
7759 if test "${ac_cv_prog_M4+set}" = set; then :
7760 $as_echo_n "(cached) " >&6
7761 else
7762 if test -n "$M4"; then
7763 ac_cv_prog_M4="$M4" # Let the user override the test.
7764 else
7765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7766 for as_dir in $PATH
7768 IFS=$as_save_IFS
7769 test -z "$as_dir" && as_dir=.
7770 for ac_exec_ext in '' $ac_executable_extensions; do
7771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7772 ac_cv_prog_M4="$ac_prog"
7773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7774 break 2
7776 done
7777 done
7778 IFS=$as_save_IFS
7782 M4=$ac_cv_prog_M4
7783 if test -n "$M4"; then
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7785 $as_echo "$M4" >&6; }
7786 else
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7788 $as_echo "no" >&6; }
7792 test -n "$M4" && break
7793 done
7794 test -n "$M4" || M4="$MISSING m4"
7796 case " $build_configdirs " in
7797 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7798 esac
7800 for ac_prog in flex lex
7802 # Extract the first word of "$ac_prog", so it can be a program name with args.
7803 set dummy $ac_prog; ac_word=$2
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7805 $as_echo_n "checking for $ac_word... " >&6; }
7806 if test "${ac_cv_prog_LEX+set}" = set; then :
7807 $as_echo_n "(cached) " >&6
7808 else
7809 if test -n "$LEX"; then
7810 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7811 else
7812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7813 for as_dir in $PATH
7815 IFS=$as_save_IFS
7816 test -z "$as_dir" && as_dir=.
7817 for ac_exec_ext in '' $ac_executable_extensions; do
7818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7819 ac_cv_prog_LEX="$ac_prog"
7820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7821 break 2
7823 done
7824 done
7825 IFS=$as_save_IFS
7829 LEX=$ac_cv_prog_LEX
7830 if test -n "$LEX"; then
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7832 $as_echo "$LEX" >&6; }
7833 else
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7835 $as_echo "no" >&6; }
7839 test -n "$LEX" && break
7840 done
7841 test -n "$LEX" || LEX="$MISSING flex"
7843 case " $build_configdirs " in
7844 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7845 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7846 esac
7848 for ac_prog in flex
7850 # Extract the first word of "$ac_prog", so it can be a program name with args.
7851 set dummy $ac_prog; ac_word=$2
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7853 $as_echo_n "checking for $ac_word... " >&6; }
7854 if test "${ac_cv_prog_FLEX+set}" = set; then :
7855 $as_echo_n "(cached) " >&6
7856 else
7857 if test -n "$FLEX"; then
7858 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7859 else
7860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7861 for as_dir in $PATH
7863 IFS=$as_save_IFS
7864 test -z "$as_dir" && as_dir=.
7865 for ac_exec_ext in '' $ac_executable_extensions; do
7866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7867 ac_cv_prog_FLEX="$ac_prog"
7868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7869 break 2
7871 done
7872 done
7873 IFS=$as_save_IFS
7877 FLEX=$ac_cv_prog_FLEX
7878 if test -n "$FLEX"; then
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7880 $as_echo "$FLEX" >&6; }
7881 else
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7883 $as_echo "no" >&6; }
7887 test -n "$FLEX" && break
7888 done
7889 test -n "$FLEX" || FLEX="$MISSING flex"
7891 case " $build_configdirs " in
7892 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7893 esac
7895 for ac_prog in makeinfo
7897 # Extract the first word of "$ac_prog", so it can be a program name with args.
7898 set dummy $ac_prog; ac_word=$2
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7900 $as_echo_n "checking for $ac_word... " >&6; }
7901 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7902 $as_echo_n "(cached) " >&6
7903 else
7904 if test -n "$MAKEINFO"; then
7905 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7906 else
7907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7908 for as_dir in $PATH
7910 IFS=$as_save_IFS
7911 test -z "$as_dir" && as_dir=.
7912 for ac_exec_ext in '' $ac_executable_extensions; do
7913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7914 ac_cv_prog_MAKEINFO="$ac_prog"
7915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7916 break 2
7918 done
7919 done
7920 IFS=$as_save_IFS
7924 MAKEINFO=$ac_cv_prog_MAKEINFO
7925 if test -n "$MAKEINFO"; then
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7927 $as_echo "$MAKEINFO" >&6; }
7928 else
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7930 $as_echo "no" >&6; }
7934 test -n "$MAKEINFO" && break
7935 done
7936 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7938 case " $build_configdirs " in
7939 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7942 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7943 # higher, else we use the "missing" dummy.
7944 if ${MAKEINFO} --version \
7945 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7947 else
7948 MAKEINFO="$MISSING makeinfo"
7952 esac
7954 # FIXME: expect and dejagnu may become build tools?
7956 for ac_prog in expect
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_EXPECT+set}" = set; then :
7963 $as_echo_n "(cached) " >&6
7964 else
7965 if test -n "$EXPECT"; then
7966 ac_cv_prog_EXPECT="$EXPECT" # 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_EXPECT="$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 EXPECT=$ac_cv_prog_EXPECT
7986 if test -n "$EXPECT"; then
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7988 $as_echo "$EXPECT" >&6; }
7989 else
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7991 $as_echo "no" >&6; }
7995 test -n "$EXPECT" && break
7996 done
7997 test -n "$EXPECT" || EXPECT="expect"
7999 case " $configdirs " in
8000 *" expect "*)
8001 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8003 esac
8005 for ac_prog in runtest
8007 # Extract the first word of "$ac_prog", so it can be a program name with args.
8008 set dummy $ac_prog; ac_word=$2
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8010 $as_echo_n "checking for $ac_word... " >&6; }
8011 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8012 $as_echo_n "(cached) " >&6
8013 else
8014 if test -n "$RUNTEST"; then
8015 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8016 else
8017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8018 for as_dir in $PATH
8020 IFS=$as_save_IFS
8021 test -z "$as_dir" && as_dir=.
8022 for ac_exec_ext in '' $ac_executable_extensions; do
8023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8024 ac_cv_prog_RUNTEST="$ac_prog"
8025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8026 break 2
8028 done
8029 done
8030 IFS=$as_save_IFS
8034 RUNTEST=$ac_cv_prog_RUNTEST
8035 if test -n "$RUNTEST"; then
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8037 $as_echo "$RUNTEST" >&6; }
8038 else
8039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8040 $as_echo "no" >&6; }
8044 test -n "$RUNTEST" && break
8045 done
8046 test -n "$RUNTEST" || RUNTEST="runtest"
8048 case " $configdirs " in
8049 *" dejagnu "*)
8050 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8052 esac
8055 # Host tools.
8056 ncn_tool_prefix=
8057 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8058 ncn_target_tool_prefix=
8059 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8063 if test -n "$AR"; then
8064 ac_cv_prog_AR=$AR
8065 elif test -n "$ac_cv_prog_AR"; then
8066 AR=$ac_cv_prog_AR
8069 if test -n "$ac_cv_prog_AR"; then
8070 for ncn_progname in ar; do
8071 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8072 set dummy ${ncn_progname}; ac_word=$2
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8074 $as_echo_n "checking for $ac_word... " >&6; }
8075 if test "${ac_cv_prog_AR+set}" = set; then :
8076 $as_echo_n "(cached) " >&6
8077 else
8078 if test -n "$AR"; then
8079 ac_cv_prog_AR="$AR" # Let the user override the test.
8080 else
8081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8082 for as_dir in $PATH
8084 IFS=$as_save_IFS
8085 test -z "$as_dir" && as_dir=.
8086 for ac_exec_ext in '' $ac_executable_extensions; do
8087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8088 ac_cv_prog_AR="${ncn_progname}"
8089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8090 break 2
8092 done
8093 done
8094 IFS=$as_save_IFS
8098 AR=$ac_cv_prog_AR
8099 if test -n "$AR"; then
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8101 $as_echo "$AR" >&6; }
8102 else
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8104 $as_echo "no" >&6; }
8108 done
8111 for ncn_progname in ar; do
8112 if test -n "$ncn_tool_prefix"; then
8113 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8114 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8116 $as_echo_n "checking for $ac_word... " >&6; }
8117 if test "${ac_cv_prog_AR+set}" = set; then :
8118 $as_echo_n "(cached) " >&6
8119 else
8120 if test -n "$AR"; then
8121 ac_cv_prog_AR="$AR" # Let the user override the test.
8122 else
8123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8124 for as_dir in $PATH
8126 IFS=$as_save_IFS
8127 test -z "$as_dir" && as_dir=.
8128 for ac_exec_ext in '' $ac_executable_extensions; do
8129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8130 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8132 break 2
8134 done
8135 done
8136 IFS=$as_save_IFS
8140 AR=$ac_cv_prog_AR
8141 if test -n "$AR"; then
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8143 $as_echo "$AR" >&6; }
8144 else
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8146 $as_echo "no" >&6; }
8151 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8152 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8153 set dummy ${ncn_progname}; ac_word=$2
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8155 $as_echo_n "checking for $ac_word... " >&6; }
8156 if test "${ac_cv_prog_AR+set}" = set; then :
8157 $as_echo_n "(cached) " >&6
8158 else
8159 if test -n "$AR"; then
8160 ac_cv_prog_AR="$AR" # Let the user override the test.
8161 else
8162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8163 for as_dir in $PATH
8165 IFS=$as_save_IFS
8166 test -z "$as_dir" && as_dir=.
8167 for ac_exec_ext in '' $ac_executable_extensions; do
8168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8169 ac_cv_prog_AR="${ncn_progname}"
8170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8171 break 2
8173 done
8174 done
8175 IFS=$as_save_IFS
8179 AR=$ac_cv_prog_AR
8180 if test -n "$AR"; then
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8182 $as_echo "$AR" >&6; }
8183 else
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8185 $as_echo "no" >&6; }
8190 test -n "$ac_cv_prog_AR" && break
8191 done
8193 if test -z "$ac_cv_prog_AR" ; then
8194 set dummy ar
8195 if test $build = $host ; then
8196 AR="$2"
8197 else
8198 AR="${ncn_tool_prefix}$2"
8204 if test -n "$AS"; then
8205 ac_cv_prog_AS=$AS
8206 elif test -n "$ac_cv_prog_AS"; then
8207 AS=$ac_cv_prog_AS
8210 if test -n "$ac_cv_prog_AS"; then
8211 for ncn_progname in as; do
8212 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8213 set dummy ${ncn_progname}; ac_word=$2
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8215 $as_echo_n "checking for $ac_word... " >&6; }
8216 if test "${ac_cv_prog_AS+set}" = set; then :
8217 $as_echo_n "(cached) " >&6
8218 else
8219 if test -n "$AS"; then
8220 ac_cv_prog_AS="$AS" # Let the user override the test.
8221 else
8222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8223 for as_dir in $PATH
8225 IFS=$as_save_IFS
8226 test -z "$as_dir" && as_dir=.
8227 for ac_exec_ext in '' $ac_executable_extensions; do
8228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8229 ac_cv_prog_AS="${ncn_progname}"
8230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8231 break 2
8233 done
8234 done
8235 IFS=$as_save_IFS
8239 AS=$ac_cv_prog_AS
8240 if test -n "$AS"; then
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8242 $as_echo "$AS" >&6; }
8243 else
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8245 $as_echo "no" >&6; }
8249 done
8252 for ncn_progname in as; do
8253 if test -n "$ncn_tool_prefix"; then
8254 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8255 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8257 $as_echo_n "checking for $ac_word... " >&6; }
8258 if test "${ac_cv_prog_AS+set}" = set; then :
8259 $as_echo_n "(cached) " >&6
8260 else
8261 if test -n "$AS"; then
8262 ac_cv_prog_AS="$AS" # Let the user override the test.
8263 else
8264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8265 for as_dir in $PATH
8267 IFS=$as_save_IFS
8268 test -z "$as_dir" && as_dir=.
8269 for ac_exec_ext in '' $ac_executable_extensions; do
8270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8271 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8273 break 2
8275 done
8276 done
8277 IFS=$as_save_IFS
8281 AS=$ac_cv_prog_AS
8282 if test -n "$AS"; then
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8284 $as_echo "$AS" >&6; }
8285 else
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8287 $as_echo "no" >&6; }
8292 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8293 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8294 set dummy ${ncn_progname}; ac_word=$2
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8296 $as_echo_n "checking for $ac_word... " >&6; }
8297 if test "${ac_cv_prog_AS+set}" = set; then :
8298 $as_echo_n "(cached) " >&6
8299 else
8300 if test -n "$AS"; then
8301 ac_cv_prog_AS="$AS" # Let the user override the test.
8302 else
8303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8304 for as_dir in $PATH
8306 IFS=$as_save_IFS
8307 test -z "$as_dir" && as_dir=.
8308 for ac_exec_ext in '' $ac_executable_extensions; do
8309 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8310 ac_cv_prog_AS="${ncn_progname}"
8311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8312 break 2
8314 done
8315 done
8316 IFS=$as_save_IFS
8320 AS=$ac_cv_prog_AS
8321 if test -n "$AS"; then
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8323 $as_echo "$AS" >&6; }
8324 else
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8326 $as_echo "no" >&6; }
8331 test -n "$ac_cv_prog_AS" && break
8332 done
8334 if test -z "$ac_cv_prog_AS" ; then
8335 set dummy as
8336 if test $build = $host ; then
8337 AS="$2"
8338 else
8339 AS="${ncn_tool_prefix}$2"
8345 if test -n "$DLLTOOL"; then
8346 ac_cv_prog_DLLTOOL=$DLLTOOL
8347 elif test -n "$ac_cv_prog_DLLTOOL"; then
8348 DLLTOOL=$ac_cv_prog_DLLTOOL
8351 if test -n "$ac_cv_prog_DLLTOOL"; then
8352 for ncn_progname in dlltool; do
8353 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8354 set dummy ${ncn_progname}; ac_word=$2
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8356 $as_echo_n "checking for $ac_word... " >&6; }
8357 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8358 $as_echo_n "(cached) " >&6
8359 else
8360 if test -n "$DLLTOOL"; then
8361 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8362 else
8363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8364 for as_dir in $PATH
8366 IFS=$as_save_IFS
8367 test -z "$as_dir" && as_dir=.
8368 for ac_exec_ext in '' $ac_executable_extensions; do
8369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8370 ac_cv_prog_DLLTOOL="${ncn_progname}"
8371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8372 break 2
8374 done
8375 done
8376 IFS=$as_save_IFS
8380 DLLTOOL=$ac_cv_prog_DLLTOOL
8381 if test -n "$DLLTOOL"; then
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8383 $as_echo "$DLLTOOL" >&6; }
8384 else
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8386 $as_echo "no" >&6; }
8390 done
8393 for ncn_progname in dlltool; do
8394 if test -n "$ncn_tool_prefix"; then
8395 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8396 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8398 $as_echo_n "checking for $ac_word... " >&6; }
8399 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8400 $as_echo_n "(cached) " >&6
8401 else
8402 if test -n "$DLLTOOL"; then
8403 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8404 else
8405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8406 for as_dir in $PATH
8408 IFS=$as_save_IFS
8409 test -z "$as_dir" && as_dir=.
8410 for ac_exec_ext in '' $ac_executable_extensions; do
8411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8412 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8414 break 2
8416 done
8417 done
8418 IFS=$as_save_IFS
8422 DLLTOOL=$ac_cv_prog_DLLTOOL
8423 if test -n "$DLLTOOL"; then
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8425 $as_echo "$DLLTOOL" >&6; }
8426 else
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8428 $as_echo "no" >&6; }
8433 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8434 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8435 set dummy ${ncn_progname}; ac_word=$2
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8437 $as_echo_n "checking for $ac_word... " >&6; }
8438 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8439 $as_echo_n "(cached) " >&6
8440 else
8441 if test -n "$DLLTOOL"; then
8442 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8443 else
8444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8445 for as_dir in $PATH
8447 IFS=$as_save_IFS
8448 test -z "$as_dir" && as_dir=.
8449 for ac_exec_ext in '' $ac_executable_extensions; do
8450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8451 ac_cv_prog_DLLTOOL="${ncn_progname}"
8452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8453 break 2
8455 done
8456 done
8457 IFS=$as_save_IFS
8461 DLLTOOL=$ac_cv_prog_DLLTOOL
8462 if test -n "$DLLTOOL"; then
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8464 $as_echo "$DLLTOOL" >&6; }
8465 else
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8467 $as_echo "no" >&6; }
8472 test -n "$ac_cv_prog_DLLTOOL" && break
8473 done
8475 if test -z "$ac_cv_prog_DLLTOOL" ; then
8476 set dummy dlltool
8477 if test $build = $host ; then
8478 DLLTOOL="$2"
8479 else
8480 DLLTOOL="${ncn_tool_prefix}$2"
8486 if test -n "$LD"; then
8487 ac_cv_prog_LD=$LD
8488 elif test -n "$ac_cv_prog_LD"; then
8489 LD=$ac_cv_prog_LD
8492 if test -n "$ac_cv_prog_LD"; then
8493 for ncn_progname in ld; do
8494 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8495 set dummy ${ncn_progname}; ac_word=$2
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8497 $as_echo_n "checking for $ac_word... " >&6; }
8498 if test "${ac_cv_prog_LD+set}" = set; then :
8499 $as_echo_n "(cached) " >&6
8500 else
8501 if test -n "$LD"; then
8502 ac_cv_prog_LD="$LD" # Let the user override the test.
8503 else
8504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8505 for as_dir in $PATH
8507 IFS=$as_save_IFS
8508 test -z "$as_dir" && as_dir=.
8509 for ac_exec_ext in '' $ac_executable_extensions; do
8510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8511 ac_cv_prog_LD="${ncn_progname}"
8512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8513 break 2
8515 done
8516 done
8517 IFS=$as_save_IFS
8521 LD=$ac_cv_prog_LD
8522 if test -n "$LD"; then
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8524 $as_echo "$LD" >&6; }
8525 else
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8527 $as_echo "no" >&6; }
8531 done
8534 for ncn_progname in ld; do
8535 if test -n "$ncn_tool_prefix"; then
8536 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8537 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8539 $as_echo_n "checking for $ac_word... " >&6; }
8540 if test "${ac_cv_prog_LD+set}" = set; then :
8541 $as_echo_n "(cached) " >&6
8542 else
8543 if test -n "$LD"; then
8544 ac_cv_prog_LD="$LD" # Let the user override the test.
8545 else
8546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8547 for as_dir in $PATH
8549 IFS=$as_save_IFS
8550 test -z "$as_dir" && as_dir=.
8551 for ac_exec_ext in '' $ac_executable_extensions; do
8552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8553 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8555 break 2
8557 done
8558 done
8559 IFS=$as_save_IFS
8563 LD=$ac_cv_prog_LD
8564 if test -n "$LD"; then
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8566 $as_echo "$LD" >&6; }
8567 else
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8569 $as_echo "no" >&6; }
8574 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8575 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8576 set dummy ${ncn_progname}; ac_word=$2
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8578 $as_echo_n "checking for $ac_word... " >&6; }
8579 if test "${ac_cv_prog_LD+set}" = set; then :
8580 $as_echo_n "(cached) " >&6
8581 else
8582 if test -n "$LD"; then
8583 ac_cv_prog_LD="$LD" # Let the user override the test.
8584 else
8585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8586 for as_dir in $PATH
8588 IFS=$as_save_IFS
8589 test -z "$as_dir" && as_dir=.
8590 for ac_exec_ext in '' $ac_executable_extensions; do
8591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8592 ac_cv_prog_LD="${ncn_progname}"
8593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8594 break 2
8596 done
8597 done
8598 IFS=$as_save_IFS
8602 LD=$ac_cv_prog_LD
8603 if test -n "$LD"; then
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8605 $as_echo "$LD" >&6; }
8606 else
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8608 $as_echo "no" >&6; }
8613 test -n "$ac_cv_prog_LD" && break
8614 done
8616 if test -z "$ac_cv_prog_LD" ; then
8617 set dummy ld
8618 if test $build = $host ; then
8619 LD="$2"
8620 else
8621 LD="${ncn_tool_prefix}$2"
8627 if test -n "$LIPO"; then
8628 ac_cv_prog_LIPO=$LIPO
8629 elif test -n "$ac_cv_prog_LIPO"; then
8630 LIPO=$ac_cv_prog_LIPO
8633 if test -n "$ac_cv_prog_LIPO"; then
8634 for ncn_progname in lipo; do
8635 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8636 set dummy ${ncn_progname}; ac_word=$2
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8638 $as_echo_n "checking for $ac_word... " >&6; }
8639 if test "${ac_cv_prog_LIPO+set}" = set; then :
8640 $as_echo_n "(cached) " >&6
8641 else
8642 if test -n "$LIPO"; then
8643 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8644 else
8645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8646 for as_dir in $PATH
8648 IFS=$as_save_IFS
8649 test -z "$as_dir" && as_dir=.
8650 for ac_exec_ext in '' $ac_executable_extensions; do
8651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8652 ac_cv_prog_LIPO="${ncn_progname}"
8653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8654 break 2
8656 done
8657 done
8658 IFS=$as_save_IFS
8662 LIPO=$ac_cv_prog_LIPO
8663 if test -n "$LIPO"; then
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8665 $as_echo "$LIPO" >&6; }
8666 else
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8668 $as_echo "no" >&6; }
8672 done
8675 for ncn_progname in lipo; do
8676 if test -n "$ncn_tool_prefix"; then
8677 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8678 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8680 $as_echo_n "checking for $ac_word... " >&6; }
8681 if test "${ac_cv_prog_LIPO+set}" = set; then :
8682 $as_echo_n "(cached) " >&6
8683 else
8684 if test -n "$LIPO"; then
8685 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8686 else
8687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8688 for as_dir in $PATH
8690 IFS=$as_save_IFS
8691 test -z "$as_dir" && as_dir=.
8692 for ac_exec_ext in '' $ac_executable_extensions; do
8693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8694 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8696 break 2
8698 done
8699 done
8700 IFS=$as_save_IFS
8704 LIPO=$ac_cv_prog_LIPO
8705 if test -n "$LIPO"; then
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8707 $as_echo "$LIPO" >&6; }
8708 else
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8710 $as_echo "no" >&6; }
8715 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8716 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8717 set dummy ${ncn_progname}; ac_word=$2
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8719 $as_echo_n "checking for $ac_word... " >&6; }
8720 if test "${ac_cv_prog_LIPO+set}" = set; then :
8721 $as_echo_n "(cached) " >&6
8722 else
8723 if test -n "$LIPO"; then
8724 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8725 else
8726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8727 for as_dir in $PATH
8729 IFS=$as_save_IFS
8730 test -z "$as_dir" && as_dir=.
8731 for ac_exec_ext in '' $ac_executable_extensions; do
8732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8733 ac_cv_prog_LIPO="${ncn_progname}"
8734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8735 break 2
8737 done
8738 done
8739 IFS=$as_save_IFS
8743 LIPO=$ac_cv_prog_LIPO
8744 if test -n "$LIPO"; then
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8746 $as_echo "$LIPO" >&6; }
8747 else
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8749 $as_echo "no" >&6; }
8754 test -n "$ac_cv_prog_LIPO" && break
8755 done
8757 if test -z "$ac_cv_prog_LIPO" ; then
8758 set dummy lipo
8759 if test $build = $host ; then
8760 LIPO="$2"
8761 else
8762 LIPO="${ncn_tool_prefix}$2"
8768 if test -n "$NM"; then
8769 ac_cv_prog_NM=$NM
8770 elif test -n "$ac_cv_prog_NM"; then
8771 NM=$ac_cv_prog_NM
8774 if test -n "$ac_cv_prog_NM"; then
8775 for ncn_progname in nm; do
8776 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8777 set dummy ${ncn_progname}; ac_word=$2
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8779 $as_echo_n "checking for $ac_word... " >&6; }
8780 if test "${ac_cv_prog_NM+set}" = set; then :
8781 $as_echo_n "(cached) " >&6
8782 else
8783 if test -n "$NM"; then
8784 ac_cv_prog_NM="$NM" # Let the user override the test.
8785 else
8786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8787 for as_dir in $PATH
8789 IFS=$as_save_IFS
8790 test -z "$as_dir" && as_dir=.
8791 for ac_exec_ext in '' $ac_executable_extensions; do
8792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8793 ac_cv_prog_NM="${ncn_progname}"
8794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8795 break 2
8797 done
8798 done
8799 IFS=$as_save_IFS
8803 NM=$ac_cv_prog_NM
8804 if test -n "$NM"; then
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8806 $as_echo "$NM" >&6; }
8807 else
8808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8809 $as_echo "no" >&6; }
8813 done
8816 for ncn_progname in nm; do
8817 if test -n "$ncn_tool_prefix"; then
8818 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8819 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8821 $as_echo_n "checking for $ac_word... " >&6; }
8822 if test "${ac_cv_prog_NM+set}" = set; then :
8823 $as_echo_n "(cached) " >&6
8824 else
8825 if test -n "$NM"; then
8826 ac_cv_prog_NM="$NM" # Let the user override the test.
8827 else
8828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8829 for as_dir in $PATH
8831 IFS=$as_save_IFS
8832 test -z "$as_dir" && as_dir=.
8833 for ac_exec_ext in '' $ac_executable_extensions; do
8834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8835 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8837 break 2
8839 done
8840 done
8841 IFS=$as_save_IFS
8845 NM=$ac_cv_prog_NM
8846 if test -n "$NM"; then
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8848 $as_echo "$NM" >&6; }
8849 else
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8851 $as_echo "no" >&6; }
8856 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8857 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8858 set dummy ${ncn_progname}; ac_word=$2
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8860 $as_echo_n "checking for $ac_word... " >&6; }
8861 if test "${ac_cv_prog_NM+set}" = set; then :
8862 $as_echo_n "(cached) " >&6
8863 else
8864 if test -n "$NM"; then
8865 ac_cv_prog_NM="$NM" # Let the user override the test.
8866 else
8867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8868 for as_dir in $PATH
8870 IFS=$as_save_IFS
8871 test -z "$as_dir" && as_dir=.
8872 for ac_exec_ext in '' $ac_executable_extensions; do
8873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8874 ac_cv_prog_NM="${ncn_progname}"
8875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8876 break 2
8878 done
8879 done
8880 IFS=$as_save_IFS
8884 NM=$ac_cv_prog_NM
8885 if test -n "$NM"; then
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8887 $as_echo "$NM" >&6; }
8888 else
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8890 $as_echo "no" >&6; }
8895 test -n "$ac_cv_prog_NM" && break
8896 done
8898 if test -z "$ac_cv_prog_NM" ; then
8899 set dummy nm
8900 if test $build = $host ; then
8901 NM="$2"
8902 else
8903 NM="${ncn_tool_prefix}$2"
8909 if test -n "$RANLIB"; then
8910 ac_cv_prog_RANLIB=$RANLIB
8911 elif test -n "$ac_cv_prog_RANLIB"; then
8912 RANLIB=$ac_cv_prog_RANLIB
8915 if test -n "$ac_cv_prog_RANLIB"; then
8916 for ncn_progname in ranlib; do
8917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8918 set dummy ${ncn_progname}; ac_word=$2
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8920 $as_echo_n "checking for $ac_word... " >&6; }
8921 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8922 $as_echo_n "(cached) " >&6
8923 else
8924 if test -n "$RANLIB"; then
8925 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8926 else
8927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8928 for as_dir in $PATH
8930 IFS=$as_save_IFS
8931 test -z "$as_dir" && as_dir=.
8932 for ac_exec_ext in '' $ac_executable_extensions; do
8933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8934 ac_cv_prog_RANLIB="${ncn_progname}"
8935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8936 break 2
8938 done
8939 done
8940 IFS=$as_save_IFS
8944 RANLIB=$ac_cv_prog_RANLIB
8945 if test -n "$RANLIB"; then
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8947 $as_echo "$RANLIB" >&6; }
8948 else
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8950 $as_echo "no" >&6; }
8954 done
8957 for ncn_progname in ranlib; do
8958 if test -n "$ncn_tool_prefix"; then
8959 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8960 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8962 $as_echo_n "checking for $ac_word... " >&6; }
8963 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8964 $as_echo_n "(cached) " >&6
8965 else
8966 if test -n "$RANLIB"; then
8967 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8968 else
8969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8970 for as_dir in $PATH
8972 IFS=$as_save_IFS
8973 test -z "$as_dir" && as_dir=.
8974 for ac_exec_ext in '' $ac_executable_extensions; do
8975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8976 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8978 break 2
8980 done
8981 done
8982 IFS=$as_save_IFS
8986 RANLIB=$ac_cv_prog_RANLIB
8987 if test -n "$RANLIB"; then
8988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8989 $as_echo "$RANLIB" >&6; }
8990 else
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8992 $as_echo "no" >&6; }
8997 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8998 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8999 set dummy ${ncn_progname}; ac_word=$2
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9001 $as_echo_n "checking for $ac_word... " >&6; }
9002 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9003 $as_echo_n "(cached) " >&6
9004 else
9005 if test -n "$RANLIB"; then
9006 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9007 else
9008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9009 for as_dir in $PATH
9011 IFS=$as_save_IFS
9012 test -z "$as_dir" && as_dir=.
9013 for ac_exec_ext in '' $ac_executable_extensions; do
9014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9015 ac_cv_prog_RANLIB="${ncn_progname}"
9016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9017 break 2
9019 done
9020 done
9021 IFS=$as_save_IFS
9025 RANLIB=$ac_cv_prog_RANLIB
9026 if test -n "$RANLIB"; then
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9028 $as_echo "$RANLIB" >&6; }
9029 else
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9031 $as_echo "no" >&6; }
9036 test -n "$ac_cv_prog_RANLIB" && break
9037 done
9039 if test -z "$ac_cv_prog_RANLIB" ; then
9040 RANLIB="true"
9045 if test -n "$STRIP"; then
9046 ac_cv_prog_STRIP=$STRIP
9047 elif test -n "$ac_cv_prog_STRIP"; then
9048 STRIP=$ac_cv_prog_STRIP
9051 if test -n "$ac_cv_prog_STRIP"; then
9052 for ncn_progname in strip; do
9053 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9054 set dummy ${ncn_progname}; ac_word=$2
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9056 $as_echo_n "checking for $ac_word... " >&6; }
9057 if test "${ac_cv_prog_STRIP+set}" = set; then :
9058 $as_echo_n "(cached) " >&6
9059 else
9060 if test -n "$STRIP"; then
9061 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9062 else
9063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9064 for as_dir in $PATH
9066 IFS=$as_save_IFS
9067 test -z "$as_dir" && as_dir=.
9068 for ac_exec_ext in '' $ac_executable_extensions; do
9069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9070 ac_cv_prog_STRIP="${ncn_progname}"
9071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9072 break 2
9074 done
9075 done
9076 IFS=$as_save_IFS
9080 STRIP=$ac_cv_prog_STRIP
9081 if test -n "$STRIP"; then
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9083 $as_echo "$STRIP" >&6; }
9084 else
9085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9086 $as_echo "no" >&6; }
9090 done
9093 for ncn_progname in strip; do
9094 if test -n "$ncn_tool_prefix"; then
9095 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9096 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9098 $as_echo_n "checking for $ac_word... " >&6; }
9099 if test "${ac_cv_prog_STRIP+set}" = set; then :
9100 $as_echo_n "(cached) " >&6
9101 else
9102 if test -n "$STRIP"; then
9103 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9104 else
9105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9106 for as_dir in $PATH
9108 IFS=$as_save_IFS
9109 test -z "$as_dir" && as_dir=.
9110 for ac_exec_ext in '' $ac_executable_extensions; do
9111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9112 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9114 break 2
9116 done
9117 done
9118 IFS=$as_save_IFS
9122 STRIP=$ac_cv_prog_STRIP
9123 if test -n "$STRIP"; then
9124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9125 $as_echo "$STRIP" >&6; }
9126 else
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9128 $as_echo "no" >&6; }
9133 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9134 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9135 set dummy ${ncn_progname}; ac_word=$2
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9137 $as_echo_n "checking for $ac_word... " >&6; }
9138 if test "${ac_cv_prog_STRIP+set}" = set; then :
9139 $as_echo_n "(cached) " >&6
9140 else
9141 if test -n "$STRIP"; then
9142 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9143 else
9144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9145 for as_dir in $PATH
9147 IFS=$as_save_IFS
9148 test -z "$as_dir" && as_dir=.
9149 for ac_exec_ext in '' $ac_executable_extensions; do
9150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9151 ac_cv_prog_STRIP="${ncn_progname}"
9152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9153 break 2
9155 done
9156 done
9157 IFS=$as_save_IFS
9161 STRIP=$ac_cv_prog_STRIP
9162 if test -n "$STRIP"; then
9163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9164 $as_echo "$STRIP" >&6; }
9165 else
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9167 $as_echo "no" >&6; }
9172 test -n "$ac_cv_prog_STRIP" && break
9173 done
9175 if test -z "$ac_cv_prog_STRIP" ; then
9176 STRIP="true"
9181 if test -n "$WINDRES"; then
9182 ac_cv_prog_WINDRES=$WINDRES
9183 elif test -n "$ac_cv_prog_WINDRES"; then
9184 WINDRES=$ac_cv_prog_WINDRES
9187 if test -n "$ac_cv_prog_WINDRES"; then
9188 for ncn_progname in windres; do
9189 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9190 set dummy ${ncn_progname}; ac_word=$2
9191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9192 $as_echo_n "checking for $ac_word... " >&6; }
9193 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9194 $as_echo_n "(cached) " >&6
9195 else
9196 if test -n "$WINDRES"; then
9197 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9198 else
9199 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9200 for as_dir in $PATH
9202 IFS=$as_save_IFS
9203 test -z "$as_dir" && as_dir=.
9204 for ac_exec_ext in '' $ac_executable_extensions; do
9205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9206 ac_cv_prog_WINDRES="${ncn_progname}"
9207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9208 break 2
9210 done
9211 done
9212 IFS=$as_save_IFS
9216 WINDRES=$ac_cv_prog_WINDRES
9217 if test -n "$WINDRES"; then
9218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9219 $as_echo "$WINDRES" >&6; }
9220 else
9221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9222 $as_echo "no" >&6; }
9226 done
9229 for ncn_progname in windres; do
9230 if test -n "$ncn_tool_prefix"; then
9231 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9232 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9234 $as_echo_n "checking for $ac_word... " >&6; }
9235 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9236 $as_echo_n "(cached) " >&6
9237 else
9238 if test -n "$WINDRES"; then
9239 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9240 else
9241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9242 for as_dir in $PATH
9244 IFS=$as_save_IFS
9245 test -z "$as_dir" && as_dir=.
9246 for ac_exec_ext in '' $ac_executable_extensions; do
9247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9248 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9250 break 2
9252 done
9253 done
9254 IFS=$as_save_IFS
9258 WINDRES=$ac_cv_prog_WINDRES
9259 if test -n "$WINDRES"; then
9260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9261 $as_echo "$WINDRES" >&6; }
9262 else
9263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9264 $as_echo "no" >&6; }
9269 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9270 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9271 set dummy ${ncn_progname}; ac_word=$2
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9273 $as_echo_n "checking for $ac_word... " >&6; }
9274 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9275 $as_echo_n "(cached) " >&6
9276 else
9277 if test -n "$WINDRES"; then
9278 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9279 else
9280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9281 for as_dir in $PATH
9283 IFS=$as_save_IFS
9284 test -z "$as_dir" && as_dir=.
9285 for ac_exec_ext in '' $ac_executable_extensions; do
9286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9287 ac_cv_prog_WINDRES="${ncn_progname}"
9288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9289 break 2
9291 done
9292 done
9293 IFS=$as_save_IFS
9297 WINDRES=$ac_cv_prog_WINDRES
9298 if test -n "$WINDRES"; then
9299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9300 $as_echo "$WINDRES" >&6; }
9301 else
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9303 $as_echo "no" >&6; }
9308 test -n "$ac_cv_prog_WINDRES" && break
9309 done
9311 if test -z "$ac_cv_prog_WINDRES" ; then
9312 set dummy windres
9313 if test $build = $host ; then
9314 WINDRES="$2"
9315 else
9316 WINDRES="${ncn_tool_prefix}$2"
9322 if test -n "$WINDMC"; then
9323 ac_cv_prog_WINDMC=$WINDMC
9324 elif test -n "$ac_cv_prog_WINDMC"; then
9325 WINDMC=$ac_cv_prog_WINDMC
9328 if test -n "$ac_cv_prog_WINDMC"; then
9329 for ncn_progname in windmc; do
9330 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9331 set dummy ${ncn_progname}; ac_word=$2
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9333 $as_echo_n "checking for $ac_word... " >&6; }
9334 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9335 $as_echo_n "(cached) " >&6
9336 else
9337 if test -n "$WINDMC"; then
9338 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9339 else
9340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9341 for as_dir in $PATH
9343 IFS=$as_save_IFS
9344 test -z "$as_dir" && as_dir=.
9345 for ac_exec_ext in '' $ac_executable_extensions; do
9346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9347 ac_cv_prog_WINDMC="${ncn_progname}"
9348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9349 break 2
9351 done
9352 done
9353 IFS=$as_save_IFS
9357 WINDMC=$ac_cv_prog_WINDMC
9358 if test -n "$WINDMC"; then
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9360 $as_echo "$WINDMC" >&6; }
9361 else
9362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9363 $as_echo "no" >&6; }
9367 done
9370 for ncn_progname in windmc; do
9371 if test -n "$ncn_tool_prefix"; then
9372 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9373 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9375 $as_echo_n "checking for $ac_word... " >&6; }
9376 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9377 $as_echo_n "(cached) " >&6
9378 else
9379 if test -n "$WINDMC"; then
9380 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9381 else
9382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9383 for as_dir in $PATH
9385 IFS=$as_save_IFS
9386 test -z "$as_dir" && as_dir=.
9387 for ac_exec_ext in '' $ac_executable_extensions; do
9388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9389 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9391 break 2
9393 done
9394 done
9395 IFS=$as_save_IFS
9399 WINDMC=$ac_cv_prog_WINDMC
9400 if test -n "$WINDMC"; then
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9402 $as_echo "$WINDMC" >&6; }
9403 else
9404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9405 $as_echo "no" >&6; }
9410 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9411 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9412 set dummy ${ncn_progname}; ac_word=$2
9413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9414 $as_echo_n "checking for $ac_word... " >&6; }
9415 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9416 $as_echo_n "(cached) " >&6
9417 else
9418 if test -n "$WINDMC"; then
9419 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9420 else
9421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9422 for as_dir in $PATH
9424 IFS=$as_save_IFS
9425 test -z "$as_dir" && as_dir=.
9426 for ac_exec_ext in '' $ac_executable_extensions; do
9427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9428 ac_cv_prog_WINDMC="${ncn_progname}"
9429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9430 break 2
9432 done
9433 done
9434 IFS=$as_save_IFS
9438 WINDMC=$ac_cv_prog_WINDMC
9439 if test -n "$WINDMC"; then
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9441 $as_echo "$WINDMC" >&6; }
9442 else
9443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9444 $as_echo "no" >&6; }
9449 test -n "$ac_cv_prog_WINDMC" && break
9450 done
9452 if test -z "$ac_cv_prog_WINDMC" ; then
9453 set dummy windmc
9454 if test $build = $host ; then
9455 WINDMC="$2"
9456 else
9457 WINDMC="${ncn_tool_prefix}$2"
9463 if test -n "$OBJCOPY"; then
9464 ac_cv_prog_OBJCOPY=$OBJCOPY
9465 elif test -n "$ac_cv_prog_OBJCOPY"; then
9466 OBJCOPY=$ac_cv_prog_OBJCOPY
9469 if test -n "$ac_cv_prog_OBJCOPY"; then
9470 for ncn_progname in objcopy; do
9471 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9472 set dummy ${ncn_progname}; ac_word=$2
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9474 $as_echo_n "checking for $ac_word... " >&6; }
9475 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9476 $as_echo_n "(cached) " >&6
9477 else
9478 if test -n "$OBJCOPY"; then
9479 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9480 else
9481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9482 for as_dir in $PATH
9484 IFS=$as_save_IFS
9485 test -z "$as_dir" && as_dir=.
9486 for ac_exec_ext in '' $ac_executable_extensions; do
9487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9488 ac_cv_prog_OBJCOPY="${ncn_progname}"
9489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9490 break 2
9492 done
9493 done
9494 IFS=$as_save_IFS
9498 OBJCOPY=$ac_cv_prog_OBJCOPY
9499 if test -n "$OBJCOPY"; then
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9501 $as_echo "$OBJCOPY" >&6; }
9502 else
9503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9504 $as_echo "no" >&6; }
9508 done
9511 for ncn_progname in objcopy; do
9512 if test -n "$ncn_tool_prefix"; then
9513 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9514 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9516 $as_echo_n "checking for $ac_word... " >&6; }
9517 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9518 $as_echo_n "(cached) " >&6
9519 else
9520 if test -n "$OBJCOPY"; then
9521 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9522 else
9523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9524 for as_dir in $PATH
9526 IFS=$as_save_IFS
9527 test -z "$as_dir" && as_dir=.
9528 for ac_exec_ext in '' $ac_executable_extensions; do
9529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9530 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9532 break 2
9534 done
9535 done
9536 IFS=$as_save_IFS
9540 OBJCOPY=$ac_cv_prog_OBJCOPY
9541 if test -n "$OBJCOPY"; then
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9543 $as_echo "$OBJCOPY" >&6; }
9544 else
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9546 $as_echo "no" >&6; }
9551 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9552 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9553 set dummy ${ncn_progname}; ac_word=$2
9554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9555 $as_echo_n "checking for $ac_word... " >&6; }
9556 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9557 $as_echo_n "(cached) " >&6
9558 else
9559 if test -n "$OBJCOPY"; then
9560 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9561 else
9562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9563 for as_dir in $PATH
9565 IFS=$as_save_IFS
9566 test -z "$as_dir" && as_dir=.
9567 for ac_exec_ext in '' $ac_executable_extensions; do
9568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9569 ac_cv_prog_OBJCOPY="${ncn_progname}"
9570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9571 break 2
9573 done
9574 done
9575 IFS=$as_save_IFS
9579 OBJCOPY=$ac_cv_prog_OBJCOPY
9580 if test -n "$OBJCOPY"; then
9581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9582 $as_echo "$OBJCOPY" >&6; }
9583 else
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9585 $as_echo "no" >&6; }
9590 test -n "$ac_cv_prog_OBJCOPY" && break
9591 done
9593 if test -z "$ac_cv_prog_OBJCOPY" ; then
9594 set dummy objcopy
9595 if test $build = $host ; then
9596 OBJCOPY="$2"
9597 else
9598 OBJCOPY="${ncn_tool_prefix}$2"
9604 if test -n "$OBJDUMP"; then
9605 ac_cv_prog_OBJDUMP=$OBJDUMP
9606 elif test -n "$ac_cv_prog_OBJDUMP"; then
9607 OBJDUMP=$ac_cv_prog_OBJDUMP
9610 if test -n "$ac_cv_prog_OBJDUMP"; then
9611 for ncn_progname in objdump; do
9612 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9613 set dummy ${ncn_progname}; ac_word=$2
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9615 $as_echo_n "checking for $ac_word... " >&6; }
9616 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9617 $as_echo_n "(cached) " >&6
9618 else
9619 if test -n "$OBJDUMP"; then
9620 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9621 else
9622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9623 for as_dir in $PATH
9625 IFS=$as_save_IFS
9626 test -z "$as_dir" && as_dir=.
9627 for ac_exec_ext in '' $ac_executable_extensions; do
9628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9629 ac_cv_prog_OBJDUMP="${ncn_progname}"
9630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9631 break 2
9633 done
9634 done
9635 IFS=$as_save_IFS
9639 OBJDUMP=$ac_cv_prog_OBJDUMP
9640 if test -n "$OBJDUMP"; then
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9642 $as_echo "$OBJDUMP" >&6; }
9643 else
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9645 $as_echo "no" >&6; }
9649 done
9652 for ncn_progname in objdump; do
9653 if test -n "$ncn_tool_prefix"; then
9654 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9655 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9657 $as_echo_n "checking for $ac_word... " >&6; }
9658 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9659 $as_echo_n "(cached) " >&6
9660 else
9661 if test -n "$OBJDUMP"; then
9662 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9663 else
9664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9665 for as_dir in $PATH
9667 IFS=$as_save_IFS
9668 test -z "$as_dir" && as_dir=.
9669 for ac_exec_ext in '' $ac_executable_extensions; do
9670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9671 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9673 break 2
9675 done
9676 done
9677 IFS=$as_save_IFS
9681 OBJDUMP=$ac_cv_prog_OBJDUMP
9682 if test -n "$OBJDUMP"; then
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9684 $as_echo "$OBJDUMP" >&6; }
9685 else
9686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9687 $as_echo "no" >&6; }
9692 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9693 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9694 set dummy ${ncn_progname}; ac_word=$2
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9696 $as_echo_n "checking for $ac_word... " >&6; }
9697 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9698 $as_echo_n "(cached) " >&6
9699 else
9700 if test -n "$OBJDUMP"; then
9701 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9702 else
9703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9704 for as_dir in $PATH
9706 IFS=$as_save_IFS
9707 test -z "$as_dir" && as_dir=.
9708 for ac_exec_ext in '' $ac_executable_extensions; do
9709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9710 ac_cv_prog_OBJDUMP="${ncn_progname}"
9711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9712 break 2
9714 done
9715 done
9716 IFS=$as_save_IFS
9720 OBJDUMP=$ac_cv_prog_OBJDUMP
9721 if test -n "$OBJDUMP"; then
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9723 $as_echo "$OBJDUMP" >&6; }
9724 else
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9726 $as_echo "no" >&6; }
9731 test -n "$ac_cv_prog_OBJDUMP" && break
9732 done
9734 if test -z "$ac_cv_prog_OBJDUMP" ; then
9735 set dummy objdump
9736 if test $build = $host ; then
9737 OBJDUMP="$2"
9738 else
9739 OBJDUMP="${ncn_tool_prefix}$2"
9745 if test -n "$READELF"; then
9746 ac_cv_prog_READELF=$READELF
9747 elif test -n "$ac_cv_prog_READELF"; then
9748 READELF=$ac_cv_prog_READELF
9751 if test -n "$ac_cv_prog_READELF"; then
9752 for ncn_progname in readelf; do
9753 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9754 set dummy ${ncn_progname}; ac_word=$2
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9756 $as_echo_n "checking for $ac_word... " >&6; }
9757 if test "${ac_cv_prog_READELF+set}" = set; then :
9758 $as_echo_n "(cached) " >&6
9759 else
9760 if test -n "$READELF"; then
9761 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9762 else
9763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9764 for as_dir in $PATH
9766 IFS=$as_save_IFS
9767 test -z "$as_dir" && as_dir=.
9768 for ac_exec_ext in '' $ac_executable_extensions; do
9769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9770 ac_cv_prog_READELF="${ncn_progname}"
9771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9772 break 2
9774 done
9775 done
9776 IFS=$as_save_IFS
9780 READELF=$ac_cv_prog_READELF
9781 if test -n "$READELF"; then
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9783 $as_echo "$READELF" >&6; }
9784 else
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9786 $as_echo "no" >&6; }
9790 done
9793 for ncn_progname in readelf; do
9794 if test -n "$ncn_tool_prefix"; then
9795 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9796 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9798 $as_echo_n "checking for $ac_word... " >&6; }
9799 if test "${ac_cv_prog_READELF+set}" = set; then :
9800 $as_echo_n "(cached) " >&6
9801 else
9802 if test -n "$READELF"; then
9803 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9804 else
9805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9806 for as_dir in $PATH
9808 IFS=$as_save_IFS
9809 test -z "$as_dir" && as_dir=.
9810 for ac_exec_ext in '' $ac_executable_extensions; do
9811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9812 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9814 break 2
9816 done
9817 done
9818 IFS=$as_save_IFS
9822 READELF=$ac_cv_prog_READELF
9823 if test -n "$READELF"; then
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9825 $as_echo "$READELF" >&6; }
9826 else
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9828 $as_echo "no" >&6; }
9833 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9834 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9835 set dummy ${ncn_progname}; ac_word=$2
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9837 $as_echo_n "checking for $ac_word... " >&6; }
9838 if test "${ac_cv_prog_READELF+set}" = set; then :
9839 $as_echo_n "(cached) " >&6
9840 else
9841 if test -n "$READELF"; then
9842 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9843 else
9844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9845 for as_dir in $PATH
9847 IFS=$as_save_IFS
9848 test -z "$as_dir" && as_dir=.
9849 for ac_exec_ext in '' $ac_executable_extensions; do
9850 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9851 ac_cv_prog_READELF="${ncn_progname}"
9852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9853 break 2
9855 done
9856 done
9857 IFS=$as_save_IFS
9861 READELF=$ac_cv_prog_READELF
9862 if test -n "$READELF"; then
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9864 $as_echo "$READELF" >&6; }
9865 else
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9867 $as_echo "no" >&6; }
9872 test -n "$ac_cv_prog_READELF" && break
9873 done
9875 if test -z "$ac_cv_prog_READELF" ; then
9876 set dummy readelf
9877 if test $build = $host ; then
9878 READELF="$2"
9879 else
9880 READELF="${ncn_tool_prefix}$2"
9889 # Target tools.
9891 # Check whether --with-build-time-tools was given.
9892 if test "${with_build_time_tools+set}" = set; then :
9893 withval=$with_build_time_tools; case x"$withval" in
9894 x/*) ;;
9896 with_build_time_tools=
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9898 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9900 esac
9901 else
9902 with_build_time_tools=
9908 if test -n "$CC_FOR_TARGET"; then
9909 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9910 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9911 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9914 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9915 for ncn_progname in cc gcc; do
9916 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9917 set dummy ${ncn_progname}; ac_word=$2
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9919 $as_echo_n "checking for $ac_word... " >&6; }
9920 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9921 $as_echo_n "(cached) " >&6
9922 else
9923 if test -n "$CC_FOR_TARGET"; then
9924 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9925 else
9926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9927 for as_dir in $PATH
9929 IFS=$as_save_IFS
9930 test -z "$as_dir" && as_dir=.
9931 for ac_exec_ext in '' $ac_executable_extensions; do
9932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9933 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9935 break 2
9937 done
9938 done
9939 IFS=$as_save_IFS
9943 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9944 if test -n "$CC_FOR_TARGET"; then
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9946 $as_echo "$CC_FOR_TARGET" >&6; }
9947 else
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9949 $as_echo "no" >&6; }
9953 done
9956 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9957 for ncn_progname in cc gcc; do
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9959 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9960 if test -x $with_build_time_tools/${ncn_progname}; then
9961 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9963 $as_echo "yes" >&6; }
9964 break
9965 else
9966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9967 $as_echo "no" >&6; }
9969 done
9972 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9973 for ncn_progname in cc gcc; do
9974 if test -n "$ncn_target_tool_prefix"; then
9975 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9976 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9978 $as_echo_n "checking for $ac_word... " >&6; }
9979 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9980 $as_echo_n "(cached) " >&6
9981 else
9982 if test -n "$CC_FOR_TARGET"; then
9983 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9984 else
9985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9986 for as_dir in $PATH
9988 IFS=$as_save_IFS
9989 test -z "$as_dir" && as_dir=.
9990 for ac_exec_ext in '' $ac_executable_extensions; do
9991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9992 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9994 break 2
9996 done
9997 done
9998 IFS=$as_save_IFS
10002 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10003 if test -n "$CC_FOR_TARGET"; then
10004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10005 $as_echo "$CC_FOR_TARGET" >&6; }
10006 else
10007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10008 $as_echo "no" >&6; }
10013 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10014 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10015 set dummy ${ncn_progname}; ac_word=$2
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10017 $as_echo_n "checking for $ac_word... " >&6; }
10018 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10019 $as_echo_n "(cached) " >&6
10020 else
10021 if test -n "$CC_FOR_TARGET"; then
10022 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10023 else
10024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10025 for as_dir in $PATH
10027 IFS=$as_save_IFS
10028 test -z "$as_dir" && as_dir=.
10029 for ac_exec_ext in '' $ac_executable_extensions; do
10030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10031 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
10032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10033 break 2
10035 done
10036 done
10037 IFS=$as_save_IFS
10041 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10042 if test -n "$CC_FOR_TARGET"; then
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10044 $as_echo "$CC_FOR_TARGET" >&6; }
10045 else
10046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10047 $as_echo "no" >&6; }
10052 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10053 done
10056 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10057 set dummy cc gcc
10058 if test $build = $target ; then
10059 CC_FOR_TARGET="$2"
10060 else
10061 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10063 else
10064 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
10069 if test -n "$CXX_FOR_TARGET"; then
10070 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10071 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10072 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10075 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10076 for ncn_progname in c++ g++ cxx gxx; do
10077 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10078 set dummy ${ncn_progname}; ac_word=$2
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10080 $as_echo_n "checking for $ac_word... " >&6; }
10081 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10082 $as_echo_n "(cached) " >&6
10083 else
10084 if test -n "$CXX_FOR_TARGET"; then
10085 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10086 else
10087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10088 for as_dir in $PATH
10090 IFS=$as_save_IFS
10091 test -z "$as_dir" && as_dir=.
10092 for ac_exec_ext in '' $ac_executable_extensions; do
10093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10094 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10096 break 2
10098 done
10099 done
10100 IFS=$as_save_IFS
10104 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10105 if test -n "$CXX_FOR_TARGET"; then
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10107 $as_echo "$CXX_FOR_TARGET" >&6; }
10108 else
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10110 $as_echo "no" >&6; }
10114 done
10117 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10118 for ncn_progname in c++ g++ cxx gxx; do
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10120 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10121 if test -x $with_build_time_tools/${ncn_progname}; then
10122 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10124 $as_echo "yes" >&6; }
10125 break
10126 else
10127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10128 $as_echo "no" >&6; }
10130 done
10133 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10134 for ncn_progname in c++ g++ cxx gxx; do
10135 if test -n "$ncn_target_tool_prefix"; then
10136 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10137 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10139 $as_echo_n "checking for $ac_word... " >&6; }
10140 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10141 $as_echo_n "(cached) " >&6
10142 else
10143 if test -n "$CXX_FOR_TARGET"; then
10144 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10145 else
10146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10147 for as_dir in $PATH
10149 IFS=$as_save_IFS
10150 test -z "$as_dir" && as_dir=.
10151 for ac_exec_ext in '' $ac_executable_extensions; do
10152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10153 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10155 break 2
10157 done
10158 done
10159 IFS=$as_save_IFS
10163 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10164 if test -n "$CXX_FOR_TARGET"; then
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10166 $as_echo "$CXX_FOR_TARGET" >&6; }
10167 else
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10169 $as_echo "no" >&6; }
10174 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10175 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10176 set dummy ${ncn_progname}; ac_word=$2
10177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10178 $as_echo_n "checking for $ac_word... " >&6; }
10179 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10180 $as_echo_n "(cached) " >&6
10181 else
10182 if test -n "$CXX_FOR_TARGET"; then
10183 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10184 else
10185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10186 for as_dir in $PATH
10188 IFS=$as_save_IFS
10189 test -z "$as_dir" && as_dir=.
10190 for ac_exec_ext in '' $ac_executable_extensions; do
10191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10192 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10194 break 2
10196 done
10197 done
10198 IFS=$as_save_IFS
10202 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10203 if test -n "$CXX_FOR_TARGET"; then
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10205 $as_echo "$CXX_FOR_TARGET" >&6; }
10206 else
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10208 $as_echo "no" >&6; }
10213 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10214 done
10217 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10218 set dummy c++ g++ cxx gxx
10219 if test $build = $target ; then
10220 CXX_FOR_TARGET="$2"
10221 else
10222 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10224 else
10225 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10230 if test -n "$GCC_FOR_TARGET"; then
10231 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10232 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10233 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10236 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10237 for ncn_progname in gcc; do
10238 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10239 set dummy ${ncn_progname}; ac_word=$2
10240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10241 $as_echo_n "checking for $ac_word... " >&6; }
10242 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10243 $as_echo_n "(cached) " >&6
10244 else
10245 if test -n "$GCC_FOR_TARGET"; then
10246 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10247 else
10248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10249 for as_dir in $PATH
10251 IFS=$as_save_IFS
10252 test -z "$as_dir" && as_dir=.
10253 for ac_exec_ext in '' $ac_executable_extensions; do
10254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10255 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10257 break 2
10259 done
10260 done
10261 IFS=$as_save_IFS
10265 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10266 if test -n "$GCC_FOR_TARGET"; then
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10268 $as_echo "$GCC_FOR_TARGET" >&6; }
10269 else
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10271 $as_echo "no" >&6; }
10275 done
10278 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10279 for ncn_progname in gcc; do
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10281 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10282 if test -x $with_build_time_tools/${ncn_progname}; then
10283 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10285 $as_echo "yes" >&6; }
10286 break
10287 else
10288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10289 $as_echo "no" >&6; }
10291 done
10294 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10295 for ncn_progname in gcc; do
10296 if test -n "$ncn_target_tool_prefix"; then
10297 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10298 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10300 $as_echo_n "checking for $ac_word... " >&6; }
10301 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10302 $as_echo_n "(cached) " >&6
10303 else
10304 if test -n "$GCC_FOR_TARGET"; then
10305 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10306 else
10307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10308 for as_dir in $PATH
10310 IFS=$as_save_IFS
10311 test -z "$as_dir" && as_dir=.
10312 for ac_exec_ext in '' $ac_executable_extensions; do
10313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10314 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10316 break 2
10318 done
10319 done
10320 IFS=$as_save_IFS
10324 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10325 if test -n "$GCC_FOR_TARGET"; then
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10327 $as_echo "$GCC_FOR_TARGET" >&6; }
10328 else
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10330 $as_echo "no" >&6; }
10335 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10336 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10337 set dummy ${ncn_progname}; ac_word=$2
10338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10339 $as_echo_n "checking for $ac_word... " >&6; }
10340 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10341 $as_echo_n "(cached) " >&6
10342 else
10343 if test -n "$GCC_FOR_TARGET"; then
10344 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10345 else
10346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10347 for as_dir in $PATH
10349 IFS=$as_save_IFS
10350 test -z "$as_dir" && as_dir=.
10351 for ac_exec_ext in '' $ac_executable_extensions; do
10352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10353 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10355 break 2
10357 done
10358 done
10359 IFS=$as_save_IFS
10363 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10364 if test -n "$GCC_FOR_TARGET"; then
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10366 $as_echo "$GCC_FOR_TARGET" >&6; }
10367 else
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10369 $as_echo "no" >&6; }
10374 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10375 done
10378 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10379 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10380 else
10381 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10386 if test -n "$GCJ_FOR_TARGET"; then
10387 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10388 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10389 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10392 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10393 for ncn_progname in gcj; do
10394 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10395 set dummy ${ncn_progname}; ac_word=$2
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10397 $as_echo_n "checking for $ac_word... " >&6; }
10398 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10399 $as_echo_n "(cached) " >&6
10400 else
10401 if test -n "$GCJ_FOR_TARGET"; then
10402 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10403 else
10404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10405 for as_dir in $PATH
10407 IFS=$as_save_IFS
10408 test -z "$as_dir" && as_dir=.
10409 for ac_exec_ext in '' $ac_executable_extensions; do
10410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10411 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10413 break 2
10415 done
10416 done
10417 IFS=$as_save_IFS
10421 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10422 if test -n "$GCJ_FOR_TARGET"; then
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10424 $as_echo "$GCJ_FOR_TARGET" >&6; }
10425 else
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10427 $as_echo "no" >&6; }
10431 done
10434 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10435 for ncn_progname in gcj; do
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10437 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10438 if test -x $with_build_time_tools/${ncn_progname}; then
10439 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10441 $as_echo "yes" >&6; }
10442 break
10443 else
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10445 $as_echo "no" >&6; }
10447 done
10450 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10451 for ncn_progname in gcj; do
10452 if test -n "$ncn_target_tool_prefix"; then
10453 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10454 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10456 $as_echo_n "checking for $ac_word... " >&6; }
10457 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10458 $as_echo_n "(cached) " >&6
10459 else
10460 if test -n "$GCJ_FOR_TARGET"; then
10461 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10462 else
10463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10464 for as_dir in $PATH
10466 IFS=$as_save_IFS
10467 test -z "$as_dir" && as_dir=.
10468 for ac_exec_ext in '' $ac_executable_extensions; do
10469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10470 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10472 break 2
10474 done
10475 done
10476 IFS=$as_save_IFS
10480 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10481 if test -n "$GCJ_FOR_TARGET"; then
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10483 $as_echo "$GCJ_FOR_TARGET" >&6; }
10484 else
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10486 $as_echo "no" >&6; }
10491 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10492 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10493 set dummy ${ncn_progname}; ac_word=$2
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10495 $as_echo_n "checking for $ac_word... " >&6; }
10496 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10497 $as_echo_n "(cached) " >&6
10498 else
10499 if test -n "$GCJ_FOR_TARGET"; then
10500 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10501 else
10502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10503 for as_dir in $PATH
10505 IFS=$as_save_IFS
10506 test -z "$as_dir" && as_dir=.
10507 for ac_exec_ext in '' $ac_executable_extensions; do
10508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10509 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10511 break 2
10513 done
10514 done
10515 IFS=$as_save_IFS
10519 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10520 if test -n "$GCJ_FOR_TARGET"; then
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10522 $as_echo "$GCJ_FOR_TARGET" >&6; }
10523 else
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10525 $as_echo "no" >&6; }
10530 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10531 done
10534 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10535 set dummy gcj
10536 if test $build = $target ; then
10537 GCJ_FOR_TARGET="$2"
10538 else
10539 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10541 else
10542 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10547 if test -n "$GFORTRAN_FOR_TARGET"; then
10548 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10549 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10550 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10553 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10554 for ncn_progname in gfortran; do
10555 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10556 set dummy ${ncn_progname}; ac_word=$2
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10558 $as_echo_n "checking for $ac_word... " >&6; }
10559 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10560 $as_echo_n "(cached) " >&6
10561 else
10562 if test -n "$GFORTRAN_FOR_TARGET"; then
10563 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10564 else
10565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10566 for as_dir in $PATH
10568 IFS=$as_save_IFS
10569 test -z "$as_dir" && as_dir=.
10570 for ac_exec_ext in '' $ac_executable_extensions; do
10571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10572 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10574 break 2
10576 done
10577 done
10578 IFS=$as_save_IFS
10582 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10583 if test -n "$GFORTRAN_FOR_TARGET"; then
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10585 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10586 else
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10588 $as_echo "no" >&6; }
10592 done
10595 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10596 for ncn_progname in gfortran; do
10597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10598 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10599 if test -x $with_build_time_tools/${ncn_progname}; then
10600 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10602 $as_echo "yes" >&6; }
10603 break
10604 else
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10606 $as_echo "no" >&6; }
10608 done
10611 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10612 for ncn_progname in gfortran; do
10613 if test -n "$ncn_target_tool_prefix"; then
10614 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10615 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10617 $as_echo_n "checking for $ac_word... " >&6; }
10618 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10619 $as_echo_n "(cached) " >&6
10620 else
10621 if test -n "$GFORTRAN_FOR_TARGET"; then
10622 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10623 else
10624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10625 for as_dir in $PATH
10627 IFS=$as_save_IFS
10628 test -z "$as_dir" && as_dir=.
10629 for ac_exec_ext in '' $ac_executable_extensions; do
10630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10631 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10633 break 2
10635 done
10636 done
10637 IFS=$as_save_IFS
10641 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10642 if test -n "$GFORTRAN_FOR_TARGET"; then
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10644 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10645 else
10646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10647 $as_echo "no" >&6; }
10652 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10653 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10654 set dummy ${ncn_progname}; ac_word=$2
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10656 $as_echo_n "checking for $ac_word... " >&6; }
10657 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10658 $as_echo_n "(cached) " >&6
10659 else
10660 if test -n "$GFORTRAN_FOR_TARGET"; then
10661 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10662 else
10663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10664 for as_dir in $PATH
10666 IFS=$as_save_IFS
10667 test -z "$as_dir" && as_dir=.
10668 for ac_exec_ext in '' $ac_executable_extensions; do
10669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10670 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10672 break 2
10674 done
10675 done
10676 IFS=$as_save_IFS
10680 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10681 if test -n "$GFORTRAN_FOR_TARGET"; then
10682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10683 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10684 else
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10686 $as_echo "no" >&6; }
10691 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10692 done
10695 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10696 set dummy gfortran
10697 if test $build = $target ; then
10698 GFORTRAN_FOR_TARGET="$2"
10699 else
10700 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10702 else
10703 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10708 if test -n "$GOC_FOR_TARGET"; then
10709 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10710 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10711 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10714 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10715 for ncn_progname in gccgo; do
10716 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10717 set dummy ${ncn_progname}; ac_word=$2
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10719 $as_echo_n "checking for $ac_word... " >&6; }
10720 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10721 $as_echo_n "(cached) " >&6
10722 else
10723 if test -n "$GOC_FOR_TARGET"; then
10724 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10725 else
10726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10727 for as_dir in $PATH
10729 IFS=$as_save_IFS
10730 test -z "$as_dir" && as_dir=.
10731 for ac_exec_ext in '' $ac_executable_extensions; do
10732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10733 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10735 break 2
10737 done
10738 done
10739 IFS=$as_save_IFS
10743 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10744 if test -n "$GOC_FOR_TARGET"; then
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10746 $as_echo "$GOC_FOR_TARGET" >&6; }
10747 else
10748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10749 $as_echo "no" >&6; }
10753 done
10756 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10757 for ncn_progname in gccgo; do
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10759 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10760 if test -x $with_build_time_tools/${ncn_progname}; then
10761 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10763 $as_echo "yes" >&6; }
10764 break
10765 else
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10767 $as_echo "no" >&6; }
10769 done
10772 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10773 for ncn_progname in gccgo; do
10774 if test -n "$ncn_target_tool_prefix"; then
10775 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10776 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10778 $as_echo_n "checking for $ac_word... " >&6; }
10779 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10780 $as_echo_n "(cached) " >&6
10781 else
10782 if test -n "$GOC_FOR_TARGET"; then
10783 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10784 else
10785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10786 for as_dir in $PATH
10788 IFS=$as_save_IFS
10789 test -z "$as_dir" && as_dir=.
10790 for ac_exec_ext in '' $ac_executable_extensions; do
10791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10792 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10794 break 2
10796 done
10797 done
10798 IFS=$as_save_IFS
10802 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10803 if test -n "$GOC_FOR_TARGET"; then
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10805 $as_echo "$GOC_FOR_TARGET" >&6; }
10806 else
10807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10808 $as_echo "no" >&6; }
10813 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10814 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10815 set dummy ${ncn_progname}; ac_word=$2
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10817 $as_echo_n "checking for $ac_word... " >&6; }
10818 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10819 $as_echo_n "(cached) " >&6
10820 else
10821 if test -n "$GOC_FOR_TARGET"; then
10822 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10823 else
10824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10825 for as_dir in $PATH
10827 IFS=$as_save_IFS
10828 test -z "$as_dir" && as_dir=.
10829 for ac_exec_ext in '' $ac_executable_extensions; do
10830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10831 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10833 break 2
10835 done
10836 done
10837 IFS=$as_save_IFS
10841 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10842 if test -n "$GOC_FOR_TARGET"; then
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10844 $as_echo "$GOC_FOR_TARGET" >&6; }
10845 else
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10847 $as_echo "no" >&6; }
10852 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10853 done
10856 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10857 set dummy gccgo
10858 if test $build = $target ; then
10859 GOC_FOR_TARGET="$2"
10860 else
10861 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10863 else
10864 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10869 cat > conftest.c << \EOF
10870 #ifdef __GNUC__
10871 gcc_yay;
10872 #endif
10874 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10875 have_gcc_for_target=yes
10876 else
10877 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10878 have_gcc_for_target=no
10880 rm conftest.c
10885 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10886 if test -n "$with_build_time_tools"; then
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10888 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10889 if test -x $with_build_time_tools/ar; then
10890 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10891 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10893 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10894 else
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10896 $as_echo "no" >&6; }
10898 elif test $build != $host && test $have_gcc_for_target = yes; then
10899 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10900 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10901 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10904 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10905 # Extract the first word of "ar", so it can be a program name with args.
10906 set dummy ar; ac_word=$2
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10908 $as_echo_n "checking for $ac_word... " >&6; }
10909 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10910 $as_echo_n "(cached) " >&6
10911 else
10912 case $AR_FOR_TARGET in
10913 [\\/]* | ?:[\\/]*)
10914 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10918 for as_dir in $gcc_cv_tool_dirs
10920 IFS=$as_save_IFS
10921 test -z "$as_dir" && as_dir=.
10922 for ac_exec_ext in '' $ac_executable_extensions; do
10923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10924 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10926 break 2
10928 done
10929 done
10930 IFS=$as_save_IFS
10933 esac
10935 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10936 if test -n "$AR_FOR_TARGET"; then
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10938 $as_echo "$AR_FOR_TARGET" >&6; }
10939 else
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10941 $as_echo "no" >&6; }
10946 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10949 if test -n "$AR_FOR_TARGET"; then
10950 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10951 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10952 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10955 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10956 for ncn_progname in ar; do
10957 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10958 set dummy ${ncn_progname}; ac_word=$2
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10960 $as_echo_n "checking for $ac_word... " >&6; }
10961 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10962 $as_echo_n "(cached) " >&6
10963 else
10964 if test -n "$AR_FOR_TARGET"; then
10965 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10966 else
10967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10968 for as_dir in $PATH
10970 IFS=$as_save_IFS
10971 test -z "$as_dir" && as_dir=.
10972 for ac_exec_ext in '' $ac_executable_extensions; do
10973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10974 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10976 break 2
10978 done
10979 done
10980 IFS=$as_save_IFS
10984 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10985 if test -n "$AR_FOR_TARGET"; then
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10987 $as_echo "$AR_FOR_TARGET" >&6; }
10988 else
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10990 $as_echo "no" >&6; }
10994 done
10997 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10998 for ncn_progname in ar; do
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11000 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11001 if test -x $with_build_time_tools/${ncn_progname}; then
11002 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11004 $as_echo "yes" >&6; }
11005 break
11006 else
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11008 $as_echo "no" >&6; }
11010 done
11013 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11014 for ncn_progname in ar; do
11015 if test -n "$ncn_target_tool_prefix"; then
11016 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11017 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11019 $as_echo_n "checking for $ac_word... " >&6; }
11020 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11021 $as_echo_n "(cached) " >&6
11022 else
11023 if test -n "$AR_FOR_TARGET"; then
11024 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11025 else
11026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11027 for as_dir in $PATH
11029 IFS=$as_save_IFS
11030 test -z "$as_dir" && as_dir=.
11031 for ac_exec_ext in '' $ac_executable_extensions; do
11032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11033 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11035 break 2
11037 done
11038 done
11039 IFS=$as_save_IFS
11043 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11044 if test -n "$AR_FOR_TARGET"; then
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11046 $as_echo "$AR_FOR_TARGET" >&6; }
11047 else
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11049 $as_echo "no" >&6; }
11054 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11055 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11056 set dummy ${ncn_progname}; ac_word=$2
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11058 $as_echo_n "checking for $ac_word... " >&6; }
11059 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11060 $as_echo_n "(cached) " >&6
11061 else
11062 if test -n "$AR_FOR_TARGET"; then
11063 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11064 else
11065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11066 for as_dir in $PATH
11068 IFS=$as_save_IFS
11069 test -z "$as_dir" && as_dir=.
11070 for ac_exec_ext in '' $ac_executable_extensions; do
11071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11072 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11074 break 2
11076 done
11077 done
11078 IFS=$as_save_IFS
11082 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11083 if test -n "$AR_FOR_TARGET"; then
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11085 $as_echo "$AR_FOR_TARGET" >&6; }
11086 else
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11088 $as_echo "no" >&6; }
11093 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11094 done
11097 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11098 set dummy ar
11099 if test $build = $target ; then
11100 AR_FOR_TARGET="$2"
11101 else
11102 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11104 else
11105 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11108 else
11109 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11115 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11116 if test -n "$with_build_time_tools"; then
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11118 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
11119 if test -x $with_build_time_tools/as; then
11120 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11121 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11123 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11124 else
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11126 $as_echo "no" >&6; }
11128 elif test $build != $host && test $have_gcc_for_target = yes; then
11129 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11130 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11131 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11134 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11135 # Extract the first word of "as", so it can be a program name with args.
11136 set dummy as; ac_word=$2
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11138 $as_echo_n "checking for $ac_word... " >&6; }
11139 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11140 $as_echo_n "(cached) " >&6
11141 else
11142 case $AS_FOR_TARGET in
11143 [\\/]* | ?:[\\/]*)
11144 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11148 for as_dir in $gcc_cv_tool_dirs
11150 IFS=$as_save_IFS
11151 test -z "$as_dir" && as_dir=.
11152 for ac_exec_ext in '' $ac_executable_extensions; do
11153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11154 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11156 break 2
11158 done
11159 done
11160 IFS=$as_save_IFS
11163 esac
11165 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11166 if test -n "$AS_FOR_TARGET"; then
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11168 $as_echo "$AS_FOR_TARGET" >&6; }
11169 else
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11171 $as_echo "no" >&6; }
11176 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11179 if test -n "$AS_FOR_TARGET"; then
11180 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11181 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11182 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11185 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11186 for ncn_progname in as; do
11187 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11188 set dummy ${ncn_progname}; ac_word=$2
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11190 $as_echo_n "checking for $ac_word... " >&6; }
11191 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11192 $as_echo_n "(cached) " >&6
11193 else
11194 if test -n "$AS_FOR_TARGET"; then
11195 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11196 else
11197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11198 for as_dir in $PATH
11200 IFS=$as_save_IFS
11201 test -z "$as_dir" && as_dir=.
11202 for ac_exec_ext in '' $ac_executable_extensions; do
11203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11204 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11206 break 2
11208 done
11209 done
11210 IFS=$as_save_IFS
11214 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11215 if test -n "$AS_FOR_TARGET"; then
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11217 $as_echo "$AS_FOR_TARGET" >&6; }
11218 else
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11220 $as_echo "no" >&6; }
11224 done
11227 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11228 for ncn_progname in as; do
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11230 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11231 if test -x $with_build_time_tools/${ncn_progname}; then
11232 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11234 $as_echo "yes" >&6; }
11235 break
11236 else
11237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11238 $as_echo "no" >&6; }
11240 done
11243 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11244 for ncn_progname in as; do
11245 if test -n "$ncn_target_tool_prefix"; then
11246 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11247 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11249 $as_echo_n "checking for $ac_word... " >&6; }
11250 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11251 $as_echo_n "(cached) " >&6
11252 else
11253 if test -n "$AS_FOR_TARGET"; then
11254 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11255 else
11256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11257 for as_dir in $PATH
11259 IFS=$as_save_IFS
11260 test -z "$as_dir" && as_dir=.
11261 for ac_exec_ext in '' $ac_executable_extensions; do
11262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11263 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11265 break 2
11267 done
11268 done
11269 IFS=$as_save_IFS
11273 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11274 if test -n "$AS_FOR_TARGET"; then
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11276 $as_echo "$AS_FOR_TARGET" >&6; }
11277 else
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11279 $as_echo "no" >&6; }
11284 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11285 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11286 set dummy ${ncn_progname}; ac_word=$2
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11288 $as_echo_n "checking for $ac_word... " >&6; }
11289 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11290 $as_echo_n "(cached) " >&6
11291 else
11292 if test -n "$AS_FOR_TARGET"; then
11293 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11294 else
11295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11296 for as_dir in $PATH
11298 IFS=$as_save_IFS
11299 test -z "$as_dir" && as_dir=.
11300 for ac_exec_ext in '' $ac_executable_extensions; do
11301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11302 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11304 break 2
11306 done
11307 done
11308 IFS=$as_save_IFS
11312 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11313 if test -n "$AS_FOR_TARGET"; then
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11315 $as_echo "$AS_FOR_TARGET" >&6; }
11316 else
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11318 $as_echo "no" >&6; }
11323 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11324 done
11327 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11328 set dummy as
11329 if test $build = $target ; then
11330 AS_FOR_TARGET="$2"
11331 else
11332 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11334 else
11335 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11338 else
11339 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11345 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11346 if test -n "$with_build_time_tools"; then
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11348 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11349 if test -x $with_build_time_tools/dlltool; then
11350 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11351 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11353 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11354 else
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11356 $as_echo "no" >&6; }
11358 elif test $build != $host && test $have_gcc_for_target = yes; then
11359 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11360 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11361 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11364 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11365 # Extract the first word of "dlltool", so it can be a program name with args.
11366 set dummy dlltool; ac_word=$2
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11368 $as_echo_n "checking for $ac_word... " >&6; }
11369 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11370 $as_echo_n "(cached) " >&6
11371 else
11372 case $DLLTOOL_FOR_TARGET in
11373 [\\/]* | ?:[\\/]*)
11374 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11378 for as_dir in $gcc_cv_tool_dirs
11380 IFS=$as_save_IFS
11381 test -z "$as_dir" && as_dir=.
11382 for ac_exec_ext in '' $ac_executable_extensions; do
11383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11384 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11386 break 2
11388 done
11389 done
11390 IFS=$as_save_IFS
11393 esac
11395 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11396 if test -n "$DLLTOOL_FOR_TARGET"; then
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11398 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11399 else
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401 $as_echo "no" >&6; }
11406 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11409 if test -n "$DLLTOOL_FOR_TARGET"; then
11410 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11411 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11412 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11415 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11416 for ncn_progname in dlltool; do
11417 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11418 set dummy ${ncn_progname}; ac_word=$2
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11420 $as_echo_n "checking for $ac_word... " >&6; }
11421 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11422 $as_echo_n "(cached) " >&6
11423 else
11424 if test -n "$DLLTOOL_FOR_TARGET"; then
11425 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11426 else
11427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11428 for as_dir in $PATH
11430 IFS=$as_save_IFS
11431 test -z "$as_dir" && as_dir=.
11432 for ac_exec_ext in '' $ac_executable_extensions; do
11433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11434 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11436 break 2
11438 done
11439 done
11440 IFS=$as_save_IFS
11444 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11445 if test -n "$DLLTOOL_FOR_TARGET"; then
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11447 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11448 else
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11450 $as_echo "no" >&6; }
11454 done
11457 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11458 for ncn_progname in dlltool; do
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11460 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11461 if test -x $with_build_time_tools/${ncn_progname}; then
11462 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11464 $as_echo "yes" >&6; }
11465 break
11466 else
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11468 $as_echo "no" >&6; }
11470 done
11473 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11474 for ncn_progname in dlltool; do
11475 if test -n "$ncn_target_tool_prefix"; then
11476 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11477 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11479 $as_echo_n "checking for $ac_word... " >&6; }
11480 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11481 $as_echo_n "(cached) " >&6
11482 else
11483 if test -n "$DLLTOOL_FOR_TARGET"; then
11484 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11485 else
11486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11487 for as_dir in $PATH
11489 IFS=$as_save_IFS
11490 test -z "$as_dir" && as_dir=.
11491 for ac_exec_ext in '' $ac_executable_extensions; do
11492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11493 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11495 break 2
11497 done
11498 done
11499 IFS=$as_save_IFS
11503 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11504 if test -n "$DLLTOOL_FOR_TARGET"; then
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11506 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11507 else
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11509 $as_echo "no" >&6; }
11514 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11515 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11516 set dummy ${ncn_progname}; ac_word=$2
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11518 $as_echo_n "checking for $ac_word... " >&6; }
11519 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11520 $as_echo_n "(cached) " >&6
11521 else
11522 if test -n "$DLLTOOL_FOR_TARGET"; then
11523 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11524 else
11525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11526 for as_dir in $PATH
11528 IFS=$as_save_IFS
11529 test -z "$as_dir" && as_dir=.
11530 for ac_exec_ext in '' $ac_executable_extensions; do
11531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11532 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11534 break 2
11536 done
11537 done
11538 IFS=$as_save_IFS
11542 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11543 if test -n "$DLLTOOL_FOR_TARGET"; then
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11545 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11546 else
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11548 $as_echo "no" >&6; }
11553 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11554 done
11557 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11558 set dummy dlltool
11559 if test $build = $target ; then
11560 DLLTOOL_FOR_TARGET="$2"
11561 else
11562 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11564 else
11565 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11568 else
11569 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11575 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11576 if test -n "$with_build_time_tools"; then
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11578 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11579 if test -x $with_build_time_tools/ld; then
11580 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11581 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11583 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11584 else
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11586 $as_echo "no" >&6; }
11588 elif test $build != $host && test $have_gcc_for_target = yes; then
11589 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11590 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11591 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11594 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11595 # Extract the first word of "ld", so it can be a program name with args.
11596 set dummy ld; ac_word=$2
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11598 $as_echo_n "checking for $ac_word... " >&6; }
11599 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
11601 else
11602 case $LD_FOR_TARGET in
11603 [\\/]* | ?:[\\/]*)
11604 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11608 for as_dir in $gcc_cv_tool_dirs
11610 IFS=$as_save_IFS
11611 test -z "$as_dir" && as_dir=.
11612 for ac_exec_ext in '' $ac_executable_extensions; do
11613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11614 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11616 break 2
11618 done
11619 done
11620 IFS=$as_save_IFS
11623 esac
11625 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11626 if test -n "$LD_FOR_TARGET"; then
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11628 $as_echo "$LD_FOR_TARGET" >&6; }
11629 else
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11631 $as_echo "no" >&6; }
11636 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11639 if test -n "$LD_FOR_TARGET"; then
11640 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11641 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11642 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11645 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11646 for ncn_progname in ld; do
11647 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11648 set dummy ${ncn_progname}; ac_word=$2
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11650 $as_echo_n "checking for $ac_word... " >&6; }
11651 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11652 $as_echo_n "(cached) " >&6
11653 else
11654 if test -n "$LD_FOR_TARGET"; then
11655 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11656 else
11657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11658 for as_dir in $PATH
11660 IFS=$as_save_IFS
11661 test -z "$as_dir" && as_dir=.
11662 for ac_exec_ext in '' $ac_executable_extensions; do
11663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11664 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11666 break 2
11668 done
11669 done
11670 IFS=$as_save_IFS
11674 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11675 if test -n "$LD_FOR_TARGET"; then
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11677 $as_echo "$LD_FOR_TARGET" >&6; }
11678 else
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11680 $as_echo "no" >&6; }
11684 done
11687 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11688 for ncn_progname in ld; do
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11690 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11691 if test -x $with_build_time_tools/${ncn_progname}; then
11692 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11694 $as_echo "yes" >&6; }
11695 break
11696 else
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11698 $as_echo "no" >&6; }
11700 done
11703 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11704 for ncn_progname in ld; do
11705 if test -n "$ncn_target_tool_prefix"; then
11706 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11707 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11709 $as_echo_n "checking for $ac_word... " >&6; }
11710 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11711 $as_echo_n "(cached) " >&6
11712 else
11713 if test -n "$LD_FOR_TARGET"; then
11714 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11715 else
11716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11717 for as_dir in $PATH
11719 IFS=$as_save_IFS
11720 test -z "$as_dir" && as_dir=.
11721 for ac_exec_ext in '' $ac_executable_extensions; do
11722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11723 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11725 break 2
11727 done
11728 done
11729 IFS=$as_save_IFS
11733 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11734 if test -n "$LD_FOR_TARGET"; then
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11736 $as_echo "$LD_FOR_TARGET" >&6; }
11737 else
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11739 $as_echo "no" >&6; }
11744 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11745 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11746 set dummy ${ncn_progname}; ac_word=$2
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11748 $as_echo_n "checking for $ac_word... " >&6; }
11749 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11750 $as_echo_n "(cached) " >&6
11751 else
11752 if test -n "$LD_FOR_TARGET"; then
11753 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11754 else
11755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11756 for as_dir in $PATH
11758 IFS=$as_save_IFS
11759 test -z "$as_dir" && as_dir=.
11760 for ac_exec_ext in '' $ac_executable_extensions; do
11761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11762 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11764 break 2
11766 done
11767 done
11768 IFS=$as_save_IFS
11772 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11773 if test -n "$LD_FOR_TARGET"; then
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11775 $as_echo "$LD_FOR_TARGET" >&6; }
11776 else
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11778 $as_echo "no" >&6; }
11783 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11784 done
11787 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11788 set dummy ld
11789 if test $build = $target ; then
11790 LD_FOR_TARGET="$2"
11791 else
11792 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11794 else
11795 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11798 else
11799 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11805 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11806 if test -n "$with_build_time_tools"; then
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11808 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11809 if test -x $with_build_time_tools/lipo; then
11810 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11811 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11813 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11814 else
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11816 $as_echo "no" >&6; }
11818 elif test $build != $host && test $have_gcc_for_target = yes; then
11819 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11820 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11821 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11824 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11825 # Extract the first word of "lipo", so it can be a program name with args.
11826 set dummy lipo; ac_word=$2
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11828 $as_echo_n "checking for $ac_word... " >&6; }
11829 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11830 $as_echo_n "(cached) " >&6
11831 else
11832 case $LIPO_FOR_TARGET in
11833 [\\/]* | ?:[\\/]*)
11834 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11838 for as_dir in $gcc_cv_tool_dirs
11840 IFS=$as_save_IFS
11841 test -z "$as_dir" && as_dir=.
11842 for ac_exec_ext in '' $ac_executable_extensions; do
11843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11844 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11846 break 2
11848 done
11849 done
11850 IFS=$as_save_IFS
11853 esac
11855 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11856 if test -n "$LIPO_FOR_TARGET"; then
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11858 $as_echo "$LIPO_FOR_TARGET" >&6; }
11859 else
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861 $as_echo "no" >&6; }
11866 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11869 if test -n "$LIPO_FOR_TARGET"; then
11870 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11871 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11872 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11875 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11876 for ncn_progname in lipo; do
11877 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11878 set dummy ${ncn_progname}; ac_word=$2
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11880 $as_echo_n "checking for $ac_word... " >&6; }
11881 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11882 $as_echo_n "(cached) " >&6
11883 else
11884 if test -n "$LIPO_FOR_TARGET"; then
11885 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11886 else
11887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11888 for as_dir in $PATH
11890 IFS=$as_save_IFS
11891 test -z "$as_dir" && as_dir=.
11892 for ac_exec_ext in '' $ac_executable_extensions; do
11893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11894 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11896 break 2
11898 done
11899 done
11900 IFS=$as_save_IFS
11904 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11905 if test -n "$LIPO_FOR_TARGET"; then
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11907 $as_echo "$LIPO_FOR_TARGET" >&6; }
11908 else
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11910 $as_echo "no" >&6; }
11914 done
11917 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11918 for ncn_progname in lipo; do
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11920 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11921 if test -x $with_build_time_tools/${ncn_progname}; then
11922 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11924 $as_echo "yes" >&6; }
11925 break
11926 else
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11928 $as_echo "no" >&6; }
11930 done
11933 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11934 for ncn_progname in lipo; do
11935 if test -n "$ncn_target_tool_prefix"; then
11936 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11937 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11939 $as_echo_n "checking for $ac_word... " >&6; }
11940 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11941 $as_echo_n "(cached) " >&6
11942 else
11943 if test -n "$LIPO_FOR_TARGET"; then
11944 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11945 else
11946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11947 for as_dir in $PATH
11949 IFS=$as_save_IFS
11950 test -z "$as_dir" && as_dir=.
11951 for ac_exec_ext in '' $ac_executable_extensions; do
11952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11953 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11955 break 2
11957 done
11958 done
11959 IFS=$as_save_IFS
11963 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11964 if test -n "$LIPO_FOR_TARGET"; then
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11966 $as_echo "$LIPO_FOR_TARGET" >&6; }
11967 else
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11969 $as_echo "no" >&6; }
11974 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11975 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11976 set dummy ${ncn_progname}; ac_word=$2
11977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11978 $as_echo_n "checking for $ac_word... " >&6; }
11979 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11980 $as_echo_n "(cached) " >&6
11981 else
11982 if test -n "$LIPO_FOR_TARGET"; then
11983 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11984 else
11985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11986 for as_dir in $PATH
11988 IFS=$as_save_IFS
11989 test -z "$as_dir" && as_dir=.
11990 for ac_exec_ext in '' $ac_executable_extensions; do
11991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11992 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11994 break 2
11996 done
11997 done
11998 IFS=$as_save_IFS
12002 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12003 if test -n "$LIPO_FOR_TARGET"; then
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12005 $as_echo "$LIPO_FOR_TARGET" >&6; }
12006 else
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12008 $as_echo "no" >&6; }
12013 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12014 done
12017 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12018 set dummy lipo
12019 if test $build = $target ; then
12020 LIPO_FOR_TARGET="$2"
12021 else
12022 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12024 else
12025 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
12028 else
12029 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
12035 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12036 if test -n "$with_build_time_tools"; then
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12038 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
12039 if test -x $with_build_time_tools/nm; then
12040 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12041 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12043 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
12044 else
12045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12046 $as_echo "no" >&6; }
12048 elif test $build != $host && test $have_gcc_for_target = yes; then
12049 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
12050 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12051 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12054 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12055 # Extract the first word of "nm", so it can be a program name with args.
12056 set dummy nm; ac_word=$2
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12058 $as_echo_n "checking for $ac_word... " >&6; }
12059 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12060 $as_echo_n "(cached) " >&6
12061 else
12062 case $NM_FOR_TARGET in
12063 [\\/]* | ?:[\\/]*)
12064 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12068 for as_dir in $gcc_cv_tool_dirs
12070 IFS=$as_save_IFS
12071 test -z "$as_dir" && as_dir=.
12072 for ac_exec_ext in '' $ac_executable_extensions; do
12073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12074 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12076 break 2
12078 done
12079 done
12080 IFS=$as_save_IFS
12083 esac
12085 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12086 if test -n "$NM_FOR_TARGET"; then
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12088 $as_echo "$NM_FOR_TARGET" >&6; }
12089 else
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12091 $as_echo "no" >&6; }
12096 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12099 if test -n "$NM_FOR_TARGET"; then
12100 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12101 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12102 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12105 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12106 for ncn_progname in nm; do
12107 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12108 set dummy ${ncn_progname}; ac_word=$2
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12110 $as_echo_n "checking for $ac_word... " >&6; }
12111 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12112 $as_echo_n "(cached) " >&6
12113 else
12114 if test -n "$NM_FOR_TARGET"; then
12115 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12116 else
12117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12118 for as_dir in $PATH
12120 IFS=$as_save_IFS
12121 test -z "$as_dir" && as_dir=.
12122 for ac_exec_ext in '' $ac_executable_extensions; do
12123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12124 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12126 break 2
12128 done
12129 done
12130 IFS=$as_save_IFS
12134 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12135 if test -n "$NM_FOR_TARGET"; then
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12137 $as_echo "$NM_FOR_TARGET" >&6; }
12138 else
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12140 $as_echo "no" >&6; }
12144 done
12147 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12148 for ncn_progname in nm; do
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12150 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12151 if test -x $with_build_time_tools/${ncn_progname}; then
12152 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12154 $as_echo "yes" >&6; }
12155 break
12156 else
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12158 $as_echo "no" >&6; }
12160 done
12163 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12164 for ncn_progname in nm; do
12165 if test -n "$ncn_target_tool_prefix"; then
12166 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12167 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12169 $as_echo_n "checking for $ac_word... " >&6; }
12170 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12171 $as_echo_n "(cached) " >&6
12172 else
12173 if test -n "$NM_FOR_TARGET"; then
12174 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12175 else
12176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12177 for as_dir in $PATH
12179 IFS=$as_save_IFS
12180 test -z "$as_dir" && as_dir=.
12181 for ac_exec_ext in '' $ac_executable_extensions; do
12182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12183 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12185 break 2
12187 done
12188 done
12189 IFS=$as_save_IFS
12193 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12194 if test -n "$NM_FOR_TARGET"; then
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12196 $as_echo "$NM_FOR_TARGET" >&6; }
12197 else
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12199 $as_echo "no" >&6; }
12204 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12205 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12206 set dummy ${ncn_progname}; ac_word=$2
12207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12208 $as_echo_n "checking for $ac_word... " >&6; }
12209 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12210 $as_echo_n "(cached) " >&6
12211 else
12212 if test -n "$NM_FOR_TARGET"; then
12213 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12214 else
12215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12216 for as_dir in $PATH
12218 IFS=$as_save_IFS
12219 test -z "$as_dir" && as_dir=.
12220 for ac_exec_ext in '' $ac_executable_extensions; do
12221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12222 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12224 break 2
12226 done
12227 done
12228 IFS=$as_save_IFS
12232 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12233 if test -n "$NM_FOR_TARGET"; then
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12235 $as_echo "$NM_FOR_TARGET" >&6; }
12236 else
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12238 $as_echo "no" >&6; }
12243 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12244 done
12247 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12248 set dummy nm
12249 if test $build = $target ; then
12250 NM_FOR_TARGET="$2"
12251 else
12252 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12254 else
12255 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12258 else
12259 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12265 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12266 if test -n "$with_build_time_tools"; then
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12268 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12269 if test -x $with_build_time_tools/objdump; then
12270 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12271 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12273 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12274 else
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12276 $as_echo "no" >&6; }
12278 elif test $build != $host && test $have_gcc_for_target = yes; then
12279 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12280 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12281 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12284 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12285 # Extract the first word of "objdump", so it can be a program name with args.
12286 set dummy objdump; ac_word=$2
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12288 $as_echo_n "checking for $ac_word... " >&6; }
12289 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12290 $as_echo_n "(cached) " >&6
12291 else
12292 case $OBJDUMP_FOR_TARGET in
12293 [\\/]* | ?:[\\/]*)
12294 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12298 for as_dir in $gcc_cv_tool_dirs
12300 IFS=$as_save_IFS
12301 test -z "$as_dir" && as_dir=.
12302 for ac_exec_ext in '' $ac_executable_extensions; do
12303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12304 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12306 break 2
12308 done
12309 done
12310 IFS=$as_save_IFS
12313 esac
12315 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12316 if test -n "$OBJDUMP_FOR_TARGET"; then
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12318 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12319 else
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12321 $as_echo "no" >&6; }
12326 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12329 if test -n "$OBJDUMP_FOR_TARGET"; then
12330 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12331 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12332 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12335 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12336 for ncn_progname in objdump; do
12337 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12338 set dummy ${ncn_progname}; ac_word=$2
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12340 $as_echo_n "checking for $ac_word... " >&6; }
12341 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12342 $as_echo_n "(cached) " >&6
12343 else
12344 if test -n "$OBJDUMP_FOR_TARGET"; then
12345 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12346 else
12347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12348 for as_dir in $PATH
12350 IFS=$as_save_IFS
12351 test -z "$as_dir" && as_dir=.
12352 for ac_exec_ext in '' $ac_executable_extensions; do
12353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12354 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12356 break 2
12358 done
12359 done
12360 IFS=$as_save_IFS
12364 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12365 if test -n "$OBJDUMP_FOR_TARGET"; then
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12367 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12368 else
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12370 $as_echo "no" >&6; }
12374 done
12377 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12378 for ncn_progname in objdump; do
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12380 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12381 if test -x $with_build_time_tools/${ncn_progname}; then
12382 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12384 $as_echo "yes" >&6; }
12385 break
12386 else
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12388 $as_echo "no" >&6; }
12390 done
12393 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12394 for ncn_progname in objdump; do
12395 if test -n "$ncn_target_tool_prefix"; then
12396 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12397 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12399 $as_echo_n "checking for $ac_word... " >&6; }
12400 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12401 $as_echo_n "(cached) " >&6
12402 else
12403 if test -n "$OBJDUMP_FOR_TARGET"; then
12404 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12405 else
12406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12407 for as_dir in $PATH
12409 IFS=$as_save_IFS
12410 test -z "$as_dir" && as_dir=.
12411 for ac_exec_ext in '' $ac_executable_extensions; do
12412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12413 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12415 break 2
12417 done
12418 done
12419 IFS=$as_save_IFS
12423 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12424 if test -n "$OBJDUMP_FOR_TARGET"; then
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12426 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12427 else
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12429 $as_echo "no" >&6; }
12434 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12435 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12436 set dummy ${ncn_progname}; ac_word=$2
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12438 $as_echo_n "checking for $ac_word... " >&6; }
12439 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12440 $as_echo_n "(cached) " >&6
12441 else
12442 if test -n "$OBJDUMP_FOR_TARGET"; then
12443 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12444 else
12445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12446 for as_dir in $PATH
12448 IFS=$as_save_IFS
12449 test -z "$as_dir" && as_dir=.
12450 for ac_exec_ext in '' $ac_executable_extensions; do
12451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12452 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12454 break 2
12456 done
12457 done
12458 IFS=$as_save_IFS
12462 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12463 if test -n "$OBJDUMP_FOR_TARGET"; then
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12465 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12466 else
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12468 $as_echo "no" >&6; }
12473 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12474 done
12477 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12478 set dummy objdump
12479 if test $build = $target ; then
12480 OBJDUMP_FOR_TARGET="$2"
12481 else
12482 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12484 else
12485 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12488 else
12489 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12495 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12496 if test -n "$with_build_time_tools"; then
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12498 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12499 if test -x $with_build_time_tools/ranlib; then
12500 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12501 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12503 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12504 else
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12506 $as_echo "no" >&6; }
12508 elif test $build != $host && test $have_gcc_for_target = yes; then
12509 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12510 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12511 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12514 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12515 # Extract the first word of "ranlib", so it can be a program name with args.
12516 set dummy ranlib; ac_word=$2
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12518 $as_echo_n "checking for $ac_word... " >&6; }
12519 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12520 $as_echo_n "(cached) " >&6
12521 else
12522 case $RANLIB_FOR_TARGET in
12523 [\\/]* | ?:[\\/]*)
12524 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12528 for as_dir in $gcc_cv_tool_dirs
12530 IFS=$as_save_IFS
12531 test -z "$as_dir" && as_dir=.
12532 for ac_exec_ext in '' $ac_executable_extensions; do
12533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12534 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12536 break 2
12538 done
12539 done
12540 IFS=$as_save_IFS
12543 esac
12545 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12546 if test -n "$RANLIB_FOR_TARGET"; then
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12548 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12549 else
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12551 $as_echo "no" >&6; }
12556 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12559 if test -n "$RANLIB_FOR_TARGET"; then
12560 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12561 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12562 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12565 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12566 for ncn_progname in ranlib; do
12567 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12568 set dummy ${ncn_progname}; ac_word=$2
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12570 $as_echo_n "checking for $ac_word... " >&6; }
12571 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12572 $as_echo_n "(cached) " >&6
12573 else
12574 if test -n "$RANLIB_FOR_TARGET"; then
12575 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12576 else
12577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12578 for as_dir in $PATH
12580 IFS=$as_save_IFS
12581 test -z "$as_dir" && as_dir=.
12582 for ac_exec_ext in '' $ac_executable_extensions; do
12583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12584 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12586 break 2
12588 done
12589 done
12590 IFS=$as_save_IFS
12594 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12595 if test -n "$RANLIB_FOR_TARGET"; then
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12597 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12598 else
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12600 $as_echo "no" >&6; }
12604 done
12607 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12608 for ncn_progname in ranlib; do
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12610 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12611 if test -x $with_build_time_tools/${ncn_progname}; then
12612 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12614 $as_echo "yes" >&6; }
12615 break
12616 else
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12618 $as_echo "no" >&6; }
12620 done
12623 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12624 for ncn_progname in ranlib; do
12625 if test -n "$ncn_target_tool_prefix"; then
12626 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12627 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12629 $as_echo_n "checking for $ac_word... " >&6; }
12630 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12631 $as_echo_n "(cached) " >&6
12632 else
12633 if test -n "$RANLIB_FOR_TARGET"; then
12634 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12635 else
12636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12637 for as_dir in $PATH
12639 IFS=$as_save_IFS
12640 test -z "$as_dir" && as_dir=.
12641 for ac_exec_ext in '' $ac_executable_extensions; do
12642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12643 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12645 break 2
12647 done
12648 done
12649 IFS=$as_save_IFS
12653 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12654 if test -n "$RANLIB_FOR_TARGET"; then
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12656 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12657 else
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12659 $as_echo "no" >&6; }
12664 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12665 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12666 set dummy ${ncn_progname}; ac_word=$2
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12668 $as_echo_n "checking for $ac_word... " >&6; }
12669 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12670 $as_echo_n "(cached) " >&6
12671 else
12672 if test -n "$RANLIB_FOR_TARGET"; then
12673 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12674 else
12675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12676 for as_dir in $PATH
12678 IFS=$as_save_IFS
12679 test -z "$as_dir" && as_dir=.
12680 for ac_exec_ext in '' $ac_executable_extensions; do
12681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12682 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12684 break 2
12686 done
12687 done
12688 IFS=$as_save_IFS
12692 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12693 if test -n "$RANLIB_FOR_TARGET"; then
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12695 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12696 else
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12698 $as_echo "no" >&6; }
12703 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12704 done
12707 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12708 set dummy ranlib
12709 if test $build = $target ; then
12710 RANLIB_FOR_TARGET="$2"
12711 else
12712 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12714 else
12715 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12718 else
12719 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12725 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12726 if test -n "$with_build_time_tools"; then
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12728 $as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12729 if test -x $with_build_time_tools/readelf; then
12730 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12731 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12733 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12734 else
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12736 $as_echo "no" >&6; }
12738 elif test $build != $host && test $have_gcc_for_target = yes; then
12739 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12740 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12741 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12744 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12745 # Extract the first word of "readelf", so it can be a program name with args.
12746 set dummy readelf; ac_word=$2
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12748 $as_echo_n "checking for $ac_word... " >&6; }
12749 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12750 $as_echo_n "(cached) " >&6
12751 else
12752 case $READELF_FOR_TARGET in
12753 [\\/]* | ?:[\\/]*)
12754 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12758 for as_dir in $gcc_cv_tool_dirs
12760 IFS=$as_save_IFS
12761 test -z "$as_dir" && as_dir=.
12762 for ac_exec_ext in '' $ac_executable_extensions; do
12763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12764 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12766 break 2
12768 done
12769 done
12770 IFS=$as_save_IFS
12773 esac
12775 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12776 if test -n "$READELF_FOR_TARGET"; then
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12778 $as_echo "$READELF_FOR_TARGET" >&6; }
12779 else
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12781 $as_echo "no" >&6; }
12786 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12789 if test -n "$READELF_FOR_TARGET"; then
12790 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12791 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12792 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12795 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12796 for ncn_progname in readelf; do
12797 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12798 set dummy ${ncn_progname}; ac_word=$2
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12800 $as_echo_n "checking for $ac_word... " >&6; }
12801 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12802 $as_echo_n "(cached) " >&6
12803 else
12804 if test -n "$READELF_FOR_TARGET"; then
12805 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12806 else
12807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12808 for as_dir in $PATH
12810 IFS=$as_save_IFS
12811 test -z "$as_dir" && as_dir=.
12812 for ac_exec_ext in '' $ac_executable_extensions; do
12813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12814 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12816 break 2
12818 done
12819 done
12820 IFS=$as_save_IFS
12824 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12825 if test -n "$READELF_FOR_TARGET"; then
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12827 $as_echo "$READELF_FOR_TARGET" >&6; }
12828 else
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12830 $as_echo "no" >&6; }
12834 done
12837 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12838 for ncn_progname in readelf; do
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12840 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12841 if test -x $with_build_time_tools/${ncn_progname}; then
12842 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12844 $as_echo "yes" >&6; }
12845 break
12846 else
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12848 $as_echo "no" >&6; }
12850 done
12853 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12854 for ncn_progname in readelf; do
12855 if test -n "$ncn_target_tool_prefix"; then
12856 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12857 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12859 $as_echo_n "checking for $ac_word... " >&6; }
12860 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12861 $as_echo_n "(cached) " >&6
12862 else
12863 if test -n "$READELF_FOR_TARGET"; then
12864 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12865 else
12866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12867 for as_dir in $PATH
12869 IFS=$as_save_IFS
12870 test -z "$as_dir" && as_dir=.
12871 for ac_exec_ext in '' $ac_executable_extensions; do
12872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12873 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12875 break 2
12877 done
12878 done
12879 IFS=$as_save_IFS
12883 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12884 if test -n "$READELF_FOR_TARGET"; then
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12886 $as_echo "$READELF_FOR_TARGET" >&6; }
12887 else
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12889 $as_echo "no" >&6; }
12894 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12895 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12896 set dummy ${ncn_progname}; ac_word=$2
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12898 $as_echo_n "checking for $ac_word... " >&6; }
12899 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12900 $as_echo_n "(cached) " >&6
12901 else
12902 if test -n "$READELF_FOR_TARGET"; then
12903 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12904 else
12905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12906 for as_dir in $PATH
12908 IFS=$as_save_IFS
12909 test -z "$as_dir" && as_dir=.
12910 for ac_exec_ext in '' $ac_executable_extensions; do
12911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12912 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12914 break 2
12916 done
12917 done
12918 IFS=$as_save_IFS
12922 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12923 if test -n "$READELF_FOR_TARGET"; then
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12925 $as_echo "$READELF_FOR_TARGET" >&6; }
12926 else
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12928 $as_echo "no" >&6; }
12933 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12934 done
12937 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12938 set dummy readelf
12939 if test $build = $target ; then
12940 READELF_FOR_TARGET="$2"
12941 else
12942 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12944 else
12945 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12948 else
12949 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12955 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12956 if test -n "$with_build_time_tools"; then
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12958 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12959 if test -x $with_build_time_tools/strip; then
12960 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12961 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12963 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12964 else
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12966 $as_echo "no" >&6; }
12968 elif test $build != $host && test $have_gcc_for_target = yes; then
12969 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12970 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12971 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12974 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12975 # Extract the first word of "strip", so it can be a program name with args.
12976 set dummy strip; ac_word=$2
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12978 $as_echo_n "checking for $ac_word... " >&6; }
12979 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12980 $as_echo_n "(cached) " >&6
12981 else
12982 case $STRIP_FOR_TARGET in
12983 [\\/]* | ?:[\\/]*)
12984 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12988 for as_dir in $gcc_cv_tool_dirs
12990 IFS=$as_save_IFS
12991 test -z "$as_dir" && as_dir=.
12992 for ac_exec_ext in '' $ac_executable_extensions; do
12993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12994 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12996 break 2
12998 done
12999 done
13000 IFS=$as_save_IFS
13003 esac
13005 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13006 if test -n "$STRIP_FOR_TARGET"; then
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13008 $as_echo "$STRIP_FOR_TARGET" >&6; }
13009 else
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13011 $as_echo "no" >&6; }
13016 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13019 if test -n "$STRIP_FOR_TARGET"; then
13020 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13021 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13022 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13025 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13026 for ncn_progname in strip; do
13027 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13028 set dummy ${ncn_progname}; ac_word=$2
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13030 $as_echo_n "checking for $ac_word... " >&6; }
13031 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13032 $as_echo_n "(cached) " >&6
13033 else
13034 if test -n "$STRIP_FOR_TARGET"; then
13035 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13036 else
13037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13038 for as_dir in $PATH
13040 IFS=$as_save_IFS
13041 test -z "$as_dir" && as_dir=.
13042 for ac_exec_ext in '' $ac_executable_extensions; do
13043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13044 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13046 break 2
13048 done
13049 done
13050 IFS=$as_save_IFS
13054 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13055 if test -n "$STRIP_FOR_TARGET"; then
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13057 $as_echo "$STRIP_FOR_TARGET" >&6; }
13058 else
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13060 $as_echo "no" >&6; }
13064 done
13067 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
13068 for ncn_progname in strip; do
13069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13070 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13071 if test -x $with_build_time_tools/${ncn_progname}; then
13072 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13074 $as_echo "yes" >&6; }
13075 break
13076 else
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13078 $as_echo "no" >&6; }
13080 done
13083 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13084 for ncn_progname in strip; do
13085 if test -n "$ncn_target_tool_prefix"; then
13086 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13087 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13089 $as_echo_n "checking for $ac_word... " >&6; }
13090 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13091 $as_echo_n "(cached) " >&6
13092 else
13093 if test -n "$STRIP_FOR_TARGET"; then
13094 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13095 else
13096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13097 for as_dir in $PATH
13099 IFS=$as_save_IFS
13100 test -z "$as_dir" && as_dir=.
13101 for ac_exec_ext in '' $ac_executable_extensions; do
13102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13103 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13105 break 2
13107 done
13108 done
13109 IFS=$as_save_IFS
13113 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13114 if test -n "$STRIP_FOR_TARGET"; then
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13116 $as_echo "$STRIP_FOR_TARGET" >&6; }
13117 else
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13119 $as_echo "no" >&6; }
13124 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13125 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13126 set dummy ${ncn_progname}; ac_word=$2
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13128 $as_echo_n "checking for $ac_word... " >&6; }
13129 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13130 $as_echo_n "(cached) " >&6
13131 else
13132 if test -n "$STRIP_FOR_TARGET"; then
13133 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13134 else
13135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13136 for as_dir in $PATH
13138 IFS=$as_save_IFS
13139 test -z "$as_dir" && as_dir=.
13140 for ac_exec_ext in '' $ac_executable_extensions; do
13141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13142 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13144 break 2
13146 done
13147 done
13148 IFS=$as_save_IFS
13152 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13153 if test -n "$STRIP_FOR_TARGET"; then
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13155 $as_echo "$STRIP_FOR_TARGET" >&6; }
13156 else
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13158 $as_echo "no" >&6; }
13163 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13164 done
13167 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13168 set dummy strip
13169 if test $build = $target ; then
13170 STRIP_FOR_TARGET="$2"
13171 else
13172 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13174 else
13175 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13178 else
13179 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13185 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13186 if test -n "$with_build_time_tools"; then
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13188 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
13189 if test -x $with_build_time_tools/windres; then
13190 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13191 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13193 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13194 else
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13196 $as_echo "no" >&6; }
13198 elif test $build != $host && test $have_gcc_for_target = yes; then
13199 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13200 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13201 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13204 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13205 # Extract the first word of "windres", so it can be a program name with args.
13206 set dummy windres; ac_word=$2
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13208 $as_echo_n "checking for $ac_word... " >&6; }
13209 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13210 $as_echo_n "(cached) " >&6
13211 else
13212 case $WINDRES_FOR_TARGET in
13213 [\\/]* | ?:[\\/]*)
13214 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13218 for as_dir in $gcc_cv_tool_dirs
13220 IFS=$as_save_IFS
13221 test -z "$as_dir" && as_dir=.
13222 for ac_exec_ext in '' $ac_executable_extensions; do
13223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13224 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13226 break 2
13228 done
13229 done
13230 IFS=$as_save_IFS
13233 esac
13235 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13236 if test -n "$WINDRES_FOR_TARGET"; then
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13238 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13239 else
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13241 $as_echo "no" >&6; }
13246 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13249 if test -n "$WINDRES_FOR_TARGET"; then
13250 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13251 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13252 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13255 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13256 for ncn_progname in windres; do
13257 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13258 set dummy ${ncn_progname}; ac_word=$2
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13260 $as_echo_n "checking for $ac_word... " >&6; }
13261 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13262 $as_echo_n "(cached) " >&6
13263 else
13264 if test -n "$WINDRES_FOR_TARGET"; then
13265 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13266 else
13267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13268 for as_dir in $PATH
13270 IFS=$as_save_IFS
13271 test -z "$as_dir" && as_dir=.
13272 for ac_exec_ext in '' $ac_executable_extensions; do
13273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13274 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13276 break 2
13278 done
13279 done
13280 IFS=$as_save_IFS
13284 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13285 if test -n "$WINDRES_FOR_TARGET"; then
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13287 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13288 else
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13290 $as_echo "no" >&6; }
13294 done
13297 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13298 for ncn_progname in windres; do
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13300 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13301 if test -x $with_build_time_tools/${ncn_progname}; then
13302 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13304 $as_echo "yes" >&6; }
13305 break
13306 else
13307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13308 $as_echo "no" >&6; }
13310 done
13313 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13314 for ncn_progname in windres; do
13315 if test -n "$ncn_target_tool_prefix"; then
13316 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13317 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13319 $as_echo_n "checking for $ac_word... " >&6; }
13320 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13321 $as_echo_n "(cached) " >&6
13322 else
13323 if test -n "$WINDRES_FOR_TARGET"; then
13324 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13325 else
13326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13327 for as_dir in $PATH
13329 IFS=$as_save_IFS
13330 test -z "$as_dir" && as_dir=.
13331 for ac_exec_ext in '' $ac_executable_extensions; do
13332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13333 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13335 break 2
13337 done
13338 done
13339 IFS=$as_save_IFS
13343 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13344 if test -n "$WINDRES_FOR_TARGET"; then
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13346 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13347 else
13348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13349 $as_echo "no" >&6; }
13354 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13355 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13356 set dummy ${ncn_progname}; ac_word=$2
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13358 $as_echo_n "checking for $ac_word... " >&6; }
13359 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13360 $as_echo_n "(cached) " >&6
13361 else
13362 if test -n "$WINDRES_FOR_TARGET"; then
13363 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13364 else
13365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13366 for as_dir in $PATH
13368 IFS=$as_save_IFS
13369 test -z "$as_dir" && as_dir=.
13370 for ac_exec_ext in '' $ac_executable_extensions; do
13371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13372 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13374 break 2
13376 done
13377 done
13378 IFS=$as_save_IFS
13382 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13383 if test -n "$WINDRES_FOR_TARGET"; then
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13385 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13386 else
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13388 $as_echo "no" >&6; }
13393 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13394 done
13397 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13398 set dummy windres
13399 if test $build = $target ; then
13400 WINDRES_FOR_TARGET="$2"
13401 else
13402 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13404 else
13405 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13408 else
13409 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13415 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13416 if test -n "$with_build_time_tools"; then
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13418 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13419 if test -x $with_build_time_tools/windmc; then
13420 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13421 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13423 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13424 else
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13426 $as_echo "no" >&6; }
13428 elif test $build != $host && test $have_gcc_for_target = yes; then
13429 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13430 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13431 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13434 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13435 # Extract the first word of "windmc", so it can be a program name with args.
13436 set dummy windmc; ac_word=$2
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13438 $as_echo_n "checking for $ac_word... " >&6; }
13439 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13440 $as_echo_n "(cached) " >&6
13441 else
13442 case $WINDMC_FOR_TARGET in
13443 [\\/]* | ?:[\\/]*)
13444 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13448 for as_dir in $gcc_cv_tool_dirs
13450 IFS=$as_save_IFS
13451 test -z "$as_dir" && as_dir=.
13452 for ac_exec_ext in '' $ac_executable_extensions; do
13453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13454 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13456 break 2
13458 done
13459 done
13460 IFS=$as_save_IFS
13463 esac
13465 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13466 if test -n "$WINDMC_FOR_TARGET"; then
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13468 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13469 else
13470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13471 $as_echo "no" >&6; }
13476 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13479 if test -n "$WINDMC_FOR_TARGET"; then
13480 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13481 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13482 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13485 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13486 for ncn_progname in windmc; do
13487 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13488 set dummy ${ncn_progname}; ac_word=$2
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13490 $as_echo_n "checking for $ac_word... " >&6; }
13491 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13492 $as_echo_n "(cached) " >&6
13493 else
13494 if test -n "$WINDMC_FOR_TARGET"; then
13495 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13496 else
13497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13498 for as_dir in $PATH
13500 IFS=$as_save_IFS
13501 test -z "$as_dir" && as_dir=.
13502 for ac_exec_ext in '' $ac_executable_extensions; do
13503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13504 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13506 break 2
13508 done
13509 done
13510 IFS=$as_save_IFS
13514 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13515 if test -n "$WINDMC_FOR_TARGET"; then
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13517 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13518 else
13519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13520 $as_echo "no" >&6; }
13524 done
13527 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13528 for ncn_progname in windmc; do
13529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13530 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13531 if test -x $with_build_time_tools/${ncn_progname}; then
13532 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13534 $as_echo "yes" >&6; }
13535 break
13536 else
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13538 $as_echo "no" >&6; }
13540 done
13543 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13544 for ncn_progname in windmc; do
13545 if test -n "$ncn_target_tool_prefix"; then
13546 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13547 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13549 $as_echo_n "checking for $ac_word... " >&6; }
13550 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13551 $as_echo_n "(cached) " >&6
13552 else
13553 if test -n "$WINDMC_FOR_TARGET"; then
13554 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13555 else
13556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13557 for as_dir in $PATH
13559 IFS=$as_save_IFS
13560 test -z "$as_dir" && as_dir=.
13561 for ac_exec_ext in '' $ac_executable_extensions; do
13562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13563 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13565 break 2
13567 done
13568 done
13569 IFS=$as_save_IFS
13573 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13574 if test -n "$WINDMC_FOR_TARGET"; then
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13576 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13577 else
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13579 $as_echo "no" >&6; }
13584 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13585 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13586 set dummy ${ncn_progname}; ac_word=$2
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13588 $as_echo_n "checking for $ac_word... " >&6; }
13589 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13590 $as_echo_n "(cached) " >&6
13591 else
13592 if test -n "$WINDMC_FOR_TARGET"; then
13593 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13594 else
13595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13596 for as_dir in $PATH
13598 IFS=$as_save_IFS
13599 test -z "$as_dir" && as_dir=.
13600 for ac_exec_ext in '' $ac_executable_extensions; do
13601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13602 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13604 break 2
13606 done
13607 done
13608 IFS=$as_save_IFS
13612 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13613 if test -n "$WINDMC_FOR_TARGET"; then
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13615 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13616 else
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13618 $as_echo "no" >&6; }
13623 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13624 done
13627 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13628 set dummy windmc
13629 if test $build = $target ; then
13630 WINDMC_FOR_TARGET="$2"
13631 else
13632 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13634 else
13635 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13638 else
13639 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13643 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13646 $as_echo_n "checking where to find the target ar... " >&6; }
13647 if test "x${build}" != "x${host}" ; then
13648 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13649 # We already found the complete path
13650 ac_dir=`dirname $AR_FOR_TARGET`
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13652 $as_echo "pre-installed in $ac_dir" >&6; }
13653 else
13654 # Canadian cross, just use what we found
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13656 $as_echo "pre-installed" >&6; }
13658 else
13659 ok=yes
13660 case " ${configdirs} " in
13661 *" binutils "*) ;;
13662 *) ok=no ;;
13663 esac
13665 if test $ok = yes; then
13666 # An in-tree tool is available and we can use it
13667 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13669 $as_echo "just compiled" >&6; }
13670 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13671 # We already found the complete path
13672 ac_dir=`dirname $AR_FOR_TARGET`
13673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13674 $as_echo "pre-installed in $ac_dir" >&6; }
13675 elif test "x$target" = "x$host"; then
13676 # We can use an host tool
13677 AR_FOR_TARGET='$(AR)'
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13679 $as_echo "host tool" >&6; }
13680 else
13681 # We need a cross tool
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13683 $as_echo "pre-installed" >&6; }
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13688 $as_echo_n "checking where to find the target as... " >&6; }
13689 if test "x${build}" != "x${host}" ; then
13690 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13691 # We already found the complete path
13692 ac_dir=`dirname $AS_FOR_TARGET`
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13694 $as_echo "pre-installed in $ac_dir" >&6; }
13695 else
13696 # Canadian cross, just use what we found
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13698 $as_echo "pre-installed" >&6; }
13700 else
13701 ok=yes
13702 case " ${configdirs} " in
13703 *" gas "*) ;;
13704 *) ok=no ;;
13705 esac
13707 if test $ok = yes; then
13708 # An in-tree tool is available and we can use it
13709 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13711 $as_echo "just compiled" >&6; }
13712 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13713 # We already found the complete path
13714 ac_dir=`dirname $AS_FOR_TARGET`
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13716 $as_echo "pre-installed in $ac_dir" >&6; }
13717 elif test "x$target" = "x$host"; then
13718 # We can use an host tool
13719 AS_FOR_TARGET='$(AS)'
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13721 $as_echo "host tool" >&6; }
13722 else
13723 # We need a cross tool
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13725 $as_echo "pre-installed" >&6; }
13729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13730 $as_echo_n "checking where to find the target cc... " >&6; }
13731 if test "x${build}" != "x${host}" ; then
13732 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13733 # We already found the complete path
13734 ac_dir=`dirname $CC_FOR_TARGET`
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13736 $as_echo "pre-installed in $ac_dir" >&6; }
13737 else
13738 # Canadian cross, just use what we found
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13740 $as_echo "pre-installed" >&6; }
13742 else
13743 ok=yes
13744 case " ${configdirs} " in
13745 *" gcc "*) ;;
13746 *) ok=no ;;
13747 esac
13749 if test $ok = yes; then
13750 # An in-tree tool is available and we can use it
13751 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13753 $as_echo "just compiled" >&6; }
13754 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13755 # We already found the complete path
13756 ac_dir=`dirname $CC_FOR_TARGET`
13757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13758 $as_echo "pre-installed in $ac_dir" >&6; }
13759 elif test "x$target" = "x$host"; then
13760 # We can use an host tool
13761 CC_FOR_TARGET='$(CC)'
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13763 $as_echo "host tool" >&6; }
13764 else
13765 # We need a cross tool
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13767 $as_echo "pre-installed" >&6; }
13771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13772 $as_echo_n "checking where to find the target c++... " >&6; }
13773 if test "x${build}" != "x${host}" ; then
13774 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13775 # We already found the complete path
13776 ac_dir=`dirname $CXX_FOR_TARGET`
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13778 $as_echo "pre-installed in $ac_dir" >&6; }
13779 else
13780 # Canadian cross, just use what we found
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13782 $as_echo "pre-installed" >&6; }
13784 else
13785 ok=yes
13786 case " ${configdirs} " in
13787 *" gcc "*) ;;
13788 *) ok=no ;;
13789 esac
13790 case ,${enable_languages}, in
13791 *,c++,*) ;;
13792 *) ok=no ;;
13793 esac
13794 if test $ok = yes; then
13795 # An in-tree tool is available and we can use it
13796 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -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 -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13798 $as_echo "just compiled" >&6; }
13799 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13800 # We already found the complete path
13801 ac_dir=`dirname $CXX_FOR_TARGET`
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13803 $as_echo "pre-installed in $ac_dir" >&6; }
13804 elif test "x$target" = "x$host"; then
13805 # We can use an host tool
13806 CXX_FOR_TARGET='$(CXX)'
13807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13808 $as_echo "host tool" >&6; }
13809 else
13810 # We need a cross tool
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13812 $as_echo "pre-installed" >&6; }
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13817 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13818 if test "x${build}" != "x${host}" ; then
13819 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13820 # We already found the complete path
13821 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13823 $as_echo "pre-installed in $ac_dir" >&6; }
13824 else
13825 # Canadian cross, just use what we found
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13827 $as_echo "pre-installed" >&6; }
13829 else
13830 ok=yes
13831 case " ${configdirs} " in
13832 *" gcc "*) ;;
13833 *) ok=no ;;
13834 esac
13835 case ,${enable_languages}, in
13836 *,c++,*) ;;
13837 *) ok=no ;;
13838 esac
13839 if test $ok = yes; then
13840 # An in-tree tool is available and we can use it
13841 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 -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13843 $as_echo "just compiled" >&6; }
13844 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13845 # We already found the complete path
13846 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13848 $as_echo "pre-installed in $ac_dir" >&6; }
13849 elif test "x$target" = "x$host"; then
13850 # We can use an host tool
13851 RAW_CXX_FOR_TARGET='$(CXX)'
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13853 $as_echo "host tool" >&6; }
13854 else
13855 # We need a cross tool
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13857 $as_echo "pre-installed" >&6; }
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13862 $as_echo_n "checking where to find the target dlltool... " >&6; }
13863 if test "x${build}" != "x${host}" ; then
13864 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13865 # We already found the complete path
13866 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13868 $as_echo "pre-installed in $ac_dir" >&6; }
13869 else
13870 # Canadian cross, just use what we found
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13872 $as_echo "pre-installed" >&6; }
13874 else
13875 ok=yes
13876 case " ${configdirs} " in
13877 *" binutils "*) ;;
13878 *) ok=no ;;
13879 esac
13881 if test $ok = yes; then
13882 # An in-tree tool is available and we can use it
13883 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13885 $as_echo "just compiled" >&6; }
13886 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13887 # We already found the complete path
13888 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13890 $as_echo "pre-installed in $ac_dir" >&6; }
13891 elif test "x$target" = "x$host"; then
13892 # We can use an host tool
13893 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13895 $as_echo "host tool" >&6; }
13896 else
13897 # We need a cross tool
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13899 $as_echo "pre-installed" >&6; }
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13904 $as_echo_n "checking where to find the target gcc... " >&6; }
13905 if test "x${build}" != "x${host}" ; then
13906 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13907 # We already found the complete path
13908 ac_dir=`dirname $GCC_FOR_TARGET`
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13910 $as_echo "pre-installed in $ac_dir" >&6; }
13911 else
13912 # Canadian cross, just use what we found
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13914 $as_echo "pre-installed" >&6; }
13916 else
13917 ok=yes
13918 case " ${configdirs} " in
13919 *" gcc "*) ;;
13920 *) ok=no ;;
13921 esac
13923 if test $ok = yes; then
13924 # An in-tree tool is available and we can use it
13925 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13927 $as_echo "just compiled" >&6; }
13928 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13929 # We already found the complete path
13930 ac_dir=`dirname $GCC_FOR_TARGET`
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13932 $as_echo "pre-installed in $ac_dir" >&6; }
13933 elif test "x$target" = "x$host"; then
13934 # We can use an host tool
13935 GCC_FOR_TARGET='$()'
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13937 $as_echo "host tool" >&6; }
13938 else
13939 # We need a cross tool
13940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13941 $as_echo "pre-installed" >&6; }
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13946 $as_echo_n "checking where to find the target gcj... " >&6; }
13947 if test "x${build}" != "x${host}" ; then
13948 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13949 # We already found the complete path
13950 ac_dir=`dirname $GCJ_FOR_TARGET`
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13952 $as_echo "pre-installed in $ac_dir" >&6; }
13953 else
13954 # Canadian cross, just use what we found
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13956 $as_echo "pre-installed" >&6; }
13958 else
13959 ok=yes
13960 case " ${configdirs} " in
13961 *" gcc "*) ;;
13962 *) ok=no ;;
13963 esac
13964 case ,${enable_languages}, in
13965 *,java,*) ;;
13966 *) ok=no ;;
13967 esac
13968 if test $ok = yes; then
13969 # An in-tree tool is available and we can use it
13970 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13972 $as_echo "just compiled" >&6; }
13973 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13974 # We already found the complete path
13975 ac_dir=`dirname $GCJ_FOR_TARGET`
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13977 $as_echo "pre-installed in $ac_dir" >&6; }
13978 elif test "x$target" = "x$host"; then
13979 # We can use an host tool
13980 GCJ_FOR_TARGET='$(GCJ)'
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13982 $as_echo "host tool" >&6; }
13983 else
13984 # We need a cross tool
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13986 $as_echo "pre-installed" >&6; }
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13991 $as_echo_n "checking where to find the target gfortran... " >&6; }
13992 if test "x${build}" != "x${host}" ; then
13993 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13994 # We already found the complete path
13995 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13997 $as_echo "pre-installed in $ac_dir" >&6; }
13998 else
13999 # Canadian cross, just use what we found
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14001 $as_echo "pre-installed" >&6; }
14003 else
14004 ok=yes
14005 case " ${configdirs} " in
14006 *" gcc "*) ;;
14007 *) ok=no ;;
14008 esac
14009 case ,${enable_languages}, in
14010 *,fortran,*) ;;
14011 *) ok=no ;;
14012 esac
14013 if test $ok = yes; then
14014 # An in-tree tool is available and we can use it
14015 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14017 $as_echo "just compiled" >&6; }
14018 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14019 # We already found the complete path
14020 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14022 $as_echo "pre-installed in $ac_dir" >&6; }
14023 elif test "x$target" = "x$host"; then
14024 # We can use an host tool
14025 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14027 $as_echo "host tool" >&6; }
14028 else
14029 # We need a cross tool
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14031 $as_echo "pre-installed" >&6; }
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14036 $as_echo_n "checking where to find the target gccgo... " >&6; }
14037 if test "x${build}" != "x${host}" ; then
14038 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14039 # We already found the complete path
14040 ac_dir=`dirname $GOC_FOR_TARGET`
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14042 $as_echo "pre-installed in $ac_dir" >&6; }
14043 else
14044 # Canadian cross, just use what we found
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14046 $as_echo "pre-installed" >&6; }
14048 else
14049 ok=yes
14050 case " ${configdirs} " in
14051 *" gcc "*) ;;
14052 *) ok=no ;;
14053 esac
14054 case ,${enable_languages}, in
14055 *,go,*) ;;
14056 *) ok=no ;;
14057 esac
14058 if test $ok = yes; then
14059 # An in-tree tool is available and we can use it
14060 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14062 $as_echo "just compiled" >&6; }
14063 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14064 # We already found the complete path
14065 ac_dir=`dirname $GOC_FOR_TARGET`
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14067 $as_echo "pre-installed in $ac_dir" >&6; }
14068 elif test "x$target" = "x$host"; then
14069 # We can use an host tool
14070 GOC_FOR_TARGET='$(GOC)'
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14072 $as_echo "host tool" >&6; }
14073 else
14074 # We need a cross tool
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14076 $as_echo "pre-installed" >&6; }
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14081 $as_echo_n "checking where to find the target ld... " >&6; }
14082 if test "x${build}" != "x${host}" ; then
14083 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14084 # We already found the complete path
14085 ac_dir=`dirname $LD_FOR_TARGET`
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14087 $as_echo "pre-installed in $ac_dir" >&6; }
14088 else
14089 # Canadian cross, just use what we found
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14091 $as_echo "pre-installed" >&6; }
14093 else
14094 ok=yes
14095 case " ${configdirs} " in
14096 *" ld "*) ;;
14097 *) ok=no ;;
14098 esac
14100 if test $ok = yes; then
14101 # An in-tree tool is available and we can use it
14102 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14104 $as_echo "just compiled" >&6; }
14105 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14106 # We already found the complete path
14107 ac_dir=`dirname $LD_FOR_TARGET`
14108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14109 $as_echo "pre-installed in $ac_dir" >&6; }
14110 elif test "x$target" = "x$host"; then
14111 # We can use an host tool
14112 LD_FOR_TARGET='$(LD)'
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14114 $as_echo "host tool" >&6; }
14115 else
14116 # We need a cross tool
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14118 $as_echo "pre-installed" >&6; }
14122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14123 $as_echo_n "checking where to find the target lipo... " >&6; }
14124 if test "x${build}" != "x${host}" ; then
14125 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14126 # We already found the complete path
14127 ac_dir=`dirname $LIPO_FOR_TARGET`
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14129 $as_echo "pre-installed in $ac_dir" >&6; }
14130 else
14131 # Canadian cross, just use what we found
14132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14133 $as_echo "pre-installed" >&6; }
14135 else
14136 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14137 # We already found the complete path
14138 ac_dir=`dirname $LIPO_FOR_TARGET`
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14140 $as_echo "pre-installed in $ac_dir" >&6; }
14141 elif test "x$target" = "x$host"; then
14142 # We can use an host tool
14143 LIPO_FOR_TARGET='$(LIPO)'
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14145 $as_echo "host tool" >&6; }
14146 else
14147 # We need a cross tool
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14149 $as_echo "pre-installed" >&6; }
14153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14154 $as_echo_n "checking where to find the target nm... " >&6; }
14155 if test "x${build}" != "x${host}" ; then
14156 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14157 # We already found the complete path
14158 ac_dir=`dirname $NM_FOR_TARGET`
14159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14160 $as_echo "pre-installed in $ac_dir" >&6; }
14161 else
14162 # Canadian cross, just use what we found
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14164 $as_echo "pre-installed" >&6; }
14166 else
14167 ok=yes
14168 case " ${configdirs} " in
14169 *" binutils "*) ;;
14170 *) ok=no ;;
14171 esac
14173 if test $ok = yes; then
14174 # An in-tree tool is available and we can use it
14175 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14177 $as_echo "just compiled" >&6; }
14178 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14179 # We already found the complete path
14180 ac_dir=`dirname $NM_FOR_TARGET`
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14182 $as_echo "pre-installed in $ac_dir" >&6; }
14183 elif test "x$target" = "x$host"; then
14184 # We can use an host tool
14185 NM_FOR_TARGET='$(NM)'
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14187 $as_echo "host tool" >&6; }
14188 else
14189 # We need a cross tool
14190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14191 $as_echo "pre-installed" >&6; }
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14196 $as_echo_n "checking where to find the target objdump... " >&6; }
14197 if test "x${build}" != "x${host}" ; then
14198 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14199 # We already found the complete path
14200 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14202 $as_echo "pre-installed in $ac_dir" >&6; }
14203 else
14204 # Canadian cross, just use what we found
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14206 $as_echo "pre-installed" >&6; }
14208 else
14209 ok=yes
14210 case " ${configdirs} " in
14211 *" binutils "*) ;;
14212 *) ok=no ;;
14213 esac
14215 if test $ok = yes; then
14216 # An in-tree tool is available and we can use it
14217 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14219 $as_echo "just compiled" >&6; }
14220 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14221 # We already found the complete path
14222 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14224 $as_echo "pre-installed in $ac_dir" >&6; }
14225 elif test "x$target" = "x$host"; then
14226 # We can use an host tool
14227 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14229 $as_echo "host tool" >&6; }
14230 else
14231 # We need a cross tool
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14233 $as_echo "pre-installed" >&6; }
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14238 $as_echo_n "checking where to find the target ranlib... " >&6; }
14239 if test "x${build}" != "x${host}" ; then
14240 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14241 # We already found the complete path
14242 ac_dir=`dirname $RANLIB_FOR_TARGET`
14243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14244 $as_echo "pre-installed in $ac_dir" >&6; }
14245 else
14246 # Canadian cross, just use what we found
14247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14248 $as_echo "pre-installed" >&6; }
14250 else
14251 ok=yes
14252 case " ${configdirs} " in
14253 *" binutils "*) ;;
14254 *) ok=no ;;
14255 esac
14257 if test $ok = yes; then
14258 # An in-tree tool is available and we can use it
14259 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14261 $as_echo "just compiled" >&6; }
14262 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14263 # We already found the complete path
14264 ac_dir=`dirname $RANLIB_FOR_TARGET`
14265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14266 $as_echo "pre-installed in $ac_dir" >&6; }
14267 elif test "x$target" = "x$host"; then
14268 # We can use an host tool
14269 RANLIB_FOR_TARGET='$(RANLIB)'
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14271 $as_echo "host tool" >&6; }
14272 else
14273 # We need a cross tool
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14275 $as_echo "pre-installed" >&6; }
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14280 $as_echo_n "checking where to find the target readelf... " >&6; }
14281 if test "x${build}" != "x${host}" ; then
14282 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14283 # We already found the complete path
14284 ac_dir=`dirname $READELF_FOR_TARGET`
14285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14286 $as_echo "pre-installed in $ac_dir" >&6; }
14287 else
14288 # Canadian cross, just use what we found
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14290 $as_echo "pre-installed" >&6; }
14292 else
14293 ok=yes
14294 case " ${configdirs} " in
14295 *" binutils "*) ;;
14296 *) ok=no ;;
14297 esac
14299 if test $ok = yes; then
14300 # An in-tree tool is available and we can use it
14301 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14303 $as_echo "just compiled" >&6; }
14304 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14305 # We already found the complete path
14306 ac_dir=`dirname $READELF_FOR_TARGET`
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14308 $as_echo "pre-installed in $ac_dir" >&6; }
14309 elif test "x$target" = "x$host"; then
14310 # We can use an host tool
14311 READELF_FOR_TARGET='$(READELF)'
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14313 $as_echo "host tool" >&6; }
14314 else
14315 # We need a cross tool
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14317 $as_echo "pre-installed" >&6; }
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14322 $as_echo_n "checking where to find the target strip... " >&6; }
14323 if test "x${build}" != "x${host}" ; then
14324 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14325 # We already found the complete path
14326 ac_dir=`dirname $STRIP_FOR_TARGET`
14327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14328 $as_echo "pre-installed in $ac_dir" >&6; }
14329 else
14330 # Canadian cross, just use what we found
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14332 $as_echo "pre-installed" >&6; }
14334 else
14335 ok=yes
14336 case " ${configdirs} " in
14337 *" binutils "*) ;;
14338 *) ok=no ;;
14339 esac
14341 if test $ok = yes; then
14342 # An in-tree tool is available and we can use it
14343 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14345 $as_echo "just compiled" >&6; }
14346 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14347 # We already found the complete path
14348 ac_dir=`dirname $STRIP_FOR_TARGET`
14349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14350 $as_echo "pre-installed in $ac_dir" >&6; }
14351 elif test "x$target" = "x$host"; then
14352 # We can use an host tool
14353 STRIP_FOR_TARGET='$(STRIP)'
14354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14355 $as_echo "host tool" >&6; }
14356 else
14357 # We need a cross tool
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14359 $as_echo "pre-installed" >&6; }
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14364 $as_echo_n "checking where to find the target windres... " >&6; }
14365 if test "x${build}" != "x${host}" ; then
14366 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14367 # We already found the complete path
14368 ac_dir=`dirname $WINDRES_FOR_TARGET`
14369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14370 $as_echo "pre-installed in $ac_dir" >&6; }
14371 else
14372 # Canadian cross, just use what we found
14373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14374 $as_echo "pre-installed" >&6; }
14376 else
14377 ok=yes
14378 case " ${configdirs} " in
14379 *" binutils "*) ;;
14380 *) ok=no ;;
14381 esac
14383 if test $ok = yes; then
14384 # An in-tree tool is available and we can use it
14385 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14387 $as_echo "just compiled" >&6; }
14388 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14389 # We already found the complete path
14390 ac_dir=`dirname $WINDRES_FOR_TARGET`
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14392 $as_echo "pre-installed in $ac_dir" >&6; }
14393 elif test "x$target" = "x$host"; then
14394 # We can use an host tool
14395 WINDRES_FOR_TARGET='$(WINDRES)'
14396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14397 $as_echo "host tool" >&6; }
14398 else
14399 # We need a cross tool
14400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14401 $as_echo "pre-installed" >&6; }
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14406 $as_echo_n "checking where to find the target windmc... " >&6; }
14407 if test "x${build}" != "x${host}" ; then
14408 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14409 # We already found the complete path
14410 ac_dir=`dirname $WINDMC_FOR_TARGET`
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14412 $as_echo "pre-installed in $ac_dir" >&6; }
14413 else
14414 # Canadian cross, just use what we found
14415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14416 $as_echo "pre-installed" >&6; }
14418 else
14419 ok=yes
14420 case " ${configdirs} " in
14421 *" binutils "*) ;;
14422 *) ok=no ;;
14423 esac
14425 if test $ok = yes; then
14426 # An in-tree tool is available and we can use it
14427 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14429 $as_echo "just compiled" >&6; }
14430 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14431 # We already found the complete path
14432 ac_dir=`dirname $WINDMC_FOR_TARGET`
14433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14434 $as_echo "pre-installed in $ac_dir" >&6; }
14435 elif test "x$target" = "x$host"; then
14436 # We can use an host tool
14437 WINDMC_FOR_TARGET='$(WINDMC)'
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14439 $as_echo "host tool" >&6; }
14440 else
14441 # We need a cross tool
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14443 $as_echo "pre-installed" >&6; }
14451 # Certain tools may need extra flags.
14452 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14453 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14454 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14456 # When building target libraries, except in a Canadian cross, we use
14457 # the same toolchain as the compiler we just built.
14458 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14459 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14460 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14461 if test $host = $build; then
14462 case " $configdirs " in
14463 *" gcc "*)
14464 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14465 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14466 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14468 esac
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14476 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14477 # Check whether --enable-maintainer-mode was given.
14478 if test "${enable_maintainer_mode+set}" = set; then :
14479 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14480 else
14481 USE_MAINTAINER_MODE=no
14484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14485 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14488 if test "$USE_MAINTAINER_MODE" = yes; then
14489 MAINTAINER_MODE_TRUE=
14490 MAINTAINER_MODE_FALSE='#'
14491 else
14492 MAINTAINER_MODE_TRUE='#'
14493 MAINTAINER_MODE_FALSE=
14495 MAINT=$MAINTAINER_MODE_TRUE
14497 # ---------------------
14498 # GCC bootstrap support
14499 # ---------------------
14501 # Stage specific cflags for build.
14502 stage1_cflags="-g"
14503 case $build in
14504 vax-*-*)
14505 case ${GCC} in
14506 yes) stage1_cflags="-g -Wa,-J" ;;
14507 *) stage1_cflags="-g -J" ;;
14508 esac ;;
14509 esac
14513 # Enable --enable-checking in stage1 of the compiler.
14514 # Check whether --enable-stage1-checking was given.
14515 if test "${enable_stage1_checking+set}" = set; then :
14516 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14517 else
14518 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14519 stage1_checking=--enable-checking=yes,types
14520 else
14521 stage1_checking=--enable-checking=$enable_checking,types
14527 # Enable -Werror in bootstrap stage2 and later.
14528 # Check whether --enable-werror was given.
14529 if test "${enable_werror+set}" = set; then :
14530 enableval=$enable_werror;
14531 else
14532 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14533 enable_werror=yes
14534 else
14535 enable_werror=no
14539 case ${enable_werror} in
14540 yes) stage2_werror_flag="--enable-werror-always" ;;
14541 *) stage2_werror_flag="" ;;
14542 esac
14545 # Enable --enable-host-shared.
14546 # Check whether --enable-host-shared was given.
14547 if test "${enable_host_shared+set}" = set; then :
14548 enableval=$enable_host_shared; host_shared=$enableval
14549 else
14550 host_shared=no
14555 # Specify what files to not compare during bootstrap.
14557 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14558 case "$target" in
14559 hppa*64*-*-hpux*) ;;
14560 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14561 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
14562 esac
14565 ac_config_files="$ac_config_files Makefile"
14567 cat >confcache <<\_ACEOF
14568 # This file is a shell script that caches the results of configure
14569 # tests run on this system so they can be shared between configure
14570 # scripts and configure runs, see configure's option --config-cache.
14571 # It is not useful on other systems. If it contains results you don't
14572 # want to keep, you may remove or edit it.
14574 # config.status only pays attention to the cache file if you give it
14575 # the --recheck option to rerun configure.
14577 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14578 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14579 # following values.
14581 _ACEOF
14583 # The following way of writing the cache mishandles newlines in values,
14584 # but we know of no workaround that is simple, portable, and efficient.
14585 # So, we kill variables containing newlines.
14586 # Ultrix sh set writes to stderr and can't be redirected directly,
14587 # and sets the high bit in the cache file unless we assign to the vars.
14589 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14590 eval ac_val=\$$ac_var
14591 case $ac_val in #(
14592 *${as_nl}*)
14593 case $ac_var in #(
14594 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14595 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14596 esac
14597 case $ac_var in #(
14598 _ | IFS | as_nl) ;; #(
14599 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14600 *) { eval $ac_var=; unset $ac_var;} ;;
14601 esac ;;
14602 esac
14603 done
14605 (set) 2>&1 |
14606 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14607 *${as_nl}ac_space=\ *)
14608 # `set' does not quote correctly, so add quotes: double-quote
14609 # substitution turns \\\\ into \\, and sed turns \\ into \.
14610 sed -n \
14611 "s/'/'\\\\''/g;
14612 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14613 ;; #(
14615 # `set' quotes correctly as required by POSIX, so do not add quotes.
14616 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14618 esac |
14619 sort
14621 sed '
14622 /^ac_cv_env_/b end
14623 t clear
14624 :clear
14625 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14626 t end
14627 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14628 :end' >>confcache
14629 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14630 if test -w "$cache_file"; then
14631 test "x$cache_file" != "x/dev/null" &&
14632 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14633 $as_echo "$as_me: updating cache $cache_file" >&6;}
14634 cat confcache >$cache_file
14635 else
14636 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14637 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14640 rm -f confcache
14642 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14643 # Let make expand exec_prefix.
14644 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14646 # Transform confdefs.h into DEFS.
14647 # Protect against shell expansion while executing Makefile rules.
14648 # Protect against Makefile macro expansion.
14650 # If the first sed substitution is executed (which looks for macros that
14651 # take arguments), then branch to the quote section. Otherwise,
14652 # look for a macro that doesn't take arguments.
14653 ac_script='
14654 :mline
14655 /\\$/{
14657 s,\\\n,,
14658 b mline
14660 t clear
14661 :clear
14662 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14663 t quote
14664 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14665 t quote
14666 b any
14667 :quote
14668 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14669 s/\[/\\&/g
14670 s/\]/\\&/g
14671 s/\$/$$/g
14673 :any
14676 s/^\n//
14677 s/\n/ /g
14681 DEFS=`sed -n "$ac_script" confdefs.h`
14684 ac_libobjs=
14685 ac_ltlibobjs=
14686 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14687 # 1. Remove the extension, and $U if already installed.
14688 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14689 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14690 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14691 # will be set to the directory where LIBOBJS objects are built.
14692 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14693 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14694 done
14695 LIBOBJS=$ac_libobjs
14697 LTLIBOBJS=$ac_ltlibobjs
14701 : ${CONFIG_STATUS=./config.status}
14702 ac_write_fail=0
14703 ac_clean_files_save=$ac_clean_files
14704 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14705 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14706 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14707 as_write_fail=0
14708 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14709 #! $SHELL
14710 # Generated by $as_me.
14711 # Run this file to recreate the current configuration.
14712 # Compiler output produced by configure, useful for debugging
14713 # configure, is in config.log if it exists.
14715 debug=false
14716 ac_cs_recheck=false
14717 ac_cs_silent=false
14719 SHELL=\${CONFIG_SHELL-$SHELL}
14720 export SHELL
14721 _ASEOF
14722 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14723 ## -------------------- ##
14724 ## M4sh Initialization. ##
14725 ## -------------------- ##
14727 # Be more Bourne compatible
14728 DUALCASE=1; export DUALCASE # for MKS sh
14729 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14730 emulate sh
14731 NULLCMD=:
14732 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14733 # is contrary to our usage. Disable this feature.
14734 alias -g '${1+"$@"}'='"$@"'
14735 setopt NO_GLOB_SUBST
14736 else
14737 case `(set -o) 2>/dev/null` in #(
14738 *posix*) :
14739 set -o posix ;; #(
14740 *) :
14742 esac
14746 as_nl='
14748 export as_nl
14749 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14750 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14751 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14752 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14753 # Prefer a ksh shell builtin over an external printf program on Solaris,
14754 # but without wasting forks for bash or zsh.
14755 if test -z "$BASH_VERSION$ZSH_VERSION" \
14756 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14757 as_echo='print -r --'
14758 as_echo_n='print -rn --'
14759 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14760 as_echo='printf %s\n'
14761 as_echo_n='printf %s'
14762 else
14763 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14764 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14765 as_echo_n='/usr/ucb/echo -n'
14766 else
14767 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14768 as_echo_n_body='eval
14769 arg=$1;
14770 case $arg in #(
14771 *"$as_nl"*)
14772 expr "X$arg" : "X\\(.*\\)$as_nl";
14773 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14774 esac;
14775 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14777 export as_echo_n_body
14778 as_echo_n='sh -c $as_echo_n_body as_echo'
14780 export as_echo_body
14781 as_echo='sh -c $as_echo_body as_echo'
14784 # The user is always right.
14785 if test "${PATH_SEPARATOR+set}" != set; then
14786 PATH_SEPARATOR=:
14787 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14788 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14789 PATH_SEPARATOR=';'
14794 # IFS
14795 # We need space, tab and new line, in precisely that order. Quoting is
14796 # there to prevent editors from complaining about space-tab.
14797 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14798 # splitting by setting IFS to empty value.)
14799 IFS=" "" $as_nl"
14801 # Find who we are. Look in the path if we contain no directory separator.
14802 case $0 in #((
14803 *[\\/]* ) as_myself=$0 ;;
14804 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14805 for as_dir in $PATH
14807 IFS=$as_save_IFS
14808 test -z "$as_dir" && as_dir=.
14809 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14810 done
14811 IFS=$as_save_IFS
14814 esac
14815 # We did not find ourselves, most probably we were run as `sh COMMAND'
14816 # in which case we are not to be found in the path.
14817 if test "x$as_myself" = x; then
14818 as_myself=$0
14820 if test ! -f "$as_myself"; then
14821 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14822 exit 1
14825 # Unset variables that we do not need and which cause bugs (e.g. in
14826 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14827 # suppresses any "Segmentation fault" message there. '((' could
14828 # trigger a bug in pdksh 5.2.14.
14829 for as_var in BASH_ENV ENV MAIL MAILPATH
14830 do eval test x\${$as_var+set} = xset \
14831 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14832 done
14833 PS1='$ '
14834 PS2='> '
14835 PS4='+ '
14837 # NLS nuisances.
14838 LC_ALL=C
14839 export LC_ALL
14840 LANGUAGE=C
14841 export LANGUAGE
14843 # CDPATH.
14844 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14847 # as_fn_error ERROR [LINENO LOG_FD]
14848 # ---------------------------------
14849 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14850 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14851 # script with status $?, using 1 if that was 0.
14852 as_fn_error ()
14854 as_status=$?; test $as_status -eq 0 && as_status=1
14855 if test "$3"; then
14856 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14857 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14859 $as_echo "$as_me: error: $1" >&2
14860 as_fn_exit $as_status
14861 } # as_fn_error
14864 # as_fn_set_status STATUS
14865 # -----------------------
14866 # Set $? to STATUS, without forking.
14867 as_fn_set_status ()
14869 return $1
14870 } # as_fn_set_status
14872 # as_fn_exit STATUS
14873 # -----------------
14874 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14875 as_fn_exit ()
14877 set +e
14878 as_fn_set_status $1
14879 exit $1
14880 } # as_fn_exit
14882 # as_fn_unset VAR
14883 # ---------------
14884 # Portably unset VAR.
14885 as_fn_unset ()
14887 { eval $1=; unset $1;}
14889 as_unset=as_fn_unset
14890 # as_fn_append VAR VALUE
14891 # ----------------------
14892 # Append the text in VALUE to the end of the definition contained in VAR. Take
14893 # advantage of any shell optimizations that allow amortized linear growth over
14894 # repeated appends, instead of the typical quadratic growth present in naive
14895 # implementations.
14896 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14897 eval 'as_fn_append ()
14899 eval $1+=\$2
14901 else
14902 as_fn_append ()
14904 eval $1=\$$1\$2
14906 fi # as_fn_append
14908 # as_fn_arith ARG...
14909 # ------------------
14910 # Perform arithmetic evaluation on the ARGs, and store the result in the
14911 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14912 # must be portable across $(()) and expr.
14913 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14914 eval 'as_fn_arith ()
14916 as_val=$(( $* ))
14918 else
14919 as_fn_arith ()
14921 as_val=`expr "$@" || test $? -eq 1`
14923 fi # as_fn_arith
14926 if expr a : '\(a\)' >/dev/null 2>&1 &&
14927 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14928 as_expr=expr
14929 else
14930 as_expr=false
14933 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14934 as_basename=basename
14935 else
14936 as_basename=false
14939 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14940 as_dirname=dirname
14941 else
14942 as_dirname=false
14945 as_me=`$as_basename -- "$0" ||
14946 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14947 X"$0" : 'X\(//\)$' \| \
14948 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14949 $as_echo X/"$0" |
14950 sed '/^.*\/\([^/][^/]*\)\/*$/{
14951 s//\1/
14954 /^X\/\(\/\/\)$/{
14955 s//\1/
14958 /^X\/\(\/\).*/{
14959 s//\1/
14962 s/.*/./; q'`
14964 # Avoid depending upon Character Ranges.
14965 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14966 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14967 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14968 as_cr_digits='0123456789'
14969 as_cr_alnum=$as_cr_Letters$as_cr_digits
14971 ECHO_C= ECHO_N= ECHO_T=
14972 case `echo -n x` in #(((((
14973 -n*)
14974 case `echo 'xy\c'` in
14975 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14976 xy) ECHO_C='\c';;
14977 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14978 ECHO_T=' ';;
14979 esac;;
14981 ECHO_N='-n';;
14982 esac
14984 rm -f conf$$ conf$$.exe conf$$.file
14985 if test -d conf$$.dir; then
14986 rm -f conf$$.dir/conf$$.file
14987 else
14988 rm -f conf$$.dir
14989 mkdir conf$$.dir 2>/dev/null
14991 if (echo >conf$$.file) 2>/dev/null; then
14992 if ln -s conf$$.file conf$$ 2>/dev/null; then
14993 as_ln_s='ln -s'
14994 # ... but there are two gotchas:
14995 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14996 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14997 # In both cases, we have to default to `cp -p'.
14998 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14999 as_ln_s='cp -p'
15000 elif ln conf$$.file conf$$ 2>/dev/null; then
15001 as_ln_s=ln
15002 else
15003 as_ln_s='cp -p'
15005 else
15006 as_ln_s='cp -p'
15008 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15009 rmdir conf$$.dir 2>/dev/null
15012 # as_fn_mkdir_p
15013 # -------------
15014 # Create "$as_dir" as a directory, including parents if necessary.
15015 as_fn_mkdir_p ()
15018 case $as_dir in #(
15019 -*) as_dir=./$as_dir;;
15020 esac
15021 test -d "$as_dir" || eval $as_mkdir_p || {
15022 as_dirs=
15023 while :; do
15024 case $as_dir in #(
15025 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15026 *) as_qdir=$as_dir;;
15027 esac
15028 as_dirs="'$as_qdir' $as_dirs"
15029 as_dir=`$as_dirname -- "$as_dir" ||
15030 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15031 X"$as_dir" : 'X\(//\)[^/]' \| \
15032 X"$as_dir" : 'X\(//\)$' \| \
15033 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15034 $as_echo X"$as_dir" |
15035 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15036 s//\1/
15039 /^X\(\/\/\)[^/].*/{
15040 s//\1/
15043 /^X\(\/\/\)$/{
15044 s//\1/
15047 /^X\(\/\).*/{
15048 s//\1/
15051 s/.*/./; q'`
15052 test -d "$as_dir" && break
15053 done
15054 test -z "$as_dirs" || eval "mkdir $as_dirs"
15055 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15058 } # as_fn_mkdir_p
15059 if mkdir -p . 2>/dev/null; then
15060 as_mkdir_p='mkdir -p "$as_dir"'
15061 else
15062 test -d ./-p && rmdir ./-p
15063 as_mkdir_p=false
15066 if test -x / >/dev/null 2>&1; then
15067 as_test_x='test -x'
15068 else
15069 if ls -dL / >/dev/null 2>&1; then
15070 as_ls_L_option=L
15071 else
15072 as_ls_L_option=
15074 as_test_x='
15075 eval sh -c '\''
15076 if test -d "$1"; then
15077 test -d "$1/.";
15078 else
15079 case $1 in #(
15080 -*)set "./$1";;
15081 esac;
15082 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15083 ???[sx]*):;;*)false;;esac;fi
15084 '\'' sh
15087 as_executable_p=$as_test_x
15089 # Sed expression to map a string onto a valid CPP name.
15090 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15092 # Sed expression to map a string onto a valid variable name.
15093 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15096 exec 6>&1
15097 ## ----------------------------------- ##
15098 ## Main body of $CONFIG_STATUS script. ##
15099 ## ----------------------------------- ##
15100 _ASEOF
15101 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15103 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15104 # Save the log message, to keep $0 and so on meaningful, and to
15105 # report actual input values of CONFIG_FILES etc. instead of their
15106 # values after options handling.
15107 ac_log="
15108 This file was extended by $as_me, which was
15109 generated by GNU Autoconf 2.64. Invocation command line was
15111 CONFIG_FILES = $CONFIG_FILES
15112 CONFIG_HEADERS = $CONFIG_HEADERS
15113 CONFIG_LINKS = $CONFIG_LINKS
15114 CONFIG_COMMANDS = $CONFIG_COMMANDS
15115 $ $0 $@
15117 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15120 _ACEOF
15122 case $ac_config_files in *"
15123 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15124 esac
15128 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15129 # Files that config.status was made for.
15130 config_files="$ac_config_files"
15132 _ACEOF
15134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15135 ac_cs_usage="\
15136 \`$as_me' instantiates files and other configuration actions
15137 from templates according to the current configuration. Unless the files
15138 and actions are specified as TAGs, all are instantiated by default.
15140 Usage: $0 [OPTION]... [TAG]...
15142 -h, --help print this help, then exit
15143 -V, --version print version number and configuration settings, then exit
15144 -q, --quiet, --silent
15145 do not print progress messages
15146 -d, --debug don't remove temporary files
15147 --recheck update $as_me by reconfiguring in the same conditions
15148 --file=FILE[:TEMPLATE]
15149 instantiate the configuration file FILE
15151 Configuration files:
15152 $config_files
15154 Report bugs to the package provider."
15156 _ACEOF
15157 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15158 ac_cs_version="\\
15159 config.status
15160 configured by $0, generated by GNU Autoconf 2.64,
15161 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15163 Copyright (C) 2009 Free Software Foundation, Inc.
15164 This config.status script is free software; the Free Software Foundation
15165 gives unlimited permission to copy, distribute and modify it."
15167 ac_pwd='$ac_pwd'
15168 srcdir='$srcdir'
15169 INSTALL='$INSTALL'
15170 AWK='$AWK'
15171 test -n "\$AWK" || AWK=awk
15172 _ACEOF
15174 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15175 # The default lists apply if the user does not specify any file.
15176 ac_need_defaults=:
15177 while test $# != 0
15179 case $1 in
15180 --*=*)
15181 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15182 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15183 ac_shift=:
15186 ac_option=$1
15187 ac_optarg=$2
15188 ac_shift=shift
15190 esac
15192 case $ac_option in
15193 # Handling of the options.
15194 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15195 ac_cs_recheck=: ;;
15196 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15197 $as_echo "$ac_cs_version"; exit ;;
15198 --debug | --debu | --deb | --de | --d | -d )
15199 debug=: ;;
15200 --file | --fil | --fi | --f )
15201 $ac_shift
15202 case $ac_optarg in
15203 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15204 esac
15205 as_fn_append CONFIG_FILES " '$ac_optarg'"
15206 ac_need_defaults=false;;
15207 --he | --h | --help | --hel | -h )
15208 $as_echo "$ac_cs_usage"; exit ;;
15209 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15210 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15211 ac_cs_silent=: ;;
15213 # This is an error.
15214 -*) as_fn_error "unrecognized option: \`$1'
15215 Try \`$0 --help' for more information." ;;
15217 *) as_fn_append ac_config_targets " $1"
15218 ac_need_defaults=false ;;
15220 esac
15221 shift
15222 done
15224 ac_configure_extra_args=
15226 if $ac_cs_silent; then
15227 exec 6>/dev/null
15228 ac_configure_extra_args="$ac_configure_extra_args --silent"
15231 _ACEOF
15232 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15233 if \$ac_cs_recheck; then
15234 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15235 shift
15236 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15237 CONFIG_SHELL='$SHELL'
15238 export CONFIG_SHELL
15239 exec "\$@"
15242 _ACEOF
15243 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15244 exec 5>>config.log
15246 echo
15247 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15248 ## Running $as_me. ##
15249 _ASBOX
15250 $as_echo "$ac_log"
15251 } >&5
15253 _ACEOF
15254 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15256 # INIT-COMMANDS
15258 extrasub_build="$extrasub_build"
15259 extrasub_host="$extrasub_host"
15260 extrasub_target="$extrasub_target"
15262 _ACEOF
15264 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15266 # Handling of arguments.
15267 for ac_config_target in $ac_config_targets
15269 case $ac_config_target in
15270 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15272 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15273 esac
15274 done
15277 # If the user did not use the arguments to specify the items to instantiate,
15278 # then the envvar interface is used. Set only those that are not.
15279 # We use the long form for the default assignment because of an extremely
15280 # bizarre bug on SunOS 4.1.3.
15281 if $ac_need_defaults; then
15282 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15285 # Have a temporary directory for convenience. Make it in the build tree
15286 # simply because there is no reason against having it here, and in addition,
15287 # creating and moving files from /tmp can sometimes cause problems.
15288 # Hook for its removal unless debugging.
15289 # Note that there is a small window in which the directory will not be cleaned:
15290 # after its creation but before its name has been assigned to `$tmp'.
15291 $debug ||
15293 tmp=
15294 trap 'exit_status=$?
15295 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15297 trap 'as_fn_exit 1' 1 2 13 15
15299 # Create a (secure) tmp directory for tmp files.
15302 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15303 test -n "$tmp" && test -d "$tmp"
15304 } ||
15306 tmp=./conf$$-$RANDOM
15307 (umask 077 && mkdir "$tmp")
15308 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15310 # Set up the scripts for CONFIG_FILES section.
15311 # No need to generate them if there are no CONFIG_FILES.
15312 # This happens for instance with `./config.status config.h'.
15313 if test -n "$CONFIG_FILES"; then
15315 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15316 ac_cs_awk_getline=:
15317 ac_cs_awk_pipe_init=
15318 ac_cs_awk_read_file='
15319 while ((getline aline < (F[key])) > 0)
15320 print(aline)
15321 close(F[key])'
15322 ac_cs_awk_pipe_fini=
15323 else
15324 ac_cs_awk_getline=false
15325 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15326 ac_cs_awk_read_file='
15327 print "|#_!!_#|"
15328 print "cat " F[key] " &&"
15329 '$ac_cs_awk_pipe_init
15330 # The final `:' finishes the AND list.
15331 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15333 ac_cr=`echo X | tr X '\015'`
15334 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15335 # But we know of no other shell where ac_cr would be empty at this
15336 # point, so we can use a bashism as a fallback.
15337 if test "x$ac_cr" = x; then
15338 eval ac_cr=\$\'\\r\'
15340 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15341 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15342 ac_cs_awk_cr='\r'
15343 else
15344 ac_cs_awk_cr=$ac_cr
15347 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15348 _ACEOF
15350 # Create commands to substitute file output variables.
15352 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15353 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15354 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15355 echo "_ACAWK" &&
15356 echo "_ACEOF"
15357 } >conf$$files.sh &&
15358 . ./conf$$files.sh ||
15359 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15360 rm -f conf$$files.sh
15363 echo "cat >conf$$subs.awk <<_ACEOF" &&
15364 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15365 echo "_ACEOF"
15366 } >conf$$subs.sh ||
15367 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15368 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15369 ac_delim='%!_!# '
15370 for ac_last_try in false false false false false :; do
15371 . ./conf$$subs.sh ||
15372 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15374 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15375 if test $ac_delim_n = $ac_delim_num; then
15376 break
15377 elif $ac_last_try; then
15378 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15379 else
15380 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15382 done
15383 rm -f conf$$subs.sh
15385 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15386 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15387 _ACEOF
15388 sed -n '
15390 s/^/S["/; s/!.*/"]=/
15393 s/^[^!]*!//
15394 :repl
15395 t repl
15396 s/'"$ac_delim"'$//
15397 t delim
15400 s/\(.\{148\}\).*/\1/
15401 t more1
15402 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15405 b repl
15406 :more1
15407 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15410 s/.\{148\}//
15411 t nl
15412 :delim
15414 s/\(.\{148\}\).*/\1/
15415 t more2
15416 s/["\\]/\\&/g; s/^/"/; s/$/"/
15419 :more2
15420 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15423 s/.\{148\}//
15424 t delim
15425 ' <conf$$subs.awk | sed '
15426 /^[^""]/{
15428 s/\n//
15430 ' >>$CONFIG_STATUS || ac_write_fail=1
15431 rm -f conf$$subs.awk
15432 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15433 _ACAWK
15434 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15435 for (key in S) S_is_set[key] = 1
15436 FS = "\a"
15437 \$ac_cs_awk_pipe_init
15440 line = $ 0
15441 nfields = split(line, field, "@")
15442 substed = 0
15443 len = length(field[1])
15444 for (i = 2; i < nfields; i++) {
15445 key = field[i]
15446 keylen = length(key)
15447 if (S_is_set[key]) {
15448 value = S[key]
15449 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15450 len += length(value) + length(field[++i])
15451 substed = 1
15452 } else
15453 len += 1 + keylen
15455 if (nfields == 3 && !substed) {
15456 key = field[2]
15457 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15458 \$ac_cs_awk_read_file
15459 next
15462 print line
15464 \$ac_cs_awk_pipe_fini
15465 _ACAWK
15466 _ACEOF
15467 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15468 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15469 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15470 else
15472 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15473 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15474 _ACEOF
15476 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15477 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15478 # trailing colons and then remove the whole line if VPATH becomes empty
15479 # (actually we leave an empty line to preserve line numbers).
15480 if test "x$srcdir" = x.; then
15481 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15482 s/:*\$(srcdir):*/:/
15483 s/:*\${srcdir}:*/:/
15484 s/:*@srcdir@:*/:/
15485 s/^\([^=]*=[ ]*\):*/\1/
15486 s/:*$//
15487 s/^[^=]*=[ ]*$//
15491 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15492 fi # test -n "$CONFIG_FILES"
15495 eval set X " :F $CONFIG_FILES "
15496 shift
15497 for ac_tag
15499 case $ac_tag in
15500 :[FHLC]) ac_mode=$ac_tag; continue;;
15501 esac
15502 case $ac_mode$ac_tag in
15503 :[FHL]*:*);;
15504 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15505 :[FH]-) ac_tag=-:-;;
15506 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15507 esac
15508 ac_save_IFS=$IFS
15509 IFS=:
15510 set x $ac_tag
15511 IFS=$ac_save_IFS
15512 shift
15513 ac_file=$1
15514 shift
15516 case $ac_mode in
15517 :L) ac_source=$1;;
15518 :[FH])
15519 ac_file_inputs=
15520 for ac_f
15522 case $ac_f in
15523 -) ac_f="$tmp/stdin";;
15524 *) # Look for the file first in the build tree, then in the source tree
15525 # (if the path is not absolute). The absolute path cannot be DOS-style,
15526 # because $ac_f cannot contain `:'.
15527 test -f "$ac_f" ||
15528 case $ac_f in
15529 [\\/$]*) false;;
15530 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15531 esac ||
15532 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15533 esac
15534 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15535 as_fn_append ac_file_inputs " '$ac_f'"
15536 done
15538 # Let's still pretend it is `configure' which instantiates (i.e., don't
15539 # use $as_me), people would be surprised to read:
15540 # /* config.h. Generated by config.status. */
15541 configure_input='Generated from '`
15542 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15543 `' by configure.'
15544 if test x"$ac_file" != x-; then
15545 configure_input="$ac_file. $configure_input"
15546 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15547 $as_echo "$as_me: creating $ac_file" >&6;}
15549 # Neutralize special characters interpreted by sed in replacement strings.
15550 case $configure_input in #(
15551 *\&* | *\|* | *\\* )
15552 ac_sed_conf_input=`$as_echo "$configure_input" |
15553 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15554 *) ac_sed_conf_input=$configure_input;;
15555 esac
15557 case $ac_tag in
15558 *:-:* | *:-) cat >"$tmp/stdin" \
15559 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15560 esac
15562 esac
15564 ac_dir=`$as_dirname -- "$ac_file" ||
15565 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15566 X"$ac_file" : 'X\(//\)[^/]' \| \
15567 X"$ac_file" : 'X\(//\)$' \| \
15568 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15569 $as_echo X"$ac_file" |
15570 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15571 s//\1/
15574 /^X\(\/\/\)[^/].*/{
15575 s//\1/
15578 /^X\(\/\/\)$/{
15579 s//\1/
15582 /^X\(\/\).*/{
15583 s//\1/
15586 s/.*/./; q'`
15587 as_dir="$ac_dir"; as_fn_mkdir_p
15588 ac_builddir=.
15590 case "$ac_dir" in
15591 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15593 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15594 # A ".." for each directory in $ac_dir_suffix.
15595 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15596 case $ac_top_builddir_sub in
15597 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15598 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15599 esac ;;
15600 esac
15601 ac_abs_top_builddir=$ac_pwd
15602 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15603 # for backward compatibility:
15604 ac_top_builddir=$ac_top_build_prefix
15606 case $srcdir in
15607 .) # We are building in place.
15608 ac_srcdir=.
15609 ac_top_srcdir=$ac_top_builddir_sub
15610 ac_abs_top_srcdir=$ac_pwd ;;
15611 [\\/]* | ?:[\\/]* ) # Absolute name.
15612 ac_srcdir=$srcdir$ac_dir_suffix;
15613 ac_top_srcdir=$srcdir
15614 ac_abs_top_srcdir=$srcdir ;;
15615 *) # Relative name.
15616 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15617 ac_top_srcdir=$ac_top_build_prefix$srcdir
15618 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15619 esac
15620 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15623 case $ac_mode in
15626 # CONFIG_FILE
15629 case $INSTALL in
15630 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15631 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15632 esac
15633 _ACEOF
15635 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15636 # If the template does not know about datarootdir, expand it.
15637 # FIXME: This hack should be removed a few years after 2.60.
15638 ac_datarootdir_hack=; ac_datarootdir_seen=
15639 ac_sed_dataroot='
15640 /datarootdir/ {
15644 /@datadir@/p
15645 /@docdir@/p
15646 /@infodir@/p
15647 /@localedir@/p
15648 /@mandir@/p'
15649 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15650 *datarootdir*) ac_datarootdir_seen=yes;;
15651 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15653 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15654 _ACEOF
15655 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15656 ac_datarootdir_hack='
15657 s&@datadir@&$datadir&g
15658 s&@docdir@&$docdir&g
15659 s&@infodir@&$infodir&g
15660 s&@localedir@&$localedir&g
15661 s&@mandir@&$mandir&g
15662 s&\\\${datarootdir}&$datarootdir&g' ;;
15663 esac
15664 _ACEOF
15666 # Neutralize VPATH when `$srcdir' = `.'.
15667 # Shell code in configure.ac might set extrasub.
15668 # FIXME: do we really want to maintain this feature?
15669 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15670 ac_sed_extra="$ac_vpsub
15671 $extrasub
15672 _ACEOF
15673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15675 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15676 s|@configure_input@|$ac_sed_conf_input|;t t
15677 s&@top_builddir@&$ac_top_builddir_sub&;t t
15678 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15679 s&@srcdir@&$ac_srcdir&;t t
15680 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15681 s&@top_srcdir@&$ac_top_srcdir&;t t
15682 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15683 s&@builddir@&$ac_builddir&;t t
15684 s&@abs_builddir@&$ac_abs_builddir&;t t
15685 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15686 s&@INSTALL@&$ac_INSTALL&;t t
15687 $ac_datarootdir_hack
15689 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15690 if $ac_cs_awk_getline; then
15691 $AWK -f "$tmp/subs.awk"
15692 else
15693 $AWK -f "$tmp/subs.awk" | $SHELL
15694 fi >$tmp/out \
15695 || as_fn_error "could not create $ac_file" "$LINENO" 5
15697 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15698 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15699 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15701 which seems to be undefined. Please make sure it is defined." >&5
15702 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15703 which seems to be undefined. Please make sure it is defined." >&2;}
15705 rm -f "$tmp/stdin"
15706 case $ac_file in
15707 -) cat "$tmp/out" && rm -f "$tmp/out";;
15708 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15709 esac \
15710 || as_fn_error "could not create $ac_file" "$LINENO" 5
15715 esac
15718 case $ac_file$ac_mode in
15719 "Makefile":F) sed "$extrasub_build" Makefile |
15720 sed "$extrasub_host" |
15721 sed "$extrasub_target" > mf$$
15722 mv -f mf$$ Makefile ;;
15724 esac
15725 done # for ac_tag
15728 as_fn_exit 0
15729 _ACEOF
15730 ac_clean_files=$ac_clean_files_save
15732 test $ac_write_fail = 0 ||
15733 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15736 # configure is writing to config.log, and then calls config.status.
15737 # config.status does its own redirection, appending to config.log.
15738 # Unfortunately, on DOS this fails, as config.log is still kept open
15739 # by configure, so config.status won't be able to write to it; its
15740 # output is simply discarded. So we exec the FD to /dev/null,
15741 # effectively closing config.log, so it can be properly (re)opened and
15742 # appended to by config.status. When coming back to configure, we
15743 # need to make the FD available again.
15744 if test "$no_create" != yes; then
15745 ac_cs_success=:
15746 ac_config_status_args=
15747 test "$silent" = yes &&
15748 ac_config_status_args="$ac_config_status_args --quiet"
15749 exec 5>/dev/null
15750 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15751 exec 5>>config.log
15752 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15753 # would make configure fail if this is the last instruction.
15754 $ac_cs_success || as_fn_exit $?
15756 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15758 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}