* asan.c: Include tm_p.h
[official-gcc.git] / configure
blobc46a2e4fa9f3e85e2c425127412189da1ed0ada6
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
30 esac
34 as_nl='
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
148 esac
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
164 else
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175 else
176 as_have_required=no
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
180 else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182 as_found=false
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
200 done;;
201 esac
202 as_found=false
203 done
204 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207 fi; }
208 IFS=$as_save_IFS
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
228 else
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
234 exit 1
238 SHELL=${CONFIG_SHELL-/bin/sh}
239 export SHELL
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE= GREP_OPTIONS=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
247 # as_fn_unset VAR
248 # ---------------
249 # Portably unset VAR.
250 as_fn_unset ()
252 { eval $1=; unset $1;}
254 as_unset=as_fn_unset
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
259 as_fn_set_status ()
261 return $1
262 } # as_fn_set_status
264 # as_fn_exit STATUS
265 # -----------------
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267 as_fn_exit ()
269 set +e
270 as_fn_set_status $1
271 exit $1
272 } # as_fn_exit
274 # as_fn_mkdir_p
275 # -------------
276 # Create "$as_dir" as a directory, including parents if necessary.
277 as_fn_mkdir_p ()
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
305 /^X\(\/\/\)$/{
306 s//\1/
309 /^X\(\/\).*/{
310 s//\1/
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
320 } # as_fn_mkdir_p
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
326 # implementations.
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
330 eval $1+=\$2
332 else
333 as_fn_append ()
335 eval $1=\$$1\$2
337 fi # as_fn_append
339 # as_fn_arith ARG...
340 # ------------------
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
347 as_val=$(( $* ))
349 else
350 as_fn_arith ()
352 as_val=`expr "$@" || test $? -eq 1`
354 fi # as_fn_arith
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
362 as_fn_error ()
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371 } # as_fn_error
373 if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
375 as_expr=expr
376 else
377 as_expr=false
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382 else
383 as_basename=false
386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388 else
389 as_dirname=false
392 as_me=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396 $as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
401 /^X\/\(\/\/\)$/{
402 s//\1/
405 /^X\/\(\/\).*/{
406 s//\1/
409 s/.*/./; q'`
411 # Avoid depending upon Character Ranges.
412 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits='0123456789'
416 as_cr_alnum=$as_cr_Letters$as_cr_digits
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
426 /[$]LINENO/=
427 ' <$as_myself |
428 sed '
429 s/[$]LINENO.*/&-/
430 t lineno
432 :lineno
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436 t loop
437 s/-\n.*//
438 ' >$as_me.lineno &&
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
446 # Exit status is that of the last command.
447 exit
450 ECHO_C= ECHO_N= ECHO_T=
451 case `echo -n x` in #(((((
452 -n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
460 ECHO_N='-n';;
461 esac
463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
466 else
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
472 as_ln_s='ln -s'
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
484 else
485 as_ln_s='cp -p'
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
490 if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
492 else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
497 if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499 else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
518 as_executable_p=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527 exec 7<&0 </dev/null 6>&1
529 # Name of the host.
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531 # so uname gets run too.
532 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
535 # Initializations.
537 ac_default_prefix=/usr/local
538 ac_clean_files=
539 ac_config_libobj_dir=.
540 LIBOBJS=
541 cross_compiling=no
542 subdirs=
543 MFLAGS=
544 MAKEFLAGS=
546 # Identity of this package.
547 PACKAGE_NAME=
548 PACKAGE_TARNAME=
549 PACKAGE_VERSION=
550 PACKAGE_STRING=
551 PACKAGE_BUGREPORT=
552 PACKAGE_URL=
554 ac_unique_file="move-if-change"
555 enable_option_checking=no
556 ac_subst_vars='LTLIBOBJS
557 LIBOBJS
558 compare_exclusions
559 stage2_werror_flag
560 stage1_checking
561 stage1_cflags
562 MAINT
563 MAINTAINER_MODE_FALSE
564 MAINTAINER_MODE_TRUE
565 COMPILER_NM_FOR_TARGET
566 COMPILER_LD_FOR_TARGET
567 COMPILER_AS_FOR_TARGET
568 FLAGS_FOR_TARGET
569 RAW_CXX_FOR_TARGET
570 WINDMC_FOR_TARGET
571 WINDRES_FOR_TARGET
572 STRIP_FOR_TARGET
573 READELF_FOR_TARGET
574 RANLIB_FOR_TARGET
575 OBJDUMP_FOR_TARGET
576 NM_FOR_TARGET
577 LIPO_FOR_TARGET
578 LD_FOR_TARGET
579 DLLTOOL_FOR_TARGET
580 AS_FOR_TARGET
581 AR_FOR_TARGET
582 GOC_FOR_TARGET
583 GFORTRAN_FOR_TARGET
584 GCJ_FOR_TARGET
585 GCC_FOR_TARGET
586 CXX_FOR_TARGET
587 CC_FOR_TARGET
588 READELF
589 OBJDUMP
590 OBJCOPY
591 WINDMC
592 WINDRES
593 STRIP
594 RANLIB
596 LIPO
598 DLLTOOL
601 RUNTEST
602 EXPECT
603 MAKEINFO
604 FLEX
607 BISON
608 YACC
609 WINDRES_FOR_BUILD
610 WINDMC_FOR_BUILD
611 RANLIB_FOR_BUILD
612 NM_FOR_BUILD
613 LD_FOR_BUILD
614 LDFLAGS_FOR_BUILD
615 GOC_FOR_BUILD
616 GFORTRAN_FOR_BUILD
617 GCJ_FOR_BUILD
618 DLLTOOL_FOR_BUILD
619 CXX_FOR_BUILD
620 CXXFLAGS_FOR_BUILD
621 CFLAGS_FOR_BUILD
622 CC_FOR_BUILD
623 AS_FOR_BUILD
624 AR_FOR_BUILD
625 target_configdirs
626 configdirs
627 build_configdirs
628 INSTALL_GDB_TK
629 GDB_TK
630 CONFIGURE_GDB_TK
631 build_tooldir
632 tooldir
633 GCC_SHLIB_SUBDIR
634 RPATH_ENVVAR
635 target_configargs
636 host_configargs
637 build_configargs
638 BUILD_CONFIG
639 LDFLAGS_FOR_TARGET
640 CXXFLAGS_FOR_TARGET
641 CFLAGS_FOR_TARGET
642 DEBUG_PREFIX_CFLAGS_FOR_TARGET
643 SYSROOT_CFLAGS_FOR_TARGET
644 stage1_languages
645 extra_host_libiberty_configure_flags
646 clooginc
647 clooglibs
648 islinc
649 poststage1_ldflags
650 poststage1_libs
651 stage1_ldflags
652 stage1_libs
653 extra_isl_gmp_configure_flags
654 extra_mpc_mpfr_configure_flags
655 extra_mpc_gmp_configure_flags
656 extra_mpfr_configure_flags
657 gmpinc
658 gmplibs
659 do_compare
660 GNATMAKE
661 GNATBIND
662 ac_ct_CXX
663 CXXFLAGS
665 OBJEXT
666 EXEEXT
667 ac_ct_CC
668 CPPFLAGS
669 LDFLAGS
670 CFLAGS
672 EXTRA_CONFIGARGS_LIBJAVA
673 target_subdir
674 host_subdir
675 build_subdir
676 build_libsubdir
679 LN_S
681 INSTALL_DATA
682 INSTALL_SCRIPT
683 INSTALL_PROGRAM
684 target_os
685 target_vendor
686 target_cpu
687 target
688 host_os
689 host_vendor
690 host_cpu
691 host
692 target_noncanonical
693 host_noncanonical
694 build_noncanonical
695 build_os
696 build_vendor
697 build_cpu
698 build
699 TOPLEVEL_CONFIGURE_ARGUMENTS
700 target_alias
701 host_alias
702 build_alias
703 LIBS
704 ECHO_T
705 ECHO_N
706 ECHO_C
707 DEFS
708 mandir
709 localedir
710 libdir
711 psdir
712 pdfdir
713 dvidir
714 htmldir
715 infodir
716 docdir
717 oldincludedir
718 includedir
719 localstatedir
720 sharedstatedir
721 sysconfdir
722 datadir
723 datarootdir
724 libexecdir
725 sbindir
726 bindir
727 program_transform_name
728 prefix
729 exec_prefix
730 PACKAGE_URL
731 PACKAGE_BUGREPORT
732 PACKAGE_STRING
733 PACKAGE_VERSION
734 PACKAGE_TARNAME
735 PACKAGE_NAME
736 PATH_SEPARATOR
737 SHELL'
738 ac_subst_files='serialization_dependencies
739 host_makefile_frag
740 target_makefile_frag
741 alphaieee_frag
742 ospace_frag'
743 ac_user_opts='
744 enable_option_checking
745 with_build_libsubdir
746 enable_gold
747 enable_ld
748 enable_libquadmath
749 enable_libquadmath_support
750 enable_libada
751 enable_libssp
752 enable_libstdcxx
753 enable_static_libjava
754 enable_bootstrap
755 with_mpc
756 with_mpc_include
757 with_mpc_lib
758 with_mpfr_dir
759 with_mpfr
760 with_mpfr_include
761 with_mpfr_lib
762 with_gmp_dir
763 with_gmp
764 with_gmp_include
765 with_gmp_lib
766 with_host_libstdcxx
767 with_stage1_libs
768 with_stage1_ldflags
769 with_boot_libs
770 with_boot_ldflags
771 with_cloog
772 with_isl
773 with_isl_include
774 with_isl_lib
775 enable_isl_version_check
776 with_cloog_include
777 with_cloog_lib
778 enable_cloog_version_check
779 enable_lto
780 enable_stage1_languages
781 enable_objc_gc
782 with_build_sysroot
783 with_debug_prefix_map
784 with_build_config
785 enable_serial_configure
786 with_build_time_tools
787 enable_maintainer_mode
788 enable_stage1_checking
789 enable_werror
791 ac_precious_vars='build_alias
792 host_alias
793 target_alias
795 CFLAGS
796 LDFLAGS
797 LIBS
798 CPPFLAGS
800 CXXFLAGS
802 build_configargs
803 host_configargs
804 target_configargs
807 DLLTOOL
809 LIPO
811 RANLIB
812 STRIP
813 WINDRES
814 WINDMC
815 OBJCOPY
816 OBJDUMP
817 READELF
818 CC_FOR_TARGET
819 CXX_FOR_TARGET
820 GCC_FOR_TARGET
821 GCJ_FOR_TARGET
822 GFORTRAN_FOR_TARGET
823 GOC_FOR_TARGET
824 AR_FOR_TARGET
825 AS_FOR_TARGET
826 DLLTOOL_FOR_TARGET
827 LD_FOR_TARGET
828 LIPO_FOR_TARGET
829 NM_FOR_TARGET
830 OBJDUMP_FOR_TARGET
831 RANLIB_FOR_TARGET
832 READELF_FOR_TARGET
833 STRIP_FOR_TARGET
834 WINDRES_FOR_TARGET
835 WINDMC_FOR_TARGET'
838 # Initialize some variables set by options.
839 ac_init_help=
840 ac_init_version=false
841 ac_unrecognized_opts=
842 ac_unrecognized_sep=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
845 cache_file=/dev/null
846 exec_prefix=NONE
847 no_create=
848 no_recursion=
849 prefix=NONE
850 program_prefix=NONE
851 program_suffix=NONE
852 program_transform_name=s,x,x,
853 silent=
854 site=
855 srcdir=
856 verbose=
857 x_includes=NONE
858 x_libraries=NONE
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir='${exec_prefix}/bin'
867 sbindir='${exec_prefix}/sbin'
868 libexecdir='${exec_prefix}/libexec'
869 datarootdir='${prefix}/share'
870 datadir='${datarootdir}'
871 sysconfdir='${prefix}/etc'
872 sharedstatedir='${prefix}/com'
873 localstatedir='${prefix}/var'
874 includedir='${prefix}/include'
875 oldincludedir='/usr/include'
876 docdir='${datarootdir}/doc/${PACKAGE}'
877 infodir='${datarootdir}/info'
878 htmldir='${docdir}'
879 dvidir='${docdir}'
880 pdfdir='${docdir}'
881 psdir='${docdir}'
882 libdir='${exec_prefix}/lib'
883 localedir='${datarootdir}/locale'
884 mandir='${datarootdir}/man'
886 ac_prev=
887 ac_dashdash=
888 for ac_option
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
892 eval $ac_prev=\$ac_option
893 ac_prev=
894 continue
897 case $ac_option in
898 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *) ac_optarg=yes ;;
900 esac
902 # Accept the important Cygnus configure options, so we can diagnose typos.
904 case $ac_dashdash$ac_option in
906 ac_dashdash=yes ;;
908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
909 ac_prev=bindir ;;
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
911 bindir=$ac_optarg ;;
913 -build | --build | --buil | --bui | --bu)
914 ac_prev=build_alias ;;
915 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
916 build_alias=$ac_optarg ;;
918 -cache-file | --cache-file | --cache-fil | --cache-fi \
919 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920 ac_prev=cache_file ;;
921 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
923 cache_file=$ac_optarg ;;
925 --config-cache | -C)
926 cache_file=config.cache ;;
928 -datadir | --datadir | --datadi | --datad)
929 ac_prev=datadir ;;
930 -datadir=* | --datadir=* | --datadi=* | --datad=*)
931 datadir=$ac_optarg ;;
933 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934 | --dataroo | --dataro | --datar)
935 ac_prev=datarootdir ;;
936 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938 datarootdir=$ac_optarg ;;
940 -disable-* | --disable-*)
941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
942 # Reject names that are not valid shell variable names.
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
949 "enable_$ac_useropt"
950 "*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=no ;;
956 -docdir | --docdir | --docdi | --doc | --do)
957 ac_prev=docdir ;;
958 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 docdir=$ac_optarg ;;
961 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962 ac_prev=dvidir ;;
963 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 dvidir=$ac_optarg ;;
966 -enable-* | --enable-*)
967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
968 # Reject names that are not valid shell variable names.
969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970 as_fn_error "invalid feature name: $ac_useropt"
971 ac_useropt_orig=$ac_useropt
972 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
975 "enable_$ac_useropt"
976 "*) ;;
977 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep=', ';;
979 esac
980 eval enable_$ac_useropt=\$ac_optarg ;;
982 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984 | --exec | --exe | --ex)
985 ac_prev=exec_prefix ;;
986 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988 | --exec=* | --exe=* | --ex=*)
989 exec_prefix=$ac_optarg ;;
991 -gas | --gas | --ga | --g)
992 # Obsolete; use --with-gas.
993 with_gas=yes ;;
995 -help | --help | --hel | --he | -h)
996 ac_init_help=long ;;
997 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998 ac_init_help=recursive ;;
999 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000 ac_init_help=short ;;
1002 -host | --host | --hos | --ho)
1003 ac_prev=host_alias ;;
1004 -host=* | --host=* | --hos=* | --ho=*)
1005 host_alias=$ac_optarg ;;
1007 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 ac_prev=htmldir ;;
1009 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 | --ht=*)
1011 htmldir=$ac_optarg ;;
1013 -includedir | --includedir | --includedi | --included | --include \
1014 | --includ | --inclu | --incl | --inc)
1015 ac_prev=includedir ;;
1016 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017 | --includ=* | --inclu=* | --incl=* | --inc=*)
1018 includedir=$ac_optarg ;;
1020 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 ac_prev=infodir ;;
1022 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1023 infodir=$ac_optarg ;;
1025 -libdir | --libdir | --libdi | --libd)
1026 ac_prev=libdir ;;
1027 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1028 libdir=$ac_optarg ;;
1030 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031 | --libexe | --libex | --libe)
1032 ac_prev=libexecdir ;;
1033 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034 | --libexe=* | --libex=* | --libe=*)
1035 libexecdir=$ac_optarg ;;
1037 -localedir | --localedir | --localedi | --localed | --locale)
1038 ac_prev=localedir ;;
1039 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040 localedir=$ac_optarg ;;
1042 -localstatedir | --localstatedir | --localstatedi | --localstated \
1043 | --localstate | --localstat | --localsta | --localst | --locals)
1044 ac_prev=localstatedir ;;
1045 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1047 localstatedir=$ac_optarg ;;
1049 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 ac_prev=mandir ;;
1051 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1052 mandir=$ac_optarg ;;
1054 -nfp | --nfp | --nf)
1055 # Obsolete; use --without-fp.
1056 with_fp=no ;;
1058 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1059 | --no-cr | --no-c | -n)
1060 no_create=yes ;;
1062 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064 no_recursion=yes ;;
1066 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068 | --oldin | --oldi | --old | --ol | --o)
1069 ac_prev=oldincludedir ;;
1070 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1073 oldincludedir=$ac_optarg ;;
1075 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 ac_prev=prefix ;;
1077 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1078 prefix=$ac_optarg ;;
1080 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081 | --program-pre | --program-pr | --program-p)
1082 ac_prev=program_prefix ;;
1083 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1085 program_prefix=$ac_optarg ;;
1087 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088 | --program-suf | --program-su | --program-s)
1089 ac_prev=program_suffix ;;
1090 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1092 program_suffix=$ac_optarg ;;
1094 -program-transform-name | --program-transform-name \
1095 | --program-transform-nam | --program-transform-na \
1096 | --program-transform-n | --program-transform- \
1097 | --program-transform | --program-transfor \
1098 | --program-transfo | --program-transf \
1099 | --program-trans | --program-tran \
1100 | --progr-tra | --program-tr | --program-t)
1101 ac_prev=program_transform_name ;;
1102 -program-transform-name=* | --program-transform-name=* \
1103 | --program-transform-nam=* | --program-transform-na=* \
1104 | --program-transform-n=* | --program-transform-=* \
1105 | --program-transform=* | --program-transfor=* \
1106 | --program-transfo=* | --program-transf=* \
1107 | --program-trans=* | --program-tran=* \
1108 | --progr-tra=* | --program-tr=* | --program-t=*)
1109 program_transform_name=$ac_optarg ;;
1111 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 ac_prev=pdfdir ;;
1113 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114 pdfdir=$ac_optarg ;;
1116 -psdir | --psdir | --psdi | --psd | --ps)
1117 ac_prev=psdir ;;
1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119 psdir=$ac_optarg ;;
1121 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122 | -silent | --silent | --silen | --sile | --sil)
1123 silent=yes ;;
1125 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 ac_prev=sbindir ;;
1127 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 | --sbi=* | --sb=*)
1129 sbindir=$ac_optarg ;;
1131 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133 | --sharedst | --shareds | --shared | --share | --shar \
1134 | --sha | --sh)
1135 ac_prev=sharedstatedir ;;
1136 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 | --sha=* | --sh=*)
1140 sharedstatedir=$ac_optarg ;;
1142 -site | --site | --sit)
1143 ac_prev=site ;;
1144 -site=* | --site=* | --sit=*)
1145 site=$ac_optarg ;;
1147 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 ac_prev=srcdir ;;
1149 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1150 srcdir=$ac_optarg ;;
1152 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153 | --syscon | --sysco | --sysc | --sys | --sy)
1154 ac_prev=sysconfdir ;;
1155 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1157 sysconfdir=$ac_optarg ;;
1159 -target | --target | --targe | --targ | --tar | --ta | --t)
1160 ac_prev=target_alias ;;
1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1162 target_alias=$ac_optarg ;;
1164 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165 verbose=yes ;;
1167 -version | --version | --versio | --versi | --vers | -V)
1168 ac_init_version=: ;;
1170 -with-* | --with-*)
1171 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1172 # Reject names that are not valid shell variable names.
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1179 "with_$ac_useropt"
1180 "*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=\$ac_optarg ;;
1186 -without-* | --without-*)
1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188 # Reject names that are not valid shell variable names.
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 as_fn_error "invalid package name: $ac_useropt"
1191 ac_useropt_orig=$ac_useropt
1192 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1195 "with_$ac_useropt"
1196 "*) ;;
1197 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep=', ';;
1199 esac
1200 eval with_$ac_useropt=no ;;
1202 --x)
1203 # Obsolete; use --with-x.
1204 with_x=yes ;;
1206 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207 | --x-incl | --x-inc | --x-in | --x-i)
1208 ac_prev=x_includes ;;
1209 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1211 x_includes=$ac_optarg ;;
1213 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215 ac_prev=x_libraries ;;
1216 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1218 x_libraries=$ac_optarg ;;
1220 -*) as_fn_error "unrecognized option: \`$ac_option'
1221 Try \`$0 --help' for more information."
1224 *=*)
1225 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
1227 case $ac_envvar in #(
1228 '' | [0-9]* | *[!_$as_cr_alnum]* )
1229 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230 esac
1231 eval $ac_envvar=\$ac_optarg
1232 export $ac_envvar ;;
1235 # FIXME: should be removed in autoconf 3.0.
1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1239 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1242 esac
1243 done
1245 if test -n "$ac_prev"; then
1246 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1247 as_fn_error "missing argument to $ac_option"
1250 if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1252 no) ;;
1253 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1255 esac
1258 # Check all directory arguments for consistency.
1259 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
1264 eval ac_val=\$$ac_var
1265 # Remove trailing slashes.
1266 case $ac_val in
1267 */ )
1268 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\$ac_val;;
1270 esac
1271 # Be sure to have absolute directory names.
1272 case $ac_val in
1273 [\\/$]* | ?:[\\/]* ) continue;;
1274 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1275 esac
1276 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1277 done
1279 # There might be people who depend on the old broken behavior: `$host'
1280 # used to hold the argument of --host etc.
1281 # FIXME: To remove some day.
1282 build=$build_alias
1283 host=$host_alias
1284 target=$target_alias
1286 # FIXME: To remove some day.
1287 if test "x$host_alias" != x; then
1288 if test "x$build_alias" = x; then
1289 cross_compiling=maybe
1290 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1291 If a cross compiler is detected then cross compile mode will be used." >&2
1292 elif test "x$build_alias" != "x$host_alias"; then
1293 cross_compiling=yes
1297 ac_tool_prefix=
1298 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1300 test "$silent" = yes && exec 6>/dev/null
1303 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304 ac_ls_di=`ls -di .` &&
1305 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306 as_fn_error "working directory cannot be determined"
1307 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308 as_fn_error "pwd does not report name of working directory"
1311 # Find the source files, if location was not specified.
1312 if test -z "$srcdir"; then
1313 ac_srcdir_defaulted=yes
1314 # Try the directory containing this script, then the parent directory.
1315 ac_confdir=`$as_dirname -- "$as_myself" ||
1316 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317 X"$as_myself" : 'X\(//\)[^/]' \| \
1318 X"$as_myself" : 'X\(//\)$' \| \
1319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320 $as_echo X"$as_myself" |
1321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322 s//\1/
1325 /^X\(\/\/\)[^/].*/{
1326 s//\1/
1329 /^X\(\/\/\)$/{
1330 s//\1/
1333 /^X\(\/\).*/{
1334 s//\1/
1337 s/.*/./; q'`
1338 srcdir=$ac_confdir
1339 if test ! -r "$srcdir/$ac_unique_file"; then
1340 srcdir=..
1342 else
1343 ac_srcdir_defaulted=no
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1349 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350 ac_abs_confdir=`(
1351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352 pwd)`
1353 # When building in place, set srcdir=.
1354 if test "$ac_abs_confdir" = "$ac_pwd"; then
1355 srcdir=.
1357 # Remove unnecessary trailing slashes from srcdir.
1358 # Double slashes in file names in object file debugging info
1359 # mess up M-x gdb in Emacs.
1360 case $srcdir in
1361 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362 esac
1363 case $srcdir in
1364 *" "*)
1365 as_fn_error "path to source, $srcdir, contains spaces"
1367 esac
1368 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1370 for ac_var in $ac_precious_vars; do
1371 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_${ac_var}_value=\$${ac_var}
1373 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1375 done
1378 # Report the --help message.
1380 if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1383 cat <<_ACEOF
1384 \`configure' configures this package to adapt to many kinds of systems.
1386 Usage: $0 [OPTION]... [VAR=VALUE]...
1388 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389 VAR=VALUE. See below for descriptions of some of the useful variables.
1391 Defaults for the options are specified in brackets.
1393 Configuration:
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
1398 -q, --quiet, --silent do not print \`checking...' messages
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1404 Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
1406 [$ac_default_prefix]
1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1408 [PREFIX]
1410 By default, \`make install' will install all the files in
1411 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413 for instance \`--prefix=\$HOME'.
1415 For better control, use the options below.
1417 Fine tuning of the installation directories:
1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
1437 _ACEOF
1439 cat <<\_ACEOF
1441 Program names:
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1446 System types:
1447 --build=BUILD configure for building on BUILD [guessed]
1448 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1449 --target=TARGET configure for building compilers for TARGET [HOST]
1450 _ACEOF
1453 if test -n "$ac_init_help"; then
1455 cat <<\_ACEOF
1457 Optional Features:
1458 --disable-option-checking ignore unrecognized --enable/--with options
1459 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1460 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1461 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1462 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
1463 --disable-libquadmath do not build libquadmath directory
1464 --disable-libquadmath-support
1465 disable libquadmath support for Fortran
1466 --enable-libada build libada directory
1467 --enable-libssp build libssp directory
1468 --disable-libstdcxx do not build libstdc++-v3 directory
1469 --enable-static-libjava[=ARG]
1470 build static libjava [default=no]
1471 --enable-bootstrap enable bootstrapping [yes if native build]
1472 --disable-isl-version-check
1473 disable check for ISL version
1474 --disable-cloog-version-check
1475 disable check for CLooG version
1476 --enable-lto enable link time optimization support
1477 --enable-stage1-languages[=all]
1478 choose additional languages to build during stage1.
1479 Mostly useful for compiler development
1480 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1481 Objective-C runtime
1482 --enable-serial-[{host,target,build}-]configure
1483 force sequential configuration of sub-packages for
1484 the host, target or build machine, or all
1485 sub-packages
1486 --enable-maintainer-mode
1487 enable make rules and dependencies not useful (and
1488 sometimes confusing) to the casual installer
1489 --enable-stage1-checking[=all]
1490 choose additional checking for stage1 of the
1491 compiler
1492 --enable-werror enable -Werror in bootstrap stage2 and later
1494 Optional Packages:
1495 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1496 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1497 --with-build-libsubdir=DIR Directory where to find libraries for build system
1498 --with-mpc=PATH specify prefix directory for installed MPC package.
1499 Equivalent to --with-mpc-include=PATH/include plus
1500 --with-mpc-lib=PATH/lib
1501 --with-mpc-include=PATH specify directory for installed MPC include files
1502 --with-mpc-lib=PATH specify directory for the installed MPC library
1503 --with-mpfr-dir=PATH this option has been REMOVED
1504 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1505 Equivalent to --with-mpfr-include=PATH/include plus
1506 --with-mpfr-lib=PATH/lib
1507 --with-mpfr-include=PATH
1508 specify directory for installed MPFR include files
1509 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1510 --with-gmp-dir=PATH this option has been REMOVED
1511 --with-gmp=PATH specify prefix directory for the installed GMP
1512 package. Equivalent to
1513 --with-gmp-include=PATH/include plus
1514 --with-gmp-lib=PATH/lib
1515 --with-gmp-include=PATH specify directory for installed GMP include files
1516 --with-gmp-lib=PATH specify directory for the installed GMP library
1517 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1518 linking with PPL
1519 --with-stage1-libs=LIBS libraries for stage1
1520 --with-stage1-ldflags=FLAGS
1521 linker flags for stage1
1522 --with-boot-libs=LIBS libraries for stage2 and later
1523 --with-boot-ldflags=FLAGS
1524 linker flags for stage2 and later
1525 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1526 package. Equivalent to
1527 --with-cloog-include=PATH/include plus
1528 --with-cloog-lib=PATH/lib
1529 --with-isl=PATH Specify prefix directory for the installed ISL
1530 package. Equivalent to
1531 --with-isl-include=PATH/include plus
1532 --with-isl-lib=PATH/lib
1533 --with-isl-include=PATH Specify directory for installed ISL include files
1534 --with-isl-lib=PATH Specify the directory for the installed ISL library
1535 --with-cloog-include=PATH
1536 Specify directory for installed CLooG include files
1537 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1538 library
1539 --with-build-sysroot=SYSROOT
1540 use sysroot as the system root during the build
1541 --with-debug-prefix-map='A=B C=D ...'
1542 map A to B, C to D ... in debug information
1543 --with-build-config='NAME NAME2...'
1544 use config/NAME.mk build configuration
1545 --with-build-time-tools=PATH
1546 use given path to find target tools during the build
1548 Some influential environment variables:
1549 CC C compiler command
1550 CFLAGS C compiler flags
1551 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1552 nonstandard directory <lib dir>
1553 LIBS libraries to pass to the linker, e.g. -l<library>
1554 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1555 you have headers in a nonstandard directory <include dir>
1556 CXX C++ compiler command
1557 CXXFLAGS C++ compiler flags
1558 build_configargs
1559 additional configure arguments for build directories
1560 host_configargs
1561 additional configure arguments for host directories
1562 target_configargs
1563 additional configure arguments for target directories
1564 AR AR for the host
1565 AS AS for the host
1566 DLLTOOL DLLTOOL for the host
1567 LD LD for the host
1568 LIPO LIPO for the host
1569 NM NM for the host
1570 RANLIB RANLIB for the host
1571 STRIP STRIP for the host
1572 WINDRES WINDRES for the host
1573 WINDMC WINDMC for the host
1574 OBJCOPY OBJCOPY for the host
1575 OBJDUMP OBJDUMP for the host
1576 READELF READELF for the host
1577 CC_FOR_TARGET
1578 CC for the target
1579 CXX_FOR_TARGET
1580 CXX for the target
1581 GCC_FOR_TARGET
1582 GCC for the target
1583 GCJ_FOR_TARGET
1584 GCJ for the target
1585 GFORTRAN_FOR_TARGET
1586 GFORTRAN for the target
1587 GOC_FOR_TARGET
1588 GOC for the target
1589 AR_FOR_TARGET
1590 AR for the target
1591 AS_FOR_TARGET
1592 AS for the target
1593 DLLTOOL_FOR_TARGET
1594 DLLTOOL for the target
1595 LD_FOR_TARGET
1596 LD for the target
1597 LIPO_FOR_TARGET
1598 LIPO for the target
1599 NM_FOR_TARGET
1600 NM for the target
1601 OBJDUMP_FOR_TARGET
1602 OBJDUMP for the target
1603 RANLIB_FOR_TARGET
1604 RANLIB for the target
1605 READELF_FOR_TARGET
1606 READELF for the target
1607 STRIP_FOR_TARGET
1608 STRIP for the target
1609 WINDRES_FOR_TARGET
1610 WINDRES for the target
1611 WINDMC_FOR_TARGET
1612 WINDMC for the target
1614 Use these variables to override the choices made by `configure' or to help
1615 it to find libraries and programs with nonstandard names/locations.
1617 Report bugs to the package provider.
1618 _ACEOF
1619 ac_status=$?
1622 if test "$ac_init_help" = "recursive"; then
1623 # If there are subdirs, report their specific --help.
1624 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1625 test -d "$ac_dir" ||
1626 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1627 continue
1628 ac_builddir=.
1630 case "$ac_dir" in
1631 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1633 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1634 # A ".." for each directory in $ac_dir_suffix.
1635 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1636 case $ac_top_builddir_sub in
1637 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1638 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1639 esac ;;
1640 esac
1641 ac_abs_top_builddir=$ac_pwd
1642 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1643 # for backward compatibility:
1644 ac_top_builddir=$ac_top_build_prefix
1646 case $srcdir in
1647 .) # We are building in place.
1648 ac_srcdir=.
1649 ac_top_srcdir=$ac_top_builddir_sub
1650 ac_abs_top_srcdir=$ac_pwd ;;
1651 [\\/]* | ?:[\\/]* ) # Absolute name.
1652 ac_srcdir=$srcdir$ac_dir_suffix;
1653 ac_top_srcdir=$srcdir
1654 ac_abs_top_srcdir=$srcdir ;;
1655 *) # Relative name.
1656 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1657 ac_top_srcdir=$ac_top_build_prefix$srcdir
1658 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1659 esac
1660 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1662 cd "$ac_dir" || { ac_status=$?; continue; }
1663 # Check for guested configure.
1664 if test -f "$ac_srcdir/configure.gnu"; then
1665 echo &&
1666 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1667 elif test -f "$ac_srcdir/configure"; then
1668 echo &&
1669 $SHELL "$ac_srcdir/configure" --help=recursive
1670 else
1671 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1672 fi || ac_status=$?
1673 cd "$ac_pwd" || { ac_status=$?; break; }
1674 done
1677 test -n "$ac_init_help" && exit $ac_status
1678 if $ac_init_version; then
1679 cat <<\_ACEOF
1680 configure
1681 generated by GNU Autoconf 2.64
1683 Copyright (C) 2009 Free Software Foundation, Inc.
1684 This configure script is free software; the Free Software Foundation
1685 gives unlimited permission to copy, distribute and modify it.
1686 _ACEOF
1687 exit
1690 ## ------------------------ ##
1691 ## Autoconf initialization. ##
1692 ## ------------------------ ##
1694 # ac_fn_c_try_compile LINENO
1695 # --------------------------
1696 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1697 ac_fn_c_try_compile ()
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 rm -f conftest.$ac_objext
1701 if { { ac_try="$ac_compile"
1702 case "(($ac_try" in
1703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1704 *) ac_try_echo=$ac_try;;
1705 esac
1706 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1707 $as_echo "$ac_try_echo"; } >&5
1708 (eval "$ac_compile") 2>conftest.err
1709 ac_status=$?
1710 if test -s conftest.err; then
1711 grep -v '^ *+' conftest.err >conftest.er1
1712 cat conftest.er1 >&5
1713 mv -f conftest.er1 conftest.err
1715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1716 test $ac_status = 0; } && {
1717 test -z "$ac_c_werror_flag" ||
1718 test ! -s conftest.err
1719 } && test -s conftest.$ac_objext; then :
1720 ac_retval=0
1721 else
1722 $as_echo "$as_me: failed program was:" >&5
1723 sed 's/^/| /' conftest.$ac_ext >&5
1725 ac_retval=1
1727 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1728 return $ac_retval
1730 } # ac_fn_c_try_compile
1732 # ac_fn_cxx_try_compile LINENO
1733 # ----------------------------
1734 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1735 ac_fn_cxx_try_compile ()
1737 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1738 rm -f conftest.$ac_objext
1739 if { { ac_try="$ac_compile"
1740 case "(($ac_try" in
1741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1742 *) ac_try_echo=$ac_try;;
1743 esac
1744 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1745 $as_echo "$ac_try_echo"; } >&5
1746 (eval "$ac_compile") 2>conftest.err
1747 ac_status=$?
1748 if test -s conftest.err; then
1749 grep -v '^ *+' conftest.err >conftest.er1
1750 cat conftest.er1 >&5
1751 mv -f conftest.er1 conftest.err
1753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754 test $ac_status = 0; } && {
1755 test -z "$ac_cxx_werror_flag" ||
1756 test ! -s conftest.err
1757 } && test -s conftest.$ac_objext; then :
1758 ac_retval=0
1759 else
1760 $as_echo "$as_me: failed program was:" >&5
1761 sed 's/^/| /' conftest.$ac_ext >&5
1763 ac_retval=1
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766 return $ac_retval
1768 } # ac_fn_cxx_try_compile
1770 # ac_fn_cxx_try_link LINENO
1771 # -------------------------
1772 # Try to link conftest.$ac_ext, and return whether this succeeded.
1773 ac_fn_cxx_try_link ()
1775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1776 rm -f conftest.$ac_objext conftest$ac_exeext
1777 if { { ac_try="$ac_link"
1778 case "(($ac_try" in
1779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1780 *) ac_try_echo=$ac_try;;
1781 esac
1782 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1783 $as_echo "$ac_try_echo"; } >&5
1784 (eval "$ac_link") 2>conftest.err
1785 ac_status=$?
1786 if test -s conftest.err; then
1787 grep -v '^ *+' conftest.err >conftest.er1
1788 cat conftest.er1 >&5
1789 mv -f conftest.er1 conftest.err
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; } && {
1793 test -z "$ac_cxx_werror_flag" ||
1794 test ! -s conftest.err
1795 } && test -s conftest$ac_exeext && {
1796 test "$cross_compiling" = yes ||
1797 $as_test_x conftest$ac_exeext
1798 }; then :
1799 ac_retval=0
1800 else
1801 $as_echo "$as_me: failed program was:" >&5
1802 sed 's/^/| /' conftest.$ac_ext >&5
1804 ac_retval=1
1806 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1807 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1808 # interfere with the next link command; also delete a directory that is
1809 # left behind by Apple's compiler. We do this before executing the actions.
1810 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1811 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1812 return $ac_retval
1814 } # ac_fn_cxx_try_link
1816 # ac_fn_c_try_link LINENO
1817 # -----------------------
1818 # Try to link conftest.$ac_ext, and return whether this succeeded.
1819 ac_fn_c_try_link ()
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 rm -f conftest.$ac_objext conftest$ac_exeext
1823 if { { ac_try="$ac_link"
1824 case "(($ac_try" in
1825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1826 *) ac_try_echo=$ac_try;;
1827 esac
1828 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1829 $as_echo "$ac_try_echo"; } >&5
1830 (eval "$ac_link") 2>conftest.err
1831 ac_status=$?
1832 if test -s conftest.err; then
1833 grep -v '^ *+' conftest.err >conftest.er1
1834 cat conftest.er1 >&5
1835 mv -f conftest.er1 conftest.err
1837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1838 test $ac_status = 0; } && {
1839 test -z "$ac_c_werror_flag" ||
1840 test ! -s conftest.err
1841 } && test -s conftest$ac_exeext && {
1842 test "$cross_compiling" = yes ||
1843 $as_test_x conftest$ac_exeext
1844 }; then :
1845 ac_retval=0
1846 else
1847 $as_echo "$as_me: failed program was:" >&5
1848 sed 's/^/| /' conftest.$ac_ext >&5
1850 ac_retval=1
1852 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1853 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1854 # interfere with the next link command; also delete a directory that is
1855 # left behind by Apple's compiler. We do this before executing the actions.
1856 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1857 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1858 return $ac_retval
1860 } # ac_fn_c_try_link
1862 # ac_fn_c_try_run LINENO
1863 # ----------------------
1864 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1865 # that executables *can* be run.
1866 ac_fn_c_try_run ()
1868 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1869 if { { ac_try="$ac_link"
1870 case "(($ac_try" in
1871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1872 *) ac_try_echo=$ac_try;;
1873 esac
1874 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1875 $as_echo "$ac_try_echo"; } >&5
1876 (eval "$ac_link") 2>&5
1877 ac_status=$?
1878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1879 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1880 { { case "(($ac_try" in
1881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1882 *) ac_try_echo=$ac_try;;
1883 esac
1884 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1885 $as_echo "$ac_try_echo"; } >&5
1886 (eval "$ac_try") 2>&5
1887 ac_status=$?
1888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1889 test $ac_status = 0; }; }; then :
1890 ac_retval=0
1891 else
1892 $as_echo "$as_me: program exited with status $ac_status" >&5
1893 $as_echo "$as_me: failed program was:" >&5
1894 sed 's/^/| /' conftest.$ac_ext >&5
1896 ac_retval=$ac_status
1898 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1899 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1900 return $ac_retval
1902 } # ac_fn_c_try_run
1903 cat >config.log <<_ACEOF
1904 This file contains any messages produced by compilers while
1905 running configure, to aid debugging if configure makes a mistake.
1907 It was created by $as_me, which was
1908 generated by GNU Autoconf 2.64. Invocation command line was
1910 $ $0 $@
1912 _ACEOF
1913 exec 5>>config.log
1915 cat <<_ASUNAME
1916 ## --------- ##
1917 ## Platform. ##
1918 ## --------- ##
1920 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1921 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1922 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1923 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1924 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1926 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1927 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1929 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1930 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1931 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1932 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1933 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1934 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1935 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1937 _ASUNAME
1939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1940 for as_dir in $PATH
1942 IFS=$as_save_IFS
1943 test -z "$as_dir" && as_dir=.
1944 $as_echo "PATH: $as_dir"
1945 done
1946 IFS=$as_save_IFS
1948 } >&5
1950 cat >&5 <<_ACEOF
1953 ## ----------- ##
1954 ## Core tests. ##
1955 ## ----------- ##
1957 _ACEOF
1960 # Keep a trace of the command line.
1961 # Strip out --no-create and --no-recursion so they do not pile up.
1962 # Strip out --silent because we don't want to record it for future runs.
1963 # Also quote any args containing shell meta-characters.
1964 # Make two passes to allow for proper duplicate-argument suppression.
1965 ac_configure_args=
1966 ac_configure_args0=
1967 ac_configure_args1=
1968 ac_must_keep_next=false
1969 for ac_pass in 1 2
1971 for ac_arg
1973 case $ac_arg in
1974 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1975 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1976 | -silent | --silent | --silen | --sile | --sil)
1977 continue ;;
1978 *\'*)
1979 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1980 esac
1981 case $ac_pass in
1982 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1984 as_fn_append ac_configure_args1 " '$ac_arg'"
1985 if test $ac_must_keep_next = true; then
1986 ac_must_keep_next=false # Got value, back to normal.
1987 else
1988 case $ac_arg in
1989 *=* | --config-cache | -C | -disable-* | --disable-* \
1990 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1991 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1992 | -with-* | --with-* | -without-* | --without-* | --x)
1993 case "$ac_configure_args0 " in
1994 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1995 esac
1997 -* ) ac_must_keep_next=true ;;
1998 esac
2000 as_fn_append ac_configure_args " '$ac_arg'"
2002 esac
2003 done
2004 done
2005 { ac_configure_args0=; unset ac_configure_args0;}
2006 { ac_configure_args1=; unset ac_configure_args1;}
2008 # When interrupted or exit'd, cleanup temporary files, and complete
2009 # config.log. We remove comments because anyway the quotes in there
2010 # would cause problems or look ugly.
2011 # WARNING: Use '\'' to represent an apostrophe within the trap.
2012 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2013 trap 'exit_status=$?
2014 # Save into config.log some information that might help in debugging.
2016 echo
2018 cat <<\_ASBOX
2019 ## ---------------- ##
2020 ## Cache variables. ##
2021 ## ---------------- ##
2022 _ASBOX
2023 echo
2024 # The following way of writing the cache mishandles newlines in values,
2026 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2027 eval ac_val=\$$ac_var
2028 case $ac_val in #(
2029 *${as_nl}*)
2030 case $ac_var in #(
2031 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2032 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2033 esac
2034 case $ac_var in #(
2035 _ | IFS | as_nl) ;; #(
2036 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2037 *) { eval $ac_var=; unset $ac_var;} ;;
2038 esac ;;
2039 esac
2040 done
2041 (set) 2>&1 |
2042 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2043 *${as_nl}ac_space=\ *)
2044 sed -n \
2045 "s/'\''/'\''\\\\'\'''\''/g;
2046 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2047 ;; #(
2049 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2051 esac |
2052 sort
2054 echo
2056 cat <<\_ASBOX
2057 ## ----------------- ##
2058 ## Output variables. ##
2059 ## ----------------- ##
2060 _ASBOX
2061 echo
2062 for ac_var in $ac_subst_vars
2064 eval ac_val=\$$ac_var
2065 case $ac_val in
2066 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2067 esac
2068 $as_echo "$ac_var='\''$ac_val'\''"
2069 done | sort
2070 echo
2072 if test -n "$ac_subst_files"; then
2073 cat <<\_ASBOX
2074 ## ------------------- ##
2075 ## File substitutions. ##
2076 ## ------------------- ##
2077 _ASBOX
2078 echo
2079 for ac_var in $ac_subst_files
2081 eval ac_val=\$$ac_var
2082 case $ac_val in
2083 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2084 esac
2085 $as_echo "$ac_var='\''$ac_val'\''"
2086 done | sort
2087 echo
2090 if test -s confdefs.h; then
2091 cat <<\_ASBOX
2092 ## ----------- ##
2093 ## confdefs.h. ##
2094 ## ----------- ##
2095 _ASBOX
2096 echo
2097 cat confdefs.h
2098 echo
2100 test "$ac_signal" != 0 &&
2101 $as_echo "$as_me: caught signal $ac_signal"
2102 $as_echo "$as_me: exit $exit_status"
2103 } >&5
2104 rm -f core *.core core.conftest.* &&
2105 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2106 exit $exit_status
2108 for ac_signal in 1 2 13 15; do
2109 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2110 done
2111 ac_signal=0
2113 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2114 rm -f -r conftest* confdefs.h
2116 $as_echo "/* confdefs.h */" > confdefs.h
2118 # Predefined preprocessor variables.
2120 cat >>confdefs.h <<_ACEOF
2121 #define PACKAGE_NAME "$PACKAGE_NAME"
2122 _ACEOF
2124 cat >>confdefs.h <<_ACEOF
2125 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2126 _ACEOF
2128 cat >>confdefs.h <<_ACEOF
2129 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2130 _ACEOF
2132 cat >>confdefs.h <<_ACEOF
2133 #define PACKAGE_STRING "$PACKAGE_STRING"
2134 _ACEOF
2136 cat >>confdefs.h <<_ACEOF
2137 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2138 _ACEOF
2140 cat >>confdefs.h <<_ACEOF
2141 #define PACKAGE_URL "$PACKAGE_URL"
2142 _ACEOF
2145 # Let the site file select an alternate cache file if it wants to.
2146 # Prefer an explicitly selected file to automatically selected ones.
2147 ac_site_file1=NONE
2148 ac_site_file2=NONE
2149 if test -n "$CONFIG_SITE"; then
2150 ac_site_file1=$CONFIG_SITE
2151 elif test "x$prefix" != xNONE; then
2152 ac_site_file1=$prefix/share/config.site
2153 ac_site_file2=$prefix/etc/config.site
2154 else
2155 ac_site_file1=$ac_default_prefix/share/config.site
2156 ac_site_file2=$ac_default_prefix/etc/config.site
2158 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2160 test "x$ac_site_file" = xNONE && continue
2161 if test -r "$ac_site_file"; then
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2163 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2164 sed 's/^/| /' "$ac_site_file" >&5
2165 . "$ac_site_file"
2167 done
2169 if test -r "$cache_file"; then
2170 # Some versions of bash will fail to source /dev/null (special
2171 # files actually), so we avoid doing that.
2172 if test -f "$cache_file"; then
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2174 $as_echo "$as_me: loading cache $cache_file" >&6;}
2175 case $cache_file in
2176 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2177 *) . "./$cache_file";;
2178 esac
2180 else
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2182 $as_echo "$as_me: creating cache $cache_file" >&6;}
2183 >$cache_file
2186 # Check that the precious variables saved in the cache have kept the same
2187 # value.
2188 ac_cache_corrupted=false
2189 for ac_var in $ac_precious_vars; do
2190 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2191 eval ac_new_set=\$ac_env_${ac_var}_set
2192 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2193 eval ac_new_val=\$ac_env_${ac_var}_value
2194 case $ac_old_set,$ac_new_set in
2195 set,)
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2197 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2198 ac_cache_corrupted=: ;;
2199 ,set)
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2201 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2202 ac_cache_corrupted=: ;;
2203 ,);;
2205 if test "x$ac_old_val" != "x$ac_new_val"; then
2206 # differences in whitespace do not lead to failure.
2207 ac_old_val_w=`echo x $ac_old_val`
2208 ac_new_val_w=`echo x $ac_new_val`
2209 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2211 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2212 ac_cache_corrupted=:
2213 else
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2215 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2216 eval $ac_var=\$ac_old_val
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2219 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2221 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2222 fi;;
2223 esac
2224 # Pass precious variables to config.status.
2225 if test "$ac_new_set" = set; then
2226 case $ac_new_val in
2227 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2228 *) ac_arg=$ac_var=$ac_new_val ;;
2229 esac
2230 case " $ac_configure_args " in
2231 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2232 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2233 esac
2235 done
2236 if $ac_cache_corrupted; then
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2238 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2240 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2241 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2243 ## -------------------- ##
2244 ## Main body of script. ##
2245 ## -------------------- ##
2247 ac_ext=c
2248 ac_cpp='$CPP $CPPFLAGS'
2249 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2250 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2251 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2261 progname=$0
2262 # if PWD already has a value, it is probably wrong.
2263 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2265 # Export original configure arguments for use by sub-configures.
2266 # Quote arguments with shell meta charatcers.
2267 TOPLEVEL_CONFIGURE_ARGUMENTS=
2268 set -- "$progname" "$@"
2269 for ac_arg
2271 case "$ac_arg" in
2272 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2273 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2274 # if the argument is of the form -foo=baz, quote the baz part only
2275 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2276 *) ;;
2277 esac
2278 # Add the quoted argument to the list.
2279 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2280 done
2281 if test "$silent" = yes; then
2282 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2284 # Remove the initial space we just introduced and, as these will be
2285 # expanded by make, quote '$'.
2286 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2289 # Find the build, host, and target systems.
2290 ac_aux_dir=
2291 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2292 for ac_t in install-sh install.sh shtool; do
2293 if test -f "$ac_dir/$ac_t"; then
2294 ac_aux_dir=$ac_dir
2295 ac_install_sh="$ac_aux_dir/$ac_t -c"
2296 break 2
2298 done
2299 done
2300 if test -z "$ac_aux_dir"; then
2301 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2304 # These three variables are undocumented and unsupported,
2305 # and are intended to be withdrawn in a future Autoconf release.
2306 # They can cause serious problems if a builder's source tree is in a directory
2307 # whose full name contains unusual characters.
2308 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2309 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2310 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2313 # Make sure we can run config.sub.
2314 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2315 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2318 $as_echo_n "checking build system type... " >&6; }
2319 if test "${ac_cv_build+set}" = set; then :
2320 $as_echo_n "(cached) " >&6
2321 else
2322 ac_build_alias=$build_alias
2323 test "x$ac_build_alias" = x &&
2324 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2325 test "x$ac_build_alias" = x &&
2326 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2327 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2328 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2332 $as_echo "$ac_cv_build" >&6; }
2333 case $ac_cv_build in
2334 *-*-*) ;;
2335 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2336 esac
2337 build=$ac_cv_build
2338 ac_save_IFS=$IFS; IFS='-'
2339 set x $ac_cv_build
2340 shift
2341 build_cpu=$1
2342 build_vendor=$2
2343 shift; shift
2344 # Remember, the first character of IFS is used to create $*,
2345 # except with old shells:
2346 build_os=$*
2347 IFS=$ac_save_IFS
2348 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2351 case ${build_alias} in
2352 "") build_noncanonical=${build} ;;
2353 *) build_noncanonical=${build_alias} ;;
2354 esac
2358 case ${host_alias} in
2359 "") host_noncanonical=${build_noncanonical} ;;
2360 *) host_noncanonical=${host_alias} ;;
2361 esac
2365 case ${target_alias} in
2366 "") target_noncanonical=${host_noncanonical} ;;
2367 *) target_noncanonical=${target_alias} ;;
2368 esac
2373 test "$host_noncanonical" = "$target_noncanonical" &&
2374 test "$program_prefix$program_suffix$program_transform_name" = \
2375 NONENONEs,x,x, &&
2376 program_transform_name=s,y,y,
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2379 $as_echo_n "checking host system type... " >&6; }
2380 if test "${ac_cv_host+set}" = set; then :
2381 $as_echo_n "(cached) " >&6
2382 else
2383 if test "x$host_alias" = x; then
2384 ac_cv_host=$ac_cv_build
2385 else
2386 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2387 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2392 $as_echo "$ac_cv_host" >&6; }
2393 case $ac_cv_host in
2394 *-*-*) ;;
2395 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2396 esac
2397 host=$ac_cv_host
2398 ac_save_IFS=$IFS; IFS='-'
2399 set x $ac_cv_host
2400 shift
2401 host_cpu=$1
2402 host_vendor=$2
2403 shift; shift
2404 # Remember, the first character of IFS is used to create $*,
2405 # except with old shells:
2406 host_os=$*
2407 IFS=$ac_save_IFS
2408 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2412 $as_echo_n "checking target system type... " >&6; }
2413 if test "${ac_cv_target+set}" = set; then :
2414 $as_echo_n "(cached) " >&6
2415 else
2416 if test "x$target_alias" = x; then
2417 ac_cv_target=$ac_cv_host
2418 else
2419 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2420 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2425 $as_echo "$ac_cv_target" >&6; }
2426 case $ac_cv_target in
2427 *-*-*) ;;
2428 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2429 esac
2430 target=$ac_cv_target
2431 ac_save_IFS=$IFS; IFS='-'
2432 set x $ac_cv_target
2433 shift
2434 target_cpu=$1
2435 target_vendor=$2
2436 shift; shift
2437 # Remember, the first character of IFS is used to create $*,
2438 # except with old shells:
2439 target_os=$*
2440 IFS=$ac_save_IFS
2441 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2444 # The aliases save the names the user supplied, while $host etc.
2445 # will get canonicalized.
2446 test -n "$target_alias" &&
2447 test "$program_prefix$program_suffix$program_transform_name" = \
2448 NONENONEs,x,x, &&
2449 program_prefix=${target_alias}-
2451 test "$program_prefix" != NONE &&
2452 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2453 # Use a double $ so make ignores it.
2454 test "$program_suffix" != NONE &&
2455 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2456 # Double any \ or $.
2457 # By default was `s,x,x', remove it if useless.
2458 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2459 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2463 # Get 'install' or 'install-sh' and its variants.
2464 # Find a good install program. We prefer a C program (faster),
2465 # so one script is as good as another. But avoid the broken or
2466 # incompatible versions:
2467 # SysV /etc/install, /usr/sbin/install
2468 # SunOS /usr/etc/install
2469 # IRIX /sbin/install
2470 # AIX /bin/install
2471 # AmigaOS /C/install, which installs bootblocks on floppy discs
2472 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2473 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2474 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2475 # OS/2's system install, which has a completely different semantic
2476 # ./install, which can be erroneously created by make from ./install.sh.
2477 # Reject install programs that cannot install multiple files.
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2479 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2480 if test -z "$INSTALL"; then
2481 if test "${ac_cv_path_install+set}" = set; then :
2482 $as_echo_n "(cached) " >&6
2483 else
2484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2485 for as_dir in $PATH
2487 IFS=$as_save_IFS
2488 test -z "$as_dir" && as_dir=.
2489 # Account for people who put trailing slashes in PATH elements.
2490 case $as_dir/ in #((
2491 ./ | .// | /[cC]/* | \
2492 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2493 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2494 /usr/ucb/* ) ;;
2496 # OSF1 and SCO ODT 3.0 have their own names for install.
2497 # Don't use installbsd from OSF since it installs stuff as root
2498 # by default.
2499 for ac_prog in ginstall scoinst install; do
2500 for ac_exec_ext in '' $ac_executable_extensions; do
2501 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2502 if test $ac_prog = install &&
2503 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2504 # AIX install. It has an incompatible calling convention.
2506 elif test $ac_prog = install &&
2507 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2508 # program-specific install script used by HP pwplus--don't use.
2510 else
2511 rm -rf conftest.one conftest.two conftest.dir
2512 echo one > conftest.one
2513 echo two > conftest.two
2514 mkdir conftest.dir
2515 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2516 test -s conftest.one && test -s conftest.two &&
2517 test -s conftest.dir/conftest.one &&
2518 test -s conftest.dir/conftest.two
2519 then
2520 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2521 break 3
2525 done
2526 done
2528 esac
2530 done
2531 IFS=$as_save_IFS
2533 rm -rf conftest.one conftest.two conftest.dir
2536 if test "${ac_cv_path_install+set}" = set; then
2537 INSTALL=$ac_cv_path_install
2538 else
2539 # As a last resort, use the slow shell script. Don't cache a
2540 # value for INSTALL within a source directory, because that will
2541 # break other packages using the cache if that directory is
2542 # removed, or if the value is a relative name.
2543 INSTALL=$ac_install_sh
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2547 $as_echo "$INSTALL" >&6; }
2549 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2550 # It thinks the first close brace ends the variable substitution.
2551 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2553 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2555 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2558 $as_echo_n "checking whether ln works... " >&6; }
2559 if test "${acx_cv_prog_LN+set}" = set; then :
2560 $as_echo_n "(cached) " >&6
2561 else
2562 rm -f conftestdata_t
2563 echo >conftestdata_f
2564 if ln conftestdata_f conftestdata_t 2>/dev/null
2565 then
2566 acx_cv_prog_LN=ln
2567 else
2568 acx_cv_prog_LN=no
2570 rm -f conftestdata_f conftestdata_t
2573 if test $acx_cv_prog_LN = no; then
2574 LN="cp"
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2576 $as_echo "no, using $LN" >&6; }
2577 else
2578 LN="$acx_cv_prog_LN"
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2580 $as_echo "yes" >&6; }
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2584 $as_echo_n "checking whether ln -s works... " >&6; }
2585 LN_S=$as_ln_s
2586 if test "$LN_S" = "ln -s"; then
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2588 $as_echo "yes" >&6; }
2589 else
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2591 $as_echo "no, using $LN_S" >&6; }
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2595 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2596 if test "${ac_cv_path_SED+set}" = set; then :
2597 $as_echo_n "(cached) " >&6
2598 else
2599 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2600 for ac_i in 1 2 3 4 5 6 7; do
2601 ac_script="$ac_script$as_nl$ac_script"
2602 done
2603 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2604 { ac_script=; unset ac_script;}
2605 if test -z "$SED"; then
2606 ac_path_SED_found=false
2607 # Loop through the user's path and test for each of PROGNAME-LIST
2608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609 for as_dir in $PATH
2611 IFS=$as_save_IFS
2612 test -z "$as_dir" && as_dir=.
2613 for ac_prog in sed gsed; do
2614 for ac_exec_ext in '' $ac_executable_extensions; do
2615 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2616 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2617 # Check for GNU ac_path_SED and select it if it is found.
2618 # Check for GNU $ac_path_SED
2619 case `"$ac_path_SED" --version 2>&1` in
2620 *GNU*)
2621 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2623 ac_count=0
2624 $as_echo_n 0123456789 >"conftest.in"
2625 while :
2627 cat "conftest.in" "conftest.in" >"conftest.tmp"
2628 mv "conftest.tmp" "conftest.in"
2629 cp "conftest.in" "conftest.nl"
2630 $as_echo '' >> "conftest.nl"
2631 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2632 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2633 as_fn_arith $ac_count + 1 && ac_count=$as_val
2634 if test $ac_count -gt ${ac_path_SED_max-0}; then
2635 # Best one so far, save it but keep looking for a better one
2636 ac_cv_path_SED="$ac_path_SED"
2637 ac_path_SED_max=$ac_count
2639 # 10*(2^10) chars as input seems more than enough
2640 test $ac_count -gt 10 && break
2641 done
2642 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2643 esac
2645 $ac_path_SED_found && break 3
2646 done
2647 done
2648 done
2649 IFS=$as_save_IFS
2650 if test -z "$ac_cv_path_SED"; then
2651 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2653 else
2654 ac_cv_path_SED=$SED
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2659 $as_echo "$ac_cv_path_SED" >&6; }
2660 SED="$ac_cv_path_SED"
2661 rm -f conftest.sed
2663 for ac_prog in gawk mawk nawk awk
2665 # Extract the first word of "$ac_prog", so it can be a program name with args.
2666 set dummy $ac_prog; ac_word=$2
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2668 $as_echo_n "checking for $ac_word... " >&6; }
2669 if test "${ac_cv_prog_AWK+set}" = set; then :
2670 $as_echo_n "(cached) " >&6
2671 else
2672 if test -n "$AWK"; then
2673 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2674 else
2675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2676 for as_dir in $PATH
2678 IFS=$as_save_IFS
2679 test -z "$as_dir" && as_dir=.
2680 for ac_exec_ext in '' $ac_executable_extensions; do
2681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2682 ac_cv_prog_AWK="$ac_prog"
2683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2684 break 2
2686 done
2687 done
2688 IFS=$as_save_IFS
2692 AWK=$ac_cv_prog_AWK
2693 if test -n "$AWK"; then
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2695 $as_echo "$AWK" >&6; }
2696 else
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2698 $as_echo "no" >&6; }
2702 test -n "$AWK" && break
2703 done
2706 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2708 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2709 # a relative path.
2710 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2711 INSTALL="${srcpwd}/install-sh -c"
2714 # Set srcdir to "." if that's what it is.
2715 # This is important for multilib support.
2716 pwd=`${PWDCMD-pwd}`
2717 if test "${pwd}" = "${srcpwd}" ; then
2718 srcdir=.
2721 topsrcdir=$srcpwd
2723 extra_host_args=
2725 ### To add a new directory to the tree, first choose whether it is a target
2726 ### or a host dependent tool. Then put it into the appropriate list
2727 ### (library or tools, host or target), doing a dependency sort.
2729 # Subdirs will be configured in the order listed in build_configdirs,
2730 # configdirs, or target_configdirs; see the serialization section below.
2732 # Dependency sorting is only needed when *configuration* must be done in
2733 # a particular order. In all cases a dependency should be specified in
2734 # the Makefile, whether or not it's implicitly specified here.
2736 # Double entries in build_configdirs, configdirs, or target_configdirs may
2737 # cause circular dependencies and break everything horribly.
2739 # these library is used by various programs built for the build
2740 # environment
2742 build_libs="build-libiberty"
2744 # these tools are built for the build environment
2745 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2747 # these libraries are used by various programs built for the host environment
2749 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
2751 # these tools are built for the host environment
2752 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2753 # know that we are building the simulator.
2754 # binutils, gas and ld appear in that order because it makes sense to run
2755 # "make check" in that particular order.
2756 # If --enable-gold is used, "gold" may replace "ld".
2757 host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
2759 # libgcj represents the runtime libraries only used by gcj.
2760 libgcj="target-libffi \
2761 target-zlib \
2762 target-libjava"
2764 # these libraries are built for the target environment, and are built after
2765 # the host libraries and the host tools (which may be a cross compiler)
2766 # Note that libiberty is not a target library.
2767 target_libraries="target-libgcc \
2768 target-libbacktrace \
2769 target-libgloss \
2770 target-newlib \
2771 target-libgomp \
2772 target-libatomic \
2773 target-libitm \
2774 target-libstdc++-v3 \
2775 target-libmudflap \
2776 target-libsanitizer \
2777 target-libssp \
2778 target-libquadmath \
2779 target-libgfortran \
2780 target-boehm-gc \
2781 ${libgcj} \
2782 target-libobjc \
2783 target-libada \
2784 target-libgo"
2786 # these tools are built using the target libraries, and are intended to
2787 # run only in the target environment
2789 # note: any program that *uses* libraries that are in the "target_libraries"
2790 # list belongs in this list.
2792 target_tools="target-rda"
2794 ################################################################################
2796 ## All tools belong in one of the four categories, and are assigned above
2797 ## We assign ${configdirs} this way to remove all embedded newlines. This
2798 ## is important because configure will choke if they ever get through.
2799 ## ${configdirs} is directories we build using the host tools.
2800 ## ${target_configdirs} is directories we build using the target tools.
2801 configdirs=`echo ${host_libs} ${host_tools}`
2802 target_configdirs=`echo ${target_libraries} ${target_tools}`
2803 build_configdirs=`echo ${build_libs} ${build_tools}`
2807 ################################################################################
2809 srcname="gnu development package"
2811 # This gets set non-empty for some net releases of packages.
2812 appdirs=""
2814 # Define is_cross_compiler to save on calls to 'test'.
2815 is_cross_compiler=
2816 if test x"${host}" = x"${target}" ; then
2817 is_cross_compiler=no
2818 else
2819 is_cross_compiler=yes
2822 # Find the build and target subdir names.
2824 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2825 # have matching libraries, they should use host libraries: Makefile.tpl
2826 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2827 # However, they still use the build modules, because the corresponding
2828 # host modules (e.g. bison) are only built for the host when bootstrap
2829 # finishes. So:
2830 # - build_subdir is where we find build modules, and never changes.
2831 # - build_libsubdir is where we find build libraries, and can be overridden.
2833 # Prefix 'build-' so this never conflicts with target_subdir.
2834 build_subdir="build-${build_noncanonical}"
2836 # Check whether --with-build-libsubdir was given.
2837 if test "${with_build_libsubdir+set}" = set; then :
2838 withval=$with_build_libsubdir; build_libsubdir="$withval"
2839 else
2840 build_libsubdir="$build_subdir"
2843 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2844 if ( test $srcdir = . && test -d gcc ) \
2845 || test -d $srcdir/../host-${host_noncanonical}; then
2846 host_subdir="host-${host_noncanonical}"
2847 else
2848 host_subdir=.
2850 # No prefix.
2851 target_subdir=${target_noncanonical}
2853 # Be sure to cover against remnants of an in-tree build.
2854 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2855 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2856 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2859 # Skipdirs are removed silently.
2860 skipdirs=
2861 # Noconfigdirs are removed loudly.
2862 noconfigdirs=""
2864 use_gnu_ld=
2865 # Make sure we don't let GNU ld be added if we didn't want it.
2866 if test x$with_gnu_ld = xno ; then
2867 use_gnu_ld=no
2868 noconfigdirs="$noconfigdirs ld gold"
2871 use_gnu_as=
2872 # Make sure we don't let GNU as be added if we didn't want it.
2873 if test x$with_gnu_as = xno ; then
2874 use_gnu_as=no
2875 noconfigdirs="$noconfigdirs gas"
2878 use_included_zlib=
2879 # Make sure we don't let ZLIB be added if we didn't want it.
2880 if test x$with_system_zlib = xyes ; then
2881 use_included_zlib=no
2882 noconfigdirs="$noconfigdirs zlib"
2885 # some tools are so dependent upon X11 that if we're not building with X,
2886 # it's not even worth trying to configure, much less build, that tool.
2888 case ${with_x} in
2889 yes | "") ;; # the default value for this tree is that X11 is available
2891 skipdirs="${skipdirs} tk itcl libgui"
2892 # We won't be able to build gdbtk without X.
2893 enable_gdbtk=no
2895 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2896 esac
2898 # Some are only suitable for cross toolchains.
2899 # Remove these if host=target.
2900 cross_only="target-libgloss target-newlib target-opcodes"
2902 case $is_cross_compiler in
2903 no) skipdirs="${skipdirs} ${cross_only}" ;;
2904 esac
2906 # If both --with-headers and --with-libs are specified, default to
2907 # --without-newlib.
2908 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2909 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2910 if test x"${with_newlib}" = x ; then
2911 with_newlib=no
2915 # Recognize --with-newlib/--without-newlib.
2916 case ${with_newlib} in
2917 no) skipdirs="${skipdirs} target-newlib" ;;
2918 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2919 esac
2921 # Handle --enable-gold, --enable-ld.
2922 # --disable-gold [--enable-ld]
2923 # Build only ld. Default option.
2924 # --enable-gold [--enable-ld]
2925 # Build both gold and ld. Install gold as "ld.gold", install ld
2926 # as "ld.bfd" and "ld".
2927 # --enable-gold=default [--enable-ld]
2928 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2929 # install ld as "ld.bfd".
2930 # --enable-gold[=default] --disable-ld
2931 # Build only gold, which is then installed as both "ld.gold" and "ld".
2932 # --enable-gold --enable-ld=default
2933 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2934 # and ld.bfd).
2935 # In other words, ld is default
2936 # --enable-gold=default --enable-ld=default
2937 # Error.
2939 default_ld=
2940 # Check whether --enable-gold was given.
2941 if test "${enable_gold+set}" = set; then :
2942 enableval=$enable_gold; ENABLE_GOLD=$enableval
2943 else
2944 ENABLE_GOLD=no
2947 case "${ENABLE_GOLD}" in
2948 yes|default)
2949 # Check for ELF target.
2950 is_elf=no
2951 case "${target}" in
2952 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2953 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2954 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2955 | *-*-solaris2* | *-*-nto*)
2956 case "${target}" in
2957 *-*-linux*aout* | *-*-linux*oldld*)
2960 is_elf=yes
2962 esac
2963 esac
2965 if test "$is_elf" = "yes"; then
2966 # Check for target supported by gold.
2967 case "${target}" in
2968 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
2969 configdirs="$configdirs gold"
2970 if test x${ENABLE_GOLD} = xdefault; then
2971 default_ld=gold
2973 ENABLE_GOLD=yes
2975 esac
2981 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2983 esac
2985 # Check whether --enable-ld was given.
2986 if test "${enable_ld+set}" = set; then :
2987 enableval=$enable_ld; ENABLE_LD=$enableval
2988 else
2989 ENABLE_LD=yes
2993 case "${ENABLE_LD}" in
2994 default)
2995 if test x${default_ld} != x; then
2996 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2999 yes)
3002 if test x${ENABLE_GOLD} != xyes; then
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3004 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3006 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3009 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3011 esac
3013 # Configure extra directories which are host specific
3015 case "${host}" in
3016 *-cygwin*)
3017 configdirs="$configdirs libtermcap" ;;
3018 esac
3020 # A target can indicate whether a language isn't supported for some reason.
3021 # Only spaces may be used in this macro; not newlines or tabs.
3022 unsupported_languages=
3024 # Remove more programs from consideration, based on the host or
3025 # target this usually means that a port of the program doesn't
3026 # exist yet.
3028 case "${host}" in
3029 i[3456789]86-*-msdosdjgpp*)
3030 noconfigdirs="$noconfigdirs tcl tk itcl"
3032 esac
3035 # Check whether --enable-libquadmath was given.
3036 if test "${enable_libquadmath+set}" = set; then :
3037 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3038 else
3039 ENABLE_LIBQUADMATH=yes
3042 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3043 noconfigdirs="$noconfigdirs target-libquadmath"
3047 # Check whether --enable-libquadmath-support was given.
3048 if test "${enable_libquadmath_support+set}" = set; then :
3049 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3050 else
3051 ENABLE_LIBQUADMATH_SUPPORT=yes
3054 enable_libquadmath_support=
3055 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3056 enable_libquadmath_support=no
3060 # Check whether --enable-libada was given.
3061 if test "${enable_libada+set}" = set; then :
3062 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3063 else
3064 ENABLE_LIBADA=yes
3067 if test "${ENABLE_LIBADA}" != "yes" ; then
3068 noconfigdirs="$noconfigdirs gnattools"
3071 # Check whether --enable-libssp was given.
3072 if test "${enable_libssp+set}" = set; then :
3073 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3074 else
3075 ENABLE_LIBSSP=yes
3079 # Check whether --enable-libstdcxx was given.
3080 if test "${enable_libstdcxx+set}" = set; then :
3081 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3082 else
3083 ENABLE_LIBSTDCXX=default
3086 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3087 noconfigdirs="$noconfigdirs libstdc++-v3"
3090 # Save it here so that, even in case of --enable-libgcj, if the Java
3091 # front-end isn't enabled, we still get libgcj disabled.
3092 libgcj_saved=$libgcj
3093 case $enable_libgcj in
3094 yes)
3095 # If we reset it here, it won't get added to noconfigdirs in the
3096 # target-specific build rules, so it will be forcibly enabled
3097 # (unless the Java language itself isn't enabled).
3098 libgcj=
3101 # Make sure we get it printed in the list of not supported target libs.
3102 # Don't disable libffi, though, other languages use it.
3103 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3104 # Clear libgcj_saved so that even if java is enabled libffi won't be
3105 # built.
3106 libgcj_saved=
3108 esac
3110 # Check whether --enable-static-libjava was given.
3111 if test "${enable_static_libjava+set}" = set; then :
3112 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3113 else
3114 ENABLE_STATIC_LIBJAVA=no
3117 enable_static_libjava=
3118 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3119 enable_static_libjava=yes
3122 if test x$enable_static_libjava != xyes ; then
3123 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3127 # Disable libmudflap on some systems.
3128 if test x$enable_libmudflap = x ; then
3129 case "${target}" in
3130 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3131 # Enable libmudflap by default in GNU and friends.
3133 *-*-freebsd*)
3134 # Enable libmudflap by default in FreeBSD.
3137 # Disable it by default everywhere else.
3138 noconfigdirs="$noconfigdirs target-libmudflap"
3140 esac
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 libitm on unsupported systems.
3181 if test -d ${srcdir}/libitm; then
3182 if test x$enable_libitm = x; then
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3184 $as_echo_n "checking for libitm support... " >&6; }
3185 if (srcdir=${srcdir}/libitm; \
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-libitm"
3192 else
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3194 $as_echo "yes" >&6; }
3199 # Disable libquadmath for some systems.
3200 case "${target}" in
3201 # libquadmath is unused on AIX and libquadmath build process use of
3202 # LD_LIBRARY_PATH can break AIX bootstrap.
3203 powerpc-*-aix* | rs6000-*-aix*)
3204 noconfigdirs="$noconfigdirs target-libquadmath"
3206 esac
3208 # Disable libsanitizer for some systems.
3209 case "${target}" in
3210 cris-*-* | crisv32-*-* | mmix-*-*)
3211 noconfigdirs="$noconfigdirs target-libsanitizer"
3213 esac
3215 # Disable libssp for some systems.
3216 case "${target}" in
3217 avr-*-*)
3218 # No hosted I/O support.
3219 noconfigdirs="$noconfigdirs target-libssp"
3221 powerpc-*-aix* | rs6000-*-aix*)
3222 noconfigdirs="$noconfigdirs target-libssp"
3224 rl78-*-*)
3225 # libssp uses a misaligned load to trigger a fault, but the RL78
3226 # doesn't fault for those - instead, it gives a build-time error
3227 # for explicit misaligned loads.
3228 noconfigdirs="$noconfigdirs target-libssp"
3230 esac
3232 # Disable libquadmath for some systems.
3233 case "${target}" in
3234 avr-*-*)
3235 noconfigdirs="$noconfigdirs target-libquadmath"
3237 esac
3239 # Disable libstdc++-v3 for some systems.
3240 # Allow user to override this if they pass --enable-libstdc++-v3
3241 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3242 case "${target}" in
3243 *-*-vxworks*)
3244 # VxWorks uses the Dinkumware C++ library.
3245 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3247 arm*-wince-pe*)
3248 # the C++ libraries don't build on top of CE's C libraries
3249 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3251 avr-*-*)
3252 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3254 esac
3257 # Disable Fortran for some systems.
3258 case "${target}" in
3259 mmix-*-*)
3260 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3261 unsupported_languages="$unsupported_languages fortran"
3263 esac
3265 # Disable Java if libffi is not supported.
3266 case "${target}" in
3267 alpha*-*-*)
3269 arm*-*-*)
3271 cris-*-*)
3273 frv-*-*)
3275 hppa*-*-linux*)
3277 hppa*-*-hpux*)
3279 i?86-*-*)
3281 ia64*-*-*)
3283 m32r*-*-*)
3285 m68k-*-*)
3287 mips*-*-rtems*)
3289 mips*-*-linux*)
3291 powerpc*-*-linux*)
3293 powerpc-*-darwin*)
3295 powerpc-*-aix* | rs6000-*-aix*)
3297 powerpc-*-freebsd*)
3299 powerpc64-*-freebsd*)
3301 powerpc*-*-rtems*)
3303 s390-*-* | s390x-*-*)
3305 sh-*-* | sh[34]*-*-*)
3307 sh64-*-* | sh5*-*-*)
3309 sparc*-*-*)
3311 x86_64-*-*)
3313 *-*-*)
3314 unsupported_languages="$unsupported_languages java"
3316 esac
3318 # Disable Java, libgcj or related libraries for some systems.
3319 case "${target}" in
3320 powerpc-*-darwin*)
3322 i[3456789]86-*-darwin*)
3324 x86_64-*-darwin[912]*)
3326 *-*-darwin*)
3327 noconfigdirs="$noconfigdirs ${libgcj}"
3329 *-*-netware*)
3330 noconfigdirs="$noconfigdirs ${libgcj}"
3332 *-*-rtems*)
3333 noconfigdirs="$noconfigdirs ${libgcj}"
3335 *-*-tpf*)
3336 noconfigdirs="$noconfigdirs ${libgcj}"
3338 *-*-uclinux*)
3339 noconfigdirs="$noconfigdirs ${libgcj}"
3341 *-*-vxworks*)
3342 noconfigdirs="$noconfigdirs ${libgcj}"
3344 alpha*-*-*vms*)
3345 noconfigdirs="$noconfigdirs ${libgcj}"
3347 arm-wince-pe)
3348 noconfigdirs="$noconfigdirs ${libgcj}"
3350 arm*-*-symbianelf*)
3351 noconfigdirs="$noconfigdirs ${libgcj}"
3353 bfin-*-*)
3354 noconfigdirs="$noconfigdirs target-boehm-gc"
3356 cris-*-* | crisv32-*-*)
3357 unsupported_languages="$unsupported_languages java"
3358 case "${target}" in
3359 *-*-linux*)
3361 *) # See PR46792 regarding target-libffi.
3362 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3363 esac
3365 hppa*64*-*-linux*)
3366 # In this case, it's because the hppa64-linux target is for
3367 # the kernel only at this point and has no libc, and thus no
3368 # headers, crt*.o, etc., all of which are needed by these.
3369 unsupported_languages="$unsupported_languages java"
3371 hppa*64*-*-hpux*)
3372 noconfigdirs="$noconfigdirs ${libgcj}"
3374 hppa*-hp-hpux11*)
3376 hppa*-*-hpux*)
3377 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3378 # build on HP-UX 10.20.
3379 noconfigdirs="$noconfigdirs ${libgcj}"
3381 ia64*-*-*vms*)
3382 noconfigdirs="$noconfigdirs ${libgcj}"
3384 i[3456789]86-w64-mingw*)
3385 noconfigdirs="$noconfigdirs ${libgcj}"
3387 i[3456789]86-*-mingw*)
3388 noconfigdirs="$noconfigdirs ${libgcj}"
3390 x86_64-*-mingw*)
3391 noconfigdirs="$noconfigdirs ${libgcj}"
3393 mmix-*-*)
3394 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
3396 powerpc-*-aix*)
3397 # copied from rs6000-*-* entry
3398 noconfigdirs="$noconfigdirs ${libgcj}"
3400 rs6000-*-aix*)
3401 noconfigdirs="$noconfigdirs ${libgcj}"
3403 *-*-lynxos*)
3404 noconfigdirs="$noconfigdirs ${libgcj}"
3406 esac
3408 # Default libgloss CPU subdirectory.
3409 libgloss_dir="$target_cpu"
3411 case "${target}" in
3412 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3413 libgloss_dir=wince
3415 arm*-*-*)
3416 libgloss_dir=arm
3418 cris-*-* | crisv32-*-*)
3419 libgloss_dir=cris
3421 hppa*-*-*)
3422 libgloss_dir=pa
3424 i[3456789]86-*-*)
3425 libgloss_dir=i386
3427 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3428 libgloss_dir=m68hc11
3430 m68*-*-* | fido-*-*)
3431 libgloss_dir=m68k
3433 mips*-*-*)
3434 libgloss_dir=mips
3436 powerpc*-*-*)
3437 libgloss_dir=rs6000
3439 sparc*-*-*)
3440 libgloss_dir=sparc
3442 esac
3444 # Disable newlib and libgloss for various target OSes.
3445 case "${target}" in
3446 alpha*-dec-osf*)
3447 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3449 i[3456789]86-*-linux*)
3450 # This section makes it possible to build newlib natively on linux.
3451 # If we are using a cross compiler then don't configure newlib.
3452 if test x${is_cross_compiler} != xno ; then
3453 noconfigdirs="$noconfigdirs target-newlib"
3455 noconfigdirs="$noconfigdirs target-libgloss"
3456 # If we are not using a cross compiler, do configure newlib.
3457 # Note however, that newlib will only be configured in this situation
3458 # if the --with-newlib option has been given, because otherwise
3459 # 'target-newlib' will appear in skipdirs.
3461 i[3456789]86-*-rdos*)
3462 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3464 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3465 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3467 sparc-*-sunos4*)
3468 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3470 *-*-aix*)
3471 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3473 *-*-beos*)
3474 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3476 *-*-chorusos)
3477 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3479 *-*-dragonfly*)
3480 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3482 *-*-freebsd*)
3483 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3485 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3486 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3488 *-*-lynxos*)
3489 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3491 *-*-mingw*)
3492 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3494 *-*-netbsd*)
3495 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3497 *-*-netware*)
3498 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3500 *-*-tpf*)
3501 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3503 *-*-uclinux*)
3504 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3506 *-*-vxworks*)
3507 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3509 esac
3511 case "${target}" in
3512 *-*-chorusos)
3514 powerpc-*-darwin*)
3515 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3516 noconfigdirs="$noconfigdirs sim target-rda"
3518 i[3456789]86-*-darwin*)
3519 noconfigdirs="$noconfigdirs ld gprof"
3520 noconfigdirs="$noconfigdirs sim target-rda"
3522 x86_64-*-darwin[912]*)
3523 noconfigdirs="$noconfigdirs ld gas gprof"
3524 noconfigdirs="$noconfigdirs sim target-rda"
3526 *-*-darwin*)
3527 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3528 noconfigdirs="$noconfigdirs sim target-rda"
3530 *-*-dragonfly*)
3532 *-*-freebsd*)
3533 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3534 && test -f /usr/local/include/gmp.h; then
3535 with_gmp=/usr/local
3538 *-*-kaos*)
3539 # Remove unsupported stuff on all kaOS configurations.
3540 noconfigdirs="$noconfigdirs target-libgloss"
3542 *-*-netbsd*)
3544 *-*-netware*)
3546 *-*-rtems*)
3547 noconfigdirs="$noconfigdirs target-libgloss"
3549 # The tpf target doesn't support gdb yet.
3550 *-*-tpf*)
3551 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
3553 *-*-uclinux*)
3554 noconfigdirs="$noconfigdirs target-rda"
3556 *-*-vxworks*)
3558 alpha*-dec-osf*)
3559 # ld works, but does not support shared libraries.
3560 # gas doesn't generate exception information.
3561 noconfigdirs="$noconfigdirs gas ld"
3563 alpha*-*-*vms*)
3564 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3566 alpha*-*-*)
3567 # newlib is not 64 bit ready
3568 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3570 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3571 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3573 arc-*-*)
3574 noconfigdirs="$noconfigdirs target-libgloss"
3576 arm-*-pe*)
3577 noconfigdirs="$noconfigdirs target-libgloss"
3579 arm-*-riscix*)
3580 noconfigdirs="$noconfigdirs ld target-libgloss"
3582 avr-*-rtems*)
3584 avr-*-*)
3585 if test x${with_avrlibc} != xno; then
3586 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3589 c4x-*-* | tic4x-*-*)
3590 noconfigdirs="$noconfigdirs target-libgloss"
3592 tic54x-*-*)
3593 noconfigdirs="$noconfigdirs target-libgloss gdb"
3595 d10v-*-*)
3596 noconfigdirs="$noconfigdirs target-libgloss"
3598 d30v-*-*)
3599 noconfigdirs="$noconfigdirs gdb"
3601 fr30-*-elf*)
3602 noconfigdirs="$noconfigdirs gdb"
3604 moxie-*-*)
3605 noconfigdirs="$noconfigdirs gprof"
3607 h8300*-*-*)
3608 noconfigdirs="$noconfigdirs target-libgloss"
3610 h8500-*-*)
3611 noconfigdirs="$noconfigdirs target-libgloss"
3613 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3615 hppa*64*-*-linux*)
3617 hppa*-*-linux*)
3619 hppa*-*-*elf* | \
3620 hppa*-*-lites* | \
3621 hppa*-*-openbsd* | \
3622 hppa*64*-*-*)
3624 hppa*-hp-hpux11*)
3625 noconfigdirs="$noconfigdirs ld"
3627 hppa*-*-pro*)
3629 hppa*-*-*)
3630 noconfigdirs="$noconfigdirs ld"
3632 i960-*-*)
3633 noconfigdirs="$noconfigdirs gdb"
3635 ia64*-*-elf*)
3636 # No gdb support yet.
3637 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3639 ia64*-**-hpux*)
3640 # No ld support yet.
3641 noconfigdirs="$noconfigdirs libgui itcl ld"
3643 ia64*-*-*vms*)
3644 # No ld support yet.
3645 noconfigdirs="$noconfigdirs libgui itcl ld"
3647 i[3456789]86-w64-mingw*)
3649 i[3456789]86-*-mingw*)
3650 target_configdirs="$target_configdirs target-winsup"
3652 *-*-cygwin*)
3653 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3654 noconfigdirs="$noconfigdirs target-libgloss"
3655 # always build newlib if winsup directory is present.
3656 if test -d "$srcdir/winsup/cygwin"; then
3657 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3658 elif test -d "$srcdir/newlib"; then
3659 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3662 i[3456789]86-*-pe)
3663 noconfigdirs="$noconfigdirs target-libgloss"
3665 i[3456789]86-*-sco3.2v5*)
3666 # The linker does not yet know about weak symbols in COFF,
3667 # and is not configured to handle mixed ELF and COFF.
3668 noconfigdirs="$noconfigdirs ld target-libgloss"
3670 i[3456789]86-*-sco*)
3671 noconfigdirs="$noconfigdirs gprof target-libgloss"
3673 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
3674 noconfigdirs="$noconfigdirs target-libgloss"
3676 i[3456789]86-*-sysv4*)
3677 noconfigdirs="$noconfigdirs target-libgloss"
3679 i[3456789]86-*-beos*)
3680 noconfigdirs="$noconfigdirs gdb"
3682 i[3456789]86-*-rdos*)
3683 noconfigdirs="$noconfigdirs gdb"
3685 mmix-*-*)
3686 noconfigdirs="$noconfigdirs gdb"
3688 mt-*-*)
3689 noconfigdirs="$noconfigdirs sim"
3691 powerpc-*-aix*)
3692 # copied from rs6000-*-* entry
3693 noconfigdirs="$noconfigdirs gprof"
3695 powerpc*-*-winnt* | powerpc*-*-pe*)
3696 target_configdirs="$target_configdirs target-winsup"
3697 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
3698 # always build newlib.
3699 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3701 # This is temporary until we can link against shared libraries
3702 powerpcle-*-solaris*)
3703 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
3705 powerpc-*-beos*)
3706 noconfigdirs="$noconfigdirs gdb"
3708 rs6000-*-lynxos*)
3709 noconfigdirs="$noconfigdirs gprof"
3711 rs6000-*-aix*)
3712 noconfigdirs="$noconfigdirs gprof"
3714 rs6000-*-*)
3715 noconfigdirs="$noconfigdirs gprof"
3717 m68k-apollo-*)
3718 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
3720 microblaze*)
3721 noconfigdirs="$noconfigdirs gprof"
3723 mips*-sde-elf* | mips*-mti-elf*)
3724 if test x$with_newlib = xyes; then
3725 noconfigdirs="$noconfigdirs gprof"
3728 mips*-*-irix5*)
3729 noconfigdirs="$noconfigdirs gprof target-libgloss"
3731 mips*-*-irix6*)
3732 noconfigdirs="$noconfigdirs gprof target-libgloss"
3734 mips*-*-bsd*)
3735 noconfigdirs="$noconfigdirs gprof target-libgloss"
3737 mips*-*-linux*)
3739 mips*-*-*)
3740 noconfigdirs="$noconfigdirs gprof"
3742 sh-*-* | sh64-*-*)
3743 case "${target}" in
3744 sh*-*-elf)
3747 noconfigdirs="$noconfigdirs target-libgloss" ;;
3748 esac
3750 sparc-*-sunos4*)
3751 if test x${is_cross_compiler} = xno ; then
3752 use_gnu_ld=no
3755 tic6x-*-*)
3756 noconfigdirs="$noconfigdirs sim"
3758 tilepro-*-* | tilegx-*-*)
3759 noconfigdirs="$noconfigdirs sim"
3761 v810-*-*)
3762 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3764 vax-*-*)
3765 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3767 esac
3769 # If we aren't building newlib, then don't build libgloss, since libgloss
3770 # depends upon some newlib header files.
3771 case "${noconfigdirs}" in
3772 *target-libgloss*) ;;
3773 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3774 esac
3776 # Work in distributions that contain no compiler tools, like Autoconf.
3777 host_makefile_frag=/dev/null
3778 if test -d ${srcdir}/config ; then
3779 case "${host}" in
3780 i[3456789]86-*-msdosdjgpp*)
3781 host_makefile_frag="config/mh-djgpp"
3783 *-cygwin*)
3785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3786 $as_echo_n "checking to see if cat works as expected... " >&6; }
3787 echo a >cygwin-cat-check
3788 if test `cat cygwin-cat-check` = a ; then
3789 rm cygwin-cat-check
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3791 $as_echo "yes" >&6; }
3792 else
3793 rm cygwin-cat-check
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3795 $as_echo "no" >&6; }
3796 as_fn_error "The cat command does not ignore carriage return characters.
3797 Please either mount the build directory in binary mode or run the following
3798 commands before running any configure script:
3799 set -o igncr
3800 export SHELLOPTS
3801 " "$LINENO" 5
3804 host_makefile_frag="config/mh-cygwin"
3806 *-mingw*)
3807 host_makefile_frag="config/mh-mingw"
3809 hppa*-hp-hpux10*)
3810 host_makefile_frag="config/mh-pa-hpux10"
3812 hppa*-hp-hpux*)
3813 host_makefile_frag="config/mh-pa"
3815 hppa*-*)
3816 host_makefile_frag="config/mh-pa"
3818 *-*-darwin*)
3819 host_makefile_frag="config/mh-darwin"
3821 powerpc-*-aix*)
3822 host_makefile_frag="config/mh-ppc-aix"
3824 rs6000-*-aix*)
3825 host_makefile_frag="config/mh-ppc-aix"
3827 esac
3830 if test "${build}" != "${host}" ; then
3831 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3832 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3833 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3834 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3835 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3836 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3837 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3838 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3839 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3840 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3841 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3842 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3843 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3844 else
3845 AR_FOR_BUILD="\$(AR)"
3846 AS_FOR_BUILD="\$(AS)"
3847 CC_FOR_BUILD="\$(CC)"
3848 CXX_FOR_BUILD="\$(CXX)"
3849 GCJ_FOR_BUILD="\$(GCJ)"
3850 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3851 GOC_FOR_BUILD="\$(GOC)"
3852 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3853 LD_FOR_BUILD="\$(LD)"
3854 NM_FOR_BUILD="\$(NM)"
3855 RANLIB_FOR_BUILD="\$(RANLIB)"
3856 WINDRES_FOR_BUILD="\$(WINDRES)"
3857 WINDMC_FOR_BUILD="\$(WINDMC)"
3860 ac_ext=c
3861 ac_cpp='$CPP $CPPFLAGS'
3862 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3863 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3864 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3865 if test -n "$ac_tool_prefix"; then
3866 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3867 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3869 $as_echo_n "checking for $ac_word... " >&6; }
3870 if test "${ac_cv_prog_CC+set}" = set; then :
3871 $as_echo_n "(cached) " >&6
3872 else
3873 if test -n "$CC"; then
3874 ac_cv_prog_CC="$CC" # Let the user override the test.
3875 else
3876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877 for as_dir in $PATH
3879 IFS=$as_save_IFS
3880 test -z "$as_dir" && as_dir=.
3881 for ac_exec_ext in '' $ac_executable_extensions; do
3882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3883 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3885 break 2
3887 done
3888 done
3889 IFS=$as_save_IFS
3893 CC=$ac_cv_prog_CC
3894 if test -n "$CC"; then
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3896 $as_echo "$CC" >&6; }
3897 else
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3899 $as_echo "no" >&6; }
3904 if test -z "$ac_cv_prog_CC"; then
3905 ac_ct_CC=$CC
3906 # Extract the first word of "gcc", so it can be a program name with args.
3907 set dummy gcc; ac_word=$2
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3909 $as_echo_n "checking for $ac_word... " >&6; }
3910 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3911 $as_echo_n "(cached) " >&6
3912 else
3913 if test -n "$ac_ct_CC"; then
3914 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3915 else
3916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3917 for as_dir in $PATH
3919 IFS=$as_save_IFS
3920 test -z "$as_dir" && as_dir=.
3921 for ac_exec_ext in '' $ac_executable_extensions; do
3922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3923 ac_cv_prog_ac_ct_CC="gcc"
3924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3925 break 2
3927 done
3928 done
3929 IFS=$as_save_IFS
3933 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3934 if test -n "$ac_ct_CC"; then
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3936 $as_echo "$ac_ct_CC" >&6; }
3937 else
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3939 $as_echo "no" >&6; }
3942 if test "x$ac_ct_CC" = x; then
3943 CC=""
3944 else
3945 case $cross_compiling:$ac_tool_warned in
3946 yes:)
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3948 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3949 ac_tool_warned=yes ;;
3950 esac
3951 CC=$ac_ct_CC
3953 else
3954 CC="$ac_cv_prog_CC"
3957 if test -z "$CC"; then
3958 if test -n "$ac_tool_prefix"; then
3959 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3960 set dummy ${ac_tool_prefix}cc; ac_word=$2
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3962 $as_echo_n "checking for $ac_word... " >&6; }
3963 if test "${ac_cv_prog_CC+set}" = set; then :
3964 $as_echo_n "(cached) " >&6
3965 else
3966 if test -n "$CC"; then
3967 ac_cv_prog_CC="$CC" # Let the user override the test.
3968 else
3969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3970 for as_dir in $PATH
3972 IFS=$as_save_IFS
3973 test -z "$as_dir" && as_dir=.
3974 for ac_exec_ext in '' $ac_executable_extensions; do
3975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3976 ac_cv_prog_CC="${ac_tool_prefix}cc"
3977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3978 break 2
3980 done
3981 done
3982 IFS=$as_save_IFS
3986 CC=$ac_cv_prog_CC
3987 if test -n "$CC"; then
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3989 $as_echo "$CC" >&6; }
3990 else
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3992 $as_echo "no" >&6; }
3998 if test -z "$CC"; then
3999 # Extract the first word of "cc", so it can be a program name with args.
4000 set dummy cc; ac_word=$2
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4002 $as_echo_n "checking for $ac_word... " >&6; }
4003 if test "${ac_cv_prog_CC+set}" = set; then :
4004 $as_echo_n "(cached) " >&6
4005 else
4006 if test -n "$CC"; then
4007 ac_cv_prog_CC="$CC" # Let the user override the test.
4008 else
4009 ac_prog_rejected=no
4010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4011 for as_dir in $PATH
4013 IFS=$as_save_IFS
4014 test -z "$as_dir" && as_dir=.
4015 for ac_exec_ext in '' $ac_executable_extensions; do
4016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4017 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4018 ac_prog_rejected=yes
4019 continue
4021 ac_cv_prog_CC="cc"
4022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4023 break 2
4025 done
4026 done
4027 IFS=$as_save_IFS
4029 if test $ac_prog_rejected = yes; then
4030 # We found a bogon in the path, so make sure we never use it.
4031 set dummy $ac_cv_prog_CC
4032 shift
4033 if test $# != 0; then
4034 # We chose a different compiler from the bogus one.
4035 # However, it has the same basename, so the bogon will be chosen
4036 # first if we set CC to just the basename; use the full file name.
4037 shift
4038 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4043 CC=$ac_cv_prog_CC
4044 if test -n "$CC"; then
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4046 $as_echo "$CC" >&6; }
4047 else
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4049 $as_echo "no" >&6; }
4054 if test -z "$CC"; then
4055 if test -n "$ac_tool_prefix"; then
4056 for ac_prog in cl.exe
4058 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4059 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4061 $as_echo_n "checking for $ac_word... " >&6; }
4062 if test "${ac_cv_prog_CC+set}" = set; then :
4063 $as_echo_n "(cached) " >&6
4064 else
4065 if test -n "$CC"; then
4066 ac_cv_prog_CC="$CC" # Let the user override the test.
4067 else
4068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4069 for as_dir in $PATH
4071 IFS=$as_save_IFS
4072 test -z "$as_dir" && as_dir=.
4073 for ac_exec_ext in '' $ac_executable_extensions; do
4074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4075 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4077 break 2
4079 done
4080 done
4081 IFS=$as_save_IFS
4085 CC=$ac_cv_prog_CC
4086 if test -n "$CC"; then
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4088 $as_echo "$CC" >&6; }
4089 else
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4091 $as_echo "no" >&6; }
4095 test -n "$CC" && break
4096 done
4098 if test -z "$CC"; then
4099 ac_ct_CC=$CC
4100 for ac_prog in cl.exe
4102 # Extract the first word of "$ac_prog", so it can be a program name with args.
4103 set dummy $ac_prog; ac_word=$2
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4105 $as_echo_n "checking for $ac_word... " >&6; }
4106 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4107 $as_echo_n "(cached) " >&6
4108 else
4109 if test -n "$ac_ct_CC"; then
4110 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4111 else
4112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4113 for as_dir in $PATH
4115 IFS=$as_save_IFS
4116 test -z "$as_dir" && as_dir=.
4117 for ac_exec_ext in '' $ac_executable_extensions; do
4118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4119 ac_cv_prog_ac_ct_CC="$ac_prog"
4120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4121 break 2
4123 done
4124 done
4125 IFS=$as_save_IFS
4129 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4130 if test -n "$ac_ct_CC"; then
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4132 $as_echo "$ac_ct_CC" >&6; }
4133 else
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4135 $as_echo "no" >&6; }
4139 test -n "$ac_ct_CC" && break
4140 done
4142 if test "x$ac_ct_CC" = x; then
4143 CC=""
4144 else
4145 case $cross_compiling:$ac_tool_warned in
4146 yes:)
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4148 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4149 ac_tool_warned=yes ;;
4150 esac
4151 CC=$ac_ct_CC
4158 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4159 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4160 as_fn_error "no acceptable C compiler found in \$PATH
4161 See \`config.log' for more details." "$LINENO" 5; }
4163 # Provide some information about the compiler.
4164 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4165 set X $ac_compile
4166 ac_compiler=$2
4167 for ac_option in --version -v -V -qversion; do
4168 { { ac_try="$ac_compiler $ac_option >&5"
4169 case "(($ac_try" in
4170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4171 *) ac_try_echo=$ac_try;;
4172 esac
4173 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4174 $as_echo "$ac_try_echo"; } >&5
4175 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4176 ac_status=$?
4177 if test -s conftest.err; then
4178 sed '10a\
4179 ... rest of stderr output deleted ...
4180 10q' conftest.err >conftest.er1
4181 cat conftest.er1 >&5
4182 rm -f conftest.er1 conftest.err
4184 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4185 test $ac_status = 0; }
4186 done
4188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4189 /* end confdefs.h. */
4192 main ()
4196 return 0;
4198 _ACEOF
4199 ac_clean_files_save=$ac_clean_files
4200 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4201 # Try to create an executable without -o first, disregard a.out.
4202 # It will help us diagnose broken compilers, and finding out an intuition
4203 # of exeext.
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4205 $as_echo_n "checking for C compiler default output file name... " >&6; }
4206 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4208 # The possible output files:
4209 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4211 ac_rmfiles=
4212 for ac_file in $ac_files
4214 case $ac_file in
4215 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4216 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4217 esac
4218 done
4219 rm -f $ac_rmfiles
4221 if { { ac_try="$ac_link_default"
4222 case "(($ac_try" in
4223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4224 *) ac_try_echo=$ac_try;;
4225 esac
4226 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4227 $as_echo "$ac_try_echo"; } >&5
4228 (eval "$ac_link_default") 2>&5
4229 ac_status=$?
4230 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4231 test $ac_status = 0; }; then :
4232 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4233 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4234 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4235 # so that the user can short-circuit this test for compilers unknown to
4236 # Autoconf.
4237 for ac_file in $ac_files ''
4239 test -f "$ac_file" || continue
4240 case $ac_file in
4241 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4243 [ab].out )
4244 # We found the default executable, but exeext='' is most
4245 # certainly right.
4246 break;;
4247 *.* )
4248 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4249 then :; else
4250 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4252 # We set ac_cv_exeext here because the later test for it is not
4253 # safe: cross compilers may not add the suffix if given an `-o'
4254 # argument, so we may need to know it at that point already.
4255 # Even if this section looks crufty: it has the advantage of
4256 # actually working.
4257 break;;
4259 break;;
4260 esac
4261 done
4262 test "$ac_cv_exeext" = no && ac_cv_exeext=
4264 else
4265 ac_file=''
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4268 $as_echo "$ac_file" >&6; }
4269 if test -z "$ac_file"; then :
4270 $as_echo "$as_me: failed program was:" >&5
4271 sed 's/^/| /' conftest.$ac_ext >&5
4273 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4274 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4275 { as_fn_set_status 77
4276 as_fn_error "C compiler cannot create executables
4277 See \`config.log' for more details." "$LINENO" 5; }; }
4279 ac_exeext=$ac_cv_exeext
4281 # Check that the compiler produces executables we can run. If not, either
4282 # the compiler is broken, or we cross compile.
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4284 $as_echo_n "checking whether the C compiler works... " >&6; }
4285 # If not cross compiling, check that we can run a simple program.
4286 if test "$cross_compiling" != yes; then
4287 if { ac_try='./$ac_file'
4288 { { case "(($ac_try" in
4289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4290 *) ac_try_echo=$ac_try;;
4291 esac
4292 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4293 $as_echo "$ac_try_echo"; } >&5
4294 (eval "$ac_try") 2>&5
4295 ac_status=$?
4296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4297 test $ac_status = 0; }; }; then
4298 cross_compiling=no
4299 else
4300 if test "$cross_compiling" = maybe; then
4301 cross_compiling=yes
4302 else
4303 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4304 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4305 as_fn_error "cannot run C compiled programs.
4306 If you meant to cross compile, use \`--host'.
4307 See \`config.log' for more details." "$LINENO" 5; }
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4312 $as_echo "yes" >&6; }
4314 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4315 ac_clean_files=$ac_clean_files_save
4316 # Check that the compiler produces executables we can run. If not, either
4317 # the compiler is broken, or we cross compile.
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4319 $as_echo_n "checking whether we are cross compiling... " >&6; }
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4321 $as_echo "$cross_compiling" >&6; }
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4324 $as_echo_n "checking for suffix of executables... " >&6; }
4325 if { { ac_try="$ac_link"
4326 case "(($ac_try" in
4327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4328 *) ac_try_echo=$ac_try;;
4329 esac
4330 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4331 $as_echo "$ac_try_echo"; } >&5
4332 (eval "$ac_link") 2>&5
4333 ac_status=$?
4334 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4335 test $ac_status = 0; }; then :
4336 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4337 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4338 # work properly (i.e., refer to `conftest.exe'), while it won't with
4339 # `rm'.
4340 for ac_file in conftest.exe conftest conftest.*; do
4341 test -f "$ac_file" || continue
4342 case $ac_file in
4343 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4344 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4345 break;;
4346 * ) break;;
4347 esac
4348 done
4349 else
4350 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4351 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4352 as_fn_error "cannot compute suffix of executables: cannot compile and link
4353 See \`config.log' for more details." "$LINENO" 5; }
4355 rm -f conftest$ac_cv_exeext
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4357 $as_echo "$ac_cv_exeext" >&6; }
4359 rm -f conftest.$ac_ext
4360 EXEEXT=$ac_cv_exeext
4361 ac_exeext=$EXEEXT
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4363 $as_echo_n "checking for suffix of object files... " >&6; }
4364 if test "${ac_cv_objext+set}" = set; then :
4365 $as_echo_n "(cached) " >&6
4366 else
4367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4368 /* end confdefs.h. */
4371 main ()
4375 return 0;
4377 _ACEOF
4378 rm -f conftest.o conftest.obj
4379 if { { ac_try="$ac_compile"
4380 case "(($ac_try" in
4381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4382 *) ac_try_echo=$ac_try;;
4383 esac
4384 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4385 $as_echo "$ac_try_echo"; } >&5
4386 (eval "$ac_compile") 2>&5
4387 ac_status=$?
4388 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4389 test $ac_status = 0; }; then :
4390 for ac_file in conftest.o conftest.obj conftest.*; do
4391 test -f "$ac_file" || continue;
4392 case $ac_file in
4393 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4394 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4395 break;;
4396 esac
4397 done
4398 else
4399 $as_echo "$as_me: failed program was:" >&5
4400 sed 's/^/| /' conftest.$ac_ext >&5
4402 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4403 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4404 as_fn_error "cannot compute suffix of object files: cannot compile
4405 See \`config.log' for more details." "$LINENO" 5; }
4407 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4410 $as_echo "$ac_cv_objext" >&6; }
4411 OBJEXT=$ac_cv_objext
4412 ac_objext=$OBJEXT
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4414 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4415 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4416 $as_echo_n "(cached) " >&6
4417 else
4418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4419 /* end confdefs.h. */
4422 main ()
4424 #ifndef __GNUC__
4425 choke me
4426 #endif
4429 return 0;
4431 _ACEOF
4432 if ac_fn_c_try_compile "$LINENO"; then :
4433 ac_compiler_gnu=yes
4434 else
4435 ac_compiler_gnu=no
4437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4438 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4442 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4443 if test $ac_compiler_gnu = yes; then
4444 GCC=yes
4445 else
4446 GCC=
4448 ac_test_CFLAGS=${CFLAGS+set}
4449 ac_save_CFLAGS=$CFLAGS
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4451 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4452 if test "${ac_cv_prog_cc_g+set}" = set; then :
4453 $as_echo_n "(cached) " >&6
4454 else
4455 ac_save_c_werror_flag=$ac_c_werror_flag
4456 ac_c_werror_flag=yes
4457 ac_cv_prog_cc_g=no
4458 CFLAGS="-g"
4459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4460 /* end confdefs.h. */
4463 main ()
4467 return 0;
4469 _ACEOF
4470 if ac_fn_c_try_compile "$LINENO"; then :
4471 ac_cv_prog_cc_g=yes
4472 else
4473 CFLAGS=""
4474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4475 /* end confdefs.h. */
4478 main ()
4482 return 0;
4484 _ACEOF
4485 if ac_fn_c_try_compile "$LINENO"; then :
4487 else
4488 ac_c_werror_flag=$ac_save_c_werror_flag
4489 CFLAGS="-g"
4490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4491 /* end confdefs.h. */
4494 main ()
4498 return 0;
4500 _ACEOF
4501 if ac_fn_c_try_compile "$LINENO"; then :
4502 ac_cv_prog_cc_g=yes
4504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4509 ac_c_werror_flag=$ac_save_c_werror_flag
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4512 $as_echo "$ac_cv_prog_cc_g" >&6; }
4513 if test "$ac_test_CFLAGS" = set; then
4514 CFLAGS=$ac_save_CFLAGS
4515 elif test $ac_cv_prog_cc_g = yes; then
4516 if test "$GCC" = yes; then
4517 CFLAGS="-g -O2"
4518 else
4519 CFLAGS="-g"
4521 else
4522 if test "$GCC" = yes; then
4523 CFLAGS="-O2"
4524 else
4525 CFLAGS=
4528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4529 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4530 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4531 $as_echo_n "(cached) " >&6
4532 else
4533 ac_cv_prog_cc_c89=no
4534 ac_save_CC=$CC
4535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4536 /* end confdefs.h. */
4537 #include <stdarg.h>
4538 #include <stdio.h>
4539 #include <sys/types.h>
4540 #include <sys/stat.h>
4541 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4542 struct buf { int x; };
4543 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4544 static char *e (p, i)
4545 char **p;
4546 int i;
4548 return p[i];
4550 static char *f (char * (*g) (char **, int), char **p, ...)
4552 char *s;
4553 va_list v;
4554 va_start (v,p);
4555 s = g (p, va_arg (v,int));
4556 va_end (v);
4557 return s;
4560 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4561 function prototypes and stuff, but not '\xHH' hex character constants.
4562 These don't provoke an error unfortunately, instead are silently treated
4563 as 'x'. The following induces an error, until -std is added to get
4564 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4565 array size at least. It's necessary to write '\x00'==0 to get something
4566 that's true only with -std. */
4567 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4569 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4570 inside strings and character constants. */
4571 #define FOO(x) 'x'
4572 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4574 int test (int i, double x);
4575 struct s1 {int (*f) (int a);};
4576 struct s2 {int (*f) (double a);};
4577 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4578 int argc;
4579 char **argv;
4581 main ()
4583 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4585 return 0;
4587 _ACEOF
4588 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4589 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4591 CC="$ac_save_CC $ac_arg"
4592 if ac_fn_c_try_compile "$LINENO"; then :
4593 ac_cv_prog_cc_c89=$ac_arg
4595 rm -f core conftest.err conftest.$ac_objext
4596 test "x$ac_cv_prog_cc_c89" != "xno" && break
4597 done
4598 rm -f conftest.$ac_ext
4599 CC=$ac_save_CC
4602 # AC_CACHE_VAL
4603 case "x$ac_cv_prog_cc_c89" in
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4606 $as_echo "none needed" >&6; } ;;
4607 xno)
4608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4609 $as_echo "unsupported" >&6; } ;;
4611 CC="$CC $ac_cv_prog_cc_c89"
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4613 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4614 esac
4615 if test "x$ac_cv_prog_cc_c89" != xno; then :
4619 ac_ext=c
4620 ac_cpp='$CPP $CPPFLAGS'
4621 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4622 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4623 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4625 ac_ext=cpp
4626 ac_cpp='$CXXCPP $CPPFLAGS'
4627 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4628 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4629 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4630 if test -z "$CXX"; then
4631 if test -n "$CCC"; then
4632 CXX=$CCC
4633 else
4634 if test -n "$ac_tool_prefix"; then
4635 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4637 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4638 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4640 $as_echo_n "checking for $ac_word... " >&6; }
4641 if test "${ac_cv_prog_CXX+set}" = set; then :
4642 $as_echo_n "(cached) " >&6
4643 else
4644 if test -n "$CXX"; then
4645 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4646 else
4647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4648 for as_dir in $PATH
4650 IFS=$as_save_IFS
4651 test -z "$as_dir" && as_dir=.
4652 for ac_exec_ext in '' $ac_executable_extensions; do
4653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4654 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4656 break 2
4658 done
4659 done
4660 IFS=$as_save_IFS
4664 CXX=$ac_cv_prog_CXX
4665 if test -n "$CXX"; then
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4667 $as_echo "$CXX" >&6; }
4668 else
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4670 $as_echo "no" >&6; }
4674 test -n "$CXX" && break
4675 done
4677 if test -z "$CXX"; then
4678 ac_ct_CXX=$CXX
4679 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4681 # Extract the first word of "$ac_prog", so it can be a program name with args.
4682 set dummy $ac_prog; ac_word=$2
4683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4684 $as_echo_n "checking for $ac_word... " >&6; }
4685 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4686 $as_echo_n "(cached) " >&6
4687 else
4688 if test -n "$ac_ct_CXX"; then
4689 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4690 else
4691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4692 for as_dir in $PATH
4694 IFS=$as_save_IFS
4695 test -z "$as_dir" && as_dir=.
4696 for ac_exec_ext in '' $ac_executable_extensions; do
4697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4698 ac_cv_prog_ac_ct_CXX="$ac_prog"
4699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4700 break 2
4702 done
4703 done
4704 IFS=$as_save_IFS
4708 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4709 if test -n "$ac_ct_CXX"; then
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4711 $as_echo "$ac_ct_CXX" >&6; }
4712 else
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4714 $as_echo "no" >&6; }
4718 test -n "$ac_ct_CXX" && break
4719 done
4721 if test "x$ac_ct_CXX" = x; then
4722 CXX="g++"
4723 else
4724 case $cross_compiling:$ac_tool_warned in
4725 yes:)
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4727 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4728 ac_tool_warned=yes ;;
4729 esac
4730 CXX=$ac_ct_CXX
4736 # Provide some information about the compiler.
4737 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4738 set X $ac_compile
4739 ac_compiler=$2
4740 for ac_option in --version -v -V -qversion; do
4741 { { ac_try="$ac_compiler $ac_option >&5"
4742 case "(($ac_try" in
4743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4744 *) ac_try_echo=$ac_try;;
4745 esac
4746 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4747 $as_echo "$ac_try_echo"; } >&5
4748 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4749 ac_status=$?
4750 if test -s conftest.err; then
4751 sed '10a\
4752 ... rest of stderr output deleted ...
4753 10q' conftest.err >conftest.er1
4754 cat conftest.er1 >&5
4755 rm -f conftest.er1 conftest.err
4757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4758 test $ac_status = 0; }
4759 done
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4762 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4763 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4764 $as_echo_n "(cached) " >&6
4765 else
4766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4767 /* end confdefs.h. */
4770 main ()
4772 #ifndef __GNUC__
4773 choke me
4774 #endif
4777 return 0;
4779 _ACEOF
4780 if ac_fn_cxx_try_compile "$LINENO"; then :
4781 ac_compiler_gnu=yes
4782 else
4783 ac_compiler_gnu=no
4785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4786 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4790 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4791 if test $ac_compiler_gnu = yes; then
4792 GXX=yes
4793 else
4794 GXX=
4796 ac_test_CXXFLAGS=${CXXFLAGS+set}
4797 ac_save_CXXFLAGS=$CXXFLAGS
4798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4799 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4800 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4801 $as_echo_n "(cached) " >&6
4802 else
4803 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4804 ac_cxx_werror_flag=yes
4805 ac_cv_prog_cxx_g=no
4806 CXXFLAGS="-g"
4807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4808 /* end confdefs.h. */
4811 main ()
4815 return 0;
4817 _ACEOF
4818 if ac_fn_cxx_try_compile "$LINENO"; then :
4819 ac_cv_prog_cxx_g=yes
4820 else
4821 CXXFLAGS=""
4822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4823 /* end confdefs.h. */
4826 main ()
4830 return 0;
4832 _ACEOF
4833 if ac_fn_cxx_try_compile "$LINENO"; then :
4835 else
4836 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4837 CXXFLAGS="-g"
4838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4839 /* end confdefs.h. */
4842 main ()
4846 return 0;
4848 _ACEOF
4849 if ac_fn_cxx_try_compile "$LINENO"; then :
4850 ac_cv_prog_cxx_g=yes
4852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4857 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4860 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4861 if test "$ac_test_CXXFLAGS" = set; then
4862 CXXFLAGS=$ac_save_CXXFLAGS
4863 elif test $ac_cv_prog_cxx_g = yes; then
4864 if test "$GXX" = yes; then
4865 CXXFLAGS="-g -O2"
4866 else
4867 CXXFLAGS="-g"
4869 else
4870 if test "$GXX" = yes; then
4871 CXXFLAGS="-O2"
4872 else
4873 CXXFLAGS=
4876 ac_ext=c
4877 ac_cpp='$CPP $CPPFLAGS'
4878 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4879 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4880 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4883 # We must set the default linker to the linker used by gcc for the correct
4884 # operation of libtool. If LD is not defined and we are using gcc, try to
4885 # set the LD default to the ld used by gcc.
4886 if test -z "$LD"; then
4887 if test "$GCC" = yes; then
4888 case $build in
4889 *-*-mingw*)
4890 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4892 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4893 esac
4894 case $gcc_prog_ld in
4895 # Accept absolute paths.
4896 [\\/]* | [A-Za-z]:[\\/]*)
4897 LD="$gcc_prog_ld" ;;
4898 esac
4902 # Check whether -static-libstdc++ -static-libgcc is supported.
4903 have_static_libs=no
4904 if test "$GCC" = yes; then
4905 saved_LDFLAGS="$LDFLAGS"
4907 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4909 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4910 ac_ext=cpp
4911 ac_cpp='$CXXCPP $CPPFLAGS'
4912 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4913 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4914 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4918 /* end confdefs.h. */
4920 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4921 #error -static-libstdc++ not implemented
4922 #endif
4923 int main() {}
4924 _ACEOF
4925 if ac_fn_cxx_try_link "$LINENO"; then :
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4927 $as_echo "yes" >&6; }; have_static_libs=yes
4928 else
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4930 $as_echo "no" >&6; }
4932 rm -f core conftest.err conftest.$ac_objext \
4933 conftest$ac_exeext conftest.$ac_ext
4934 ac_ext=c
4935 ac_cpp='$CPP $CPPFLAGS'
4936 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4937 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4938 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4941 LDFLAGS="$saved_LDFLAGS"
4947 if test -n "$ac_tool_prefix"; then
4948 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4949 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4951 $as_echo_n "checking for $ac_word... " >&6; }
4952 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4953 $as_echo_n "(cached) " >&6
4954 else
4955 if test -n "$GNATBIND"; then
4956 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4957 else
4958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4959 for as_dir in $PATH
4961 IFS=$as_save_IFS
4962 test -z "$as_dir" && as_dir=.
4963 for ac_exec_ext in '' $ac_executable_extensions; do
4964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4965 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4967 break 2
4969 done
4970 done
4971 IFS=$as_save_IFS
4975 GNATBIND=$ac_cv_prog_GNATBIND
4976 if test -n "$GNATBIND"; then
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4978 $as_echo "$GNATBIND" >&6; }
4979 else
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4981 $as_echo "no" >&6; }
4986 if test -z "$ac_cv_prog_GNATBIND"; then
4987 ac_ct_GNATBIND=$GNATBIND
4988 # Extract the first word of "gnatbind", so it can be a program name with args.
4989 set dummy gnatbind; ac_word=$2
4990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4991 $as_echo_n "checking for $ac_word... " >&6; }
4992 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4993 $as_echo_n "(cached) " >&6
4994 else
4995 if test -n "$ac_ct_GNATBIND"; then
4996 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4997 else
4998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4999 for as_dir in $PATH
5001 IFS=$as_save_IFS
5002 test -z "$as_dir" && as_dir=.
5003 for ac_exec_ext in '' $ac_executable_extensions; do
5004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5005 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5007 break 2
5009 done
5010 done
5011 IFS=$as_save_IFS
5015 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5016 if test -n "$ac_ct_GNATBIND"; then
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5018 $as_echo "$ac_ct_GNATBIND" >&6; }
5019 else
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5021 $as_echo "no" >&6; }
5024 if test "x$ac_ct_GNATBIND" = x; then
5025 GNATBIND="no"
5026 else
5027 case $cross_compiling:$ac_tool_warned in
5028 yes:)
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5030 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5031 ac_tool_warned=yes ;;
5032 esac
5033 GNATBIND=$ac_ct_GNATBIND
5035 else
5036 GNATBIND="$ac_cv_prog_GNATBIND"
5039 if test -n "$ac_tool_prefix"; then
5040 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5041 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5043 $as_echo_n "checking for $ac_word... " >&6; }
5044 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5045 $as_echo_n "(cached) " >&6
5046 else
5047 if test -n "$GNATMAKE"; then
5048 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5049 else
5050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5051 for as_dir in $PATH
5053 IFS=$as_save_IFS
5054 test -z "$as_dir" && as_dir=.
5055 for ac_exec_ext in '' $ac_executable_extensions; do
5056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5057 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5059 break 2
5061 done
5062 done
5063 IFS=$as_save_IFS
5067 GNATMAKE=$ac_cv_prog_GNATMAKE
5068 if test -n "$GNATMAKE"; then
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5070 $as_echo "$GNATMAKE" >&6; }
5071 else
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5073 $as_echo "no" >&6; }
5078 if test -z "$ac_cv_prog_GNATMAKE"; then
5079 ac_ct_GNATMAKE=$GNATMAKE
5080 # Extract the first word of "gnatmake", so it can be a program name with args.
5081 set dummy gnatmake; ac_word=$2
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5083 $as_echo_n "checking for $ac_word... " >&6; }
5084 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5085 $as_echo_n "(cached) " >&6
5086 else
5087 if test -n "$ac_ct_GNATMAKE"; then
5088 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5089 else
5090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5091 for as_dir in $PATH
5093 IFS=$as_save_IFS
5094 test -z "$as_dir" && as_dir=.
5095 for ac_exec_ext in '' $ac_executable_extensions; do
5096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5097 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5099 break 2
5101 done
5102 done
5103 IFS=$as_save_IFS
5107 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5108 if test -n "$ac_ct_GNATMAKE"; then
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5110 $as_echo "$ac_ct_GNATMAKE" >&6; }
5111 else
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5113 $as_echo "no" >&6; }
5116 if test "x$ac_ct_GNATMAKE" = x; then
5117 GNATMAKE="no"
5118 else
5119 case $cross_compiling:$ac_tool_warned in
5120 yes:)
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5122 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5123 ac_tool_warned=yes ;;
5124 esac
5125 GNATMAKE=$ac_ct_GNATMAKE
5127 else
5128 GNATMAKE="$ac_cv_prog_GNATMAKE"
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5132 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5133 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5134 $as_echo_n "(cached) " >&6
5135 else
5136 cat >conftest.adb <<EOF
5137 procedure conftest is begin null; end conftest;
5139 acx_cv_cc_gcc_supports_ada=no
5140 # There is a bug in old released versions of GCC which causes the
5141 # driver to exit successfully when the appropriate language module
5142 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5143 # Therefore we must check for the error message as well as an
5144 # unsuccessful exit.
5145 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5146 # given a .adb file, but produce no object file. So we must check
5147 # if an object file was really produced to guard against this.
5148 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5149 if test x"$errors" = x && test -f conftest.$ac_objext; then
5150 acx_cv_cc_gcc_supports_ada=yes
5152 rm -f conftest.*
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5155 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5157 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5158 have_gnat=yes
5159 else
5160 have_gnat=no
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5164 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5165 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5166 $as_echo_n "(cached) " >&6
5167 else
5168 echo abfoo >t1
5169 echo cdfoo >t2
5170 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5171 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5172 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5174 else
5175 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5178 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5179 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5181 else
5182 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5185 rm t1 t2
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5189 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5190 do_compare="$gcc_cv_prog_cmp_skip"
5194 # Check whether --enable-bootstrap was given.
5195 if test "${enable_bootstrap+set}" = set; then :
5196 enableval=$enable_bootstrap;
5197 else
5198 enable_bootstrap=default
5202 # Issue errors and warnings for invalid/strange bootstrap combinations.
5203 if test -r $srcdir/gcc/configure; then
5204 have_compiler=yes
5205 else
5206 have_compiler=no
5209 case "$have_compiler:$host:$target:$enable_bootstrap" in
5210 *:*:*:no) ;;
5212 # Default behavior. Enable bootstrap if we have a compiler
5213 # and we are in a native configuration.
5214 yes:$build:$build:default)
5215 enable_bootstrap=yes ;;
5217 *:*:*:default)
5218 enable_bootstrap=no ;;
5220 # We have a compiler and we are in a native configuration, bootstrap is ok
5221 yes:$build:$build:yes)
5224 # Other configurations, but we have a compiler. Assume the user knows
5225 # what he's doing.
5226 yes:*:*:yes)
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5228 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5231 # No compiler: if they passed --enable-bootstrap explicitly, fail
5232 no:*:*:yes)
5233 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5235 # Fail if wrong command line
5237 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5239 esac
5241 # Used for setting $lt_cv_objdir
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5243 $as_echo_n "checking for objdir... " >&6; }
5244 if test "${lt_cv_objdir+set}" = set; then :
5245 $as_echo_n "(cached) " >&6
5246 else
5247 rm -f .libs 2>/dev/null
5248 mkdir .libs 2>/dev/null
5249 if test -d .libs; then
5250 lt_cv_objdir=.libs
5251 else
5252 # MS-DOS does not allow filenames that begin with a dot.
5253 lt_cv_objdir=_libs
5255 rmdir .libs 2>/dev/null
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5258 $as_echo "$lt_cv_objdir" >&6; }
5259 objdir=$lt_cv_objdir
5265 cat >>confdefs.h <<_ACEOF
5266 #define LT_OBJDIR "$lt_cv_objdir/"
5267 _ACEOF
5271 # Check for GMP, MPFR and MPC
5272 gmplibs="-lmpc -lmpfr -lgmp"
5273 gmpinc=
5274 have_gmp=no
5276 # Specify a location for mpc
5277 # check for this first so it ends up on the link line before mpfr.
5279 # Check whether --with-mpc was given.
5280 if test "${with_mpc+set}" = set; then :
5281 withval=$with_mpc;
5285 # Check whether --with-mpc-include was given.
5286 if test "${with_mpc_include+set}" = set; then :
5287 withval=$with_mpc_include;
5291 # Check whether --with-mpc-lib was given.
5292 if test "${with_mpc_lib+set}" = set; then :
5293 withval=$with_mpc_lib;
5297 if test "x$with_mpc" != x; then
5298 gmplibs="-L$with_mpc/lib $gmplibs"
5299 gmpinc="-I$with_mpc/include $gmpinc"
5301 if test "x$with_mpc_include" != x; then
5302 gmpinc="-I$with_mpc_include $gmpinc"
5304 if test "x$with_mpc_lib" != x; then
5305 gmplibs="-L$with_mpc_lib $gmplibs"
5307 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5308 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5309 gmpinc='-I$$s/mpc/src '"$gmpinc"
5310 # Do not test the mpc version. Assume that it is sufficient, since
5311 # it is in the source tree, and the library has not been built yet
5312 # but it would be included on the link line in the version check below
5313 # hence making the test fail.
5314 have_gmp=yes
5317 # Specify a location for mpfr
5318 # check for this first so it ends up on the link line before gmp.
5320 # Check whether --with-mpfr-dir was given.
5321 if test "${with_mpfr_dir+set}" = set; then :
5322 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5323 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5328 # Check whether --with-mpfr was given.
5329 if test "${with_mpfr+set}" = set; then :
5330 withval=$with_mpfr;
5334 # Check whether --with-mpfr-include was given.
5335 if test "${with_mpfr_include+set}" = set; then :
5336 withval=$with_mpfr_include;
5340 # Check whether --with-mpfr-lib was given.
5341 if test "${with_mpfr_lib+set}" = set; then :
5342 withval=$with_mpfr_lib;
5346 if test "x$with_mpfr" != x; then
5347 gmplibs="-L$with_mpfr/lib $gmplibs"
5348 gmpinc="-I$with_mpfr/include $gmpinc"
5350 if test "x$with_mpfr_include" != x; then
5351 gmpinc="-I$with_mpfr_include $gmpinc"
5353 if test "x$with_mpfr_lib" != x; then
5354 gmplibs="-L$with_mpfr_lib $gmplibs"
5356 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5357 # MPFR v3.1.0 moved the sources into a src sub-directory.
5358 if test -d ${srcdir}/mpfr/src; then
5359 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5360 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5361 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5362 else
5363 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5364 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5365 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5367 # Do not test the mpfr version. Assume that it is sufficient, since
5368 # it is in the source tree, and the library has not been built yet
5369 # but it would be included on the link line in the version check below
5370 # hence making the test fail.
5371 have_gmp=yes
5374 # Specify a location for gmp
5376 # Check whether --with-gmp-dir was given.
5377 if test "${with_gmp_dir+set}" = set; then :
5378 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5379 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5384 # Check whether --with-gmp was given.
5385 if test "${with_gmp+set}" = set; then :
5386 withval=$with_gmp;
5390 # Check whether --with-gmp-include was given.
5391 if test "${with_gmp_include+set}" = set; then :
5392 withval=$with_gmp_include;
5396 # Check whether --with-gmp-lib was given.
5397 if test "${with_gmp_lib+set}" = set; then :
5398 withval=$with_gmp_lib;
5403 if test "x$with_gmp" != x; then
5404 gmplibs="-L$with_gmp/lib $gmplibs"
5405 gmpinc="-I$with_gmp/include $gmpinc"
5407 if test "x$with_gmp_include" != x; then
5408 gmpinc="-I$with_gmp_include $gmpinc"
5410 if test "x$with_gmp_lib" != x; then
5411 gmplibs="-L$with_gmp_lib $gmplibs"
5413 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5414 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5415 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5416 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5417 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5418 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5419 # Do not test the gmp version. Assume that it is sufficient, since
5420 # it is in the source tree, and the library has not been built yet
5421 # but it would be included on the link line in the version check below
5422 # hence making the test fail.
5423 have_gmp=yes
5426 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5427 have_gmp=yes
5428 saved_CFLAGS="$CFLAGS"
5429 CFLAGS="$CFLAGS $gmpinc"
5430 # Check for the recommended and required versions of GMP.
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5432 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5435 /* end confdefs.h. */
5436 #include "gmp.h"
5438 main ()
5441 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5442 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5443 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5444 choke me
5445 #endif
5448 return 0;
5450 _ACEOF
5451 if ac_fn_c_try_compile "$LINENO"; then :
5452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5453 /* end confdefs.h. */
5454 #include <gmp.h>
5456 main ()
5459 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5460 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5461 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5462 choke me
5463 #endif
5466 return 0;
5468 _ACEOF
5469 if ac_fn_c_try_compile "$LINENO"; then :
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5471 $as_echo "yes" >&6; }
5472 else
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5474 $as_echo "buggy but acceptable" >&6; }
5476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5477 else
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5479 $as_echo "no" >&6; }; have_gmp=no
5481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5483 # If we have GMP, check the MPFR version.
5484 if test x"$have_gmp" = xyes; then
5485 # Check for the recommended and required versions of MPFR.
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5487 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5489 /* end confdefs.h. */
5490 #include <gmp.h>
5491 #include <mpfr.h>
5493 main ()
5496 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5497 choke me
5498 #endif
5501 return 0;
5503 _ACEOF
5504 if ac_fn_c_try_compile "$LINENO"; then :
5505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5506 /* end confdefs.h. */
5507 #include <gmp.h>
5508 #include <mpfr.h>
5510 main ()
5513 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5514 choke me
5515 #endif
5518 return 0;
5520 _ACEOF
5521 if ac_fn_c_try_compile "$LINENO"; then :
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5523 $as_echo "yes" >&6; }
5524 else
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5526 $as_echo "buggy but acceptable" >&6; }
5528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5529 else
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5531 $as_echo "no" >&6; }; have_gmp=no
5533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5536 # Check for the MPC header version.
5537 if test x"$have_gmp" = xyes ; then
5538 # Check for the recommended and required versions of MPC.
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5540 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5542 /* end confdefs.h. */
5543 #include <mpc.h>
5545 main ()
5548 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5549 choke me
5550 #endif
5553 return 0;
5555 _ACEOF
5556 if ac_fn_c_try_compile "$LINENO"; then :
5557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5558 /* end confdefs.h. */
5559 #include <mpc.h>
5561 main ()
5564 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5565 choke me
5566 #endif
5569 return 0;
5571 _ACEOF
5572 if ac_fn_c_try_compile "$LINENO"; then :
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5574 $as_echo "yes" >&6; }
5575 else
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5577 $as_echo "buggy but acceptable" >&6; }
5579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5580 else
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5582 $as_echo "no" >&6; }; have_gmp=no
5584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5587 # Now check the MPFR library.
5588 if test x"$have_gmp" = xyes; then
5589 saved_LIBS="$LIBS"
5590 LIBS="$LIBS $gmplibs"
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5592 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5594 /* end confdefs.h. */
5595 #include <mpc.h>
5597 main ()
5600 mpfr_t n;
5601 mpfr_t x;
5602 mpc_t c;
5603 int t;
5604 mpfr_init (n);
5605 mpfr_init (x);
5606 mpfr_atan2 (n, n, x, GMP_RNDN);
5607 mpfr_erfc (n, x, GMP_RNDN);
5608 mpfr_subnormalize (x, t, GMP_RNDN);
5609 mpfr_clear(n);
5610 mpfr_clear(x);
5611 mpc_init2 (c, 53);
5612 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5613 mpc_cosh (c, c, MPC_RNDNN);
5614 mpc_pow (c, c, c, MPC_RNDNN);
5615 mpc_acosh (c, c, MPC_RNDNN);
5616 mpc_clear (c);
5619 return 0;
5621 _ACEOF
5622 if ac_fn_c_try_link "$LINENO"; then :
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5624 $as_echo "yes" >&6; }
5625 else
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5627 $as_echo "no" >&6; }; have_gmp=no
5629 rm -f core conftest.err conftest.$ac_objext \
5630 conftest$ac_exeext conftest.$ac_ext
5631 LIBS="$saved_LIBS"
5634 CFLAGS="$saved_CFLAGS"
5636 # The library versions listed in the error message below should match
5637 # the HARD-minimums enforced above.
5638 if test x$have_gmp != xyes; then
5639 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5640 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5641 their locations. Source code for these libraries can be found at
5642 their respective hosting sites as well as at
5643 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5644 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5645 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5646 make sure that you have installed both the libraries and the header
5647 files. They may be located in separate packages." "$LINENO" 5
5651 # Flags needed for both GMP, MPFR and/or MPC.
5659 # Allow host libstdc++ to be specified for static linking with PPL.
5661 # Check whether --with-host-libstdcxx was given.
5662 if test "${with_host_libstdcxx+set}" = set; then :
5663 withval=$with_host_libstdcxx;
5667 case $with_host_libstdcxx in
5668 no|yes)
5669 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5671 esac
5673 # Libraries to use for stage1 or when not bootstrapping.
5675 # Check whether --with-stage1-libs was given.
5676 if test "${with_stage1_libs+set}" = set; then :
5677 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5678 stage1_libs=
5679 else
5680 stage1_libs=$withval
5682 else
5683 stage1_libs=$with_host_libstdcxx
5688 # Linker flags to use for stage1 or when not bootstrapping.
5690 # Check whether --with-stage1-ldflags was given.
5691 if test "${with_stage1_ldflags+set}" = set; then :
5692 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5693 stage1_ldflags=
5694 else
5695 stage1_ldflags=$withval
5697 else
5698 stage1_ldflags=
5699 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5700 # if supported. But if the user explicitly specified the libraries to use,
5701 # trust that they are doing what they want.
5702 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5703 stage1_ldflags="-static-libstdc++ -static-libgcc"
5709 # Libraries to use for stage2 and later builds. This defaults to the
5710 # argument passed to --with-host-libstdcxx.
5712 # Check whether --with-boot-libs was given.
5713 if test "${with_boot_libs+set}" = set; then :
5714 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5715 poststage1_libs=
5716 else
5717 poststage1_libs=$withval
5719 else
5720 poststage1_libs=$with_host_libstdcxx
5725 # Linker flags to use for stage2 and later builds.
5727 # Check whether --with-boot-ldflags was given.
5728 if test "${with_boot_ldflags+set}" = set; then :
5729 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5730 poststage1_ldflags=
5731 else
5732 poststage1_ldflags=$withval
5734 else
5735 poststage1_ldflags=
5736 # In stages 2 and 3, default to linking libstdc++ and libgcc
5737 # statically. But if the user explicitly specified the libraries to
5738 # use, trust that they are doing what they want.
5739 if test "$poststage1_libs" = ""; then
5740 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5746 # GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5747 # Basic setup is inlined here, actual checks are in config/cloog.m4 and
5748 # config/isl.m4
5751 # Check whether --with-cloog was given.
5752 if test "${with_cloog+set}" = set; then :
5753 withval=$with_cloog;
5757 # Check whether --with-isl was given.
5758 if test "${with_isl+set}" = set; then :
5759 withval=$with_isl;
5763 # Treat either --without-cloog or --without-isl as a request to disable
5764 # GRAPHITE support and skip all following checks.
5765 if test "x$with_isl" != "xno" &&
5766 test "x$with_cloog" != "xno"; then
5767 # Check for ISL
5770 # Check whether --with-isl-include was given.
5771 if test "${with_isl_include+set}" = set; then :
5772 withval=$with_isl_include;
5776 # Check whether --with-isl-lib was given.
5777 if test "${with_isl_lib+set}" = set; then :
5778 withval=$with_isl_lib;
5782 # Check whether --enable-isl-version-check was given.
5783 if test "${enable_isl_version_check+set}" = set; then :
5784 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5785 else
5786 ENABLE_ISL_CHECK=yes
5790 # Initialize isllibs and islinc.
5791 case $with_isl in
5793 isllibs=
5794 islinc=
5796 "" | yes)
5799 isllibs="-L$with_isl/lib"
5800 islinc="-I$with_isl/include"
5802 esac
5803 if test "x${with_isl_include}" != x ; then
5804 islinc="-I$with_isl_include"
5806 if test "x${with_isl_lib}" != x; then
5807 isllibs="-L$with_isl_lib"
5809 if test "x${islinc}" = x && test "x${isllibs}" = x \
5810 && test -d ${srcdir}/isl; then
5811 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5812 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5813 ENABLE_ISL_CHECK=no
5818 if test "${ENABLE_ISL_CHECK}" = yes ; then
5819 _isl_saved_CFLAGS=$CFLAGS
5820 _isl_saved_LDFLAGS=$LDFLAGS
5821 _isl_saved_LIBS=$LIBS
5823 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5824 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5825 LIBS="${_isl_saved_LIBS} -lisl"
5826 echo $CFLAGS
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5829 $as_echo_n "checking for version 0.10 of ISL... " >&6; }
5830 if test "${gcc_cv_isl+set}" = set; then :
5831 $as_echo_n "(cached) " >&6
5832 else
5833 if test "$cross_compiling" = yes; then :
5834 gcc_cv_isl=yes
5835 else
5836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5837 /* end confdefs.h. */
5838 #include <isl/version.h>
5839 #include <string.h>
5841 main ()
5843 if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5844 return 1;
5847 return 0;
5849 _ACEOF
5850 if ac_fn_c_try_run "$LINENO"; then :
5851 gcc_cv_isl=yes
5852 else
5853 gcc_cv_isl=no
5855 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5856 conftest.$ac_objext conftest.beam conftest.$ac_ext
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5861 $as_echo "$gcc_cv_isl" >&6; }
5863 CFLAGS=$_isl_saved_CFLAGS
5864 LDFLAGS=$_isl_saved_LDFLAGS
5865 LIBS=$_isl_saved_LIBS
5873 if test "x${with_isl}" = xno; then
5874 graphite_requested=no
5875 elif test "x${with_isl}" != x \
5876 || test "x${with_isl_include}" != x \
5877 || test "x${with_isl_lib}" != x ; then
5878 graphite_requested=yes
5879 else
5880 graphite_requested=no
5885 if test "${gcc_cv_isl}" = no ; then
5886 isllibs=
5887 islinc=
5890 if test "${graphite_requested}" = yes \
5891 && test "x${isllibs}" = x \
5892 && test "x${islinc}" = x ; then
5894 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5899 if test "x$gcc_cv_isl" != "xno"; then
5900 # Check for CLOOG
5903 # Check whether --with-cloog-include was given.
5904 if test "${with_cloog_include+set}" = set; then :
5905 withval=$with_cloog_include;
5909 # Check whether --with-cloog-lib was given.
5910 if test "${with_cloog_lib+set}" = set; then :
5911 withval=$with_cloog_lib;
5915 # Check whether --enable-cloog-version-check was given.
5916 if test "${enable_cloog_version_check+set}" = set; then :
5917 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5918 else
5919 ENABLE_CLOOG_CHECK=yes
5923 # Initialize clooglibs and clooginc.
5924 case $with_cloog in
5926 clooglibs=
5927 clooginc=
5929 "" | yes)
5932 clooglibs="-L$with_cloog/lib"
5933 clooginc="-I$with_cloog/include"
5935 esac
5936 if test "x${with_cloog_include}" != x ; then
5937 clooginc="-I$with_cloog_include"
5939 if test "x${with_cloog_lib}" != x; then
5940 clooglibs="-L$with_cloog_lib"
5942 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
5943 && test -d ${srcdir}/cloog; then
5944 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5945 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
5948 clooginc="-DCLOOG_INT_GMP ${clooginc}"
5949 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
5955 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5956 _cloog_saved_CFLAGS=$CFLAGS
5957 _cloog_saved_LDFLAGS=$LDFLAGS
5959 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
5960 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
5963 $as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
5964 if test "${gcc_cv_cloog+set}" = set; then :
5965 $as_echo_n "(cached) " >&6
5966 else
5967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5968 /* end confdefs.h. */
5969 #include "cloog/version.h"
5971 main ()
5973 #if CLOOG_VERSION_MAJOR != 0 \
5974 || CLOOG_VERSION_MINOR != 17 \
5975 || CLOOG_VERSION_REVISION < 0
5976 choke me
5977 #endif
5979 return 0;
5981 _ACEOF
5982 if ac_fn_c_try_compile "$LINENO"; then :
5983 gcc_cv_cloog=yes
5984 else
5985 gcc_cv_cloog=no
5987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
5990 $as_echo "$gcc_cv_cloog" >&6; }
5992 CFLAGS=$_cloog_saved_CFLAGS
5993 LDFLAGS=$_cloog_saved_LDFLAGS
6002 if test "x${with_cloog}" = xno; then
6003 graphite_requested=no
6004 elif test "x${with_cloog}" != x \
6005 || test "x${with_cloog_include}" != x \
6006 || test "x${with_cloog_lib}" != x ; then
6007 graphite_requested=yes
6008 else
6009 graphite_requested=no
6014 if test "${gcc_cv_cloog}" = no ; then
6015 clooglibs=
6016 clooginc=
6019 if test "${graphite_requested}" = yes \
6020 && test "x${clooglibs}" = x \
6021 && test "x${clooginc}" = x ; then
6023 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6030 # If either the ISL or the CLooG check failed, disable builds of in-tree
6031 # variants of both
6032 if test "x$with_isl" = xno ||
6033 test "x$with_cloog" = xno ||
6034 test "x$gcc_cv_cloog" = xno ||
6035 test "x$gcc_cv_isl" = xno; then
6036 noconfigdirs="$noconfigdirs cloog isl"
6037 islinc=
6038 clooginc=
6039 clooglibs=
6047 # Check for LTO support.
6048 # Check whether --enable-lto was given.
6049 if test "${enable_lto+set}" = set; then :
6050 enableval=$enable_lto; enable_lto=$enableval
6051 else
6052 enable_lto=yes; default_enable_lto=yes
6059 target_elf=no
6060 case $target in
6061 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6062 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
6063 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6064 target_elf=no
6067 target_elf=yes
6069 esac
6071 if test $target_elf = yes; then :
6072 # ELF platforms build the lto-plugin always.
6073 build_lto_plugin=yes
6075 else
6076 if test x"$default_enable_lto" = x"yes" ; then
6077 case $target in
6078 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
6079 # On other non-ELF platforms, LTO has yet to be validated.
6080 *) enable_lto=no ;;
6081 esac
6082 else
6083 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6084 # It would also be nice to check the binutils support, but we don't
6085 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6086 # warn during gcc/ subconfigure; unless you're bootstrapping with
6087 # -flto it won't be needed until after installation anyway.
6088 case $target in
6089 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6090 *) if test x"$enable_lto" = x"yes"; then
6091 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6094 esac
6096 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6097 # Build it unless LTO was explicitly disabled.
6098 case $target in
6099 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6100 *) ;;
6101 esac
6107 # By default, C and C++ are the only stage 1 languages.
6108 stage1_languages=,c,
6110 # Target libraries that we bootstrap.
6111 bootstrap_target_libs=,target-libgcc,
6113 # Figure out what language subdirectories are present.
6114 # Look if the user specified --enable-languages="..."; if not, use
6115 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6116 # go away some day.
6117 # NB: embedded tabs in this IF block -- do not untabify
6118 if test -d ${srcdir}/gcc; then
6119 if test x"${enable_languages+set}" != xset; then
6120 if test x"${LANGUAGES+set}" = xset; then
6121 enable_languages="${LANGUAGES}"
6122 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6123 else
6124 enable_languages=all
6126 else
6127 if test x"${enable_languages}" = x ||
6128 test x"${enable_languages}" = xyes;
6129 then
6130 echo configure.in: --enable-languages needs at least one language argument 1>&2
6131 exit 1
6134 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6136 # 'f95' is the old name for the 'fortran' language. We issue a warning
6137 # and make the substitution.
6138 case ,${enable_languages}, in
6139 *,f95,*)
6140 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6141 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6143 esac
6145 # If bootstrapping, C++ must be enabled.
6146 case ",$enable_languages,:$enable_bootstrap" in
6147 *,c++,*:*) ;;
6148 *:yes)
6149 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6150 enable_languages="${enable_languages},c++"
6151 else
6152 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
6155 esac
6157 # First scan to see if an enabled language requires some other language.
6158 # We assume that a given config-lang.in will list all the language
6159 # front ends it requires, even if some are required indirectly.
6160 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6161 case ${lang_frag} in
6162 ..) ;;
6163 # The odd quoting in the next line works around
6164 # an apparent bug in bash 1.12 on linux.
6165 ${srcdir}/gcc/[*]/config-lang.in) ;;
6167 # From the config-lang.in, get $language, $lang_requires, and
6168 # $lang_requires_boot_languages.
6169 language=
6170 lang_requires=
6171 lang_requires_boot_languages=
6172 . ${lang_frag}
6173 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6174 case ,${enable_languages}, in
6175 *,$other,*) ;;
6176 *,all,*) ;;
6177 *,$language,*)
6178 echo " \`$other' language required by \`$language'; enabling" 1>&2
6179 enable_languages="${enable_languages},${other}"
6181 esac
6182 done
6183 for other in ${lang_requires_boot_languages} ; do
6184 if test "$other" != "c"; then
6185 case ,${enable_stage1_languages}, in
6186 *,$other,*) ;;
6187 *,all,*) ;;
6189 case ,${enable_languages}, in
6190 *,$language,*)
6191 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6192 enable_stage1_languages="$enable_stage1_languages,${other}"
6194 esac
6196 esac
6198 done
6200 esac
6201 done
6203 new_enable_languages=,c,
6205 # If LTO is enabled, add the LTO front end.
6206 extra_host_libiberty_configure_flags=
6207 if test "$enable_lto" = "yes" ; then
6208 case ,${enable_languages}, in
6209 *,lto,*) ;;
6210 *) enable_languages="${enable_languages},lto" ;;
6211 esac
6212 if test "${build_lto_plugin}" = "yes" ; then
6213 configdirs="$configdirs lto-plugin"
6214 extra_host_libiberty_configure_flags=--enable-shared
6219 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6220 potential_languages=,c,
6222 enabled_target_libs=
6223 disabled_target_libs=
6225 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6226 case ${lang_frag} in
6227 ..) ;;
6228 # The odd quoting in the next line works around
6229 # an apparent bug in bash 1.12 on linux.
6230 ${srcdir}/gcc/[*]/config-lang.in) ;;
6232 # From the config-lang.in, get $language, $target_libs,
6233 # $lang_dirs, $boot_language, and $build_by_default
6234 language=
6235 target_libs=
6236 lang_dirs=
6237 subdir_requires=
6238 boot_language=no
6239 build_by_default=yes
6240 . ${lang_frag}
6241 if test x${language} = x; then
6242 echo "${lang_frag} doesn't set \$language." 1>&2
6243 exit 1
6246 if test "$language" = "c++"; then
6247 boot_language=yes
6250 add_this_lang=no
6251 case ,${enable_languages}, in
6252 *,${language},*)
6253 # Language was explicitly selected; include it
6254 # unless it is C, which is enabled by default.
6255 if test "$language" != "c"; then
6256 add_this_lang=yes
6259 *,all,*)
6260 # 'all' was selected, select it if it is a default language
6261 if test "$language" != "c"; then
6262 add_this_lang=${build_by_default}
6265 esac
6267 # Disable languages that need other directories if these aren't available.
6268 for i in $subdir_requires; do
6269 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6270 case ,${enable_languages}, in
6271 *,${language},*)
6272 # Specifically requested language; tell them.
6273 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6276 # Silently disable.
6277 add_this_lang=unsupported
6279 esac
6280 done
6282 # Disable Ada if no preexisting GNAT is available.
6283 case ,${enable_languages},:${language}:${have_gnat} in
6284 *,${language},*:ada:no)
6285 # Specifically requested language; tell them.
6286 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6288 *:ada:no)
6289 # Silently disable.
6290 add_this_lang=unsupported
6292 esac
6294 # Disable a language that is unsupported by the target.
6295 case " $unsupported_languages " in
6296 *" $language "*)
6297 add_this_lang=unsupported
6299 esac
6301 case $add_this_lang in
6302 unsupported)
6303 # Remove language-dependent dirs.
6304 disabled_target_libs="$disabled_target_libs $target_libs"
6305 noconfigdirs="$noconfigdirs $lang_dirs"
6308 # Remove language-dependent dirs; still show language as supported.
6309 disabled_target_libs="$disabled_target_libs $target_libs"
6310 noconfigdirs="$noconfigdirs $lang_dirs"
6311 potential_languages="${potential_languages}${language},"
6313 yes)
6314 new_enable_languages="${new_enable_languages}${language},"
6315 potential_languages="${potential_languages}${language},"
6316 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6317 enabled_target_libs="$enabled_target_libs $target_libs"
6318 case "${boot_language}:,$enable_stage1_languages," in
6319 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6320 # Add to (comma-separated) list of stage 1 languages.
6321 case ",$stage1_languages," in
6322 *,$language,* | ,yes, | ,all,) ;;
6323 *) stage1_languages="${stage1_languages}${language}," ;;
6324 esac
6325 # We need to bootstrap any supporting libraries.
6326 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6328 esac
6330 esac
6332 esac
6333 done
6335 # Add target libraries which are only needed for disabled languages
6336 # to noconfigdirs.
6337 if test -n "$disabled_target_libs"; then
6338 for dir in $disabled_target_libs; do
6339 case " $enabled_target_libs " in
6340 *" ${dir} "*) ;;
6341 *) noconfigdirs="$noconfigdirs $dir" ;;
6342 esac
6343 done
6346 # Check whether --enable-stage1-languages was given.
6347 if test "${enable_stage1_languages+set}" = set; then :
6348 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6349 ,no,|,,)
6350 # Set it to something that will have no effect in the loop below
6351 enable_stage1_languages=c ;;
6352 ,yes,)
6353 enable_stage1_languages=`echo $new_enable_languages | \
6354 sed -e "s/^,//" -e "s/,$//" ` ;;
6355 *,all,*)
6356 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6357 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6358 esac
6360 # Add "good" languages from enable_stage1_languages to stage1_languages,
6361 # while "bad" languages go in missing_languages. Leave no duplicates.
6362 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6363 case $potential_languages in
6364 *,$i,*)
6365 case $stage1_languages in
6366 *,$i,*) ;;
6367 *) stage1_languages="$stage1_languages$i," ;;
6368 esac ;;
6370 case $missing_languages in
6371 *,$i,*) ;;
6372 *) missing_languages="$missing_languages$i," ;;
6373 esac ;;
6374 esac
6375 done
6379 # Remove leading/trailing commas that were added for simplicity
6380 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6381 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6382 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6383 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6385 if test "x$missing_languages" != x; then
6386 as_fn_error "
6387 The following requested languages could not be built: ${missing_languages}
6388 Supported languages are: ${potential_languages}" "$LINENO" 5
6390 if test "x$new_enable_languages" != "x$enable_languages"; then
6391 echo The following languages will be built: ${new_enable_languages}
6392 enable_languages="$new_enable_languages"
6396 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6399 # Handle --disable-<component> generically.
6400 for dir in $configdirs $build_configdirs $target_configdirs ; do
6401 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6402 varname=`echo $dirname | sed -e s/+/_/g`
6403 if eval test x\${enable_${varname}} "=" xno ; then
6404 noconfigdirs="$noconfigdirs $dir"
6406 done
6408 # Check for Boehm's garbage collector
6409 # Check whether --enable-objc-gc was given.
6410 if test "${enable_objc_gc+set}" = set; then :
6411 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6412 *,objc,*:*:yes:*target-boehm-gc*)
6413 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6415 esac
6419 # Make sure we only build Boehm's garbage collector if required.
6420 case ,${enable_languages},:${enable_objc_gc} in
6421 *,objc,*:yes)
6422 # Keep target-boehm-gc if requested for Objective-C.
6425 # Otherwise remove target-boehm-gc depending on target-libjava.
6426 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6427 noconfigdirs="$noconfigdirs target-boehm-gc"
6430 esac
6432 # Disable libitm if we're not building C++
6433 case ,${enable_languages}, in
6434 *,c++,*) ;;
6436 noconfigdirs="$noconfigdirs target-libitm"
6438 esac
6440 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6441 # $build_configdirs and $target_configdirs.
6442 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6444 notsupp=""
6445 for dir in . $skipdirs $noconfigdirs ; do
6446 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6447 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6448 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6449 if test -r $srcdir/$dirname/configure ; then
6450 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6451 true
6452 else
6453 notsupp="$notsupp $dir"
6457 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6458 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6459 if test -r $srcdir/$dirname/configure ; then
6460 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6461 true
6462 else
6463 notsupp="$notsupp $dir"
6467 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6468 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6469 if test -r $srcdir/$dirname/configure ; then
6470 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6471 true
6472 else
6473 notsupp="$notsupp $dir"
6477 done
6479 # Quietly strip out all directories which aren't configurable in this tree.
6480 # This relies on all configurable subdirectories being autoconfiscated, which
6481 # is now the case.
6482 build_configdirs_all="$build_configdirs"
6483 build_configdirs=
6484 for i in ${build_configdirs_all} ; do
6485 j=`echo $i | sed -e s/build-//g`
6486 if test -f ${srcdir}/$j/configure ; then
6487 build_configdirs="${build_configdirs} $i"
6489 done
6491 configdirs_all="$configdirs"
6492 configdirs=
6493 for i in ${configdirs_all} ; do
6494 if test -f ${srcdir}/$i/configure ; then
6495 configdirs="${configdirs} $i"
6497 done
6499 target_configdirs_all="$target_configdirs"
6500 target_configdirs=
6501 for i in ${target_configdirs_all} ; do
6502 j=`echo $i | sed -e s/target-//g`
6503 if test -f ${srcdir}/$j/configure ; then
6504 target_configdirs="${target_configdirs} $i"
6506 done
6508 # Produce a warning message for the subdirs we can't configure.
6509 # This isn't especially interesting in the Cygnus tree, but in the individual
6510 # FSF releases, it's important to let people know when their machine isn't
6511 # supported by the one or two programs in a package.
6513 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6514 # If $appdirs is non-empty, at least one of those directories must still
6515 # be configured, or we error out. (E.g., if the gas release supports a
6516 # specified target in some subdirs but not the gas subdir, we shouldn't
6517 # pretend that all is well.)
6518 if test -n "$appdirs" ; then
6519 for dir in $appdirs ; do
6520 if test -r $dir/Makefile.in ; then
6521 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6522 appdirs=""
6523 break
6525 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6526 appdirs=""
6527 break
6530 done
6531 if test -n "$appdirs" ; then
6532 echo "*** This configuration is not supported by this package." 1>&2
6533 exit 1
6536 # Okay, some application will build, or we don't care to check. Still
6537 # notify of subdirs not getting built.
6538 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6539 echo " ${notsupp}" 1>&2
6540 echo " (Any other directories should still work fine.)" 1>&2
6543 case "$host" in
6544 *msdosdjgpp*)
6545 enable_gdbtk=no ;;
6546 esac
6548 # To find our prefix, in gcc_cv_tool_prefix.
6550 # The user is always right.
6551 if test "${PATH_SEPARATOR+set}" != set; then
6552 echo "#! /bin/sh" >conf$$.sh
6553 echo "exit 0" >>conf$$.sh
6554 chmod +x conf$$.sh
6555 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6556 PATH_SEPARATOR=';'
6557 else
6558 PATH_SEPARATOR=:
6560 rm -f conf$$.sh
6565 if test "x$exec_prefix" = xNONE; then
6566 if test "x$prefix" = xNONE; then
6567 gcc_cv_tool_prefix=$ac_default_prefix
6568 else
6569 gcc_cv_tool_prefix=$prefix
6571 else
6572 gcc_cv_tool_prefix=$exec_prefix
6575 # If there is no compiler in the tree, use the PATH only. In any
6576 # case, if there is no compiler in the tree nobody should use
6577 # AS_FOR_TARGET and LD_FOR_TARGET.
6578 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6579 gcc_version=`cat $srcdir/gcc/BASE-VER`
6580 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6581 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6582 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6583 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6584 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6585 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6586 else
6587 gcc_cv_tool_dirs=
6590 if test x$build = x$target && test -n "$md_exec_prefix"; then
6591 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6596 copy_dirs=
6599 # Check whether --with-build-sysroot was given.
6600 if test "${with_build_sysroot+set}" = set; then :
6601 withval=$with_build_sysroot; if test x"$withval" != x ; then
6602 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6604 else
6605 SYSROOT_CFLAGS_FOR_TARGET=
6611 # Check whether --with-debug-prefix-map was given.
6612 if test "${with_debug_prefix_map+set}" = set; then :
6613 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6614 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6615 for debug_map in $withval; do
6616 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6617 done
6619 else
6620 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6625 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6626 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6627 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6628 # We want to ensure that TARGET libraries (which we know are built with
6629 # gcc) are built with "-O2 -g", so include those options when setting
6630 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6631 if test "x$CFLAGS_FOR_TARGET" = x; then
6632 CFLAGS_FOR_TARGET=$CFLAGS
6633 case " $CFLAGS " in
6634 *" -O2 "*) ;;
6635 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6636 esac
6637 case " $CFLAGS " in
6638 *" -g "* | *" -g3 "*) ;;
6639 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6640 esac
6644 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6645 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6646 case " $CXXFLAGS " in
6647 *" -O2 "*) ;;
6648 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6649 esac
6650 case " $CXXFLAGS " in
6651 *" -g "* | *" -g3 "*) ;;
6652 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6653 esac
6659 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6660 # the named directory are copied to $(tooldir)/sys-include.
6661 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6662 if test x${is_cross_compiler} = xno ; then
6663 echo 1>&2 '***' --with-headers is only supported when cross compiling
6664 exit 1
6666 if test x"${with_headers}" != xyes ; then
6667 x=${gcc_cv_tool_prefix}
6668 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6672 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6673 # the name directories are copied to $(tooldir)/lib. Multiple directories
6674 # are permitted.
6675 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6676 if test x${is_cross_compiler} = xno ; then
6677 echo 1>&2 '***' --with-libs is only supported when cross compiling
6678 exit 1
6680 if test x"${with_libs}" != xyes ; then
6681 # Copy the libraries in reverse order, so that files in the first named
6682 # library override files in subsequent libraries.
6683 x=${gcc_cv_tool_prefix}
6684 for l in ${with_libs}; do
6685 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6686 done
6690 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6692 # This is done by determining whether or not the appropriate directory
6693 # is available, and by checking whether or not specific configurations
6694 # have requested that this magic not happen.
6696 # The command line options always override the explicit settings in
6697 # configure.in, and the settings in configure.in override this magic.
6699 # If the default for a toolchain is to use GNU as and ld, and you don't
6700 # want to do that, then you should use the --without-gnu-as and
6701 # --without-gnu-ld options for the configure script. Similarly, if
6702 # the default is to use the included zlib and you don't want to do that,
6703 # you should use the --with-system-zlib option for the configure script.
6705 if test x${use_gnu_as} = x &&
6706 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6707 with_gnu_as=yes
6708 extra_host_args="$extra_host_args --with-gnu-as"
6711 if test x${use_gnu_ld} = x &&
6712 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6713 with_gnu_ld=yes
6714 extra_host_args="$extra_host_args --with-gnu-ld"
6717 if test x${use_included_zlib} = x &&
6718 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6720 else
6721 with_system_zlib=yes
6722 extra_host_args="$extra_host_args --with-system-zlib"
6725 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6726 # can detect this case.
6728 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6729 with_newlib=yes
6730 extra_host_args="$extra_host_args --with-newlib"
6733 # Handle ${copy_dirs}
6734 set fnord ${copy_dirs}
6735 shift
6736 while test $# != 0 ; do
6737 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6739 else
6740 echo Copying $1 to $2
6742 # Use the install script to create the directory and all required
6743 # parent directories.
6744 if test -d $2 ; then
6746 else
6747 echo >config.temp
6748 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6751 # Copy the directory, assuming we have tar.
6752 # FIXME: Should we use B in the second tar? Not all systems support it.
6753 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6755 # It is the responsibility of the user to correctly adjust all
6756 # symlinks. If somebody can figure out how to handle them correctly
6757 # here, feel free to add the code.
6759 echo $1 > $2/COPIED
6761 shift; shift
6762 done
6764 # Determine a target-dependent exec_prefix that the installed
6765 # gcc will search in. Keep this list sorted by triplet, with
6766 # the *-*-osname triplets last.
6767 md_exec_prefix=
6768 case "${target}" in
6769 i[34567]86-pc-msdosdjgpp*)
6770 md_exec_prefix=/dev/env/DJDIR/bin
6772 *-*-hpux* | \
6773 *-*-nto-qnx* | \
6774 *-*-solaris2*)
6775 md_exec_prefix=/usr/ccs/bin
6777 esac
6779 extra_arflags_for_target=
6780 extra_nmflags_for_target=
6781 extra_ranlibflags_for_target=
6782 target_makefile_frag=/dev/null
6783 case "${target}" in
6784 spu-*-*)
6785 target_makefile_frag="config/mt-spu"
6787 mips*-sde-elf* | mips*-mti-elf*)
6788 target_makefile_frag="config/mt-sde"
6790 mipsisa*-*-elfoabi*)
6791 target_makefile_frag="config/mt-mips-elfoabi"
6793 mips*-*-*linux* | mips*-*-gnu*)
6794 target_makefile_frag="config/mt-mips-gnu"
6796 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6797 target_makefile_frag="config/mt-gnu"
6799 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6800 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6801 # commands to handle both 32-bit and 64-bit objects. These flags are
6802 # harmless if we're using GNU nm or ar.
6803 extra_arflags_for_target=" -X32_64"
6804 extra_nmflags_for_target=" -B -X32_64"
6806 esac
6808 alphaieee_frag=/dev/null
6809 case $target in
6810 alpha*-*-*)
6811 # This just makes sure to use the -mieee option to build target libs.
6812 # This should probably be set individually by each library.
6813 alphaieee_frag="config/mt-alphaieee"
6815 esac
6817 # If --enable-target-optspace always use -Os instead of -O2 to build
6818 # the target libraries, similarly if it is not specified, use -Os
6819 # on selected platforms.
6820 ospace_frag=/dev/null
6821 case "${enable_target_optspace}:${target}" in
6822 yes:*)
6823 ospace_frag="config/mt-ospace"
6825 :d30v-*)
6826 ospace_frag="config/mt-d30v"
6828 :m32r-* | :d10v-* | :fr30-*)
6829 ospace_frag="config/mt-ospace"
6831 no:* | :*)
6834 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6836 esac
6838 # Some systems (e.g., one of the i386-aix systems the gas testers are
6839 # using) don't handle "\$" correctly, so don't use it here.
6840 tooldir='${exec_prefix}'/${target_noncanonical}
6841 build_tooldir=${tooldir}
6843 # Create a .gdbinit file which runs the one in srcdir
6844 # and tells GDB to look there for source files.
6846 if test -r ${srcdir}/.gdbinit ; then
6847 case ${srcdir} in
6848 .) ;;
6849 *) cat > ./.gdbinit <<EOF
6850 # ${NO_EDIT}
6851 dir ${srcdir}
6852 dir .
6853 source ${srcdir}/.gdbinit
6856 esac
6859 # Make sure that the compiler is able to generate an executable. If it
6860 # can't, we are probably in trouble. We don't care whether we can run the
6861 # executable--we might be using a cross compiler--we only care whether it
6862 # can be created. At this point the main configure script has set CC.
6863 we_are_ok=no
6864 echo "int main () { return 0; }" > conftest.c
6865 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6866 if test $? = 0 ; then
6867 if test -s conftest || test -s conftest.exe ; then
6868 we_are_ok=yes
6871 case $we_are_ok in
6873 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6874 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6875 rm -f conftest*
6876 exit 1
6878 esac
6879 rm -f conftest*
6881 # Decide which environment variable is used to find dynamic libraries.
6882 case "${host}" in
6883 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6884 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6885 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6886 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6887 esac
6889 # On systems where the dynamic library environment variable is PATH,
6890 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6891 # built executables to PATH.
6892 if test "$RPATH_ENVVAR" = PATH; then
6893 GCC_SHLIB_SUBDIR=/shlib
6894 else
6895 GCC_SHLIB_SUBDIR=
6898 # Record target_configdirs and the configure arguments for target and
6899 # build configuration in Makefile.
6900 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6901 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6903 # If we are building libgomp, bootstrap it.
6904 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6905 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6908 # Determine whether gdb needs tk/tcl or not.
6909 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6910 # and in that case we want gdb to be built without tk. Ugh!
6911 # In fact I believe gdb is the *only* package directly dependent on tk,
6912 # so we should be able to put the 'maybe's in unconditionally and
6913 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
6914 # 100% sure that that's safe though.
6916 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6917 case "$enable_gdbtk" in
6919 GDB_TK="" ;;
6920 yes)
6921 GDB_TK="${gdb_tk}" ;;
6923 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6924 # distro. Eventually someone will fix this and move Insight, nee
6925 # gdbtk to a separate directory.
6926 if test -d ${srcdir}/gdb/gdbtk ; then
6927 GDB_TK="${gdb_tk}"
6928 else
6929 GDB_TK=""
6932 esac
6933 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6934 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
6936 # Strip out unwanted targets.
6938 # While at that, we remove Makefiles if we were started for recursive
6939 # configuration, so that the top-level Makefile reconfigures them,
6940 # like we used to do when configure itself was recursive.
6942 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
6943 # but now we're fixing up the Makefile ourselves with the additional
6944 # commands passed to AC_CONFIG_FILES. Use separate variables
6945 # extrasub-{build,host,target} not because there is any reason to split
6946 # the substitutions up that way, but only to remain below the limit of
6947 # 99 commands in a script, for HP-UX sed.
6948 # Do not nest @if/@endif pairs, because configure will not warn you at all.
6950 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6951 yes:yes:*\ gold\ *:*,c++,*) ;;
6952 yes:yes:*\ gold\ *:*)
6953 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6955 esac
6957 # Adjust the toplevel makefile according to whether bootstrap was selected.
6958 case $enable_bootstrap in
6959 yes)
6960 bootstrap_suffix=bootstrap
6961 BUILD_CONFIG=bootstrap-debug
6964 bootstrap_suffix=no-bootstrap
6965 BUILD_CONFIG=
6967 esac
6969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6970 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6973 # Check whether --with-build-config was given.
6974 if test "${with_build_config+set}" = set; then :
6975 withval=$with_build_config; case $with_build_config in
6976 yes) with_build_config= ;;
6977 no) with_build_config= BUILD_CONFIG= ;;
6978 esac
6982 if test "x${with_build_config}" != x; then
6983 BUILD_CONFIG=$with_build_config
6984 else
6985 case $BUILD_CONFIG in
6986 bootstrap-debug)
6987 if echo "int f (void) { return 0; }" > conftest.c &&
6988 ${CC} -c conftest.c &&
6989 mv conftest.o conftest.o.g0 &&
6990 ${CC} -c -g conftest.c &&
6991 mv conftest.o conftest.o.g &&
6992 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
6994 else
6995 BUILD_CONFIG=
6997 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6999 esac
7001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7002 $as_echo "$BUILD_CONFIG" >&6; }
7005 extrasub_build=
7006 for module in ${build_configdirs} ; do
7007 if test -z "${no_recursion}" \
7008 && test -f ${build_subdir}/${module}/Makefile; then
7009 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7010 rm -f ${build_subdir}/${module}/Makefile
7012 extrasub_build="$extrasub_build
7013 /^@if build-$module\$/d
7014 /^@endif build-$module\$/d
7015 /^@if build-$module-$bootstrap_suffix\$/d
7016 /^@endif build-$module-$bootstrap_suffix\$/d"
7017 done
7018 extrasub_host=
7019 for module in ${configdirs} ; do
7020 if test -z "${no_recursion}"; then
7021 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7022 if test -f ${file}; then
7023 echo 1>&2 "*** removing ${file} to force reconfigure"
7024 rm -f ${file}
7026 done
7028 extrasub_host="$extrasub_host
7029 /^@if $module\$/d
7030 /^@endif $module\$/d
7031 /^@if $module-$bootstrap_suffix\$/d
7032 /^@endif $module-$bootstrap_suffix\$/d"
7033 done
7034 extrasub_target=
7035 for module in ${target_configdirs} ; do
7036 if test -z "${no_recursion}" \
7037 && test -f ${target_subdir}/${module}/Makefile; then
7038 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7039 rm -f ${target_subdir}/${module}/Makefile
7042 # We only bootstrap target libraries listed in bootstrap_target_libs.
7043 case $bootstrap_target_libs in
7044 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7045 *) target_bootstrap_suffix=no-bootstrap ;;
7046 esac
7048 extrasub_target="$extrasub_target
7049 /^@if target-$module\$/d
7050 /^@endif target-$module\$/d
7051 /^@if target-$module-$target_bootstrap_suffix\$/d
7052 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7053 done
7055 # Do the final fixup along with target modules.
7056 extrasub_target="$extrasub_target
7057 /^@if /,/^@endif /d"
7059 # Create the serialization dependencies. This uses a temporary file.
7061 # Check whether --enable-serial-configure was given.
7062 if test "${enable_serial_configure+set}" = set; then :
7063 enableval=$enable_serial_configure;
7067 case ${enable_serial_configure} in
7068 yes)
7069 enable_serial_build_configure=yes
7070 enable_serial_host_configure=yes
7071 enable_serial_target_configure=yes
7073 esac
7075 # These force 'configure's to be done one at a time, to avoid problems
7076 # with contention over a shared config.cache.
7077 rm -f serdep.tmp
7078 echo '# serdep.tmp' > serdep.tmp
7079 olditem=
7080 test "x${enable_serial_build_configure}" = xyes &&
7081 for item in ${build_configdirs} ; do
7082 case ${olditem} in
7083 "") ;;
7084 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7085 esac
7086 olditem=${item}
7087 done
7088 olditem=
7089 test "x${enable_serial_host_configure}" = xyes &&
7090 for item in ${configdirs} ; do
7091 case ${olditem} in
7092 "") ;;
7093 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7094 esac
7095 olditem=${item}
7096 done
7097 olditem=
7098 test "x${enable_serial_target_configure}" = xyes &&
7099 for item in ${target_configdirs} ; do
7100 case ${olditem} in
7101 "") ;;
7102 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7103 esac
7104 olditem=${item}
7105 done
7106 serialization_dependencies=serdep.tmp
7109 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7110 # target, nonopt, and variable assignments. These are the ones we
7111 # might not want to pass down to subconfigures. The exception being
7112 # --cache-file=/dev/null, which is used to turn off the use of cache
7113 # files altogether, and which should be passed on to subconfigures.
7114 # Also strip program-prefix, program-suffix, and program-transform-name,
7115 # so that we can pass down a consistent program-transform-name.
7116 baseargs=
7117 tbaseargs=
7118 keep_next=no
7119 skip_next=no
7120 eval "set -- $ac_configure_args"
7121 for ac_arg
7123 if test X"$skip_next" = X"yes"; then
7124 skip_next=no
7125 continue
7127 if test X"$keep_next" = X"yes"; then
7128 case $ac_arg in
7129 *\'*)
7130 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7131 esac
7132 baseargs="$baseargs '$ac_arg'"
7133 tbaseargs="$tbaseargs '$ac_arg'"
7134 keep_next=no
7135 continue
7138 # Handle separated arguments. Based on the logic generated by
7139 # autoconf 2.59.
7140 case $ac_arg in
7141 *=* | --config-cache | -C | -disable-* | --disable-* \
7142 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7143 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7144 | -with-* | --with-* | -without-* | --without-* | --x)
7145 separate_arg=no
7148 separate_arg=yes
7151 separate_arg=no
7153 esac
7155 skip_targ=no
7156 case $ac_arg in
7158 --with-* | --without-*)
7159 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7161 case $libopt in
7162 *[-_]include)
7163 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7165 *[-_]lib)
7166 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7169 lib=$libopt
7171 esac
7174 case $lib in
7175 mpc | mpfr | gmp | cloog)
7176 # If we're processing --with-$lib, --with-$lib-include or
7177 # --with-$lib-lib, for one of the libs above, and target is
7178 # different from host, don't pass the current argument to any
7179 # target library's configure.
7180 if test x$is_cross_compiler = xyes; then
7181 skip_targ=yes
7184 esac
7186 esac
7188 case "$ac_arg" in
7189 --cache-file=/dev/null | \
7190 -cache-file=/dev/null )
7191 # Handled here to avoid the test to skip args below.
7192 baseargs="$baseargs '$ac_arg'"
7193 tbaseargs="$tbaseargs '$ac_arg'"
7194 # Assert: $separate_arg should always be no.
7195 keep_next=$separate_arg
7197 --no*)
7198 continue
7200 --c* | \
7201 --sr* | \
7202 --ho* | \
7203 --bu* | \
7204 --t* | \
7205 --program-* | \
7206 -cache_file* | \
7207 -srcdir* | \
7208 -host* | \
7209 -build* | \
7210 -target* | \
7211 -program-prefix* | \
7212 -program-suffix* | \
7213 -program-transform-name* )
7214 skip_next=$separate_arg
7215 continue
7218 # An option. Add it.
7219 case $ac_arg in
7220 *\'*)
7221 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7222 esac
7223 baseargs="$baseargs '$ac_arg'"
7224 if test X"$skip_targ" = Xno; then
7225 tbaseargs="$tbaseargs '$ac_arg'"
7227 keep_next=$separate_arg
7230 # Either a variable assignment, or a nonopt (triplet). Don't
7231 # pass it down; let the Makefile handle this.
7232 continue
7234 esac
7235 done
7236 # Remove the initial space we just introduced and, as these will be
7237 # expanded by make, quote '$'.
7238 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7240 # Add in --program-transform-name, after --program-prefix and
7241 # --program-suffix have been applied to it. Autoconf has already
7242 # doubled dollar signs and backslashes in program_transform_name; we want
7243 # the backslashes un-doubled, and then the entire thing wrapped in single
7244 # quotes, because this will be expanded first by make and then by the shell.
7245 # Also, because we want to override the logic in subdir configure scripts to
7246 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7247 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7248 ${program_transform_name}
7249 EOF_SED
7250 gcc_transform_name=`cat conftestsed.out`
7251 rm -f conftestsed.out
7252 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7253 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7254 if test "$silent" = yes; then
7255 baseargs="$baseargs --silent"
7256 tbaseargs="$tbaseargs --silent"
7258 baseargs="$baseargs --disable-option-checking"
7259 tbaseargs="$tbaseargs --disable-option-checking"
7261 # Record and document user additions to sub configure arguments.
7266 # For the build-side libraries, we just need to pretend we're native,
7267 # and not use the same cache file. Multilibs are neither needed nor
7268 # desired.
7269 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7271 # For host modules, accept cache file option, or specification as blank.
7272 case "${cache_file}" in
7273 "") # empty
7274 cache_file_option="" ;;
7275 /* | [A-Za-z]:[\\/]* ) # absolute path
7276 cache_file_option="--cache-file=${cache_file}" ;;
7277 *) # relative path
7278 cache_file_option="--cache-file=../${cache_file}" ;;
7279 esac
7281 # Host dirs don't like to share a cache file either, horribly enough.
7282 # This seems to be due to autoconf 2.5x stupidity.
7283 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7285 target_configargs="$target_configargs ${tbaseargs}"
7287 # Passing a --with-cross-host argument lets the target libraries know
7288 # whether they are being built with a cross-compiler or being built
7289 # native. However, it would be better to use other mechanisms to make the
7290 # sorts of decisions they want to make on this basis. Please consider
7291 # this option to be deprecated. FIXME.
7292 if test x${is_cross_compiler} = xyes ; then
7293 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7296 # Default to --enable-multilib.
7297 if test x${enable_multilib} = x ; then
7298 target_configargs="--enable-multilib ${target_configargs}"
7301 # Pass --with-newlib if appropriate. Note that target_configdirs has
7302 # changed from the earlier setting of with_newlib.
7303 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7304 target_configargs="--with-newlib ${target_configargs}"
7307 # Different target subdirs use different values of certain variables
7308 # (notably CXX). Worse, multilibs use *lots* of different values.
7309 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7310 # it doesn't automatically accept command-line overrides of them.
7311 # This means it's not safe for target subdirs to share a cache file,
7312 # which is disgusting, but there you have it. Hopefully this can be
7313 # fixed in future. It's still worthwhile to use a cache file for each
7314 # directory. I think.
7316 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7317 # We need to pass --target, as newer autoconf's requires consistency
7318 # for target_alias and gcc doesn't manage it consistently.
7319 target_configargs="--cache-file=./config.cache ${target_configargs}"
7321 FLAGS_FOR_TARGET=
7322 case " $target_configdirs " in
7323 *" newlib "*)
7324 case " $target_configargs " in
7325 *" --with-newlib "*)
7326 case "$target" in
7327 *-cygwin*)
7328 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7330 esac
7332 # If we're not building GCC, don't discard standard headers.
7333 if test -d ${srcdir}/gcc; then
7334 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7336 if test "${build}" != "${host}"; then
7337 # On Canadian crosses, CC_FOR_TARGET will have already been set
7338 # by `configure', so we won't have an opportunity to add -Bgcc/
7339 # to it. This is right: we don't want to search that directory
7340 # for binaries, but we want the header files in there, so add
7341 # them explicitly.
7342 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7344 # Someone might think of using the pre-installed headers on
7345 # Canadian crosses, in case the installed compiler is not fully
7346 # compatible with the compiler being built. In this case, it
7347 # would be better to flag an error than risking having
7348 # incompatible object files being constructed. We can't
7349 # guarantee that an error will be flagged, but let's hope the
7350 # compiler will do it, when presented with incompatible header
7351 # files.
7355 case "${target}-${is_cross_compiler}" in
7356 i[3456789]86-*-linux*-no)
7357 # Here host == target, so we don't need to build gcc,
7358 # so we don't want to discard standard headers.
7359 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7362 # If we're building newlib, use its generic headers last, but search
7363 # for any libc-related directories first (so make it the last -B
7364 # switch).
7365 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7367 # If we're building libgloss, find the startup file, simulator library
7368 # and linker script.
7369 case " $target_configdirs " in
7370 *" libgloss "*)
7371 # Look for startup file, simulator library and maybe linker script.
7372 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7373 # Look for libnosys.a in case the target needs it.
7374 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7375 # Most targets have the linker script in the source directory.
7376 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7378 esac
7380 esac
7382 esac
7384 esac
7386 case "$target" in
7387 x86_64-*mingw* | *-w64-mingw*)
7388 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7389 # however, use a symlink named 'mingw' in ${prefix} .
7390 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7392 *-mingw*)
7393 # MinGW can't be handled as Cygwin above since it does not use newlib.
7394 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'
7396 esac
7398 # Allow the user to override the flags for
7399 # our build compiler if desired.
7400 if test x"${build}" = x"${host}" ; then
7401 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7402 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7403 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7406 # On Canadian crosses, we'll be searching the right directories for
7407 # the previously-installed cross compiler, so don't bother to add
7408 # flags for directories within the install tree of the compiler
7409 # being built; programs in there won't even run.
7410 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7411 # Search for pre-installed headers if nothing else fits.
7412 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7415 if test "x${use_gnu_ld}" = x &&
7416 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7417 # Arrange for us to find uninstalled linker scripts.
7418 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7421 # Search for other target-specific linker scripts and such.
7422 case "${target}" in
7423 mep*)
7424 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7426 esac
7428 # Makefile fragments.
7429 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7431 eval fragval=\$$frag
7432 if test $fragval != /dev/null; then
7433 eval $frag=${srcdir}/$fragval
7435 done
7441 # Miscellanea: directories, flags, etc.
7450 # Build module lists & subconfigure args.
7454 # Host module lists & subconfigure args.
7459 # Target module lists & subconfigure args.
7463 # Build tools.
7481 # Generate default definitions for YACC, M4, LEX and other programs that run
7482 # on the build machine. These are used if the Makefile can't locate these
7483 # programs in objdir.
7484 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7486 for ac_prog in 'bison -y' byacc yacc
7488 # Extract the first word of "$ac_prog", so it can be a program name with args.
7489 set dummy $ac_prog; ac_word=$2
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7491 $as_echo_n "checking for $ac_word... " >&6; }
7492 if test "${ac_cv_prog_YACC+set}" = set; then :
7493 $as_echo_n "(cached) " >&6
7494 else
7495 if test -n "$YACC"; then
7496 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7497 else
7498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7499 for as_dir in $PATH
7501 IFS=$as_save_IFS
7502 test -z "$as_dir" && as_dir=.
7503 for ac_exec_ext in '' $ac_executable_extensions; do
7504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7505 ac_cv_prog_YACC="$ac_prog"
7506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7507 break 2
7509 done
7510 done
7511 IFS=$as_save_IFS
7515 YACC=$ac_cv_prog_YACC
7516 if test -n "$YACC"; then
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7518 $as_echo "$YACC" >&6; }
7519 else
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7521 $as_echo "no" >&6; }
7525 test -n "$YACC" && break
7526 done
7527 test -n "$YACC" || YACC="$MISSING bison -y"
7529 case " $build_configdirs " in
7530 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7531 esac
7533 for ac_prog in bison
7535 # Extract the first word of "$ac_prog", so it can be a program name with args.
7536 set dummy $ac_prog; ac_word=$2
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7538 $as_echo_n "checking for $ac_word... " >&6; }
7539 if test "${ac_cv_prog_BISON+set}" = set; then :
7540 $as_echo_n "(cached) " >&6
7541 else
7542 if test -n "$BISON"; then
7543 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7544 else
7545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7546 for as_dir in $PATH
7548 IFS=$as_save_IFS
7549 test -z "$as_dir" && as_dir=.
7550 for ac_exec_ext in '' $ac_executable_extensions; do
7551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7552 ac_cv_prog_BISON="$ac_prog"
7553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7554 break 2
7556 done
7557 done
7558 IFS=$as_save_IFS
7562 BISON=$ac_cv_prog_BISON
7563 if test -n "$BISON"; then
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7565 $as_echo "$BISON" >&6; }
7566 else
7567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7568 $as_echo "no" >&6; }
7572 test -n "$BISON" && break
7573 done
7574 test -n "$BISON" || BISON="$MISSING bison"
7576 case " $build_configdirs " in
7577 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7578 esac
7580 for ac_prog in gm4 gnum4 m4
7582 # Extract the first word of "$ac_prog", so it can be a program name with args.
7583 set dummy $ac_prog; ac_word=$2
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7585 $as_echo_n "checking for $ac_word... " >&6; }
7586 if test "${ac_cv_prog_M4+set}" = set; then :
7587 $as_echo_n "(cached) " >&6
7588 else
7589 if test -n "$M4"; then
7590 ac_cv_prog_M4="$M4" # Let the user override the test.
7591 else
7592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7593 for as_dir in $PATH
7595 IFS=$as_save_IFS
7596 test -z "$as_dir" && as_dir=.
7597 for ac_exec_ext in '' $ac_executable_extensions; do
7598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7599 ac_cv_prog_M4="$ac_prog"
7600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7601 break 2
7603 done
7604 done
7605 IFS=$as_save_IFS
7609 M4=$ac_cv_prog_M4
7610 if test -n "$M4"; then
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7612 $as_echo "$M4" >&6; }
7613 else
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7615 $as_echo "no" >&6; }
7619 test -n "$M4" && break
7620 done
7621 test -n "$M4" || M4="$MISSING m4"
7623 case " $build_configdirs " in
7624 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7625 esac
7627 for ac_prog in flex lex
7629 # Extract the first word of "$ac_prog", so it can be a program name with args.
7630 set dummy $ac_prog; ac_word=$2
7631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7632 $as_echo_n "checking for $ac_word... " >&6; }
7633 if test "${ac_cv_prog_LEX+set}" = set; then :
7634 $as_echo_n "(cached) " >&6
7635 else
7636 if test -n "$LEX"; then
7637 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7638 else
7639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7640 for as_dir in $PATH
7642 IFS=$as_save_IFS
7643 test -z "$as_dir" && as_dir=.
7644 for ac_exec_ext in '' $ac_executable_extensions; do
7645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7646 ac_cv_prog_LEX="$ac_prog"
7647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7648 break 2
7650 done
7651 done
7652 IFS=$as_save_IFS
7656 LEX=$ac_cv_prog_LEX
7657 if test -n "$LEX"; then
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7659 $as_echo "$LEX" >&6; }
7660 else
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7662 $as_echo "no" >&6; }
7666 test -n "$LEX" && break
7667 done
7668 test -n "$LEX" || LEX="$MISSING flex"
7670 case " $build_configdirs " in
7671 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7672 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7673 esac
7675 for ac_prog in flex
7677 # Extract the first word of "$ac_prog", so it can be a program name with args.
7678 set dummy $ac_prog; ac_word=$2
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7680 $as_echo_n "checking for $ac_word... " >&6; }
7681 if test "${ac_cv_prog_FLEX+set}" = set; then :
7682 $as_echo_n "(cached) " >&6
7683 else
7684 if test -n "$FLEX"; then
7685 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7686 else
7687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7688 for as_dir in $PATH
7690 IFS=$as_save_IFS
7691 test -z "$as_dir" && as_dir=.
7692 for ac_exec_ext in '' $ac_executable_extensions; do
7693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7694 ac_cv_prog_FLEX="$ac_prog"
7695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7696 break 2
7698 done
7699 done
7700 IFS=$as_save_IFS
7704 FLEX=$ac_cv_prog_FLEX
7705 if test -n "$FLEX"; then
7706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7707 $as_echo "$FLEX" >&6; }
7708 else
7709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7710 $as_echo "no" >&6; }
7714 test -n "$FLEX" && break
7715 done
7716 test -n "$FLEX" || FLEX="$MISSING flex"
7718 case " $build_configdirs " in
7719 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7720 esac
7722 for ac_prog in makeinfo
7724 # Extract the first word of "$ac_prog", so it can be a program name with args.
7725 set dummy $ac_prog; ac_word=$2
7726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7727 $as_echo_n "checking for $ac_word... " >&6; }
7728 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7729 $as_echo_n "(cached) " >&6
7730 else
7731 if test -n "$MAKEINFO"; then
7732 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7733 else
7734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7735 for as_dir in $PATH
7737 IFS=$as_save_IFS
7738 test -z "$as_dir" && as_dir=.
7739 for ac_exec_ext in '' $ac_executable_extensions; do
7740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7741 ac_cv_prog_MAKEINFO="$ac_prog"
7742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7743 break 2
7745 done
7746 done
7747 IFS=$as_save_IFS
7751 MAKEINFO=$ac_cv_prog_MAKEINFO
7752 if test -n "$MAKEINFO"; then
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7754 $as_echo "$MAKEINFO" >&6; }
7755 else
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7757 $as_echo "no" >&6; }
7761 test -n "$MAKEINFO" && break
7762 done
7763 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7765 case " $build_configdirs " in
7766 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7769 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7770 # higher, else we use the "missing" dummy.
7771 if ${MAKEINFO} --version \
7772 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7774 else
7775 MAKEINFO="$MISSING makeinfo"
7779 esac
7781 # FIXME: expect and dejagnu may become build tools?
7783 for ac_prog in expect
7785 # Extract the first word of "$ac_prog", so it can be a program name with args.
7786 set dummy $ac_prog; ac_word=$2
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7788 $as_echo_n "checking for $ac_word... " >&6; }
7789 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7790 $as_echo_n "(cached) " >&6
7791 else
7792 if test -n "$EXPECT"; then
7793 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7794 else
7795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7796 for as_dir in $PATH
7798 IFS=$as_save_IFS
7799 test -z "$as_dir" && as_dir=.
7800 for ac_exec_ext in '' $ac_executable_extensions; do
7801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7802 ac_cv_prog_EXPECT="$ac_prog"
7803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7804 break 2
7806 done
7807 done
7808 IFS=$as_save_IFS
7812 EXPECT=$ac_cv_prog_EXPECT
7813 if test -n "$EXPECT"; then
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7815 $as_echo "$EXPECT" >&6; }
7816 else
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7818 $as_echo "no" >&6; }
7822 test -n "$EXPECT" && break
7823 done
7824 test -n "$EXPECT" || EXPECT="expect"
7826 case " $configdirs " in
7827 *" expect "*)
7828 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7830 esac
7832 for ac_prog in runtest
7834 # Extract the first word of "$ac_prog", so it can be a program name with args.
7835 set dummy $ac_prog; ac_word=$2
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7837 $as_echo_n "checking for $ac_word... " >&6; }
7838 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7839 $as_echo_n "(cached) " >&6
7840 else
7841 if test -n "$RUNTEST"; then
7842 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7843 else
7844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7845 for as_dir in $PATH
7847 IFS=$as_save_IFS
7848 test -z "$as_dir" && as_dir=.
7849 for ac_exec_ext in '' $ac_executable_extensions; do
7850 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7851 ac_cv_prog_RUNTEST="$ac_prog"
7852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7853 break 2
7855 done
7856 done
7857 IFS=$as_save_IFS
7861 RUNTEST=$ac_cv_prog_RUNTEST
7862 if test -n "$RUNTEST"; then
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7864 $as_echo "$RUNTEST" >&6; }
7865 else
7866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7867 $as_echo "no" >&6; }
7871 test -n "$RUNTEST" && break
7872 done
7873 test -n "$RUNTEST" || RUNTEST="runtest"
7875 case " $configdirs " in
7876 *" dejagnu "*)
7877 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7879 esac
7882 # Host tools.
7883 ncn_tool_prefix=
7884 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7885 ncn_target_tool_prefix=
7886 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7890 if test -n "$AR"; then
7891 ac_cv_prog_AR=$AR
7892 elif test -n "$ac_cv_prog_AR"; then
7893 AR=$ac_cv_prog_AR
7896 if test -n "$ac_cv_prog_AR"; then
7897 for ncn_progname in ar; do
7898 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7899 set dummy ${ncn_progname}; ac_word=$2
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7901 $as_echo_n "checking for $ac_word... " >&6; }
7902 if test "${ac_cv_prog_AR+set}" = set; then :
7903 $as_echo_n "(cached) " >&6
7904 else
7905 if test -n "$AR"; then
7906 ac_cv_prog_AR="$AR" # Let the user override the test.
7907 else
7908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7909 for as_dir in $PATH
7911 IFS=$as_save_IFS
7912 test -z "$as_dir" && as_dir=.
7913 for ac_exec_ext in '' $ac_executable_extensions; do
7914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7915 ac_cv_prog_AR="${ncn_progname}"
7916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7917 break 2
7919 done
7920 done
7921 IFS=$as_save_IFS
7925 AR=$ac_cv_prog_AR
7926 if test -n "$AR"; then
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7928 $as_echo "$AR" >&6; }
7929 else
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7931 $as_echo "no" >&6; }
7935 done
7938 for ncn_progname in ar; do
7939 if test -n "$ncn_tool_prefix"; then
7940 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7941 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7943 $as_echo_n "checking for $ac_word... " >&6; }
7944 if test "${ac_cv_prog_AR+set}" = set; then :
7945 $as_echo_n "(cached) " >&6
7946 else
7947 if test -n "$AR"; then
7948 ac_cv_prog_AR="$AR" # Let the user override the test.
7949 else
7950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7951 for as_dir in $PATH
7953 IFS=$as_save_IFS
7954 test -z "$as_dir" && as_dir=.
7955 for ac_exec_ext in '' $ac_executable_extensions; do
7956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7957 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
7958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7959 break 2
7961 done
7962 done
7963 IFS=$as_save_IFS
7967 AR=$ac_cv_prog_AR
7968 if test -n "$AR"; then
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7970 $as_echo "$AR" >&6; }
7971 else
7972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7973 $as_echo "no" >&6; }
7978 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
7979 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7980 set dummy ${ncn_progname}; ac_word=$2
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7982 $as_echo_n "checking for $ac_word... " >&6; }
7983 if test "${ac_cv_prog_AR+set}" = set; then :
7984 $as_echo_n "(cached) " >&6
7985 else
7986 if test -n "$AR"; then
7987 ac_cv_prog_AR="$AR" # Let the user override the test.
7988 else
7989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7990 for as_dir in $PATH
7992 IFS=$as_save_IFS
7993 test -z "$as_dir" && as_dir=.
7994 for ac_exec_ext in '' $ac_executable_extensions; do
7995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7996 ac_cv_prog_AR="${ncn_progname}"
7997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7998 break 2
8000 done
8001 done
8002 IFS=$as_save_IFS
8006 AR=$ac_cv_prog_AR
8007 if test -n "$AR"; then
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8009 $as_echo "$AR" >&6; }
8010 else
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8012 $as_echo "no" >&6; }
8017 test -n "$ac_cv_prog_AR" && break
8018 done
8020 if test -z "$ac_cv_prog_AR" ; then
8021 set dummy ar
8022 if test $build = $host ; then
8023 AR="$2"
8024 else
8025 AR="${ncn_tool_prefix}$2"
8031 if test -n "$AS"; then
8032 ac_cv_prog_AS=$AS
8033 elif test -n "$ac_cv_prog_AS"; then
8034 AS=$ac_cv_prog_AS
8037 if test -n "$ac_cv_prog_AS"; then
8038 for ncn_progname in as; do
8039 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8040 set dummy ${ncn_progname}; ac_word=$2
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8042 $as_echo_n "checking for $ac_word... " >&6; }
8043 if test "${ac_cv_prog_AS+set}" = set; then :
8044 $as_echo_n "(cached) " >&6
8045 else
8046 if test -n "$AS"; then
8047 ac_cv_prog_AS="$AS" # Let the user override the test.
8048 else
8049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8050 for as_dir in $PATH
8052 IFS=$as_save_IFS
8053 test -z "$as_dir" && as_dir=.
8054 for ac_exec_ext in '' $ac_executable_extensions; do
8055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8056 ac_cv_prog_AS="${ncn_progname}"
8057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8058 break 2
8060 done
8061 done
8062 IFS=$as_save_IFS
8066 AS=$ac_cv_prog_AS
8067 if test -n "$AS"; then
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8069 $as_echo "$AS" >&6; }
8070 else
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8072 $as_echo "no" >&6; }
8076 done
8079 for ncn_progname in as; do
8080 if test -n "$ncn_tool_prefix"; then
8081 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8082 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8084 $as_echo_n "checking for $ac_word... " >&6; }
8085 if test "${ac_cv_prog_AS+set}" = set; then :
8086 $as_echo_n "(cached) " >&6
8087 else
8088 if test -n "$AS"; then
8089 ac_cv_prog_AS="$AS" # Let the user override the test.
8090 else
8091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8092 for as_dir in $PATH
8094 IFS=$as_save_IFS
8095 test -z "$as_dir" && as_dir=.
8096 for ac_exec_ext in '' $ac_executable_extensions; do
8097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8098 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8100 break 2
8102 done
8103 done
8104 IFS=$as_save_IFS
8108 AS=$ac_cv_prog_AS
8109 if test -n "$AS"; then
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8111 $as_echo "$AS" >&6; }
8112 else
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8114 $as_echo "no" >&6; }
8119 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8120 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8121 set dummy ${ncn_progname}; ac_word=$2
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8123 $as_echo_n "checking for $ac_word... " >&6; }
8124 if test "${ac_cv_prog_AS+set}" = set; then :
8125 $as_echo_n "(cached) " >&6
8126 else
8127 if test -n "$AS"; then
8128 ac_cv_prog_AS="$AS" # Let the user override the test.
8129 else
8130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8131 for as_dir in $PATH
8133 IFS=$as_save_IFS
8134 test -z "$as_dir" && as_dir=.
8135 for ac_exec_ext in '' $ac_executable_extensions; do
8136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8137 ac_cv_prog_AS="${ncn_progname}"
8138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8139 break 2
8141 done
8142 done
8143 IFS=$as_save_IFS
8147 AS=$ac_cv_prog_AS
8148 if test -n "$AS"; then
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8150 $as_echo "$AS" >&6; }
8151 else
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8153 $as_echo "no" >&6; }
8158 test -n "$ac_cv_prog_AS" && break
8159 done
8161 if test -z "$ac_cv_prog_AS" ; then
8162 set dummy as
8163 if test $build = $host ; then
8164 AS="$2"
8165 else
8166 AS="${ncn_tool_prefix}$2"
8172 if test -n "$DLLTOOL"; then
8173 ac_cv_prog_DLLTOOL=$DLLTOOL
8174 elif test -n "$ac_cv_prog_DLLTOOL"; then
8175 DLLTOOL=$ac_cv_prog_DLLTOOL
8178 if test -n "$ac_cv_prog_DLLTOOL"; then
8179 for ncn_progname in dlltool; do
8180 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8181 set dummy ${ncn_progname}; ac_word=$2
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8183 $as_echo_n "checking for $ac_word... " >&6; }
8184 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8185 $as_echo_n "(cached) " >&6
8186 else
8187 if test -n "$DLLTOOL"; then
8188 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8189 else
8190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8191 for as_dir in $PATH
8193 IFS=$as_save_IFS
8194 test -z "$as_dir" && as_dir=.
8195 for ac_exec_ext in '' $ac_executable_extensions; do
8196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8197 ac_cv_prog_DLLTOOL="${ncn_progname}"
8198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8199 break 2
8201 done
8202 done
8203 IFS=$as_save_IFS
8207 DLLTOOL=$ac_cv_prog_DLLTOOL
8208 if test -n "$DLLTOOL"; then
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8210 $as_echo "$DLLTOOL" >&6; }
8211 else
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8213 $as_echo "no" >&6; }
8217 done
8220 for ncn_progname in dlltool; do
8221 if test -n "$ncn_tool_prefix"; then
8222 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8223 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8225 $as_echo_n "checking for $ac_word... " >&6; }
8226 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8227 $as_echo_n "(cached) " >&6
8228 else
8229 if test -n "$DLLTOOL"; then
8230 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8231 else
8232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8233 for as_dir in $PATH
8235 IFS=$as_save_IFS
8236 test -z "$as_dir" && as_dir=.
8237 for ac_exec_ext in '' $ac_executable_extensions; do
8238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8239 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8241 break 2
8243 done
8244 done
8245 IFS=$as_save_IFS
8249 DLLTOOL=$ac_cv_prog_DLLTOOL
8250 if test -n "$DLLTOOL"; then
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8252 $as_echo "$DLLTOOL" >&6; }
8253 else
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8255 $as_echo "no" >&6; }
8260 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8261 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8262 set dummy ${ncn_progname}; ac_word=$2
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8264 $as_echo_n "checking for $ac_word... " >&6; }
8265 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8266 $as_echo_n "(cached) " >&6
8267 else
8268 if test -n "$DLLTOOL"; then
8269 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8270 else
8271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8272 for as_dir in $PATH
8274 IFS=$as_save_IFS
8275 test -z "$as_dir" && as_dir=.
8276 for ac_exec_ext in '' $ac_executable_extensions; do
8277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8278 ac_cv_prog_DLLTOOL="${ncn_progname}"
8279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8280 break 2
8282 done
8283 done
8284 IFS=$as_save_IFS
8288 DLLTOOL=$ac_cv_prog_DLLTOOL
8289 if test -n "$DLLTOOL"; then
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8291 $as_echo "$DLLTOOL" >&6; }
8292 else
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8294 $as_echo "no" >&6; }
8299 test -n "$ac_cv_prog_DLLTOOL" && break
8300 done
8302 if test -z "$ac_cv_prog_DLLTOOL" ; then
8303 set dummy dlltool
8304 if test $build = $host ; then
8305 DLLTOOL="$2"
8306 else
8307 DLLTOOL="${ncn_tool_prefix}$2"
8313 if test -n "$LD"; then
8314 ac_cv_prog_LD=$LD
8315 elif test -n "$ac_cv_prog_LD"; then
8316 LD=$ac_cv_prog_LD
8319 if test -n "$ac_cv_prog_LD"; then
8320 for ncn_progname in ld; do
8321 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8322 set dummy ${ncn_progname}; ac_word=$2
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8324 $as_echo_n "checking for $ac_word... " >&6; }
8325 if test "${ac_cv_prog_LD+set}" = set; then :
8326 $as_echo_n "(cached) " >&6
8327 else
8328 if test -n "$LD"; then
8329 ac_cv_prog_LD="$LD" # Let the user override the test.
8330 else
8331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8332 for as_dir in $PATH
8334 IFS=$as_save_IFS
8335 test -z "$as_dir" && as_dir=.
8336 for ac_exec_ext in '' $ac_executable_extensions; do
8337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8338 ac_cv_prog_LD="${ncn_progname}"
8339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8340 break 2
8342 done
8343 done
8344 IFS=$as_save_IFS
8348 LD=$ac_cv_prog_LD
8349 if test -n "$LD"; then
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8351 $as_echo "$LD" >&6; }
8352 else
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8354 $as_echo "no" >&6; }
8358 done
8361 for ncn_progname in ld; do
8362 if test -n "$ncn_tool_prefix"; then
8363 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8364 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8366 $as_echo_n "checking for $ac_word... " >&6; }
8367 if test "${ac_cv_prog_LD+set}" = set; then :
8368 $as_echo_n "(cached) " >&6
8369 else
8370 if test -n "$LD"; then
8371 ac_cv_prog_LD="$LD" # Let the user override the test.
8372 else
8373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8374 for as_dir in $PATH
8376 IFS=$as_save_IFS
8377 test -z "$as_dir" && as_dir=.
8378 for ac_exec_ext in '' $ac_executable_extensions; do
8379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8380 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8382 break 2
8384 done
8385 done
8386 IFS=$as_save_IFS
8390 LD=$ac_cv_prog_LD
8391 if test -n "$LD"; then
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8393 $as_echo "$LD" >&6; }
8394 else
8395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8396 $as_echo "no" >&6; }
8401 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8402 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8403 set dummy ${ncn_progname}; ac_word=$2
8404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8405 $as_echo_n "checking for $ac_word... " >&6; }
8406 if test "${ac_cv_prog_LD+set}" = set; then :
8407 $as_echo_n "(cached) " >&6
8408 else
8409 if test -n "$LD"; then
8410 ac_cv_prog_LD="$LD" # Let the user override the test.
8411 else
8412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8413 for as_dir in $PATH
8415 IFS=$as_save_IFS
8416 test -z "$as_dir" && as_dir=.
8417 for ac_exec_ext in '' $ac_executable_extensions; do
8418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8419 ac_cv_prog_LD="${ncn_progname}"
8420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8421 break 2
8423 done
8424 done
8425 IFS=$as_save_IFS
8429 LD=$ac_cv_prog_LD
8430 if test -n "$LD"; then
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8432 $as_echo "$LD" >&6; }
8433 else
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8435 $as_echo "no" >&6; }
8440 test -n "$ac_cv_prog_LD" && break
8441 done
8443 if test -z "$ac_cv_prog_LD" ; then
8444 set dummy ld
8445 if test $build = $host ; then
8446 LD="$2"
8447 else
8448 LD="${ncn_tool_prefix}$2"
8454 if test -n "$LIPO"; then
8455 ac_cv_prog_LIPO=$LIPO
8456 elif test -n "$ac_cv_prog_LIPO"; then
8457 LIPO=$ac_cv_prog_LIPO
8460 if test -n "$ac_cv_prog_LIPO"; then
8461 for ncn_progname in lipo; do
8462 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8463 set dummy ${ncn_progname}; ac_word=$2
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8465 $as_echo_n "checking for $ac_word... " >&6; }
8466 if test "${ac_cv_prog_LIPO+set}" = set; then :
8467 $as_echo_n "(cached) " >&6
8468 else
8469 if test -n "$LIPO"; then
8470 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8471 else
8472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8473 for as_dir in $PATH
8475 IFS=$as_save_IFS
8476 test -z "$as_dir" && as_dir=.
8477 for ac_exec_ext in '' $ac_executable_extensions; do
8478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8479 ac_cv_prog_LIPO="${ncn_progname}"
8480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8481 break 2
8483 done
8484 done
8485 IFS=$as_save_IFS
8489 LIPO=$ac_cv_prog_LIPO
8490 if test -n "$LIPO"; then
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8492 $as_echo "$LIPO" >&6; }
8493 else
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8495 $as_echo "no" >&6; }
8499 done
8502 for ncn_progname in lipo; do
8503 if test -n "$ncn_tool_prefix"; then
8504 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8505 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8507 $as_echo_n "checking for $ac_word... " >&6; }
8508 if test "${ac_cv_prog_LIPO+set}" = set; then :
8509 $as_echo_n "(cached) " >&6
8510 else
8511 if test -n "$LIPO"; then
8512 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8513 else
8514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8515 for as_dir in $PATH
8517 IFS=$as_save_IFS
8518 test -z "$as_dir" && as_dir=.
8519 for ac_exec_ext in '' $ac_executable_extensions; do
8520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8521 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8523 break 2
8525 done
8526 done
8527 IFS=$as_save_IFS
8531 LIPO=$ac_cv_prog_LIPO
8532 if test -n "$LIPO"; then
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8534 $as_echo "$LIPO" >&6; }
8535 else
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8537 $as_echo "no" >&6; }
8542 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8543 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8544 set dummy ${ncn_progname}; ac_word=$2
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8546 $as_echo_n "checking for $ac_word... " >&6; }
8547 if test "${ac_cv_prog_LIPO+set}" = set; then :
8548 $as_echo_n "(cached) " >&6
8549 else
8550 if test -n "$LIPO"; then
8551 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8552 else
8553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8554 for as_dir in $PATH
8556 IFS=$as_save_IFS
8557 test -z "$as_dir" && as_dir=.
8558 for ac_exec_ext in '' $ac_executable_extensions; do
8559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8560 ac_cv_prog_LIPO="${ncn_progname}"
8561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8562 break 2
8564 done
8565 done
8566 IFS=$as_save_IFS
8570 LIPO=$ac_cv_prog_LIPO
8571 if test -n "$LIPO"; then
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8573 $as_echo "$LIPO" >&6; }
8574 else
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8576 $as_echo "no" >&6; }
8581 test -n "$ac_cv_prog_LIPO" && break
8582 done
8584 if test -z "$ac_cv_prog_LIPO" ; then
8585 set dummy lipo
8586 if test $build = $host ; then
8587 LIPO="$2"
8588 else
8589 LIPO="${ncn_tool_prefix}$2"
8595 if test -n "$NM"; then
8596 ac_cv_prog_NM=$NM
8597 elif test -n "$ac_cv_prog_NM"; then
8598 NM=$ac_cv_prog_NM
8601 if test -n "$ac_cv_prog_NM"; then
8602 for ncn_progname in nm; do
8603 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8604 set dummy ${ncn_progname}; ac_word=$2
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8606 $as_echo_n "checking for $ac_word... " >&6; }
8607 if test "${ac_cv_prog_NM+set}" = set; then :
8608 $as_echo_n "(cached) " >&6
8609 else
8610 if test -n "$NM"; then
8611 ac_cv_prog_NM="$NM" # Let the user override the test.
8612 else
8613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8614 for as_dir in $PATH
8616 IFS=$as_save_IFS
8617 test -z "$as_dir" && as_dir=.
8618 for ac_exec_ext in '' $ac_executable_extensions; do
8619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8620 ac_cv_prog_NM="${ncn_progname}"
8621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8622 break 2
8624 done
8625 done
8626 IFS=$as_save_IFS
8630 NM=$ac_cv_prog_NM
8631 if test -n "$NM"; then
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8633 $as_echo "$NM" >&6; }
8634 else
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8636 $as_echo "no" >&6; }
8640 done
8643 for ncn_progname in nm; do
8644 if test -n "$ncn_tool_prefix"; then
8645 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8646 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8648 $as_echo_n "checking for $ac_word... " >&6; }
8649 if test "${ac_cv_prog_NM+set}" = set; then :
8650 $as_echo_n "(cached) " >&6
8651 else
8652 if test -n "$NM"; then
8653 ac_cv_prog_NM="$NM" # Let the user override the test.
8654 else
8655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8656 for as_dir in $PATH
8658 IFS=$as_save_IFS
8659 test -z "$as_dir" && as_dir=.
8660 for ac_exec_ext in '' $ac_executable_extensions; do
8661 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8662 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8664 break 2
8666 done
8667 done
8668 IFS=$as_save_IFS
8672 NM=$ac_cv_prog_NM
8673 if test -n "$NM"; then
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8675 $as_echo "$NM" >&6; }
8676 else
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8678 $as_echo "no" >&6; }
8683 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8684 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8685 set dummy ${ncn_progname}; ac_word=$2
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8687 $as_echo_n "checking for $ac_word... " >&6; }
8688 if test "${ac_cv_prog_NM+set}" = set; then :
8689 $as_echo_n "(cached) " >&6
8690 else
8691 if test -n "$NM"; then
8692 ac_cv_prog_NM="$NM" # Let the user override the test.
8693 else
8694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8695 for as_dir in $PATH
8697 IFS=$as_save_IFS
8698 test -z "$as_dir" && as_dir=.
8699 for ac_exec_ext in '' $ac_executable_extensions; do
8700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8701 ac_cv_prog_NM="${ncn_progname}"
8702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8703 break 2
8705 done
8706 done
8707 IFS=$as_save_IFS
8711 NM=$ac_cv_prog_NM
8712 if test -n "$NM"; then
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8714 $as_echo "$NM" >&6; }
8715 else
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8717 $as_echo "no" >&6; }
8722 test -n "$ac_cv_prog_NM" && break
8723 done
8725 if test -z "$ac_cv_prog_NM" ; then
8726 set dummy nm
8727 if test $build = $host ; then
8728 NM="$2"
8729 else
8730 NM="${ncn_tool_prefix}$2"
8736 if test -n "$RANLIB"; then
8737 ac_cv_prog_RANLIB=$RANLIB
8738 elif test -n "$ac_cv_prog_RANLIB"; then
8739 RANLIB=$ac_cv_prog_RANLIB
8742 if test -n "$ac_cv_prog_RANLIB"; then
8743 for ncn_progname in ranlib; do
8744 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8745 set dummy ${ncn_progname}; ac_word=$2
8746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8747 $as_echo_n "checking for $ac_word... " >&6; }
8748 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8749 $as_echo_n "(cached) " >&6
8750 else
8751 if test -n "$RANLIB"; then
8752 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8753 else
8754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8755 for as_dir in $PATH
8757 IFS=$as_save_IFS
8758 test -z "$as_dir" && as_dir=.
8759 for ac_exec_ext in '' $ac_executable_extensions; do
8760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8761 ac_cv_prog_RANLIB="${ncn_progname}"
8762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8763 break 2
8765 done
8766 done
8767 IFS=$as_save_IFS
8771 RANLIB=$ac_cv_prog_RANLIB
8772 if test -n "$RANLIB"; then
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8774 $as_echo "$RANLIB" >&6; }
8775 else
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8777 $as_echo "no" >&6; }
8781 done
8784 for ncn_progname in ranlib; do
8785 if test -n "$ncn_tool_prefix"; then
8786 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8787 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8789 $as_echo_n "checking for $ac_word... " >&6; }
8790 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8791 $as_echo_n "(cached) " >&6
8792 else
8793 if test -n "$RANLIB"; then
8794 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8795 else
8796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8797 for as_dir in $PATH
8799 IFS=$as_save_IFS
8800 test -z "$as_dir" && as_dir=.
8801 for ac_exec_ext in '' $ac_executable_extensions; do
8802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8803 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8805 break 2
8807 done
8808 done
8809 IFS=$as_save_IFS
8813 RANLIB=$ac_cv_prog_RANLIB
8814 if test -n "$RANLIB"; then
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8816 $as_echo "$RANLIB" >&6; }
8817 else
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8819 $as_echo "no" >&6; }
8824 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8825 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8826 set dummy ${ncn_progname}; ac_word=$2
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8828 $as_echo_n "checking for $ac_word... " >&6; }
8829 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8830 $as_echo_n "(cached) " >&6
8831 else
8832 if test -n "$RANLIB"; then
8833 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8834 else
8835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8836 for as_dir in $PATH
8838 IFS=$as_save_IFS
8839 test -z "$as_dir" && as_dir=.
8840 for ac_exec_ext in '' $ac_executable_extensions; do
8841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8842 ac_cv_prog_RANLIB="${ncn_progname}"
8843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8844 break 2
8846 done
8847 done
8848 IFS=$as_save_IFS
8852 RANLIB=$ac_cv_prog_RANLIB
8853 if test -n "$RANLIB"; then
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8855 $as_echo "$RANLIB" >&6; }
8856 else
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8858 $as_echo "no" >&6; }
8863 test -n "$ac_cv_prog_RANLIB" && break
8864 done
8866 if test -z "$ac_cv_prog_RANLIB" ; then
8867 RANLIB="true"
8872 if test -n "$STRIP"; then
8873 ac_cv_prog_STRIP=$STRIP
8874 elif test -n "$ac_cv_prog_STRIP"; then
8875 STRIP=$ac_cv_prog_STRIP
8878 if test -n "$ac_cv_prog_STRIP"; then
8879 for ncn_progname in strip; do
8880 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8881 set dummy ${ncn_progname}; ac_word=$2
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8883 $as_echo_n "checking for $ac_word... " >&6; }
8884 if test "${ac_cv_prog_STRIP+set}" = set; then :
8885 $as_echo_n "(cached) " >&6
8886 else
8887 if test -n "$STRIP"; then
8888 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8889 else
8890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8891 for as_dir in $PATH
8893 IFS=$as_save_IFS
8894 test -z "$as_dir" && as_dir=.
8895 for ac_exec_ext in '' $ac_executable_extensions; do
8896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8897 ac_cv_prog_STRIP="${ncn_progname}"
8898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8899 break 2
8901 done
8902 done
8903 IFS=$as_save_IFS
8907 STRIP=$ac_cv_prog_STRIP
8908 if test -n "$STRIP"; then
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8910 $as_echo "$STRIP" >&6; }
8911 else
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8913 $as_echo "no" >&6; }
8917 done
8920 for ncn_progname in strip; do
8921 if test -n "$ncn_tool_prefix"; then
8922 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8923 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8925 $as_echo_n "checking for $ac_word... " >&6; }
8926 if test "${ac_cv_prog_STRIP+set}" = set; then :
8927 $as_echo_n "(cached) " >&6
8928 else
8929 if test -n "$STRIP"; then
8930 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8931 else
8932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8933 for as_dir in $PATH
8935 IFS=$as_save_IFS
8936 test -z "$as_dir" && as_dir=.
8937 for ac_exec_ext in '' $ac_executable_extensions; do
8938 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8939 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
8940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8941 break 2
8943 done
8944 done
8945 IFS=$as_save_IFS
8949 STRIP=$ac_cv_prog_STRIP
8950 if test -n "$STRIP"; then
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8952 $as_echo "$STRIP" >&6; }
8953 else
8954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8955 $as_echo "no" >&6; }
8960 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8961 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8962 set dummy ${ncn_progname}; ac_word=$2
8963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8964 $as_echo_n "checking for $ac_word... " >&6; }
8965 if test "${ac_cv_prog_STRIP+set}" = set; then :
8966 $as_echo_n "(cached) " >&6
8967 else
8968 if test -n "$STRIP"; then
8969 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8970 else
8971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8972 for as_dir in $PATH
8974 IFS=$as_save_IFS
8975 test -z "$as_dir" && as_dir=.
8976 for ac_exec_ext in '' $ac_executable_extensions; do
8977 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8978 ac_cv_prog_STRIP="${ncn_progname}"
8979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8980 break 2
8982 done
8983 done
8984 IFS=$as_save_IFS
8988 STRIP=$ac_cv_prog_STRIP
8989 if test -n "$STRIP"; then
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8991 $as_echo "$STRIP" >&6; }
8992 else
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8994 $as_echo "no" >&6; }
8999 test -n "$ac_cv_prog_STRIP" && break
9000 done
9002 if test -z "$ac_cv_prog_STRIP" ; then
9003 STRIP="true"
9008 if test -n "$WINDRES"; then
9009 ac_cv_prog_WINDRES=$WINDRES
9010 elif test -n "$ac_cv_prog_WINDRES"; then
9011 WINDRES=$ac_cv_prog_WINDRES
9014 if test -n "$ac_cv_prog_WINDRES"; then
9015 for ncn_progname in windres; do
9016 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9017 set dummy ${ncn_progname}; ac_word=$2
9018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9019 $as_echo_n "checking for $ac_word... " >&6; }
9020 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9021 $as_echo_n "(cached) " >&6
9022 else
9023 if test -n "$WINDRES"; then
9024 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9025 else
9026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9027 for as_dir in $PATH
9029 IFS=$as_save_IFS
9030 test -z "$as_dir" && as_dir=.
9031 for ac_exec_ext in '' $ac_executable_extensions; do
9032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9033 ac_cv_prog_WINDRES="${ncn_progname}"
9034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9035 break 2
9037 done
9038 done
9039 IFS=$as_save_IFS
9043 WINDRES=$ac_cv_prog_WINDRES
9044 if test -n "$WINDRES"; then
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9046 $as_echo "$WINDRES" >&6; }
9047 else
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9049 $as_echo "no" >&6; }
9053 done
9056 for ncn_progname in windres; do
9057 if test -n "$ncn_tool_prefix"; then
9058 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9059 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9061 $as_echo_n "checking for $ac_word... " >&6; }
9062 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9063 $as_echo_n "(cached) " >&6
9064 else
9065 if test -n "$WINDRES"; then
9066 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9067 else
9068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9069 for as_dir in $PATH
9071 IFS=$as_save_IFS
9072 test -z "$as_dir" && as_dir=.
9073 for ac_exec_ext in '' $ac_executable_extensions; do
9074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9075 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9077 break 2
9079 done
9080 done
9081 IFS=$as_save_IFS
9085 WINDRES=$ac_cv_prog_WINDRES
9086 if test -n "$WINDRES"; then
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9088 $as_echo "$WINDRES" >&6; }
9089 else
9090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9091 $as_echo "no" >&6; }
9096 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9097 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9098 set dummy ${ncn_progname}; ac_word=$2
9099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9100 $as_echo_n "checking for $ac_word... " >&6; }
9101 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9102 $as_echo_n "(cached) " >&6
9103 else
9104 if test -n "$WINDRES"; then
9105 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9106 else
9107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9108 for as_dir in $PATH
9110 IFS=$as_save_IFS
9111 test -z "$as_dir" && as_dir=.
9112 for ac_exec_ext in '' $ac_executable_extensions; do
9113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9114 ac_cv_prog_WINDRES="${ncn_progname}"
9115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9116 break 2
9118 done
9119 done
9120 IFS=$as_save_IFS
9124 WINDRES=$ac_cv_prog_WINDRES
9125 if test -n "$WINDRES"; then
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9127 $as_echo "$WINDRES" >&6; }
9128 else
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9130 $as_echo "no" >&6; }
9135 test -n "$ac_cv_prog_WINDRES" && break
9136 done
9138 if test -z "$ac_cv_prog_WINDRES" ; then
9139 set dummy windres
9140 if test $build = $host ; then
9141 WINDRES="$2"
9142 else
9143 WINDRES="${ncn_tool_prefix}$2"
9149 if test -n "$WINDMC"; then
9150 ac_cv_prog_WINDMC=$WINDMC
9151 elif test -n "$ac_cv_prog_WINDMC"; then
9152 WINDMC=$ac_cv_prog_WINDMC
9155 if test -n "$ac_cv_prog_WINDMC"; then
9156 for ncn_progname in windmc; do
9157 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9158 set dummy ${ncn_progname}; ac_word=$2
9159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9160 $as_echo_n "checking for $ac_word... " >&6; }
9161 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9162 $as_echo_n "(cached) " >&6
9163 else
9164 if test -n "$WINDMC"; then
9165 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9166 else
9167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9168 for as_dir in $PATH
9170 IFS=$as_save_IFS
9171 test -z "$as_dir" && as_dir=.
9172 for ac_exec_ext in '' $ac_executable_extensions; do
9173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9174 ac_cv_prog_WINDMC="${ncn_progname}"
9175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9176 break 2
9178 done
9179 done
9180 IFS=$as_save_IFS
9184 WINDMC=$ac_cv_prog_WINDMC
9185 if test -n "$WINDMC"; then
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9187 $as_echo "$WINDMC" >&6; }
9188 else
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9190 $as_echo "no" >&6; }
9194 done
9197 for ncn_progname in windmc; do
9198 if test -n "$ncn_tool_prefix"; then
9199 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9200 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9202 $as_echo_n "checking for $ac_word... " >&6; }
9203 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9204 $as_echo_n "(cached) " >&6
9205 else
9206 if test -n "$WINDMC"; then
9207 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9208 else
9209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9210 for as_dir in $PATH
9212 IFS=$as_save_IFS
9213 test -z "$as_dir" && as_dir=.
9214 for ac_exec_ext in '' $ac_executable_extensions; do
9215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9216 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9218 break 2
9220 done
9221 done
9222 IFS=$as_save_IFS
9226 WINDMC=$ac_cv_prog_WINDMC
9227 if test -n "$WINDMC"; then
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9229 $as_echo "$WINDMC" >&6; }
9230 else
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9232 $as_echo "no" >&6; }
9237 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9238 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9239 set dummy ${ncn_progname}; ac_word=$2
9240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9241 $as_echo_n "checking for $ac_word... " >&6; }
9242 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9243 $as_echo_n "(cached) " >&6
9244 else
9245 if test -n "$WINDMC"; then
9246 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9247 else
9248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9249 for as_dir in $PATH
9251 IFS=$as_save_IFS
9252 test -z "$as_dir" && as_dir=.
9253 for ac_exec_ext in '' $ac_executable_extensions; do
9254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9255 ac_cv_prog_WINDMC="${ncn_progname}"
9256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9257 break 2
9259 done
9260 done
9261 IFS=$as_save_IFS
9265 WINDMC=$ac_cv_prog_WINDMC
9266 if test -n "$WINDMC"; then
9267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9268 $as_echo "$WINDMC" >&6; }
9269 else
9270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9271 $as_echo "no" >&6; }
9276 test -n "$ac_cv_prog_WINDMC" && break
9277 done
9279 if test -z "$ac_cv_prog_WINDMC" ; then
9280 set dummy windmc
9281 if test $build = $host ; then
9282 WINDMC="$2"
9283 else
9284 WINDMC="${ncn_tool_prefix}$2"
9290 if test -n "$OBJCOPY"; then
9291 ac_cv_prog_OBJCOPY=$OBJCOPY
9292 elif test -n "$ac_cv_prog_OBJCOPY"; then
9293 OBJCOPY=$ac_cv_prog_OBJCOPY
9296 if test -n "$ac_cv_prog_OBJCOPY"; then
9297 for ncn_progname in objcopy; do
9298 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9299 set dummy ${ncn_progname}; ac_word=$2
9300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9301 $as_echo_n "checking for $ac_word... " >&6; }
9302 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9303 $as_echo_n "(cached) " >&6
9304 else
9305 if test -n "$OBJCOPY"; then
9306 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9307 else
9308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9309 for as_dir in $PATH
9311 IFS=$as_save_IFS
9312 test -z "$as_dir" && as_dir=.
9313 for ac_exec_ext in '' $ac_executable_extensions; do
9314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9315 ac_cv_prog_OBJCOPY="${ncn_progname}"
9316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9317 break 2
9319 done
9320 done
9321 IFS=$as_save_IFS
9325 OBJCOPY=$ac_cv_prog_OBJCOPY
9326 if test -n "$OBJCOPY"; then
9327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9328 $as_echo "$OBJCOPY" >&6; }
9329 else
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9331 $as_echo "no" >&6; }
9335 done
9338 for ncn_progname in objcopy; do
9339 if test -n "$ncn_tool_prefix"; then
9340 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9341 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9343 $as_echo_n "checking for $ac_word... " >&6; }
9344 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9345 $as_echo_n "(cached) " >&6
9346 else
9347 if test -n "$OBJCOPY"; then
9348 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9349 else
9350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9351 for as_dir in $PATH
9353 IFS=$as_save_IFS
9354 test -z "$as_dir" && as_dir=.
9355 for ac_exec_ext in '' $ac_executable_extensions; do
9356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9357 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9359 break 2
9361 done
9362 done
9363 IFS=$as_save_IFS
9367 OBJCOPY=$ac_cv_prog_OBJCOPY
9368 if test -n "$OBJCOPY"; then
9369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9370 $as_echo "$OBJCOPY" >&6; }
9371 else
9372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9373 $as_echo "no" >&6; }
9378 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9379 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9380 set dummy ${ncn_progname}; ac_word=$2
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9382 $as_echo_n "checking for $ac_word... " >&6; }
9383 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9384 $as_echo_n "(cached) " >&6
9385 else
9386 if test -n "$OBJCOPY"; then
9387 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9388 else
9389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9390 for as_dir in $PATH
9392 IFS=$as_save_IFS
9393 test -z "$as_dir" && as_dir=.
9394 for ac_exec_ext in '' $ac_executable_extensions; do
9395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9396 ac_cv_prog_OBJCOPY="${ncn_progname}"
9397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9398 break 2
9400 done
9401 done
9402 IFS=$as_save_IFS
9406 OBJCOPY=$ac_cv_prog_OBJCOPY
9407 if test -n "$OBJCOPY"; then
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9409 $as_echo "$OBJCOPY" >&6; }
9410 else
9411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9412 $as_echo "no" >&6; }
9417 test -n "$ac_cv_prog_OBJCOPY" && break
9418 done
9420 if test -z "$ac_cv_prog_OBJCOPY" ; then
9421 set dummy objcopy
9422 if test $build = $host ; then
9423 OBJCOPY="$2"
9424 else
9425 OBJCOPY="${ncn_tool_prefix}$2"
9431 if test -n "$OBJDUMP"; then
9432 ac_cv_prog_OBJDUMP=$OBJDUMP
9433 elif test -n "$ac_cv_prog_OBJDUMP"; then
9434 OBJDUMP=$ac_cv_prog_OBJDUMP
9437 if test -n "$ac_cv_prog_OBJDUMP"; then
9438 for ncn_progname in objdump; do
9439 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9440 set dummy ${ncn_progname}; ac_word=$2
9441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9442 $as_echo_n "checking for $ac_word... " >&6; }
9443 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9444 $as_echo_n "(cached) " >&6
9445 else
9446 if test -n "$OBJDUMP"; then
9447 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9448 else
9449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9450 for as_dir in $PATH
9452 IFS=$as_save_IFS
9453 test -z "$as_dir" && as_dir=.
9454 for ac_exec_ext in '' $ac_executable_extensions; do
9455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9456 ac_cv_prog_OBJDUMP="${ncn_progname}"
9457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9458 break 2
9460 done
9461 done
9462 IFS=$as_save_IFS
9466 OBJDUMP=$ac_cv_prog_OBJDUMP
9467 if test -n "$OBJDUMP"; then
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9469 $as_echo "$OBJDUMP" >&6; }
9470 else
9471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9472 $as_echo "no" >&6; }
9476 done
9479 for ncn_progname in objdump; do
9480 if test -n "$ncn_tool_prefix"; then
9481 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9482 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9484 $as_echo_n "checking for $ac_word... " >&6; }
9485 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9486 $as_echo_n "(cached) " >&6
9487 else
9488 if test -n "$OBJDUMP"; then
9489 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9490 else
9491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9492 for as_dir in $PATH
9494 IFS=$as_save_IFS
9495 test -z "$as_dir" && as_dir=.
9496 for ac_exec_ext in '' $ac_executable_extensions; do
9497 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9498 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9499 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9500 break 2
9502 done
9503 done
9504 IFS=$as_save_IFS
9508 OBJDUMP=$ac_cv_prog_OBJDUMP
9509 if test -n "$OBJDUMP"; then
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9511 $as_echo "$OBJDUMP" >&6; }
9512 else
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9514 $as_echo "no" >&6; }
9519 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9520 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9521 set dummy ${ncn_progname}; ac_word=$2
9522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9523 $as_echo_n "checking for $ac_word... " >&6; }
9524 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9525 $as_echo_n "(cached) " >&6
9526 else
9527 if test -n "$OBJDUMP"; then
9528 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9529 else
9530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9531 for as_dir in $PATH
9533 IFS=$as_save_IFS
9534 test -z "$as_dir" && as_dir=.
9535 for ac_exec_ext in '' $ac_executable_extensions; do
9536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9537 ac_cv_prog_OBJDUMP="${ncn_progname}"
9538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9539 break 2
9541 done
9542 done
9543 IFS=$as_save_IFS
9547 OBJDUMP=$ac_cv_prog_OBJDUMP
9548 if test -n "$OBJDUMP"; then
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9550 $as_echo "$OBJDUMP" >&6; }
9551 else
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9553 $as_echo "no" >&6; }
9558 test -n "$ac_cv_prog_OBJDUMP" && break
9559 done
9561 if test -z "$ac_cv_prog_OBJDUMP" ; then
9562 set dummy objdump
9563 if test $build = $host ; then
9564 OBJDUMP="$2"
9565 else
9566 OBJDUMP="${ncn_tool_prefix}$2"
9572 if test -n "$READELF"; then
9573 ac_cv_prog_READELF=$READELF
9574 elif test -n "$ac_cv_prog_READELF"; then
9575 READELF=$ac_cv_prog_READELF
9578 if test -n "$ac_cv_prog_READELF"; then
9579 for ncn_progname in readelf; do
9580 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9581 set dummy ${ncn_progname}; ac_word=$2
9582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9583 $as_echo_n "checking for $ac_word... " >&6; }
9584 if test "${ac_cv_prog_READELF+set}" = set; then :
9585 $as_echo_n "(cached) " >&6
9586 else
9587 if test -n "$READELF"; then
9588 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9589 else
9590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9591 for as_dir in $PATH
9593 IFS=$as_save_IFS
9594 test -z "$as_dir" && as_dir=.
9595 for ac_exec_ext in '' $ac_executable_extensions; do
9596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9597 ac_cv_prog_READELF="${ncn_progname}"
9598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9599 break 2
9601 done
9602 done
9603 IFS=$as_save_IFS
9607 READELF=$ac_cv_prog_READELF
9608 if test -n "$READELF"; then
9609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9610 $as_echo "$READELF" >&6; }
9611 else
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9613 $as_echo "no" >&6; }
9617 done
9620 for ncn_progname in readelf; do
9621 if test -n "$ncn_tool_prefix"; then
9622 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9623 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9625 $as_echo_n "checking for $ac_word... " >&6; }
9626 if test "${ac_cv_prog_READELF+set}" = set; then :
9627 $as_echo_n "(cached) " >&6
9628 else
9629 if test -n "$READELF"; then
9630 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9631 else
9632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9633 for as_dir in $PATH
9635 IFS=$as_save_IFS
9636 test -z "$as_dir" && as_dir=.
9637 for ac_exec_ext in '' $ac_executable_extensions; do
9638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9639 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9641 break 2
9643 done
9644 done
9645 IFS=$as_save_IFS
9649 READELF=$ac_cv_prog_READELF
9650 if test -n "$READELF"; then
9651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9652 $as_echo "$READELF" >&6; }
9653 else
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9655 $as_echo "no" >&6; }
9660 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9661 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9662 set dummy ${ncn_progname}; ac_word=$2
9663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9664 $as_echo_n "checking for $ac_word... " >&6; }
9665 if test "${ac_cv_prog_READELF+set}" = set; then :
9666 $as_echo_n "(cached) " >&6
9667 else
9668 if test -n "$READELF"; then
9669 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9670 else
9671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9672 for as_dir in $PATH
9674 IFS=$as_save_IFS
9675 test -z "$as_dir" && as_dir=.
9676 for ac_exec_ext in '' $ac_executable_extensions; do
9677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9678 ac_cv_prog_READELF="${ncn_progname}"
9679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9680 break 2
9682 done
9683 done
9684 IFS=$as_save_IFS
9688 READELF=$ac_cv_prog_READELF
9689 if test -n "$READELF"; then
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9691 $as_echo "$READELF" >&6; }
9692 else
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9694 $as_echo "no" >&6; }
9699 test -n "$ac_cv_prog_READELF" && break
9700 done
9702 if test -z "$ac_cv_prog_READELF" ; then
9703 set dummy readelf
9704 if test $build = $host ; then
9705 READELF="$2"
9706 else
9707 READELF="${ncn_tool_prefix}$2"
9716 # Target tools.
9718 # Check whether --with-build-time-tools was given.
9719 if test "${with_build_time_tools+set}" = set; then :
9720 withval=$with_build_time_tools; case x"$withval" in
9721 x/*) ;;
9723 with_build_time_tools=
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9725 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9727 esac
9728 else
9729 with_build_time_tools=
9735 if test -n "$CC_FOR_TARGET"; then
9736 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9737 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9738 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9741 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9742 for ncn_progname in cc gcc; do
9743 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9744 set dummy ${ncn_progname}; ac_word=$2
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9746 $as_echo_n "checking for $ac_word... " >&6; }
9747 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9748 $as_echo_n "(cached) " >&6
9749 else
9750 if test -n "$CC_FOR_TARGET"; then
9751 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9752 else
9753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9754 for as_dir in $PATH
9756 IFS=$as_save_IFS
9757 test -z "$as_dir" && as_dir=.
9758 for ac_exec_ext in '' $ac_executable_extensions; do
9759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9760 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9762 break 2
9764 done
9765 done
9766 IFS=$as_save_IFS
9770 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9771 if test -n "$CC_FOR_TARGET"; then
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9773 $as_echo "$CC_FOR_TARGET" >&6; }
9774 else
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9776 $as_echo "no" >&6; }
9780 done
9783 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9784 for ncn_progname in cc gcc; do
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9786 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9787 if test -x $with_build_time_tools/${ncn_progname}; then
9788 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9790 $as_echo "yes" >&6; }
9791 break
9792 else
9793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9794 $as_echo "no" >&6; }
9796 done
9799 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9800 for ncn_progname in cc gcc; do
9801 if test -n "$ncn_target_tool_prefix"; then
9802 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9803 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9805 $as_echo_n "checking for $ac_word... " >&6; }
9806 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9807 $as_echo_n "(cached) " >&6
9808 else
9809 if test -n "$CC_FOR_TARGET"; then
9810 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9811 else
9812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9813 for as_dir in $PATH
9815 IFS=$as_save_IFS
9816 test -z "$as_dir" && as_dir=.
9817 for ac_exec_ext in '' $ac_executable_extensions; do
9818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9819 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9821 break 2
9823 done
9824 done
9825 IFS=$as_save_IFS
9829 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9830 if test -n "$CC_FOR_TARGET"; then
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9832 $as_echo "$CC_FOR_TARGET" >&6; }
9833 else
9834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9835 $as_echo "no" >&6; }
9840 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9841 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9842 set dummy ${ncn_progname}; ac_word=$2
9843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9844 $as_echo_n "checking for $ac_word... " >&6; }
9845 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9846 $as_echo_n "(cached) " >&6
9847 else
9848 if test -n "$CC_FOR_TARGET"; then
9849 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9850 else
9851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9852 for as_dir in $PATH
9854 IFS=$as_save_IFS
9855 test -z "$as_dir" && as_dir=.
9856 for ac_exec_ext in '' $ac_executable_extensions; do
9857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9858 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9860 break 2
9862 done
9863 done
9864 IFS=$as_save_IFS
9868 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9869 if test -n "$CC_FOR_TARGET"; then
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9871 $as_echo "$CC_FOR_TARGET" >&6; }
9872 else
9873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9874 $as_echo "no" >&6; }
9879 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9880 done
9883 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9884 set dummy cc gcc
9885 if test $build = $target ; then
9886 CC_FOR_TARGET="$2"
9887 else
9888 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9890 else
9891 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9896 if test -n "$CXX_FOR_TARGET"; then
9897 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9898 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9899 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9902 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9903 for ncn_progname in c++ g++ cxx gxx; do
9904 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9905 set dummy ${ncn_progname}; ac_word=$2
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9907 $as_echo_n "checking for $ac_word... " >&6; }
9908 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9909 $as_echo_n "(cached) " >&6
9910 else
9911 if test -n "$CXX_FOR_TARGET"; then
9912 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9913 else
9914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9915 for as_dir in $PATH
9917 IFS=$as_save_IFS
9918 test -z "$as_dir" && as_dir=.
9919 for ac_exec_ext in '' $ac_executable_extensions; do
9920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9921 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9923 break 2
9925 done
9926 done
9927 IFS=$as_save_IFS
9931 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9932 if test -n "$CXX_FOR_TARGET"; then
9933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9934 $as_echo "$CXX_FOR_TARGET" >&6; }
9935 else
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9937 $as_echo "no" >&6; }
9941 done
9944 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9945 for ncn_progname in c++ g++ cxx gxx; do
9946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9947 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9948 if test -x $with_build_time_tools/${ncn_progname}; then
9949 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9951 $as_echo "yes" >&6; }
9952 break
9953 else
9954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9955 $as_echo "no" >&6; }
9957 done
9960 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9961 for ncn_progname in c++ g++ cxx gxx; do
9962 if test -n "$ncn_target_tool_prefix"; then
9963 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9964 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9966 $as_echo_n "checking for $ac_word... " >&6; }
9967 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9968 $as_echo_n "(cached) " >&6
9969 else
9970 if test -n "$CXX_FOR_TARGET"; then
9971 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9972 else
9973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9974 for as_dir in $PATH
9976 IFS=$as_save_IFS
9977 test -z "$as_dir" && as_dir=.
9978 for ac_exec_ext in '' $ac_executable_extensions; do
9979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9980 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9982 break 2
9984 done
9985 done
9986 IFS=$as_save_IFS
9990 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9991 if test -n "$CXX_FOR_TARGET"; then
9992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9993 $as_echo "$CXX_FOR_TARGET" >&6; }
9994 else
9995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9996 $as_echo "no" >&6; }
10001 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10002 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10003 set dummy ${ncn_progname}; ac_word=$2
10004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10005 $as_echo_n "checking for $ac_word... " >&6; }
10006 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10007 $as_echo_n "(cached) " >&6
10008 else
10009 if test -n "$CXX_FOR_TARGET"; then
10010 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10011 else
10012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10013 for as_dir in $PATH
10015 IFS=$as_save_IFS
10016 test -z "$as_dir" && as_dir=.
10017 for ac_exec_ext in '' $ac_executable_extensions; do
10018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10019 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10021 break 2
10023 done
10024 done
10025 IFS=$as_save_IFS
10029 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10030 if test -n "$CXX_FOR_TARGET"; then
10031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10032 $as_echo "$CXX_FOR_TARGET" >&6; }
10033 else
10034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10035 $as_echo "no" >&6; }
10040 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10041 done
10044 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10045 set dummy c++ g++ cxx gxx
10046 if test $build = $target ; then
10047 CXX_FOR_TARGET="$2"
10048 else
10049 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10051 else
10052 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10057 if test -n "$GCC_FOR_TARGET"; then
10058 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10059 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10060 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10063 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10064 for ncn_progname in gcc; do
10065 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10066 set dummy ${ncn_progname}; ac_word=$2
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10068 $as_echo_n "checking for $ac_word... " >&6; }
10069 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10070 $as_echo_n "(cached) " >&6
10071 else
10072 if test -n "$GCC_FOR_TARGET"; then
10073 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10074 else
10075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10076 for as_dir in $PATH
10078 IFS=$as_save_IFS
10079 test -z "$as_dir" && as_dir=.
10080 for ac_exec_ext in '' $ac_executable_extensions; do
10081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10082 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10084 break 2
10086 done
10087 done
10088 IFS=$as_save_IFS
10092 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10093 if test -n "$GCC_FOR_TARGET"; then
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10095 $as_echo "$GCC_FOR_TARGET" >&6; }
10096 else
10097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10098 $as_echo "no" >&6; }
10102 done
10105 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10106 for ncn_progname in gcc; do
10107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10108 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10109 if test -x $with_build_time_tools/${ncn_progname}; then
10110 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10112 $as_echo "yes" >&6; }
10113 break
10114 else
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10116 $as_echo "no" >&6; }
10118 done
10121 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10122 for ncn_progname in gcc; do
10123 if test -n "$ncn_target_tool_prefix"; then
10124 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10125 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10127 $as_echo_n "checking for $ac_word... " >&6; }
10128 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10129 $as_echo_n "(cached) " >&6
10130 else
10131 if test -n "$GCC_FOR_TARGET"; then
10132 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10133 else
10134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10135 for as_dir in $PATH
10137 IFS=$as_save_IFS
10138 test -z "$as_dir" && as_dir=.
10139 for ac_exec_ext in '' $ac_executable_extensions; do
10140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10141 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10143 break 2
10145 done
10146 done
10147 IFS=$as_save_IFS
10151 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10152 if test -n "$GCC_FOR_TARGET"; then
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10154 $as_echo "$GCC_FOR_TARGET" >&6; }
10155 else
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10157 $as_echo "no" >&6; }
10162 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10163 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10164 set dummy ${ncn_progname}; ac_word=$2
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10166 $as_echo_n "checking for $ac_word... " >&6; }
10167 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10168 $as_echo_n "(cached) " >&6
10169 else
10170 if test -n "$GCC_FOR_TARGET"; then
10171 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10172 else
10173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10174 for as_dir in $PATH
10176 IFS=$as_save_IFS
10177 test -z "$as_dir" && as_dir=.
10178 for ac_exec_ext in '' $ac_executable_extensions; do
10179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10180 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10182 break 2
10184 done
10185 done
10186 IFS=$as_save_IFS
10190 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10191 if test -n "$GCC_FOR_TARGET"; then
10192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10193 $as_echo "$GCC_FOR_TARGET" >&6; }
10194 else
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10196 $as_echo "no" >&6; }
10201 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10202 done
10205 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10206 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10207 else
10208 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10213 if test -n "$GCJ_FOR_TARGET"; then
10214 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10215 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10216 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10219 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10220 for ncn_progname in gcj; do
10221 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10222 set dummy ${ncn_progname}; ac_word=$2
10223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10224 $as_echo_n "checking for $ac_word... " >&6; }
10225 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10226 $as_echo_n "(cached) " >&6
10227 else
10228 if test -n "$GCJ_FOR_TARGET"; then
10229 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10230 else
10231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10232 for as_dir in $PATH
10234 IFS=$as_save_IFS
10235 test -z "$as_dir" && as_dir=.
10236 for ac_exec_ext in '' $ac_executable_extensions; do
10237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10238 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10240 break 2
10242 done
10243 done
10244 IFS=$as_save_IFS
10248 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10249 if test -n "$GCJ_FOR_TARGET"; then
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10251 $as_echo "$GCJ_FOR_TARGET" >&6; }
10252 else
10253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10254 $as_echo "no" >&6; }
10258 done
10261 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10262 for ncn_progname in gcj; do
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10264 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10265 if test -x $with_build_time_tools/${ncn_progname}; then
10266 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10268 $as_echo "yes" >&6; }
10269 break
10270 else
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10272 $as_echo "no" >&6; }
10274 done
10277 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10278 for ncn_progname in gcj; do
10279 if test -n "$ncn_target_tool_prefix"; then
10280 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10281 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10283 $as_echo_n "checking for $ac_word... " >&6; }
10284 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10285 $as_echo_n "(cached) " >&6
10286 else
10287 if test -n "$GCJ_FOR_TARGET"; then
10288 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10289 else
10290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10291 for as_dir in $PATH
10293 IFS=$as_save_IFS
10294 test -z "$as_dir" && as_dir=.
10295 for ac_exec_ext in '' $ac_executable_extensions; do
10296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10297 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10299 break 2
10301 done
10302 done
10303 IFS=$as_save_IFS
10307 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10308 if test -n "$GCJ_FOR_TARGET"; then
10309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10310 $as_echo "$GCJ_FOR_TARGET" >&6; }
10311 else
10312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10313 $as_echo "no" >&6; }
10318 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10319 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10320 set dummy ${ncn_progname}; ac_word=$2
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10322 $as_echo_n "checking for $ac_word... " >&6; }
10323 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10324 $as_echo_n "(cached) " >&6
10325 else
10326 if test -n "$GCJ_FOR_TARGET"; then
10327 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10328 else
10329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10330 for as_dir in $PATH
10332 IFS=$as_save_IFS
10333 test -z "$as_dir" && as_dir=.
10334 for ac_exec_ext in '' $ac_executable_extensions; do
10335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10336 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10338 break 2
10340 done
10341 done
10342 IFS=$as_save_IFS
10346 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10347 if test -n "$GCJ_FOR_TARGET"; then
10348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10349 $as_echo "$GCJ_FOR_TARGET" >&6; }
10350 else
10351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10352 $as_echo "no" >&6; }
10357 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10358 done
10361 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10362 set dummy gcj
10363 if test $build = $target ; then
10364 GCJ_FOR_TARGET="$2"
10365 else
10366 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10368 else
10369 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10374 if test -n "$GFORTRAN_FOR_TARGET"; then
10375 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10376 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10377 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10380 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10381 for ncn_progname in gfortran; do
10382 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10383 set dummy ${ncn_progname}; ac_word=$2
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10385 $as_echo_n "checking for $ac_word... " >&6; }
10386 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10387 $as_echo_n "(cached) " >&6
10388 else
10389 if test -n "$GFORTRAN_FOR_TARGET"; then
10390 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10391 else
10392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10393 for as_dir in $PATH
10395 IFS=$as_save_IFS
10396 test -z "$as_dir" && as_dir=.
10397 for ac_exec_ext in '' $ac_executable_extensions; do
10398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10399 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10401 break 2
10403 done
10404 done
10405 IFS=$as_save_IFS
10409 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10410 if test -n "$GFORTRAN_FOR_TARGET"; then
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10412 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10413 else
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10415 $as_echo "no" >&6; }
10419 done
10422 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10423 for ncn_progname in gfortran; do
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10425 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10426 if test -x $with_build_time_tools/${ncn_progname}; then
10427 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10429 $as_echo "yes" >&6; }
10430 break
10431 else
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10433 $as_echo "no" >&6; }
10435 done
10438 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10439 for ncn_progname in gfortran; do
10440 if test -n "$ncn_target_tool_prefix"; then
10441 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10442 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10444 $as_echo_n "checking for $ac_word... " >&6; }
10445 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10446 $as_echo_n "(cached) " >&6
10447 else
10448 if test -n "$GFORTRAN_FOR_TARGET"; then
10449 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10450 else
10451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10452 for as_dir in $PATH
10454 IFS=$as_save_IFS
10455 test -z "$as_dir" && as_dir=.
10456 for ac_exec_ext in '' $ac_executable_extensions; do
10457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10458 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10460 break 2
10462 done
10463 done
10464 IFS=$as_save_IFS
10468 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10469 if test -n "$GFORTRAN_FOR_TARGET"; then
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10471 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10472 else
10473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10474 $as_echo "no" >&6; }
10479 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10480 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10481 set dummy ${ncn_progname}; ac_word=$2
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10483 $as_echo_n "checking for $ac_word... " >&6; }
10484 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10485 $as_echo_n "(cached) " >&6
10486 else
10487 if test -n "$GFORTRAN_FOR_TARGET"; then
10488 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10489 else
10490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10491 for as_dir in $PATH
10493 IFS=$as_save_IFS
10494 test -z "$as_dir" && as_dir=.
10495 for ac_exec_ext in '' $ac_executable_extensions; do
10496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10497 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10499 break 2
10501 done
10502 done
10503 IFS=$as_save_IFS
10507 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10508 if test -n "$GFORTRAN_FOR_TARGET"; then
10509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10510 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10511 else
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10513 $as_echo "no" >&6; }
10518 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10519 done
10522 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10523 set dummy gfortran
10524 if test $build = $target ; then
10525 GFORTRAN_FOR_TARGET="$2"
10526 else
10527 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10529 else
10530 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10535 if test -n "$GOC_FOR_TARGET"; then
10536 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10537 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10538 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10541 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10542 for ncn_progname in gccgo; do
10543 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10544 set dummy ${ncn_progname}; ac_word=$2
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10546 $as_echo_n "checking for $ac_word... " >&6; }
10547 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10548 $as_echo_n "(cached) " >&6
10549 else
10550 if test -n "$GOC_FOR_TARGET"; then
10551 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10552 else
10553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10554 for as_dir in $PATH
10556 IFS=$as_save_IFS
10557 test -z "$as_dir" && as_dir=.
10558 for ac_exec_ext in '' $ac_executable_extensions; do
10559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10560 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10562 break 2
10564 done
10565 done
10566 IFS=$as_save_IFS
10570 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10571 if test -n "$GOC_FOR_TARGET"; then
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10573 $as_echo "$GOC_FOR_TARGET" >&6; }
10574 else
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10576 $as_echo "no" >&6; }
10580 done
10583 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10584 for ncn_progname in gccgo; do
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10586 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10587 if test -x $with_build_time_tools/${ncn_progname}; then
10588 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10590 $as_echo "yes" >&6; }
10591 break
10592 else
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10594 $as_echo "no" >&6; }
10596 done
10599 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10600 for ncn_progname in gccgo; do
10601 if test -n "$ncn_target_tool_prefix"; then
10602 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10603 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10605 $as_echo_n "checking for $ac_word... " >&6; }
10606 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10607 $as_echo_n "(cached) " >&6
10608 else
10609 if test -n "$GOC_FOR_TARGET"; then
10610 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10611 else
10612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10613 for as_dir in $PATH
10615 IFS=$as_save_IFS
10616 test -z "$as_dir" && as_dir=.
10617 for ac_exec_ext in '' $ac_executable_extensions; do
10618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10619 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10621 break 2
10623 done
10624 done
10625 IFS=$as_save_IFS
10629 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10630 if test -n "$GOC_FOR_TARGET"; then
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10632 $as_echo "$GOC_FOR_TARGET" >&6; }
10633 else
10634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10635 $as_echo "no" >&6; }
10640 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10641 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10642 set dummy ${ncn_progname}; ac_word=$2
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10644 $as_echo_n "checking for $ac_word... " >&6; }
10645 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10646 $as_echo_n "(cached) " >&6
10647 else
10648 if test -n "$GOC_FOR_TARGET"; then
10649 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10650 else
10651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10652 for as_dir in $PATH
10654 IFS=$as_save_IFS
10655 test -z "$as_dir" && as_dir=.
10656 for ac_exec_ext in '' $ac_executable_extensions; do
10657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10658 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10660 break 2
10662 done
10663 done
10664 IFS=$as_save_IFS
10668 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10669 if test -n "$GOC_FOR_TARGET"; then
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10671 $as_echo "$GOC_FOR_TARGET" >&6; }
10672 else
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10674 $as_echo "no" >&6; }
10679 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10680 done
10683 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10684 set dummy gccgo
10685 if test $build = $target ; then
10686 GOC_FOR_TARGET="$2"
10687 else
10688 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10690 else
10691 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10696 cat > conftest.c << \EOF
10697 #ifdef __GNUC__
10698 gcc_yay;
10699 #endif
10701 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10702 have_gcc_for_target=yes
10703 else
10704 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10705 have_gcc_for_target=no
10707 rm conftest.c
10712 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10713 if test -n "$with_build_time_tools"; then
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10715 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10716 if test -x $with_build_time_tools/ar; then
10717 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10718 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10720 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10721 else
10722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10723 $as_echo "no" >&6; }
10725 elif test $build != $host && test $have_gcc_for_target = yes; then
10726 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10727 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10728 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10731 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10732 # Extract the first word of "ar", so it can be a program name with args.
10733 set dummy ar; ac_word=$2
10734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10735 $as_echo_n "checking for $ac_word... " >&6; }
10736 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10737 $as_echo_n "(cached) " >&6
10738 else
10739 case $AR_FOR_TARGET in
10740 [\\/]* | ?:[\\/]*)
10741 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10745 for as_dir in $gcc_cv_tool_dirs
10747 IFS=$as_save_IFS
10748 test -z "$as_dir" && as_dir=.
10749 for ac_exec_ext in '' $ac_executable_extensions; do
10750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10751 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10753 break 2
10755 done
10756 done
10757 IFS=$as_save_IFS
10760 esac
10762 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10763 if test -n "$AR_FOR_TARGET"; then
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10765 $as_echo "$AR_FOR_TARGET" >&6; }
10766 else
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10768 $as_echo "no" >&6; }
10773 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10776 if test -n "$AR_FOR_TARGET"; then
10777 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10778 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10779 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10782 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10783 for ncn_progname in ar; do
10784 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10785 set dummy ${ncn_progname}; ac_word=$2
10786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10787 $as_echo_n "checking for $ac_word... " >&6; }
10788 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10789 $as_echo_n "(cached) " >&6
10790 else
10791 if test -n "$AR_FOR_TARGET"; then
10792 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10793 else
10794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10795 for as_dir in $PATH
10797 IFS=$as_save_IFS
10798 test -z "$as_dir" && as_dir=.
10799 for ac_exec_ext in '' $ac_executable_extensions; do
10800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10801 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10803 break 2
10805 done
10806 done
10807 IFS=$as_save_IFS
10811 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10812 if test -n "$AR_FOR_TARGET"; then
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10814 $as_echo "$AR_FOR_TARGET" >&6; }
10815 else
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10817 $as_echo "no" >&6; }
10821 done
10824 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10825 for ncn_progname in ar; do
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10827 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10828 if test -x $with_build_time_tools/${ncn_progname}; then
10829 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10831 $as_echo "yes" >&6; }
10832 break
10833 else
10834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10835 $as_echo "no" >&6; }
10837 done
10840 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10841 for ncn_progname in ar; do
10842 if test -n "$ncn_target_tool_prefix"; then
10843 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10844 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10846 $as_echo_n "checking for $ac_word... " >&6; }
10847 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10848 $as_echo_n "(cached) " >&6
10849 else
10850 if test -n "$AR_FOR_TARGET"; then
10851 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10852 else
10853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10854 for as_dir in $PATH
10856 IFS=$as_save_IFS
10857 test -z "$as_dir" && as_dir=.
10858 for ac_exec_ext in '' $ac_executable_extensions; do
10859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10860 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10862 break 2
10864 done
10865 done
10866 IFS=$as_save_IFS
10870 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10871 if test -n "$AR_FOR_TARGET"; then
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10873 $as_echo "$AR_FOR_TARGET" >&6; }
10874 else
10875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10876 $as_echo "no" >&6; }
10881 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10882 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10883 set dummy ${ncn_progname}; ac_word=$2
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10885 $as_echo_n "checking for $ac_word... " >&6; }
10886 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10887 $as_echo_n "(cached) " >&6
10888 else
10889 if test -n "$AR_FOR_TARGET"; then
10890 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10891 else
10892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10893 for as_dir in $PATH
10895 IFS=$as_save_IFS
10896 test -z "$as_dir" && as_dir=.
10897 for ac_exec_ext in '' $ac_executable_extensions; do
10898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10899 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10901 break 2
10903 done
10904 done
10905 IFS=$as_save_IFS
10909 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10910 if test -n "$AR_FOR_TARGET"; then
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10912 $as_echo "$AR_FOR_TARGET" >&6; }
10913 else
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10915 $as_echo "no" >&6; }
10920 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10921 done
10924 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10925 set dummy ar
10926 if test $build = $target ; then
10927 AR_FOR_TARGET="$2"
10928 else
10929 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10931 else
10932 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10935 else
10936 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10942 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10943 if test -n "$with_build_time_tools"; then
10944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10945 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10946 if test -x $with_build_time_tools/as; then
10947 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10948 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10950 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10951 else
10952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10953 $as_echo "no" >&6; }
10955 elif test $build != $host && test $have_gcc_for_target = yes; then
10956 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10957 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10958 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10961 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10962 # Extract the first word of "as", so it can be a program name with args.
10963 set dummy as; ac_word=$2
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10965 $as_echo_n "checking for $ac_word... " >&6; }
10966 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10967 $as_echo_n "(cached) " >&6
10968 else
10969 case $AS_FOR_TARGET in
10970 [\\/]* | ?:[\\/]*)
10971 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10975 for as_dir in $gcc_cv_tool_dirs
10977 IFS=$as_save_IFS
10978 test -z "$as_dir" && as_dir=.
10979 for ac_exec_ext in '' $ac_executable_extensions; do
10980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10981 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10983 break 2
10985 done
10986 done
10987 IFS=$as_save_IFS
10990 esac
10992 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10993 if test -n "$AS_FOR_TARGET"; then
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10995 $as_echo "$AS_FOR_TARGET" >&6; }
10996 else
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10998 $as_echo "no" >&6; }
11003 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11006 if test -n "$AS_FOR_TARGET"; then
11007 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11008 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11009 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11012 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11013 for ncn_progname in as; do
11014 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11015 set dummy ${ncn_progname}; ac_word=$2
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11017 $as_echo_n "checking for $ac_word... " >&6; }
11018 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11019 $as_echo_n "(cached) " >&6
11020 else
11021 if test -n "$AS_FOR_TARGET"; then
11022 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11023 else
11024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11025 for as_dir in $PATH
11027 IFS=$as_save_IFS
11028 test -z "$as_dir" && as_dir=.
11029 for ac_exec_ext in '' $ac_executable_extensions; do
11030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11031 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11033 break 2
11035 done
11036 done
11037 IFS=$as_save_IFS
11041 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11042 if test -n "$AS_FOR_TARGET"; then
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11044 $as_echo "$AS_FOR_TARGET" >&6; }
11045 else
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11047 $as_echo "no" >&6; }
11051 done
11054 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11055 for ncn_progname in as; do
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11057 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11058 if test -x $with_build_time_tools/${ncn_progname}; then
11059 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11061 $as_echo "yes" >&6; }
11062 break
11063 else
11064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11065 $as_echo "no" >&6; }
11067 done
11070 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11071 for ncn_progname in as; do
11072 if test -n "$ncn_target_tool_prefix"; then
11073 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11074 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11076 $as_echo_n "checking for $ac_word... " >&6; }
11077 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11078 $as_echo_n "(cached) " >&6
11079 else
11080 if test -n "$AS_FOR_TARGET"; then
11081 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11082 else
11083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11084 for as_dir in $PATH
11086 IFS=$as_save_IFS
11087 test -z "$as_dir" && as_dir=.
11088 for ac_exec_ext in '' $ac_executable_extensions; do
11089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11090 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11092 break 2
11094 done
11095 done
11096 IFS=$as_save_IFS
11100 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11101 if test -n "$AS_FOR_TARGET"; then
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11103 $as_echo "$AS_FOR_TARGET" >&6; }
11104 else
11105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11106 $as_echo "no" >&6; }
11111 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11112 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11113 set dummy ${ncn_progname}; ac_word=$2
11114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11115 $as_echo_n "checking for $ac_word... " >&6; }
11116 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11117 $as_echo_n "(cached) " >&6
11118 else
11119 if test -n "$AS_FOR_TARGET"; then
11120 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11121 else
11122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11123 for as_dir in $PATH
11125 IFS=$as_save_IFS
11126 test -z "$as_dir" && as_dir=.
11127 for ac_exec_ext in '' $ac_executable_extensions; do
11128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11129 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11131 break 2
11133 done
11134 done
11135 IFS=$as_save_IFS
11139 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11140 if test -n "$AS_FOR_TARGET"; then
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11142 $as_echo "$AS_FOR_TARGET" >&6; }
11143 else
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11145 $as_echo "no" >&6; }
11150 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11151 done
11154 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11155 set dummy as
11156 if test $build = $target ; then
11157 AS_FOR_TARGET="$2"
11158 else
11159 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11161 else
11162 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11165 else
11166 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11172 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11173 if test -n "$with_build_time_tools"; then
11174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11175 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11176 if test -x $with_build_time_tools/dlltool; then
11177 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11178 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11180 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11181 else
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11183 $as_echo "no" >&6; }
11185 elif test $build != $host && test $have_gcc_for_target = yes; then
11186 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11187 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11188 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11191 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11192 # Extract the first word of "dlltool", so it can be a program name with args.
11193 set dummy dlltool; ac_word=$2
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11195 $as_echo_n "checking for $ac_word... " >&6; }
11196 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11197 $as_echo_n "(cached) " >&6
11198 else
11199 case $DLLTOOL_FOR_TARGET in
11200 [\\/]* | ?:[\\/]*)
11201 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11205 for as_dir in $gcc_cv_tool_dirs
11207 IFS=$as_save_IFS
11208 test -z "$as_dir" && as_dir=.
11209 for ac_exec_ext in '' $ac_executable_extensions; do
11210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11211 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11213 break 2
11215 done
11216 done
11217 IFS=$as_save_IFS
11220 esac
11222 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11223 if test -n "$DLLTOOL_FOR_TARGET"; then
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11225 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11226 else
11227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11228 $as_echo "no" >&6; }
11233 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11236 if test -n "$DLLTOOL_FOR_TARGET"; then
11237 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11238 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11239 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11242 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11243 for ncn_progname in dlltool; do
11244 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11245 set dummy ${ncn_progname}; ac_word=$2
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11247 $as_echo_n "checking for $ac_word... " >&6; }
11248 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11249 $as_echo_n "(cached) " >&6
11250 else
11251 if test -n "$DLLTOOL_FOR_TARGET"; then
11252 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11253 else
11254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11255 for as_dir in $PATH
11257 IFS=$as_save_IFS
11258 test -z "$as_dir" && as_dir=.
11259 for ac_exec_ext in '' $ac_executable_extensions; do
11260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11261 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11263 break 2
11265 done
11266 done
11267 IFS=$as_save_IFS
11271 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11272 if test -n "$DLLTOOL_FOR_TARGET"; then
11273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11274 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11275 else
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11277 $as_echo "no" >&6; }
11281 done
11284 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11285 for ncn_progname in dlltool; do
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11287 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11288 if test -x $with_build_time_tools/${ncn_progname}; then
11289 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11291 $as_echo "yes" >&6; }
11292 break
11293 else
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11295 $as_echo "no" >&6; }
11297 done
11300 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11301 for ncn_progname in dlltool; do
11302 if test -n "$ncn_target_tool_prefix"; then
11303 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11304 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11306 $as_echo_n "checking for $ac_word... " >&6; }
11307 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11308 $as_echo_n "(cached) " >&6
11309 else
11310 if test -n "$DLLTOOL_FOR_TARGET"; then
11311 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11312 else
11313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11314 for as_dir in $PATH
11316 IFS=$as_save_IFS
11317 test -z "$as_dir" && as_dir=.
11318 for ac_exec_ext in '' $ac_executable_extensions; do
11319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11320 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11322 break 2
11324 done
11325 done
11326 IFS=$as_save_IFS
11330 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11331 if test -n "$DLLTOOL_FOR_TARGET"; then
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11333 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11334 else
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11336 $as_echo "no" >&6; }
11341 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11342 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11343 set dummy ${ncn_progname}; ac_word=$2
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11345 $as_echo_n "checking for $ac_word... " >&6; }
11346 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11347 $as_echo_n "(cached) " >&6
11348 else
11349 if test -n "$DLLTOOL_FOR_TARGET"; then
11350 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11351 else
11352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11353 for as_dir in $PATH
11355 IFS=$as_save_IFS
11356 test -z "$as_dir" && as_dir=.
11357 for ac_exec_ext in '' $ac_executable_extensions; do
11358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11359 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11361 break 2
11363 done
11364 done
11365 IFS=$as_save_IFS
11369 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11370 if test -n "$DLLTOOL_FOR_TARGET"; then
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11372 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11373 else
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11375 $as_echo "no" >&6; }
11380 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11381 done
11384 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11385 set dummy dlltool
11386 if test $build = $target ; then
11387 DLLTOOL_FOR_TARGET="$2"
11388 else
11389 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11391 else
11392 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11395 else
11396 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11402 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11403 if test -n "$with_build_time_tools"; then
11404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11405 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11406 if test -x $with_build_time_tools/ld; then
11407 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11408 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11410 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11411 else
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11413 $as_echo "no" >&6; }
11415 elif test $build != $host && test $have_gcc_for_target = yes; then
11416 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11417 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11418 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11421 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11422 # Extract the first word of "ld", so it can be a program name with args.
11423 set dummy ld; ac_word=$2
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11425 $as_echo_n "checking for $ac_word... " >&6; }
11426 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11427 $as_echo_n "(cached) " >&6
11428 else
11429 case $LD_FOR_TARGET in
11430 [\\/]* | ?:[\\/]*)
11431 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11435 for as_dir in $gcc_cv_tool_dirs
11437 IFS=$as_save_IFS
11438 test -z "$as_dir" && as_dir=.
11439 for ac_exec_ext in '' $ac_executable_extensions; do
11440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11441 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11443 break 2
11445 done
11446 done
11447 IFS=$as_save_IFS
11450 esac
11452 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11453 if test -n "$LD_FOR_TARGET"; then
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11455 $as_echo "$LD_FOR_TARGET" >&6; }
11456 else
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11458 $as_echo "no" >&6; }
11463 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11466 if test -n "$LD_FOR_TARGET"; then
11467 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11468 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11469 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11472 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11473 for ncn_progname in ld; do
11474 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11475 set dummy ${ncn_progname}; ac_word=$2
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11477 $as_echo_n "checking for $ac_word... " >&6; }
11478 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11479 $as_echo_n "(cached) " >&6
11480 else
11481 if test -n "$LD_FOR_TARGET"; then
11482 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11483 else
11484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11485 for as_dir in $PATH
11487 IFS=$as_save_IFS
11488 test -z "$as_dir" && as_dir=.
11489 for ac_exec_ext in '' $ac_executable_extensions; do
11490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11491 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11493 break 2
11495 done
11496 done
11497 IFS=$as_save_IFS
11501 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11502 if test -n "$LD_FOR_TARGET"; then
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11504 $as_echo "$LD_FOR_TARGET" >&6; }
11505 else
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11507 $as_echo "no" >&6; }
11511 done
11514 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11515 for ncn_progname in ld; do
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11517 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11518 if test -x $with_build_time_tools/${ncn_progname}; then
11519 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11521 $as_echo "yes" >&6; }
11522 break
11523 else
11524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11525 $as_echo "no" >&6; }
11527 done
11530 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11531 for ncn_progname in ld; do
11532 if test -n "$ncn_target_tool_prefix"; then
11533 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11534 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11536 $as_echo_n "checking for $ac_word... " >&6; }
11537 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11538 $as_echo_n "(cached) " >&6
11539 else
11540 if test -n "$LD_FOR_TARGET"; then
11541 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11542 else
11543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11544 for as_dir in $PATH
11546 IFS=$as_save_IFS
11547 test -z "$as_dir" && as_dir=.
11548 for ac_exec_ext in '' $ac_executable_extensions; do
11549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11550 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11552 break 2
11554 done
11555 done
11556 IFS=$as_save_IFS
11560 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11561 if test -n "$LD_FOR_TARGET"; then
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11563 $as_echo "$LD_FOR_TARGET" >&6; }
11564 else
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11566 $as_echo "no" >&6; }
11571 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11573 set dummy ${ncn_progname}; ac_word=$2
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11575 $as_echo_n "checking for $ac_word... " >&6; }
11576 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11577 $as_echo_n "(cached) " >&6
11578 else
11579 if test -n "$LD_FOR_TARGET"; then
11580 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11581 else
11582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11583 for as_dir in $PATH
11585 IFS=$as_save_IFS
11586 test -z "$as_dir" && as_dir=.
11587 for ac_exec_ext in '' $ac_executable_extensions; do
11588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11589 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11591 break 2
11593 done
11594 done
11595 IFS=$as_save_IFS
11599 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11600 if test -n "$LD_FOR_TARGET"; then
11601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11602 $as_echo "$LD_FOR_TARGET" >&6; }
11603 else
11604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11605 $as_echo "no" >&6; }
11610 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11611 done
11614 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11615 set dummy ld
11616 if test $build = $target ; then
11617 LD_FOR_TARGET="$2"
11618 else
11619 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11621 else
11622 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11625 else
11626 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11632 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11633 if test -n "$with_build_time_tools"; then
11634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11635 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11636 if test -x $with_build_time_tools/lipo; then
11637 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11638 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11640 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11641 else
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11643 $as_echo "no" >&6; }
11645 elif test $build != $host && test $have_gcc_for_target = yes; then
11646 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11647 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11648 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11651 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11652 # Extract the first word of "lipo", so it can be a program name with args.
11653 set dummy lipo; ac_word=$2
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11655 $as_echo_n "checking for $ac_word... " >&6; }
11656 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11657 $as_echo_n "(cached) " >&6
11658 else
11659 case $LIPO_FOR_TARGET in
11660 [\\/]* | ?:[\\/]*)
11661 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11665 for as_dir in $gcc_cv_tool_dirs
11667 IFS=$as_save_IFS
11668 test -z "$as_dir" && as_dir=.
11669 for ac_exec_ext in '' $ac_executable_extensions; do
11670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11671 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11673 break 2
11675 done
11676 done
11677 IFS=$as_save_IFS
11680 esac
11682 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11683 if test -n "$LIPO_FOR_TARGET"; then
11684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11685 $as_echo "$LIPO_FOR_TARGET" >&6; }
11686 else
11687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11688 $as_echo "no" >&6; }
11693 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11696 if test -n "$LIPO_FOR_TARGET"; then
11697 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11698 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11699 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11702 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11703 for ncn_progname in lipo; do
11704 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11705 set dummy ${ncn_progname}; ac_word=$2
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11707 $as_echo_n "checking for $ac_word... " >&6; }
11708 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11709 $as_echo_n "(cached) " >&6
11710 else
11711 if test -n "$LIPO_FOR_TARGET"; then
11712 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11713 else
11714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11715 for as_dir in $PATH
11717 IFS=$as_save_IFS
11718 test -z "$as_dir" && as_dir=.
11719 for ac_exec_ext in '' $ac_executable_extensions; do
11720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11721 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11723 break 2
11725 done
11726 done
11727 IFS=$as_save_IFS
11731 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11732 if test -n "$LIPO_FOR_TARGET"; then
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11734 $as_echo "$LIPO_FOR_TARGET" >&6; }
11735 else
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11737 $as_echo "no" >&6; }
11741 done
11744 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11745 for ncn_progname in lipo; do
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11747 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11748 if test -x $with_build_time_tools/${ncn_progname}; then
11749 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11751 $as_echo "yes" >&6; }
11752 break
11753 else
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11755 $as_echo "no" >&6; }
11757 done
11760 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11761 for ncn_progname in lipo; do
11762 if test -n "$ncn_target_tool_prefix"; then
11763 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11764 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11766 $as_echo_n "checking for $ac_word... " >&6; }
11767 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11768 $as_echo_n "(cached) " >&6
11769 else
11770 if test -n "$LIPO_FOR_TARGET"; then
11771 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11772 else
11773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11774 for as_dir in $PATH
11776 IFS=$as_save_IFS
11777 test -z "$as_dir" && as_dir=.
11778 for ac_exec_ext in '' $ac_executable_extensions; do
11779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11780 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11782 break 2
11784 done
11785 done
11786 IFS=$as_save_IFS
11790 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11791 if test -n "$LIPO_FOR_TARGET"; then
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11793 $as_echo "$LIPO_FOR_TARGET" >&6; }
11794 else
11795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11796 $as_echo "no" >&6; }
11801 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11802 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11803 set dummy ${ncn_progname}; ac_word=$2
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11805 $as_echo_n "checking for $ac_word... " >&6; }
11806 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11807 $as_echo_n "(cached) " >&6
11808 else
11809 if test -n "$LIPO_FOR_TARGET"; then
11810 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11811 else
11812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11813 for as_dir in $PATH
11815 IFS=$as_save_IFS
11816 test -z "$as_dir" && as_dir=.
11817 for ac_exec_ext in '' $ac_executable_extensions; do
11818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11819 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11821 break 2
11823 done
11824 done
11825 IFS=$as_save_IFS
11829 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11830 if test -n "$LIPO_FOR_TARGET"; then
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11832 $as_echo "$LIPO_FOR_TARGET" >&6; }
11833 else
11834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11835 $as_echo "no" >&6; }
11840 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11841 done
11844 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11845 set dummy lipo
11846 if test $build = $target ; then
11847 LIPO_FOR_TARGET="$2"
11848 else
11849 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11851 else
11852 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11855 else
11856 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11862 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11863 if test -n "$with_build_time_tools"; then
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11865 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11866 if test -x $with_build_time_tools/nm; then
11867 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11868 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11870 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11871 else
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11873 $as_echo "no" >&6; }
11875 elif test $build != $host && test $have_gcc_for_target = yes; then
11876 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11877 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11878 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11881 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11882 # Extract the first word of "nm", so it can be a program name with args.
11883 set dummy nm; ac_word=$2
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11885 $as_echo_n "checking for $ac_word... " >&6; }
11886 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11887 $as_echo_n "(cached) " >&6
11888 else
11889 case $NM_FOR_TARGET in
11890 [\\/]* | ?:[\\/]*)
11891 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11895 for as_dir in $gcc_cv_tool_dirs
11897 IFS=$as_save_IFS
11898 test -z "$as_dir" && as_dir=.
11899 for ac_exec_ext in '' $ac_executable_extensions; do
11900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11901 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11903 break 2
11905 done
11906 done
11907 IFS=$as_save_IFS
11910 esac
11912 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11913 if test -n "$NM_FOR_TARGET"; then
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11915 $as_echo "$NM_FOR_TARGET" >&6; }
11916 else
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11918 $as_echo "no" >&6; }
11923 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11926 if test -n "$NM_FOR_TARGET"; then
11927 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11928 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11929 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11932 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11933 for ncn_progname in nm; do
11934 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11935 set dummy ${ncn_progname}; ac_word=$2
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11937 $as_echo_n "checking for $ac_word... " >&6; }
11938 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11939 $as_echo_n "(cached) " >&6
11940 else
11941 if test -n "$NM_FOR_TARGET"; then
11942 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11943 else
11944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11945 for as_dir in $PATH
11947 IFS=$as_save_IFS
11948 test -z "$as_dir" && as_dir=.
11949 for ac_exec_ext in '' $ac_executable_extensions; do
11950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11951 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11953 break 2
11955 done
11956 done
11957 IFS=$as_save_IFS
11961 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11962 if test -n "$NM_FOR_TARGET"; then
11963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11964 $as_echo "$NM_FOR_TARGET" >&6; }
11965 else
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11967 $as_echo "no" >&6; }
11971 done
11974 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11975 for ncn_progname in nm; do
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11977 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11978 if test -x $with_build_time_tools/${ncn_progname}; then
11979 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11981 $as_echo "yes" >&6; }
11982 break
11983 else
11984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11985 $as_echo "no" >&6; }
11987 done
11990 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11991 for ncn_progname in nm; do
11992 if test -n "$ncn_target_tool_prefix"; then
11993 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11994 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11996 $as_echo_n "checking for $ac_word... " >&6; }
11997 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11998 $as_echo_n "(cached) " >&6
11999 else
12000 if test -n "$NM_FOR_TARGET"; then
12001 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12002 else
12003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12004 for as_dir in $PATH
12006 IFS=$as_save_IFS
12007 test -z "$as_dir" && as_dir=.
12008 for ac_exec_ext in '' $ac_executable_extensions; do
12009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12010 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12012 break 2
12014 done
12015 done
12016 IFS=$as_save_IFS
12020 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12021 if test -n "$NM_FOR_TARGET"; then
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12023 $as_echo "$NM_FOR_TARGET" >&6; }
12024 else
12025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12026 $as_echo "no" >&6; }
12031 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12032 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12033 set dummy ${ncn_progname}; ac_word=$2
12034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12035 $as_echo_n "checking for $ac_word... " >&6; }
12036 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12037 $as_echo_n "(cached) " >&6
12038 else
12039 if test -n "$NM_FOR_TARGET"; then
12040 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12041 else
12042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12043 for as_dir in $PATH
12045 IFS=$as_save_IFS
12046 test -z "$as_dir" && as_dir=.
12047 for ac_exec_ext in '' $ac_executable_extensions; do
12048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12049 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12051 break 2
12053 done
12054 done
12055 IFS=$as_save_IFS
12059 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12060 if test -n "$NM_FOR_TARGET"; then
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12062 $as_echo "$NM_FOR_TARGET" >&6; }
12063 else
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12065 $as_echo "no" >&6; }
12070 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12071 done
12074 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12075 set dummy nm
12076 if test $build = $target ; then
12077 NM_FOR_TARGET="$2"
12078 else
12079 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12081 else
12082 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12085 else
12086 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12092 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12093 if test -n "$with_build_time_tools"; then
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12095 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12096 if test -x $with_build_time_tools/objdump; then
12097 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12098 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12100 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12101 else
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12103 $as_echo "no" >&6; }
12105 elif test $build != $host && test $have_gcc_for_target = yes; then
12106 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12107 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12108 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12111 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12112 # Extract the first word of "objdump", so it can be a program name with args.
12113 set dummy objdump; ac_word=$2
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12115 $as_echo_n "checking for $ac_word... " >&6; }
12116 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12117 $as_echo_n "(cached) " >&6
12118 else
12119 case $OBJDUMP_FOR_TARGET in
12120 [\\/]* | ?:[\\/]*)
12121 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12125 for as_dir in $gcc_cv_tool_dirs
12127 IFS=$as_save_IFS
12128 test -z "$as_dir" && as_dir=.
12129 for ac_exec_ext in '' $ac_executable_extensions; do
12130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12131 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12133 break 2
12135 done
12136 done
12137 IFS=$as_save_IFS
12140 esac
12142 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12143 if test -n "$OBJDUMP_FOR_TARGET"; then
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12145 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12146 else
12147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12148 $as_echo "no" >&6; }
12153 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12156 if test -n "$OBJDUMP_FOR_TARGET"; then
12157 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12158 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12159 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12162 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12163 for ncn_progname in objdump; do
12164 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12165 set dummy ${ncn_progname}; ac_word=$2
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12167 $as_echo_n "checking for $ac_word... " >&6; }
12168 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12169 $as_echo_n "(cached) " >&6
12170 else
12171 if test -n "$OBJDUMP_FOR_TARGET"; then
12172 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12173 else
12174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12175 for as_dir in $PATH
12177 IFS=$as_save_IFS
12178 test -z "$as_dir" && as_dir=.
12179 for ac_exec_ext in '' $ac_executable_extensions; do
12180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12181 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12183 break 2
12185 done
12186 done
12187 IFS=$as_save_IFS
12191 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12192 if test -n "$OBJDUMP_FOR_TARGET"; then
12193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12194 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12195 else
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12197 $as_echo "no" >&6; }
12201 done
12204 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12205 for ncn_progname in objdump; do
12206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12207 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12208 if test -x $with_build_time_tools/${ncn_progname}; then
12209 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12211 $as_echo "yes" >&6; }
12212 break
12213 else
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12215 $as_echo "no" >&6; }
12217 done
12220 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12221 for ncn_progname in objdump; do
12222 if test -n "$ncn_target_tool_prefix"; then
12223 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12224 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12226 $as_echo_n "checking for $ac_word... " >&6; }
12227 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12228 $as_echo_n "(cached) " >&6
12229 else
12230 if test -n "$OBJDUMP_FOR_TARGET"; then
12231 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12232 else
12233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12234 for as_dir in $PATH
12236 IFS=$as_save_IFS
12237 test -z "$as_dir" && as_dir=.
12238 for ac_exec_ext in '' $ac_executable_extensions; do
12239 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12240 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12242 break 2
12244 done
12245 done
12246 IFS=$as_save_IFS
12250 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12251 if test -n "$OBJDUMP_FOR_TARGET"; then
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12253 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12254 else
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12256 $as_echo "no" >&6; }
12261 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12262 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12263 set dummy ${ncn_progname}; ac_word=$2
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12265 $as_echo_n "checking for $ac_word... " >&6; }
12266 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12267 $as_echo_n "(cached) " >&6
12268 else
12269 if test -n "$OBJDUMP_FOR_TARGET"; then
12270 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12271 else
12272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12273 for as_dir in $PATH
12275 IFS=$as_save_IFS
12276 test -z "$as_dir" && as_dir=.
12277 for ac_exec_ext in '' $ac_executable_extensions; do
12278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12279 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12281 break 2
12283 done
12284 done
12285 IFS=$as_save_IFS
12289 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12290 if test -n "$OBJDUMP_FOR_TARGET"; then
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12292 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12293 else
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12295 $as_echo "no" >&6; }
12300 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12301 done
12304 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12305 set dummy objdump
12306 if test $build = $target ; then
12307 OBJDUMP_FOR_TARGET="$2"
12308 else
12309 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12311 else
12312 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12315 else
12316 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12322 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12323 if test -n "$with_build_time_tools"; then
12324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12325 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12326 if test -x $with_build_time_tools/ranlib; then
12327 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12328 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12330 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12331 else
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12333 $as_echo "no" >&6; }
12335 elif test $build != $host && test $have_gcc_for_target = yes; then
12336 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12337 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12338 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12341 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12342 # Extract the first word of "ranlib", so it can be a program name with args.
12343 set dummy ranlib; ac_word=$2
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12345 $as_echo_n "checking for $ac_word... " >&6; }
12346 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12347 $as_echo_n "(cached) " >&6
12348 else
12349 case $RANLIB_FOR_TARGET in
12350 [\\/]* | ?:[\\/]*)
12351 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12355 for as_dir in $gcc_cv_tool_dirs
12357 IFS=$as_save_IFS
12358 test -z "$as_dir" && as_dir=.
12359 for ac_exec_ext in '' $ac_executable_extensions; do
12360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12361 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12363 break 2
12365 done
12366 done
12367 IFS=$as_save_IFS
12370 esac
12372 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12373 if test -n "$RANLIB_FOR_TARGET"; then
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12375 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12376 else
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12378 $as_echo "no" >&6; }
12383 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12386 if test -n "$RANLIB_FOR_TARGET"; then
12387 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12388 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12389 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12392 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12393 for ncn_progname in ranlib; do
12394 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12395 set dummy ${ncn_progname}; ac_word=$2
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12397 $as_echo_n "checking for $ac_word... " >&6; }
12398 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12399 $as_echo_n "(cached) " >&6
12400 else
12401 if test -n "$RANLIB_FOR_TARGET"; then
12402 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12403 else
12404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12405 for as_dir in $PATH
12407 IFS=$as_save_IFS
12408 test -z "$as_dir" && as_dir=.
12409 for ac_exec_ext in '' $ac_executable_extensions; do
12410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12411 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12413 break 2
12415 done
12416 done
12417 IFS=$as_save_IFS
12421 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12422 if test -n "$RANLIB_FOR_TARGET"; then
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12424 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12425 else
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12427 $as_echo "no" >&6; }
12431 done
12434 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12435 for ncn_progname in ranlib; do
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12437 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12438 if test -x $with_build_time_tools/${ncn_progname}; then
12439 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12441 $as_echo "yes" >&6; }
12442 break
12443 else
12444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12445 $as_echo "no" >&6; }
12447 done
12450 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12451 for ncn_progname in ranlib; do
12452 if test -n "$ncn_target_tool_prefix"; then
12453 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12454 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12456 $as_echo_n "checking for $ac_word... " >&6; }
12457 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12458 $as_echo_n "(cached) " >&6
12459 else
12460 if test -n "$RANLIB_FOR_TARGET"; then
12461 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12462 else
12463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12464 for as_dir in $PATH
12466 IFS=$as_save_IFS
12467 test -z "$as_dir" && as_dir=.
12468 for ac_exec_ext in '' $ac_executable_extensions; do
12469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12470 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12472 break 2
12474 done
12475 done
12476 IFS=$as_save_IFS
12480 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12481 if test -n "$RANLIB_FOR_TARGET"; then
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12483 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12484 else
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12486 $as_echo "no" >&6; }
12491 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12492 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12493 set dummy ${ncn_progname}; ac_word=$2
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12495 $as_echo_n "checking for $ac_word... " >&6; }
12496 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12497 $as_echo_n "(cached) " >&6
12498 else
12499 if test -n "$RANLIB_FOR_TARGET"; then
12500 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12501 else
12502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12503 for as_dir in $PATH
12505 IFS=$as_save_IFS
12506 test -z "$as_dir" && as_dir=.
12507 for ac_exec_ext in '' $ac_executable_extensions; do
12508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12509 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12511 break 2
12513 done
12514 done
12515 IFS=$as_save_IFS
12519 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12520 if test -n "$RANLIB_FOR_TARGET"; then
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12522 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12523 else
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12525 $as_echo "no" >&6; }
12530 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12531 done
12534 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12535 set dummy ranlib
12536 if test $build = $target ; then
12537 RANLIB_FOR_TARGET="$2"
12538 else
12539 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12541 else
12542 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12545 else
12546 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12552 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12553 if test -n "$with_build_time_tools"; then
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12555 $as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12556 if test -x $with_build_time_tools/readelf; then
12557 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12558 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12560 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12561 else
12562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12563 $as_echo "no" >&6; }
12565 elif test $build != $host && test $have_gcc_for_target = yes; then
12566 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12567 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12568 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12571 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12572 # Extract the first word of "readelf", so it can be a program name with args.
12573 set dummy readelf; ac_word=$2
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12575 $as_echo_n "checking for $ac_word... " >&6; }
12576 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12577 $as_echo_n "(cached) " >&6
12578 else
12579 case $READELF_FOR_TARGET in
12580 [\\/]* | ?:[\\/]*)
12581 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12585 for as_dir in $gcc_cv_tool_dirs
12587 IFS=$as_save_IFS
12588 test -z "$as_dir" && as_dir=.
12589 for ac_exec_ext in '' $ac_executable_extensions; do
12590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12591 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12593 break 2
12595 done
12596 done
12597 IFS=$as_save_IFS
12600 esac
12602 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12603 if test -n "$READELF_FOR_TARGET"; then
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12605 $as_echo "$READELF_FOR_TARGET" >&6; }
12606 else
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12608 $as_echo "no" >&6; }
12613 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12616 if test -n "$READELF_FOR_TARGET"; then
12617 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12618 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12619 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12622 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12623 for ncn_progname in readelf; do
12624 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12625 set dummy ${ncn_progname}; ac_word=$2
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12627 $as_echo_n "checking for $ac_word... " >&6; }
12628 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12629 $as_echo_n "(cached) " >&6
12630 else
12631 if test -n "$READELF_FOR_TARGET"; then
12632 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12633 else
12634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12635 for as_dir in $PATH
12637 IFS=$as_save_IFS
12638 test -z "$as_dir" && as_dir=.
12639 for ac_exec_ext in '' $ac_executable_extensions; do
12640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12641 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12643 break 2
12645 done
12646 done
12647 IFS=$as_save_IFS
12651 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12652 if test -n "$READELF_FOR_TARGET"; then
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12654 $as_echo "$READELF_FOR_TARGET" >&6; }
12655 else
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12657 $as_echo "no" >&6; }
12661 done
12664 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12665 for ncn_progname in readelf; do
12666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12667 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12668 if test -x $with_build_time_tools/${ncn_progname}; then
12669 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12671 $as_echo "yes" >&6; }
12672 break
12673 else
12674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12675 $as_echo "no" >&6; }
12677 done
12680 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12681 for ncn_progname in readelf; do
12682 if test -n "$ncn_target_tool_prefix"; then
12683 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12684 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12686 $as_echo_n "checking for $ac_word... " >&6; }
12687 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12688 $as_echo_n "(cached) " >&6
12689 else
12690 if test -n "$READELF_FOR_TARGET"; then
12691 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12692 else
12693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12694 for as_dir in $PATH
12696 IFS=$as_save_IFS
12697 test -z "$as_dir" && as_dir=.
12698 for ac_exec_ext in '' $ac_executable_extensions; do
12699 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12700 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12702 break 2
12704 done
12705 done
12706 IFS=$as_save_IFS
12710 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12711 if test -n "$READELF_FOR_TARGET"; then
12712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12713 $as_echo "$READELF_FOR_TARGET" >&6; }
12714 else
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12716 $as_echo "no" >&6; }
12721 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12722 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12723 set dummy ${ncn_progname}; ac_word=$2
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12725 $as_echo_n "checking for $ac_word... " >&6; }
12726 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12727 $as_echo_n "(cached) " >&6
12728 else
12729 if test -n "$READELF_FOR_TARGET"; then
12730 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12731 else
12732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12733 for as_dir in $PATH
12735 IFS=$as_save_IFS
12736 test -z "$as_dir" && as_dir=.
12737 for ac_exec_ext in '' $ac_executable_extensions; do
12738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12739 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12741 break 2
12743 done
12744 done
12745 IFS=$as_save_IFS
12749 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12750 if test -n "$READELF_FOR_TARGET"; then
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12752 $as_echo "$READELF_FOR_TARGET" >&6; }
12753 else
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12755 $as_echo "no" >&6; }
12760 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12761 done
12764 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12765 set dummy readelf
12766 if test $build = $target ; then
12767 READELF_FOR_TARGET="$2"
12768 else
12769 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12771 else
12772 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12775 else
12776 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12782 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12783 if test -n "$with_build_time_tools"; then
12784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12785 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12786 if test -x $with_build_time_tools/strip; then
12787 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12788 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12790 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12791 else
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12793 $as_echo "no" >&6; }
12795 elif test $build != $host && test $have_gcc_for_target = yes; then
12796 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12797 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12798 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12801 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12802 # Extract the first word of "strip", so it can be a program name with args.
12803 set dummy strip; ac_word=$2
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12805 $as_echo_n "checking for $ac_word... " >&6; }
12806 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12807 $as_echo_n "(cached) " >&6
12808 else
12809 case $STRIP_FOR_TARGET in
12810 [\\/]* | ?:[\\/]*)
12811 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12815 for as_dir in $gcc_cv_tool_dirs
12817 IFS=$as_save_IFS
12818 test -z "$as_dir" && as_dir=.
12819 for ac_exec_ext in '' $ac_executable_extensions; do
12820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12821 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12823 break 2
12825 done
12826 done
12827 IFS=$as_save_IFS
12830 esac
12832 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12833 if test -n "$STRIP_FOR_TARGET"; then
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12835 $as_echo "$STRIP_FOR_TARGET" >&6; }
12836 else
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12838 $as_echo "no" >&6; }
12843 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12846 if test -n "$STRIP_FOR_TARGET"; then
12847 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12848 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12849 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12852 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12853 for ncn_progname in strip; do
12854 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12855 set dummy ${ncn_progname}; ac_word=$2
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12857 $as_echo_n "checking for $ac_word... " >&6; }
12858 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12859 $as_echo_n "(cached) " >&6
12860 else
12861 if test -n "$STRIP_FOR_TARGET"; then
12862 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12863 else
12864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12865 for as_dir in $PATH
12867 IFS=$as_save_IFS
12868 test -z "$as_dir" && as_dir=.
12869 for ac_exec_ext in '' $ac_executable_extensions; do
12870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12871 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12873 break 2
12875 done
12876 done
12877 IFS=$as_save_IFS
12881 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12882 if test -n "$STRIP_FOR_TARGET"; then
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12884 $as_echo "$STRIP_FOR_TARGET" >&6; }
12885 else
12886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12887 $as_echo "no" >&6; }
12891 done
12894 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12895 for ncn_progname in strip; do
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12897 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12898 if test -x $with_build_time_tools/${ncn_progname}; then
12899 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12901 $as_echo "yes" >&6; }
12902 break
12903 else
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12905 $as_echo "no" >&6; }
12907 done
12910 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12911 for ncn_progname in strip; do
12912 if test -n "$ncn_target_tool_prefix"; then
12913 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12914 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12916 $as_echo_n "checking for $ac_word... " >&6; }
12917 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12918 $as_echo_n "(cached) " >&6
12919 else
12920 if test -n "$STRIP_FOR_TARGET"; then
12921 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12922 else
12923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12924 for as_dir in $PATH
12926 IFS=$as_save_IFS
12927 test -z "$as_dir" && as_dir=.
12928 for ac_exec_ext in '' $ac_executable_extensions; do
12929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12930 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12932 break 2
12934 done
12935 done
12936 IFS=$as_save_IFS
12940 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12941 if test -n "$STRIP_FOR_TARGET"; then
12942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12943 $as_echo "$STRIP_FOR_TARGET" >&6; }
12944 else
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12946 $as_echo "no" >&6; }
12951 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12952 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12953 set dummy ${ncn_progname}; ac_word=$2
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12955 $as_echo_n "checking for $ac_word... " >&6; }
12956 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12957 $as_echo_n "(cached) " >&6
12958 else
12959 if test -n "$STRIP_FOR_TARGET"; then
12960 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12961 else
12962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12963 for as_dir in $PATH
12965 IFS=$as_save_IFS
12966 test -z "$as_dir" && as_dir=.
12967 for ac_exec_ext in '' $ac_executable_extensions; do
12968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12969 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12971 break 2
12973 done
12974 done
12975 IFS=$as_save_IFS
12979 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12980 if test -n "$STRIP_FOR_TARGET"; then
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12982 $as_echo "$STRIP_FOR_TARGET" >&6; }
12983 else
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12985 $as_echo "no" >&6; }
12990 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12991 done
12994 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12995 set dummy strip
12996 if test $build = $target ; then
12997 STRIP_FOR_TARGET="$2"
12998 else
12999 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13001 else
13002 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13005 else
13006 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13012 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13013 if test -n "$with_build_time_tools"; then
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13015 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
13016 if test -x $with_build_time_tools/windres; then
13017 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13018 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13020 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13021 else
13022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13023 $as_echo "no" >&6; }
13025 elif test $build != $host && test $have_gcc_for_target = yes; then
13026 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13027 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13028 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13031 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13032 # Extract the first word of "windres", so it can be a program name with args.
13033 set dummy windres; ac_word=$2
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13035 $as_echo_n "checking for $ac_word... " >&6; }
13036 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13037 $as_echo_n "(cached) " >&6
13038 else
13039 case $WINDRES_FOR_TARGET in
13040 [\\/]* | ?:[\\/]*)
13041 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13045 for as_dir in $gcc_cv_tool_dirs
13047 IFS=$as_save_IFS
13048 test -z "$as_dir" && as_dir=.
13049 for ac_exec_ext in '' $ac_executable_extensions; do
13050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13051 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13053 break 2
13055 done
13056 done
13057 IFS=$as_save_IFS
13060 esac
13062 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13063 if test -n "$WINDRES_FOR_TARGET"; then
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13065 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13066 else
13067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13068 $as_echo "no" >&6; }
13073 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13076 if test -n "$WINDRES_FOR_TARGET"; then
13077 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13078 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13079 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13082 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13083 for ncn_progname in windres; do
13084 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13085 set dummy ${ncn_progname}; ac_word=$2
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13087 $as_echo_n "checking for $ac_word... " >&6; }
13088 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13089 $as_echo_n "(cached) " >&6
13090 else
13091 if test -n "$WINDRES_FOR_TARGET"; then
13092 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13093 else
13094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13095 for as_dir in $PATH
13097 IFS=$as_save_IFS
13098 test -z "$as_dir" && as_dir=.
13099 for ac_exec_ext in '' $ac_executable_extensions; do
13100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13101 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13103 break 2
13105 done
13106 done
13107 IFS=$as_save_IFS
13111 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13112 if test -n "$WINDRES_FOR_TARGET"; then
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13114 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13115 else
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13117 $as_echo "no" >&6; }
13121 done
13124 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13125 for ncn_progname in windres; do
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13127 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13128 if test -x $with_build_time_tools/${ncn_progname}; then
13129 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13131 $as_echo "yes" >&6; }
13132 break
13133 else
13134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13135 $as_echo "no" >&6; }
13137 done
13140 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13141 for ncn_progname in windres; do
13142 if test -n "$ncn_target_tool_prefix"; then
13143 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13144 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13146 $as_echo_n "checking for $ac_word... " >&6; }
13147 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13148 $as_echo_n "(cached) " >&6
13149 else
13150 if test -n "$WINDRES_FOR_TARGET"; then
13151 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13152 else
13153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13154 for as_dir in $PATH
13156 IFS=$as_save_IFS
13157 test -z "$as_dir" && as_dir=.
13158 for ac_exec_ext in '' $ac_executable_extensions; do
13159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13160 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13162 break 2
13164 done
13165 done
13166 IFS=$as_save_IFS
13170 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13171 if test -n "$WINDRES_FOR_TARGET"; then
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13173 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13174 else
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13176 $as_echo "no" >&6; }
13181 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13182 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13183 set dummy ${ncn_progname}; ac_word=$2
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13185 $as_echo_n "checking for $ac_word... " >&6; }
13186 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13187 $as_echo_n "(cached) " >&6
13188 else
13189 if test -n "$WINDRES_FOR_TARGET"; then
13190 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13191 else
13192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13193 for as_dir in $PATH
13195 IFS=$as_save_IFS
13196 test -z "$as_dir" && as_dir=.
13197 for ac_exec_ext in '' $ac_executable_extensions; do
13198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13199 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13201 break 2
13203 done
13204 done
13205 IFS=$as_save_IFS
13209 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13210 if test -n "$WINDRES_FOR_TARGET"; then
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13212 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13213 else
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13215 $as_echo "no" >&6; }
13220 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13221 done
13224 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13225 set dummy windres
13226 if test $build = $target ; then
13227 WINDRES_FOR_TARGET="$2"
13228 else
13229 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13231 else
13232 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13235 else
13236 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13242 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13243 if test -n "$with_build_time_tools"; then
13244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13245 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13246 if test -x $with_build_time_tools/windmc; then
13247 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13248 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13250 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13251 else
13252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13253 $as_echo "no" >&6; }
13255 elif test $build != $host && test $have_gcc_for_target = yes; then
13256 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13257 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13258 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13261 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13262 # Extract the first word of "windmc", so it can be a program name with args.
13263 set dummy windmc; ac_word=$2
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13265 $as_echo_n "checking for $ac_word... " >&6; }
13266 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13267 $as_echo_n "(cached) " >&6
13268 else
13269 case $WINDMC_FOR_TARGET in
13270 [\\/]* | ?:[\\/]*)
13271 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13275 for as_dir in $gcc_cv_tool_dirs
13277 IFS=$as_save_IFS
13278 test -z "$as_dir" && as_dir=.
13279 for ac_exec_ext in '' $ac_executable_extensions; do
13280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13281 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13283 break 2
13285 done
13286 done
13287 IFS=$as_save_IFS
13290 esac
13292 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13293 if test -n "$WINDMC_FOR_TARGET"; then
13294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13295 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13296 else
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13298 $as_echo "no" >&6; }
13303 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13306 if test -n "$WINDMC_FOR_TARGET"; then
13307 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13308 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13309 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13312 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13313 for ncn_progname in windmc; do
13314 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13315 set dummy ${ncn_progname}; ac_word=$2
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13317 $as_echo_n "checking for $ac_word... " >&6; }
13318 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13319 $as_echo_n "(cached) " >&6
13320 else
13321 if test -n "$WINDMC_FOR_TARGET"; then
13322 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13323 else
13324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13325 for as_dir in $PATH
13327 IFS=$as_save_IFS
13328 test -z "$as_dir" && as_dir=.
13329 for ac_exec_ext in '' $ac_executable_extensions; do
13330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13331 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13333 break 2
13335 done
13336 done
13337 IFS=$as_save_IFS
13341 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13342 if test -n "$WINDMC_FOR_TARGET"; then
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13344 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13345 else
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13347 $as_echo "no" >&6; }
13351 done
13354 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13355 for ncn_progname in windmc; do
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13357 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13358 if test -x $with_build_time_tools/${ncn_progname}; then
13359 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13361 $as_echo "yes" >&6; }
13362 break
13363 else
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13365 $as_echo "no" >&6; }
13367 done
13370 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13371 for ncn_progname in windmc; do
13372 if test -n "$ncn_target_tool_prefix"; then
13373 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13374 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13376 $as_echo_n "checking for $ac_word... " >&6; }
13377 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13378 $as_echo_n "(cached) " >&6
13379 else
13380 if test -n "$WINDMC_FOR_TARGET"; then
13381 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13382 else
13383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13384 for as_dir in $PATH
13386 IFS=$as_save_IFS
13387 test -z "$as_dir" && as_dir=.
13388 for ac_exec_ext in '' $ac_executable_extensions; do
13389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13390 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13392 break 2
13394 done
13395 done
13396 IFS=$as_save_IFS
13400 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13401 if test -n "$WINDMC_FOR_TARGET"; then
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13403 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13404 else
13405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13406 $as_echo "no" >&6; }
13411 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13412 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13413 set dummy ${ncn_progname}; ac_word=$2
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13415 $as_echo_n "checking for $ac_word... " >&6; }
13416 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13417 $as_echo_n "(cached) " >&6
13418 else
13419 if test -n "$WINDMC_FOR_TARGET"; then
13420 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13421 else
13422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13423 for as_dir in $PATH
13425 IFS=$as_save_IFS
13426 test -z "$as_dir" && as_dir=.
13427 for ac_exec_ext in '' $ac_executable_extensions; do
13428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13429 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13431 break 2
13433 done
13434 done
13435 IFS=$as_save_IFS
13439 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13440 if test -n "$WINDMC_FOR_TARGET"; then
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13442 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13443 else
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13445 $as_echo "no" >&6; }
13450 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13451 done
13454 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13455 set dummy windmc
13456 if test $build = $target ; then
13457 WINDMC_FOR_TARGET="$2"
13458 else
13459 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13461 else
13462 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13465 else
13466 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13470 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13473 $as_echo_n "checking where to find the target ar... " >&6; }
13474 if test "x${build}" != "x${host}" ; then
13475 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13476 # We already found the complete path
13477 ac_dir=`dirname $AR_FOR_TARGET`
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13479 $as_echo "pre-installed in $ac_dir" >&6; }
13480 else
13481 # Canadian cross, just use what we found
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13483 $as_echo "pre-installed" >&6; }
13485 else
13486 ok=yes
13487 case " ${configdirs} " in
13488 *" binutils "*) ;;
13489 *) ok=no ;;
13490 esac
13492 if test $ok = yes; then
13493 # An in-tree tool is available and we can use it
13494 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13496 $as_echo "just compiled" >&6; }
13497 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13498 # We already found the complete path
13499 ac_dir=`dirname $AR_FOR_TARGET`
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13501 $as_echo "pre-installed in $ac_dir" >&6; }
13502 elif test "x$target" = "x$host"; then
13503 # We can use an host tool
13504 AR_FOR_TARGET='$(AR)'
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13506 $as_echo "host tool" >&6; }
13507 else
13508 # We need a cross tool
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13510 $as_echo "pre-installed" >&6; }
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13515 $as_echo_n "checking where to find the target as... " >&6; }
13516 if test "x${build}" != "x${host}" ; then
13517 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13518 # We already found the complete path
13519 ac_dir=`dirname $AS_FOR_TARGET`
13520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13521 $as_echo "pre-installed in $ac_dir" >&6; }
13522 else
13523 # Canadian cross, just use what we found
13524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13525 $as_echo "pre-installed" >&6; }
13527 else
13528 ok=yes
13529 case " ${configdirs} " in
13530 *" gas "*) ;;
13531 *) ok=no ;;
13532 esac
13534 if test $ok = yes; then
13535 # An in-tree tool is available and we can use it
13536 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13538 $as_echo "just compiled" >&6; }
13539 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13540 # We already found the complete path
13541 ac_dir=`dirname $AS_FOR_TARGET`
13542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13543 $as_echo "pre-installed in $ac_dir" >&6; }
13544 elif test "x$target" = "x$host"; then
13545 # We can use an host tool
13546 AS_FOR_TARGET='$(AS)'
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13548 $as_echo "host tool" >&6; }
13549 else
13550 # We need a cross tool
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13552 $as_echo "pre-installed" >&6; }
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13557 $as_echo_n "checking where to find the target cc... " >&6; }
13558 if test "x${build}" != "x${host}" ; then
13559 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13560 # We already found the complete path
13561 ac_dir=`dirname $CC_FOR_TARGET`
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13563 $as_echo "pre-installed in $ac_dir" >&6; }
13564 else
13565 # Canadian cross, just use what we found
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13567 $as_echo "pre-installed" >&6; }
13569 else
13570 ok=yes
13571 case " ${configdirs} " in
13572 *" gcc "*) ;;
13573 *) ok=no ;;
13574 esac
13576 if test $ok = yes; then
13577 # An in-tree tool is available and we can use it
13578 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13580 $as_echo "just compiled" >&6; }
13581 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13582 # We already found the complete path
13583 ac_dir=`dirname $CC_FOR_TARGET`
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13585 $as_echo "pre-installed in $ac_dir" >&6; }
13586 elif test "x$target" = "x$host"; then
13587 # We can use an host tool
13588 CC_FOR_TARGET='$(CC)'
13589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13590 $as_echo "host tool" >&6; }
13591 else
13592 # We need a cross tool
13593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13594 $as_echo "pre-installed" >&6; }
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13599 $as_echo_n "checking where to find the target c++... " >&6; }
13600 if test "x${build}" != "x${host}" ; then
13601 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13602 # We already found the complete path
13603 ac_dir=`dirname $CXX_FOR_TARGET`
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13605 $as_echo "pre-installed in $ac_dir" >&6; }
13606 else
13607 # Canadian cross, just use what we found
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13609 $as_echo "pre-installed" >&6; }
13611 else
13612 ok=yes
13613 case " ${configdirs} " in
13614 *" gcc "*) ;;
13615 *) ok=no ;;
13616 esac
13617 case ,${enable_languages}, in
13618 *,c++,*) ;;
13619 *) ok=no ;;
13620 esac
13621 if test $ok = yes; then
13622 # An in-tree tool is available and we can use it
13623 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13625 $as_echo "just compiled" >&6; }
13626 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13627 # We already found the complete path
13628 ac_dir=`dirname $CXX_FOR_TARGET`
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13630 $as_echo "pre-installed in $ac_dir" >&6; }
13631 elif test "x$target" = "x$host"; then
13632 # We can use an host tool
13633 CXX_FOR_TARGET='$(CXX)'
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13635 $as_echo "host tool" >&6; }
13636 else
13637 # We need a cross tool
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13639 $as_echo "pre-installed" >&6; }
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13644 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13645 if test "x${build}" != "x${host}" ; then
13646 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13647 # We already found the complete path
13648 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13650 $as_echo "pre-installed in $ac_dir" >&6; }
13651 else
13652 # Canadian cross, just use what we found
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13654 $as_echo "pre-installed" >&6; }
13656 else
13657 ok=yes
13658 case " ${configdirs} " in
13659 *" gcc "*) ;;
13660 *) ok=no ;;
13661 esac
13662 case ,${enable_languages}, in
13663 *,c++,*) ;;
13664 *) ok=no ;;
13665 esac
13666 if test $ok = yes; then
13667 # An in-tree tool is available and we can use it
13668 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'
13669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13670 $as_echo "just compiled" >&6; }
13671 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13672 # We already found the complete path
13673 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13675 $as_echo "pre-installed in $ac_dir" >&6; }
13676 elif test "x$target" = "x$host"; then
13677 # We can use an host tool
13678 RAW_CXX_FOR_TARGET='$(CXX)'
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13680 $as_echo "host tool" >&6; }
13681 else
13682 # We need a cross tool
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13684 $as_echo "pre-installed" >&6; }
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13689 $as_echo_n "checking where to find the target dlltool... " >&6; }
13690 if test "x${build}" != "x${host}" ; then
13691 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13692 # We already found the complete path
13693 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13695 $as_echo "pre-installed in $ac_dir" >&6; }
13696 else
13697 # Canadian cross, just use what we found
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13699 $as_echo "pre-installed" >&6; }
13701 else
13702 ok=yes
13703 case " ${configdirs} " in
13704 *" binutils "*) ;;
13705 *) ok=no ;;
13706 esac
13708 if test $ok = yes; then
13709 # An in-tree tool is available and we can use it
13710 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13712 $as_echo "just compiled" >&6; }
13713 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13714 # We already found the complete path
13715 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13717 $as_echo "pre-installed in $ac_dir" >&6; }
13718 elif test "x$target" = "x$host"; then
13719 # We can use an host tool
13720 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13722 $as_echo "host tool" >&6; }
13723 else
13724 # We need a cross tool
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13726 $as_echo "pre-installed" >&6; }
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13731 $as_echo_n "checking where to find the target gcc... " >&6; }
13732 if test "x${build}" != "x${host}" ; then
13733 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13734 # We already found the complete path
13735 ac_dir=`dirname $GCC_FOR_TARGET`
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13737 $as_echo "pre-installed in $ac_dir" >&6; }
13738 else
13739 # Canadian cross, just use what we found
13740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13741 $as_echo "pre-installed" >&6; }
13743 else
13744 ok=yes
13745 case " ${configdirs} " in
13746 *" gcc "*) ;;
13747 *) ok=no ;;
13748 esac
13750 if test $ok = yes; then
13751 # An in-tree tool is available and we can use it
13752 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13754 $as_echo "just compiled" >&6; }
13755 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13756 # We already found the complete path
13757 ac_dir=`dirname $GCC_FOR_TARGET`
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13759 $as_echo "pre-installed in $ac_dir" >&6; }
13760 elif test "x$target" = "x$host"; then
13761 # We can use an host tool
13762 GCC_FOR_TARGET='$()'
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13764 $as_echo "host tool" >&6; }
13765 else
13766 # We need a cross tool
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13768 $as_echo "pre-installed" >&6; }
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13773 $as_echo_n "checking where to find the target gcj... " >&6; }
13774 if test "x${build}" != "x${host}" ; then
13775 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13776 # We already found the complete path
13777 ac_dir=`dirname $GCJ_FOR_TARGET`
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13779 $as_echo "pre-installed in $ac_dir" >&6; }
13780 else
13781 # Canadian cross, just use what we found
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13783 $as_echo "pre-installed" >&6; }
13785 else
13786 ok=yes
13787 case " ${configdirs} " in
13788 *" gcc "*) ;;
13789 *) ok=no ;;
13790 esac
13791 case ,${enable_languages}, in
13792 *,java,*) ;;
13793 *) ok=no ;;
13794 esac
13795 if test $ok = yes; then
13796 # An in-tree tool is available and we can use it
13797 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13799 $as_echo "just compiled" >&6; }
13800 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13801 # We already found the complete path
13802 ac_dir=`dirname $GCJ_FOR_TARGET`
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13804 $as_echo "pre-installed in $ac_dir" >&6; }
13805 elif test "x$target" = "x$host"; then
13806 # We can use an host tool
13807 GCJ_FOR_TARGET='$(GCJ)'
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13809 $as_echo "host tool" >&6; }
13810 else
13811 # We need a cross tool
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13813 $as_echo "pre-installed" >&6; }
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13818 $as_echo_n "checking where to find the target gfortran... " >&6; }
13819 if test "x${build}" != "x${host}" ; then
13820 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13821 # We already found the complete path
13822 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13824 $as_echo "pre-installed in $ac_dir" >&6; }
13825 else
13826 # Canadian cross, just use what we found
13827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13828 $as_echo "pre-installed" >&6; }
13830 else
13831 ok=yes
13832 case " ${configdirs} " in
13833 *" gcc "*) ;;
13834 *) ok=no ;;
13835 esac
13836 case ,${enable_languages}, in
13837 *,fortran,*) ;;
13838 *) ok=no ;;
13839 esac
13840 if test $ok = yes; then
13841 # An in-tree tool is available and we can use it
13842 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13844 $as_echo "just compiled" >&6; }
13845 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13846 # We already found the complete path
13847 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13849 $as_echo "pre-installed in $ac_dir" >&6; }
13850 elif test "x$target" = "x$host"; then
13851 # We can use an host tool
13852 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13854 $as_echo "host tool" >&6; }
13855 else
13856 # We need a cross tool
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13858 $as_echo "pre-installed" >&6; }
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13863 $as_echo_n "checking where to find the target gccgo... " >&6; }
13864 if test "x${build}" != "x${host}" ; then
13865 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13866 # We already found the complete path
13867 ac_dir=`dirname $GOC_FOR_TARGET`
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13869 $as_echo "pre-installed in $ac_dir" >&6; }
13870 else
13871 # Canadian cross, just use what we found
13872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13873 $as_echo "pre-installed" >&6; }
13875 else
13876 ok=yes
13877 case " ${configdirs} " in
13878 *" gcc "*) ;;
13879 *) ok=no ;;
13880 esac
13881 case ,${enable_languages}, in
13882 *,go,*) ;;
13883 *) ok=no ;;
13884 esac
13885 if test $ok = yes; then
13886 # An in-tree tool is available and we can use it
13887 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13889 $as_echo "just compiled" >&6; }
13890 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13891 # We already found the complete path
13892 ac_dir=`dirname $GOC_FOR_TARGET`
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13894 $as_echo "pre-installed in $ac_dir" >&6; }
13895 elif test "x$target" = "x$host"; then
13896 # We can use an host tool
13897 GOC_FOR_TARGET='$(GOC)'
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13899 $as_echo "host tool" >&6; }
13900 else
13901 # We need a cross tool
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13903 $as_echo "pre-installed" >&6; }
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13908 $as_echo_n "checking where to find the target ld... " >&6; }
13909 if test "x${build}" != "x${host}" ; then
13910 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13911 # We already found the complete path
13912 ac_dir=`dirname $LD_FOR_TARGET`
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13914 $as_echo "pre-installed in $ac_dir" >&6; }
13915 else
13916 # Canadian cross, just use what we found
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13918 $as_echo "pre-installed" >&6; }
13920 else
13921 ok=yes
13922 case " ${configdirs} " in
13923 *" ld "*) ;;
13924 *) ok=no ;;
13925 esac
13927 if test $ok = yes; then
13928 # An in-tree tool is available and we can use it
13929 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13931 $as_echo "just compiled" >&6; }
13932 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13933 # We already found the complete path
13934 ac_dir=`dirname $LD_FOR_TARGET`
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13936 $as_echo "pre-installed in $ac_dir" >&6; }
13937 elif test "x$target" = "x$host"; then
13938 # We can use an host tool
13939 LD_FOR_TARGET='$(LD)'
13940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13941 $as_echo "host tool" >&6; }
13942 else
13943 # We need a cross tool
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13945 $as_echo "pre-installed" >&6; }
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13950 $as_echo_n "checking where to find the target lipo... " >&6; }
13951 if test "x${build}" != "x${host}" ; then
13952 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13953 # We already found the complete path
13954 ac_dir=`dirname $LIPO_FOR_TARGET`
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13956 $as_echo "pre-installed in $ac_dir" >&6; }
13957 else
13958 # Canadian cross, just use what we found
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13960 $as_echo "pre-installed" >&6; }
13962 else
13963 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13964 # We already found the complete path
13965 ac_dir=`dirname $LIPO_FOR_TARGET`
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13967 $as_echo "pre-installed in $ac_dir" >&6; }
13968 elif test "x$target" = "x$host"; then
13969 # We can use an host tool
13970 LIPO_FOR_TARGET='$(LIPO)'
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13972 $as_echo "host tool" >&6; }
13973 else
13974 # We need a cross tool
13975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13976 $as_echo "pre-installed" >&6; }
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13981 $as_echo_n "checking where to find the target nm... " >&6; }
13982 if test "x${build}" != "x${host}" ; then
13983 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13984 # We already found the complete path
13985 ac_dir=`dirname $NM_FOR_TARGET`
13986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13987 $as_echo "pre-installed in $ac_dir" >&6; }
13988 else
13989 # Canadian cross, just use what we found
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13991 $as_echo "pre-installed" >&6; }
13993 else
13994 ok=yes
13995 case " ${configdirs} " in
13996 *" binutils "*) ;;
13997 *) ok=no ;;
13998 esac
14000 if test $ok = yes; then
14001 # An in-tree tool is available and we can use it
14002 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14004 $as_echo "just compiled" >&6; }
14005 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14006 # We already found the complete path
14007 ac_dir=`dirname $NM_FOR_TARGET`
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14009 $as_echo "pre-installed in $ac_dir" >&6; }
14010 elif test "x$target" = "x$host"; then
14011 # We can use an host tool
14012 NM_FOR_TARGET='$(NM)'
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14014 $as_echo "host tool" >&6; }
14015 else
14016 # We need a cross tool
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14018 $as_echo "pre-installed" >&6; }
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14023 $as_echo_n "checking where to find the target objdump... " >&6; }
14024 if test "x${build}" != "x${host}" ; then
14025 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14026 # We already found the complete path
14027 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14029 $as_echo "pre-installed in $ac_dir" >&6; }
14030 else
14031 # Canadian cross, just use what we found
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14033 $as_echo "pre-installed" >&6; }
14035 else
14036 ok=yes
14037 case " ${configdirs} " in
14038 *" binutils "*) ;;
14039 *) ok=no ;;
14040 esac
14042 if test $ok = yes; then
14043 # An in-tree tool is available and we can use it
14044 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14046 $as_echo "just compiled" >&6; }
14047 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14048 # We already found the complete path
14049 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14051 $as_echo "pre-installed in $ac_dir" >&6; }
14052 elif test "x$target" = "x$host"; then
14053 # We can use an host tool
14054 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14056 $as_echo "host tool" >&6; }
14057 else
14058 # We need a cross tool
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14060 $as_echo "pre-installed" >&6; }
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14065 $as_echo_n "checking where to find the target ranlib... " >&6; }
14066 if test "x${build}" != "x${host}" ; then
14067 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14068 # We already found the complete path
14069 ac_dir=`dirname $RANLIB_FOR_TARGET`
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14071 $as_echo "pre-installed in $ac_dir" >&6; }
14072 else
14073 # Canadian cross, just use what we found
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14075 $as_echo "pre-installed" >&6; }
14077 else
14078 ok=yes
14079 case " ${configdirs} " in
14080 *" binutils "*) ;;
14081 *) ok=no ;;
14082 esac
14084 if test $ok = yes; then
14085 # An in-tree tool is available and we can use it
14086 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14088 $as_echo "just compiled" >&6; }
14089 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14090 # We already found the complete path
14091 ac_dir=`dirname $RANLIB_FOR_TARGET`
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14093 $as_echo "pre-installed in $ac_dir" >&6; }
14094 elif test "x$target" = "x$host"; then
14095 # We can use an host tool
14096 RANLIB_FOR_TARGET='$(RANLIB)'
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14098 $as_echo "host tool" >&6; }
14099 else
14100 # We need a cross tool
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14102 $as_echo "pre-installed" >&6; }
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14107 $as_echo_n "checking where to find the target readelf... " >&6; }
14108 if test "x${build}" != "x${host}" ; then
14109 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14110 # We already found the complete path
14111 ac_dir=`dirname $READELF_FOR_TARGET`
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14113 $as_echo "pre-installed in $ac_dir" >&6; }
14114 else
14115 # Canadian cross, just use what we found
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14117 $as_echo "pre-installed" >&6; }
14119 else
14120 ok=yes
14121 case " ${configdirs} " in
14122 *" binutils "*) ;;
14123 *) ok=no ;;
14124 esac
14126 if test $ok = yes; then
14127 # An in-tree tool is available and we can use it
14128 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14130 $as_echo "just compiled" >&6; }
14131 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14132 # We already found the complete path
14133 ac_dir=`dirname $READELF_FOR_TARGET`
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14135 $as_echo "pre-installed in $ac_dir" >&6; }
14136 elif test "x$target" = "x$host"; then
14137 # We can use an host tool
14138 READELF_FOR_TARGET='$(READELF)'
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14140 $as_echo "host tool" >&6; }
14141 else
14142 # We need a cross tool
14143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14144 $as_echo "pre-installed" >&6; }
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14149 $as_echo_n "checking where to find the target strip... " >&6; }
14150 if test "x${build}" != "x${host}" ; then
14151 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14152 # We already found the complete path
14153 ac_dir=`dirname $STRIP_FOR_TARGET`
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14155 $as_echo "pre-installed in $ac_dir" >&6; }
14156 else
14157 # Canadian cross, just use what we found
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14159 $as_echo "pre-installed" >&6; }
14161 else
14162 ok=yes
14163 case " ${configdirs} " in
14164 *" binutils "*) ;;
14165 *) ok=no ;;
14166 esac
14168 if test $ok = yes; then
14169 # An in-tree tool is available and we can use it
14170 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14172 $as_echo "just compiled" >&6; }
14173 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14174 # We already found the complete path
14175 ac_dir=`dirname $STRIP_FOR_TARGET`
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14177 $as_echo "pre-installed in $ac_dir" >&6; }
14178 elif test "x$target" = "x$host"; then
14179 # We can use an host tool
14180 STRIP_FOR_TARGET='$(STRIP)'
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14182 $as_echo "host tool" >&6; }
14183 else
14184 # We need a cross tool
14185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14186 $as_echo "pre-installed" >&6; }
14190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14191 $as_echo_n "checking where to find the target windres... " >&6; }
14192 if test "x${build}" != "x${host}" ; then
14193 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14194 # We already found the complete path
14195 ac_dir=`dirname $WINDRES_FOR_TARGET`
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14197 $as_echo "pre-installed in $ac_dir" >&6; }
14198 else
14199 # Canadian cross, just use what we found
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14201 $as_echo "pre-installed" >&6; }
14203 else
14204 ok=yes
14205 case " ${configdirs} " in
14206 *" binutils "*) ;;
14207 *) ok=no ;;
14208 esac
14210 if test $ok = yes; then
14211 # An in-tree tool is available and we can use it
14212 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14214 $as_echo "just compiled" >&6; }
14215 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14216 # We already found the complete path
14217 ac_dir=`dirname $WINDRES_FOR_TARGET`
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14219 $as_echo "pre-installed in $ac_dir" >&6; }
14220 elif test "x$target" = "x$host"; then
14221 # We can use an host tool
14222 WINDRES_FOR_TARGET='$(WINDRES)'
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14224 $as_echo "host tool" >&6; }
14225 else
14226 # We need a cross tool
14227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14228 $as_echo "pre-installed" >&6; }
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14233 $as_echo_n "checking where to find the target windmc... " >&6; }
14234 if test "x${build}" != "x${host}" ; then
14235 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14236 # We already found the complete path
14237 ac_dir=`dirname $WINDMC_FOR_TARGET`
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14239 $as_echo "pre-installed in $ac_dir" >&6; }
14240 else
14241 # Canadian cross, just use what we found
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14243 $as_echo "pre-installed" >&6; }
14245 else
14246 ok=yes
14247 case " ${configdirs} " in
14248 *" binutils "*) ;;
14249 *) ok=no ;;
14250 esac
14252 if test $ok = yes; then
14253 # An in-tree tool is available and we can use it
14254 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14256 $as_echo "just compiled" >&6; }
14257 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14258 # We already found the complete path
14259 ac_dir=`dirname $WINDMC_FOR_TARGET`
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14261 $as_echo "pre-installed in $ac_dir" >&6; }
14262 elif test "x$target" = "x$host"; then
14263 # We can use an host tool
14264 WINDMC_FOR_TARGET='$(WINDMC)'
14265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14266 $as_echo "host tool" >&6; }
14267 else
14268 # We need a cross tool
14269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14270 $as_echo "pre-installed" >&6; }
14278 # Certain tools may need extra flags.
14279 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14280 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14281 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14283 # When building target libraries, except in a Canadian cross, we use
14284 # the same toolchain as the compiler we just built.
14285 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14286 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14287 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14288 if test $host = $build; then
14289 case " $configdirs " in
14290 *" gcc "*)
14291 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14292 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14293 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14295 esac
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14303 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14304 # Check whether --enable-maintainer-mode was given.
14305 if test "${enable_maintainer_mode+set}" = set; then :
14306 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14307 else
14308 USE_MAINTAINER_MODE=no
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14312 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14315 if test "$USE_MAINTAINER_MODE" = yes; then
14316 MAINTAINER_MODE_TRUE=
14317 MAINTAINER_MODE_FALSE='#'
14318 else
14319 MAINTAINER_MODE_TRUE='#'
14320 MAINTAINER_MODE_FALSE=
14322 MAINT=$MAINTAINER_MODE_TRUE
14324 # ---------------------
14325 # GCC bootstrap support
14326 # ---------------------
14328 # Stage specific cflags for build.
14329 stage1_cflags="-g"
14330 case $build in
14331 vax-*-*)
14332 case ${GCC} in
14333 yes) stage1_cflags="-g -Wa,-J" ;;
14334 *) stage1_cflags="-g -J" ;;
14335 esac ;;
14336 esac
14340 # Enable --enable-checking in stage1 of the compiler.
14341 # Check whether --enable-stage1-checking was given.
14342 if test "${enable_stage1_checking+set}" = set; then :
14343 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14344 else
14345 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14346 stage1_checking=--enable-checking=yes,types
14347 else
14348 stage1_checking=--enable-checking=$enable_checking,types
14354 # Enable -Werror in bootstrap stage2 and later.
14355 # Check whether --enable-werror was given.
14356 if test "${enable_werror+set}" = set; then :
14357 enableval=$enable_werror;
14358 else
14359 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14360 enable_werror=yes
14361 else
14362 enable_werror=no
14366 case ${enable_werror} in
14367 yes) stage2_werror_flag="--enable-werror-always" ;;
14368 *) stage2_werror_flag="" ;;
14369 esac
14372 # Specify what files to not compare during bootstrap.
14374 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14375 case "$target" in
14376 hppa*64*-*-hpux*) ;;
14377 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14378 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
14379 esac
14382 ac_config_files="$ac_config_files Makefile"
14384 cat >confcache <<\_ACEOF
14385 # This file is a shell script that caches the results of configure
14386 # tests run on this system so they can be shared between configure
14387 # scripts and configure runs, see configure's option --config-cache.
14388 # It is not useful on other systems. If it contains results you don't
14389 # want to keep, you may remove or edit it.
14391 # config.status only pays attention to the cache file if you give it
14392 # the --recheck option to rerun configure.
14394 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14395 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14396 # following values.
14398 _ACEOF
14400 # The following way of writing the cache mishandles newlines in values,
14401 # but we know of no workaround that is simple, portable, and efficient.
14402 # So, we kill variables containing newlines.
14403 # Ultrix sh set writes to stderr and can't be redirected directly,
14404 # and sets the high bit in the cache file unless we assign to the vars.
14406 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14407 eval ac_val=\$$ac_var
14408 case $ac_val in #(
14409 *${as_nl}*)
14410 case $ac_var in #(
14411 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14412 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14413 esac
14414 case $ac_var in #(
14415 _ | IFS | as_nl) ;; #(
14416 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14417 *) { eval $ac_var=; unset $ac_var;} ;;
14418 esac ;;
14419 esac
14420 done
14422 (set) 2>&1 |
14423 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14424 *${as_nl}ac_space=\ *)
14425 # `set' does not quote correctly, so add quotes: double-quote
14426 # substitution turns \\\\ into \\, and sed turns \\ into \.
14427 sed -n \
14428 "s/'/'\\\\''/g;
14429 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14430 ;; #(
14432 # `set' quotes correctly as required by POSIX, so do not add quotes.
14433 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14435 esac |
14436 sort
14438 sed '
14439 /^ac_cv_env_/b end
14440 t clear
14441 :clear
14442 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14443 t end
14444 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14445 :end' >>confcache
14446 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14447 if test -w "$cache_file"; then
14448 test "x$cache_file" != "x/dev/null" &&
14449 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14450 $as_echo "$as_me: updating cache $cache_file" >&6;}
14451 cat confcache >$cache_file
14452 else
14453 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14454 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14457 rm -f confcache
14459 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14460 # Let make expand exec_prefix.
14461 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14463 # Transform confdefs.h into DEFS.
14464 # Protect against shell expansion while executing Makefile rules.
14465 # Protect against Makefile macro expansion.
14467 # If the first sed substitution is executed (which looks for macros that
14468 # take arguments), then branch to the quote section. Otherwise,
14469 # look for a macro that doesn't take arguments.
14470 ac_script='
14471 :mline
14472 /\\$/{
14474 s,\\\n,,
14475 b mline
14477 t clear
14478 :clear
14479 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14480 t quote
14481 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14482 t quote
14483 b any
14484 :quote
14485 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14486 s/\[/\\&/g
14487 s/\]/\\&/g
14488 s/\$/$$/g
14490 :any
14493 s/^\n//
14494 s/\n/ /g
14498 DEFS=`sed -n "$ac_script" confdefs.h`
14501 ac_libobjs=
14502 ac_ltlibobjs=
14503 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14504 # 1. Remove the extension, and $U if already installed.
14505 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14506 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14507 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14508 # will be set to the directory where LIBOBJS objects are built.
14509 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14510 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14511 done
14512 LIBOBJS=$ac_libobjs
14514 LTLIBOBJS=$ac_ltlibobjs
14518 : ${CONFIG_STATUS=./config.status}
14519 ac_write_fail=0
14520 ac_clean_files_save=$ac_clean_files
14521 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14523 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14524 as_write_fail=0
14525 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14526 #! $SHELL
14527 # Generated by $as_me.
14528 # Run this file to recreate the current configuration.
14529 # Compiler output produced by configure, useful for debugging
14530 # configure, is in config.log if it exists.
14532 debug=false
14533 ac_cs_recheck=false
14534 ac_cs_silent=false
14536 SHELL=\${CONFIG_SHELL-$SHELL}
14537 export SHELL
14538 _ASEOF
14539 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14540 ## -------------------- ##
14541 ## M4sh Initialization. ##
14542 ## -------------------- ##
14544 # Be more Bourne compatible
14545 DUALCASE=1; export DUALCASE # for MKS sh
14546 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14547 emulate sh
14548 NULLCMD=:
14549 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14550 # is contrary to our usage. Disable this feature.
14551 alias -g '${1+"$@"}'='"$@"'
14552 setopt NO_GLOB_SUBST
14553 else
14554 case `(set -o) 2>/dev/null` in #(
14555 *posix*) :
14556 set -o posix ;; #(
14557 *) :
14559 esac
14563 as_nl='
14565 export as_nl
14566 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14567 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14568 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14569 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14570 # Prefer a ksh shell builtin over an external printf program on Solaris,
14571 # but without wasting forks for bash or zsh.
14572 if test -z "$BASH_VERSION$ZSH_VERSION" \
14573 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14574 as_echo='print -r --'
14575 as_echo_n='print -rn --'
14576 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14577 as_echo='printf %s\n'
14578 as_echo_n='printf %s'
14579 else
14580 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14581 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14582 as_echo_n='/usr/ucb/echo -n'
14583 else
14584 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14585 as_echo_n_body='eval
14586 arg=$1;
14587 case $arg in #(
14588 *"$as_nl"*)
14589 expr "X$arg" : "X\\(.*\\)$as_nl";
14590 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14591 esac;
14592 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14594 export as_echo_n_body
14595 as_echo_n='sh -c $as_echo_n_body as_echo'
14597 export as_echo_body
14598 as_echo='sh -c $as_echo_body as_echo'
14601 # The user is always right.
14602 if test "${PATH_SEPARATOR+set}" != set; then
14603 PATH_SEPARATOR=:
14604 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14605 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14606 PATH_SEPARATOR=';'
14611 # IFS
14612 # We need space, tab and new line, in precisely that order. Quoting is
14613 # there to prevent editors from complaining about space-tab.
14614 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14615 # splitting by setting IFS to empty value.)
14616 IFS=" "" $as_nl"
14618 # Find who we are. Look in the path if we contain no directory separator.
14619 case $0 in #((
14620 *[\\/]* ) as_myself=$0 ;;
14621 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14622 for as_dir in $PATH
14624 IFS=$as_save_IFS
14625 test -z "$as_dir" && as_dir=.
14626 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14627 done
14628 IFS=$as_save_IFS
14631 esac
14632 # We did not find ourselves, most probably we were run as `sh COMMAND'
14633 # in which case we are not to be found in the path.
14634 if test "x$as_myself" = x; then
14635 as_myself=$0
14637 if test ! -f "$as_myself"; then
14638 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14639 exit 1
14642 # Unset variables that we do not need and which cause bugs (e.g. in
14643 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14644 # suppresses any "Segmentation fault" message there. '((' could
14645 # trigger a bug in pdksh 5.2.14.
14646 for as_var in BASH_ENV ENV MAIL MAILPATH
14647 do eval test x\${$as_var+set} = xset \
14648 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14649 done
14650 PS1='$ '
14651 PS2='> '
14652 PS4='+ '
14654 # NLS nuisances.
14655 LC_ALL=C
14656 export LC_ALL
14657 LANGUAGE=C
14658 export LANGUAGE
14660 # CDPATH.
14661 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14664 # as_fn_error ERROR [LINENO LOG_FD]
14665 # ---------------------------------
14666 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14667 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14668 # script with status $?, using 1 if that was 0.
14669 as_fn_error ()
14671 as_status=$?; test $as_status -eq 0 && as_status=1
14672 if test "$3"; then
14673 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14674 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14676 $as_echo "$as_me: error: $1" >&2
14677 as_fn_exit $as_status
14678 } # as_fn_error
14681 # as_fn_set_status STATUS
14682 # -----------------------
14683 # Set $? to STATUS, without forking.
14684 as_fn_set_status ()
14686 return $1
14687 } # as_fn_set_status
14689 # as_fn_exit STATUS
14690 # -----------------
14691 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14692 as_fn_exit ()
14694 set +e
14695 as_fn_set_status $1
14696 exit $1
14697 } # as_fn_exit
14699 # as_fn_unset VAR
14700 # ---------------
14701 # Portably unset VAR.
14702 as_fn_unset ()
14704 { eval $1=; unset $1;}
14706 as_unset=as_fn_unset
14707 # as_fn_append VAR VALUE
14708 # ----------------------
14709 # Append the text in VALUE to the end of the definition contained in VAR. Take
14710 # advantage of any shell optimizations that allow amortized linear growth over
14711 # repeated appends, instead of the typical quadratic growth present in naive
14712 # implementations.
14713 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14714 eval 'as_fn_append ()
14716 eval $1+=\$2
14718 else
14719 as_fn_append ()
14721 eval $1=\$$1\$2
14723 fi # as_fn_append
14725 # as_fn_arith ARG...
14726 # ------------------
14727 # Perform arithmetic evaluation on the ARGs, and store the result in the
14728 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14729 # must be portable across $(()) and expr.
14730 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14731 eval 'as_fn_arith ()
14733 as_val=$(( $* ))
14735 else
14736 as_fn_arith ()
14738 as_val=`expr "$@" || test $? -eq 1`
14740 fi # as_fn_arith
14743 if expr a : '\(a\)' >/dev/null 2>&1 &&
14744 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14745 as_expr=expr
14746 else
14747 as_expr=false
14750 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14751 as_basename=basename
14752 else
14753 as_basename=false
14756 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14757 as_dirname=dirname
14758 else
14759 as_dirname=false
14762 as_me=`$as_basename -- "$0" ||
14763 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14764 X"$0" : 'X\(//\)$' \| \
14765 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14766 $as_echo X/"$0" |
14767 sed '/^.*\/\([^/][^/]*\)\/*$/{
14768 s//\1/
14771 /^X\/\(\/\/\)$/{
14772 s//\1/
14775 /^X\/\(\/\).*/{
14776 s//\1/
14779 s/.*/./; q'`
14781 # Avoid depending upon Character Ranges.
14782 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14783 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14784 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14785 as_cr_digits='0123456789'
14786 as_cr_alnum=$as_cr_Letters$as_cr_digits
14788 ECHO_C= ECHO_N= ECHO_T=
14789 case `echo -n x` in #(((((
14790 -n*)
14791 case `echo 'xy\c'` in
14792 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14793 xy) ECHO_C='\c';;
14794 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14795 ECHO_T=' ';;
14796 esac;;
14798 ECHO_N='-n';;
14799 esac
14801 rm -f conf$$ conf$$.exe conf$$.file
14802 if test -d conf$$.dir; then
14803 rm -f conf$$.dir/conf$$.file
14804 else
14805 rm -f conf$$.dir
14806 mkdir conf$$.dir 2>/dev/null
14808 if (echo >conf$$.file) 2>/dev/null; then
14809 if ln -s conf$$.file conf$$ 2>/dev/null; then
14810 as_ln_s='ln -s'
14811 # ... but there are two gotchas:
14812 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14813 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14814 # In both cases, we have to default to `cp -p'.
14815 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14816 as_ln_s='cp -p'
14817 elif ln conf$$.file conf$$ 2>/dev/null; then
14818 as_ln_s=ln
14819 else
14820 as_ln_s='cp -p'
14822 else
14823 as_ln_s='cp -p'
14825 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14826 rmdir conf$$.dir 2>/dev/null
14829 # as_fn_mkdir_p
14830 # -------------
14831 # Create "$as_dir" as a directory, including parents if necessary.
14832 as_fn_mkdir_p ()
14835 case $as_dir in #(
14836 -*) as_dir=./$as_dir;;
14837 esac
14838 test -d "$as_dir" || eval $as_mkdir_p || {
14839 as_dirs=
14840 while :; do
14841 case $as_dir in #(
14842 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14843 *) as_qdir=$as_dir;;
14844 esac
14845 as_dirs="'$as_qdir' $as_dirs"
14846 as_dir=`$as_dirname -- "$as_dir" ||
14847 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14848 X"$as_dir" : 'X\(//\)[^/]' \| \
14849 X"$as_dir" : 'X\(//\)$' \| \
14850 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14851 $as_echo X"$as_dir" |
14852 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14853 s//\1/
14856 /^X\(\/\/\)[^/].*/{
14857 s//\1/
14860 /^X\(\/\/\)$/{
14861 s//\1/
14864 /^X\(\/\).*/{
14865 s//\1/
14868 s/.*/./; q'`
14869 test -d "$as_dir" && break
14870 done
14871 test -z "$as_dirs" || eval "mkdir $as_dirs"
14872 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14875 } # as_fn_mkdir_p
14876 if mkdir -p . 2>/dev/null; then
14877 as_mkdir_p='mkdir -p "$as_dir"'
14878 else
14879 test -d ./-p && rmdir ./-p
14880 as_mkdir_p=false
14883 if test -x / >/dev/null 2>&1; then
14884 as_test_x='test -x'
14885 else
14886 if ls -dL / >/dev/null 2>&1; then
14887 as_ls_L_option=L
14888 else
14889 as_ls_L_option=
14891 as_test_x='
14892 eval sh -c '\''
14893 if test -d "$1"; then
14894 test -d "$1/.";
14895 else
14896 case $1 in #(
14897 -*)set "./$1";;
14898 esac;
14899 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14900 ???[sx]*):;;*)false;;esac;fi
14901 '\'' sh
14904 as_executable_p=$as_test_x
14906 # Sed expression to map a string onto a valid CPP name.
14907 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14909 # Sed expression to map a string onto a valid variable name.
14910 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14913 exec 6>&1
14914 ## ----------------------------------- ##
14915 ## Main body of $CONFIG_STATUS script. ##
14916 ## ----------------------------------- ##
14917 _ASEOF
14918 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14920 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14921 # Save the log message, to keep $0 and so on meaningful, and to
14922 # report actual input values of CONFIG_FILES etc. instead of their
14923 # values after options handling.
14924 ac_log="
14925 This file was extended by $as_me, which was
14926 generated by GNU Autoconf 2.64. Invocation command line was
14928 CONFIG_FILES = $CONFIG_FILES
14929 CONFIG_HEADERS = $CONFIG_HEADERS
14930 CONFIG_LINKS = $CONFIG_LINKS
14931 CONFIG_COMMANDS = $CONFIG_COMMANDS
14932 $ $0 $@
14934 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14937 _ACEOF
14939 case $ac_config_files in *"
14940 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14941 esac
14945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14946 # Files that config.status was made for.
14947 config_files="$ac_config_files"
14949 _ACEOF
14951 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14952 ac_cs_usage="\
14953 \`$as_me' instantiates files and other configuration actions
14954 from templates according to the current configuration. Unless the files
14955 and actions are specified as TAGs, all are instantiated by default.
14957 Usage: $0 [OPTION]... [TAG]...
14959 -h, --help print this help, then exit
14960 -V, --version print version number and configuration settings, then exit
14961 -q, --quiet, --silent
14962 do not print progress messages
14963 -d, --debug don't remove temporary files
14964 --recheck update $as_me by reconfiguring in the same conditions
14965 --file=FILE[:TEMPLATE]
14966 instantiate the configuration file FILE
14968 Configuration files:
14969 $config_files
14971 Report bugs to the package provider."
14973 _ACEOF
14974 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14975 ac_cs_version="\\
14976 config.status
14977 configured by $0, generated by GNU Autoconf 2.64,
14978 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14980 Copyright (C) 2009 Free Software Foundation, Inc.
14981 This config.status script is free software; the Free Software Foundation
14982 gives unlimited permission to copy, distribute and modify it."
14984 ac_pwd='$ac_pwd'
14985 srcdir='$srcdir'
14986 INSTALL='$INSTALL'
14987 AWK='$AWK'
14988 test -n "\$AWK" || AWK=awk
14989 _ACEOF
14991 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14992 # The default lists apply if the user does not specify any file.
14993 ac_need_defaults=:
14994 while test $# != 0
14996 case $1 in
14997 --*=*)
14998 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14999 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15000 ac_shift=:
15003 ac_option=$1
15004 ac_optarg=$2
15005 ac_shift=shift
15007 esac
15009 case $ac_option in
15010 # Handling of the options.
15011 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15012 ac_cs_recheck=: ;;
15013 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15014 $as_echo "$ac_cs_version"; exit ;;
15015 --debug | --debu | --deb | --de | --d | -d )
15016 debug=: ;;
15017 --file | --fil | --fi | --f )
15018 $ac_shift
15019 case $ac_optarg in
15020 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15021 esac
15022 as_fn_append CONFIG_FILES " '$ac_optarg'"
15023 ac_need_defaults=false;;
15024 --he | --h | --help | --hel | -h )
15025 $as_echo "$ac_cs_usage"; exit ;;
15026 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15027 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15028 ac_cs_silent=: ;;
15030 # This is an error.
15031 -*) as_fn_error "unrecognized option: \`$1'
15032 Try \`$0 --help' for more information." ;;
15034 *) as_fn_append ac_config_targets " $1"
15035 ac_need_defaults=false ;;
15037 esac
15038 shift
15039 done
15041 ac_configure_extra_args=
15043 if $ac_cs_silent; then
15044 exec 6>/dev/null
15045 ac_configure_extra_args="$ac_configure_extra_args --silent"
15048 _ACEOF
15049 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15050 if \$ac_cs_recheck; then
15051 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15052 shift
15053 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15054 CONFIG_SHELL='$SHELL'
15055 export CONFIG_SHELL
15056 exec "\$@"
15059 _ACEOF
15060 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15061 exec 5>>config.log
15063 echo
15064 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15065 ## Running $as_me. ##
15066 _ASBOX
15067 $as_echo "$ac_log"
15068 } >&5
15070 _ACEOF
15071 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15073 # INIT-COMMANDS
15075 extrasub_build="$extrasub_build"
15076 extrasub_host="$extrasub_host"
15077 extrasub_target="$extrasub_target"
15079 _ACEOF
15081 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15083 # Handling of arguments.
15084 for ac_config_target in $ac_config_targets
15086 case $ac_config_target in
15087 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15089 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15090 esac
15091 done
15094 # If the user did not use the arguments to specify the items to instantiate,
15095 # then the envvar interface is used. Set only those that are not.
15096 # We use the long form for the default assignment because of an extremely
15097 # bizarre bug on SunOS 4.1.3.
15098 if $ac_need_defaults; then
15099 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15102 # Have a temporary directory for convenience. Make it in the build tree
15103 # simply because there is no reason against having it here, and in addition,
15104 # creating and moving files from /tmp can sometimes cause problems.
15105 # Hook for its removal unless debugging.
15106 # Note that there is a small window in which the directory will not be cleaned:
15107 # after its creation but before its name has been assigned to `$tmp'.
15108 $debug ||
15110 tmp=
15111 trap 'exit_status=$?
15112 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15114 trap 'as_fn_exit 1' 1 2 13 15
15116 # Create a (secure) tmp directory for tmp files.
15119 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15120 test -n "$tmp" && test -d "$tmp"
15121 } ||
15123 tmp=./conf$$-$RANDOM
15124 (umask 077 && mkdir "$tmp")
15125 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15127 # Set up the scripts for CONFIG_FILES section.
15128 # No need to generate them if there are no CONFIG_FILES.
15129 # This happens for instance with `./config.status config.h'.
15130 if test -n "$CONFIG_FILES"; then
15132 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15133 ac_cs_awk_getline=:
15134 ac_cs_awk_pipe_init=
15135 ac_cs_awk_read_file='
15136 while ((getline aline < (F[key])) > 0)
15137 print(aline)
15138 close(F[key])'
15139 ac_cs_awk_pipe_fini=
15140 else
15141 ac_cs_awk_getline=false
15142 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15143 ac_cs_awk_read_file='
15144 print "|#_!!_#|"
15145 print "cat " F[key] " &&"
15146 '$ac_cs_awk_pipe_init
15147 # The final `:' finishes the AND list.
15148 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15150 ac_cr=`echo X | tr X '\015'`
15151 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15152 # But we know of no other shell where ac_cr would be empty at this
15153 # point, so we can use a bashism as a fallback.
15154 if test "x$ac_cr" = x; then
15155 eval ac_cr=\$\'\\r\'
15157 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15158 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15159 ac_cs_awk_cr='\r'
15160 else
15161 ac_cs_awk_cr=$ac_cr
15164 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15165 _ACEOF
15167 # Create commands to substitute file output variables.
15169 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15170 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15171 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15172 echo "_ACAWK" &&
15173 echo "_ACEOF"
15174 } >conf$$files.sh &&
15175 . ./conf$$files.sh ||
15176 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15177 rm -f conf$$files.sh
15180 echo "cat >conf$$subs.awk <<_ACEOF" &&
15181 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15182 echo "_ACEOF"
15183 } >conf$$subs.sh ||
15184 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15185 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15186 ac_delim='%!_!# '
15187 for ac_last_try in false false false false false :; do
15188 . ./conf$$subs.sh ||
15189 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15191 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15192 if test $ac_delim_n = $ac_delim_num; then
15193 break
15194 elif $ac_last_try; then
15195 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15196 else
15197 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15199 done
15200 rm -f conf$$subs.sh
15202 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15203 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15204 _ACEOF
15205 sed -n '
15207 s/^/S["/; s/!.*/"]=/
15210 s/^[^!]*!//
15211 :repl
15212 t repl
15213 s/'"$ac_delim"'$//
15214 t delim
15217 s/\(.\{148\}\).*/\1/
15218 t more1
15219 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15222 b repl
15223 :more1
15224 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15227 s/.\{148\}//
15228 t nl
15229 :delim
15231 s/\(.\{148\}\).*/\1/
15232 t more2
15233 s/["\\]/\\&/g; s/^/"/; s/$/"/
15236 :more2
15237 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15240 s/.\{148\}//
15241 t delim
15242 ' <conf$$subs.awk | sed '
15243 /^[^""]/{
15245 s/\n//
15247 ' >>$CONFIG_STATUS || ac_write_fail=1
15248 rm -f conf$$subs.awk
15249 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15250 _ACAWK
15251 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15252 for (key in S) S_is_set[key] = 1
15253 FS = "\a"
15254 \$ac_cs_awk_pipe_init
15257 line = $ 0
15258 nfields = split(line, field, "@")
15259 substed = 0
15260 len = length(field[1])
15261 for (i = 2; i < nfields; i++) {
15262 key = field[i]
15263 keylen = length(key)
15264 if (S_is_set[key]) {
15265 value = S[key]
15266 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15267 len += length(value) + length(field[++i])
15268 substed = 1
15269 } else
15270 len += 1 + keylen
15272 if (nfields == 3 && !substed) {
15273 key = field[2]
15274 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15275 \$ac_cs_awk_read_file
15276 next
15279 print line
15281 \$ac_cs_awk_pipe_fini
15282 _ACAWK
15283 _ACEOF
15284 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15285 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15286 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15287 else
15289 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15290 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15291 _ACEOF
15293 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15294 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15295 # trailing colons and then remove the whole line if VPATH becomes empty
15296 # (actually we leave an empty line to preserve line numbers).
15297 if test "x$srcdir" = x.; then
15298 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15299 s/:*\$(srcdir):*/:/
15300 s/:*\${srcdir}:*/:/
15301 s/:*@srcdir@:*/:/
15302 s/^\([^=]*=[ ]*\):*/\1/
15303 s/:*$//
15304 s/^[^=]*=[ ]*$//
15308 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15309 fi # test -n "$CONFIG_FILES"
15312 eval set X " :F $CONFIG_FILES "
15313 shift
15314 for ac_tag
15316 case $ac_tag in
15317 :[FHLC]) ac_mode=$ac_tag; continue;;
15318 esac
15319 case $ac_mode$ac_tag in
15320 :[FHL]*:*);;
15321 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15322 :[FH]-) ac_tag=-:-;;
15323 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15324 esac
15325 ac_save_IFS=$IFS
15326 IFS=:
15327 set x $ac_tag
15328 IFS=$ac_save_IFS
15329 shift
15330 ac_file=$1
15331 shift
15333 case $ac_mode in
15334 :L) ac_source=$1;;
15335 :[FH])
15336 ac_file_inputs=
15337 for ac_f
15339 case $ac_f in
15340 -) ac_f="$tmp/stdin";;
15341 *) # Look for the file first in the build tree, then in the source tree
15342 # (if the path is not absolute). The absolute path cannot be DOS-style,
15343 # because $ac_f cannot contain `:'.
15344 test -f "$ac_f" ||
15345 case $ac_f in
15346 [\\/$]*) false;;
15347 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15348 esac ||
15349 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15350 esac
15351 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15352 as_fn_append ac_file_inputs " '$ac_f'"
15353 done
15355 # Let's still pretend it is `configure' which instantiates (i.e., don't
15356 # use $as_me), people would be surprised to read:
15357 # /* config.h. Generated by config.status. */
15358 configure_input='Generated from '`
15359 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15360 `' by configure.'
15361 if test x"$ac_file" != x-; then
15362 configure_input="$ac_file. $configure_input"
15363 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15364 $as_echo "$as_me: creating $ac_file" >&6;}
15366 # Neutralize special characters interpreted by sed in replacement strings.
15367 case $configure_input in #(
15368 *\&* | *\|* | *\\* )
15369 ac_sed_conf_input=`$as_echo "$configure_input" |
15370 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15371 *) ac_sed_conf_input=$configure_input;;
15372 esac
15374 case $ac_tag in
15375 *:-:* | *:-) cat >"$tmp/stdin" \
15376 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15377 esac
15379 esac
15381 ac_dir=`$as_dirname -- "$ac_file" ||
15382 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15383 X"$ac_file" : 'X\(//\)[^/]' \| \
15384 X"$ac_file" : 'X\(//\)$' \| \
15385 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15386 $as_echo X"$ac_file" |
15387 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15388 s//\1/
15391 /^X\(\/\/\)[^/].*/{
15392 s//\1/
15395 /^X\(\/\/\)$/{
15396 s//\1/
15399 /^X\(\/\).*/{
15400 s//\1/
15403 s/.*/./; q'`
15404 as_dir="$ac_dir"; as_fn_mkdir_p
15405 ac_builddir=.
15407 case "$ac_dir" in
15408 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15410 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15411 # A ".." for each directory in $ac_dir_suffix.
15412 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15413 case $ac_top_builddir_sub in
15414 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15415 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15416 esac ;;
15417 esac
15418 ac_abs_top_builddir=$ac_pwd
15419 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15420 # for backward compatibility:
15421 ac_top_builddir=$ac_top_build_prefix
15423 case $srcdir in
15424 .) # We are building in place.
15425 ac_srcdir=.
15426 ac_top_srcdir=$ac_top_builddir_sub
15427 ac_abs_top_srcdir=$ac_pwd ;;
15428 [\\/]* | ?:[\\/]* ) # Absolute name.
15429 ac_srcdir=$srcdir$ac_dir_suffix;
15430 ac_top_srcdir=$srcdir
15431 ac_abs_top_srcdir=$srcdir ;;
15432 *) # Relative name.
15433 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15434 ac_top_srcdir=$ac_top_build_prefix$srcdir
15435 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15436 esac
15437 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15440 case $ac_mode in
15443 # CONFIG_FILE
15446 case $INSTALL in
15447 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15448 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15449 esac
15450 _ACEOF
15452 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15453 # If the template does not know about datarootdir, expand it.
15454 # FIXME: This hack should be removed a few years after 2.60.
15455 ac_datarootdir_hack=; ac_datarootdir_seen=
15456 ac_sed_dataroot='
15457 /datarootdir/ {
15461 /@datadir@/p
15462 /@docdir@/p
15463 /@infodir@/p
15464 /@localedir@/p
15465 /@mandir@/p'
15466 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15467 *datarootdir*) ac_datarootdir_seen=yes;;
15468 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15469 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15470 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15471 _ACEOF
15472 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15473 ac_datarootdir_hack='
15474 s&@datadir@&$datadir&g
15475 s&@docdir@&$docdir&g
15476 s&@infodir@&$infodir&g
15477 s&@localedir@&$localedir&g
15478 s&@mandir@&$mandir&g
15479 s&\\\${datarootdir}&$datarootdir&g' ;;
15480 esac
15481 _ACEOF
15483 # Neutralize VPATH when `$srcdir' = `.'.
15484 # Shell code in configure.ac might set extrasub.
15485 # FIXME: do we really want to maintain this feature?
15486 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15487 ac_sed_extra="$ac_vpsub
15488 $extrasub
15489 _ACEOF
15490 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15492 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15493 s|@configure_input@|$ac_sed_conf_input|;t t
15494 s&@top_builddir@&$ac_top_builddir_sub&;t t
15495 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15496 s&@srcdir@&$ac_srcdir&;t t
15497 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15498 s&@top_srcdir@&$ac_top_srcdir&;t t
15499 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15500 s&@builddir@&$ac_builddir&;t t
15501 s&@abs_builddir@&$ac_abs_builddir&;t t
15502 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15503 s&@INSTALL@&$ac_INSTALL&;t t
15504 $ac_datarootdir_hack
15506 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15507 if $ac_cs_awk_getline; then
15508 $AWK -f "$tmp/subs.awk"
15509 else
15510 $AWK -f "$tmp/subs.awk" | $SHELL
15511 fi >$tmp/out \
15512 || as_fn_error "could not create $ac_file" "$LINENO" 5
15514 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15515 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15516 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15518 which seems to be undefined. Please make sure it is defined." >&5
15519 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15520 which seems to be undefined. Please make sure it is defined." >&2;}
15522 rm -f "$tmp/stdin"
15523 case $ac_file in
15524 -) cat "$tmp/out" && rm -f "$tmp/out";;
15525 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15526 esac \
15527 || as_fn_error "could not create $ac_file" "$LINENO" 5
15532 esac
15535 case $ac_file$ac_mode in
15536 "Makefile":F) sed "$extrasub_build" Makefile |
15537 sed "$extrasub_host" |
15538 sed "$extrasub_target" > mf$$
15539 mv -f mf$$ Makefile ;;
15541 esac
15542 done # for ac_tag
15545 as_fn_exit 0
15546 _ACEOF
15547 ac_clean_files=$ac_clean_files_save
15549 test $ac_write_fail = 0 ||
15550 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15553 # configure is writing to config.log, and then calls config.status.
15554 # config.status does its own redirection, appending to config.log.
15555 # Unfortunately, on DOS this fails, as config.log is still kept open
15556 # by configure, so config.status won't be able to write to it; its
15557 # output is simply discarded. So we exec the FD to /dev/null,
15558 # effectively closing config.log, so it can be properly (re)opened and
15559 # appended to by config.status. When coming back to configure, we
15560 # need to make the FD available again.
15561 if test "$no_create" != yes; then
15562 ac_cs_success=:
15563 ac_config_status_args=
15564 test "$silent" = yes &&
15565 ac_config_status_args="$ac_config_status_args --quiet"
15566 exec 5>/dev/null
15567 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15568 exec 5>>config.log
15569 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15570 # would make configure fail if this is the last instruction.
15571 $ac_cs_success || as_fn_exit $?
15573 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15575 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}