Bump date stamp to 20130330
[official-gcc.git] / configure
bloba131b1e0402f6a70b3ab260f6b9f834abe40e32d
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 GUPC_FOR_TARGET
583 GOC_FOR_TARGET
584 GFORTRAN_FOR_TARGET
585 GCJ_FOR_TARGET
586 GCC_FOR_TARGET
587 CXX_FOR_TARGET
588 CC_FOR_TARGET
589 READELF
590 OBJDUMP
591 OBJCOPY
592 WINDMC
593 WINDRES
594 STRIP
595 RANLIB
597 LIPO
599 DLLTOOL
602 RUNTEST
603 EXPECT
604 MAKEINFO
605 FLEX
608 BISON
609 YACC
610 WINDRES_FOR_BUILD
611 WINDMC_FOR_BUILD
612 RANLIB_FOR_BUILD
613 NM_FOR_BUILD
614 LD_FOR_BUILD
615 LDFLAGS_FOR_BUILD
616 GUPC_FOR_BUILD
617 GOC_FOR_BUILD
618 GFORTRAN_FOR_BUILD
619 GCJ_FOR_BUILD
620 DLLTOOL_FOR_BUILD
621 CXX_FOR_BUILD
622 CXXFLAGS_FOR_BUILD
623 CFLAGS_FOR_BUILD
624 CC_FOR_BUILD
625 AS_FOR_BUILD
626 AR_FOR_BUILD
627 target_configdirs
628 configdirs
629 build_configdirs
630 INSTALL_GDB_TK
631 GDB_TK
632 CONFIGURE_GDB_TK
633 build_tooldir
634 tooldir
635 GCC_SHLIB_SUBDIR
636 RPATH_ENVVAR
637 target_configargs
638 host_configargs
639 build_configargs
640 BUILD_CONFIG
641 LDFLAGS_FOR_TARGET
642 CXXFLAGS_FOR_TARGET
643 CFLAGS_FOR_TARGET
644 DEBUG_PREFIX_CFLAGS_FOR_TARGET
645 SYSROOT_CFLAGS_FOR_TARGET
646 stage1_languages
647 extra_host_libiberty_configure_flags
648 clooginc
649 clooglibs
650 islinc
651 poststage1_ldflags
652 poststage1_libs
653 stage1_ldflags
654 stage1_libs
655 extra_isl_gmp_configure_flags
656 extra_mpc_mpfr_configure_flags
657 extra_mpc_gmp_configure_flags
658 extra_mpfr_configure_flags
659 gmpinc
660 gmplibs
661 do_compare
662 GNATMAKE
663 GNATBIND
664 ac_ct_CXX
665 CXXFLAGS
667 OBJEXT
668 EXEEXT
669 ac_ct_CC
670 CPPFLAGS
671 LDFLAGS
672 CFLAGS
674 EXTRA_CONFIGARGS_LIBJAVA
675 target_subdir
676 host_subdir
677 build_subdir
678 build_libsubdir
681 LN_S
683 INSTALL_DATA
684 INSTALL_SCRIPT
685 INSTALL_PROGRAM
686 target_os
687 target_vendor
688 target_cpu
689 target
690 host_os
691 host_vendor
692 host_cpu
693 host
694 target_noncanonical
695 host_noncanonical
696 build_noncanonical
697 build_os
698 build_vendor
699 build_cpu
700 build
701 TOPLEVEL_CONFIGURE_ARGUMENTS
702 target_alias
703 host_alias
704 build_alias
705 LIBS
706 ECHO_T
707 ECHO_N
708 ECHO_C
709 DEFS
710 mandir
711 localedir
712 libdir
713 psdir
714 pdfdir
715 dvidir
716 htmldir
717 infodir
718 docdir
719 oldincludedir
720 includedir
721 localstatedir
722 sharedstatedir
723 sysconfdir
724 datadir
725 datarootdir
726 libexecdir
727 sbindir
728 bindir
729 program_transform_name
730 prefix
731 exec_prefix
732 PACKAGE_URL
733 PACKAGE_BUGREPORT
734 PACKAGE_STRING
735 PACKAGE_VERSION
736 PACKAGE_TARNAME
737 PACKAGE_NAME
738 PATH_SEPARATOR
739 SHELL'
740 ac_subst_files='serialization_dependencies
741 host_makefile_frag
742 target_makefile_frag
743 alphaieee_frag
744 ospace_frag'
745 ac_user_opts='
746 enable_option_checking
747 with_build_libsubdir
748 enable_gold
749 enable_ld
750 enable_libquadmath
751 enable_libquadmath_support
752 enable_libada
753 enable_libssp
754 enable_libstdcxx
755 enable_static_libjava
756 enable_bootstrap
757 with_mpc
758 with_mpc_include
759 with_mpc_lib
760 with_mpfr_dir
761 with_mpfr
762 with_mpfr_include
763 with_mpfr_lib
764 with_gmp_dir
765 with_gmp
766 with_gmp_include
767 with_gmp_lib
768 with_host_libstdcxx
769 with_stage1_libs
770 with_stage1_ldflags
771 with_boot_libs
772 with_boot_ldflags
773 with_cloog
774 with_isl
775 with_isl_include
776 with_isl_lib
777 enable_isl_version_check
778 with_cloog_include
779 with_cloog_lib
780 enable_cloog_version_check
781 enable_lto
782 enable_stage1_languages
783 enable_objc_gc
784 with_upc_pts
785 with_build_sysroot
786 with_debug_prefix_map
787 with_build_config
788 enable_serial_configure
789 enable_upc_link_script
790 with_build_time_tools
791 enable_maintainer_mode
792 enable_stage1_checking
793 enable_werror
795 ac_precious_vars='build_alias
796 host_alias
797 target_alias
799 CFLAGS
800 LDFLAGS
801 LIBS
802 CPPFLAGS
804 CXXFLAGS
806 build_configargs
807 host_configargs
808 target_configargs
811 DLLTOOL
813 LIPO
815 RANLIB
816 STRIP
817 WINDRES
818 WINDMC
819 OBJCOPY
820 OBJDUMP
821 READELF
822 CC_FOR_TARGET
823 CXX_FOR_TARGET
824 GCC_FOR_TARGET
825 GCJ_FOR_TARGET
826 GFORTRAN_FOR_TARGET
827 GOC_FOR_TARGET
828 GUPC_FOR_TARGET
829 AR_FOR_TARGET
830 AS_FOR_TARGET
831 DLLTOOL_FOR_TARGET
832 LD_FOR_TARGET
833 LIPO_FOR_TARGET
834 NM_FOR_TARGET
835 OBJDUMP_FOR_TARGET
836 RANLIB_FOR_TARGET
837 READELF_FOR_TARGET
838 STRIP_FOR_TARGET
839 WINDRES_FOR_TARGET
840 WINDMC_FOR_TARGET'
843 # Initialize some variables set by options.
844 ac_init_help=
845 ac_init_version=false
846 ac_unrecognized_opts=
847 ac_unrecognized_sep=
848 # The variables have the same names as the options, with
849 # dashes changed to underlines.
850 cache_file=/dev/null
851 exec_prefix=NONE
852 no_create=
853 no_recursion=
854 prefix=NONE
855 program_prefix=NONE
856 program_suffix=NONE
857 program_transform_name=s,x,x,
858 silent=
859 site=
860 srcdir=
861 verbose=
862 x_includes=NONE
863 x_libraries=NONE
865 # Installation directory options.
866 # These are left unexpanded so users can "make install exec_prefix=/foo"
867 # and all the variables that are supposed to be based on exec_prefix
868 # by default will actually change.
869 # Use braces instead of parens because sh, perl, etc. also accept them.
870 # (The list follows the same order as the GNU Coding Standards.)
871 bindir='${exec_prefix}/bin'
872 sbindir='${exec_prefix}/sbin'
873 libexecdir='${exec_prefix}/libexec'
874 datarootdir='${prefix}/share'
875 datadir='${datarootdir}'
876 sysconfdir='${prefix}/etc'
877 sharedstatedir='${prefix}/com'
878 localstatedir='${prefix}/var'
879 includedir='${prefix}/include'
880 oldincludedir='/usr/include'
881 docdir='${datarootdir}/doc/${PACKAGE}'
882 infodir='${datarootdir}/info'
883 htmldir='${docdir}'
884 dvidir='${docdir}'
885 pdfdir='${docdir}'
886 psdir='${docdir}'
887 libdir='${exec_prefix}/lib'
888 localedir='${datarootdir}/locale'
889 mandir='${datarootdir}/man'
891 ac_prev=
892 ac_dashdash=
893 for ac_option
895 # If the previous option needs an argument, assign it.
896 if test -n "$ac_prev"; then
897 eval $ac_prev=\$ac_option
898 ac_prev=
899 continue
902 case $ac_option in
903 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
904 *) ac_optarg=yes ;;
905 esac
907 # Accept the important Cygnus configure options, so we can diagnose typos.
909 case $ac_dashdash$ac_option in
911 ac_dashdash=yes ;;
913 -bindir | --bindir | --bindi | --bind | --bin | --bi)
914 ac_prev=bindir ;;
915 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
916 bindir=$ac_optarg ;;
918 -build | --build | --buil | --bui | --bu)
919 ac_prev=build_alias ;;
920 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
921 build_alias=$ac_optarg ;;
923 -cache-file | --cache-file | --cache-fil | --cache-fi \
924 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
925 ac_prev=cache_file ;;
926 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
927 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
928 cache_file=$ac_optarg ;;
930 --config-cache | -C)
931 cache_file=config.cache ;;
933 -datadir | --datadir | --datadi | --datad)
934 ac_prev=datadir ;;
935 -datadir=* | --datadir=* | --datadi=* | --datad=*)
936 datadir=$ac_optarg ;;
938 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
939 | --dataroo | --dataro | --datar)
940 ac_prev=datarootdir ;;
941 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
942 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
943 datarootdir=$ac_optarg ;;
945 -disable-* | --disable-*)
946 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
947 # Reject names that are not valid shell variable names.
948 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
949 as_fn_error "invalid feature name: $ac_useropt"
950 ac_useropt_orig=$ac_useropt
951 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
952 case $ac_user_opts in
954 "enable_$ac_useropt"
955 "*) ;;
956 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
957 ac_unrecognized_sep=', ';;
958 esac
959 eval enable_$ac_useropt=no ;;
961 -docdir | --docdir | --docdi | --doc | --do)
962 ac_prev=docdir ;;
963 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
964 docdir=$ac_optarg ;;
966 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
967 ac_prev=dvidir ;;
968 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
969 dvidir=$ac_optarg ;;
971 -enable-* | --enable-*)
972 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
973 # Reject names that are not valid shell variable names.
974 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
975 as_fn_error "invalid feature name: $ac_useropt"
976 ac_useropt_orig=$ac_useropt
977 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
978 case $ac_user_opts in
980 "enable_$ac_useropt"
981 "*) ;;
982 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
983 ac_unrecognized_sep=', ';;
984 esac
985 eval enable_$ac_useropt=\$ac_optarg ;;
987 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
988 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
989 | --exec | --exe | --ex)
990 ac_prev=exec_prefix ;;
991 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
992 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
993 | --exec=* | --exe=* | --ex=*)
994 exec_prefix=$ac_optarg ;;
996 -gas | --gas | --ga | --g)
997 # Obsolete; use --with-gas.
998 with_gas=yes ;;
1000 -help | --help | --hel | --he | -h)
1001 ac_init_help=long ;;
1002 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1003 ac_init_help=recursive ;;
1004 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1005 ac_init_help=short ;;
1007 -host | --host | --hos | --ho)
1008 ac_prev=host_alias ;;
1009 -host=* | --host=* | --hos=* | --ho=*)
1010 host_alias=$ac_optarg ;;
1012 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1013 ac_prev=htmldir ;;
1014 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1015 | --ht=*)
1016 htmldir=$ac_optarg ;;
1018 -includedir | --includedir | --includedi | --included | --include \
1019 | --includ | --inclu | --incl | --inc)
1020 ac_prev=includedir ;;
1021 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1022 | --includ=* | --inclu=* | --incl=* | --inc=*)
1023 includedir=$ac_optarg ;;
1025 -infodir | --infodir | --infodi | --infod | --info | --inf)
1026 ac_prev=infodir ;;
1027 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1028 infodir=$ac_optarg ;;
1030 -libdir | --libdir | --libdi | --libd)
1031 ac_prev=libdir ;;
1032 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1033 libdir=$ac_optarg ;;
1035 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1036 | --libexe | --libex | --libe)
1037 ac_prev=libexecdir ;;
1038 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1039 | --libexe=* | --libex=* | --libe=*)
1040 libexecdir=$ac_optarg ;;
1042 -localedir | --localedir | --localedi | --localed | --locale)
1043 ac_prev=localedir ;;
1044 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1045 localedir=$ac_optarg ;;
1047 -localstatedir | --localstatedir | --localstatedi | --localstated \
1048 | --localstate | --localstat | --localsta | --localst | --locals)
1049 ac_prev=localstatedir ;;
1050 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1051 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1052 localstatedir=$ac_optarg ;;
1054 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1055 ac_prev=mandir ;;
1056 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1057 mandir=$ac_optarg ;;
1059 -nfp | --nfp | --nf)
1060 # Obsolete; use --without-fp.
1061 with_fp=no ;;
1063 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1064 | --no-cr | --no-c | -n)
1065 no_create=yes ;;
1067 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1068 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1069 no_recursion=yes ;;
1071 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1072 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1073 | --oldin | --oldi | --old | --ol | --o)
1074 ac_prev=oldincludedir ;;
1075 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1076 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1077 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1078 oldincludedir=$ac_optarg ;;
1080 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1081 ac_prev=prefix ;;
1082 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1083 prefix=$ac_optarg ;;
1085 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1086 | --program-pre | --program-pr | --program-p)
1087 ac_prev=program_prefix ;;
1088 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1089 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1090 program_prefix=$ac_optarg ;;
1092 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1093 | --program-suf | --program-su | --program-s)
1094 ac_prev=program_suffix ;;
1095 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1096 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1097 program_suffix=$ac_optarg ;;
1099 -program-transform-name | --program-transform-name \
1100 | --program-transform-nam | --program-transform-na \
1101 | --program-transform-n | --program-transform- \
1102 | --program-transform | --program-transfor \
1103 | --program-transfo | --program-transf \
1104 | --program-trans | --program-tran \
1105 | --progr-tra | --program-tr | --program-t)
1106 ac_prev=program_transform_name ;;
1107 -program-transform-name=* | --program-transform-name=* \
1108 | --program-transform-nam=* | --program-transform-na=* \
1109 | --program-transform-n=* | --program-transform-=* \
1110 | --program-transform=* | --program-transfor=* \
1111 | --program-transfo=* | --program-transf=* \
1112 | --program-trans=* | --program-tran=* \
1113 | --progr-tra=* | --program-tr=* | --program-t=*)
1114 program_transform_name=$ac_optarg ;;
1116 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1117 ac_prev=pdfdir ;;
1118 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1119 pdfdir=$ac_optarg ;;
1121 -psdir | --psdir | --psdi | --psd | --ps)
1122 ac_prev=psdir ;;
1123 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1124 psdir=$ac_optarg ;;
1126 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1127 | -silent | --silent | --silen | --sile | --sil)
1128 silent=yes ;;
1130 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1131 ac_prev=sbindir ;;
1132 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1133 | --sbi=* | --sb=*)
1134 sbindir=$ac_optarg ;;
1136 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1137 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1138 | --sharedst | --shareds | --shared | --share | --shar \
1139 | --sha | --sh)
1140 ac_prev=sharedstatedir ;;
1141 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1142 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1143 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1144 | --sha=* | --sh=*)
1145 sharedstatedir=$ac_optarg ;;
1147 -site | --site | --sit)
1148 ac_prev=site ;;
1149 -site=* | --site=* | --sit=*)
1150 site=$ac_optarg ;;
1152 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1153 ac_prev=srcdir ;;
1154 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1155 srcdir=$ac_optarg ;;
1157 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1158 | --syscon | --sysco | --sysc | --sys | --sy)
1159 ac_prev=sysconfdir ;;
1160 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1161 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1162 sysconfdir=$ac_optarg ;;
1164 -target | --target | --targe | --targ | --tar | --ta | --t)
1165 ac_prev=target_alias ;;
1166 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1167 target_alias=$ac_optarg ;;
1169 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1170 verbose=yes ;;
1172 -version | --version | --versio | --versi | --vers | -V)
1173 ac_init_version=: ;;
1175 -with-* | --with-*)
1176 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1177 # Reject names that are not valid shell variable names.
1178 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1179 as_fn_error "invalid package name: $ac_useropt"
1180 ac_useropt_orig=$ac_useropt
1181 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1182 case $ac_user_opts in
1184 "with_$ac_useropt"
1185 "*) ;;
1186 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1187 ac_unrecognized_sep=', ';;
1188 esac
1189 eval with_$ac_useropt=\$ac_optarg ;;
1191 -without-* | --without-*)
1192 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1193 # Reject names that are not valid shell variable names.
1194 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1195 as_fn_error "invalid package name: $ac_useropt"
1196 ac_useropt_orig=$ac_useropt
1197 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1198 case $ac_user_opts in
1200 "with_$ac_useropt"
1201 "*) ;;
1202 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1203 ac_unrecognized_sep=', ';;
1204 esac
1205 eval with_$ac_useropt=no ;;
1207 --x)
1208 # Obsolete; use --with-x.
1209 with_x=yes ;;
1211 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1212 | --x-incl | --x-inc | --x-in | --x-i)
1213 ac_prev=x_includes ;;
1214 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1215 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1216 x_includes=$ac_optarg ;;
1218 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1219 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1220 ac_prev=x_libraries ;;
1221 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1222 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1223 x_libraries=$ac_optarg ;;
1225 -*) as_fn_error "unrecognized option: \`$ac_option'
1226 Try \`$0 --help' for more information."
1229 *=*)
1230 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1231 # Reject names that are not valid shell variable names.
1232 case $ac_envvar in #(
1233 '' | [0-9]* | *[!_$as_cr_alnum]* )
1234 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1235 esac
1236 eval $ac_envvar=\$ac_optarg
1237 export $ac_envvar ;;
1240 # FIXME: should be removed in autoconf 3.0.
1241 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1242 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1243 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1244 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1247 esac
1248 done
1250 if test -n "$ac_prev"; then
1251 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1252 as_fn_error "missing argument to $ac_option"
1255 if test -n "$ac_unrecognized_opts"; then
1256 case $enable_option_checking in
1257 no) ;;
1258 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1259 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1260 esac
1263 # Check all directory arguments for consistency.
1264 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1265 datadir sysconfdir sharedstatedir localstatedir includedir \
1266 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1267 libdir localedir mandir
1269 eval ac_val=\$$ac_var
1270 # Remove trailing slashes.
1271 case $ac_val in
1272 */ )
1273 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1274 eval $ac_var=\$ac_val;;
1275 esac
1276 # Be sure to have absolute directory names.
1277 case $ac_val in
1278 [\\/$]* | ?:[\\/]* ) continue;;
1279 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1280 esac
1281 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1282 done
1284 # There might be people who depend on the old broken behavior: `$host'
1285 # used to hold the argument of --host etc.
1286 # FIXME: To remove some day.
1287 build=$build_alias
1288 host=$host_alias
1289 target=$target_alias
1291 # FIXME: To remove some day.
1292 if test "x$host_alias" != x; then
1293 if test "x$build_alias" = x; then
1294 cross_compiling=maybe
1295 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1296 If a cross compiler is detected then cross compile mode will be used." >&2
1297 elif test "x$build_alias" != "x$host_alias"; then
1298 cross_compiling=yes
1302 ac_tool_prefix=
1303 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1305 test "$silent" = yes && exec 6>/dev/null
1308 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1309 ac_ls_di=`ls -di .` &&
1310 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1311 as_fn_error "working directory cannot be determined"
1312 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1313 as_fn_error "pwd does not report name of working directory"
1316 # Find the source files, if location was not specified.
1317 if test -z "$srcdir"; then
1318 ac_srcdir_defaulted=yes
1319 # Try the directory containing this script, then the parent directory.
1320 ac_confdir=`$as_dirname -- "$as_myself" ||
1321 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1322 X"$as_myself" : 'X\(//\)[^/]' \| \
1323 X"$as_myself" : 'X\(//\)$' \| \
1324 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1325 $as_echo X"$as_myself" |
1326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1327 s//\1/
1330 /^X\(\/\/\)[^/].*/{
1331 s//\1/
1334 /^X\(\/\/\)$/{
1335 s//\1/
1338 /^X\(\/\).*/{
1339 s//\1/
1342 s/.*/./; q'`
1343 srcdir=$ac_confdir
1344 if test ! -r "$srcdir/$ac_unique_file"; then
1345 srcdir=..
1347 else
1348 ac_srcdir_defaulted=no
1350 if test ! -r "$srcdir/$ac_unique_file"; then
1351 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1352 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1354 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1355 ac_abs_confdir=`(
1356 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1357 pwd)`
1358 # When building in place, set srcdir=.
1359 if test "$ac_abs_confdir" = "$ac_pwd"; then
1360 srcdir=.
1362 # Remove unnecessary trailing slashes from srcdir.
1363 # Double slashes in file names in object file debugging info
1364 # mess up M-x gdb in Emacs.
1365 case $srcdir in
1366 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1367 esac
1368 case $srcdir in
1369 *" "*)
1370 as_fn_error "path to source, $srcdir, contains spaces"
1372 esac
1373 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1375 for ac_var in $ac_precious_vars; do
1376 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1377 eval ac_env_${ac_var}_value=\$${ac_var}
1378 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1379 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1380 done
1383 # Report the --help message.
1385 if test "$ac_init_help" = "long"; then
1386 # Omit some internal or obsolete options to make the list less imposing.
1387 # This message is too long to be a string in the A/UX 3.1 sh.
1388 cat <<_ACEOF
1389 \`configure' configures this package to adapt to many kinds of systems.
1391 Usage: $0 [OPTION]... [VAR=VALUE]...
1393 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1394 VAR=VALUE. See below for descriptions of some of the useful variables.
1396 Defaults for the options are specified in brackets.
1398 Configuration:
1399 -h, --help display this help and exit
1400 --help=short display options specific to this package
1401 --help=recursive display the short help of all the included packages
1402 -V, --version display version information and exit
1403 -q, --quiet, --silent do not print \`checking...' messages
1404 --cache-file=FILE cache test results in FILE [disabled]
1405 -C, --config-cache alias for \`--cache-file=config.cache'
1406 -n, --no-create do not create output files
1407 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1409 Installation directories:
1410 --prefix=PREFIX install architecture-independent files in PREFIX
1411 [$ac_default_prefix]
1412 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1413 [PREFIX]
1415 By default, \`make install' will install all the files in
1416 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1417 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1418 for instance \`--prefix=\$HOME'.
1420 For better control, use the options below.
1422 Fine tuning of the installation directories:
1423 --bindir=DIR user executables [EPREFIX/bin]
1424 --sbindir=DIR system admin executables [EPREFIX/sbin]
1425 --libexecdir=DIR program executables [EPREFIX/libexec]
1426 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1427 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1428 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1429 --libdir=DIR object code libraries [EPREFIX/lib]
1430 --includedir=DIR C header files [PREFIX/include]
1431 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1432 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1433 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1434 --infodir=DIR info documentation [DATAROOTDIR/info]
1435 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1436 --mandir=DIR man documentation [DATAROOTDIR/man]
1437 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1438 --htmldir=DIR html documentation [DOCDIR]
1439 --dvidir=DIR dvi documentation [DOCDIR]
1440 --pdfdir=DIR pdf documentation [DOCDIR]
1441 --psdir=DIR ps documentation [DOCDIR]
1442 _ACEOF
1444 cat <<\_ACEOF
1446 Program names:
1447 --program-prefix=PREFIX prepend PREFIX to installed program names
1448 --program-suffix=SUFFIX append SUFFIX to installed program names
1449 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1451 System types:
1452 --build=BUILD configure for building on BUILD [guessed]
1453 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1454 --target=TARGET configure for building compilers for TARGET [HOST]
1455 _ACEOF
1458 if test -n "$ac_init_help"; then
1460 cat <<\_ACEOF
1462 Optional Features:
1463 --disable-option-checking ignore unrecognized --enable/--with options
1464 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1465 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1466 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1467 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
1468 --disable-libquadmath do not build libquadmath directory
1469 --disable-libquadmath-support
1470 disable libquadmath support for Fortran
1471 --enable-libada build libada directory
1472 --enable-libssp build libssp directory
1473 --disable-libstdcxx do not build libstdc++-v3 directory
1474 --enable-static-libjava[=ARG]
1475 build static libjava [default=no]
1476 --enable-bootstrap enable bootstrapping [yes if native build]
1477 --disable-isl-version-check
1478 disable check for ISL version
1479 --disable-cloog-version-check
1480 disable check for CLooG version
1481 --enable-lto enable link time optimization support
1482 --enable-stage1-languages[=all]
1483 choose additional languages to build during stage1.
1484 Mostly useful for compiler development
1485 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1486 Objective-C runtime
1487 --enable-serial-[{host,target,build}-]configure
1488 force sequential configuration of sub-packages for
1489 the host, target or build machine, or all
1490 sub-packages
1491 --enable-upc-link-script
1492 enable UPC's use of a custom linker script; this
1493 will define the UPC shared section as a no load
1494 section on targets where this feature is supported
1495 (requires GNU LD)
1496 --enable-maintainer-mode
1497 enable make rules and dependencies not useful (and
1498 sometimes confusing) to the casual installer
1499 --enable-stage1-checking[=all]
1500 choose additional checking for stage1 of the
1501 compiler
1502 --enable-werror enable -Werror in bootstrap stage2 and later
1504 Optional Packages:
1505 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1506 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1507 --with-build-libsubdir=DIR Directory where to find libraries for build system
1508 --with-mpc=PATH specify prefix directory for installed MPC package.
1509 Equivalent to --with-mpc-include=PATH/include plus
1510 --with-mpc-lib=PATH/lib
1511 --with-mpc-include=PATH specify directory for installed MPC include files
1512 --with-mpc-lib=PATH specify directory for the installed MPC library
1513 --with-mpfr-dir=PATH this option has been REMOVED
1514 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1515 Equivalent to --with-mpfr-include=PATH/include plus
1516 --with-mpfr-lib=PATH/lib
1517 --with-mpfr-include=PATH
1518 specify directory for installed MPFR include files
1519 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1520 --with-gmp-dir=PATH this option has been REMOVED
1521 --with-gmp=PATH specify prefix directory for the installed GMP
1522 package. Equivalent to
1523 --with-gmp-include=PATH/include plus
1524 --with-gmp-lib=PATH/lib
1525 --with-gmp-include=PATH specify directory for installed GMP include files
1526 --with-gmp-lib=PATH specify directory for the installed GMP library
1527 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1528 linking with PPL
1529 --with-stage1-libs=LIBS libraries for stage1
1530 --with-stage1-ldflags=FLAGS
1531 linker flags for stage1
1532 --with-boot-libs=LIBS libraries for stage2 and later
1533 --with-boot-ldflags=FLAGS
1534 linker flags for stage2 and later
1535 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1536 package. Equivalent to
1537 --with-cloog-include=PATH/include plus
1538 --with-cloog-lib=PATH/lib
1539 --with-isl=PATH Specify prefix directory for the installed ISL
1540 package. Equivalent to
1541 --with-isl-include=PATH/include plus
1542 --with-isl-lib=PATH/lib
1543 --with-isl-include=PATH Specify directory for installed ISL include files
1544 --with-isl-lib=PATH Specify the directory for the installed ISL library
1545 --with-cloog-include=PATH
1546 Specify directory for installed CLooG include files
1547 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1548 library
1549 --with-upc-pts={struct,packed}
1550 choose the representation of a UPC pointer-to-shared
1551 --with-build-sysroot=SYSROOT
1552 use sysroot as the system root during the build
1553 --with-debug-prefix-map='A=B C=D ...'
1554 map A to B, C to D ... in debug information
1555 --with-build-config='NAME NAME2...'
1556 use config/NAME.mk build configuration
1557 --with-build-time-tools=PATH
1558 use given path to find target tools during the build
1560 Some influential environment variables:
1561 CC C compiler command
1562 CFLAGS C compiler flags
1563 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1564 nonstandard directory <lib dir>
1565 LIBS libraries to pass to the linker, e.g. -l<library>
1566 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1567 you have headers in a nonstandard directory <include dir>
1568 CXX C++ compiler command
1569 CXXFLAGS C++ compiler flags
1570 build_configargs
1571 additional configure arguments for build directories
1572 host_configargs
1573 additional configure arguments for host directories
1574 target_configargs
1575 additional configure arguments for target directories
1576 AR AR for the host
1577 AS AS for the host
1578 DLLTOOL DLLTOOL for the host
1579 LD LD for the host
1580 LIPO LIPO for the host
1581 NM NM for the host
1582 RANLIB RANLIB for the host
1583 STRIP STRIP for the host
1584 WINDRES WINDRES for the host
1585 WINDMC WINDMC for the host
1586 OBJCOPY OBJCOPY for the host
1587 OBJDUMP OBJDUMP for the host
1588 READELF READELF for the host
1589 CC_FOR_TARGET
1590 CC for the target
1591 CXX_FOR_TARGET
1592 CXX for the target
1593 GCC_FOR_TARGET
1594 GCC for the target
1595 GCJ_FOR_TARGET
1596 GCJ for the target
1597 GFORTRAN_FOR_TARGET
1598 GFORTRAN for the target
1599 GOC_FOR_TARGET
1600 GOC for the target
1601 GUPC_FOR_TARGET
1602 GUPC for the target
1603 AR_FOR_TARGET
1604 AR for the target
1605 AS_FOR_TARGET
1606 AS for the target
1607 DLLTOOL_FOR_TARGET
1608 DLLTOOL for the target
1609 LD_FOR_TARGET
1610 LD for the target
1611 LIPO_FOR_TARGET
1612 LIPO for the target
1613 NM_FOR_TARGET
1614 NM for the target
1615 OBJDUMP_FOR_TARGET
1616 OBJDUMP for the target
1617 RANLIB_FOR_TARGET
1618 RANLIB for the target
1619 READELF_FOR_TARGET
1620 READELF for the target
1621 STRIP_FOR_TARGET
1622 STRIP for the target
1623 WINDRES_FOR_TARGET
1624 WINDRES for the target
1625 WINDMC_FOR_TARGET
1626 WINDMC for the target
1628 Use these variables to override the choices made by `configure' or to help
1629 it to find libraries and programs with nonstandard names/locations.
1631 Report bugs to the package provider.
1632 _ACEOF
1633 ac_status=$?
1636 if test "$ac_init_help" = "recursive"; then
1637 # If there are subdirs, report their specific --help.
1638 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1639 test -d "$ac_dir" ||
1640 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1641 continue
1642 ac_builddir=.
1644 case "$ac_dir" in
1645 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1647 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1648 # A ".." for each directory in $ac_dir_suffix.
1649 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1650 case $ac_top_builddir_sub in
1651 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1652 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1653 esac ;;
1654 esac
1655 ac_abs_top_builddir=$ac_pwd
1656 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1657 # for backward compatibility:
1658 ac_top_builddir=$ac_top_build_prefix
1660 case $srcdir in
1661 .) # We are building in place.
1662 ac_srcdir=.
1663 ac_top_srcdir=$ac_top_builddir_sub
1664 ac_abs_top_srcdir=$ac_pwd ;;
1665 [\\/]* | ?:[\\/]* ) # Absolute name.
1666 ac_srcdir=$srcdir$ac_dir_suffix;
1667 ac_top_srcdir=$srcdir
1668 ac_abs_top_srcdir=$srcdir ;;
1669 *) # Relative name.
1670 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1671 ac_top_srcdir=$ac_top_build_prefix$srcdir
1672 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1673 esac
1674 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1676 cd "$ac_dir" || { ac_status=$?; continue; }
1677 # Check for guested configure.
1678 if test -f "$ac_srcdir/configure.gnu"; then
1679 echo &&
1680 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1681 elif test -f "$ac_srcdir/configure"; then
1682 echo &&
1683 $SHELL "$ac_srcdir/configure" --help=recursive
1684 else
1685 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1686 fi || ac_status=$?
1687 cd "$ac_pwd" || { ac_status=$?; break; }
1688 done
1691 test -n "$ac_init_help" && exit $ac_status
1692 if $ac_init_version; then
1693 cat <<\_ACEOF
1694 configure
1695 generated by GNU Autoconf 2.64
1697 Copyright (C) 2009 Free Software Foundation, Inc.
1698 This configure script is free software; the Free Software Foundation
1699 gives unlimited permission to copy, distribute and modify it.
1700 _ACEOF
1701 exit
1704 ## ------------------------ ##
1705 ## Autoconf initialization. ##
1706 ## ------------------------ ##
1708 # ac_fn_c_try_compile LINENO
1709 # --------------------------
1710 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1711 ac_fn_c_try_compile ()
1713 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1714 rm -f conftest.$ac_objext
1715 if { { ac_try="$ac_compile"
1716 case "(($ac_try" in
1717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1718 *) ac_try_echo=$ac_try;;
1719 esac
1720 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1721 $as_echo "$ac_try_echo"; } >&5
1722 (eval "$ac_compile") 2>conftest.err
1723 ac_status=$?
1724 if test -s conftest.err; then
1725 grep -v '^ *+' conftest.err >conftest.er1
1726 cat conftest.er1 >&5
1727 mv -f conftest.er1 conftest.err
1729 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1730 test $ac_status = 0; } && {
1731 test -z "$ac_c_werror_flag" ||
1732 test ! -s conftest.err
1733 } && test -s conftest.$ac_objext; then :
1734 ac_retval=0
1735 else
1736 $as_echo "$as_me: failed program was:" >&5
1737 sed 's/^/| /' conftest.$ac_ext >&5
1739 ac_retval=1
1741 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1742 return $ac_retval
1744 } # ac_fn_c_try_compile
1746 # ac_fn_cxx_try_compile LINENO
1747 # ----------------------------
1748 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1749 ac_fn_cxx_try_compile ()
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 rm -f conftest.$ac_objext
1753 if { { ac_try="$ac_compile"
1754 case "(($ac_try" in
1755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1756 *) ac_try_echo=$ac_try;;
1757 esac
1758 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1759 $as_echo "$ac_try_echo"; } >&5
1760 (eval "$ac_compile") 2>conftest.err
1761 ac_status=$?
1762 if test -s conftest.err; then
1763 grep -v '^ *+' conftest.err >conftest.er1
1764 cat conftest.er1 >&5
1765 mv -f conftest.er1 conftest.err
1767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1768 test $ac_status = 0; } && {
1769 test -z "$ac_cxx_werror_flag" ||
1770 test ! -s conftest.err
1771 } && test -s conftest.$ac_objext; then :
1772 ac_retval=0
1773 else
1774 $as_echo "$as_me: failed program was:" >&5
1775 sed 's/^/| /' conftest.$ac_ext >&5
1777 ac_retval=1
1779 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1780 return $ac_retval
1782 } # ac_fn_cxx_try_compile
1784 # ac_fn_cxx_try_link LINENO
1785 # -------------------------
1786 # Try to link conftest.$ac_ext, and return whether this succeeded.
1787 ac_fn_cxx_try_link ()
1789 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1790 rm -f conftest.$ac_objext conftest$ac_exeext
1791 if { { ac_try="$ac_link"
1792 case "(($ac_try" in
1793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1794 *) ac_try_echo=$ac_try;;
1795 esac
1796 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1797 $as_echo "$ac_try_echo"; } >&5
1798 (eval "$ac_link") 2>conftest.err
1799 ac_status=$?
1800 if test -s conftest.err; then
1801 grep -v '^ *+' conftest.err >conftest.er1
1802 cat conftest.er1 >&5
1803 mv -f conftest.er1 conftest.err
1805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1806 test $ac_status = 0; } && {
1807 test -z "$ac_cxx_werror_flag" ||
1808 test ! -s conftest.err
1809 } && test -s conftest$ac_exeext && {
1810 test "$cross_compiling" = yes ||
1811 $as_test_x conftest$ac_exeext
1812 }; then :
1813 ac_retval=0
1814 else
1815 $as_echo "$as_me: failed program was:" >&5
1816 sed 's/^/| /' conftest.$ac_ext >&5
1818 ac_retval=1
1820 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1821 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1822 # interfere with the next link command; also delete a directory that is
1823 # left behind by Apple's compiler. We do this before executing the actions.
1824 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1825 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1826 return $ac_retval
1828 } # ac_fn_cxx_try_link
1830 # ac_fn_c_try_link LINENO
1831 # -----------------------
1832 # Try to link conftest.$ac_ext, and return whether this succeeded.
1833 ac_fn_c_try_link ()
1835 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1836 rm -f conftest.$ac_objext conftest$ac_exeext
1837 if { { ac_try="$ac_link"
1838 case "(($ac_try" in
1839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1840 *) ac_try_echo=$ac_try;;
1841 esac
1842 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1843 $as_echo "$ac_try_echo"; } >&5
1844 (eval "$ac_link") 2>conftest.err
1845 ac_status=$?
1846 if test -s conftest.err; then
1847 grep -v '^ *+' conftest.err >conftest.er1
1848 cat conftest.er1 >&5
1849 mv -f conftest.er1 conftest.err
1851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1852 test $ac_status = 0; } && {
1853 test -z "$ac_c_werror_flag" ||
1854 test ! -s conftest.err
1855 } && test -s conftest$ac_exeext && {
1856 test "$cross_compiling" = yes ||
1857 $as_test_x conftest$ac_exeext
1858 }; then :
1859 ac_retval=0
1860 else
1861 $as_echo "$as_me: failed program was:" >&5
1862 sed 's/^/| /' conftest.$ac_ext >&5
1864 ac_retval=1
1866 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1867 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1868 # interfere with the next link command; also delete a directory that is
1869 # left behind by Apple's compiler. We do this before executing the actions.
1870 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1871 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1872 return $ac_retval
1874 } # ac_fn_c_try_link
1876 # ac_fn_c_try_run LINENO
1877 # ----------------------
1878 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1879 # that executables *can* be run.
1880 ac_fn_c_try_run ()
1882 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1883 if { { ac_try="$ac_link"
1884 case "(($ac_try" in
1885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1886 *) ac_try_echo=$ac_try;;
1887 esac
1888 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1889 $as_echo "$ac_try_echo"; } >&5
1890 (eval "$ac_link") 2>&5
1891 ac_status=$?
1892 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1893 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1894 { { case "(($ac_try" in
1895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1896 *) ac_try_echo=$ac_try;;
1897 esac
1898 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1899 $as_echo "$ac_try_echo"; } >&5
1900 (eval "$ac_try") 2>&5
1901 ac_status=$?
1902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1903 test $ac_status = 0; }; }; then :
1904 ac_retval=0
1905 else
1906 $as_echo "$as_me: program exited with status $ac_status" >&5
1907 $as_echo "$as_me: failed program was:" >&5
1908 sed 's/^/| /' conftest.$ac_ext >&5
1910 ac_retval=$ac_status
1912 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1913 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1914 return $ac_retval
1916 } # ac_fn_c_try_run
1917 cat >config.log <<_ACEOF
1918 This file contains any messages produced by compilers while
1919 running configure, to aid debugging if configure makes a mistake.
1921 It was created by $as_me, which was
1922 generated by GNU Autoconf 2.64. Invocation command line was
1924 $ $0 $@
1926 _ACEOF
1927 exec 5>>config.log
1929 cat <<_ASUNAME
1930 ## --------- ##
1931 ## Platform. ##
1932 ## --------- ##
1934 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1935 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1936 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1937 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1938 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1940 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1941 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1943 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1944 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1945 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1946 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1947 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1948 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1949 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1951 _ASUNAME
1953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1954 for as_dir in $PATH
1956 IFS=$as_save_IFS
1957 test -z "$as_dir" && as_dir=.
1958 $as_echo "PATH: $as_dir"
1959 done
1960 IFS=$as_save_IFS
1962 } >&5
1964 cat >&5 <<_ACEOF
1967 ## ----------- ##
1968 ## Core tests. ##
1969 ## ----------- ##
1971 _ACEOF
1974 # Keep a trace of the command line.
1975 # Strip out --no-create and --no-recursion so they do not pile up.
1976 # Strip out --silent because we don't want to record it for future runs.
1977 # Also quote any args containing shell meta-characters.
1978 # Make two passes to allow for proper duplicate-argument suppression.
1979 ac_configure_args=
1980 ac_configure_args0=
1981 ac_configure_args1=
1982 ac_must_keep_next=false
1983 for ac_pass in 1 2
1985 for ac_arg
1987 case $ac_arg in
1988 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1989 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1990 | -silent | --silent | --silen | --sile | --sil)
1991 continue ;;
1992 *\'*)
1993 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1994 esac
1995 case $ac_pass in
1996 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1998 as_fn_append ac_configure_args1 " '$ac_arg'"
1999 if test $ac_must_keep_next = true; then
2000 ac_must_keep_next=false # Got value, back to normal.
2001 else
2002 case $ac_arg in
2003 *=* | --config-cache | -C | -disable-* | --disable-* \
2004 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2005 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2006 | -with-* | --with-* | -without-* | --without-* | --x)
2007 case "$ac_configure_args0 " in
2008 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2009 esac
2011 -* ) ac_must_keep_next=true ;;
2012 esac
2014 as_fn_append ac_configure_args " '$ac_arg'"
2016 esac
2017 done
2018 done
2019 { ac_configure_args0=; unset ac_configure_args0;}
2020 { ac_configure_args1=; unset ac_configure_args1;}
2022 # When interrupted or exit'd, cleanup temporary files, and complete
2023 # config.log. We remove comments because anyway the quotes in there
2024 # would cause problems or look ugly.
2025 # WARNING: Use '\'' to represent an apostrophe within the trap.
2026 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2027 trap 'exit_status=$?
2028 # Save into config.log some information that might help in debugging.
2030 echo
2032 cat <<\_ASBOX
2033 ## ---------------- ##
2034 ## Cache variables. ##
2035 ## ---------------- ##
2036 _ASBOX
2037 echo
2038 # The following way of writing the cache mishandles newlines in values,
2040 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2041 eval ac_val=\$$ac_var
2042 case $ac_val in #(
2043 *${as_nl}*)
2044 case $ac_var in #(
2045 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2046 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2047 esac
2048 case $ac_var in #(
2049 _ | IFS | as_nl) ;; #(
2050 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2051 *) { eval $ac_var=; unset $ac_var;} ;;
2052 esac ;;
2053 esac
2054 done
2055 (set) 2>&1 |
2056 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2057 *${as_nl}ac_space=\ *)
2058 sed -n \
2059 "s/'\''/'\''\\\\'\'''\''/g;
2060 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2061 ;; #(
2063 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2065 esac |
2066 sort
2068 echo
2070 cat <<\_ASBOX
2071 ## ----------------- ##
2072 ## Output variables. ##
2073 ## ----------------- ##
2074 _ASBOX
2075 echo
2076 for ac_var in $ac_subst_vars
2078 eval ac_val=\$$ac_var
2079 case $ac_val in
2080 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2081 esac
2082 $as_echo "$ac_var='\''$ac_val'\''"
2083 done | sort
2084 echo
2086 if test -n "$ac_subst_files"; then
2087 cat <<\_ASBOX
2088 ## ------------------- ##
2089 ## File substitutions. ##
2090 ## ------------------- ##
2091 _ASBOX
2092 echo
2093 for ac_var in $ac_subst_files
2095 eval ac_val=\$$ac_var
2096 case $ac_val in
2097 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2098 esac
2099 $as_echo "$ac_var='\''$ac_val'\''"
2100 done | sort
2101 echo
2104 if test -s confdefs.h; then
2105 cat <<\_ASBOX
2106 ## ----------- ##
2107 ## confdefs.h. ##
2108 ## ----------- ##
2109 _ASBOX
2110 echo
2111 cat confdefs.h
2112 echo
2114 test "$ac_signal" != 0 &&
2115 $as_echo "$as_me: caught signal $ac_signal"
2116 $as_echo "$as_me: exit $exit_status"
2117 } >&5
2118 rm -f core *.core core.conftest.* &&
2119 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2120 exit $exit_status
2122 for ac_signal in 1 2 13 15; do
2123 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2124 done
2125 ac_signal=0
2127 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2128 rm -f -r conftest* confdefs.h
2130 $as_echo "/* confdefs.h */" > confdefs.h
2132 # Predefined preprocessor variables.
2134 cat >>confdefs.h <<_ACEOF
2135 #define PACKAGE_NAME "$PACKAGE_NAME"
2136 _ACEOF
2138 cat >>confdefs.h <<_ACEOF
2139 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2140 _ACEOF
2142 cat >>confdefs.h <<_ACEOF
2143 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2144 _ACEOF
2146 cat >>confdefs.h <<_ACEOF
2147 #define PACKAGE_STRING "$PACKAGE_STRING"
2148 _ACEOF
2150 cat >>confdefs.h <<_ACEOF
2151 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2152 _ACEOF
2154 cat >>confdefs.h <<_ACEOF
2155 #define PACKAGE_URL "$PACKAGE_URL"
2156 _ACEOF
2159 # Let the site file select an alternate cache file if it wants to.
2160 # Prefer an explicitly selected file to automatically selected ones.
2161 ac_site_file1=NONE
2162 ac_site_file2=NONE
2163 if test -n "$CONFIG_SITE"; then
2164 ac_site_file1=$CONFIG_SITE
2165 elif test "x$prefix" != xNONE; then
2166 ac_site_file1=$prefix/share/config.site
2167 ac_site_file2=$prefix/etc/config.site
2168 else
2169 ac_site_file1=$ac_default_prefix/share/config.site
2170 ac_site_file2=$ac_default_prefix/etc/config.site
2172 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2174 test "x$ac_site_file" = xNONE && continue
2175 if test -r "$ac_site_file"; then
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2177 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2178 sed 's/^/| /' "$ac_site_file" >&5
2179 . "$ac_site_file"
2181 done
2183 if test -r "$cache_file"; then
2184 # Some versions of bash will fail to source /dev/null (special
2185 # files actually), so we avoid doing that.
2186 if test -f "$cache_file"; then
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2188 $as_echo "$as_me: loading cache $cache_file" >&6;}
2189 case $cache_file in
2190 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2191 *) . "./$cache_file";;
2192 esac
2194 else
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2196 $as_echo "$as_me: creating cache $cache_file" >&6;}
2197 >$cache_file
2200 # Check that the precious variables saved in the cache have kept the same
2201 # value.
2202 ac_cache_corrupted=false
2203 for ac_var in $ac_precious_vars; do
2204 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2205 eval ac_new_set=\$ac_env_${ac_var}_set
2206 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2207 eval ac_new_val=\$ac_env_${ac_var}_value
2208 case $ac_old_set,$ac_new_set in
2209 set,)
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2211 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2212 ac_cache_corrupted=: ;;
2213 ,set)
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2215 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2216 ac_cache_corrupted=: ;;
2217 ,);;
2219 if test "x$ac_old_val" != "x$ac_new_val"; then
2220 # differences in whitespace do not lead to failure.
2221 ac_old_val_w=`echo x $ac_old_val`
2222 ac_new_val_w=`echo x $ac_new_val`
2223 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2225 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2226 ac_cache_corrupted=:
2227 else
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2229 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2230 eval $ac_var=\$ac_old_val
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2233 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2235 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2236 fi;;
2237 esac
2238 # Pass precious variables to config.status.
2239 if test "$ac_new_set" = set; then
2240 case $ac_new_val in
2241 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2242 *) ac_arg=$ac_var=$ac_new_val ;;
2243 esac
2244 case " $ac_configure_args " in
2245 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2246 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2247 esac
2249 done
2250 if $ac_cache_corrupted; then
2251 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2252 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2253 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2254 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2255 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2257 ## -------------------- ##
2258 ## Main body of script. ##
2259 ## -------------------- ##
2261 ac_ext=c
2262 ac_cpp='$CPP $CPPFLAGS'
2263 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2264 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2265 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2275 progname=$0
2276 # if PWD already has a value, it is probably wrong.
2277 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2279 # Export original configure arguments for use by sub-configures.
2280 # Quote arguments with shell meta charatcers.
2281 TOPLEVEL_CONFIGURE_ARGUMENTS=
2282 set -- "$progname" "$@"
2283 for ac_arg
2285 case "$ac_arg" in
2286 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2287 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2288 # if the argument is of the form -foo=baz, quote the baz part only
2289 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2290 *) ;;
2291 esac
2292 # Add the quoted argument to the list.
2293 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2294 done
2295 if test "$silent" = yes; then
2296 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2298 # Remove the initial space we just introduced and, as these will be
2299 # expanded by make, quote '$'.
2300 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2303 # Find the build, host, and target systems.
2304 ac_aux_dir=
2305 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2306 for ac_t in install-sh install.sh shtool; do
2307 if test -f "$ac_dir/$ac_t"; then
2308 ac_aux_dir=$ac_dir
2309 ac_install_sh="$ac_aux_dir/$ac_t -c"
2310 break 2
2312 done
2313 done
2314 if test -z "$ac_aux_dir"; then
2315 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2318 # These three variables are undocumented and unsupported,
2319 # and are intended to be withdrawn in a future Autoconf release.
2320 # They can cause serious problems if a builder's source tree is in a directory
2321 # whose full name contains unusual characters.
2322 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2323 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2324 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2327 # Make sure we can run config.sub.
2328 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2329 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2332 $as_echo_n "checking build system type... " >&6; }
2333 if test "${ac_cv_build+set}" = set; then :
2334 $as_echo_n "(cached) " >&6
2335 else
2336 ac_build_alias=$build_alias
2337 test "x$ac_build_alias" = x &&
2338 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2339 test "x$ac_build_alias" = x &&
2340 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2341 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2342 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2346 $as_echo "$ac_cv_build" >&6; }
2347 case $ac_cv_build in
2348 *-*-*) ;;
2349 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2350 esac
2351 build=$ac_cv_build
2352 ac_save_IFS=$IFS; IFS='-'
2353 set x $ac_cv_build
2354 shift
2355 build_cpu=$1
2356 build_vendor=$2
2357 shift; shift
2358 # Remember, the first character of IFS is used to create $*,
2359 # except with old shells:
2360 build_os=$*
2361 IFS=$ac_save_IFS
2362 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2365 case ${build_alias} in
2366 "") build_noncanonical=${build} ;;
2367 *) build_noncanonical=${build_alias} ;;
2368 esac
2372 case ${host_alias} in
2373 "") host_noncanonical=${build_noncanonical} ;;
2374 *) host_noncanonical=${host_alias} ;;
2375 esac
2379 case ${target_alias} in
2380 "") target_noncanonical=${host_noncanonical} ;;
2381 *) target_noncanonical=${target_alias} ;;
2382 esac
2387 test "$host_noncanonical" = "$target_noncanonical" &&
2388 test "$program_prefix$program_suffix$program_transform_name" = \
2389 NONENONEs,x,x, &&
2390 program_transform_name=s,y,y,
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2393 $as_echo_n "checking host system type... " >&6; }
2394 if test "${ac_cv_host+set}" = set; then :
2395 $as_echo_n "(cached) " >&6
2396 else
2397 if test "x$host_alias" = x; then
2398 ac_cv_host=$ac_cv_build
2399 else
2400 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2401 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2406 $as_echo "$ac_cv_host" >&6; }
2407 case $ac_cv_host in
2408 *-*-*) ;;
2409 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2410 esac
2411 host=$ac_cv_host
2412 ac_save_IFS=$IFS; IFS='-'
2413 set x $ac_cv_host
2414 shift
2415 host_cpu=$1
2416 host_vendor=$2
2417 shift; shift
2418 # Remember, the first character of IFS is used to create $*,
2419 # except with old shells:
2420 host_os=$*
2421 IFS=$ac_save_IFS
2422 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2426 $as_echo_n "checking target system type... " >&6; }
2427 if test "${ac_cv_target+set}" = set; then :
2428 $as_echo_n "(cached) " >&6
2429 else
2430 if test "x$target_alias" = x; then
2431 ac_cv_target=$ac_cv_host
2432 else
2433 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2434 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2439 $as_echo "$ac_cv_target" >&6; }
2440 case $ac_cv_target in
2441 *-*-*) ;;
2442 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2443 esac
2444 target=$ac_cv_target
2445 ac_save_IFS=$IFS; IFS='-'
2446 set x $ac_cv_target
2447 shift
2448 target_cpu=$1
2449 target_vendor=$2
2450 shift; shift
2451 # Remember, the first character of IFS is used to create $*,
2452 # except with old shells:
2453 target_os=$*
2454 IFS=$ac_save_IFS
2455 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2458 # The aliases save the names the user supplied, while $host etc.
2459 # will get canonicalized.
2460 test -n "$target_alias" &&
2461 test "$program_prefix$program_suffix$program_transform_name" = \
2462 NONENONEs,x,x, &&
2463 program_prefix=${target_alias}-
2465 test "$program_prefix" != NONE &&
2466 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2467 # Use a double $ so make ignores it.
2468 test "$program_suffix" != NONE &&
2469 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2470 # Double any \ or $.
2471 # By default was `s,x,x', remove it if useless.
2472 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2473 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2477 # Get 'install' or 'install-sh' and its variants.
2478 # Find a good install program. We prefer a C program (faster),
2479 # so one script is as good as another. But avoid the broken or
2480 # incompatible versions:
2481 # SysV /etc/install, /usr/sbin/install
2482 # SunOS /usr/etc/install
2483 # IRIX /sbin/install
2484 # AIX /bin/install
2485 # AmigaOS /C/install, which installs bootblocks on floppy discs
2486 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2487 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2488 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2489 # OS/2's system install, which has a completely different semantic
2490 # ./install, which can be erroneously created by make from ./install.sh.
2491 # Reject install programs that cannot install multiple files.
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2493 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2494 if test -z "$INSTALL"; then
2495 if test "${ac_cv_path_install+set}" = set; then :
2496 $as_echo_n "(cached) " >&6
2497 else
2498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2499 for as_dir in $PATH
2501 IFS=$as_save_IFS
2502 test -z "$as_dir" && as_dir=.
2503 # Account for people who put trailing slashes in PATH elements.
2504 case $as_dir/ in #((
2505 ./ | .// | /[cC]/* | \
2506 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2507 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2508 /usr/ucb/* ) ;;
2510 # OSF1 and SCO ODT 3.0 have their own names for install.
2511 # Don't use installbsd from OSF since it installs stuff as root
2512 # by default.
2513 for ac_prog in ginstall scoinst install; do
2514 for ac_exec_ext in '' $ac_executable_extensions; do
2515 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2516 if test $ac_prog = install &&
2517 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2518 # AIX install. It has an incompatible calling convention.
2520 elif test $ac_prog = install &&
2521 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2522 # program-specific install script used by HP pwplus--don't use.
2524 else
2525 rm -rf conftest.one conftest.two conftest.dir
2526 echo one > conftest.one
2527 echo two > conftest.two
2528 mkdir conftest.dir
2529 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2530 test -s conftest.one && test -s conftest.two &&
2531 test -s conftest.dir/conftest.one &&
2532 test -s conftest.dir/conftest.two
2533 then
2534 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2535 break 3
2539 done
2540 done
2542 esac
2544 done
2545 IFS=$as_save_IFS
2547 rm -rf conftest.one conftest.two conftest.dir
2550 if test "${ac_cv_path_install+set}" = set; then
2551 INSTALL=$ac_cv_path_install
2552 else
2553 # As a last resort, use the slow shell script. Don't cache a
2554 # value for INSTALL within a source directory, because that will
2555 # break other packages using the cache if that directory is
2556 # removed, or if the value is a relative name.
2557 INSTALL=$ac_install_sh
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2561 $as_echo "$INSTALL" >&6; }
2563 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2564 # It thinks the first close brace ends the variable substitution.
2565 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2567 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2569 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2572 $as_echo_n "checking whether ln works... " >&6; }
2573 if test "${acx_cv_prog_LN+set}" = set; then :
2574 $as_echo_n "(cached) " >&6
2575 else
2576 rm -f conftestdata_t
2577 echo >conftestdata_f
2578 if ln conftestdata_f conftestdata_t 2>/dev/null
2579 then
2580 acx_cv_prog_LN=ln
2581 else
2582 acx_cv_prog_LN=no
2584 rm -f conftestdata_f conftestdata_t
2587 if test $acx_cv_prog_LN = no; then
2588 LN="cp"
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2590 $as_echo "no, using $LN" >&6; }
2591 else
2592 LN="$acx_cv_prog_LN"
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2594 $as_echo "yes" >&6; }
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2598 $as_echo_n "checking whether ln -s works... " >&6; }
2599 LN_S=$as_ln_s
2600 if test "$LN_S" = "ln -s"; then
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2602 $as_echo "yes" >&6; }
2603 else
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2605 $as_echo "no, using $LN_S" >&6; }
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2609 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2610 if test "${ac_cv_path_SED+set}" = set; then :
2611 $as_echo_n "(cached) " >&6
2612 else
2613 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2614 for ac_i in 1 2 3 4 5 6 7; do
2615 ac_script="$ac_script$as_nl$ac_script"
2616 done
2617 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2618 { ac_script=; unset ac_script;}
2619 if test -z "$SED"; then
2620 ac_path_SED_found=false
2621 # Loop through the user's path and test for each of PROGNAME-LIST
2622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2623 for as_dir in $PATH
2625 IFS=$as_save_IFS
2626 test -z "$as_dir" && as_dir=.
2627 for ac_prog in sed gsed; do
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2630 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2631 # Check for GNU ac_path_SED and select it if it is found.
2632 # Check for GNU $ac_path_SED
2633 case `"$ac_path_SED" --version 2>&1` in
2634 *GNU*)
2635 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2637 ac_count=0
2638 $as_echo_n 0123456789 >"conftest.in"
2639 while :
2641 cat "conftest.in" "conftest.in" >"conftest.tmp"
2642 mv "conftest.tmp" "conftest.in"
2643 cp "conftest.in" "conftest.nl"
2644 $as_echo '' >> "conftest.nl"
2645 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2646 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2647 as_fn_arith $ac_count + 1 && ac_count=$as_val
2648 if test $ac_count -gt ${ac_path_SED_max-0}; then
2649 # Best one so far, save it but keep looking for a better one
2650 ac_cv_path_SED="$ac_path_SED"
2651 ac_path_SED_max=$ac_count
2653 # 10*(2^10) chars as input seems more than enough
2654 test $ac_count -gt 10 && break
2655 done
2656 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2657 esac
2659 $ac_path_SED_found && break 3
2660 done
2661 done
2662 done
2663 IFS=$as_save_IFS
2664 if test -z "$ac_cv_path_SED"; then
2665 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2667 else
2668 ac_cv_path_SED=$SED
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2673 $as_echo "$ac_cv_path_SED" >&6; }
2674 SED="$ac_cv_path_SED"
2675 rm -f conftest.sed
2677 for ac_prog in gawk mawk nawk awk
2679 # Extract the first word of "$ac_prog", so it can be a program name with args.
2680 set dummy $ac_prog; ac_word=$2
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2682 $as_echo_n "checking for $ac_word... " >&6; }
2683 if test "${ac_cv_prog_AWK+set}" = set; then :
2684 $as_echo_n "(cached) " >&6
2685 else
2686 if test -n "$AWK"; then
2687 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2688 else
2689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2690 for as_dir in $PATH
2692 IFS=$as_save_IFS
2693 test -z "$as_dir" && as_dir=.
2694 for ac_exec_ext in '' $ac_executable_extensions; do
2695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2696 ac_cv_prog_AWK="$ac_prog"
2697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2698 break 2
2700 done
2701 done
2702 IFS=$as_save_IFS
2706 AWK=$ac_cv_prog_AWK
2707 if test -n "$AWK"; then
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2709 $as_echo "$AWK" >&6; }
2710 else
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2712 $as_echo "no" >&6; }
2716 test -n "$AWK" && break
2717 done
2720 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2722 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2723 # a relative path.
2724 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2725 INSTALL="${srcpwd}/install-sh -c"
2728 # Set srcdir to "." if that's what it is.
2729 # This is important for multilib support.
2730 pwd=`${PWDCMD-pwd}`
2731 if test "${pwd}" = "${srcpwd}" ; then
2732 srcdir=.
2735 topsrcdir=$srcpwd
2737 extra_host_args=
2739 ### To add a new directory to the tree, first choose whether it is a target
2740 ### or a host dependent tool. Then put it into the appropriate list
2741 ### (library or tools, host or target), doing a dependency sort.
2743 # Subdirs will be configured in the order listed in build_configdirs,
2744 # configdirs, or target_configdirs; see the serialization section below.
2746 # Dependency sorting is only needed when *configuration* must be done in
2747 # a particular order. In all cases a dependency should be specified in
2748 # the Makefile, whether or not it's implicitly specified here.
2750 # Double entries in build_configdirs, configdirs, or target_configdirs may
2751 # cause circular dependencies and break everything horribly.
2753 # these library is used by various programs built for the build
2754 # environment
2756 build_libs="build-libiberty"
2758 # these tools are built for the build environment
2759 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2761 # these libraries are used by various programs built for the host environment
2763 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
2765 # these tools are built for the host environment
2766 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2767 # know that we are building the simulator.
2768 # binutils, gas and ld appear in that order because it makes sense to run
2769 # "make check" in that particular order.
2770 # If --enable-gold is used, "gold" may replace "ld".
2771 host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
2773 # libgcj represents the runtime libraries only used by gcj.
2774 libgcj="target-libffi \
2775 target-zlib \
2776 target-libjava"
2778 # these libraries are built for the target environment, and are built after
2779 # the host libraries and the host tools (which may be a cross compiler)
2780 # Note that libiberty is not a target library.
2781 target_libraries="target-libgcc \
2782 target-libbacktrace \
2783 target-libgloss \
2784 target-newlib \
2785 target-libgomp \
2786 target-libatomic \
2787 target-libitm \
2788 target-libstdc++-v3 \
2789 target-libmudflap \
2790 target-libsanitizer \
2791 target-libssp \
2792 target-libquadmath \
2793 target-libgfortran \
2794 target-boehm-gc \
2795 ${libgcj} \
2796 target-libobjc \
2797 target-libgupc \
2798 target-libada \
2799 target-libgo"
2801 # these tools are built using the target libraries, and are intended to
2802 # run only in the target environment
2804 # note: any program that *uses* libraries that are in the "target_libraries"
2805 # list belongs in this list.
2807 target_tools="target-rda"
2809 ################################################################################
2811 ## All tools belong in one of the four categories, and are assigned above
2812 ## We assign ${configdirs} this way to remove all embedded newlines. This
2813 ## is important because configure will choke if they ever get through.
2814 ## ${configdirs} is directories we build using the host tools.
2815 ## ${target_configdirs} is directories we build using the target tools.
2816 configdirs=`echo ${host_libs} ${host_tools}`
2817 target_configdirs=`echo ${target_libraries} ${target_tools}`
2818 build_configdirs=`echo ${build_libs} ${build_tools}`
2822 ################################################################################
2824 srcname="gnu development package"
2826 # This gets set non-empty for some net releases of packages.
2827 appdirs=""
2829 # Define is_cross_compiler to save on calls to 'test'.
2830 is_cross_compiler=
2831 if test x"${host}" = x"${target}" ; then
2832 is_cross_compiler=no
2833 else
2834 is_cross_compiler=yes
2837 # Find the build and target subdir names.
2839 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2840 # have matching libraries, they should use host libraries: Makefile.tpl
2841 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2842 # However, they still use the build modules, because the corresponding
2843 # host modules (e.g. bison) are only built for the host when bootstrap
2844 # finishes. So:
2845 # - build_subdir is where we find build modules, and never changes.
2846 # - build_libsubdir is where we find build libraries, and can be overridden.
2848 # Prefix 'build-' so this never conflicts with target_subdir.
2849 build_subdir="build-${build_noncanonical}"
2851 # Check whether --with-build-libsubdir was given.
2852 if test "${with_build_libsubdir+set}" = set; then :
2853 withval=$with_build_libsubdir; build_libsubdir="$withval"
2854 else
2855 build_libsubdir="$build_subdir"
2858 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2859 if ( test $srcdir = . && test -d gcc ) \
2860 || test -d $srcdir/../host-${host_noncanonical}; then
2861 host_subdir="host-${host_noncanonical}"
2862 else
2863 host_subdir=.
2865 # No prefix.
2866 target_subdir=${target_noncanonical}
2868 # Be sure to cover against remnants of an in-tree build.
2869 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2870 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2871 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2874 # Skipdirs are removed silently.
2875 skipdirs=
2876 # Noconfigdirs are removed loudly.
2877 noconfigdirs=""
2879 use_gnu_ld=
2880 # Make sure we don't let GNU ld be added if we didn't want it.
2881 if test x$with_gnu_ld = xno ; then
2882 use_gnu_ld=no
2883 noconfigdirs="$noconfigdirs ld gold"
2886 use_gnu_as=
2887 # Make sure we don't let GNU as be added if we didn't want it.
2888 if test x$with_gnu_as = xno ; then
2889 use_gnu_as=no
2890 noconfigdirs="$noconfigdirs gas"
2893 use_included_zlib=
2894 # Make sure we don't let ZLIB be added if we didn't want it.
2895 if test x$with_system_zlib = xyes ; then
2896 use_included_zlib=no
2897 noconfigdirs="$noconfigdirs zlib"
2900 # some tools are so dependent upon X11 that if we're not building with X,
2901 # it's not even worth trying to configure, much less build, that tool.
2903 case ${with_x} in
2904 yes | "") ;; # the default value for this tree is that X11 is available
2906 skipdirs="${skipdirs} tk itcl libgui"
2907 # We won't be able to build gdbtk without X.
2908 enable_gdbtk=no
2910 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2911 esac
2913 # Some are only suitable for cross toolchains.
2914 # Remove these if host=target.
2915 cross_only="target-libgloss target-newlib target-opcodes"
2917 case $is_cross_compiler in
2918 no) skipdirs="${skipdirs} ${cross_only}" ;;
2919 esac
2921 # If both --with-headers and --with-libs are specified, default to
2922 # --without-newlib.
2923 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2924 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2925 if test x"${with_newlib}" = x ; then
2926 with_newlib=no
2930 # Recognize --with-newlib/--without-newlib.
2931 case ${with_newlib} in
2932 no) skipdirs="${skipdirs} target-newlib" ;;
2933 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2934 esac
2936 # Handle --enable-gold, --enable-ld.
2937 # --disable-gold [--enable-ld]
2938 # Build only ld. Default option.
2939 # --enable-gold [--enable-ld]
2940 # Build both gold and ld. Install gold as "ld.gold", install ld
2941 # as "ld.bfd" and "ld".
2942 # --enable-gold=default [--enable-ld]
2943 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2944 # install ld as "ld.bfd".
2945 # --enable-gold[=default] --disable-ld
2946 # Build only gold, which is then installed as both "ld.gold" and "ld".
2947 # --enable-gold --enable-ld=default
2948 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2949 # and ld.bfd).
2950 # In other words, ld is default
2951 # --enable-gold=default --enable-ld=default
2952 # Error.
2954 default_ld=
2955 # Check whether --enable-gold was given.
2956 if test "${enable_gold+set}" = set; then :
2957 enableval=$enable_gold; ENABLE_GOLD=$enableval
2958 else
2959 ENABLE_GOLD=no
2962 case "${ENABLE_GOLD}" in
2963 yes|default)
2964 # Check for ELF target.
2965 is_elf=no
2966 case "${target}" in
2967 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2968 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2969 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2970 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
2971 case "${target}" in
2972 *-*-linux*aout* | *-*-linux*oldld*)
2975 is_elf=yes
2977 esac
2978 esac
2980 if test "$is_elf" = "yes"; then
2981 # Check for target supported by gold.
2982 case "${target}" in
2983 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
2984 configdirs="$configdirs gold"
2985 if test x${ENABLE_GOLD} = xdefault; then
2986 default_ld=gold
2988 ENABLE_GOLD=yes
2990 esac
2996 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2998 esac
3000 # Check whether --enable-ld was given.
3001 if test "${enable_ld+set}" = set; then :
3002 enableval=$enable_ld; ENABLE_LD=$enableval
3003 else
3004 ENABLE_LD=yes
3008 case "${ENABLE_LD}" in
3009 default)
3010 if test x${default_ld} != x; then
3011 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3014 yes)
3017 if test x${ENABLE_GOLD} != xyes; then
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3019 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3021 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3024 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3026 esac
3028 # Configure extra directories which are host specific
3030 case "${host}" in
3031 *-cygwin*)
3032 configdirs="$configdirs libtermcap" ;;
3033 esac
3035 # A target can indicate whether a language isn't supported for some reason.
3036 # Only spaces may be used in this macro; not newlines or tabs.
3037 unsupported_languages=
3039 # Remove more programs from consideration, based on the host or
3040 # target this usually means that a port of the program doesn't
3041 # exist yet.
3043 case "${host}" in
3044 i[3456789]86-*-msdosdjgpp*)
3045 noconfigdirs="$noconfigdirs tcl tk itcl"
3047 esac
3050 # Check whether --enable-libquadmath was given.
3051 if test "${enable_libquadmath+set}" = set; then :
3052 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3053 else
3054 ENABLE_LIBQUADMATH=yes
3057 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3058 noconfigdirs="$noconfigdirs target-libquadmath"
3062 # Check whether --enable-libquadmath-support was given.
3063 if test "${enable_libquadmath_support+set}" = set; then :
3064 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3065 else
3066 ENABLE_LIBQUADMATH_SUPPORT=yes
3069 enable_libquadmath_support=
3070 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3071 enable_libquadmath_support=no
3075 # Check whether --enable-libada was given.
3076 if test "${enable_libada+set}" = set; then :
3077 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3078 else
3079 ENABLE_LIBADA=yes
3082 if test "${ENABLE_LIBADA}" != "yes" ; then
3083 noconfigdirs="$noconfigdirs gnattools"
3086 # Check whether --enable-libssp was given.
3087 if test "${enable_libssp+set}" = set; then :
3088 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3089 else
3090 ENABLE_LIBSSP=yes
3094 # Check whether --enable-libstdcxx was given.
3095 if test "${enable_libstdcxx+set}" = set; then :
3096 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3097 else
3098 ENABLE_LIBSTDCXX=default
3101 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3102 noconfigdirs="$noconfigdirs libstdc++-v3"
3105 # Save it here so that, even in case of --enable-libgcj, if the Java
3106 # front-end isn't enabled, we still get libgcj disabled.
3107 libgcj_saved=$libgcj
3108 case $enable_libgcj in
3109 yes)
3110 # If we reset it here, it won't get added to noconfigdirs in the
3111 # target-specific build rules, so it will be forcibly enabled
3112 # (unless the Java language itself isn't enabled).
3113 libgcj=
3116 # Make sure we get it printed in the list of not supported target libs.
3117 # Don't disable libffi, though, other languages use it.
3118 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3119 # Clear libgcj_saved so that even if java is enabled libffi won't be
3120 # built.
3121 libgcj_saved=
3123 esac
3125 # Check whether --enable-static-libjava was given.
3126 if test "${enable_static_libjava+set}" = set; then :
3127 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3128 else
3129 ENABLE_STATIC_LIBJAVA=no
3132 enable_static_libjava=
3133 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3134 enable_static_libjava=yes
3137 if test x$enable_static_libjava != xyes ; then
3138 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3142 # Disable libmudflap on some systems.
3143 if test x$enable_libmudflap = x ; then
3144 case "${target}" in
3145 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3146 # Enable libmudflap by default in GNU and friends.
3148 *-*-freebsd*)
3149 # Enable libmudflap by default in FreeBSD.
3152 # Disable it by default everywhere else.
3153 noconfigdirs="$noconfigdirs target-libmudflap"
3155 esac
3158 posix_based_os="yes"
3159 case "${target}" in
3160 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3162 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
3164 *-*-solaris2* | *-*-hpux11*)
3166 *-*-darwin* | *-*-aix*)
3169 posix_based_os="no"
3171 esac
3173 # Enable libgomp by default on POSIX hosted systems.
3174 if test x$enable_libgomp = x -a $posix_based_os = "no" ; then
3175 # Disable libgomp on non POSIX hosted systems.
3176 noconfigdirs="$noconfigdirs target-libgomp"
3179 # Enable libgupc by default on POSIX hosted systems.
3180 if test x$enable_libgupc = x -a $posix_based_os = "no" ; then
3181 # Disable libgupc on non POSIX hosted systems.
3182 noconfigdirs="$noconfigdirs target-libgupc"
3185 # Disable libatomic on unsupported systems.
3186 if test -d ${srcdir}/libatomic; then
3187 if test x$enable_libatomic = x; then
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3189 $as_echo_n "checking for libatomic support... " >&6; }
3190 if (srcdir=${srcdir}/libatomic; \
3191 . ${srcdir}/configure.tgt; \
3192 test -n "$UNSUPPORTED")
3193 then
3194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3195 $as_echo "no" >&6; }
3196 noconfigdirs="$noconfigdirs target-libatomic"
3197 else
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3199 $as_echo "yes" >&6; }
3204 # Disable libitm on unsupported systems.
3205 if test -d ${srcdir}/libitm; then
3206 if test x$enable_libitm = x; then
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3208 $as_echo_n "checking for libitm support... " >&6; }
3209 if (srcdir=${srcdir}/libitm; \
3210 . ${srcdir}/configure.tgt; \
3211 test -n "$UNSUPPORTED")
3212 then
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3214 $as_echo "no" >&6; }
3215 noconfigdirs="$noconfigdirs target-libitm"
3216 else
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3218 $as_echo "yes" >&6; }
3223 # Disable libsanitizer on unsupported systems.
3224 if test -d ${srcdir}/libsanitizer; then
3225 if test x$enable_libsanitizer = x; then
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3227 $as_echo_n "checking for libsanitizer support... " >&6; }
3228 if (srcdir=${srcdir}/libsanitizer; \
3229 . ${srcdir}/configure.tgt; \
3230 test -n "$UNSUPPORTED")
3231 then
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3233 $as_echo "no" >&6; }
3234 noconfigdirs="$noconfigdirs target-libsanitizer"
3235 else
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3237 $as_echo "yes" >&6; }
3242 # Disable libquadmath for some systems.
3243 case "${target}" in
3244 avr-*-*)
3245 noconfigdirs="$noconfigdirs target-libquadmath"
3247 # libquadmath is unused on AIX and libquadmath build process use of
3248 # LD_LIBRARY_PATH can break AIX bootstrap.
3249 powerpc-*-aix* | rs6000-*-aix*)
3250 noconfigdirs="$noconfigdirs target-libquadmath"
3252 esac
3254 # Disable libssp for some systems.
3255 case "${target}" in
3256 avr-*-*)
3257 # No hosted I/O support.
3258 noconfigdirs="$noconfigdirs target-libssp"
3260 powerpc-*-aix* | rs6000-*-aix*)
3261 noconfigdirs="$noconfigdirs target-libssp"
3263 rl78-*-*)
3264 # libssp uses a misaligned load to trigger a fault, but the RL78
3265 # doesn't fault for those - instead, it gives a build-time error
3266 # for explicit misaligned loads.
3267 noconfigdirs="$noconfigdirs target-libssp"
3269 esac
3271 # Disable libstdc++-v3 for some systems.
3272 # Allow user to override this if they pass --enable-libstdc++-v3
3273 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3274 case "${target}" in
3275 *-*-vxworks*)
3276 # VxWorks uses the Dinkumware C++ library.
3277 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3279 arm*-wince-pe*)
3280 # the C++ libraries don't build on top of CE's C libraries
3281 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3283 avr-*-*)
3284 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3286 esac
3289 # Disable Fortran for some systems.
3290 case "${target}" in
3291 mmix-*-*)
3292 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3293 unsupported_languages="$unsupported_languages fortran"
3295 esac
3297 # Disable Java if libffi is not supported.
3298 case "${target}" in
3299 alpha*-*-*)
3301 arm*-*-*)
3303 cris-*-*)
3305 frv-*-*)
3307 hppa*-*-linux*)
3309 hppa*-*-hpux*)
3311 i?86-*-*)
3313 ia64*-*-*)
3315 m32r*-*-*)
3317 m68k-*-*)
3319 mips*-*-rtems*)
3321 mips*-*-linux*)
3323 powerpc*-*-linux*)
3325 powerpc-*-darwin*)
3327 powerpc-*-aix* | rs6000-*-aix*)
3329 powerpc-*-freebsd*)
3331 powerpc64-*-freebsd*)
3333 powerpc*-*-rtems*)
3335 s390-*-* | s390x-*-*)
3337 sh-*-* | sh[34]*-*-*)
3339 sh64-*-* | sh5*-*-*)
3341 sparc*-*-*)
3343 x86_64-*-*)
3345 *-*-*)
3346 unsupported_languages="$unsupported_languages java"
3348 esac
3350 # Disable Java, libgcj or related libraries for some systems.
3351 case "${target}" in
3352 powerpc-*-darwin*)
3354 i[3456789]86-*-darwin*)
3356 x86_64-*-darwin[912]*)
3358 *-*-darwin*)
3359 noconfigdirs="$noconfigdirs ${libgcj}"
3361 *-*-netware*)
3362 noconfigdirs="$noconfigdirs ${libgcj}"
3364 *-*-rtems*)
3365 noconfigdirs="$noconfigdirs ${libgcj}"
3367 *-*-tpf*)
3368 noconfigdirs="$noconfigdirs ${libgcj}"
3370 *-*-uclinux*)
3371 noconfigdirs="$noconfigdirs ${libgcj}"
3373 *-*-vxworks*)
3374 noconfigdirs="$noconfigdirs ${libgcj}"
3376 alpha*-*-*vms*)
3377 noconfigdirs="$noconfigdirs ${libgcj}"
3379 arm-wince-pe)
3380 noconfigdirs="$noconfigdirs ${libgcj}"
3382 arm*-*-symbianelf*)
3383 noconfigdirs="$noconfigdirs ${libgcj}"
3385 bfin-*-*)
3386 noconfigdirs="$noconfigdirs target-boehm-gc"
3388 cris-*-* | crisv32-*-*)
3389 unsupported_languages="$unsupported_languages java"
3390 case "${target}" in
3391 *-*-linux*)
3393 *) # See PR46792 regarding target-libffi.
3394 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3395 esac
3397 hppa*64*-*-linux*)
3398 # In this case, it's because the hppa64-linux target is for
3399 # the kernel only at this point and has no libc, and thus no
3400 # headers, crt*.o, etc., all of which are needed by these.
3401 unsupported_languages="$unsupported_languages java"
3403 hppa*64*-*-hpux*)
3404 noconfigdirs="$noconfigdirs ${libgcj}"
3406 hppa*-hp-hpux11*)
3408 hppa*-*-hpux*)
3409 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3410 # build on HP-UX 10.20.
3411 noconfigdirs="$noconfigdirs ${libgcj}"
3413 ia64*-*-*vms*)
3414 noconfigdirs="$noconfigdirs ${libgcj}"
3416 i[3456789]86-w64-mingw*)
3417 noconfigdirs="$noconfigdirs ${libgcj}"
3419 i[3456789]86-*-mingw*)
3420 noconfigdirs="$noconfigdirs ${libgcj}"
3422 x86_64-*-mingw*)
3423 noconfigdirs="$noconfigdirs ${libgcj}"
3425 mmix-*-*)
3426 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
3428 powerpc-*-aix*)
3429 # copied from rs6000-*-* entry
3430 noconfigdirs="$noconfigdirs ${libgcj}"
3432 rs6000-*-aix*)
3433 noconfigdirs="$noconfigdirs ${libgcj}"
3435 *-*-lynxos*)
3436 noconfigdirs="$noconfigdirs ${libgcj}"
3438 esac
3440 # Disable libgo for some systems where it is known to not work.
3441 # For testing, you can easily override this with --enable-libgo.
3442 if test x$enable_libgo = x; then
3443 case "${target}" in
3444 *-*-darwin*)
3445 # PR 46986
3446 noconfigdirs="$noconfigdirs target-libgo"
3448 *-*-cygwin* | *-*-mingw*)
3449 noconfigdirs="$noconfigdirs target-libgo"
3451 *-*-aix*)
3452 noconfigdirs="$noconfigdirs target-libgo"
3454 esac
3457 # Default libgloss CPU subdirectory.
3458 libgloss_dir="$target_cpu"
3460 case "${target}" in
3461 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3462 libgloss_dir=wince
3464 aarch64*-*-* )
3465 libgloss_dir=aarch64
3467 arm*-*-*)
3468 libgloss_dir=arm
3470 cris-*-* | crisv32-*-*)
3471 libgloss_dir=cris
3473 hppa*-*-*)
3474 libgloss_dir=pa
3476 i[3456789]86-*-*)
3477 libgloss_dir=i386
3479 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3480 libgloss_dir=m68hc11
3482 m68*-*-* | fido-*-*)
3483 libgloss_dir=m68k
3485 mips*-*-*)
3486 libgloss_dir=mips
3488 powerpc*-*-*)
3489 libgloss_dir=rs6000
3491 sparc*-*-*)
3492 libgloss_dir=sparc
3494 esac
3496 # Disable newlib and libgloss for various target OSes.
3497 case "${target}" in
3498 alpha*-dec-osf*)
3499 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3501 i[3456789]86-*-linux*)
3502 # This section makes it possible to build newlib natively on linux.
3503 # If we are using a cross compiler then don't configure newlib.
3504 if test x${is_cross_compiler} != xno ; then
3505 noconfigdirs="$noconfigdirs target-newlib"
3507 noconfigdirs="$noconfigdirs target-libgloss"
3508 # If we are not using a cross compiler, do configure newlib.
3509 # Note however, that newlib will only be configured in this situation
3510 # if the --with-newlib option has been given, because otherwise
3511 # 'target-newlib' will appear in skipdirs.
3513 i[3456789]86-*-rdos*)
3514 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3516 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3517 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3519 sparc-*-sunos4*)
3520 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3522 *-*-aix*)
3523 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3525 *-*-beos*)
3526 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3528 *-*-chorusos)
3529 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3531 *-*-dragonfly*)
3532 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3534 *-*-freebsd*)
3535 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3537 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3538 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3540 *-*-lynxos*)
3541 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3543 *-*-mingw*)
3544 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3546 *-*-netbsd*)
3547 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3549 *-*-netware*)
3550 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3552 *-*-tpf*)
3553 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3555 *-*-uclinux*)
3556 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3558 *-*-vxworks*)
3559 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3561 esac
3563 case "${target}" in
3564 *-*-chorusos)
3566 powerpc-*-darwin*)
3567 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3568 noconfigdirs="$noconfigdirs sim target-rda"
3570 i[3456789]86-*-darwin*)
3571 noconfigdirs="$noconfigdirs ld gprof"
3572 noconfigdirs="$noconfigdirs sim target-rda"
3574 x86_64-*-darwin[912]*)
3575 noconfigdirs="$noconfigdirs ld gas gprof"
3576 noconfigdirs="$noconfigdirs sim target-rda"
3578 *-*-darwin*)
3579 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3580 noconfigdirs="$noconfigdirs sim target-rda"
3582 *-*-dragonfly*)
3584 *-*-freebsd*)
3585 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3586 && test -f /usr/local/include/gmp.h; then
3587 with_gmp=/usr/local
3590 *-*-kaos*)
3591 # Remove unsupported stuff on all kaOS configurations.
3592 noconfigdirs="$noconfigdirs target-libgloss"
3594 *-*-netbsd*)
3596 *-*-netware*)
3598 *-*-rtems*)
3599 noconfigdirs="$noconfigdirs target-libgloss"
3601 # The tpf target doesn't support gdb yet.
3602 *-*-tpf*)
3603 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
3605 *-*-uclinux*)
3606 noconfigdirs="$noconfigdirs target-rda"
3608 *-*-vxworks*)
3610 alpha*-dec-osf*)
3611 # ld works, but does not support shared libraries.
3612 # gas doesn't generate exception information.
3613 noconfigdirs="$noconfigdirs gas ld"
3615 alpha*-*-*vms*)
3616 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3618 alpha*-*-*)
3619 # newlib is not 64 bit ready
3620 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3622 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3623 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3625 arc-*-*)
3626 noconfigdirs="$noconfigdirs target-libgloss"
3628 arm-*-pe*)
3629 noconfigdirs="$noconfigdirs target-libgloss"
3631 arm-*-riscix*)
3632 noconfigdirs="$noconfigdirs ld target-libgloss"
3634 avr-*-rtems*)
3636 avr-*-*)
3637 if test x${with_avrlibc} != xno; then
3638 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3641 c4x-*-* | tic4x-*-*)
3642 noconfigdirs="$noconfigdirs target-libgloss"
3644 tic54x-*-*)
3645 noconfigdirs="$noconfigdirs target-libgloss gdb"
3647 d10v-*-*)
3648 noconfigdirs="$noconfigdirs target-libgloss"
3650 d30v-*-*)
3651 noconfigdirs="$noconfigdirs gdb"
3653 fr30-*-elf*)
3654 noconfigdirs="$noconfigdirs gdb"
3656 moxie-*-*)
3657 noconfigdirs="$noconfigdirs gprof"
3659 h8300*-*-*)
3660 noconfigdirs="$noconfigdirs target-libgloss"
3662 h8500-*-*)
3663 noconfigdirs="$noconfigdirs target-libgloss"
3665 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3667 hppa*64*-*-linux*)
3669 hppa*-*-linux*)
3671 hppa*-*-*elf* | \
3672 hppa*-*-lites* | \
3673 hppa*-*-openbsd* | \
3674 hppa*64*-*-*)
3676 hppa*-hp-hpux11*)
3677 noconfigdirs="$noconfigdirs ld"
3679 hppa*-*-pro*)
3681 hppa*-*-*)
3682 noconfigdirs="$noconfigdirs ld"
3684 i960-*-*)
3685 noconfigdirs="$noconfigdirs gdb"
3687 ia64*-*-elf*)
3688 # No gdb support yet.
3689 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3691 ia64*-**-hpux*)
3692 # No ld support yet.
3693 noconfigdirs="$noconfigdirs libgui itcl ld"
3695 ia64*-*-*vms*)
3696 # No ld support yet.
3697 noconfigdirs="$noconfigdirs libgui itcl ld"
3699 i[3456789]86-w64-mingw*)
3701 i[3456789]86-*-mingw*)
3702 target_configdirs="$target_configdirs target-winsup"
3704 *-*-cygwin*)
3705 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3706 noconfigdirs="$noconfigdirs target-libgloss"
3707 # always build newlib if winsup directory is present.
3708 if test -d "$srcdir/winsup/cygwin"; then
3709 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3710 elif test -d "$srcdir/newlib"; then
3711 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3714 i[3456789]86-*-pe)
3715 noconfigdirs="$noconfigdirs target-libgloss"
3717 i[3456789]86-*-sco3.2v5*)
3718 # The linker does not yet know about weak symbols in COFF,
3719 # and is not configured to handle mixed ELF and COFF.
3720 noconfigdirs="$noconfigdirs ld target-libgloss"
3722 i[3456789]86-*-sco*)
3723 noconfigdirs="$noconfigdirs gprof target-libgloss"
3725 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
3726 noconfigdirs="$noconfigdirs target-libgloss"
3728 i[3456789]86-*-sysv4*)
3729 noconfigdirs="$noconfigdirs target-libgloss"
3731 i[3456789]86-*-beos*)
3732 noconfigdirs="$noconfigdirs gdb"
3734 i[3456789]86-*-rdos*)
3735 noconfigdirs="$noconfigdirs gdb"
3737 mmix-*-*)
3738 noconfigdirs="$noconfigdirs gdb"
3740 mt-*-*)
3741 noconfigdirs="$noconfigdirs sim"
3743 powerpc-*-aix*)
3744 # copied from rs6000-*-* entry
3745 noconfigdirs="$noconfigdirs gprof"
3747 powerpc*-*-winnt* | powerpc*-*-pe*)
3748 target_configdirs="$target_configdirs target-winsup"
3749 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
3750 # always build newlib.
3751 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3753 # This is temporary until we can link against shared libraries
3754 powerpcle-*-solaris*)
3755 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
3757 powerpc-*-beos*)
3758 noconfigdirs="$noconfigdirs gdb"
3760 rs6000-*-lynxos*)
3761 noconfigdirs="$noconfigdirs gprof"
3763 rs6000-*-aix*)
3764 noconfigdirs="$noconfigdirs gprof"
3766 rs6000-*-*)
3767 noconfigdirs="$noconfigdirs gprof"
3769 m68k-apollo-*)
3770 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
3772 microblaze*)
3773 noconfigdirs="$noconfigdirs gprof"
3775 mips*-sde-elf* | mips*-mti-elf*)
3776 if test x$with_newlib = xyes; then
3777 noconfigdirs="$noconfigdirs gprof"
3780 mips*-*-irix5*)
3781 noconfigdirs="$noconfigdirs gprof target-libgloss"
3783 mips*-*-irix6*)
3784 noconfigdirs="$noconfigdirs gprof target-libgloss"
3786 mips*-*-bsd*)
3787 noconfigdirs="$noconfigdirs gprof target-libgloss"
3789 mips*-*-linux*)
3791 mips*-*-*)
3792 noconfigdirs="$noconfigdirs gprof"
3794 sh-*-* | sh64-*-*)
3795 case "${target}" in
3796 sh*-*-elf)
3799 noconfigdirs="$noconfigdirs target-libgloss" ;;
3800 esac
3802 sparc-*-sunos4*)
3803 if test x${is_cross_compiler} = xno ; then
3804 use_gnu_ld=no
3807 tic6x-*-*)
3808 noconfigdirs="$noconfigdirs sim"
3810 tilepro-*-* | tilegx-*-*)
3811 noconfigdirs="$noconfigdirs sim"
3813 v810-*-*)
3814 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3816 vax-*-*)
3817 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3819 esac
3821 # If we aren't building newlib, then don't build libgloss, since libgloss
3822 # depends upon some newlib header files.
3823 case "${noconfigdirs}" in
3824 *target-libgloss*) ;;
3825 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3826 esac
3828 # Work in distributions that contain no compiler tools, like Autoconf.
3829 host_makefile_frag=/dev/null
3830 if test -d ${srcdir}/config ; then
3831 case "${host}" in
3832 i[3456789]86-*-msdosdjgpp*)
3833 host_makefile_frag="config/mh-djgpp"
3835 *-cygwin*)
3837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3838 $as_echo_n "checking to see if cat works as expected... " >&6; }
3839 echo a >cygwin-cat-check
3840 if test `cat cygwin-cat-check` = a ; then
3841 rm cygwin-cat-check
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3843 $as_echo "yes" >&6; }
3844 else
3845 rm cygwin-cat-check
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3847 $as_echo "no" >&6; }
3848 as_fn_error "The cat command does not ignore carriage return characters.
3849 Please either mount the build directory in binary mode or run the following
3850 commands before running any configure script:
3851 set -o igncr
3852 export SHELLOPTS
3853 " "$LINENO" 5
3856 host_makefile_frag="config/mh-cygwin"
3858 *-mingw*)
3859 host_makefile_frag="config/mh-mingw"
3861 hppa*-hp-hpux10*)
3862 host_makefile_frag="config/mh-pa-hpux10"
3864 hppa*-hp-hpux*)
3865 host_makefile_frag="config/mh-pa"
3867 hppa*-*)
3868 host_makefile_frag="config/mh-pa"
3870 *-*-darwin*)
3871 host_makefile_frag="config/mh-darwin"
3873 powerpc-*-aix*)
3874 host_makefile_frag="config/mh-ppc-aix"
3876 rs6000-*-aix*)
3877 host_makefile_frag="config/mh-ppc-aix"
3879 esac
3882 if test "${build}" != "${host}" ; then
3883 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3884 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3885 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3886 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3887 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3888 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3889 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3890 GUPC_FOR_BUILD=${GUPC_FOR_BUILD-gupc}
3891 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3892 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3893 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3894 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3895 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3896 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3897 else
3898 AR_FOR_BUILD="\$(AR)"
3899 AS_FOR_BUILD="\$(AS)"
3900 CC_FOR_BUILD="\$(CC)"
3901 CXX_FOR_BUILD="\$(CXX)"
3902 GCJ_FOR_BUILD="\$(GCJ)"
3903 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3904 GOC_FOR_BUILD="\$(GOC)"
3905 GUPC_FOR_BUILD="\$(GUPC)"
3906 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3907 LD_FOR_BUILD="\$(LD)"
3908 NM_FOR_BUILD="\$(NM)"
3909 RANLIB_FOR_BUILD="\$(RANLIB)"
3910 WINDRES_FOR_BUILD="\$(WINDRES)"
3911 WINDMC_FOR_BUILD="\$(WINDMC)"
3914 ac_ext=c
3915 ac_cpp='$CPP $CPPFLAGS'
3916 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3917 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3918 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3919 if test -n "$ac_tool_prefix"; then
3920 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3921 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3923 $as_echo_n "checking for $ac_word... " >&6; }
3924 if test "${ac_cv_prog_CC+set}" = set; then :
3925 $as_echo_n "(cached) " >&6
3926 else
3927 if test -n "$CC"; then
3928 ac_cv_prog_CC="$CC" # Let the user override the test.
3929 else
3930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3931 for as_dir in $PATH
3933 IFS=$as_save_IFS
3934 test -z "$as_dir" && as_dir=.
3935 for ac_exec_ext in '' $ac_executable_extensions; do
3936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3937 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3939 break 2
3941 done
3942 done
3943 IFS=$as_save_IFS
3947 CC=$ac_cv_prog_CC
3948 if test -n "$CC"; then
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3950 $as_echo "$CC" >&6; }
3951 else
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3953 $as_echo "no" >&6; }
3958 if test -z "$ac_cv_prog_CC"; then
3959 ac_ct_CC=$CC
3960 # Extract the first word of "gcc", so it can be a program name with args.
3961 set dummy gcc; ac_word=$2
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3963 $as_echo_n "checking for $ac_word... " >&6; }
3964 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3965 $as_echo_n "(cached) " >&6
3966 else
3967 if test -n "$ac_ct_CC"; then
3968 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3969 else
3970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3971 for as_dir in $PATH
3973 IFS=$as_save_IFS
3974 test -z "$as_dir" && as_dir=.
3975 for ac_exec_ext in '' $ac_executable_extensions; do
3976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3977 ac_cv_prog_ac_ct_CC="gcc"
3978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3979 break 2
3981 done
3982 done
3983 IFS=$as_save_IFS
3987 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3988 if test -n "$ac_ct_CC"; then
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3990 $as_echo "$ac_ct_CC" >&6; }
3991 else
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3993 $as_echo "no" >&6; }
3996 if test "x$ac_ct_CC" = x; then
3997 CC=""
3998 else
3999 case $cross_compiling:$ac_tool_warned in
4000 yes:)
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4002 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4003 ac_tool_warned=yes ;;
4004 esac
4005 CC=$ac_ct_CC
4007 else
4008 CC="$ac_cv_prog_CC"
4011 if test -z "$CC"; then
4012 if test -n "$ac_tool_prefix"; then
4013 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4014 set dummy ${ac_tool_prefix}cc; ac_word=$2
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4016 $as_echo_n "checking for $ac_word... " >&6; }
4017 if test "${ac_cv_prog_CC+set}" = set; then :
4018 $as_echo_n "(cached) " >&6
4019 else
4020 if test -n "$CC"; then
4021 ac_cv_prog_CC="$CC" # Let the user override the test.
4022 else
4023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4024 for as_dir in $PATH
4026 IFS=$as_save_IFS
4027 test -z "$as_dir" && as_dir=.
4028 for ac_exec_ext in '' $ac_executable_extensions; do
4029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4030 ac_cv_prog_CC="${ac_tool_prefix}cc"
4031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4032 break 2
4034 done
4035 done
4036 IFS=$as_save_IFS
4040 CC=$ac_cv_prog_CC
4041 if test -n "$CC"; then
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4043 $as_echo "$CC" >&6; }
4044 else
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4046 $as_echo "no" >&6; }
4052 if test -z "$CC"; then
4053 # Extract the first word of "cc", so it can be a program name with args.
4054 set dummy cc; ac_word=$2
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4056 $as_echo_n "checking for $ac_word... " >&6; }
4057 if test "${ac_cv_prog_CC+set}" = set; then :
4058 $as_echo_n "(cached) " >&6
4059 else
4060 if test -n "$CC"; then
4061 ac_cv_prog_CC="$CC" # Let the user override the test.
4062 else
4063 ac_prog_rejected=no
4064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4065 for as_dir in $PATH
4067 IFS=$as_save_IFS
4068 test -z "$as_dir" && as_dir=.
4069 for ac_exec_ext in '' $ac_executable_extensions; do
4070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4071 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4072 ac_prog_rejected=yes
4073 continue
4075 ac_cv_prog_CC="cc"
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
4083 if test $ac_prog_rejected = yes; then
4084 # We found a bogon in the path, so make sure we never use it.
4085 set dummy $ac_cv_prog_CC
4086 shift
4087 if test $# != 0; then
4088 # We chose a different compiler from the bogus one.
4089 # However, it has the same basename, so the bogon will be chosen
4090 # first if we set CC to just the basename; use the full file name.
4091 shift
4092 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4097 CC=$ac_cv_prog_CC
4098 if test -n "$CC"; then
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4100 $as_echo "$CC" >&6; }
4101 else
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4103 $as_echo "no" >&6; }
4108 if test -z "$CC"; then
4109 if test -n "$ac_tool_prefix"; then
4110 for ac_prog in cl.exe
4112 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4113 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4115 $as_echo_n "checking for $ac_word... " >&6; }
4116 if test "${ac_cv_prog_CC+set}" = set; then :
4117 $as_echo_n "(cached) " >&6
4118 else
4119 if test -n "$CC"; then
4120 ac_cv_prog_CC="$CC" # Let the user override the test.
4121 else
4122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4123 for as_dir in $PATH
4125 IFS=$as_save_IFS
4126 test -z "$as_dir" && as_dir=.
4127 for ac_exec_ext in '' $ac_executable_extensions; do
4128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4129 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4131 break 2
4133 done
4134 done
4135 IFS=$as_save_IFS
4139 CC=$ac_cv_prog_CC
4140 if test -n "$CC"; then
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4142 $as_echo "$CC" >&6; }
4143 else
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4145 $as_echo "no" >&6; }
4149 test -n "$CC" && break
4150 done
4152 if test -z "$CC"; then
4153 ac_ct_CC=$CC
4154 for ac_prog in cl.exe
4156 # Extract the first word of "$ac_prog", so it can be a program name with args.
4157 set dummy $ac_prog; ac_word=$2
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4159 $as_echo_n "checking for $ac_word... " >&6; }
4160 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4161 $as_echo_n "(cached) " >&6
4162 else
4163 if test -n "$ac_ct_CC"; then
4164 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4165 else
4166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4167 for as_dir in $PATH
4169 IFS=$as_save_IFS
4170 test -z "$as_dir" && as_dir=.
4171 for ac_exec_ext in '' $ac_executable_extensions; do
4172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4173 ac_cv_prog_ac_ct_CC="$ac_prog"
4174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4175 break 2
4177 done
4178 done
4179 IFS=$as_save_IFS
4183 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4184 if test -n "$ac_ct_CC"; then
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4186 $as_echo "$ac_ct_CC" >&6; }
4187 else
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4189 $as_echo "no" >&6; }
4193 test -n "$ac_ct_CC" && break
4194 done
4196 if test "x$ac_ct_CC" = x; then
4197 CC=""
4198 else
4199 case $cross_compiling:$ac_tool_warned in
4200 yes:)
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4202 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4203 ac_tool_warned=yes ;;
4204 esac
4205 CC=$ac_ct_CC
4212 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4213 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4214 as_fn_error "no acceptable C compiler found in \$PATH
4215 See \`config.log' for more details." "$LINENO" 5; }
4217 # Provide some information about the compiler.
4218 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4219 set X $ac_compile
4220 ac_compiler=$2
4221 for ac_option in --version -v -V -qversion; do
4222 { { ac_try="$ac_compiler $ac_option >&5"
4223 case "(($ac_try" in
4224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4225 *) ac_try_echo=$ac_try;;
4226 esac
4227 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4228 $as_echo "$ac_try_echo"; } >&5
4229 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4230 ac_status=$?
4231 if test -s conftest.err; then
4232 sed '10a\
4233 ... rest of stderr output deleted ...
4234 10q' conftest.err >conftest.er1
4235 cat conftest.er1 >&5
4236 rm -f conftest.er1 conftest.err
4238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4239 test $ac_status = 0; }
4240 done
4242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4243 /* end confdefs.h. */
4246 main ()
4250 return 0;
4252 _ACEOF
4253 ac_clean_files_save=$ac_clean_files
4254 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4255 # Try to create an executable without -o first, disregard a.out.
4256 # It will help us diagnose broken compilers, and finding out an intuition
4257 # of exeext.
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4259 $as_echo_n "checking for C compiler default output file name... " >&6; }
4260 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4262 # The possible output files:
4263 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4265 ac_rmfiles=
4266 for ac_file in $ac_files
4268 case $ac_file in
4269 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4270 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4271 esac
4272 done
4273 rm -f $ac_rmfiles
4275 if { { ac_try="$ac_link_default"
4276 case "(($ac_try" in
4277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4278 *) ac_try_echo=$ac_try;;
4279 esac
4280 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4281 $as_echo "$ac_try_echo"; } >&5
4282 (eval "$ac_link_default") 2>&5
4283 ac_status=$?
4284 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4285 test $ac_status = 0; }; then :
4286 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4287 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4288 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4289 # so that the user can short-circuit this test for compilers unknown to
4290 # Autoconf.
4291 for ac_file in $ac_files ''
4293 test -f "$ac_file" || continue
4294 case $ac_file in
4295 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4297 [ab].out )
4298 # We found the default executable, but exeext='' is most
4299 # certainly right.
4300 break;;
4301 *.* )
4302 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4303 then :; else
4304 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4306 # We set ac_cv_exeext here because the later test for it is not
4307 # safe: cross compilers may not add the suffix if given an `-o'
4308 # argument, so we may need to know it at that point already.
4309 # Even if this section looks crufty: it has the advantage of
4310 # actually working.
4311 break;;
4313 break;;
4314 esac
4315 done
4316 test "$ac_cv_exeext" = no && ac_cv_exeext=
4318 else
4319 ac_file=''
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4322 $as_echo "$ac_file" >&6; }
4323 if test -z "$ac_file"; then :
4324 $as_echo "$as_me: failed program was:" >&5
4325 sed 's/^/| /' conftest.$ac_ext >&5
4327 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4328 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4329 { as_fn_set_status 77
4330 as_fn_error "C compiler cannot create executables
4331 See \`config.log' for more details." "$LINENO" 5; }; }
4333 ac_exeext=$ac_cv_exeext
4335 # Check that the compiler produces executables we can run. If not, either
4336 # the compiler is broken, or we cross compile.
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4338 $as_echo_n "checking whether the C compiler works... " >&6; }
4339 # If not cross compiling, check that we can run a simple program.
4340 if test "$cross_compiling" != yes; then
4341 if { ac_try='./$ac_file'
4342 { { case "(($ac_try" in
4343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4344 *) ac_try_echo=$ac_try;;
4345 esac
4346 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4347 $as_echo "$ac_try_echo"; } >&5
4348 (eval "$ac_try") 2>&5
4349 ac_status=$?
4350 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4351 test $ac_status = 0; }; }; then
4352 cross_compiling=no
4353 else
4354 if test "$cross_compiling" = maybe; then
4355 cross_compiling=yes
4356 else
4357 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4358 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4359 as_fn_error "cannot run C compiled programs.
4360 If you meant to cross compile, use \`--host'.
4361 See \`config.log' for more details." "$LINENO" 5; }
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4366 $as_echo "yes" >&6; }
4368 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4369 ac_clean_files=$ac_clean_files_save
4370 # Check that the compiler produces executables we can run. If not, either
4371 # the compiler is broken, or we cross compile.
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4373 $as_echo_n "checking whether we are cross compiling... " >&6; }
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4375 $as_echo "$cross_compiling" >&6; }
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4378 $as_echo_n "checking for suffix of executables... " >&6; }
4379 if { { ac_try="$ac_link"
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_link") 2>&5
4387 ac_status=$?
4388 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4389 test $ac_status = 0; }; then :
4390 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4391 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4392 # work properly (i.e., refer to `conftest.exe'), while it won't with
4393 # `rm'.
4394 for ac_file in conftest.exe conftest conftest.*; do
4395 test -f "$ac_file" || continue
4396 case $ac_file in
4397 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4398 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4399 break;;
4400 * ) break;;
4401 esac
4402 done
4403 else
4404 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4405 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4406 as_fn_error "cannot compute suffix of executables: cannot compile and link
4407 See \`config.log' for more details." "$LINENO" 5; }
4409 rm -f conftest$ac_cv_exeext
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4411 $as_echo "$ac_cv_exeext" >&6; }
4413 rm -f conftest.$ac_ext
4414 EXEEXT=$ac_cv_exeext
4415 ac_exeext=$EXEEXT
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4417 $as_echo_n "checking for suffix of object files... " >&6; }
4418 if test "${ac_cv_objext+set}" = set; then :
4419 $as_echo_n "(cached) " >&6
4420 else
4421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4422 /* end confdefs.h. */
4425 main ()
4429 return 0;
4431 _ACEOF
4432 rm -f conftest.o conftest.obj
4433 if { { ac_try="$ac_compile"
4434 case "(($ac_try" in
4435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4436 *) ac_try_echo=$ac_try;;
4437 esac
4438 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4439 $as_echo "$ac_try_echo"; } >&5
4440 (eval "$ac_compile") 2>&5
4441 ac_status=$?
4442 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4443 test $ac_status = 0; }; then :
4444 for ac_file in conftest.o conftest.obj conftest.*; do
4445 test -f "$ac_file" || continue;
4446 case $ac_file in
4447 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4448 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4449 break;;
4450 esac
4451 done
4452 else
4453 $as_echo "$as_me: failed program was:" >&5
4454 sed 's/^/| /' conftest.$ac_ext >&5
4456 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4457 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4458 as_fn_error "cannot compute suffix of object files: cannot compile
4459 See \`config.log' for more details." "$LINENO" 5; }
4461 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4464 $as_echo "$ac_cv_objext" >&6; }
4465 OBJEXT=$ac_cv_objext
4466 ac_objext=$OBJEXT
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4468 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4469 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4470 $as_echo_n "(cached) " >&6
4471 else
4472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4473 /* end confdefs.h. */
4476 main ()
4478 #ifndef __GNUC__
4479 choke me
4480 #endif
4483 return 0;
4485 _ACEOF
4486 if ac_fn_c_try_compile "$LINENO"; then :
4487 ac_compiler_gnu=yes
4488 else
4489 ac_compiler_gnu=no
4491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4492 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4496 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4497 if test $ac_compiler_gnu = yes; then
4498 GCC=yes
4499 else
4500 GCC=
4502 ac_test_CFLAGS=${CFLAGS+set}
4503 ac_save_CFLAGS=$CFLAGS
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4505 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4506 if test "${ac_cv_prog_cc_g+set}" = set; then :
4507 $as_echo_n "(cached) " >&6
4508 else
4509 ac_save_c_werror_flag=$ac_c_werror_flag
4510 ac_c_werror_flag=yes
4511 ac_cv_prog_cc_g=no
4512 CFLAGS="-g"
4513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4514 /* end confdefs.h. */
4517 main ()
4521 return 0;
4523 _ACEOF
4524 if ac_fn_c_try_compile "$LINENO"; then :
4525 ac_cv_prog_cc_g=yes
4526 else
4527 CFLAGS=""
4528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4529 /* end confdefs.h. */
4532 main ()
4536 return 0;
4538 _ACEOF
4539 if ac_fn_c_try_compile "$LINENO"; then :
4541 else
4542 ac_c_werror_flag=$ac_save_c_werror_flag
4543 CFLAGS="-g"
4544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4545 /* end confdefs.h. */
4548 main ()
4552 return 0;
4554 _ACEOF
4555 if ac_fn_c_try_compile "$LINENO"; then :
4556 ac_cv_prog_cc_g=yes
4558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4563 ac_c_werror_flag=$ac_save_c_werror_flag
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4566 $as_echo "$ac_cv_prog_cc_g" >&6; }
4567 if test "$ac_test_CFLAGS" = set; then
4568 CFLAGS=$ac_save_CFLAGS
4569 elif test $ac_cv_prog_cc_g = yes; then
4570 if test "$GCC" = yes; then
4571 CFLAGS="-g -O2"
4572 else
4573 CFLAGS="-g"
4575 else
4576 if test "$GCC" = yes; then
4577 CFLAGS="-O2"
4578 else
4579 CFLAGS=
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4583 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4584 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4585 $as_echo_n "(cached) " >&6
4586 else
4587 ac_cv_prog_cc_c89=no
4588 ac_save_CC=$CC
4589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4590 /* end confdefs.h. */
4591 #include <stdarg.h>
4592 #include <stdio.h>
4593 #include <sys/types.h>
4594 #include <sys/stat.h>
4595 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4596 struct buf { int x; };
4597 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4598 static char *e (p, i)
4599 char **p;
4600 int i;
4602 return p[i];
4604 static char *f (char * (*g) (char **, int), char **p, ...)
4606 char *s;
4607 va_list v;
4608 va_start (v,p);
4609 s = g (p, va_arg (v,int));
4610 va_end (v);
4611 return s;
4614 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4615 function prototypes and stuff, but not '\xHH' hex character constants.
4616 These don't provoke an error unfortunately, instead are silently treated
4617 as 'x'. The following induces an error, until -std is added to get
4618 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4619 array size at least. It's necessary to write '\x00'==0 to get something
4620 that's true only with -std. */
4621 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4623 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4624 inside strings and character constants. */
4625 #define FOO(x) 'x'
4626 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4628 int test (int i, double x);
4629 struct s1 {int (*f) (int a);};
4630 struct s2 {int (*f) (double a);};
4631 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4632 int argc;
4633 char **argv;
4635 main ()
4637 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4639 return 0;
4641 _ACEOF
4642 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4643 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4645 CC="$ac_save_CC $ac_arg"
4646 if ac_fn_c_try_compile "$LINENO"; then :
4647 ac_cv_prog_cc_c89=$ac_arg
4649 rm -f core conftest.err conftest.$ac_objext
4650 test "x$ac_cv_prog_cc_c89" != "xno" && break
4651 done
4652 rm -f conftest.$ac_ext
4653 CC=$ac_save_CC
4656 # AC_CACHE_VAL
4657 case "x$ac_cv_prog_cc_c89" in
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4660 $as_echo "none needed" >&6; } ;;
4661 xno)
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4663 $as_echo "unsupported" >&6; } ;;
4665 CC="$CC $ac_cv_prog_cc_c89"
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4667 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4668 esac
4669 if test "x$ac_cv_prog_cc_c89" != xno; then :
4673 ac_ext=c
4674 ac_cpp='$CPP $CPPFLAGS'
4675 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4676 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4677 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4679 ac_ext=cpp
4680 ac_cpp='$CXXCPP $CPPFLAGS'
4681 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4682 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4683 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4684 if test -z "$CXX"; then
4685 if test -n "$CCC"; then
4686 CXX=$CCC
4687 else
4688 if test -n "$ac_tool_prefix"; then
4689 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4691 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4692 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4694 $as_echo_n "checking for $ac_word... " >&6; }
4695 if test "${ac_cv_prog_CXX+set}" = set; then :
4696 $as_echo_n "(cached) " >&6
4697 else
4698 if test -n "$CXX"; then
4699 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4700 else
4701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4702 for as_dir in $PATH
4704 IFS=$as_save_IFS
4705 test -z "$as_dir" && as_dir=.
4706 for ac_exec_ext in '' $ac_executable_extensions; do
4707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4708 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4710 break 2
4712 done
4713 done
4714 IFS=$as_save_IFS
4718 CXX=$ac_cv_prog_CXX
4719 if test -n "$CXX"; then
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4721 $as_echo "$CXX" >&6; }
4722 else
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4724 $as_echo "no" >&6; }
4728 test -n "$CXX" && break
4729 done
4731 if test -z "$CXX"; then
4732 ac_ct_CXX=$CXX
4733 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4735 # Extract the first word of "$ac_prog", so it can be a program name with args.
4736 set dummy $ac_prog; ac_word=$2
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4738 $as_echo_n "checking for $ac_word... " >&6; }
4739 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4740 $as_echo_n "(cached) " >&6
4741 else
4742 if test -n "$ac_ct_CXX"; then
4743 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4744 else
4745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4746 for as_dir in $PATH
4748 IFS=$as_save_IFS
4749 test -z "$as_dir" && as_dir=.
4750 for ac_exec_ext in '' $ac_executable_extensions; do
4751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4752 ac_cv_prog_ac_ct_CXX="$ac_prog"
4753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4754 break 2
4756 done
4757 done
4758 IFS=$as_save_IFS
4762 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4763 if test -n "$ac_ct_CXX"; then
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4765 $as_echo "$ac_ct_CXX" >&6; }
4766 else
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4768 $as_echo "no" >&6; }
4772 test -n "$ac_ct_CXX" && break
4773 done
4775 if test "x$ac_ct_CXX" = x; then
4776 CXX="g++"
4777 else
4778 case $cross_compiling:$ac_tool_warned in
4779 yes:)
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4781 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4782 ac_tool_warned=yes ;;
4783 esac
4784 CXX=$ac_ct_CXX
4790 # Provide some information about the compiler.
4791 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4792 set X $ac_compile
4793 ac_compiler=$2
4794 for ac_option in --version -v -V -qversion; do
4795 { { ac_try="$ac_compiler $ac_option >&5"
4796 case "(($ac_try" in
4797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4798 *) ac_try_echo=$ac_try;;
4799 esac
4800 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4801 $as_echo "$ac_try_echo"; } >&5
4802 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4803 ac_status=$?
4804 if test -s conftest.err; then
4805 sed '10a\
4806 ... rest of stderr output deleted ...
4807 10q' conftest.err >conftest.er1
4808 cat conftest.er1 >&5
4809 rm -f conftest.er1 conftest.err
4811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4812 test $ac_status = 0; }
4813 done
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4816 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4817 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4818 $as_echo_n "(cached) " >&6
4819 else
4820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4821 /* end confdefs.h. */
4824 main ()
4826 #ifndef __GNUC__
4827 choke me
4828 #endif
4831 return 0;
4833 _ACEOF
4834 if ac_fn_cxx_try_compile "$LINENO"; then :
4835 ac_compiler_gnu=yes
4836 else
4837 ac_compiler_gnu=no
4839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4840 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4844 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4845 if test $ac_compiler_gnu = yes; then
4846 GXX=yes
4847 else
4848 GXX=
4850 ac_test_CXXFLAGS=${CXXFLAGS+set}
4851 ac_save_CXXFLAGS=$CXXFLAGS
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4853 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4854 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4855 $as_echo_n "(cached) " >&6
4856 else
4857 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4858 ac_cxx_werror_flag=yes
4859 ac_cv_prog_cxx_g=no
4860 CXXFLAGS="-g"
4861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4862 /* end confdefs.h. */
4865 main ()
4869 return 0;
4871 _ACEOF
4872 if ac_fn_cxx_try_compile "$LINENO"; then :
4873 ac_cv_prog_cxx_g=yes
4874 else
4875 CXXFLAGS=""
4876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4877 /* end confdefs.h. */
4880 main ()
4884 return 0;
4886 _ACEOF
4887 if ac_fn_cxx_try_compile "$LINENO"; then :
4889 else
4890 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4891 CXXFLAGS="-g"
4892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4893 /* end confdefs.h. */
4896 main ()
4900 return 0;
4902 _ACEOF
4903 if ac_fn_cxx_try_compile "$LINENO"; then :
4904 ac_cv_prog_cxx_g=yes
4906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4911 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4914 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4915 if test "$ac_test_CXXFLAGS" = set; then
4916 CXXFLAGS=$ac_save_CXXFLAGS
4917 elif test $ac_cv_prog_cxx_g = yes; then
4918 if test "$GXX" = yes; then
4919 CXXFLAGS="-g -O2"
4920 else
4921 CXXFLAGS="-g"
4923 else
4924 if test "$GXX" = yes; then
4925 CXXFLAGS="-O2"
4926 else
4927 CXXFLAGS=
4930 ac_ext=c
4931 ac_cpp='$CPP $CPPFLAGS'
4932 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4933 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4934 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4937 # We must set the default linker to the linker used by gcc for the correct
4938 # operation of libtool. If LD is not defined and we are using gcc, try to
4939 # set the LD default to the ld used by gcc.
4940 if test -z "$LD"; then
4941 if test "$GCC" = yes; then
4942 case $build in
4943 *-*-mingw*)
4944 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4946 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4947 esac
4948 case $gcc_prog_ld in
4949 # Accept absolute paths.
4950 [\\/]* | [A-Za-z]:[\\/]*)
4951 LD="$gcc_prog_ld" ;;
4952 esac
4956 # Check whether -static-libstdc++ -static-libgcc is supported.
4957 have_static_libs=no
4958 if test "$GCC" = yes; then
4959 saved_LDFLAGS="$LDFLAGS"
4961 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4963 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4964 ac_ext=cpp
4965 ac_cpp='$CXXCPP $CPPFLAGS'
4966 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4967 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4968 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4972 /* end confdefs.h. */
4974 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4975 #error -static-libstdc++ not implemented
4976 #endif
4977 int main() {}
4978 _ACEOF
4979 if ac_fn_cxx_try_link "$LINENO"; then :
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4981 $as_echo "yes" >&6; }; have_static_libs=yes
4982 else
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4984 $as_echo "no" >&6; }
4986 rm -f core conftest.err conftest.$ac_objext \
4987 conftest$ac_exeext conftest.$ac_ext
4988 ac_ext=c
4989 ac_cpp='$CPP $CPPFLAGS'
4990 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4991 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4992 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4995 LDFLAGS="$saved_LDFLAGS"
5001 if test -n "$ac_tool_prefix"; then
5002 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5003 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5005 $as_echo_n "checking for $ac_word... " >&6; }
5006 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5007 $as_echo_n "(cached) " >&6
5008 else
5009 if test -n "$GNATBIND"; then
5010 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5011 else
5012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5013 for as_dir in $PATH
5015 IFS=$as_save_IFS
5016 test -z "$as_dir" && as_dir=.
5017 for ac_exec_ext in '' $ac_executable_extensions; do
5018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5019 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5021 break 2
5023 done
5024 done
5025 IFS=$as_save_IFS
5029 GNATBIND=$ac_cv_prog_GNATBIND
5030 if test -n "$GNATBIND"; then
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5032 $as_echo "$GNATBIND" >&6; }
5033 else
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5035 $as_echo "no" >&6; }
5040 if test -z "$ac_cv_prog_GNATBIND"; then
5041 ac_ct_GNATBIND=$GNATBIND
5042 # Extract the first word of "gnatbind", so it can be a program name with args.
5043 set dummy gnatbind; ac_word=$2
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5045 $as_echo_n "checking for $ac_word... " >&6; }
5046 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5047 $as_echo_n "(cached) " >&6
5048 else
5049 if test -n "$ac_ct_GNATBIND"; then
5050 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
5051 else
5052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5053 for as_dir in $PATH
5055 IFS=$as_save_IFS
5056 test -z "$as_dir" && as_dir=.
5057 for ac_exec_ext in '' $ac_executable_extensions; do
5058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5059 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5061 break 2
5063 done
5064 done
5065 IFS=$as_save_IFS
5069 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5070 if test -n "$ac_ct_GNATBIND"; then
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5072 $as_echo "$ac_ct_GNATBIND" >&6; }
5073 else
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5075 $as_echo "no" >&6; }
5078 if test "x$ac_ct_GNATBIND" = x; then
5079 GNATBIND="no"
5080 else
5081 case $cross_compiling:$ac_tool_warned in
5082 yes:)
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5084 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5085 ac_tool_warned=yes ;;
5086 esac
5087 GNATBIND=$ac_ct_GNATBIND
5089 else
5090 GNATBIND="$ac_cv_prog_GNATBIND"
5093 if test -n "$ac_tool_prefix"; then
5094 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5095 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5097 $as_echo_n "checking for $ac_word... " >&6; }
5098 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5099 $as_echo_n "(cached) " >&6
5100 else
5101 if test -n "$GNATMAKE"; then
5102 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5103 else
5104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5105 for as_dir in $PATH
5107 IFS=$as_save_IFS
5108 test -z "$as_dir" && as_dir=.
5109 for ac_exec_ext in '' $ac_executable_extensions; do
5110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5111 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5113 break 2
5115 done
5116 done
5117 IFS=$as_save_IFS
5121 GNATMAKE=$ac_cv_prog_GNATMAKE
5122 if test -n "$GNATMAKE"; then
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5124 $as_echo "$GNATMAKE" >&6; }
5125 else
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5127 $as_echo "no" >&6; }
5132 if test -z "$ac_cv_prog_GNATMAKE"; then
5133 ac_ct_GNATMAKE=$GNATMAKE
5134 # Extract the first word of "gnatmake", so it can be a program name with args.
5135 set dummy gnatmake; ac_word=$2
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5137 $as_echo_n "checking for $ac_word... " >&6; }
5138 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5139 $as_echo_n "(cached) " >&6
5140 else
5141 if test -n "$ac_ct_GNATMAKE"; then
5142 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5143 else
5144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5145 for as_dir in $PATH
5147 IFS=$as_save_IFS
5148 test -z "$as_dir" && as_dir=.
5149 for ac_exec_ext in '' $ac_executable_extensions; do
5150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5151 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5153 break 2
5155 done
5156 done
5157 IFS=$as_save_IFS
5161 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5162 if test -n "$ac_ct_GNATMAKE"; then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5164 $as_echo "$ac_ct_GNATMAKE" >&6; }
5165 else
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5167 $as_echo "no" >&6; }
5170 if test "x$ac_ct_GNATMAKE" = x; then
5171 GNATMAKE="no"
5172 else
5173 case $cross_compiling:$ac_tool_warned in
5174 yes:)
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5176 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5177 ac_tool_warned=yes ;;
5178 esac
5179 GNATMAKE=$ac_ct_GNATMAKE
5181 else
5182 GNATMAKE="$ac_cv_prog_GNATMAKE"
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5186 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5187 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5188 $as_echo_n "(cached) " >&6
5189 else
5190 cat >conftest.adb <<EOF
5191 procedure conftest is begin null; end conftest;
5193 acx_cv_cc_gcc_supports_ada=no
5194 # There is a bug in old released versions of GCC which causes the
5195 # driver to exit successfully when the appropriate language module
5196 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5197 # Therefore we must check for the error message as well as an
5198 # unsuccessful exit.
5199 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5200 # given a .adb file, but produce no object file. So we must check
5201 # if an object file was really produced to guard against this.
5202 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5203 if test x"$errors" = x && test -f conftest.$ac_objext; then
5204 acx_cv_cc_gcc_supports_ada=yes
5206 rm -f conftest.*
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5209 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5211 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5212 have_gnat=yes
5213 else
5214 have_gnat=no
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5218 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5219 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5220 $as_echo_n "(cached) " >&6
5221 else
5222 echo abfoo >t1
5223 echo cdfoo >t2
5224 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5225 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5226 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5228 else
5229 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5232 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5233 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5235 else
5236 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5239 rm t1 t2
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5243 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5244 do_compare="$gcc_cv_prog_cmp_skip"
5248 # Check whether --enable-bootstrap was given.
5249 if test "${enable_bootstrap+set}" = set; then :
5250 enableval=$enable_bootstrap;
5251 else
5252 enable_bootstrap=default
5256 # Issue errors and warnings for invalid/strange bootstrap combinations.
5257 if test -r $srcdir/gcc/configure; then
5258 have_compiler=yes
5259 else
5260 have_compiler=no
5263 case "$have_compiler:$host:$target:$enable_bootstrap" in
5264 *:*:*:no) ;;
5266 # Default behavior. Enable bootstrap if we have a compiler
5267 # and we are in a native configuration.
5268 yes:$build:$build:default)
5269 enable_bootstrap=yes ;;
5271 *:*:*:default)
5272 enable_bootstrap=no ;;
5274 # We have a compiler and we are in a native configuration, bootstrap is ok
5275 yes:$build:$build:yes)
5278 # Other configurations, but we have a compiler. Assume the user knows
5279 # what he's doing.
5280 yes:*:*:yes)
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5282 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5285 # No compiler: if they passed --enable-bootstrap explicitly, fail
5286 no:*:*:yes)
5287 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5289 # Fail if wrong command line
5291 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5293 esac
5295 # Used for setting $lt_cv_objdir
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5297 $as_echo_n "checking for objdir... " >&6; }
5298 if test "${lt_cv_objdir+set}" = set; then :
5299 $as_echo_n "(cached) " >&6
5300 else
5301 rm -f .libs 2>/dev/null
5302 mkdir .libs 2>/dev/null
5303 if test -d .libs; then
5304 lt_cv_objdir=.libs
5305 else
5306 # MS-DOS does not allow filenames that begin with a dot.
5307 lt_cv_objdir=_libs
5309 rmdir .libs 2>/dev/null
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5312 $as_echo "$lt_cv_objdir" >&6; }
5313 objdir=$lt_cv_objdir
5319 cat >>confdefs.h <<_ACEOF
5320 #define LT_OBJDIR "$lt_cv_objdir/"
5321 _ACEOF
5325 # Check for GMP, MPFR and MPC
5326 gmplibs="-lmpc -lmpfr -lgmp"
5327 gmpinc=
5328 have_gmp=no
5330 # Specify a location for mpc
5331 # check for this first so it ends up on the link line before mpfr.
5333 # Check whether --with-mpc was given.
5334 if test "${with_mpc+set}" = set; then :
5335 withval=$with_mpc;
5339 # Check whether --with-mpc-include was given.
5340 if test "${with_mpc_include+set}" = set; then :
5341 withval=$with_mpc_include;
5345 # Check whether --with-mpc-lib was given.
5346 if test "${with_mpc_lib+set}" = set; then :
5347 withval=$with_mpc_lib;
5351 if test "x$with_mpc" != x; then
5352 gmplibs="-L$with_mpc/lib $gmplibs"
5353 gmpinc="-I$with_mpc/include $gmpinc"
5355 if test "x$with_mpc_include" != x; then
5356 gmpinc="-I$with_mpc_include $gmpinc"
5358 if test "x$with_mpc_lib" != x; then
5359 gmplibs="-L$with_mpc_lib $gmplibs"
5361 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5362 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5363 gmpinc='-I$$s/mpc/src '"$gmpinc"
5364 # Do not test the mpc version. Assume that it is sufficient, since
5365 # it is in the source tree, and the library has not been built yet
5366 # but it would be included on the link line in the version check below
5367 # hence making the test fail.
5368 have_gmp=yes
5371 # Specify a location for mpfr
5372 # check for this first so it ends up on the link line before gmp.
5374 # Check whether --with-mpfr-dir was given.
5375 if test "${with_mpfr_dir+set}" = set; then :
5376 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5377 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5382 # Check whether --with-mpfr was given.
5383 if test "${with_mpfr+set}" = set; then :
5384 withval=$with_mpfr;
5388 # Check whether --with-mpfr-include was given.
5389 if test "${with_mpfr_include+set}" = set; then :
5390 withval=$with_mpfr_include;
5394 # Check whether --with-mpfr-lib was given.
5395 if test "${with_mpfr_lib+set}" = set; then :
5396 withval=$with_mpfr_lib;
5400 if test "x$with_mpfr" != x; then
5401 gmplibs="-L$with_mpfr/lib $gmplibs"
5402 gmpinc="-I$with_mpfr/include $gmpinc"
5404 if test "x$with_mpfr_include" != x; then
5405 gmpinc="-I$with_mpfr_include $gmpinc"
5407 if test "x$with_mpfr_lib" != x; then
5408 gmplibs="-L$with_mpfr_lib $gmplibs"
5410 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5411 # MPFR v3.1.0 moved the sources into a src sub-directory.
5412 if test -d ${srcdir}/mpfr/src; then
5413 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5414 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5415 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5416 else
5417 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5418 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5419 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5421 # Do not test the mpfr version. Assume that it is sufficient, since
5422 # it is in the source tree, and the library has not been built yet
5423 # but it would be included on the link line in the version check below
5424 # hence making the test fail.
5425 have_gmp=yes
5428 # Specify a location for gmp
5430 # Check whether --with-gmp-dir was given.
5431 if test "${with_gmp_dir+set}" = set; then :
5432 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5433 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5438 # Check whether --with-gmp was given.
5439 if test "${with_gmp+set}" = set; then :
5440 withval=$with_gmp;
5444 # Check whether --with-gmp-include was given.
5445 if test "${with_gmp_include+set}" = set; then :
5446 withval=$with_gmp_include;
5450 # Check whether --with-gmp-lib was given.
5451 if test "${with_gmp_lib+set}" = set; then :
5452 withval=$with_gmp_lib;
5457 if test "x$with_gmp" != x; then
5458 gmplibs="-L$with_gmp/lib $gmplibs"
5459 gmpinc="-I$with_gmp/include $gmpinc"
5461 if test "x$with_gmp_include" != x; then
5462 gmpinc="-I$with_gmp_include $gmpinc"
5464 if test "x$with_gmp_lib" != x; then
5465 gmplibs="-L$with_gmp_lib $gmplibs"
5467 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5468 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5469 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5470 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5471 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5472 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5473 # Do not test the gmp version. Assume that it is sufficient, since
5474 # it is in the source tree, and the library has not been built yet
5475 # but it would be included on the link line in the version check below
5476 # hence making the test fail.
5477 have_gmp=yes
5480 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5481 have_gmp=yes
5482 saved_CFLAGS="$CFLAGS"
5483 CFLAGS="$CFLAGS $gmpinc"
5484 # Check for the recommended and required versions of GMP.
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5486 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5489 /* end confdefs.h. */
5490 #include "gmp.h"
5492 main ()
5495 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5496 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5497 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5498 choke me
5499 #endif
5502 return 0;
5504 _ACEOF
5505 if ac_fn_c_try_compile "$LINENO"; then :
5506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5507 /* end confdefs.h. */
5508 #include <gmp.h>
5510 main ()
5513 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5514 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5515 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5516 choke me
5517 #endif
5520 return 0;
5522 _ACEOF
5523 if ac_fn_c_try_compile "$LINENO"; then :
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5525 $as_echo "yes" >&6; }
5526 else
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5528 $as_echo "buggy but acceptable" >&6; }
5530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5531 else
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5533 $as_echo "no" >&6; }; have_gmp=no
5535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5537 # If we have GMP, check the MPFR version.
5538 if test x"$have_gmp" = xyes; then
5539 # Check for the recommended and required versions of MPFR.
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5541 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5543 /* end confdefs.h. */
5544 #include <gmp.h>
5545 #include <mpfr.h>
5547 main ()
5550 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5551 choke me
5552 #endif
5555 return 0;
5557 _ACEOF
5558 if ac_fn_c_try_compile "$LINENO"; then :
5559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5560 /* end confdefs.h. */
5561 #include <gmp.h>
5562 #include <mpfr.h>
5564 main ()
5567 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5568 choke me
5569 #endif
5572 return 0;
5574 _ACEOF
5575 if ac_fn_c_try_compile "$LINENO"; then :
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5577 $as_echo "yes" >&6; }
5578 else
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5580 $as_echo "buggy but acceptable" >&6; }
5582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5583 else
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5585 $as_echo "no" >&6; }; have_gmp=no
5587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5590 # Check for the MPC header version.
5591 if test x"$have_gmp" = xyes ; then
5592 # Check for the recommended and required versions of MPC.
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5594 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5596 /* end confdefs.h. */
5597 #include <mpc.h>
5599 main ()
5602 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5603 choke me
5604 #endif
5607 return 0;
5609 _ACEOF
5610 if ac_fn_c_try_compile "$LINENO"; then :
5611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5612 /* end confdefs.h. */
5613 #include <mpc.h>
5615 main ()
5618 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5619 choke me
5620 #endif
5623 return 0;
5625 _ACEOF
5626 if ac_fn_c_try_compile "$LINENO"; then :
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5628 $as_echo "yes" >&6; }
5629 else
5630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5631 $as_echo "buggy but acceptable" >&6; }
5633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5634 else
5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5636 $as_echo "no" >&6; }; have_gmp=no
5638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5641 # Now check the MPFR library.
5642 if test x"$have_gmp" = xyes; then
5643 saved_LIBS="$LIBS"
5644 LIBS="$LIBS $gmplibs"
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5646 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5648 /* end confdefs.h. */
5649 #include <mpc.h>
5651 main ()
5654 mpfr_t n;
5655 mpfr_t x;
5656 mpc_t c;
5657 int t;
5658 mpfr_init (n);
5659 mpfr_init (x);
5660 mpfr_atan2 (n, n, x, GMP_RNDN);
5661 mpfr_erfc (n, x, GMP_RNDN);
5662 mpfr_subnormalize (x, t, GMP_RNDN);
5663 mpfr_clear(n);
5664 mpfr_clear(x);
5665 mpc_init2 (c, 53);
5666 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5667 mpc_cosh (c, c, MPC_RNDNN);
5668 mpc_pow (c, c, c, MPC_RNDNN);
5669 mpc_acosh (c, c, MPC_RNDNN);
5670 mpc_clear (c);
5673 return 0;
5675 _ACEOF
5676 if ac_fn_c_try_link "$LINENO"; then :
5677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5678 $as_echo "yes" >&6; }
5679 else
5680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5681 $as_echo "no" >&6; }; have_gmp=no
5683 rm -f core conftest.err conftest.$ac_objext \
5684 conftest$ac_exeext conftest.$ac_ext
5685 LIBS="$saved_LIBS"
5688 CFLAGS="$saved_CFLAGS"
5690 # The library versions listed in the error message below should match
5691 # the HARD-minimums enforced above.
5692 if test x$have_gmp != xyes; then
5693 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5694 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5695 their locations. Source code for these libraries can be found at
5696 their respective hosting sites as well as at
5697 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5698 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5699 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5700 make sure that you have installed both the libraries and the header
5701 files. They may be located in separate packages." "$LINENO" 5
5705 # Flags needed for both GMP, MPFR and/or MPC.
5713 # Allow host libstdc++ to be specified for static linking with PPL.
5715 # Check whether --with-host-libstdcxx was given.
5716 if test "${with_host_libstdcxx+set}" = set; then :
5717 withval=$with_host_libstdcxx;
5721 case $with_host_libstdcxx in
5722 no|yes)
5723 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5725 esac
5727 # Libraries to use for stage1 or when not bootstrapping.
5729 # Check whether --with-stage1-libs was given.
5730 if test "${with_stage1_libs+set}" = set; then :
5731 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5732 stage1_libs=
5733 else
5734 stage1_libs=$withval
5736 else
5737 stage1_libs=$with_host_libstdcxx
5742 # Linker flags to use for stage1 or when not bootstrapping.
5744 # Check whether --with-stage1-ldflags was given.
5745 if test "${with_stage1_ldflags+set}" = set; then :
5746 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5747 stage1_ldflags=
5748 else
5749 stage1_ldflags=$withval
5751 else
5752 stage1_ldflags=
5753 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5754 # if supported. But if the user explicitly specified the libraries to use,
5755 # trust that they are doing what they want.
5756 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5757 stage1_ldflags="-static-libstdc++ -static-libgcc"
5763 # Libraries to use for stage2 and later builds. This defaults to the
5764 # argument passed to --with-host-libstdcxx.
5766 # Check whether --with-boot-libs was given.
5767 if test "${with_boot_libs+set}" = set; then :
5768 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5769 poststage1_libs=
5770 else
5771 poststage1_libs=$withval
5773 else
5774 poststage1_libs=$with_host_libstdcxx
5779 # Linker flags to use for stage2 and later builds.
5781 # Check whether --with-boot-ldflags was given.
5782 if test "${with_boot_ldflags+set}" = set; then :
5783 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5784 poststage1_ldflags=
5785 else
5786 poststage1_ldflags=$withval
5788 else
5789 poststage1_ldflags=
5790 # In stages 2 and 3, default to linking libstdc++ and libgcc
5791 # statically. But if the user explicitly specified the libraries to
5792 # use, trust that they are doing what they want.
5793 if test "$poststage1_libs" = ""; then
5794 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5800 # GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5801 # Basic setup is inlined here, actual checks are in config/cloog.m4 and
5802 # config/isl.m4
5805 # Check whether --with-cloog was given.
5806 if test "${with_cloog+set}" = set; then :
5807 withval=$with_cloog;
5811 # Check whether --with-isl was given.
5812 if test "${with_isl+set}" = set; then :
5813 withval=$with_isl;
5817 # Treat either --without-cloog or --without-isl as a request to disable
5818 # GRAPHITE support and skip all following checks.
5819 if test "x$with_isl" != "xno" &&
5820 test "x$with_cloog" != "xno"; then
5821 # Check for ISL
5824 # Check whether --with-isl-include was given.
5825 if test "${with_isl_include+set}" = set; then :
5826 withval=$with_isl_include;
5830 # Check whether --with-isl-lib was given.
5831 if test "${with_isl_lib+set}" = set; then :
5832 withval=$with_isl_lib;
5836 # Check whether --enable-isl-version-check was given.
5837 if test "${enable_isl_version_check+set}" = set; then :
5838 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5839 else
5840 ENABLE_ISL_CHECK=yes
5844 # Initialize isllibs and islinc.
5845 case $with_isl in
5847 isllibs=
5848 islinc=
5850 "" | yes)
5853 isllibs="-L$with_isl/lib"
5854 islinc="-I$with_isl/include"
5856 esac
5857 if test "x${with_isl_include}" != x ; then
5858 islinc="-I$with_isl_include"
5860 if test "x${with_isl_lib}" != x; then
5861 isllibs="-L$with_isl_lib"
5863 if test "x${islinc}" = x && test "x${isllibs}" = x \
5864 && test -d ${srcdir}/isl; then
5865 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5866 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5867 ENABLE_ISL_CHECK=no
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5869 $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
5874 if test "${ENABLE_ISL_CHECK}" = yes ; then
5875 _isl_saved_CFLAGS=$CFLAGS
5876 _isl_saved_LDFLAGS=$LDFLAGS
5877 _isl_saved_LIBS=$LIBS
5879 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5880 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5881 LIBS="${_isl_saved_LIBS} -lisl"
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5884 $as_echo_n "checking for version 0.10 of ISL... " >&6; }
5885 if test "$cross_compiling" = yes; then :
5886 gcc_cv_isl=yes
5887 else
5888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5889 /* end confdefs.h. */
5890 #include <isl/version.h>
5891 #include <string.h>
5893 main ()
5895 if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5896 return 1;
5899 return 0;
5901 _ACEOF
5902 if ac_fn_c_try_run "$LINENO"; then :
5903 gcc_cv_isl=yes
5904 else
5905 gcc_cv_isl=no
5907 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5908 conftest.$ac_objext conftest.beam conftest.$ac_ext
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5912 $as_echo "$gcc_cv_isl" >&6; }
5914 CFLAGS=$_isl_saved_CFLAGS
5915 LDFLAGS=$_isl_saved_LDFLAGS
5916 LIBS=$_isl_saved_LIBS
5920 if test "${gcc_cv_isl}" = no ; then
5922 if test "${ENABLE_ISL_CHECK}" = yes ; then
5923 _isl_saved_CFLAGS=$CFLAGS
5924 _isl_saved_LDFLAGS=$LDFLAGS
5925 _isl_saved_LIBS=$LIBS
5927 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5928 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5929 LIBS="${_isl_saved_LIBS} -lisl"
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5932 $as_echo_n "checking for version 0.11 of ISL... " >&6; }
5933 if test "$cross_compiling" = yes; then :
5934 gcc_cv_isl=yes
5935 else
5936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5937 /* end confdefs.h. */
5938 #include <isl/version.h>
5939 #include <string.h>
5941 main ()
5943 if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5944 return 1;
5947 return 0;
5949 _ACEOF
5950 if ac_fn_c_try_run "$LINENO"; then :
5951 gcc_cv_isl=yes
5952 else
5953 gcc_cv_isl=no
5955 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5956 conftest.$ac_objext conftest.beam conftest.$ac_ext
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5960 $as_echo "$gcc_cv_isl" >&6; }
5962 CFLAGS=$_isl_saved_CFLAGS
5963 LDFLAGS=$_isl_saved_LDFLAGS
5964 LIBS=$_isl_saved_LIBS
5973 if test "x${with_isl}" = xno; then
5974 graphite_requested=no
5975 elif test "x${with_isl}" != x \
5976 || test "x${with_isl_include}" != x \
5977 || test "x${with_isl_lib}" != x ; then
5978 graphite_requested=yes
5979 else
5980 graphite_requested=no
5985 if test "${gcc_cv_isl}" = no ; then
5986 isllibs=
5987 islinc=
5990 if test "${graphite_requested}" = yes \
5991 && test "x${isllibs}" = x \
5992 && test "x${islinc}" = x ; then
5994 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5999 if test "x$gcc_cv_isl" != "xno"; then
6000 # Check for CLOOG
6003 # Check whether --with-cloog-include was given.
6004 if test "${with_cloog_include+set}" = set; then :
6005 withval=$with_cloog_include;
6009 # Check whether --with-cloog-lib was given.
6010 if test "${with_cloog_lib+set}" = set; then :
6011 withval=$with_cloog_lib;
6015 # Check whether --enable-cloog-version-check was given.
6016 if test "${enable_cloog_version_check+set}" = set; then :
6017 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
6018 else
6019 ENABLE_CLOOG_CHECK=yes
6023 # Initialize clooglibs and clooginc.
6024 case $with_cloog in
6026 clooglibs=
6027 clooginc=
6029 "" | yes)
6032 clooglibs="-L$with_cloog/lib"
6033 clooginc="-I$with_cloog/include"
6035 esac
6036 if test "x${with_cloog_include}" != x ; then
6037 clooginc="-I$with_cloog_include"
6039 if test "x${with_cloog_lib}" != x; then
6040 clooglibs="-L$with_cloog_lib"
6042 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
6043 && test -d ${srcdir}/cloog; then
6044 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6045 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
6046 ENABLE_CLOOG_CHECK=no
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6048 $as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
6051 clooginc="-DCLOOG_INT_GMP ${clooginc}"
6052 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
6058 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6059 _cloog_saved_CFLAGS=$CFLAGS
6060 _cloog_saved_LDFLAGS=$LDFLAGS
6062 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6063 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
6066 $as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
6067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6068 /* end confdefs.h. */
6069 #include "cloog/version.h"
6071 main ()
6073 #if CLOOG_VERSION_MAJOR != 0 \
6074 || CLOOG_VERSION_MINOR != 17 \
6075 || CLOOG_VERSION_REVISION < 0
6076 choke me
6077 #endif
6079 return 0;
6081 _ACEOF
6082 if ac_fn_c_try_compile "$LINENO"; then :
6083 gcc_cv_cloog=yes
6084 else
6085 gcc_cv_cloog=no
6087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6089 $as_echo "$gcc_cv_cloog" >&6; }
6091 CFLAGS=$_cloog_saved_CFLAGS
6092 LDFLAGS=$_cloog_saved_LDFLAGS
6096 if test "${gcc_cv_cloog}" = no ; then
6100 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6101 _cloog_saved_CFLAGS=$CFLAGS
6102 _cloog_saved_LDFLAGS=$LDFLAGS
6104 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6105 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.0 of CLooG" >&5
6108 $as_echo_n "checking for version 0.18.0 of CLooG... " >&6; }
6109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6110 /* end confdefs.h. */
6111 #include "cloog/version.h"
6113 main ()
6115 #if CLOOG_VERSION_MAJOR != 0 \
6116 || CLOOG_VERSION_MINOR != 18 \
6117 || CLOOG_VERSION_REVISION < 0
6118 choke me
6119 #endif
6121 return 0;
6123 _ACEOF
6124 if ac_fn_c_try_compile "$LINENO"; then :
6125 gcc_cv_cloog=yes
6126 else
6127 gcc_cv_cloog=no
6129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6131 $as_echo "$gcc_cv_cloog" >&6; }
6133 CFLAGS=$_cloog_saved_CFLAGS
6134 LDFLAGS=$_cloog_saved_LDFLAGS
6144 if test "x${with_cloog}" = xno; then
6145 graphite_requested=no
6146 elif test "x${with_cloog}" != x \
6147 || test "x${with_cloog_include}" != x \
6148 || test "x${with_cloog_lib}" != x ; then
6149 graphite_requested=yes
6150 else
6151 graphite_requested=no
6156 if test "${gcc_cv_cloog}" = no ; then
6157 clooglibs=
6158 clooginc=
6161 if test "${graphite_requested}" = yes \
6162 && test "x${clooglibs}" = x \
6163 && test "x${clooginc}" = x ; then
6165 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6172 # If either the ISL or the CLooG check failed, disable builds of in-tree
6173 # variants of both
6174 if test "x$with_isl" = xno ||
6175 test "x$with_cloog" = xno ||
6176 test "x$gcc_cv_cloog" = xno ||
6177 test "x$gcc_cv_isl" = xno; then
6178 noconfigdirs="$noconfigdirs cloog isl"
6179 islinc=
6180 clooginc=
6181 clooglibs=
6189 # Check for LTO support.
6190 # Check whether --enable-lto was given.
6191 if test "${enable_lto+set}" = set; then :
6192 enableval=$enable_lto; enable_lto=$enableval
6193 else
6194 enable_lto=yes; default_enable_lto=yes
6201 target_elf=no
6202 case $target in
6203 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6204 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
6205 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6206 target_elf=no
6209 target_elf=yes
6211 esac
6213 if test $target_elf = yes; then :
6214 # ELF platforms build the lto-plugin always.
6215 build_lto_plugin=yes
6217 else
6218 if test x"$default_enable_lto" = x"yes" ; then
6219 case $target in
6220 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
6221 # On other non-ELF platforms, LTO has yet to be validated.
6222 *) enable_lto=no ;;
6223 esac
6224 else
6225 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6226 # It would also be nice to check the binutils support, but we don't
6227 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6228 # warn during gcc/ subconfigure; unless you're bootstrapping with
6229 # -flto it won't be needed until after installation anyway.
6230 case $target in
6231 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6232 *) if test x"$enable_lto" = x"yes"; then
6233 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6236 esac
6238 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6239 # Build it unless LTO was explicitly disabled.
6240 case $target in
6241 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6242 *) ;;
6243 esac
6249 # By default, C and C++ are the only stage 1 languages.
6250 stage1_languages=,c,
6252 # Target libraries that we bootstrap.
6253 bootstrap_target_libs=,target-libgcc,
6255 # Figure out what language subdirectories are present.
6256 # Look if the user specified --enable-languages="..."; if not, use
6257 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6258 # go away some day.
6259 # NB: embedded tabs in this IF block -- do not untabify
6260 if test -d ${srcdir}/gcc; then
6261 if test x"${enable_languages+set}" != xset; then
6262 if test x"${LANGUAGES+set}" = xset; then
6263 enable_languages="${LANGUAGES}"
6264 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6265 else
6266 enable_languages=all
6268 else
6269 if test x"${enable_languages}" = x ||
6270 test x"${enable_languages}" = xyes;
6271 then
6272 echo configure.in: --enable-languages needs at least one language argument 1>&2
6273 exit 1
6276 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6278 # 'f95' is the old name for the 'fortran' language. We issue a warning
6279 # and make the substitution.
6280 case ,${enable_languages}, in
6281 *,f95,*)
6282 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6283 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6285 esac
6287 # If bootstrapping, C++ must be enabled.
6288 case ",$enable_languages,:$enable_bootstrap" in
6289 *,c++,*:*) ;;
6290 *:yes)
6291 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6292 enable_languages="${enable_languages},c++"
6293 else
6294 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
6297 esac
6299 # First scan to see if an enabled language requires some other language.
6300 # We assume that a given config-lang.in will list all the language
6301 # front ends it requires, even if some are required indirectly.
6302 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6303 case ${lang_frag} in
6304 ..) ;;
6305 # The odd quoting in the next line works around
6306 # an apparent bug in bash 1.12 on linux.
6307 ${srcdir}/gcc/[*]/config-lang.in) ;;
6309 # From the config-lang.in, get $language, $lang_requires, and
6310 # $lang_requires_boot_languages.
6311 language=
6312 lang_requires=
6313 lang_requires_boot_languages=
6314 . ${lang_frag}
6315 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6316 case ,${enable_languages}, in
6317 *,$other,*) ;;
6318 *,all,*) ;;
6319 *,$language,*)
6320 echo " \`$other' language required by \`$language'; enabling" 1>&2
6321 enable_languages="${enable_languages},${other}"
6323 esac
6324 done
6325 for other in ${lang_requires_boot_languages} ; do
6326 if test "$other" != "c"; then
6327 case ,${enable_stage1_languages}, in
6328 *,$other,*) ;;
6329 *,all,*) ;;
6331 case ,${enable_languages}, in
6332 *,$language,*)
6333 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6334 enable_stage1_languages="$enable_stage1_languages,${other}"
6336 esac
6338 esac
6340 done
6342 esac
6343 done
6345 new_enable_languages=,c,
6347 # If LTO is enabled, add the LTO front end.
6348 extra_host_libiberty_configure_flags=
6349 if test "$enable_lto" = "yes" ; then
6350 case ,${enable_languages}, in
6351 *,lto,*) ;;
6352 *) enable_languages="${enable_languages},lto" ;;
6353 esac
6354 if test "${build_lto_plugin}" = "yes" ; then
6355 configdirs="$configdirs lto-plugin"
6356 extra_host_libiberty_configure_flags=--enable-shared
6361 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6362 potential_languages=,c,
6364 enabled_target_libs=
6365 disabled_target_libs=
6367 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6368 case ${lang_frag} in
6369 ..) ;;
6370 # The odd quoting in the next line works around
6371 # an apparent bug in bash 1.12 on linux.
6372 ${srcdir}/gcc/[*]/config-lang.in) ;;
6374 # From the config-lang.in, get $language, $target_libs,
6375 # $lang_dirs, $boot_language, and $build_by_default
6376 language=
6377 target_libs=
6378 lang_dirs=
6379 subdir_requires=
6380 boot_language=no
6381 build_by_default=yes
6382 . ${lang_frag}
6383 if test x${language} = x; then
6384 echo "${lang_frag} doesn't set \$language." 1>&2
6385 exit 1
6388 if test "$language" = "c++"; then
6389 boot_language=yes
6392 add_this_lang=no
6393 case ,${enable_languages}, in
6394 *,${language},*)
6395 # Language was explicitly selected; include it
6396 # unless it is C, which is enabled by default.
6397 if test "$language" != "c"; then
6398 add_this_lang=yes
6401 *,all,*)
6402 # 'all' was selected, select it if it is a default language
6403 if test "$language" != "c"; then
6404 add_this_lang=${build_by_default}
6407 esac
6409 # Disable languages that need other directories if these aren't available.
6410 for i in $subdir_requires; do
6411 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6412 case ,${enable_languages}, in
6413 *,${language},*)
6414 # Specifically requested language; tell them.
6415 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6418 # Silently disable.
6419 add_this_lang=unsupported
6421 esac
6422 done
6424 # Disable Ada if no preexisting GNAT is available.
6425 case ,${enable_languages},:${language}:${have_gnat} in
6426 *,${language},*:ada:no)
6427 # Specifically requested language; tell them.
6428 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6430 *:ada:no)
6431 # Silently disable.
6432 add_this_lang=unsupported
6434 esac
6436 # Disable a language that is unsupported by the target.
6437 case " $unsupported_languages " in
6438 *" $language "*)
6439 add_this_lang=unsupported
6441 esac
6443 case $add_this_lang in
6444 unsupported)
6445 # Remove language-dependent dirs.
6446 disabled_target_libs="$disabled_target_libs $target_libs"
6447 noconfigdirs="$noconfigdirs $lang_dirs"
6450 # Remove language-dependent dirs; still show language as supported.
6451 disabled_target_libs="$disabled_target_libs $target_libs"
6452 noconfigdirs="$noconfigdirs $lang_dirs"
6453 potential_languages="${potential_languages}${language},"
6455 yes)
6456 new_enable_languages="${new_enable_languages}${language},"
6457 potential_languages="${potential_languages}${language},"
6458 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6459 enabled_target_libs="$enabled_target_libs $target_libs"
6460 case "${boot_language}:,$enable_stage1_languages," in
6461 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6462 # Add to (comma-separated) list of stage 1 languages.
6463 case ",$stage1_languages," in
6464 *,$language,* | ,yes, | ,all,) ;;
6465 *) stage1_languages="${stage1_languages}${language}," ;;
6466 esac
6467 # We need to bootstrap any supporting libraries.
6468 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6470 esac
6472 esac
6474 esac
6475 done
6477 # Add target libraries which are only needed for disabled languages
6478 # to noconfigdirs.
6479 if test -n "$disabled_target_libs"; then
6480 for dir in $disabled_target_libs; do
6481 case " $enabled_target_libs " in
6482 *" ${dir} "*) ;;
6483 *) noconfigdirs="$noconfigdirs $dir" ;;
6484 esac
6485 done
6488 # Check whether --enable-stage1-languages was given.
6489 if test "${enable_stage1_languages+set}" = set; then :
6490 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6491 ,no,|,,)
6492 # Set it to something that will have no effect in the loop below
6493 enable_stage1_languages=c ;;
6494 ,yes,)
6495 enable_stage1_languages=`echo $new_enable_languages | \
6496 sed -e "s/^,//" -e "s/,$//" ` ;;
6497 *,all,*)
6498 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6499 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6500 esac
6502 # Add "good" languages from enable_stage1_languages to stage1_languages,
6503 # while "bad" languages go in missing_languages. Leave no duplicates.
6504 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6505 case $potential_languages in
6506 *,$i,*)
6507 case $stage1_languages in
6508 *,$i,*) ;;
6509 *) stage1_languages="$stage1_languages$i," ;;
6510 esac ;;
6512 case $missing_languages in
6513 *,$i,*) ;;
6514 *) missing_languages="$missing_languages$i," ;;
6515 esac ;;
6516 esac
6517 done
6521 # Remove leading/trailing commas that were added for simplicity
6522 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6523 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6524 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6525 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6527 if test "x$missing_languages" != x; then
6528 as_fn_error "
6529 The following requested languages could not be built: ${missing_languages}
6530 Supported languages are: ${potential_languages}" "$LINENO" 5
6532 if test "x$new_enable_languages" != "x$enable_languages"; then
6533 echo The following languages will be built: ${new_enable_languages}
6534 enable_languages="$new_enable_languages"
6538 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6541 # Handle --disable-<component> generically.
6542 for dir in $configdirs $build_configdirs $target_configdirs ; do
6543 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6544 varname=`echo $dirname | sed -e s/+/_/g`
6545 if eval test x\${enable_${varname}} "=" xno ; then
6546 noconfigdirs="$noconfigdirs $dir"
6548 done
6550 # Check for Boehm's garbage collector
6551 # Check whether --enable-objc-gc was given.
6552 if test "${enable_objc_gc+set}" = set; then :
6553 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6554 *,objc,*:*:yes:*target-boehm-gc*)
6555 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6557 esac
6561 # Make sure we only build Boehm's garbage collector if required.
6562 case ,${enable_languages},:${enable_objc_gc} in
6563 *,objc,*:yes)
6564 # Keep target-boehm-gc if requested for Objective-C.
6567 # Otherwise remove target-boehm-gc depending on target-libjava.
6568 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6569 noconfigdirs="$noconfigdirs target-boehm-gc"
6572 esac
6575 # Check whether --with-upc-pts was given.
6576 if test "${with_upc_pts+set}" = set; then :
6577 withval=$with_upc_pts;
6578 case ,${enable_languages}, in
6579 *,upc,)
6580 case "$withval" in
6581 struct|packed)
6582 true
6585 as_fn_error "$withval is an invalid option to --with-upc-pts" "$LINENO" 5
6587 esac
6590 as_fn_error "--with-upc-pts supplied, but UPC language not enabled" "$LINENO" 5
6592 esac
6597 # Disable libitm and libsanitizer if we're not building C++
6598 case ,${enable_languages}, in
6599 *,c++,*) ;;
6601 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
6603 esac
6605 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6606 # $build_configdirs and $target_configdirs.
6607 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6609 notsupp=""
6610 for dir in . $skipdirs $noconfigdirs ; do
6611 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6612 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6613 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6614 if test -r $srcdir/$dirname/configure ; then
6615 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6616 true
6617 else
6618 notsupp="$notsupp $dir"
6622 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6623 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6624 if test -r $srcdir/$dirname/configure ; then
6625 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6626 true
6627 else
6628 notsupp="$notsupp $dir"
6632 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6633 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6634 if test -r $srcdir/$dirname/configure ; then
6635 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6636 true
6637 else
6638 notsupp="$notsupp $dir"
6642 done
6644 # Quietly strip out all directories which aren't configurable in this tree.
6645 # This relies on all configurable subdirectories being autoconfiscated, which
6646 # is now the case.
6647 build_configdirs_all="$build_configdirs"
6648 build_configdirs=
6649 for i in ${build_configdirs_all} ; do
6650 j=`echo $i | sed -e s/build-//g`
6651 if test -f ${srcdir}/$j/configure ; then
6652 build_configdirs="${build_configdirs} $i"
6654 done
6656 configdirs_all="$configdirs"
6657 configdirs=
6658 for i in ${configdirs_all} ; do
6659 if test -f ${srcdir}/$i/configure ; then
6660 configdirs="${configdirs} $i"
6662 done
6664 target_configdirs_all="$target_configdirs"
6665 target_configdirs=
6666 for i in ${target_configdirs_all} ; do
6667 j=`echo $i | sed -e s/target-//g`
6668 if test -f ${srcdir}/$j/configure ; then
6669 target_configdirs="${target_configdirs} $i"
6671 done
6673 # Produce a warning message for the subdirs we can't configure.
6674 # This isn't especially interesting in the Cygnus tree, but in the individual
6675 # FSF releases, it's important to let people know when their machine isn't
6676 # supported by the one or two programs in a package.
6678 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6679 # If $appdirs is non-empty, at least one of those directories must still
6680 # be configured, or we error out. (E.g., if the gas release supports a
6681 # specified target in some subdirs but not the gas subdir, we shouldn't
6682 # pretend that all is well.)
6683 if test -n "$appdirs" ; then
6684 for dir in $appdirs ; do
6685 if test -r $dir/Makefile.in ; then
6686 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6687 appdirs=""
6688 break
6690 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6691 appdirs=""
6692 break
6695 done
6696 if test -n "$appdirs" ; then
6697 echo "*** This configuration is not supported by this package." 1>&2
6698 exit 1
6701 # Okay, some application will build, or we don't care to check. Still
6702 # notify of subdirs not getting built.
6703 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6704 echo " ${notsupp}" 1>&2
6705 echo " (Any other directories should still work fine.)" 1>&2
6708 case "$host" in
6709 *msdosdjgpp*)
6710 enable_gdbtk=no ;;
6711 esac
6713 # To find our prefix, in gcc_cv_tool_prefix.
6715 # The user is always right.
6716 if test "${PATH_SEPARATOR+set}" != set; then
6717 echo "#! /bin/sh" >conf$$.sh
6718 echo "exit 0" >>conf$$.sh
6719 chmod +x conf$$.sh
6720 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6721 PATH_SEPARATOR=';'
6722 else
6723 PATH_SEPARATOR=:
6725 rm -f conf$$.sh
6730 if test "x$exec_prefix" = xNONE; then
6731 if test "x$prefix" = xNONE; then
6732 gcc_cv_tool_prefix=$ac_default_prefix
6733 else
6734 gcc_cv_tool_prefix=$prefix
6736 else
6737 gcc_cv_tool_prefix=$exec_prefix
6740 # If there is no compiler in the tree, use the PATH only. In any
6741 # case, if there is no compiler in the tree nobody should use
6742 # AS_FOR_TARGET and LD_FOR_TARGET.
6743 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6744 gcc_version=`cat $srcdir/gcc/BASE-VER`
6745 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6746 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6747 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6748 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6749 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6750 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6751 else
6752 gcc_cv_tool_dirs=
6755 if test x$build = x$target && test -n "$md_exec_prefix"; then
6756 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6761 copy_dirs=
6764 # Check whether --with-build-sysroot was given.
6765 if test "${with_build_sysroot+set}" = set; then :
6766 withval=$with_build_sysroot; if test x"$withval" != x ; then
6767 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6769 else
6770 SYSROOT_CFLAGS_FOR_TARGET=
6776 # Check whether --with-debug-prefix-map was given.
6777 if test "${with_debug_prefix_map+set}" = set; then :
6778 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6779 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6780 for debug_map in $withval; do
6781 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6782 done
6784 else
6785 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6790 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6791 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6792 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6793 # We want to ensure that TARGET libraries (which we know are built with
6794 # gcc) are built with "-O2 -g", so include those options when setting
6795 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6796 if test "x$CFLAGS_FOR_TARGET" = x; then
6797 CFLAGS_FOR_TARGET=$CFLAGS
6798 case " $CFLAGS " in
6799 *" -O2 "*) ;;
6800 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6801 esac
6802 case " $CFLAGS " in
6803 *" -g "* | *" -g3 "*) ;;
6804 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6805 esac
6809 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6810 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6811 case " $CXXFLAGS " in
6812 *" -O2 "*) ;;
6813 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6814 esac
6815 case " $CXXFLAGS " in
6816 *" -g "* | *" -g3 "*) ;;
6817 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6818 esac
6824 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6825 # the named directory are copied to $(tooldir)/sys-include.
6826 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6827 if test x${is_cross_compiler} = xno ; then
6828 echo 1>&2 '***' --with-headers is only supported when cross compiling
6829 exit 1
6831 if test x"${with_headers}" != xyes ; then
6832 x=${gcc_cv_tool_prefix}
6833 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6837 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6838 # the name directories are copied to $(tooldir)/lib. Multiple directories
6839 # are permitted.
6840 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6841 if test x${is_cross_compiler} = xno ; then
6842 echo 1>&2 '***' --with-libs is only supported when cross compiling
6843 exit 1
6845 if test x"${with_libs}" != xyes ; then
6846 # Copy the libraries in reverse order, so that files in the first named
6847 # library override files in subsequent libraries.
6848 x=${gcc_cv_tool_prefix}
6849 for l in ${with_libs}; do
6850 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6851 done
6855 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6857 # This is done by determining whether or not the appropriate directory
6858 # is available, and by checking whether or not specific configurations
6859 # have requested that this magic not happen.
6861 # The command line options always override the explicit settings in
6862 # configure.in, and the settings in configure.in override this magic.
6864 # If the default for a toolchain is to use GNU as and ld, and you don't
6865 # want to do that, then you should use the --without-gnu-as and
6866 # --without-gnu-ld options for the configure script. Similarly, if
6867 # the default is to use the included zlib and you don't want to do that,
6868 # you should use the --with-system-zlib option for the configure script.
6870 if test x${use_gnu_as} = x &&
6871 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6872 with_gnu_as=yes
6873 extra_host_args="$extra_host_args --with-gnu-as"
6876 if test x${use_gnu_ld} = x &&
6877 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6878 with_gnu_ld=yes
6879 extra_host_args="$extra_host_args --with-gnu-ld"
6882 if test x${use_included_zlib} = x &&
6883 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6885 else
6886 with_system_zlib=yes
6887 extra_host_args="$extra_host_args --with-system-zlib"
6890 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6891 # can detect this case.
6893 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6894 with_newlib=yes
6895 extra_host_args="$extra_host_args --with-newlib"
6898 # Handle ${copy_dirs}
6899 set fnord ${copy_dirs}
6900 shift
6901 while test $# != 0 ; do
6902 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6904 else
6905 echo Copying $1 to $2
6907 # Use the install script to create the directory and all required
6908 # parent directories.
6909 if test -d $2 ; then
6911 else
6912 echo >config.temp
6913 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6916 # Copy the directory, assuming we have tar.
6917 # FIXME: Should we use B in the second tar? Not all systems support it.
6918 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6920 # It is the responsibility of the user to correctly adjust all
6921 # symlinks. If somebody can figure out how to handle them correctly
6922 # here, feel free to add the code.
6924 echo $1 > $2/COPIED
6926 shift; shift
6927 done
6929 # Determine a target-dependent exec_prefix that the installed
6930 # gcc will search in. Keep this list sorted by triplet, with
6931 # the *-*-osname triplets last.
6932 md_exec_prefix=
6933 case "${target}" in
6934 i[34567]86-pc-msdosdjgpp*)
6935 md_exec_prefix=/dev/env/DJDIR/bin
6937 *-*-hpux* | \
6938 *-*-nto-qnx* | \
6939 *-*-solaris2*)
6940 md_exec_prefix=/usr/ccs/bin
6942 esac
6944 extra_arflags_for_target=
6945 extra_nmflags_for_target=
6946 extra_ranlibflags_for_target=
6947 target_makefile_frag=/dev/null
6948 case "${target}" in
6949 spu-*-*)
6950 target_makefile_frag="config/mt-spu"
6952 mips*-sde-elf* | mips*-mti-elf*)
6953 target_makefile_frag="config/mt-sde"
6955 mipsisa*-*-elfoabi*)
6956 target_makefile_frag="config/mt-mips-elfoabi"
6958 mips*-*-*linux* | mips*-*-gnu*)
6959 target_makefile_frag="config/mt-mips-gnu"
6961 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6962 target_makefile_frag="config/mt-gnu"
6964 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6965 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6966 # commands to handle both 32-bit and 64-bit objects. These flags are
6967 # harmless if we're using GNU nm or ar.
6968 extra_arflags_for_target=" -X32_64"
6969 extra_nmflags_for_target=" -B -X32_64"
6971 esac
6973 alphaieee_frag=/dev/null
6974 case $target in
6975 alpha*-*-*)
6976 # This just makes sure to use the -mieee option to build target libs.
6977 # This should probably be set individually by each library.
6978 alphaieee_frag="config/mt-alphaieee"
6980 esac
6982 # If --enable-target-optspace always use -Os instead of -O2 to build
6983 # the target libraries, similarly if it is not specified, use -Os
6984 # on selected platforms.
6985 ospace_frag=/dev/null
6986 case "${enable_target_optspace}:${target}" in
6987 yes:*)
6988 ospace_frag="config/mt-ospace"
6990 :d30v-*)
6991 ospace_frag="config/mt-d30v"
6993 :m32r-* | :d10v-* | :fr30-*)
6994 ospace_frag="config/mt-ospace"
6996 no:* | :*)
6999 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7001 esac
7003 # Some systems (e.g., one of the i386-aix systems the gas testers are
7004 # using) don't handle "\$" correctly, so don't use it here.
7005 tooldir='${exec_prefix}'/${target_noncanonical}
7006 build_tooldir=${tooldir}
7008 # Create a .gdbinit file which runs the one in srcdir
7009 # and tells GDB to look there for source files.
7011 if test -r ${srcdir}/.gdbinit ; then
7012 case ${srcdir} in
7013 .) ;;
7014 *) cat > ./.gdbinit <<EOF
7015 # ${NO_EDIT}
7016 dir ${srcdir}
7017 dir .
7018 source ${srcdir}/.gdbinit
7021 esac
7024 # Make sure that the compiler is able to generate an executable. If it
7025 # can't, we are probably in trouble. We don't care whether we can run the
7026 # executable--we might be using a cross compiler--we only care whether it
7027 # can be created. At this point the main configure script has set CC.
7028 we_are_ok=no
7029 echo "int main () { return 0; }" > conftest.c
7030 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7031 if test $? = 0 ; then
7032 if test -s conftest || test -s conftest.exe ; then
7033 we_are_ok=yes
7036 case $we_are_ok in
7038 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7039 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7040 rm -f conftest*
7041 exit 1
7043 esac
7044 rm -f conftest*
7046 # Decide which environment variable is used to find dynamic libraries.
7047 case "${host}" in
7048 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
7049 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
7050 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
7051 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7052 esac
7054 # On systems where the dynamic library environment variable is PATH,
7055 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
7056 # built executables to PATH.
7057 if test "$RPATH_ENVVAR" = PATH; then
7058 GCC_SHLIB_SUBDIR=/shlib
7059 else
7060 GCC_SHLIB_SUBDIR=
7063 # Record target_configdirs and the configure arguments for target and
7064 # build configuration in Makefile.
7065 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7066 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7068 # If we are building libgomp, bootstrap it.
7069 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7070 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7073 # If we are building libsanitizer, bootstrap it.
7074 if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1 ; then
7075 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
7078 # Determine whether gdb needs tk/tcl or not.
7079 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7080 # and in that case we want gdb to be built without tk. Ugh!
7081 # In fact I believe gdb is the *only* package directly dependent on tk,
7082 # so we should be able to put the 'maybe's in unconditionally and
7083 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7084 # 100% sure that that's safe though.
7086 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7087 case "$enable_gdbtk" in
7089 GDB_TK="" ;;
7090 yes)
7091 GDB_TK="${gdb_tk}" ;;
7093 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7094 # distro. Eventually someone will fix this and move Insight, nee
7095 # gdbtk to a separate directory.
7096 if test -d ${srcdir}/gdb/gdbtk ; then
7097 GDB_TK="${gdb_tk}"
7098 else
7099 GDB_TK=""
7102 esac
7103 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7104 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7106 # Strip out unwanted targets.
7108 # While at that, we remove Makefiles if we were started for recursive
7109 # configuration, so that the top-level Makefile reconfigures them,
7110 # like we used to do when configure itself was recursive.
7112 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7113 # but now we're fixing up the Makefile ourselves with the additional
7114 # commands passed to AC_CONFIG_FILES. Use separate variables
7115 # extrasub-{build,host,target} not because there is any reason to split
7116 # the substitutions up that way, but only to remain below the limit of
7117 # 99 commands in a script, for HP-UX sed.
7118 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7120 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7121 yes:yes:*\ gold\ *:*,c++,*) ;;
7122 yes:yes:*\ gold\ *:*)
7123 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7125 esac
7127 # Adjust the toplevel makefile according to whether bootstrap was selected.
7128 case $enable_bootstrap in
7129 yes)
7130 bootstrap_suffix=bootstrap
7131 BUILD_CONFIG=bootstrap-debug
7134 bootstrap_suffix=no-bootstrap
7135 BUILD_CONFIG=
7137 esac
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7140 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7143 # Check whether --with-build-config was given.
7144 if test "${with_build_config+set}" = set; then :
7145 withval=$with_build_config; case $with_build_config in
7146 yes) with_build_config= ;;
7147 no) with_build_config= BUILD_CONFIG= ;;
7148 esac
7152 if test "x${with_build_config}" != x; then
7153 BUILD_CONFIG=$with_build_config
7154 else
7155 case $BUILD_CONFIG in
7156 bootstrap-debug)
7157 if echo "int f (void) { return 0; }" > conftest.c &&
7158 ${CC} -c conftest.c &&
7159 mv conftest.o conftest.o.g0 &&
7160 ${CC} -c -g conftest.c &&
7161 mv conftest.o conftest.o.g &&
7162 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7164 else
7165 BUILD_CONFIG=
7167 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7169 esac
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7172 $as_echo "$BUILD_CONFIG" >&6; }
7175 extrasub_build=
7176 for module in ${build_configdirs} ; do
7177 if test -z "${no_recursion}" \
7178 && test -f ${build_subdir}/${module}/Makefile; then
7179 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7180 rm -f ${build_subdir}/${module}/Makefile
7182 extrasub_build="$extrasub_build
7183 /^@if build-$module\$/d
7184 /^@endif build-$module\$/d
7185 /^@if build-$module-$bootstrap_suffix\$/d
7186 /^@endif build-$module-$bootstrap_suffix\$/d"
7187 done
7188 extrasub_host=
7189 for module in ${configdirs} ; do
7190 if test -z "${no_recursion}"; then
7191 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7192 if test -f ${file}; then
7193 echo 1>&2 "*** removing ${file} to force reconfigure"
7194 rm -f ${file}
7196 done
7198 extrasub_host="$extrasub_host
7199 /^@if $module\$/d
7200 /^@endif $module\$/d
7201 /^@if $module-$bootstrap_suffix\$/d
7202 /^@endif $module-$bootstrap_suffix\$/d"
7203 done
7204 extrasub_target=
7205 for module in ${target_configdirs} ; do
7206 if test -z "${no_recursion}" \
7207 && test -f ${target_subdir}/${module}/Makefile; then
7208 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7209 rm -f ${target_subdir}/${module}/Makefile
7212 # We only bootstrap target libraries listed in bootstrap_target_libs.
7213 case $bootstrap_target_libs in
7214 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7215 *) target_bootstrap_suffix=no-bootstrap ;;
7216 esac
7218 extrasub_target="$extrasub_target
7219 /^@if target-$module\$/d
7220 /^@endif target-$module\$/d
7221 /^@if target-$module-$target_bootstrap_suffix\$/d
7222 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7223 done
7225 # Do the final fixup along with target modules.
7226 extrasub_target="$extrasub_target
7227 /^@if /,/^@endif /d"
7229 # Create the serialization dependencies. This uses a temporary file.
7231 # Check whether --enable-serial-configure was given.
7232 if test "${enable_serial_configure+set}" = set; then :
7233 enableval=$enable_serial_configure;
7237 case ${enable_serial_configure} in
7238 yes)
7239 enable_serial_build_configure=yes
7240 enable_serial_host_configure=yes
7241 enable_serial_target_configure=yes
7243 esac
7245 # These force 'configure's to be done one at a time, to avoid problems
7246 # with contention over a shared config.cache.
7247 rm -f serdep.tmp
7248 echo '# serdep.tmp' > serdep.tmp
7249 olditem=
7250 test "x${enable_serial_build_configure}" = xyes &&
7251 for item in ${build_configdirs} ; do
7252 case ${olditem} in
7253 "") ;;
7254 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7255 esac
7256 olditem=${item}
7257 done
7258 olditem=
7259 test "x${enable_serial_host_configure}" = xyes &&
7260 for item in ${configdirs} ; do
7261 case ${olditem} in
7262 "") ;;
7263 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7264 esac
7265 olditem=${item}
7266 done
7267 olditem=
7268 test "x${enable_serial_target_configure}" = xyes &&
7269 for item in ${target_configdirs} ; do
7270 case ${olditem} in
7271 "") ;;
7272 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7273 esac
7274 olditem=${item}
7275 done
7276 serialization_dependencies=serdep.tmp
7279 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7280 # target, nonopt, and variable assignments. These are the ones we
7281 # might not want to pass down to subconfigures. The exception being
7282 # --cache-file=/dev/null, which is used to turn off the use of cache
7283 # files altogether, and which should be passed on to subconfigures.
7284 # Also strip program-prefix, program-suffix, and program-transform-name,
7285 # so that we can pass down a consistent program-transform-name.
7286 baseargs=
7287 tbaseargs=
7288 keep_next=no
7289 skip_next=no
7290 eval "set -- $ac_configure_args"
7291 for ac_arg
7293 if test X"$skip_next" = X"yes"; then
7294 skip_next=no
7295 continue
7297 if test X"$keep_next" = X"yes"; then
7298 case $ac_arg in
7299 *\'*)
7300 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7301 esac
7302 baseargs="$baseargs '$ac_arg'"
7303 tbaseargs="$tbaseargs '$ac_arg'"
7304 keep_next=no
7305 continue
7308 # Handle separated arguments. Based on the logic generated by
7309 # autoconf 2.59.
7310 case $ac_arg in
7311 *=* | --config-cache | -C | -disable-* | --disable-* \
7312 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7313 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7314 | -with-* | --with-* | -without-* | --without-* | --x)
7315 separate_arg=no
7318 separate_arg=yes
7321 separate_arg=no
7323 esac
7325 skip_targ=no
7326 case $ac_arg in
7328 --with-* | --without-*)
7329 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7331 case $libopt in
7332 *[-_]include)
7333 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7335 *[-_]lib)
7336 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7339 lib=$libopt
7341 esac
7344 case $lib in
7345 mpc | mpfr | gmp | cloog)
7346 # If we're processing --with-$lib, --with-$lib-include or
7347 # --with-$lib-lib, for one of the libs above, and target is
7348 # different from host, don't pass the current argument to any
7349 # target library's configure.
7350 if test x$is_cross_compiler = xyes; then
7351 skip_targ=yes
7354 esac
7356 esac
7358 case "$ac_arg" in
7359 --cache-file=/dev/null | \
7360 -cache-file=/dev/null )
7361 # Handled here to avoid the test to skip args below.
7362 baseargs="$baseargs '$ac_arg'"
7363 tbaseargs="$tbaseargs '$ac_arg'"
7364 # Assert: $separate_arg should always be no.
7365 keep_next=$separate_arg
7367 --no*)
7368 continue
7370 --c* | \
7371 --sr* | \
7372 --ho* | \
7373 --bu* | \
7374 --t* | \
7375 --program-* | \
7376 -cache_file* | \
7377 -srcdir* | \
7378 -host* | \
7379 -build* | \
7380 -target* | \
7381 -program-prefix* | \
7382 -program-suffix* | \
7383 -program-transform-name* )
7384 skip_next=$separate_arg
7385 continue
7388 # An option. Add it.
7389 case $ac_arg in
7390 *\'*)
7391 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7392 esac
7393 baseargs="$baseargs '$ac_arg'"
7394 if test X"$skip_targ" = Xno; then
7395 tbaseargs="$tbaseargs '$ac_arg'"
7397 keep_next=$separate_arg
7400 # Either a variable assignment, or a nonopt (triplet). Don't
7401 # pass it down; let the Makefile handle this.
7402 continue
7404 esac
7405 done
7406 # Remove the initial space we just introduced and, as these will be
7407 # expanded by make, quote '$'.
7408 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7410 # Add in --program-transform-name, after --program-prefix and
7411 # --program-suffix have been applied to it. Autoconf has already
7412 # doubled dollar signs and backslashes in program_transform_name; we want
7413 # the backslashes un-doubled, and then the entire thing wrapped in single
7414 # quotes, because this will be expanded first by make and then by the shell.
7415 # Also, because we want to override the logic in subdir configure scripts to
7416 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7417 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7418 ${program_transform_name}
7419 EOF_SED
7420 gcc_transform_name=`cat conftestsed.out`
7421 rm -f conftestsed.out
7422 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7423 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7424 if test "$silent" = yes; then
7425 baseargs="$baseargs --silent"
7426 tbaseargs="$tbaseargs --silent"
7428 baseargs="$baseargs --disable-option-checking"
7429 tbaseargs="$tbaseargs --disable-option-checking"
7431 # Record and document user additions to sub configure arguments.
7436 # For the build-side libraries, we just need to pretend we're native,
7437 # and not use the same cache file. Multilibs are neither needed nor
7438 # desired.
7439 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7441 # For host modules, accept cache file option, or specification as blank.
7442 case "${cache_file}" in
7443 "") # empty
7444 cache_file_option="" ;;
7445 /* | [A-Za-z]:[\\/]* ) # absolute path
7446 cache_file_option="--cache-file=${cache_file}" ;;
7447 *) # relative path
7448 cache_file_option="--cache-file=../${cache_file}" ;;
7449 esac
7451 # Host dirs don't like to share a cache file either, horribly enough.
7452 # This seems to be due to autoconf 2.5x stupidity.
7453 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7455 target_configargs="$target_configargs ${tbaseargs}"
7457 # Passing a --with-cross-host argument lets the target libraries know
7458 # whether they are being built with a cross-compiler or being built
7459 # native. However, it would be better to use other mechanisms to make the
7460 # sorts of decisions they want to make on this basis. Please consider
7461 # this option to be deprecated. FIXME.
7462 if test x${is_cross_compiler} = xyes ; then
7463 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7466 # Default to --enable-multilib.
7467 if test x${enable_multilib} = x ; then
7468 target_configargs="--enable-multilib ${target_configargs}"
7471 # Pass --with-newlib if appropriate. Note that target_configdirs has
7472 # changed from the earlier setting of with_newlib.
7473 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7474 target_configargs="--with-newlib ${target_configargs}"
7477 # Different target subdirs use different values of certain variables
7478 # (notably CXX). Worse, multilibs use *lots* of different values.
7479 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7480 # it doesn't automatically accept command-line overrides of them.
7481 # This means it's not safe for target subdirs to share a cache file,
7482 # which is disgusting, but there you have it. Hopefully this can be
7483 # fixed in future. It's still worthwhile to use a cache file for each
7484 # directory. I think.
7486 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7487 # We need to pass --target, as newer autoconf's requires consistency
7488 # for target_alias and gcc doesn't manage it consistently.
7489 target_configargs="--cache-file=./config.cache ${target_configargs}"
7491 FLAGS_FOR_TARGET=
7492 case " $target_configdirs " in
7493 *" newlib "*)
7494 case " $target_configargs " in
7495 *" --with-newlib "*)
7496 case "$target" in
7497 *-cygwin*)
7498 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7500 esac
7502 # If we're not building GCC, don't discard standard headers.
7503 if test -d ${srcdir}/gcc; then
7504 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7506 if test "${build}" != "${host}"; then
7507 # On Canadian crosses, CC_FOR_TARGET will have already been set
7508 # by `configure', so we won't have an opportunity to add -Bgcc/
7509 # to it. This is right: we don't want to search that directory
7510 # for binaries, but we want the header files in there, so add
7511 # them explicitly.
7512 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7514 # Someone might think of using the pre-installed headers on
7515 # Canadian crosses, in case the installed compiler is not fully
7516 # compatible with the compiler being built. In this case, it
7517 # would be better to flag an error than risking having
7518 # incompatible object files being constructed. We can't
7519 # guarantee that an error will be flagged, but let's hope the
7520 # compiler will do it, when presented with incompatible header
7521 # files.
7525 case "${target}-${is_cross_compiler}" in
7526 i[3456789]86-*-linux*-no)
7527 # Here host == target, so we don't need to build gcc,
7528 # so we don't want to discard standard headers.
7529 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7532 # If we're building newlib, use its generic headers last, but search
7533 # for any libc-related directories first (so make it the last -B
7534 # switch).
7535 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7537 # If we're building libgloss, find the startup file, simulator library
7538 # and linker script.
7539 case " $target_configdirs " in
7540 *" libgloss "*)
7541 # Look for startup file, simulator library and maybe linker script.
7542 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7543 # Look for libnosys.a in case the target needs it.
7544 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7545 # Most targets have the linker script in the source directory.
7546 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7548 esac
7550 esac
7552 esac
7554 esac
7556 case "$target" in
7557 x86_64-*mingw* | *-w64-mingw*)
7558 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7559 # however, use a symlink named 'mingw' in ${prefix} .
7560 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7562 *-mingw*)
7563 # MinGW can't be handled as Cygwin above since it does not use newlib.
7564 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'
7566 esac
7568 # Allow the user to override the flags for
7569 # our build compiler if desired.
7570 if test x"${build}" = x"${host}" ; then
7571 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7572 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7573 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7576 # On Canadian crosses, we'll be searching the right directories for
7577 # the previously-installed cross compiler, so don't bother to add
7578 # flags for directories within the install tree of the compiler
7579 # being built; programs in there won't even run.
7580 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7581 # Search for pre-installed headers if nothing else fits.
7582 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7585 if test "x${use_gnu_ld}" = x &&
7586 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7587 # Arrange for us to find uninstalled linker scripts.
7588 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7591 # Search for other target-specific linker scripts and such.
7592 case "${target}" in
7593 mep*)
7594 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7596 esac
7598 # UPC linker script check
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UPC link script support" >&5
7600 $as_echo_n "checking for UPC link script support... " >&6; }
7601 # Check whether --enable-upc-link-script was given.
7602 if test "${enable_upc_link_script+set}" = set; then :
7603 enableval=$enable_upc_link_script;
7604 case $enableval in
7605 yes | no) ;;
7607 as_fn_error "--enable-upc-link-script accepts only yes or no." "$LINENO" 5
7609 esac
7611 else
7613 if test x${use_gnu_ld} != xno ; then
7614 case "$target" in
7615 # disable linker script for Apple Mac OS X
7616 *-*-darwin*)
7617 enable_upc_link_script=no
7620 enable_upc_link_script=yes
7622 esac
7623 else
7624 enable_upc_link_script=no
7626 if test "$enable_upc_link_script" = yes; then
7627 target_configargs="${target_configargs} --enable-upc-link-script"
7628 host_configargs="${host_configargs} --enable-upc-link-script"
7633 if test "$enable_upc_link_script" = yes; then
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7635 $as_echo "yes" >&6; };
7636 else
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7638 $as_echo "no" >&6; };
7642 # Makefile fragments.
7643 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7645 eval fragval=\$$frag
7646 if test $fragval != /dev/null; then
7647 eval $frag=${srcdir}/$fragval
7649 done
7655 # Miscellanea: directories, flags, etc.
7664 # Build module lists & subconfigure args.
7668 # Host module lists & subconfigure args.
7673 # Target module lists & subconfigure args.
7677 # Build tools.
7696 # Generate default definitions for YACC, M4, LEX and other programs that run
7697 # on the build machine. These are used if the Makefile can't locate these
7698 # programs in objdir.
7699 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7701 for ac_prog in 'bison -y' byacc yacc
7703 # Extract the first word of "$ac_prog", so it can be a program name with args.
7704 set dummy $ac_prog; ac_word=$2
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7706 $as_echo_n "checking for $ac_word... " >&6; }
7707 if test "${ac_cv_prog_YACC+set}" = set; then :
7708 $as_echo_n "(cached) " >&6
7709 else
7710 if test -n "$YACC"; then
7711 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7712 else
7713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7714 for as_dir in $PATH
7716 IFS=$as_save_IFS
7717 test -z "$as_dir" && as_dir=.
7718 for ac_exec_ext in '' $ac_executable_extensions; do
7719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7720 ac_cv_prog_YACC="$ac_prog"
7721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7722 break 2
7724 done
7725 done
7726 IFS=$as_save_IFS
7730 YACC=$ac_cv_prog_YACC
7731 if test -n "$YACC"; then
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7733 $as_echo "$YACC" >&6; }
7734 else
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7736 $as_echo "no" >&6; }
7740 test -n "$YACC" && break
7741 done
7742 test -n "$YACC" || YACC="$MISSING bison -y"
7744 case " $build_configdirs " in
7745 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7746 esac
7748 for ac_prog in bison
7750 # Extract the first word of "$ac_prog", so it can be a program name with args.
7751 set dummy $ac_prog; ac_word=$2
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7753 $as_echo_n "checking for $ac_word... " >&6; }
7754 if test "${ac_cv_prog_BISON+set}" = set; then :
7755 $as_echo_n "(cached) " >&6
7756 else
7757 if test -n "$BISON"; then
7758 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7759 else
7760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7761 for as_dir in $PATH
7763 IFS=$as_save_IFS
7764 test -z "$as_dir" && as_dir=.
7765 for ac_exec_ext in '' $ac_executable_extensions; do
7766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7767 ac_cv_prog_BISON="$ac_prog"
7768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7769 break 2
7771 done
7772 done
7773 IFS=$as_save_IFS
7777 BISON=$ac_cv_prog_BISON
7778 if test -n "$BISON"; then
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7780 $as_echo "$BISON" >&6; }
7781 else
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7783 $as_echo "no" >&6; }
7787 test -n "$BISON" && break
7788 done
7789 test -n "$BISON" || BISON="$MISSING bison"
7791 case " $build_configdirs " in
7792 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7793 esac
7795 for ac_prog in gm4 gnum4 m4
7797 # Extract the first word of "$ac_prog", so it can be a program name with args.
7798 set dummy $ac_prog; ac_word=$2
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7800 $as_echo_n "checking for $ac_word... " >&6; }
7801 if test "${ac_cv_prog_M4+set}" = set; then :
7802 $as_echo_n "(cached) " >&6
7803 else
7804 if test -n "$M4"; then
7805 ac_cv_prog_M4="$M4" # Let the user override the test.
7806 else
7807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7808 for as_dir in $PATH
7810 IFS=$as_save_IFS
7811 test -z "$as_dir" && as_dir=.
7812 for ac_exec_ext in '' $ac_executable_extensions; do
7813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7814 ac_cv_prog_M4="$ac_prog"
7815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7816 break 2
7818 done
7819 done
7820 IFS=$as_save_IFS
7824 M4=$ac_cv_prog_M4
7825 if test -n "$M4"; then
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7827 $as_echo "$M4" >&6; }
7828 else
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7830 $as_echo "no" >&6; }
7834 test -n "$M4" && break
7835 done
7836 test -n "$M4" || M4="$MISSING m4"
7838 case " $build_configdirs " in
7839 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7840 esac
7842 for ac_prog in flex lex
7844 # Extract the first word of "$ac_prog", so it can be a program name with args.
7845 set dummy $ac_prog; ac_word=$2
7846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7847 $as_echo_n "checking for $ac_word... " >&6; }
7848 if test "${ac_cv_prog_LEX+set}" = set; then :
7849 $as_echo_n "(cached) " >&6
7850 else
7851 if test -n "$LEX"; then
7852 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7853 else
7854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7855 for as_dir in $PATH
7857 IFS=$as_save_IFS
7858 test -z "$as_dir" && as_dir=.
7859 for ac_exec_ext in '' $ac_executable_extensions; do
7860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7861 ac_cv_prog_LEX="$ac_prog"
7862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7863 break 2
7865 done
7866 done
7867 IFS=$as_save_IFS
7871 LEX=$ac_cv_prog_LEX
7872 if test -n "$LEX"; then
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7874 $as_echo "$LEX" >&6; }
7875 else
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7877 $as_echo "no" >&6; }
7881 test -n "$LEX" && break
7882 done
7883 test -n "$LEX" || LEX="$MISSING flex"
7885 case " $build_configdirs " in
7886 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7887 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7888 esac
7890 for ac_prog in flex
7892 # Extract the first word of "$ac_prog", so it can be a program name with args.
7893 set dummy $ac_prog; ac_word=$2
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7895 $as_echo_n "checking for $ac_word... " >&6; }
7896 if test "${ac_cv_prog_FLEX+set}" = set; then :
7897 $as_echo_n "(cached) " >&6
7898 else
7899 if test -n "$FLEX"; then
7900 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7901 else
7902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7903 for as_dir in $PATH
7905 IFS=$as_save_IFS
7906 test -z "$as_dir" && as_dir=.
7907 for ac_exec_ext in '' $ac_executable_extensions; do
7908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7909 ac_cv_prog_FLEX="$ac_prog"
7910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7911 break 2
7913 done
7914 done
7915 IFS=$as_save_IFS
7919 FLEX=$ac_cv_prog_FLEX
7920 if test -n "$FLEX"; then
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7922 $as_echo "$FLEX" >&6; }
7923 else
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7925 $as_echo "no" >&6; }
7929 test -n "$FLEX" && break
7930 done
7931 test -n "$FLEX" || FLEX="$MISSING flex"
7933 case " $build_configdirs " in
7934 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7935 esac
7937 for ac_prog in makeinfo
7939 # Extract the first word of "$ac_prog", so it can be a program name with args.
7940 set dummy $ac_prog; ac_word=$2
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7942 $as_echo_n "checking for $ac_word... " >&6; }
7943 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7944 $as_echo_n "(cached) " >&6
7945 else
7946 if test -n "$MAKEINFO"; then
7947 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7948 else
7949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7950 for as_dir in $PATH
7952 IFS=$as_save_IFS
7953 test -z "$as_dir" && as_dir=.
7954 for ac_exec_ext in '' $ac_executable_extensions; do
7955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7956 ac_cv_prog_MAKEINFO="$ac_prog"
7957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7958 break 2
7960 done
7961 done
7962 IFS=$as_save_IFS
7966 MAKEINFO=$ac_cv_prog_MAKEINFO
7967 if test -n "$MAKEINFO"; then
7968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7969 $as_echo "$MAKEINFO" >&6; }
7970 else
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7972 $as_echo "no" >&6; }
7976 test -n "$MAKEINFO" && break
7977 done
7978 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7980 case " $build_configdirs " in
7981 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7984 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7985 # higher, else we use the "missing" dummy.
7986 if ${MAKEINFO} --version \
7987 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7989 else
7990 MAKEINFO="$MISSING makeinfo"
7994 esac
7996 # FIXME: expect and dejagnu may become build tools?
7998 for ac_prog in expect
8000 # Extract the first word of "$ac_prog", so it can be a program name with args.
8001 set dummy $ac_prog; ac_word=$2
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8003 $as_echo_n "checking for $ac_word... " >&6; }
8004 if test "${ac_cv_prog_EXPECT+set}" = set; then :
8005 $as_echo_n "(cached) " >&6
8006 else
8007 if test -n "$EXPECT"; then
8008 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8009 else
8010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8011 for as_dir in $PATH
8013 IFS=$as_save_IFS
8014 test -z "$as_dir" && as_dir=.
8015 for ac_exec_ext in '' $ac_executable_extensions; do
8016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8017 ac_cv_prog_EXPECT="$ac_prog"
8018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8019 break 2
8021 done
8022 done
8023 IFS=$as_save_IFS
8027 EXPECT=$ac_cv_prog_EXPECT
8028 if test -n "$EXPECT"; then
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8030 $as_echo "$EXPECT" >&6; }
8031 else
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8033 $as_echo "no" >&6; }
8037 test -n "$EXPECT" && break
8038 done
8039 test -n "$EXPECT" || EXPECT="expect"
8041 case " $configdirs " in
8042 *" expect "*)
8043 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8045 esac
8047 for ac_prog in runtest
8049 # Extract the first word of "$ac_prog", so it can be a program name with args.
8050 set dummy $ac_prog; ac_word=$2
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8052 $as_echo_n "checking for $ac_word... " >&6; }
8053 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8054 $as_echo_n "(cached) " >&6
8055 else
8056 if test -n "$RUNTEST"; then
8057 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8058 else
8059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8060 for as_dir in $PATH
8062 IFS=$as_save_IFS
8063 test -z "$as_dir" && as_dir=.
8064 for ac_exec_ext in '' $ac_executable_extensions; do
8065 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8066 ac_cv_prog_RUNTEST="$ac_prog"
8067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8068 break 2
8070 done
8071 done
8072 IFS=$as_save_IFS
8076 RUNTEST=$ac_cv_prog_RUNTEST
8077 if test -n "$RUNTEST"; then
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8079 $as_echo "$RUNTEST" >&6; }
8080 else
8081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8082 $as_echo "no" >&6; }
8086 test -n "$RUNTEST" && break
8087 done
8088 test -n "$RUNTEST" || RUNTEST="runtest"
8090 case " $configdirs " in
8091 *" dejagnu "*)
8092 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8094 esac
8097 # Host tools.
8098 ncn_tool_prefix=
8099 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8100 ncn_target_tool_prefix=
8101 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8105 if test -n "$AR"; then
8106 ac_cv_prog_AR=$AR
8107 elif test -n "$ac_cv_prog_AR"; then
8108 AR=$ac_cv_prog_AR
8111 if test -n "$ac_cv_prog_AR"; then
8112 for ncn_progname in ar; do
8113 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8114 set dummy ${ncn_progname}; ac_word=$2
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8116 $as_echo_n "checking for $ac_word... " >&6; }
8117 if test "${ac_cv_prog_AR+set}" = set; then :
8118 $as_echo_n "(cached) " >&6
8119 else
8120 if test -n "$AR"; then
8121 ac_cv_prog_AR="$AR" # Let the user override the test.
8122 else
8123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8124 for as_dir in $PATH
8126 IFS=$as_save_IFS
8127 test -z "$as_dir" && as_dir=.
8128 for ac_exec_ext in '' $ac_executable_extensions; do
8129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8130 ac_cv_prog_AR="${ncn_progname}"
8131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8132 break 2
8134 done
8135 done
8136 IFS=$as_save_IFS
8140 AR=$ac_cv_prog_AR
8141 if test -n "$AR"; then
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8143 $as_echo "$AR" >&6; }
8144 else
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8146 $as_echo "no" >&6; }
8150 done
8153 for ncn_progname in ar; do
8154 if test -n "$ncn_tool_prefix"; then
8155 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8156 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8158 $as_echo_n "checking for $ac_word... " >&6; }
8159 if test "${ac_cv_prog_AR+set}" = set; then :
8160 $as_echo_n "(cached) " >&6
8161 else
8162 if test -n "$AR"; then
8163 ac_cv_prog_AR="$AR" # Let the user override the test.
8164 else
8165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8166 for as_dir in $PATH
8168 IFS=$as_save_IFS
8169 test -z "$as_dir" && as_dir=.
8170 for ac_exec_ext in '' $ac_executable_extensions; do
8171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8172 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8174 break 2
8176 done
8177 done
8178 IFS=$as_save_IFS
8182 AR=$ac_cv_prog_AR
8183 if test -n "$AR"; then
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8185 $as_echo "$AR" >&6; }
8186 else
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8188 $as_echo "no" >&6; }
8193 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8194 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8195 set dummy ${ncn_progname}; ac_word=$2
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8197 $as_echo_n "checking for $ac_word... " >&6; }
8198 if test "${ac_cv_prog_AR+set}" = set; then :
8199 $as_echo_n "(cached) " >&6
8200 else
8201 if test -n "$AR"; then
8202 ac_cv_prog_AR="$AR" # Let the user override the test.
8203 else
8204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8205 for as_dir in $PATH
8207 IFS=$as_save_IFS
8208 test -z "$as_dir" && as_dir=.
8209 for ac_exec_ext in '' $ac_executable_extensions; do
8210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8211 ac_cv_prog_AR="${ncn_progname}"
8212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8213 break 2
8215 done
8216 done
8217 IFS=$as_save_IFS
8221 AR=$ac_cv_prog_AR
8222 if test -n "$AR"; then
8223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8224 $as_echo "$AR" >&6; }
8225 else
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8227 $as_echo "no" >&6; }
8232 test -n "$ac_cv_prog_AR" && break
8233 done
8235 if test -z "$ac_cv_prog_AR" ; then
8236 set dummy ar
8237 if test $build = $host ; then
8238 AR="$2"
8239 else
8240 AR="${ncn_tool_prefix}$2"
8246 if test -n "$AS"; then
8247 ac_cv_prog_AS=$AS
8248 elif test -n "$ac_cv_prog_AS"; then
8249 AS=$ac_cv_prog_AS
8252 if test -n "$ac_cv_prog_AS"; then
8253 for ncn_progname in as; do
8254 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8255 set dummy ${ncn_progname}; ac_word=$2
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8257 $as_echo_n "checking for $ac_word... " >&6; }
8258 if test "${ac_cv_prog_AS+set}" = set; then :
8259 $as_echo_n "(cached) " >&6
8260 else
8261 if test -n "$AS"; then
8262 ac_cv_prog_AS="$AS" # Let the user override the test.
8263 else
8264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8265 for as_dir in $PATH
8267 IFS=$as_save_IFS
8268 test -z "$as_dir" && as_dir=.
8269 for ac_exec_ext in '' $ac_executable_extensions; do
8270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8271 ac_cv_prog_AS="${ncn_progname}"
8272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8273 break 2
8275 done
8276 done
8277 IFS=$as_save_IFS
8281 AS=$ac_cv_prog_AS
8282 if test -n "$AS"; then
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8284 $as_echo "$AS" >&6; }
8285 else
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8287 $as_echo "no" >&6; }
8291 done
8294 for ncn_progname in as; do
8295 if test -n "$ncn_tool_prefix"; then
8296 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8297 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8299 $as_echo_n "checking for $ac_word... " >&6; }
8300 if test "${ac_cv_prog_AS+set}" = set; then :
8301 $as_echo_n "(cached) " >&6
8302 else
8303 if test -n "$AS"; then
8304 ac_cv_prog_AS="$AS" # Let the user override the test.
8305 else
8306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8307 for as_dir in $PATH
8309 IFS=$as_save_IFS
8310 test -z "$as_dir" && as_dir=.
8311 for ac_exec_ext in '' $ac_executable_extensions; do
8312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8313 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8315 break 2
8317 done
8318 done
8319 IFS=$as_save_IFS
8323 AS=$ac_cv_prog_AS
8324 if test -n "$AS"; then
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8326 $as_echo "$AS" >&6; }
8327 else
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8329 $as_echo "no" >&6; }
8334 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8335 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8336 set dummy ${ncn_progname}; ac_word=$2
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8338 $as_echo_n "checking for $ac_word... " >&6; }
8339 if test "${ac_cv_prog_AS+set}" = set; then :
8340 $as_echo_n "(cached) " >&6
8341 else
8342 if test -n "$AS"; then
8343 ac_cv_prog_AS="$AS" # Let the user override the test.
8344 else
8345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8346 for as_dir in $PATH
8348 IFS=$as_save_IFS
8349 test -z "$as_dir" && as_dir=.
8350 for ac_exec_ext in '' $ac_executable_extensions; do
8351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8352 ac_cv_prog_AS="${ncn_progname}"
8353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8354 break 2
8356 done
8357 done
8358 IFS=$as_save_IFS
8362 AS=$ac_cv_prog_AS
8363 if test -n "$AS"; then
8364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8365 $as_echo "$AS" >&6; }
8366 else
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8368 $as_echo "no" >&6; }
8373 test -n "$ac_cv_prog_AS" && break
8374 done
8376 if test -z "$ac_cv_prog_AS" ; then
8377 set dummy as
8378 if test $build = $host ; then
8379 AS="$2"
8380 else
8381 AS="${ncn_tool_prefix}$2"
8387 if test -n "$DLLTOOL"; then
8388 ac_cv_prog_DLLTOOL=$DLLTOOL
8389 elif test -n "$ac_cv_prog_DLLTOOL"; then
8390 DLLTOOL=$ac_cv_prog_DLLTOOL
8393 if test -n "$ac_cv_prog_DLLTOOL"; then
8394 for ncn_progname in dlltool; do
8395 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8396 set dummy ${ncn_progname}; ac_word=$2
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8398 $as_echo_n "checking for $ac_word... " >&6; }
8399 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8400 $as_echo_n "(cached) " >&6
8401 else
8402 if test -n "$DLLTOOL"; then
8403 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8404 else
8405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8406 for as_dir in $PATH
8408 IFS=$as_save_IFS
8409 test -z "$as_dir" && as_dir=.
8410 for ac_exec_ext in '' $ac_executable_extensions; do
8411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8412 ac_cv_prog_DLLTOOL="${ncn_progname}"
8413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8414 break 2
8416 done
8417 done
8418 IFS=$as_save_IFS
8422 DLLTOOL=$ac_cv_prog_DLLTOOL
8423 if test -n "$DLLTOOL"; then
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8425 $as_echo "$DLLTOOL" >&6; }
8426 else
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8428 $as_echo "no" >&6; }
8432 done
8435 for ncn_progname in dlltool; do
8436 if test -n "$ncn_tool_prefix"; then
8437 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8438 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8440 $as_echo_n "checking for $ac_word... " >&6; }
8441 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8442 $as_echo_n "(cached) " >&6
8443 else
8444 if test -n "$DLLTOOL"; then
8445 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8446 else
8447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8448 for as_dir in $PATH
8450 IFS=$as_save_IFS
8451 test -z "$as_dir" && as_dir=.
8452 for ac_exec_ext in '' $ac_executable_extensions; do
8453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8454 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8456 break 2
8458 done
8459 done
8460 IFS=$as_save_IFS
8464 DLLTOOL=$ac_cv_prog_DLLTOOL
8465 if test -n "$DLLTOOL"; then
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8467 $as_echo "$DLLTOOL" >&6; }
8468 else
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8470 $as_echo "no" >&6; }
8475 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8476 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8477 set dummy ${ncn_progname}; ac_word=$2
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8479 $as_echo_n "checking for $ac_word... " >&6; }
8480 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8481 $as_echo_n "(cached) " >&6
8482 else
8483 if test -n "$DLLTOOL"; then
8484 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8485 else
8486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8487 for as_dir in $PATH
8489 IFS=$as_save_IFS
8490 test -z "$as_dir" && as_dir=.
8491 for ac_exec_ext in '' $ac_executable_extensions; do
8492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8493 ac_cv_prog_DLLTOOL="${ncn_progname}"
8494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8495 break 2
8497 done
8498 done
8499 IFS=$as_save_IFS
8503 DLLTOOL=$ac_cv_prog_DLLTOOL
8504 if test -n "$DLLTOOL"; then
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8506 $as_echo "$DLLTOOL" >&6; }
8507 else
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8509 $as_echo "no" >&6; }
8514 test -n "$ac_cv_prog_DLLTOOL" && break
8515 done
8517 if test -z "$ac_cv_prog_DLLTOOL" ; then
8518 set dummy dlltool
8519 if test $build = $host ; then
8520 DLLTOOL="$2"
8521 else
8522 DLLTOOL="${ncn_tool_prefix}$2"
8528 if test -n "$LD"; then
8529 ac_cv_prog_LD=$LD
8530 elif test -n "$ac_cv_prog_LD"; then
8531 LD=$ac_cv_prog_LD
8534 if test -n "$ac_cv_prog_LD"; then
8535 for ncn_progname in ld; do
8536 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8537 set dummy ${ncn_progname}; ac_word=$2
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8539 $as_echo_n "checking for $ac_word... " >&6; }
8540 if test "${ac_cv_prog_LD+set}" = set; then :
8541 $as_echo_n "(cached) " >&6
8542 else
8543 if test -n "$LD"; then
8544 ac_cv_prog_LD="$LD" # Let the user override the test.
8545 else
8546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8547 for as_dir in $PATH
8549 IFS=$as_save_IFS
8550 test -z "$as_dir" && as_dir=.
8551 for ac_exec_ext in '' $ac_executable_extensions; do
8552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8553 ac_cv_prog_LD="${ncn_progname}"
8554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8555 break 2
8557 done
8558 done
8559 IFS=$as_save_IFS
8563 LD=$ac_cv_prog_LD
8564 if test -n "$LD"; then
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8566 $as_echo "$LD" >&6; }
8567 else
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8569 $as_echo "no" >&6; }
8573 done
8576 for ncn_progname in ld; do
8577 if test -n "$ncn_tool_prefix"; then
8578 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8579 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8581 $as_echo_n "checking for $ac_word... " >&6; }
8582 if test "${ac_cv_prog_LD+set}" = set; then :
8583 $as_echo_n "(cached) " >&6
8584 else
8585 if test -n "$LD"; then
8586 ac_cv_prog_LD="$LD" # Let the user override the test.
8587 else
8588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8589 for as_dir in $PATH
8591 IFS=$as_save_IFS
8592 test -z "$as_dir" && as_dir=.
8593 for ac_exec_ext in '' $ac_executable_extensions; do
8594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8595 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8597 break 2
8599 done
8600 done
8601 IFS=$as_save_IFS
8605 LD=$ac_cv_prog_LD
8606 if test -n "$LD"; then
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8608 $as_echo "$LD" >&6; }
8609 else
8610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8611 $as_echo "no" >&6; }
8616 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8617 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8618 set dummy ${ncn_progname}; ac_word=$2
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8620 $as_echo_n "checking for $ac_word... " >&6; }
8621 if test "${ac_cv_prog_LD+set}" = set; then :
8622 $as_echo_n "(cached) " >&6
8623 else
8624 if test -n "$LD"; then
8625 ac_cv_prog_LD="$LD" # Let the user override the test.
8626 else
8627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8628 for as_dir in $PATH
8630 IFS=$as_save_IFS
8631 test -z "$as_dir" && as_dir=.
8632 for ac_exec_ext in '' $ac_executable_extensions; do
8633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8634 ac_cv_prog_LD="${ncn_progname}"
8635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8636 break 2
8638 done
8639 done
8640 IFS=$as_save_IFS
8644 LD=$ac_cv_prog_LD
8645 if test -n "$LD"; then
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8647 $as_echo "$LD" >&6; }
8648 else
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8650 $as_echo "no" >&6; }
8655 test -n "$ac_cv_prog_LD" && break
8656 done
8658 if test -z "$ac_cv_prog_LD" ; then
8659 set dummy ld
8660 if test $build = $host ; then
8661 LD="$2"
8662 else
8663 LD="${ncn_tool_prefix}$2"
8669 if test -n "$LIPO"; then
8670 ac_cv_prog_LIPO=$LIPO
8671 elif test -n "$ac_cv_prog_LIPO"; then
8672 LIPO=$ac_cv_prog_LIPO
8675 if test -n "$ac_cv_prog_LIPO"; then
8676 for ncn_progname in lipo; do
8677 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8678 set dummy ${ncn_progname}; ac_word=$2
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8680 $as_echo_n "checking for $ac_word... " >&6; }
8681 if test "${ac_cv_prog_LIPO+set}" = set; then :
8682 $as_echo_n "(cached) " >&6
8683 else
8684 if test -n "$LIPO"; then
8685 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8686 else
8687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8688 for as_dir in $PATH
8690 IFS=$as_save_IFS
8691 test -z "$as_dir" && as_dir=.
8692 for ac_exec_ext in '' $ac_executable_extensions; do
8693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8694 ac_cv_prog_LIPO="${ncn_progname}"
8695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8696 break 2
8698 done
8699 done
8700 IFS=$as_save_IFS
8704 LIPO=$ac_cv_prog_LIPO
8705 if test -n "$LIPO"; then
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8707 $as_echo "$LIPO" >&6; }
8708 else
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8710 $as_echo "no" >&6; }
8714 done
8717 for ncn_progname in lipo; do
8718 if test -n "$ncn_tool_prefix"; then
8719 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8720 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8722 $as_echo_n "checking for $ac_word... " >&6; }
8723 if test "${ac_cv_prog_LIPO+set}" = set; then :
8724 $as_echo_n "(cached) " >&6
8725 else
8726 if test -n "$LIPO"; then
8727 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8728 else
8729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8730 for as_dir in $PATH
8732 IFS=$as_save_IFS
8733 test -z "$as_dir" && as_dir=.
8734 for ac_exec_ext in '' $ac_executable_extensions; do
8735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8736 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8738 break 2
8740 done
8741 done
8742 IFS=$as_save_IFS
8746 LIPO=$ac_cv_prog_LIPO
8747 if test -n "$LIPO"; then
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8749 $as_echo "$LIPO" >&6; }
8750 else
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8752 $as_echo "no" >&6; }
8757 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8758 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8759 set dummy ${ncn_progname}; ac_word=$2
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8761 $as_echo_n "checking for $ac_word... " >&6; }
8762 if test "${ac_cv_prog_LIPO+set}" = set; then :
8763 $as_echo_n "(cached) " >&6
8764 else
8765 if test -n "$LIPO"; then
8766 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8767 else
8768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8769 for as_dir in $PATH
8771 IFS=$as_save_IFS
8772 test -z "$as_dir" && as_dir=.
8773 for ac_exec_ext in '' $ac_executable_extensions; do
8774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8775 ac_cv_prog_LIPO="${ncn_progname}"
8776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8777 break 2
8779 done
8780 done
8781 IFS=$as_save_IFS
8785 LIPO=$ac_cv_prog_LIPO
8786 if test -n "$LIPO"; then
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8788 $as_echo "$LIPO" >&6; }
8789 else
8790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8791 $as_echo "no" >&6; }
8796 test -n "$ac_cv_prog_LIPO" && break
8797 done
8799 if test -z "$ac_cv_prog_LIPO" ; then
8800 set dummy lipo
8801 if test $build = $host ; then
8802 LIPO="$2"
8803 else
8804 LIPO="${ncn_tool_prefix}$2"
8810 if test -n "$NM"; then
8811 ac_cv_prog_NM=$NM
8812 elif test -n "$ac_cv_prog_NM"; then
8813 NM=$ac_cv_prog_NM
8816 if test -n "$ac_cv_prog_NM"; then
8817 for ncn_progname in nm; do
8818 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8819 set dummy ${ncn_progname}; ac_word=$2
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8821 $as_echo_n "checking for $ac_word... " >&6; }
8822 if test "${ac_cv_prog_NM+set}" = set; then :
8823 $as_echo_n "(cached) " >&6
8824 else
8825 if test -n "$NM"; then
8826 ac_cv_prog_NM="$NM" # Let the user override the test.
8827 else
8828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8829 for as_dir in $PATH
8831 IFS=$as_save_IFS
8832 test -z "$as_dir" && as_dir=.
8833 for ac_exec_ext in '' $ac_executable_extensions; do
8834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8835 ac_cv_prog_NM="${ncn_progname}"
8836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8837 break 2
8839 done
8840 done
8841 IFS=$as_save_IFS
8845 NM=$ac_cv_prog_NM
8846 if test -n "$NM"; then
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8848 $as_echo "$NM" >&6; }
8849 else
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8851 $as_echo "no" >&6; }
8855 done
8858 for ncn_progname in nm; do
8859 if test -n "$ncn_tool_prefix"; then
8860 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8861 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8863 $as_echo_n "checking for $ac_word... " >&6; }
8864 if test "${ac_cv_prog_NM+set}" = set; then :
8865 $as_echo_n "(cached) " >&6
8866 else
8867 if test -n "$NM"; then
8868 ac_cv_prog_NM="$NM" # Let the user override the test.
8869 else
8870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8871 for as_dir in $PATH
8873 IFS=$as_save_IFS
8874 test -z "$as_dir" && as_dir=.
8875 for ac_exec_ext in '' $ac_executable_extensions; do
8876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8877 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8879 break 2
8881 done
8882 done
8883 IFS=$as_save_IFS
8887 NM=$ac_cv_prog_NM
8888 if test -n "$NM"; then
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8890 $as_echo "$NM" >&6; }
8891 else
8892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8893 $as_echo "no" >&6; }
8898 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8899 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8900 set dummy ${ncn_progname}; ac_word=$2
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8902 $as_echo_n "checking for $ac_word... " >&6; }
8903 if test "${ac_cv_prog_NM+set}" = set; then :
8904 $as_echo_n "(cached) " >&6
8905 else
8906 if test -n "$NM"; then
8907 ac_cv_prog_NM="$NM" # Let the user override the test.
8908 else
8909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8910 for as_dir in $PATH
8912 IFS=$as_save_IFS
8913 test -z "$as_dir" && as_dir=.
8914 for ac_exec_ext in '' $ac_executable_extensions; do
8915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8916 ac_cv_prog_NM="${ncn_progname}"
8917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8918 break 2
8920 done
8921 done
8922 IFS=$as_save_IFS
8926 NM=$ac_cv_prog_NM
8927 if test -n "$NM"; then
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8929 $as_echo "$NM" >&6; }
8930 else
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8932 $as_echo "no" >&6; }
8937 test -n "$ac_cv_prog_NM" && break
8938 done
8940 if test -z "$ac_cv_prog_NM" ; then
8941 set dummy nm
8942 if test $build = $host ; then
8943 NM="$2"
8944 else
8945 NM="${ncn_tool_prefix}$2"
8951 if test -n "$RANLIB"; then
8952 ac_cv_prog_RANLIB=$RANLIB
8953 elif test -n "$ac_cv_prog_RANLIB"; then
8954 RANLIB=$ac_cv_prog_RANLIB
8957 if test -n "$ac_cv_prog_RANLIB"; then
8958 for ncn_progname in ranlib; do
8959 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8960 set dummy ${ncn_progname}; ac_word=$2
8961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8962 $as_echo_n "checking for $ac_word... " >&6; }
8963 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8964 $as_echo_n "(cached) " >&6
8965 else
8966 if test -n "$RANLIB"; then
8967 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8968 else
8969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8970 for as_dir in $PATH
8972 IFS=$as_save_IFS
8973 test -z "$as_dir" && as_dir=.
8974 for ac_exec_ext in '' $ac_executable_extensions; do
8975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8976 ac_cv_prog_RANLIB="${ncn_progname}"
8977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8978 break 2
8980 done
8981 done
8982 IFS=$as_save_IFS
8986 RANLIB=$ac_cv_prog_RANLIB
8987 if test -n "$RANLIB"; then
8988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8989 $as_echo "$RANLIB" >&6; }
8990 else
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8992 $as_echo "no" >&6; }
8996 done
8999 for ncn_progname in ranlib; do
9000 if test -n "$ncn_tool_prefix"; then
9001 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9002 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9004 $as_echo_n "checking for $ac_word... " >&6; }
9005 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9006 $as_echo_n "(cached) " >&6
9007 else
9008 if test -n "$RANLIB"; then
9009 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9010 else
9011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9012 for as_dir in $PATH
9014 IFS=$as_save_IFS
9015 test -z "$as_dir" && as_dir=.
9016 for ac_exec_ext in '' $ac_executable_extensions; do
9017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9018 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
9019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9020 break 2
9022 done
9023 done
9024 IFS=$as_save_IFS
9028 RANLIB=$ac_cv_prog_RANLIB
9029 if test -n "$RANLIB"; then
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9031 $as_echo "$RANLIB" >&6; }
9032 else
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9034 $as_echo "no" >&6; }
9039 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9040 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9041 set dummy ${ncn_progname}; ac_word=$2
9042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9043 $as_echo_n "checking for $ac_word... " >&6; }
9044 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9045 $as_echo_n "(cached) " >&6
9046 else
9047 if test -n "$RANLIB"; then
9048 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9049 else
9050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9051 for as_dir in $PATH
9053 IFS=$as_save_IFS
9054 test -z "$as_dir" && as_dir=.
9055 for ac_exec_ext in '' $ac_executable_extensions; do
9056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9057 ac_cv_prog_RANLIB="${ncn_progname}"
9058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9059 break 2
9061 done
9062 done
9063 IFS=$as_save_IFS
9067 RANLIB=$ac_cv_prog_RANLIB
9068 if test -n "$RANLIB"; then
9069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9070 $as_echo "$RANLIB" >&6; }
9071 else
9072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9073 $as_echo "no" >&6; }
9078 test -n "$ac_cv_prog_RANLIB" && break
9079 done
9081 if test -z "$ac_cv_prog_RANLIB" ; then
9082 RANLIB="true"
9087 if test -n "$STRIP"; then
9088 ac_cv_prog_STRIP=$STRIP
9089 elif test -n "$ac_cv_prog_STRIP"; then
9090 STRIP=$ac_cv_prog_STRIP
9093 if test -n "$ac_cv_prog_STRIP"; then
9094 for ncn_progname in strip; do
9095 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9096 set dummy ${ncn_progname}; ac_word=$2
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9098 $as_echo_n "checking for $ac_word... " >&6; }
9099 if test "${ac_cv_prog_STRIP+set}" = set; then :
9100 $as_echo_n "(cached) " >&6
9101 else
9102 if test -n "$STRIP"; then
9103 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9104 else
9105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9106 for as_dir in $PATH
9108 IFS=$as_save_IFS
9109 test -z "$as_dir" && as_dir=.
9110 for ac_exec_ext in '' $ac_executable_extensions; do
9111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9112 ac_cv_prog_STRIP="${ncn_progname}"
9113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9114 break 2
9116 done
9117 done
9118 IFS=$as_save_IFS
9122 STRIP=$ac_cv_prog_STRIP
9123 if test -n "$STRIP"; then
9124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9125 $as_echo "$STRIP" >&6; }
9126 else
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9128 $as_echo "no" >&6; }
9132 done
9135 for ncn_progname in strip; do
9136 if test -n "$ncn_tool_prefix"; then
9137 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9138 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9140 $as_echo_n "checking for $ac_word... " >&6; }
9141 if test "${ac_cv_prog_STRIP+set}" = set; then :
9142 $as_echo_n "(cached) " >&6
9143 else
9144 if test -n "$STRIP"; then
9145 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9146 else
9147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9148 for as_dir in $PATH
9150 IFS=$as_save_IFS
9151 test -z "$as_dir" && as_dir=.
9152 for ac_exec_ext in '' $ac_executable_extensions; do
9153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9154 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9156 break 2
9158 done
9159 done
9160 IFS=$as_save_IFS
9164 STRIP=$ac_cv_prog_STRIP
9165 if test -n "$STRIP"; then
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9167 $as_echo "$STRIP" >&6; }
9168 else
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9170 $as_echo "no" >&6; }
9175 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9176 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9177 set dummy ${ncn_progname}; ac_word=$2
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9179 $as_echo_n "checking for $ac_word... " >&6; }
9180 if test "${ac_cv_prog_STRIP+set}" = set; then :
9181 $as_echo_n "(cached) " >&6
9182 else
9183 if test -n "$STRIP"; then
9184 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9185 else
9186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9187 for as_dir in $PATH
9189 IFS=$as_save_IFS
9190 test -z "$as_dir" && as_dir=.
9191 for ac_exec_ext in '' $ac_executable_extensions; do
9192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9193 ac_cv_prog_STRIP="${ncn_progname}"
9194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9195 break 2
9197 done
9198 done
9199 IFS=$as_save_IFS
9203 STRIP=$ac_cv_prog_STRIP
9204 if test -n "$STRIP"; then
9205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9206 $as_echo "$STRIP" >&6; }
9207 else
9208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9209 $as_echo "no" >&6; }
9214 test -n "$ac_cv_prog_STRIP" && break
9215 done
9217 if test -z "$ac_cv_prog_STRIP" ; then
9218 STRIP="true"
9223 if test -n "$WINDRES"; then
9224 ac_cv_prog_WINDRES=$WINDRES
9225 elif test -n "$ac_cv_prog_WINDRES"; then
9226 WINDRES=$ac_cv_prog_WINDRES
9229 if test -n "$ac_cv_prog_WINDRES"; then
9230 for ncn_progname in windres; do
9231 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9232 set dummy ${ncn_progname}; ac_word=$2
9233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9234 $as_echo_n "checking for $ac_word... " >&6; }
9235 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9236 $as_echo_n "(cached) " >&6
9237 else
9238 if test -n "$WINDRES"; then
9239 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9240 else
9241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9242 for as_dir in $PATH
9244 IFS=$as_save_IFS
9245 test -z "$as_dir" && as_dir=.
9246 for ac_exec_ext in '' $ac_executable_extensions; do
9247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9248 ac_cv_prog_WINDRES="${ncn_progname}"
9249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9250 break 2
9252 done
9253 done
9254 IFS=$as_save_IFS
9258 WINDRES=$ac_cv_prog_WINDRES
9259 if test -n "$WINDRES"; then
9260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9261 $as_echo "$WINDRES" >&6; }
9262 else
9263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9264 $as_echo "no" >&6; }
9268 done
9271 for ncn_progname in windres; do
9272 if test -n "$ncn_tool_prefix"; then
9273 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9274 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9276 $as_echo_n "checking for $ac_word... " >&6; }
9277 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9278 $as_echo_n "(cached) " >&6
9279 else
9280 if test -n "$WINDRES"; then
9281 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9282 else
9283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9284 for as_dir in $PATH
9286 IFS=$as_save_IFS
9287 test -z "$as_dir" && as_dir=.
9288 for ac_exec_ext in '' $ac_executable_extensions; do
9289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9290 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9292 break 2
9294 done
9295 done
9296 IFS=$as_save_IFS
9300 WINDRES=$ac_cv_prog_WINDRES
9301 if test -n "$WINDRES"; then
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9303 $as_echo "$WINDRES" >&6; }
9304 else
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9306 $as_echo "no" >&6; }
9311 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9312 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9313 set dummy ${ncn_progname}; ac_word=$2
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9315 $as_echo_n "checking for $ac_word... " >&6; }
9316 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9317 $as_echo_n "(cached) " >&6
9318 else
9319 if test -n "$WINDRES"; then
9320 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9321 else
9322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9323 for as_dir in $PATH
9325 IFS=$as_save_IFS
9326 test -z "$as_dir" && as_dir=.
9327 for ac_exec_ext in '' $ac_executable_extensions; do
9328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9329 ac_cv_prog_WINDRES="${ncn_progname}"
9330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9331 break 2
9333 done
9334 done
9335 IFS=$as_save_IFS
9339 WINDRES=$ac_cv_prog_WINDRES
9340 if test -n "$WINDRES"; then
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9342 $as_echo "$WINDRES" >&6; }
9343 else
9344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9345 $as_echo "no" >&6; }
9350 test -n "$ac_cv_prog_WINDRES" && break
9351 done
9353 if test -z "$ac_cv_prog_WINDRES" ; then
9354 set dummy windres
9355 if test $build = $host ; then
9356 WINDRES="$2"
9357 else
9358 WINDRES="${ncn_tool_prefix}$2"
9364 if test -n "$WINDMC"; then
9365 ac_cv_prog_WINDMC=$WINDMC
9366 elif test -n "$ac_cv_prog_WINDMC"; then
9367 WINDMC=$ac_cv_prog_WINDMC
9370 if test -n "$ac_cv_prog_WINDMC"; then
9371 for ncn_progname in windmc; do
9372 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9373 set dummy ${ncn_progname}; ac_word=$2
9374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9375 $as_echo_n "checking for $ac_word... " >&6; }
9376 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9377 $as_echo_n "(cached) " >&6
9378 else
9379 if test -n "$WINDMC"; then
9380 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9381 else
9382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9383 for as_dir in $PATH
9385 IFS=$as_save_IFS
9386 test -z "$as_dir" && as_dir=.
9387 for ac_exec_ext in '' $ac_executable_extensions; do
9388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9389 ac_cv_prog_WINDMC="${ncn_progname}"
9390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9391 break 2
9393 done
9394 done
9395 IFS=$as_save_IFS
9399 WINDMC=$ac_cv_prog_WINDMC
9400 if test -n "$WINDMC"; then
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9402 $as_echo "$WINDMC" >&6; }
9403 else
9404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9405 $as_echo "no" >&6; }
9409 done
9412 for ncn_progname in windmc; do
9413 if test -n "$ncn_tool_prefix"; then
9414 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9415 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9417 $as_echo_n "checking for $ac_word... " >&6; }
9418 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9419 $as_echo_n "(cached) " >&6
9420 else
9421 if test -n "$WINDMC"; then
9422 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9423 else
9424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9425 for as_dir in $PATH
9427 IFS=$as_save_IFS
9428 test -z "$as_dir" && as_dir=.
9429 for ac_exec_ext in '' $ac_executable_extensions; do
9430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9431 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9433 break 2
9435 done
9436 done
9437 IFS=$as_save_IFS
9441 WINDMC=$ac_cv_prog_WINDMC
9442 if test -n "$WINDMC"; then
9443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9444 $as_echo "$WINDMC" >&6; }
9445 else
9446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9447 $as_echo "no" >&6; }
9452 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9453 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9454 set dummy ${ncn_progname}; ac_word=$2
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9456 $as_echo_n "checking for $ac_word... " >&6; }
9457 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9458 $as_echo_n "(cached) " >&6
9459 else
9460 if test -n "$WINDMC"; then
9461 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9462 else
9463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9464 for as_dir in $PATH
9466 IFS=$as_save_IFS
9467 test -z "$as_dir" && as_dir=.
9468 for ac_exec_ext in '' $ac_executable_extensions; do
9469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9470 ac_cv_prog_WINDMC="${ncn_progname}"
9471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9472 break 2
9474 done
9475 done
9476 IFS=$as_save_IFS
9480 WINDMC=$ac_cv_prog_WINDMC
9481 if test -n "$WINDMC"; then
9482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9483 $as_echo "$WINDMC" >&6; }
9484 else
9485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9486 $as_echo "no" >&6; }
9491 test -n "$ac_cv_prog_WINDMC" && break
9492 done
9494 if test -z "$ac_cv_prog_WINDMC" ; then
9495 set dummy windmc
9496 if test $build = $host ; then
9497 WINDMC="$2"
9498 else
9499 WINDMC="${ncn_tool_prefix}$2"
9505 if test -n "$OBJCOPY"; then
9506 ac_cv_prog_OBJCOPY=$OBJCOPY
9507 elif test -n "$ac_cv_prog_OBJCOPY"; then
9508 OBJCOPY=$ac_cv_prog_OBJCOPY
9511 if test -n "$ac_cv_prog_OBJCOPY"; then
9512 for ncn_progname in objcopy; do
9513 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9514 set dummy ${ncn_progname}; ac_word=$2
9515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9516 $as_echo_n "checking for $ac_word... " >&6; }
9517 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9518 $as_echo_n "(cached) " >&6
9519 else
9520 if test -n "$OBJCOPY"; then
9521 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9522 else
9523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9524 for as_dir in $PATH
9526 IFS=$as_save_IFS
9527 test -z "$as_dir" && as_dir=.
9528 for ac_exec_ext in '' $ac_executable_extensions; do
9529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9530 ac_cv_prog_OBJCOPY="${ncn_progname}"
9531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9532 break 2
9534 done
9535 done
9536 IFS=$as_save_IFS
9540 OBJCOPY=$ac_cv_prog_OBJCOPY
9541 if test -n "$OBJCOPY"; then
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9543 $as_echo "$OBJCOPY" >&6; }
9544 else
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9546 $as_echo "no" >&6; }
9550 done
9553 for ncn_progname in objcopy; do
9554 if test -n "$ncn_tool_prefix"; then
9555 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9556 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9558 $as_echo_n "checking for $ac_word... " >&6; }
9559 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9560 $as_echo_n "(cached) " >&6
9561 else
9562 if test -n "$OBJCOPY"; then
9563 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9564 else
9565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9566 for as_dir in $PATH
9568 IFS=$as_save_IFS
9569 test -z "$as_dir" && as_dir=.
9570 for ac_exec_ext in '' $ac_executable_extensions; do
9571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9572 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9574 break 2
9576 done
9577 done
9578 IFS=$as_save_IFS
9582 OBJCOPY=$ac_cv_prog_OBJCOPY
9583 if test -n "$OBJCOPY"; then
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9585 $as_echo "$OBJCOPY" >&6; }
9586 else
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9588 $as_echo "no" >&6; }
9593 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9594 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9595 set dummy ${ncn_progname}; ac_word=$2
9596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9597 $as_echo_n "checking for $ac_word... " >&6; }
9598 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9599 $as_echo_n "(cached) " >&6
9600 else
9601 if test -n "$OBJCOPY"; then
9602 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9603 else
9604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9605 for as_dir in $PATH
9607 IFS=$as_save_IFS
9608 test -z "$as_dir" && as_dir=.
9609 for ac_exec_ext in '' $ac_executable_extensions; do
9610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9611 ac_cv_prog_OBJCOPY="${ncn_progname}"
9612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9613 break 2
9615 done
9616 done
9617 IFS=$as_save_IFS
9621 OBJCOPY=$ac_cv_prog_OBJCOPY
9622 if test -n "$OBJCOPY"; then
9623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9624 $as_echo "$OBJCOPY" >&6; }
9625 else
9626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9627 $as_echo "no" >&6; }
9632 test -n "$ac_cv_prog_OBJCOPY" && break
9633 done
9635 if test -z "$ac_cv_prog_OBJCOPY" ; then
9636 set dummy objcopy
9637 if test $build = $host ; then
9638 OBJCOPY="$2"
9639 else
9640 OBJCOPY="${ncn_tool_prefix}$2"
9646 if test -n "$OBJDUMP"; then
9647 ac_cv_prog_OBJDUMP=$OBJDUMP
9648 elif test -n "$ac_cv_prog_OBJDUMP"; then
9649 OBJDUMP=$ac_cv_prog_OBJDUMP
9652 if test -n "$ac_cv_prog_OBJDUMP"; then
9653 for ncn_progname in objdump; do
9654 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9655 set dummy ${ncn_progname}; ac_word=$2
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9657 $as_echo_n "checking for $ac_word... " >&6; }
9658 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9659 $as_echo_n "(cached) " >&6
9660 else
9661 if test -n "$OBJDUMP"; then
9662 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9663 else
9664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9665 for as_dir in $PATH
9667 IFS=$as_save_IFS
9668 test -z "$as_dir" && as_dir=.
9669 for ac_exec_ext in '' $ac_executable_extensions; do
9670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9671 ac_cv_prog_OBJDUMP="${ncn_progname}"
9672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9673 break 2
9675 done
9676 done
9677 IFS=$as_save_IFS
9681 OBJDUMP=$ac_cv_prog_OBJDUMP
9682 if test -n "$OBJDUMP"; then
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9684 $as_echo "$OBJDUMP" >&6; }
9685 else
9686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9687 $as_echo "no" >&6; }
9691 done
9694 for ncn_progname in objdump; do
9695 if test -n "$ncn_tool_prefix"; then
9696 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9697 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9699 $as_echo_n "checking for $ac_word... " >&6; }
9700 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9701 $as_echo_n "(cached) " >&6
9702 else
9703 if test -n "$OBJDUMP"; then
9704 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9705 else
9706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9707 for as_dir in $PATH
9709 IFS=$as_save_IFS
9710 test -z "$as_dir" && as_dir=.
9711 for ac_exec_ext in '' $ac_executable_extensions; do
9712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9713 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9715 break 2
9717 done
9718 done
9719 IFS=$as_save_IFS
9723 OBJDUMP=$ac_cv_prog_OBJDUMP
9724 if test -n "$OBJDUMP"; then
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9726 $as_echo "$OBJDUMP" >&6; }
9727 else
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9729 $as_echo "no" >&6; }
9734 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9735 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9736 set dummy ${ncn_progname}; ac_word=$2
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9738 $as_echo_n "checking for $ac_word... " >&6; }
9739 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9740 $as_echo_n "(cached) " >&6
9741 else
9742 if test -n "$OBJDUMP"; then
9743 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9744 else
9745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9746 for as_dir in $PATH
9748 IFS=$as_save_IFS
9749 test -z "$as_dir" && as_dir=.
9750 for ac_exec_ext in '' $ac_executable_extensions; do
9751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9752 ac_cv_prog_OBJDUMP="${ncn_progname}"
9753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9754 break 2
9756 done
9757 done
9758 IFS=$as_save_IFS
9762 OBJDUMP=$ac_cv_prog_OBJDUMP
9763 if test -n "$OBJDUMP"; then
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9765 $as_echo "$OBJDUMP" >&6; }
9766 else
9767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9768 $as_echo "no" >&6; }
9773 test -n "$ac_cv_prog_OBJDUMP" && break
9774 done
9776 if test -z "$ac_cv_prog_OBJDUMP" ; then
9777 set dummy objdump
9778 if test $build = $host ; then
9779 OBJDUMP="$2"
9780 else
9781 OBJDUMP="${ncn_tool_prefix}$2"
9787 if test -n "$READELF"; then
9788 ac_cv_prog_READELF=$READELF
9789 elif test -n "$ac_cv_prog_READELF"; then
9790 READELF=$ac_cv_prog_READELF
9793 if test -n "$ac_cv_prog_READELF"; then
9794 for ncn_progname in readelf; do
9795 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9796 set dummy ${ncn_progname}; ac_word=$2
9797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9798 $as_echo_n "checking for $ac_word... " >&6; }
9799 if test "${ac_cv_prog_READELF+set}" = set; then :
9800 $as_echo_n "(cached) " >&6
9801 else
9802 if test -n "$READELF"; then
9803 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9804 else
9805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9806 for as_dir in $PATH
9808 IFS=$as_save_IFS
9809 test -z "$as_dir" && as_dir=.
9810 for ac_exec_ext in '' $ac_executable_extensions; do
9811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9812 ac_cv_prog_READELF="${ncn_progname}"
9813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9814 break 2
9816 done
9817 done
9818 IFS=$as_save_IFS
9822 READELF=$ac_cv_prog_READELF
9823 if test -n "$READELF"; then
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9825 $as_echo "$READELF" >&6; }
9826 else
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9828 $as_echo "no" >&6; }
9832 done
9835 for ncn_progname in readelf; do
9836 if test -n "$ncn_tool_prefix"; then
9837 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9838 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9840 $as_echo_n "checking for $ac_word... " >&6; }
9841 if test "${ac_cv_prog_READELF+set}" = set; then :
9842 $as_echo_n "(cached) " >&6
9843 else
9844 if test -n "$READELF"; then
9845 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9846 else
9847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9848 for as_dir in $PATH
9850 IFS=$as_save_IFS
9851 test -z "$as_dir" && as_dir=.
9852 for ac_exec_ext in '' $ac_executable_extensions; do
9853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9854 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9856 break 2
9858 done
9859 done
9860 IFS=$as_save_IFS
9864 READELF=$ac_cv_prog_READELF
9865 if test -n "$READELF"; then
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9867 $as_echo "$READELF" >&6; }
9868 else
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9870 $as_echo "no" >&6; }
9875 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9876 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9877 set dummy ${ncn_progname}; ac_word=$2
9878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9879 $as_echo_n "checking for $ac_word... " >&6; }
9880 if test "${ac_cv_prog_READELF+set}" = set; then :
9881 $as_echo_n "(cached) " >&6
9882 else
9883 if test -n "$READELF"; then
9884 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9885 else
9886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9887 for as_dir in $PATH
9889 IFS=$as_save_IFS
9890 test -z "$as_dir" && as_dir=.
9891 for ac_exec_ext in '' $ac_executable_extensions; do
9892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9893 ac_cv_prog_READELF="${ncn_progname}"
9894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9895 break 2
9897 done
9898 done
9899 IFS=$as_save_IFS
9903 READELF=$ac_cv_prog_READELF
9904 if test -n "$READELF"; then
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9906 $as_echo "$READELF" >&6; }
9907 else
9908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9909 $as_echo "no" >&6; }
9914 test -n "$ac_cv_prog_READELF" && break
9915 done
9917 if test -z "$ac_cv_prog_READELF" ; then
9918 set dummy readelf
9919 if test $build = $host ; then
9920 READELF="$2"
9921 else
9922 READELF="${ncn_tool_prefix}$2"
9931 # Target tools.
9933 # Check whether --with-build-time-tools was given.
9934 if test "${with_build_time_tools+set}" = set; then :
9935 withval=$with_build_time_tools; case x"$withval" in
9936 x/*) ;;
9938 with_build_time_tools=
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9940 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9942 esac
9943 else
9944 with_build_time_tools=
9950 if test -n "$CC_FOR_TARGET"; then
9951 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9952 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9953 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9956 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9957 for ncn_progname in cc gcc; do
9958 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9959 set dummy ${ncn_progname}; ac_word=$2
9960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9961 $as_echo_n "checking for $ac_word... " >&6; }
9962 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9963 $as_echo_n "(cached) " >&6
9964 else
9965 if test -n "$CC_FOR_TARGET"; then
9966 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9967 else
9968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9969 for as_dir in $PATH
9971 IFS=$as_save_IFS
9972 test -z "$as_dir" && as_dir=.
9973 for ac_exec_ext in '' $ac_executable_extensions; do
9974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9975 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9977 break 2
9979 done
9980 done
9981 IFS=$as_save_IFS
9985 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9986 if test -n "$CC_FOR_TARGET"; then
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9988 $as_echo "$CC_FOR_TARGET" >&6; }
9989 else
9990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9991 $as_echo "no" >&6; }
9995 done
9998 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9999 for ncn_progname in cc gcc; do
10000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10001 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10002 if test -x $with_build_time_tools/${ncn_progname}; then
10003 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10005 $as_echo "yes" >&6; }
10006 break
10007 else
10008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10009 $as_echo "no" >&6; }
10011 done
10014 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10015 for ncn_progname in cc gcc; do
10016 if test -n "$ncn_target_tool_prefix"; then
10017 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10018 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10020 $as_echo_n "checking for $ac_word... " >&6; }
10021 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10022 $as_echo_n "(cached) " >&6
10023 else
10024 if test -n "$CC_FOR_TARGET"; then
10025 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10026 else
10027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10028 for as_dir in $PATH
10030 IFS=$as_save_IFS
10031 test -z "$as_dir" && as_dir=.
10032 for ac_exec_ext in '' $ac_executable_extensions; do
10033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10034 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10036 break 2
10038 done
10039 done
10040 IFS=$as_save_IFS
10044 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10045 if test -n "$CC_FOR_TARGET"; then
10046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10047 $as_echo "$CC_FOR_TARGET" >&6; }
10048 else
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10050 $as_echo "no" >&6; }
10055 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10056 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10057 set dummy ${ncn_progname}; ac_word=$2
10058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10059 $as_echo_n "checking for $ac_word... " >&6; }
10060 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10061 $as_echo_n "(cached) " >&6
10062 else
10063 if test -n "$CC_FOR_TARGET"; then
10064 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10065 else
10066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10067 for as_dir in $PATH
10069 IFS=$as_save_IFS
10070 test -z "$as_dir" && as_dir=.
10071 for ac_exec_ext in '' $ac_executable_extensions; do
10072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10073 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
10074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10075 break 2
10077 done
10078 done
10079 IFS=$as_save_IFS
10083 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10084 if test -n "$CC_FOR_TARGET"; then
10085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10086 $as_echo "$CC_FOR_TARGET" >&6; }
10087 else
10088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10089 $as_echo "no" >&6; }
10094 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10095 done
10098 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10099 set dummy cc gcc
10100 if test $build = $target ; then
10101 CC_FOR_TARGET="$2"
10102 else
10103 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10105 else
10106 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
10111 if test -n "$CXX_FOR_TARGET"; then
10112 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10113 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10114 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10117 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10118 for ncn_progname in c++ g++ cxx gxx; do
10119 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10120 set dummy ${ncn_progname}; ac_word=$2
10121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10122 $as_echo_n "checking for $ac_word... " >&6; }
10123 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10124 $as_echo_n "(cached) " >&6
10125 else
10126 if test -n "$CXX_FOR_TARGET"; then
10127 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10128 else
10129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10130 for as_dir in $PATH
10132 IFS=$as_save_IFS
10133 test -z "$as_dir" && as_dir=.
10134 for ac_exec_ext in '' $ac_executable_extensions; do
10135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10136 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10138 break 2
10140 done
10141 done
10142 IFS=$as_save_IFS
10146 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10147 if test -n "$CXX_FOR_TARGET"; then
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10149 $as_echo "$CXX_FOR_TARGET" >&6; }
10150 else
10151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10152 $as_echo "no" >&6; }
10156 done
10159 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10160 for ncn_progname in c++ g++ cxx gxx; do
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10162 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10163 if test -x $with_build_time_tools/${ncn_progname}; then
10164 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10166 $as_echo "yes" >&6; }
10167 break
10168 else
10169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10170 $as_echo "no" >&6; }
10172 done
10175 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10176 for ncn_progname in c++ g++ cxx gxx; do
10177 if test -n "$ncn_target_tool_prefix"; then
10178 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10179 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10181 $as_echo_n "checking for $ac_word... " >&6; }
10182 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10183 $as_echo_n "(cached) " >&6
10184 else
10185 if test -n "$CXX_FOR_TARGET"; then
10186 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10187 else
10188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10189 for as_dir in $PATH
10191 IFS=$as_save_IFS
10192 test -z "$as_dir" && as_dir=.
10193 for ac_exec_ext in '' $ac_executable_extensions; do
10194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10195 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10197 break 2
10199 done
10200 done
10201 IFS=$as_save_IFS
10205 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10206 if test -n "$CXX_FOR_TARGET"; then
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10208 $as_echo "$CXX_FOR_TARGET" >&6; }
10209 else
10210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10211 $as_echo "no" >&6; }
10216 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10217 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10218 set dummy ${ncn_progname}; ac_word=$2
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10220 $as_echo_n "checking for $ac_word... " >&6; }
10221 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10222 $as_echo_n "(cached) " >&6
10223 else
10224 if test -n "$CXX_FOR_TARGET"; then
10225 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10226 else
10227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10228 for as_dir in $PATH
10230 IFS=$as_save_IFS
10231 test -z "$as_dir" && as_dir=.
10232 for ac_exec_ext in '' $ac_executable_extensions; do
10233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10234 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10236 break 2
10238 done
10239 done
10240 IFS=$as_save_IFS
10244 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10245 if test -n "$CXX_FOR_TARGET"; then
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10247 $as_echo "$CXX_FOR_TARGET" >&6; }
10248 else
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10250 $as_echo "no" >&6; }
10255 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10256 done
10259 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10260 set dummy c++ g++ cxx gxx
10261 if test $build = $target ; then
10262 CXX_FOR_TARGET="$2"
10263 else
10264 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10266 else
10267 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10272 if test -n "$GCC_FOR_TARGET"; then
10273 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10274 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10275 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10278 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10279 for ncn_progname in gcc; do
10280 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10281 set dummy ${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_GCC_FOR_TARGET+set}" = set; then :
10285 $as_echo_n "(cached) " >&6
10286 else
10287 if test -n "$GCC_FOR_TARGET"; then
10288 ac_cv_prog_GCC_FOR_TARGET="$GCC_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_GCC_FOR_TARGET="${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 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10308 if test -n "$GCC_FOR_TARGET"; then
10309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10310 $as_echo "$GCC_FOR_TARGET" >&6; }
10311 else
10312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10313 $as_echo "no" >&6; }
10317 done
10320 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10321 for ncn_progname in gcc; do
10322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10323 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10324 if test -x $with_build_time_tools/${ncn_progname}; then
10325 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10327 $as_echo "yes" >&6; }
10328 break
10329 else
10330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10331 $as_echo "no" >&6; }
10333 done
10336 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10337 for ncn_progname in gcc; do
10338 if test -n "$ncn_target_tool_prefix"; then
10339 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10340 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10342 $as_echo_n "checking for $ac_word... " >&6; }
10343 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10344 $as_echo_n "(cached) " >&6
10345 else
10346 if test -n "$GCC_FOR_TARGET"; then
10347 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10348 else
10349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10350 for as_dir in $PATH
10352 IFS=$as_save_IFS
10353 test -z "$as_dir" && as_dir=.
10354 for ac_exec_ext in '' $ac_executable_extensions; do
10355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10356 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10358 break 2
10360 done
10361 done
10362 IFS=$as_save_IFS
10366 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10367 if test -n "$GCC_FOR_TARGET"; then
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10369 $as_echo "$GCC_FOR_TARGET" >&6; }
10370 else
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10372 $as_echo "no" >&6; }
10377 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10378 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10379 set dummy ${ncn_progname}; ac_word=$2
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10381 $as_echo_n "checking for $ac_word... " >&6; }
10382 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10383 $as_echo_n "(cached) " >&6
10384 else
10385 if test -n "$GCC_FOR_TARGET"; then
10386 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10387 else
10388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10389 for as_dir in $PATH
10391 IFS=$as_save_IFS
10392 test -z "$as_dir" && as_dir=.
10393 for ac_exec_ext in '' $ac_executable_extensions; do
10394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10395 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10397 break 2
10399 done
10400 done
10401 IFS=$as_save_IFS
10405 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10406 if test -n "$GCC_FOR_TARGET"; then
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10408 $as_echo "$GCC_FOR_TARGET" >&6; }
10409 else
10410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10411 $as_echo "no" >&6; }
10416 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10417 done
10420 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10421 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10422 else
10423 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10428 if test -n "$GCJ_FOR_TARGET"; then
10429 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10430 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10431 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10434 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10435 for ncn_progname in gcj; do
10436 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10437 set dummy ${ncn_progname}; ac_word=$2
10438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10439 $as_echo_n "checking for $ac_word... " >&6; }
10440 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10441 $as_echo_n "(cached) " >&6
10442 else
10443 if test -n "$GCJ_FOR_TARGET"; then
10444 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10445 else
10446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10447 for as_dir in $PATH
10449 IFS=$as_save_IFS
10450 test -z "$as_dir" && as_dir=.
10451 for ac_exec_ext in '' $ac_executable_extensions; do
10452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10453 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10455 break 2
10457 done
10458 done
10459 IFS=$as_save_IFS
10463 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10464 if test -n "$GCJ_FOR_TARGET"; then
10465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10466 $as_echo "$GCJ_FOR_TARGET" >&6; }
10467 else
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10469 $as_echo "no" >&6; }
10473 done
10476 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10477 for ncn_progname in gcj; do
10478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10479 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10480 if test -x $with_build_time_tools/${ncn_progname}; then
10481 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10483 $as_echo "yes" >&6; }
10484 break
10485 else
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10487 $as_echo "no" >&6; }
10489 done
10492 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10493 for ncn_progname in gcj; do
10494 if test -n "$ncn_target_tool_prefix"; then
10495 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10496 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10498 $as_echo_n "checking for $ac_word... " >&6; }
10499 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10500 $as_echo_n "(cached) " >&6
10501 else
10502 if test -n "$GCJ_FOR_TARGET"; then
10503 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10504 else
10505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10506 for as_dir in $PATH
10508 IFS=$as_save_IFS
10509 test -z "$as_dir" && as_dir=.
10510 for ac_exec_ext in '' $ac_executable_extensions; do
10511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10512 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10514 break 2
10516 done
10517 done
10518 IFS=$as_save_IFS
10522 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10523 if test -n "$GCJ_FOR_TARGET"; then
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10525 $as_echo "$GCJ_FOR_TARGET" >&6; }
10526 else
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10528 $as_echo "no" >&6; }
10533 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10534 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10535 set dummy ${ncn_progname}; ac_word=$2
10536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10537 $as_echo_n "checking for $ac_word... " >&6; }
10538 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10539 $as_echo_n "(cached) " >&6
10540 else
10541 if test -n "$GCJ_FOR_TARGET"; then
10542 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10543 else
10544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10545 for as_dir in $PATH
10547 IFS=$as_save_IFS
10548 test -z "$as_dir" && as_dir=.
10549 for ac_exec_ext in '' $ac_executable_extensions; do
10550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10551 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10553 break 2
10555 done
10556 done
10557 IFS=$as_save_IFS
10561 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10562 if test -n "$GCJ_FOR_TARGET"; then
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10564 $as_echo "$GCJ_FOR_TARGET" >&6; }
10565 else
10566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10567 $as_echo "no" >&6; }
10572 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10573 done
10576 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10577 set dummy gcj
10578 if test $build = $target ; then
10579 GCJ_FOR_TARGET="$2"
10580 else
10581 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10583 else
10584 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10589 if test -n "$GFORTRAN_FOR_TARGET"; then
10590 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10591 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10592 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10595 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10596 for ncn_progname in gfortran; do
10597 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10598 set dummy ${ncn_progname}; ac_word=$2
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10600 $as_echo_n "checking for $ac_word... " >&6; }
10601 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10602 $as_echo_n "(cached) " >&6
10603 else
10604 if test -n "$GFORTRAN_FOR_TARGET"; then
10605 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10606 else
10607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10608 for as_dir in $PATH
10610 IFS=$as_save_IFS
10611 test -z "$as_dir" && as_dir=.
10612 for ac_exec_ext in '' $ac_executable_extensions; do
10613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10614 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10616 break 2
10618 done
10619 done
10620 IFS=$as_save_IFS
10624 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10625 if test -n "$GFORTRAN_FOR_TARGET"; then
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10627 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10628 else
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10630 $as_echo "no" >&6; }
10634 done
10637 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10638 for ncn_progname in gfortran; do
10639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10640 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10641 if test -x $with_build_time_tools/${ncn_progname}; then
10642 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10644 $as_echo "yes" >&6; }
10645 break
10646 else
10647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10648 $as_echo "no" >&6; }
10650 done
10653 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10654 for ncn_progname in gfortran; do
10655 if test -n "$ncn_target_tool_prefix"; then
10656 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10657 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10659 $as_echo_n "checking for $ac_word... " >&6; }
10660 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10661 $as_echo_n "(cached) " >&6
10662 else
10663 if test -n "$GFORTRAN_FOR_TARGET"; then
10664 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10665 else
10666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10667 for as_dir in $PATH
10669 IFS=$as_save_IFS
10670 test -z "$as_dir" && as_dir=.
10671 for ac_exec_ext in '' $ac_executable_extensions; do
10672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10673 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10675 break 2
10677 done
10678 done
10679 IFS=$as_save_IFS
10683 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10684 if test -n "$GFORTRAN_FOR_TARGET"; then
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10686 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10687 else
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10689 $as_echo "no" >&6; }
10694 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10695 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10696 set dummy ${ncn_progname}; ac_word=$2
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10698 $as_echo_n "checking for $ac_word... " >&6; }
10699 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10700 $as_echo_n "(cached) " >&6
10701 else
10702 if test -n "$GFORTRAN_FOR_TARGET"; then
10703 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10704 else
10705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10706 for as_dir in $PATH
10708 IFS=$as_save_IFS
10709 test -z "$as_dir" && as_dir=.
10710 for ac_exec_ext in '' $ac_executable_extensions; do
10711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10712 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10714 break 2
10716 done
10717 done
10718 IFS=$as_save_IFS
10722 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10723 if test -n "$GFORTRAN_FOR_TARGET"; then
10724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10725 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10726 else
10727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10728 $as_echo "no" >&6; }
10733 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10734 done
10737 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10738 set dummy gfortran
10739 if test $build = $target ; then
10740 GFORTRAN_FOR_TARGET="$2"
10741 else
10742 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10744 else
10745 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10750 if test -n "$GOC_FOR_TARGET"; then
10751 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10752 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10753 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10756 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10757 for ncn_progname in gccgo; do
10758 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10759 set dummy ${ncn_progname}; ac_word=$2
10760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10761 $as_echo_n "checking for $ac_word... " >&6; }
10762 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10763 $as_echo_n "(cached) " >&6
10764 else
10765 if test -n "$GOC_FOR_TARGET"; then
10766 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10767 else
10768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10769 for as_dir in $PATH
10771 IFS=$as_save_IFS
10772 test -z "$as_dir" && as_dir=.
10773 for ac_exec_ext in '' $ac_executable_extensions; do
10774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10775 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10777 break 2
10779 done
10780 done
10781 IFS=$as_save_IFS
10785 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10786 if test -n "$GOC_FOR_TARGET"; then
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10788 $as_echo "$GOC_FOR_TARGET" >&6; }
10789 else
10790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10791 $as_echo "no" >&6; }
10795 done
10798 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10799 for ncn_progname in gccgo; do
10800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10801 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10802 if test -x $with_build_time_tools/${ncn_progname}; then
10803 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10805 $as_echo "yes" >&6; }
10806 break
10807 else
10808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10809 $as_echo "no" >&6; }
10811 done
10814 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10815 for ncn_progname in gccgo; do
10816 if test -n "$ncn_target_tool_prefix"; then
10817 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10818 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10820 $as_echo_n "checking for $ac_word... " >&6; }
10821 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10822 $as_echo_n "(cached) " >&6
10823 else
10824 if test -n "$GOC_FOR_TARGET"; then
10825 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10826 else
10827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10828 for as_dir in $PATH
10830 IFS=$as_save_IFS
10831 test -z "$as_dir" && as_dir=.
10832 for ac_exec_ext in '' $ac_executable_extensions; do
10833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10834 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10836 break 2
10838 done
10839 done
10840 IFS=$as_save_IFS
10844 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10845 if test -n "$GOC_FOR_TARGET"; then
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10847 $as_echo "$GOC_FOR_TARGET" >&6; }
10848 else
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10850 $as_echo "no" >&6; }
10855 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10856 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10857 set dummy ${ncn_progname}; ac_word=$2
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10859 $as_echo_n "checking for $ac_word... " >&6; }
10860 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10861 $as_echo_n "(cached) " >&6
10862 else
10863 if test -n "$GOC_FOR_TARGET"; then
10864 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10865 else
10866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10867 for as_dir in $PATH
10869 IFS=$as_save_IFS
10870 test -z "$as_dir" && as_dir=.
10871 for ac_exec_ext in '' $ac_executable_extensions; do
10872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10873 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10875 break 2
10877 done
10878 done
10879 IFS=$as_save_IFS
10883 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10884 if test -n "$GOC_FOR_TARGET"; then
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10886 $as_echo "$GOC_FOR_TARGET" >&6; }
10887 else
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10889 $as_echo "no" >&6; }
10894 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10895 done
10898 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10899 set dummy gccgo
10900 if test $build = $target ; then
10901 GOC_FOR_TARGET="$2"
10902 else
10903 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10905 else
10906 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10911 if test -n "$GUPC_FOR_TARGET"; then
10912 ac_cv_prog_GUPC_FOR_TARGET=$GUPC_FOR_TARGET
10913 elif test -n "$ac_cv_prog_GUPC_FOR_TARGET"; then
10914 GUPC_FOR_TARGET=$ac_cv_prog_GUPC_FOR_TARGET
10917 if test -n "$ac_cv_prog_GUPC_FOR_TARGET"; then
10918 for ncn_progname in gupc; do
10919 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10920 set dummy ${ncn_progname}; ac_word=$2
10921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10922 $as_echo_n "checking for $ac_word... " >&6; }
10923 if test "${ac_cv_prog_GUPC_FOR_TARGET+set}" = set; then :
10924 $as_echo_n "(cached) " >&6
10925 else
10926 if test -n "$GUPC_FOR_TARGET"; then
10927 ac_cv_prog_GUPC_FOR_TARGET="$GUPC_FOR_TARGET" # Let the user override the test.
10928 else
10929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10930 for as_dir in $PATH
10932 IFS=$as_save_IFS
10933 test -z "$as_dir" && as_dir=.
10934 for ac_exec_ext in '' $ac_executable_extensions; do
10935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10936 ac_cv_prog_GUPC_FOR_TARGET="${ncn_progname}"
10937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10938 break 2
10940 done
10941 done
10942 IFS=$as_save_IFS
10946 GUPC_FOR_TARGET=$ac_cv_prog_GUPC_FOR_TARGET
10947 if test -n "$GUPC_FOR_TARGET"; then
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUPC_FOR_TARGET" >&5
10949 $as_echo "$GUPC_FOR_TARGET" >&6; }
10950 else
10951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10952 $as_echo "no" >&6; }
10956 done
10959 if test -z "$ac_cv_prog_GUPC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10960 for ncn_progname in gupc; do
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10962 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10963 if test -x $with_build_time_tools/${ncn_progname}; then
10964 ac_cv_prog_GUPC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10966 $as_echo "yes" >&6; }
10967 break
10968 else
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10970 $as_echo "no" >&6; }
10972 done
10975 if test -z "$ac_cv_prog_GUPC_FOR_TARGET"; then
10976 for ncn_progname in gupc; do
10977 if test -n "$ncn_target_tool_prefix"; then
10978 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10979 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10981 $as_echo_n "checking for $ac_word... " >&6; }
10982 if test "${ac_cv_prog_GUPC_FOR_TARGET+set}" = set; then :
10983 $as_echo_n "(cached) " >&6
10984 else
10985 if test -n "$GUPC_FOR_TARGET"; then
10986 ac_cv_prog_GUPC_FOR_TARGET="$GUPC_FOR_TARGET" # Let the user override the test.
10987 else
10988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10989 for as_dir in $PATH
10991 IFS=$as_save_IFS
10992 test -z "$as_dir" && as_dir=.
10993 for ac_exec_ext in '' $ac_executable_extensions; do
10994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10995 ac_cv_prog_GUPC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10997 break 2
10999 done
11000 done
11001 IFS=$as_save_IFS
11005 GUPC_FOR_TARGET=$ac_cv_prog_GUPC_FOR_TARGET
11006 if test -n "$GUPC_FOR_TARGET"; then
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUPC_FOR_TARGET" >&5
11008 $as_echo "$GUPC_FOR_TARGET" >&6; }
11009 else
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11011 $as_echo "no" >&6; }
11016 if test -z "$ac_cv_prog_GUPC_FOR_TARGET" && test $build = $target ; then
11017 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11018 set dummy ${ncn_progname}; ac_word=$2
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11020 $as_echo_n "checking for $ac_word... " >&6; }
11021 if test "${ac_cv_prog_GUPC_FOR_TARGET+set}" = set; then :
11022 $as_echo_n "(cached) " >&6
11023 else
11024 if test -n "$GUPC_FOR_TARGET"; then
11025 ac_cv_prog_GUPC_FOR_TARGET="$GUPC_FOR_TARGET" # Let the user override the test.
11026 else
11027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11028 for as_dir in $PATH
11030 IFS=$as_save_IFS
11031 test -z "$as_dir" && as_dir=.
11032 for ac_exec_ext in '' $ac_executable_extensions; do
11033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11034 ac_cv_prog_GUPC_FOR_TARGET="${ncn_progname}"
11035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11036 break 2
11038 done
11039 done
11040 IFS=$as_save_IFS
11044 GUPC_FOR_TARGET=$ac_cv_prog_GUPC_FOR_TARGET
11045 if test -n "$GUPC_FOR_TARGET"; then
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUPC_FOR_TARGET" >&5
11047 $as_echo "$GUPC_FOR_TARGET" >&6; }
11048 else
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11050 $as_echo "no" >&6; }
11055 test -n "$ac_cv_prog_GUPC_FOR_TARGET" && break
11056 done
11059 if test -z "$ac_cv_prog_GUPC_FOR_TARGET" ; then
11060 set dummy gupc
11061 if test $build = $target ; then
11062 GUPC_FOR_TARGET="$2"
11063 else
11064 GUPC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11066 else
11067 GUPC_FOR_TARGET="$ac_cv_prog_GUPC_FOR_TARGET"
11072 cat > conftest.c << \EOF
11073 #ifdef __GNUC__
11074 gcc_yay;
11075 #endif
11077 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
11078 have_gcc_for_target=yes
11079 else
11080 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
11081 have_gcc_for_target=no
11083 rm conftest.c
11088 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
11089 if test -n "$with_build_time_tools"; then
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
11091 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
11092 if test -x $with_build_time_tools/ar; then
11093 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
11094 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
11096 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
11097 else
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11099 $as_echo "no" >&6; }
11101 elif test $build != $host && test $have_gcc_for_target = yes; then
11102 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
11103 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
11104 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
11107 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11108 # Extract the first word of "ar", so it can be a program name with args.
11109 set dummy ar; ac_word=$2
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11111 $as_echo_n "checking for $ac_word... " >&6; }
11112 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
11113 $as_echo_n "(cached) " >&6
11114 else
11115 case $AR_FOR_TARGET in
11116 [\\/]* | ?:[\\/]*)
11117 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
11120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11121 for as_dir in $gcc_cv_tool_dirs
11123 IFS=$as_save_IFS
11124 test -z "$as_dir" && as_dir=.
11125 for ac_exec_ext in '' $ac_executable_extensions; do
11126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11127 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11129 break 2
11131 done
11132 done
11133 IFS=$as_save_IFS
11136 esac
11138 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11139 if test -n "$AR_FOR_TARGET"; then
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11141 $as_echo "$AR_FOR_TARGET" >&6; }
11142 else
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11144 $as_echo "no" >&6; }
11149 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
11152 if test -n "$AR_FOR_TARGET"; then
11153 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11154 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11155 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11158 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11159 for ncn_progname in ar; do
11160 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11161 set dummy ${ncn_progname}; ac_word=$2
11162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11163 $as_echo_n "checking for $ac_word... " >&6; }
11164 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11165 $as_echo_n "(cached) " >&6
11166 else
11167 if test -n "$AR_FOR_TARGET"; then
11168 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11169 else
11170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11171 for as_dir in $PATH
11173 IFS=$as_save_IFS
11174 test -z "$as_dir" && as_dir=.
11175 for ac_exec_ext in '' $ac_executable_extensions; do
11176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11177 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11179 break 2
11181 done
11182 done
11183 IFS=$as_save_IFS
11187 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11188 if test -n "$AR_FOR_TARGET"; then
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11190 $as_echo "$AR_FOR_TARGET" >&6; }
11191 else
11192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11193 $as_echo "no" >&6; }
11197 done
11200 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
11201 for ncn_progname in ar; do
11202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11203 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11204 if test -x $with_build_time_tools/${ncn_progname}; then
11205 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11207 $as_echo "yes" >&6; }
11208 break
11209 else
11210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11211 $as_echo "no" >&6; }
11213 done
11216 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11217 for ncn_progname in ar; do
11218 if test -n "$ncn_target_tool_prefix"; then
11219 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11220 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11222 $as_echo_n "checking for $ac_word... " >&6; }
11223 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11224 $as_echo_n "(cached) " >&6
11225 else
11226 if test -n "$AR_FOR_TARGET"; then
11227 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11228 else
11229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11230 for as_dir in $PATH
11232 IFS=$as_save_IFS
11233 test -z "$as_dir" && as_dir=.
11234 for ac_exec_ext in '' $ac_executable_extensions; do
11235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11236 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11238 break 2
11240 done
11241 done
11242 IFS=$as_save_IFS
11246 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11247 if test -n "$AR_FOR_TARGET"; then
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11249 $as_echo "$AR_FOR_TARGET" >&6; }
11250 else
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11252 $as_echo "no" >&6; }
11257 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11258 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11259 set dummy ${ncn_progname}; ac_word=$2
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11261 $as_echo_n "checking for $ac_word... " >&6; }
11262 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11263 $as_echo_n "(cached) " >&6
11264 else
11265 if test -n "$AR_FOR_TARGET"; then
11266 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11267 else
11268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11269 for as_dir in $PATH
11271 IFS=$as_save_IFS
11272 test -z "$as_dir" && as_dir=.
11273 for ac_exec_ext in '' $ac_executable_extensions; do
11274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11275 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11277 break 2
11279 done
11280 done
11281 IFS=$as_save_IFS
11285 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11286 if test -n "$AR_FOR_TARGET"; then
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11288 $as_echo "$AR_FOR_TARGET" >&6; }
11289 else
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11291 $as_echo "no" >&6; }
11296 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11297 done
11300 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11301 set dummy ar
11302 if test $build = $target ; then
11303 AR_FOR_TARGET="$2"
11304 else
11305 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11307 else
11308 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11311 else
11312 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11318 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11319 if test -n "$with_build_time_tools"; then
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11321 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
11322 if test -x $with_build_time_tools/as; then
11323 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11324 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11326 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11327 else
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11329 $as_echo "no" >&6; }
11331 elif test $build != $host && test $have_gcc_for_target = yes; then
11332 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11333 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11334 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11337 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11338 # Extract the first word of "as", so it can be a program name with args.
11339 set dummy as; ac_word=$2
11340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11341 $as_echo_n "checking for $ac_word... " >&6; }
11342 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11343 $as_echo_n "(cached) " >&6
11344 else
11345 case $AS_FOR_TARGET in
11346 [\\/]* | ?:[\\/]*)
11347 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11351 for as_dir in $gcc_cv_tool_dirs
11353 IFS=$as_save_IFS
11354 test -z "$as_dir" && as_dir=.
11355 for ac_exec_ext in '' $ac_executable_extensions; do
11356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11357 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11359 break 2
11361 done
11362 done
11363 IFS=$as_save_IFS
11366 esac
11368 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11369 if test -n "$AS_FOR_TARGET"; then
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11371 $as_echo "$AS_FOR_TARGET" >&6; }
11372 else
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11374 $as_echo "no" >&6; }
11379 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11382 if test -n "$AS_FOR_TARGET"; then
11383 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11384 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11385 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11388 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11389 for ncn_progname in as; do
11390 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11391 set dummy ${ncn_progname}; ac_word=$2
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11393 $as_echo_n "checking for $ac_word... " >&6; }
11394 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11395 $as_echo_n "(cached) " >&6
11396 else
11397 if test -n "$AS_FOR_TARGET"; then
11398 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11399 else
11400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11401 for as_dir in $PATH
11403 IFS=$as_save_IFS
11404 test -z "$as_dir" && as_dir=.
11405 for ac_exec_ext in '' $ac_executable_extensions; do
11406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11407 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11409 break 2
11411 done
11412 done
11413 IFS=$as_save_IFS
11417 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11418 if test -n "$AS_FOR_TARGET"; then
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11420 $as_echo "$AS_FOR_TARGET" >&6; }
11421 else
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11423 $as_echo "no" >&6; }
11427 done
11430 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11431 for ncn_progname in as; do
11432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11433 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11434 if test -x $with_build_time_tools/${ncn_progname}; then
11435 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11437 $as_echo "yes" >&6; }
11438 break
11439 else
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11441 $as_echo "no" >&6; }
11443 done
11446 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11447 for ncn_progname in as; do
11448 if test -n "$ncn_target_tool_prefix"; then
11449 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11450 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11452 $as_echo_n "checking for $ac_word... " >&6; }
11453 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11454 $as_echo_n "(cached) " >&6
11455 else
11456 if test -n "$AS_FOR_TARGET"; then
11457 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11458 else
11459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11460 for as_dir in $PATH
11462 IFS=$as_save_IFS
11463 test -z "$as_dir" && as_dir=.
11464 for ac_exec_ext in '' $ac_executable_extensions; do
11465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11466 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11468 break 2
11470 done
11471 done
11472 IFS=$as_save_IFS
11476 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11477 if test -n "$AS_FOR_TARGET"; then
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11479 $as_echo "$AS_FOR_TARGET" >&6; }
11480 else
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11482 $as_echo "no" >&6; }
11487 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11488 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11489 set dummy ${ncn_progname}; ac_word=$2
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11491 $as_echo_n "checking for $ac_word... " >&6; }
11492 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11493 $as_echo_n "(cached) " >&6
11494 else
11495 if test -n "$AS_FOR_TARGET"; then
11496 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11497 else
11498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11499 for as_dir in $PATH
11501 IFS=$as_save_IFS
11502 test -z "$as_dir" && as_dir=.
11503 for ac_exec_ext in '' $ac_executable_extensions; do
11504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11505 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11507 break 2
11509 done
11510 done
11511 IFS=$as_save_IFS
11515 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11516 if test -n "$AS_FOR_TARGET"; then
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11518 $as_echo "$AS_FOR_TARGET" >&6; }
11519 else
11520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11521 $as_echo "no" >&6; }
11526 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11527 done
11530 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11531 set dummy as
11532 if test $build = $target ; then
11533 AS_FOR_TARGET="$2"
11534 else
11535 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11537 else
11538 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11541 else
11542 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11548 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11549 if test -n "$with_build_time_tools"; then
11550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11551 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11552 if test -x $with_build_time_tools/dlltool; then
11553 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11554 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11556 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11557 else
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11559 $as_echo "no" >&6; }
11561 elif test $build != $host && test $have_gcc_for_target = yes; then
11562 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11563 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11564 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11567 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11568 # Extract the first word of "dlltool", so it can be a program name with args.
11569 set dummy dlltool; ac_word=$2
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11571 $as_echo_n "checking for $ac_word... " >&6; }
11572 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11573 $as_echo_n "(cached) " >&6
11574 else
11575 case $DLLTOOL_FOR_TARGET in
11576 [\\/]* | ?:[\\/]*)
11577 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11581 for as_dir in $gcc_cv_tool_dirs
11583 IFS=$as_save_IFS
11584 test -z "$as_dir" && as_dir=.
11585 for ac_exec_ext in '' $ac_executable_extensions; do
11586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11587 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11589 break 2
11591 done
11592 done
11593 IFS=$as_save_IFS
11596 esac
11598 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11599 if test -n "$DLLTOOL_FOR_TARGET"; then
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11601 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11602 else
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11604 $as_echo "no" >&6; }
11609 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11612 if test -n "$DLLTOOL_FOR_TARGET"; then
11613 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11614 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11615 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11618 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11619 for ncn_progname in dlltool; do
11620 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11621 set dummy ${ncn_progname}; ac_word=$2
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11623 $as_echo_n "checking for $ac_word... " >&6; }
11624 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11625 $as_echo_n "(cached) " >&6
11626 else
11627 if test -n "$DLLTOOL_FOR_TARGET"; then
11628 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11629 else
11630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11631 for as_dir in $PATH
11633 IFS=$as_save_IFS
11634 test -z "$as_dir" && as_dir=.
11635 for ac_exec_ext in '' $ac_executable_extensions; do
11636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11637 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11639 break 2
11641 done
11642 done
11643 IFS=$as_save_IFS
11647 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11648 if test -n "$DLLTOOL_FOR_TARGET"; then
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11650 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11651 else
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11653 $as_echo "no" >&6; }
11657 done
11660 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11661 for ncn_progname in dlltool; do
11662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11663 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11664 if test -x $with_build_time_tools/${ncn_progname}; then
11665 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11667 $as_echo "yes" >&6; }
11668 break
11669 else
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11671 $as_echo "no" >&6; }
11673 done
11676 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11677 for ncn_progname in dlltool; do
11678 if test -n "$ncn_target_tool_prefix"; then
11679 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11680 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11682 $as_echo_n "checking for $ac_word... " >&6; }
11683 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11684 $as_echo_n "(cached) " >&6
11685 else
11686 if test -n "$DLLTOOL_FOR_TARGET"; then
11687 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11688 else
11689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11690 for as_dir in $PATH
11692 IFS=$as_save_IFS
11693 test -z "$as_dir" && as_dir=.
11694 for ac_exec_ext in '' $ac_executable_extensions; do
11695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11696 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11698 break 2
11700 done
11701 done
11702 IFS=$as_save_IFS
11706 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11707 if test -n "$DLLTOOL_FOR_TARGET"; then
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11709 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11710 else
11711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11712 $as_echo "no" >&6; }
11717 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11718 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11719 set dummy ${ncn_progname}; ac_word=$2
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11721 $as_echo_n "checking for $ac_word... " >&6; }
11722 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11723 $as_echo_n "(cached) " >&6
11724 else
11725 if test -n "$DLLTOOL_FOR_TARGET"; then
11726 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11727 else
11728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11729 for as_dir in $PATH
11731 IFS=$as_save_IFS
11732 test -z "$as_dir" && as_dir=.
11733 for ac_exec_ext in '' $ac_executable_extensions; do
11734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11735 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11737 break 2
11739 done
11740 done
11741 IFS=$as_save_IFS
11745 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11746 if test -n "$DLLTOOL_FOR_TARGET"; then
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11748 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11749 else
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11751 $as_echo "no" >&6; }
11756 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11757 done
11760 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11761 set dummy dlltool
11762 if test $build = $target ; then
11763 DLLTOOL_FOR_TARGET="$2"
11764 else
11765 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11767 else
11768 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11771 else
11772 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11778 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11779 if test -n "$with_build_time_tools"; then
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11781 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11782 if test -x $with_build_time_tools/ld; then
11783 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11784 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11786 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11787 else
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11789 $as_echo "no" >&6; }
11791 elif test $build != $host && test $have_gcc_for_target = yes; then
11792 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11793 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11794 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11797 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11798 # Extract the first word of "ld", so it can be a program name with args.
11799 set dummy ld; ac_word=$2
11800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11801 $as_echo_n "checking for $ac_word... " >&6; }
11802 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11803 $as_echo_n "(cached) " >&6
11804 else
11805 case $LD_FOR_TARGET in
11806 [\\/]* | ?:[\\/]*)
11807 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11811 for as_dir in $gcc_cv_tool_dirs
11813 IFS=$as_save_IFS
11814 test -z "$as_dir" && as_dir=.
11815 for ac_exec_ext in '' $ac_executable_extensions; do
11816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11817 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11819 break 2
11821 done
11822 done
11823 IFS=$as_save_IFS
11826 esac
11828 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11829 if test -n "$LD_FOR_TARGET"; then
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11831 $as_echo "$LD_FOR_TARGET" >&6; }
11832 else
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11834 $as_echo "no" >&6; }
11839 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11842 if test -n "$LD_FOR_TARGET"; then
11843 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11844 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11845 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11848 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11849 for ncn_progname in ld; do
11850 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11851 set dummy ${ncn_progname}; ac_word=$2
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11853 $as_echo_n "checking for $ac_word... " >&6; }
11854 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11855 $as_echo_n "(cached) " >&6
11856 else
11857 if test -n "$LD_FOR_TARGET"; then
11858 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11859 else
11860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11861 for as_dir in $PATH
11863 IFS=$as_save_IFS
11864 test -z "$as_dir" && as_dir=.
11865 for ac_exec_ext in '' $ac_executable_extensions; do
11866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11867 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11869 break 2
11871 done
11872 done
11873 IFS=$as_save_IFS
11877 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11878 if test -n "$LD_FOR_TARGET"; then
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11880 $as_echo "$LD_FOR_TARGET" >&6; }
11881 else
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11883 $as_echo "no" >&6; }
11887 done
11890 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11891 for ncn_progname in ld; do
11892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11893 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11894 if test -x $with_build_time_tools/${ncn_progname}; then
11895 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11897 $as_echo "yes" >&6; }
11898 break
11899 else
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11901 $as_echo "no" >&6; }
11903 done
11906 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11907 for ncn_progname in ld; do
11908 if test -n "$ncn_target_tool_prefix"; then
11909 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11910 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11912 $as_echo_n "checking for $ac_word... " >&6; }
11913 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11914 $as_echo_n "(cached) " >&6
11915 else
11916 if test -n "$LD_FOR_TARGET"; then
11917 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11918 else
11919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11920 for as_dir in $PATH
11922 IFS=$as_save_IFS
11923 test -z "$as_dir" && as_dir=.
11924 for ac_exec_ext in '' $ac_executable_extensions; do
11925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11926 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11928 break 2
11930 done
11931 done
11932 IFS=$as_save_IFS
11936 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11937 if test -n "$LD_FOR_TARGET"; then
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11939 $as_echo "$LD_FOR_TARGET" >&6; }
11940 else
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11942 $as_echo "no" >&6; }
11947 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11948 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11949 set dummy ${ncn_progname}; ac_word=$2
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11951 $as_echo_n "checking for $ac_word... " >&6; }
11952 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11953 $as_echo_n "(cached) " >&6
11954 else
11955 if test -n "$LD_FOR_TARGET"; then
11956 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11957 else
11958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11959 for as_dir in $PATH
11961 IFS=$as_save_IFS
11962 test -z "$as_dir" && as_dir=.
11963 for ac_exec_ext in '' $ac_executable_extensions; do
11964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11965 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11967 break 2
11969 done
11970 done
11971 IFS=$as_save_IFS
11975 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11976 if test -n "$LD_FOR_TARGET"; then
11977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11978 $as_echo "$LD_FOR_TARGET" >&6; }
11979 else
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11981 $as_echo "no" >&6; }
11986 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11987 done
11990 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11991 set dummy ld
11992 if test $build = $target ; then
11993 LD_FOR_TARGET="$2"
11994 else
11995 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11997 else
11998 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
12001 else
12002 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
12008 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
12009 if test -n "$with_build_time_tools"; then
12010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
12011 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
12012 if test -x $with_build_time_tools/lipo; then
12013 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
12014 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
12016 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
12017 else
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12019 $as_echo "no" >&6; }
12021 elif test $build != $host && test $have_gcc_for_target = yes; then
12022 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
12023 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
12024 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
12027 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12028 # Extract the first word of "lipo", so it can be a program name with args.
12029 set dummy lipo; ac_word=$2
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12031 $as_echo_n "checking for $ac_word... " >&6; }
12032 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
12033 $as_echo_n "(cached) " >&6
12034 else
12035 case $LIPO_FOR_TARGET in
12036 [\\/]* | ?:[\\/]*)
12037 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
12040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12041 for as_dir in $gcc_cv_tool_dirs
12043 IFS=$as_save_IFS
12044 test -z "$as_dir" && as_dir=.
12045 for ac_exec_ext in '' $ac_executable_extensions; do
12046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12047 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12049 break 2
12051 done
12052 done
12053 IFS=$as_save_IFS
12056 esac
12058 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
12059 if test -n "$LIPO_FOR_TARGET"; then
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12061 $as_echo "$LIPO_FOR_TARGET" >&6; }
12062 else
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12064 $as_echo "no" >&6; }
12069 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
12072 if test -n "$LIPO_FOR_TARGET"; then
12073 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
12074 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12075 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12078 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12079 for ncn_progname in lipo; do
12080 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12081 set dummy ${ncn_progname}; ac_word=$2
12082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12083 $as_echo_n "checking for $ac_word... " >&6; }
12084 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12085 $as_echo_n "(cached) " >&6
12086 else
12087 if test -n "$LIPO_FOR_TARGET"; then
12088 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12089 else
12090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12091 for as_dir in $PATH
12093 IFS=$as_save_IFS
12094 test -z "$as_dir" && as_dir=.
12095 for ac_exec_ext in '' $ac_executable_extensions; do
12096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12097 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
12098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12099 break 2
12101 done
12102 done
12103 IFS=$as_save_IFS
12107 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12108 if test -n "$LIPO_FOR_TARGET"; then
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12110 $as_echo "$LIPO_FOR_TARGET" >&6; }
12111 else
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12113 $as_echo "no" >&6; }
12117 done
12120 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
12121 for ncn_progname in lipo; do
12122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12123 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12124 if test -x $with_build_time_tools/${ncn_progname}; then
12125 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12127 $as_echo "yes" >&6; }
12128 break
12129 else
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12131 $as_echo "no" >&6; }
12133 done
12136 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
12137 for ncn_progname in lipo; do
12138 if test -n "$ncn_target_tool_prefix"; then
12139 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12140 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12142 $as_echo_n "checking for $ac_word... " >&6; }
12143 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12144 $as_echo_n "(cached) " >&6
12145 else
12146 if test -n "$LIPO_FOR_TARGET"; then
12147 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12148 else
12149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12150 for as_dir in $PATH
12152 IFS=$as_save_IFS
12153 test -z "$as_dir" && as_dir=.
12154 for ac_exec_ext in '' $ac_executable_extensions; do
12155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12156 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12158 break 2
12160 done
12161 done
12162 IFS=$as_save_IFS
12166 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12167 if test -n "$LIPO_FOR_TARGET"; then
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12169 $as_echo "$LIPO_FOR_TARGET" >&6; }
12170 else
12171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12172 $as_echo "no" >&6; }
12177 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12178 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12179 set dummy ${ncn_progname}; ac_word=$2
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12181 $as_echo_n "checking for $ac_word... " >&6; }
12182 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12183 $as_echo_n "(cached) " >&6
12184 else
12185 if test -n "$LIPO_FOR_TARGET"; then
12186 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12187 else
12188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12189 for as_dir in $PATH
12191 IFS=$as_save_IFS
12192 test -z "$as_dir" && as_dir=.
12193 for ac_exec_ext in '' $ac_executable_extensions; do
12194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12195 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
12196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12197 break 2
12199 done
12200 done
12201 IFS=$as_save_IFS
12205 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12206 if test -n "$LIPO_FOR_TARGET"; then
12207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12208 $as_echo "$LIPO_FOR_TARGET" >&6; }
12209 else
12210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12211 $as_echo "no" >&6; }
12216 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12217 done
12220 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12221 set dummy lipo
12222 if test $build = $target ; then
12223 LIPO_FOR_TARGET="$2"
12224 else
12225 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12227 else
12228 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
12231 else
12232 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
12238 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12239 if test -n "$with_build_time_tools"; then
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12241 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
12242 if test -x $with_build_time_tools/nm; then
12243 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12244 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12246 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
12247 else
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12249 $as_echo "no" >&6; }
12251 elif test $build != $host && test $have_gcc_for_target = yes; then
12252 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
12253 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12254 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12257 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12258 # Extract the first word of "nm", so it can be a program name with args.
12259 set dummy nm; ac_word=$2
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12261 $as_echo_n "checking for $ac_word... " >&6; }
12262 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12263 $as_echo_n "(cached) " >&6
12264 else
12265 case $NM_FOR_TARGET in
12266 [\\/]* | ?:[\\/]*)
12267 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12271 for as_dir in $gcc_cv_tool_dirs
12273 IFS=$as_save_IFS
12274 test -z "$as_dir" && as_dir=.
12275 for ac_exec_ext in '' $ac_executable_extensions; do
12276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12277 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12279 break 2
12281 done
12282 done
12283 IFS=$as_save_IFS
12286 esac
12288 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12289 if test -n "$NM_FOR_TARGET"; then
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12291 $as_echo "$NM_FOR_TARGET" >&6; }
12292 else
12293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12294 $as_echo "no" >&6; }
12299 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12302 if test -n "$NM_FOR_TARGET"; then
12303 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12304 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12305 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12308 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12309 for ncn_progname in nm; do
12310 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12311 set dummy ${ncn_progname}; ac_word=$2
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12313 $as_echo_n "checking for $ac_word... " >&6; }
12314 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12315 $as_echo_n "(cached) " >&6
12316 else
12317 if test -n "$NM_FOR_TARGET"; then
12318 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12319 else
12320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12321 for as_dir in $PATH
12323 IFS=$as_save_IFS
12324 test -z "$as_dir" && as_dir=.
12325 for ac_exec_ext in '' $ac_executable_extensions; do
12326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12327 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12329 break 2
12331 done
12332 done
12333 IFS=$as_save_IFS
12337 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12338 if test -n "$NM_FOR_TARGET"; then
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12340 $as_echo "$NM_FOR_TARGET" >&6; }
12341 else
12342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12343 $as_echo "no" >&6; }
12347 done
12350 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12351 for ncn_progname in nm; do
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12353 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12354 if test -x $with_build_time_tools/${ncn_progname}; then
12355 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12357 $as_echo "yes" >&6; }
12358 break
12359 else
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12361 $as_echo "no" >&6; }
12363 done
12366 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12367 for ncn_progname in nm; do
12368 if test -n "$ncn_target_tool_prefix"; then
12369 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12370 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12372 $as_echo_n "checking for $ac_word... " >&6; }
12373 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12374 $as_echo_n "(cached) " >&6
12375 else
12376 if test -n "$NM_FOR_TARGET"; then
12377 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12378 else
12379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12380 for as_dir in $PATH
12382 IFS=$as_save_IFS
12383 test -z "$as_dir" && as_dir=.
12384 for ac_exec_ext in '' $ac_executable_extensions; do
12385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12386 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12388 break 2
12390 done
12391 done
12392 IFS=$as_save_IFS
12396 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12397 if test -n "$NM_FOR_TARGET"; then
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12399 $as_echo "$NM_FOR_TARGET" >&6; }
12400 else
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12402 $as_echo "no" >&6; }
12407 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12408 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12409 set dummy ${ncn_progname}; ac_word=$2
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12411 $as_echo_n "checking for $ac_word... " >&6; }
12412 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12413 $as_echo_n "(cached) " >&6
12414 else
12415 if test -n "$NM_FOR_TARGET"; then
12416 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12417 else
12418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12419 for as_dir in $PATH
12421 IFS=$as_save_IFS
12422 test -z "$as_dir" && as_dir=.
12423 for ac_exec_ext in '' $ac_executable_extensions; do
12424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12425 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12427 break 2
12429 done
12430 done
12431 IFS=$as_save_IFS
12435 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12436 if test -n "$NM_FOR_TARGET"; then
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12438 $as_echo "$NM_FOR_TARGET" >&6; }
12439 else
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12441 $as_echo "no" >&6; }
12446 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12447 done
12450 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12451 set dummy nm
12452 if test $build = $target ; then
12453 NM_FOR_TARGET="$2"
12454 else
12455 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12457 else
12458 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12461 else
12462 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12468 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12469 if test -n "$with_build_time_tools"; then
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12471 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12472 if test -x $with_build_time_tools/objdump; then
12473 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12474 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12476 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12477 else
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12479 $as_echo "no" >&6; }
12481 elif test $build != $host && test $have_gcc_for_target = yes; then
12482 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12483 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12484 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12487 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12488 # Extract the first word of "objdump", so it can be a program name with args.
12489 set dummy objdump; ac_word=$2
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12491 $as_echo_n "checking for $ac_word... " >&6; }
12492 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12493 $as_echo_n "(cached) " >&6
12494 else
12495 case $OBJDUMP_FOR_TARGET in
12496 [\\/]* | ?:[\\/]*)
12497 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12501 for as_dir in $gcc_cv_tool_dirs
12503 IFS=$as_save_IFS
12504 test -z "$as_dir" && as_dir=.
12505 for ac_exec_ext in '' $ac_executable_extensions; do
12506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12507 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12509 break 2
12511 done
12512 done
12513 IFS=$as_save_IFS
12516 esac
12518 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12519 if test -n "$OBJDUMP_FOR_TARGET"; then
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12521 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12522 else
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12524 $as_echo "no" >&6; }
12529 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12532 if test -n "$OBJDUMP_FOR_TARGET"; then
12533 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12534 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12535 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12538 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12539 for ncn_progname in objdump; do
12540 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12541 set dummy ${ncn_progname}; ac_word=$2
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12543 $as_echo_n "checking for $ac_word... " >&6; }
12544 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12545 $as_echo_n "(cached) " >&6
12546 else
12547 if test -n "$OBJDUMP_FOR_TARGET"; then
12548 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12549 else
12550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12551 for as_dir in $PATH
12553 IFS=$as_save_IFS
12554 test -z "$as_dir" && as_dir=.
12555 for ac_exec_ext in '' $ac_executable_extensions; do
12556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12557 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12559 break 2
12561 done
12562 done
12563 IFS=$as_save_IFS
12567 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12568 if test -n "$OBJDUMP_FOR_TARGET"; then
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12570 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12571 else
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12573 $as_echo "no" >&6; }
12577 done
12580 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12581 for ncn_progname in objdump; do
12582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12583 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12584 if test -x $with_build_time_tools/${ncn_progname}; then
12585 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12587 $as_echo "yes" >&6; }
12588 break
12589 else
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12591 $as_echo "no" >&6; }
12593 done
12596 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12597 for ncn_progname in objdump; do
12598 if test -n "$ncn_target_tool_prefix"; then
12599 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12600 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12602 $as_echo_n "checking for $ac_word... " >&6; }
12603 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12604 $as_echo_n "(cached) " >&6
12605 else
12606 if test -n "$OBJDUMP_FOR_TARGET"; then
12607 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12608 else
12609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12610 for as_dir in $PATH
12612 IFS=$as_save_IFS
12613 test -z "$as_dir" && as_dir=.
12614 for ac_exec_ext in '' $ac_executable_extensions; do
12615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12616 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12618 break 2
12620 done
12621 done
12622 IFS=$as_save_IFS
12626 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12627 if test -n "$OBJDUMP_FOR_TARGET"; then
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12629 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12630 else
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12632 $as_echo "no" >&6; }
12637 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12638 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12639 set dummy ${ncn_progname}; ac_word=$2
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12641 $as_echo_n "checking for $ac_word... " >&6; }
12642 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12643 $as_echo_n "(cached) " >&6
12644 else
12645 if test -n "$OBJDUMP_FOR_TARGET"; then
12646 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12647 else
12648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12649 for as_dir in $PATH
12651 IFS=$as_save_IFS
12652 test -z "$as_dir" && as_dir=.
12653 for ac_exec_ext in '' $ac_executable_extensions; do
12654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12655 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12657 break 2
12659 done
12660 done
12661 IFS=$as_save_IFS
12665 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12666 if test -n "$OBJDUMP_FOR_TARGET"; then
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12668 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12669 else
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12671 $as_echo "no" >&6; }
12676 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12677 done
12680 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12681 set dummy objdump
12682 if test $build = $target ; then
12683 OBJDUMP_FOR_TARGET="$2"
12684 else
12685 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12687 else
12688 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12691 else
12692 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12698 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12699 if test -n "$with_build_time_tools"; then
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12701 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12702 if test -x $with_build_time_tools/ranlib; then
12703 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12704 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12706 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12707 else
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12709 $as_echo "no" >&6; }
12711 elif test $build != $host && test $have_gcc_for_target = yes; then
12712 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12713 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12714 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12717 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12718 # Extract the first word of "ranlib", so it can be a program name with args.
12719 set dummy ranlib; ac_word=$2
12720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12721 $as_echo_n "checking for $ac_word... " >&6; }
12722 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12723 $as_echo_n "(cached) " >&6
12724 else
12725 case $RANLIB_FOR_TARGET in
12726 [\\/]* | ?:[\\/]*)
12727 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12731 for as_dir in $gcc_cv_tool_dirs
12733 IFS=$as_save_IFS
12734 test -z "$as_dir" && as_dir=.
12735 for ac_exec_ext in '' $ac_executable_extensions; do
12736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12737 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12739 break 2
12741 done
12742 done
12743 IFS=$as_save_IFS
12746 esac
12748 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12749 if test -n "$RANLIB_FOR_TARGET"; then
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12751 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12752 else
12753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12754 $as_echo "no" >&6; }
12759 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12762 if test -n "$RANLIB_FOR_TARGET"; then
12763 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12764 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12765 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12768 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12769 for ncn_progname in ranlib; do
12770 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12771 set dummy ${ncn_progname}; ac_word=$2
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12773 $as_echo_n "checking for $ac_word... " >&6; }
12774 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12775 $as_echo_n "(cached) " >&6
12776 else
12777 if test -n "$RANLIB_FOR_TARGET"; then
12778 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12779 else
12780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12781 for as_dir in $PATH
12783 IFS=$as_save_IFS
12784 test -z "$as_dir" && as_dir=.
12785 for ac_exec_ext in '' $ac_executable_extensions; do
12786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12787 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12789 break 2
12791 done
12792 done
12793 IFS=$as_save_IFS
12797 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12798 if test -n "$RANLIB_FOR_TARGET"; then
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12800 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12801 else
12802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12803 $as_echo "no" >&6; }
12807 done
12810 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12811 for ncn_progname in ranlib; do
12812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12813 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12814 if test -x $with_build_time_tools/${ncn_progname}; then
12815 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12817 $as_echo "yes" >&6; }
12818 break
12819 else
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12821 $as_echo "no" >&6; }
12823 done
12826 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12827 for ncn_progname in ranlib; do
12828 if test -n "$ncn_target_tool_prefix"; then
12829 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12830 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12832 $as_echo_n "checking for $ac_word... " >&6; }
12833 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12834 $as_echo_n "(cached) " >&6
12835 else
12836 if test -n "$RANLIB_FOR_TARGET"; then
12837 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12838 else
12839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12840 for as_dir in $PATH
12842 IFS=$as_save_IFS
12843 test -z "$as_dir" && as_dir=.
12844 for ac_exec_ext in '' $ac_executable_extensions; do
12845 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12846 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12848 break 2
12850 done
12851 done
12852 IFS=$as_save_IFS
12856 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12857 if test -n "$RANLIB_FOR_TARGET"; then
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12859 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12860 else
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12862 $as_echo "no" >&6; }
12867 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12868 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12869 set dummy ${ncn_progname}; ac_word=$2
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12871 $as_echo_n "checking for $ac_word... " >&6; }
12872 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12873 $as_echo_n "(cached) " >&6
12874 else
12875 if test -n "$RANLIB_FOR_TARGET"; then
12876 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12877 else
12878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12879 for as_dir in $PATH
12881 IFS=$as_save_IFS
12882 test -z "$as_dir" && as_dir=.
12883 for ac_exec_ext in '' $ac_executable_extensions; do
12884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12885 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12887 break 2
12889 done
12890 done
12891 IFS=$as_save_IFS
12895 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12896 if test -n "$RANLIB_FOR_TARGET"; then
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12898 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12899 else
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12901 $as_echo "no" >&6; }
12906 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12907 done
12910 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12911 set dummy ranlib
12912 if test $build = $target ; then
12913 RANLIB_FOR_TARGET="$2"
12914 else
12915 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12917 else
12918 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12921 else
12922 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12928 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12929 if test -n "$with_build_time_tools"; then
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12931 $as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12932 if test -x $with_build_time_tools/readelf; then
12933 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12934 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12936 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12937 else
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12939 $as_echo "no" >&6; }
12941 elif test $build != $host && test $have_gcc_for_target = yes; then
12942 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12943 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12944 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12947 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12948 # Extract the first word of "readelf", so it can be a program name with args.
12949 set dummy readelf; ac_word=$2
12950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12951 $as_echo_n "checking for $ac_word... " >&6; }
12952 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12953 $as_echo_n "(cached) " >&6
12954 else
12955 case $READELF_FOR_TARGET in
12956 [\\/]* | ?:[\\/]*)
12957 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12961 for as_dir in $gcc_cv_tool_dirs
12963 IFS=$as_save_IFS
12964 test -z "$as_dir" && as_dir=.
12965 for ac_exec_ext in '' $ac_executable_extensions; do
12966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12967 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12969 break 2
12971 done
12972 done
12973 IFS=$as_save_IFS
12976 esac
12978 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12979 if test -n "$READELF_FOR_TARGET"; then
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12981 $as_echo "$READELF_FOR_TARGET" >&6; }
12982 else
12983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12984 $as_echo "no" >&6; }
12989 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12992 if test -n "$READELF_FOR_TARGET"; then
12993 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12994 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12995 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12998 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12999 for ncn_progname in readelf; do
13000 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13001 set dummy ${ncn_progname}; ac_word=$2
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13003 $as_echo_n "checking for $ac_word... " >&6; }
13004 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13005 $as_echo_n "(cached) " >&6
13006 else
13007 if test -n "$READELF_FOR_TARGET"; then
13008 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13009 else
13010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13011 for as_dir in $PATH
13013 IFS=$as_save_IFS
13014 test -z "$as_dir" && as_dir=.
13015 for ac_exec_ext in '' $ac_executable_extensions; do
13016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13017 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13019 break 2
13021 done
13022 done
13023 IFS=$as_save_IFS
13027 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13028 if test -n "$READELF_FOR_TARGET"; then
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13030 $as_echo "$READELF_FOR_TARGET" >&6; }
13031 else
13032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13033 $as_echo "no" >&6; }
13037 done
13040 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13041 for ncn_progname in readelf; do
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13043 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13044 if test -x $with_build_time_tools/${ncn_progname}; then
13045 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13047 $as_echo "yes" >&6; }
13048 break
13049 else
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13051 $as_echo "no" >&6; }
13053 done
13056 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13057 for ncn_progname in readelf; do
13058 if test -n "$ncn_target_tool_prefix"; then
13059 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13060 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13062 $as_echo_n "checking for $ac_word... " >&6; }
13063 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13064 $as_echo_n "(cached) " >&6
13065 else
13066 if test -n "$READELF_FOR_TARGET"; then
13067 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13068 else
13069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13070 for as_dir in $PATH
13072 IFS=$as_save_IFS
13073 test -z "$as_dir" && as_dir=.
13074 for ac_exec_ext in '' $ac_executable_extensions; do
13075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13076 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13078 break 2
13080 done
13081 done
13082 IFS=$as_save_IFS
13086 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13087 if test -n "$READELF_FOR_TARGET"; then
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13089 $as_echo "$READELF_FOR_TARGET" >&6; }
13090 else
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13092 $as_echo "no" >&6; }
13097 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13098 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13099 set dummy ${ncn_progname}; ac_word=$2
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13101 $as_echo_n "checking for $ac_word... " >&6; }
13102 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13103 $as_echo_n "(cached) " >&6
13104 else
13105 if test -n "$READELF_FOR_TARGET"; then
13106 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13107 else
13108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13109 for as_dir in $PATH
13111 IFS=$as_save_IFS
13112 test -z "$as_dir" && as_dir=.
13113 for ac_exec_ext in '' $ac_executable_extensions; do
13114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13115 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13117 break 2
13119 done
13120 done
13121 IFS=$as_save_IFS
13125 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13126 if test -n "$READELF_FOR_TARGET"; then
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13128 $as_echo "$READELF_FOR_TARGET" >&6; }
13129 else
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13131 $as_echo "no" >&6; }
13136 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13137 done
13140 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13141 set dummy readelf
13142 if test $build = $target ; then
13143 READELF_FOR_TARGET="$2"
13144 else
13145 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13147 else
13148 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13151 else
13152 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13158 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13159 if test -n "$with_build_time_tools"; then
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13161 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
13162 if test -x $with_build_time_tools/strip; then
13163 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13164 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13166 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
13167 else
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13169 $as_echo "no" >&6; }
13171 elif test $build != $host && test $have_gcc_for_target = yes; then
13172 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
13173 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13174 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13177 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13178 # Extract the first word of "strip", so it can be a program name with args.
13179 set dummy strip; ac_word=$2
13180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13181 $as_echo_n "checking for $ac_word... " >&6; }
13182 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13183 $as_echo_n "(cached) " >&6
13184 else
13185 case $STRIP_FOR_TARGET in
13186 [\\/]* | ?:[\\/]*)
13187 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13191 for as_dir in $gcc_cv_tool_dirs
13193 IFS=$as_save_IFS
13194 test -z "$as_dir" && as_dir=.
13195 for ac_exec_ext in '' $ac_executable_extensions; do
13196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13197 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13199 break 2
13201 done
13202 done
13203 IFS=$as_save_IFS
13206 esac
13208 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13209 if test -n "$STRIP_FOR_TARGET"; then
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13211 $as_echo "$STRIP_FOR_TARGET" >&6; }
13212 else
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13214 $as_echo "no" >&6; }
13219 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13222 if test -n "$STRIP_FOR_TARGET"; then
13223 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13224 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13225 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13228 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13229 for ncn_progname in strip; do
13230 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13231 set dummy ${ncn_progname}; ac_word=$2
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13233 $as_echo_n "checking for $ac_word... " >&6; }
13234 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13235 $as_echo_n "(cached) " >&6
13236 else
13237 if test -n "$STRIP_FOR_TARGET"; then
13238 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13239 else
13240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13241 for as_dir in $PATH
13243 IFS=$as_save_IFS
13244 test -z "$as_dir" && as_dir=.
13245 for ac_exec_ext in '' $ac_executable_extensions; do
13246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13247 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13249 break 2
13251 done
13252 done
13253 IFS=$as_save_IFS
13257 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13258 if test -n "$STRIP_FOR_TARGET"; then
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13260 $as_echo "$STRIP_FOR_TARGET" >&6; }
13261 else
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13263 $as_echo "no" >&6; }
13267 done
13270 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
13271 for ncn_progname in strip; do
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13273 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13274 if test -x $with_build_time_tools/${ncn_progname}; then
13275 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13277 $as_echo "yes" >&6; }
13278 break
13279 else
13280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13281 $as_echo "no" >&6; }
13283 done
13286 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13287 for ncn_progname in strip; do
13288 if test -n "$ncn_target_tool_prefix"; then
13289 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13290 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13292 $as_echo_n "checking for $ac_word... " >&6; }
13293 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13294 $as_echo_n "(cached) " >&6
13295 else
13296 if test -n "$STRIP_FOR_TARGET"; then
13297 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13298 else
13299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13300 for as_dir in $PATH
13302 IFS=$as_save_IFS
13303 test -z "$as_dir" && as_dir=.
13304 for ac_exec_ext in '' $ac_executable_extensions; do
13305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13306 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13308 break 2
13310 done
13311 done
13312 IFS=$as_save_IFS
13316 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13317 if test -n "$STRIP_FOR_TARGET"; then
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13319 $as_echo "$STRIP_FOR_TARGET" >&6; }
13320 else
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13322 $as_echo "no" >&6; }
13327 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13328 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13329 set dummy ${ncn_progname}; ac_word=$2
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13331 $as_echo_n "checking for $ac_word... " >&6; }
13332 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13333 $as_echo_n "(cached) " >&6
13334 else
13335 if test -n "$STRIP_FOR_TARGET"; then
13336 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13337 else
13338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13339 for as_dir in $PATH
13341 IFS=$as_save_IFS
13342 test -z "$as_dir" && as_dir=.
13343 for ac_exec_ext in '' $ac_executable_extensions; do
13344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13345 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13347 break 2
13349 done
13350 done
13351 IFS=$as_save_IFS
13355 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13356 if test -n "$STRIP_FOR_TARGET"; then
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13358 $as_echo "$STRIP_FOR_TARGET" >&6; }
13359 else
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13361 $as_echo "no" >&6; }
13366 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13367 done
13370 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13371 set dummy strip
13372 if test $build = $target ; then
13373 STRIP_FOR_TARGET="$2"
13374 else
13375 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13377 else
13378 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13381 else
13382 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13388 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13389 if test -n "$with_build_time_tools"; then
13390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13391 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
13392 if test -x $with_build_time_tools/windres; then
13393 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13394 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13396 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13397 else
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13399 $as_echo "no" >&6; }
13401 elif test $build != $host && test $have_gcc_for_target = yes; then
13402 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13403 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13404 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13407 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13408 # Extract the first word of "windres", so it can be a program name with args.
13409 set dummy windres; ac_word=$2
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13411 $as_echo_n "checking for $ac_word... " >&6; }
13412 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13413 $as_echo_n "(cached) " >&6
13414 else
13415 case $WINDRES_FOR_TARGET in
13416 [\\/]* | ?:[\\/]*)
13417 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13421 for as_dir in $gcc_cv_tool_dirs
13423 IFS=$as_save_IFS
13424 test -z "$as_dir" && as_dir=.
13425 for ac_exec_ext in '' $ac_executable_extensions; do
13426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13427 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13429 break 2
13431 done
13432 done
13433 IFS=$as_save_IFS
13436 esac
13438 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13439 if test -n "$WINDRES_FOR_TARGET"; then
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13441 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13442 else
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13444 $as_echo "no" >&6; }
13449 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13452 if test -n "$WINDRES_FOR_TARGET"; then
13453 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13454 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13455 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13458 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13459 for ncn_progname in windres; do
13460 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13461 set dummy ${ncn_progname}; ac_word=$2
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13463 $as_echo_n "checking for $ac_word... " >&6; }
13464 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13465 $as_echo_n "(cached) " >&6
13466 else
13467 if test -n "$WINDRES_FOR_TARGET"; then
13468 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13469 else
13470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13471 for as_dir in $PATH
13473 IFS=$as_save_IFS
13474 test -z "$as_dir" && as_dir=.
13475 for ac_exec_ext in '' $ac_executable_extensions; do
13476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13477 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13479 break 2
13481 done
13482 done
13483 IFS=$as_save_IFS
13487 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13488 if test -n "$WINDRES_FOR_TARGET"; then
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13490 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13491 else
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13493 $as_echo "no" >&6; }
13497 done
13500 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13501 for ncn_progname in windres; do
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13503 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13504 if test -x $with_build_time_tools/${ncn_progname}; then
13505 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13507 $as_echo "yes" >&6; }
13508 break
13509 else
13510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13511 $as_echo "no" >&6; }
13513 done
13516 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13517 for ncn_progname in windres; do
13518 if test -n "$ncn_target_tool_prefix"; then
13519 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13520 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13522 $as_echo_n "checking for $ac_word... " >&6; }
13523 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13524 $as_echo_n "(cached) " >&6
13525 else
13526 if test -n "$WINDRES_FOR_TARGET"; then
13527 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13528 else
13529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13530 for as_dir in $PATH
13532 IFS=$as_save_IFS
13533 test -z "$as_dir" && as_dir=.
13534 for ac_exec_ext in '' $ac_executable_extensions; do
13535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13536 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13538 break 2
13540 done
13541 done
13542 IFS=$as_save_IFS
13546 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13547 if test -n "$WINDRES_FOR_TARGET"; then
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13549 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13550 else
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13552 $as_echo "no" >&6; }
13557 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13558 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13559 set dummy ${ncn_progname}; ac_word=$2
13560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13561 $as_echo_n "checking for $ac_word... " >&6; }
13562 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13563 $as_echo_n "(cached) " >&6
13564 else
13565 if test -n "$WINDRES_FOR_TARGET"; then
13566 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13567 else
13568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13569 for as_dir in $PATH
13571 IFS=$as_save_IFS
13572 test -z "$as_dir" && as_dir=.
13573 for ac_exec_ext in '' $ac_executable_extensions; do
13574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13575 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13577 break 2
13579 done
13580 done
13581 IFS=$as_save_IFS
13585 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13586 if test -n "$WINDRES_FOR_TARGET"; then
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13588 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13589 else
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13591 $as_echo "no" >&6; }
13596 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13597 done
13600 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13601 set dummy windres
13602 if test $build = $target ; then
13603 WINDRES_FOR_TARGET="$2"
13604 else
13605 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13607 else
13608 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13611 else
13612 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13618 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13619 if test -n "$with_build_time_tools"; then
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13621 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13622 if test -x $with_build_time_tools/windmc; then
13623 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13624 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13626 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13627 else
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13629 $as_echo "no" >&6; }
13631 elif test $build != $host && test $have_gcc_for_target = yes; then
13632 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13633 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13634 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13637 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13638 # Extract the first word of "windmc", so it can be a program name with args.
13639 set dummy windmc; ac_word=$2
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13641 $as_echo_n "checking for $ac_word... " >&6; }
13642 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13643 $as_echo_n "(cached) " >&6
13644 else
13645 case $WINDMC_FOR_TARGET in
13646 [\\/]* | ?:[\\/]*)
13647 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13651 for as_dir in $gcc_cv_tool_dirs
13653 IFS=$as_save_IFS
13654 test -z "$as_dir" && as_dir=.
13655 for ac_exec_ext in '' $ac_executable_extensions; do
13656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13657 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13659 break 2
13661 done
13662 done
13663 IFS=$as_save_IFS
13666 esac
13668 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13669 if test -n "$WINDMC_FOR_TARGET"; then
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13671 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13672 else
13673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13674 $as_echo "no" >&6; }
13679 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13682 if test -n "$WINDMC_FOR_TARGET"; then
13683 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13684 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13685 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13688 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13689 for ncn_progname in windmc; do
13690 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13691 set dummy ${ncn_progname}; ac_word=$2
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13693 $as_echo_n "checking for $ac_word... " >&6; }
13694 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13695 $as_echo_n "(cached) " >&6
13696 else
13697 if test -n "$WINDMC_FOR_TARGET"; then
13698 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13699 else
13700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13701 for as_dir in $PATH
13703 IFS=$as_save_IFS
13704 test -z "$as_dir" && as_dir=.
13705 for ac_exec_ext in '' $ac_executable_extensions; do
13706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13707 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13709 break 2
13711 done
13712 done
13713 IFS=$as_save_IFS
13717 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13718 if test -n "$WINDMC_FOR_TARGET"; then
13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13720 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13721 else
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13723 $as_echo "no" >&6; }
13727 done
13730 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13731 for ncn_progname in windmc; do
13732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13733 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13734 if test -x $with_build_time_tools/${ncn_progname}; then
13735 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13737 $as_echo "yes" >&6; }
13738 break
13739 else
13740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13741 $as_echo "no" >&6; }
13743 done
13746 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13747 for ncn_progname in windmc; do
13748 if test -n "$ncn_target_tool_prefix"; then
13749 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13750 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13752 $as_echo_n "checking for $ac_word... " >&6; }
13753 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13754 $as_echo_n "(cached) " >&6
13755 else
13756 if test -n "$WINDMC_FOR_TARGET"; then
13757 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13758 else
13759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13760 for as_dir in $PATH
13762 IFS=$as_save_IFS
13763 test -z "$as_dir" && as_dir=.
13764 for ac_exec_ext in '' $ac_executable_extensions; do
13765 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13766 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13768 break 2
13770 done
13771 done
13772 IFS=$as_save_IFS
13776 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13777 if test -n "$WINDMC_FOR_TARGET"; then
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13779 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13780 else
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13782 $as_echo "no" >&6; }
13787 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13788 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13789 set dummy ${ncn_progname}; ac_word=$2
13790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13791 $as_echo_n "checking for $ac_word... " >&6; }
13792 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13793 $as_echo_n "(cached) " >&6
13794 else
13795 if test -n "$WINDMC_FOR_TARGET"; then
13796 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13797 else
13798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13799 for as_dir in $PATH
13801 IFS=$as_save_IFS
13802 test -z "$as_dir" && as_dir=.
13803 for ac_exec_ext in '' $ac_executable_extensions; do
13804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13805 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13807 break 2
13809 done
13810 done
13811 IFS=$as_save_IFS
13815 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13816 if test -n "$WINDMC_FOR_TARGET"; then
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13818 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13819 else
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13821 $as_echo "no" >&6; }
13826 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13827 done
13830 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13831 set dummy windmc
13832 if test $build = $target ; then
13833 WINDMC_FOR_TARGET="$2"
13834 else
13835 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13837 else
13838 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13841 else
13842 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13846 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13849 $as_echo_n "checking where to find the target ar... " >&6; }
13850 if test "x${build}" != "x${host}" ; then
13851 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13852 # We already found the complete path
13853 ac_dir=`dirname $AR_FOR_TARGET`
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13855 $as_echo "pre-installed in $ac_dir" >&6; }
13856 else
13857 # Canadian cross, just use what we found
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13859 $as_echo "pre-installed" >&6; }
13861 else
13862 ok=yes
13863 case " ${configdirs} " in
13864 *" binutils "*) ;;
13865 *) ok=no ;;
13866 esac
13868 if test $ok = yes; then
13869 # An in-tree tool is available and we can use it
13870 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13872 $as_echo "just compiled" >&6; }
13873 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13874 # We already found the complete path
13875 ac_dir=`dirname $AR_FOR_TARGET`
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13877 $as_echo "pre-installed in $ac_dir" >&6; }
13878 elif test "x$target" = "x$host"; then
13879 # We can use an host tool
13880 AR_FOR_TARGET='$(AR)'
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13882 $as_echo "host tool" >&6; }
13883 else
13884 # We need a cross tool
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13886 $as_echo "pre-installed" >&6; }
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13891 $as_echo_n "checking where to find the target as... " >&6; }
13892 if test "x${build}" != "x${host}" ; then
13893 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13894 # We already found the complete path
13895 ac_dir=`dirname $AS_FOR_TARGET`
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13897 $as_echo "pre-installed in $ac_dir" >&6; }
13898 else
13899 # Canadian cross, just use what we found
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13901 $as_echo "pre-installed" >&6; }
13903 else
13904 ok=yes
13905 case " ${configdirs} " in
13906 *" gas "*) ;;
13907 *) ok=no ;;
13908 esac
13910 if test $ok = yes; then
13911 # An in-tree tool is available and we can use it
13912 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13914 $as_echo "just compiled" >&6; }
13915 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13916 # We already found the complete path
13917 ac_dir=`dirname $AS_FOR_TARGET`
13918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13919 $as_echo "pre-installed in $ac_dir" >&6; }
13920 elif test "x$target" = "x$host"; then
13921 # We can use an host tool
13922 AS_FOR_TARGET='$(AS)'
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13924 $as_echo "host tool" >&6; }
13925 else
13926 # We need a cross tool
13927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13928 $as_echo "pre-installed" >&6; }
13932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13933 $as_echo_n "checking where to find the target cc... " >&6; }
13934 if test "x${build}" != "x${host}" ; then
13935 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13936 # We already found the complete path
13937 ac_dir=`dirname $CC_FOR_TARGET`
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13939 $as_echo "pre-installed in $ac_dir" >&6; }
13940 else
13941 # Canadian cross, just use what we found
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13943 $as_echo "pre-installed" >&6; }
13945 else
13946 ok=yes
13947 case " ${configdirs} " in
13948 *" gcc "*) ;;
13949 *) ok=no ;;
13950 esac
13952 if test $ok = yes; then
13953 # An in-tree tool is available and we can use it
13954 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13956 $as_echo "just compiled" >&6; }
13957 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13958 # We already found the complete path
13959 ac_dir=`dirname $CC_FOR_TARGET`
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13961 $as_echo "pre-installed in $ac_dir" >&6; }
13962 elif test "x$target" = "x$host"; then
13963 # We can use an host tool
13964 CC_FOR_TARGET='$(CC)'
13965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13966 $as_echo "host tool" >&6; }
13967 else
13968 # We need a cross tool
13969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13970 $as_echo "pre-installed" >&6; }
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13975 $as_echo_n "checking where to find the target c++... " >&6; }
13976 if test "x${build}" != "x${host}" ; then
13977 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13978 # We already found the complete path
13979 ac_dir=`dirname $CXX_FOR_TARGET`
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13981 $as_echo "pre-installed in $ac_dir" >&6; }
13982 else
13983 # Canadian cross, just use what we found
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13985 $as_echo "pre-installed" >&6; }
13987 else
13988 ok=yes
13989 case " ${configdirs} " in
13990 *" gcc "*) ;;
13991 *) ok=no ;;
13992 esac
13993 case ,${enable_languages}, in
13994 *,c++,*) ;;
13995 *) ok=no ;;
13996 esac
13997 if test $ok = yes; then
13998 # An in-tree tool is available and we can use it
13999 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14001 $as_echo "just compiled" >&6; }
14002 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14003 # We already found the complete path
14004 ac_dir=`dirname $CXX_FOR_TARGET`
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14006 $as_echo "pre-installed in $ac_dir" >&6; }
14007 elif test "x$target" = "x$host"; then
14008 # We can use an host tool
14009 CXX_FOR_TARGET='$(CXX)'
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14011 $as_echo "host tool" >&6; }
14012 else
14013 # We need a cross tool
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14015 $as_echo "pre-installed" >&6; }
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
14020 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
14021 if test "x${build}" != "x${host}" ; then
14022 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14023 # We already found the complete path
14024 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14026 $as_echo "pre-installed in $ac_dir" >&6; }
14027 else
14028 # Canadian cross, just use what we found
14029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14030 $as_echo "pre-installed" >&6; }
14032 else
14033 ok=yes
14034 case " ${configdirs} " in
14035 *" gcc "*) ;;
14036 *) ok=no ;;
14037 esac
14038 case ,${enable_languages}, in
14039 *,c++,*) ;;
14040 *) ok=no ;;
14041 esac
14042 if test $ok = yes; then
14043 # An in-tree tool is available and we can use it
14044 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'
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14046 $as_echo "just compiled" >&6; }
14047 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14048 # We already found the complete path
14049 ac_dir=`dirname $RAW_CXX_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 RAW_CXX_FOR_TARGET='$(CXX)'
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 dlltool" >&5
14065 $as_echo_n "checking where to find the target dlltool... " >&6; }
14066 if test "x${build}" != "x${host}" ; then
14067 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14068 # We already found the complete path
14069 ac_dir=`dirname $DLLTOOL_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 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14088 $as_echo "just compiled" >&6; }
14089 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14090 # We already found the complete path
14091 ac_dir=`dirname $DLLTOOL_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 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
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 gcc" >&5
14107 $as_echo_n "checking where to find the target gcc... " >&6; }
14108 if test "x${build}" != "x${host}" ; then
14109 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14110 # We already found the complete path
14111 ac_dir=`dirname $GCC_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 *" gcc "*) ;;
14123 *) ok=no ;;
14124 esac
14126 if test $ok = yes; then
14127 # An in-tree tool is available and we can use it
14128 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14130 $as_echo "just compiled" >&6; }
14131 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14132 # We already found the complete path
14133 ac_dir=`dirname $GCC_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 GCC_FOR_TARGET='$()'
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 gcj" >&5
14149 $as_echo_n "checking where to find the target gcj... " >&6; }
14150 if test "x${build}" != "x${host}" ; then
14151 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14152 # We already found the complete path
14153 ac_dir=`dirname $GCJ_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 *" gcc "*) ;;
14165 *) ok=no ;;
14166 esac
14167 case ,${enable_languages}, in
14168 *,java,*) ;;
14169 *) ok=no ;;
14170 esac
14171 if test $ok = yes; then
14172 # An in-tree tool is available and we can use it
14173 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
14174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14175 $as_echo "just compiled" >&6; }
14176 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14177 # We already found the complete path
14178 ac_dir=`dirname $GCJ_FOR_TARGET`
14179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14180 $as_echo "pre-installed in $ac_dir" >&6; }
14181 elif test "x$target" = "x$host"; then
14182 # We can use an host tool
14183 GCJ_FOR_TARGET='$(GCJ)'
14184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14185 $as_echo "host tool" >&6; }
14186 else
14187 # We need a cross tool
14188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14189 $as_echo "pre-installed" >&6; }
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14194 $as_echo_n "checking where to find the target gfortran... " >&6; }
14195 if test "x${build}" != "x${host}" ; then
14196 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14197 # We already found the complete path
14198 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14200 $as_echo "pre-installed in $ac_dir" >&6; }
14201 else
14202 # Canadian cross, just use what we found
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14204 $as_echo "pre-installed" >&6; }
14206 else
14207 ok=yes
14208 case " ${configdirs} " in
14209 *" gcc "*) ;;
14210 *) ok=no ;;
14211 esac
14212 case ,${enable_languages}, in
14213 *,fortran,*) ;;
14214 *) ok=no ;;
14215 esac
14216 if test $ok = yes; then
14217 # An in-tree tool is available and we can use it
14218 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14220 $as_echo "just compiled" >&6; }
14221 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14222 # We already found the complete path
14223 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14225 $as_echo "pre-installed in $ac_dir" >&6; }
14226 elif test "x$target" = "x$host"; then
14227 # We can use an host tool
14228 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
14229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14230 $as_echo "host tool" >&6; }
14231 else
14232 # We need a cross tool
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14234 $as_echo "pre-installed" >&6; }
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14239 $as_echo_n "checking where to find the target gccgo... " >&6; }
14240 if test "x${build}" != "x${host}" ; then
14241 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14242 # We already found the complete path
14243 ac_dir=`dirname $GOC_FOR_TARGET`
14244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14245 $as_echo "pre-installed in $ac_dir" >&6; }
14246 else
14247 # Canadian cross, just use what we found
14248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14249 $as_echo "pre-installed" >&6; }
14251 else
14252 ok=yes
14253 case " ${configdirs} " in
14254 *" gcc "*) ;;
14255 *) ok=no ;;
14256 esac
14257 case ,${enable_languages}, in
14258 *,go,*) ;;
14259 *) ok=no ;;
14260 esac
14261 if test $ok = yes; then
14262 # An in-tree tool is available and we can use it
14263 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14265 $as_echo "just compiled" >&6; }
14266 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14267 # We already found the complete path
14268 ac_dir=`dirname $GOC_FOR_TARGET`
14269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14270 $as_echo "pre-installed in $ac_dir" >&6; }
14271 elif test "x$target" = "x$host"; then
14272 # We can use an host tool
14273 GOC_FOR_TARGET='$(GOC)'
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14275 $as_echo "host tool" >&6; }
14276 else
14277 # We need a cross tool
14278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14279 $as_echo "pre-installed" >&6; }
14283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gupc" >&5
14284 $as_echo_n "checking where to find the target gupc... " >&6; }
14285 if test "x${build}" != "x${host}" ; then
14286 if expr "x$GUPC_FOR_TARGET" : "x/" > /dev/null; then
14287 # We already found the complete path
14288 ac_dir=`dirname $GUPC_FOR_TARGET`
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14290 $as_echo "pre-installed in $ac_dir" >&6; }
14291 else
14292 # Canadian cross, just use what we found
14293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14294 $as_echo "pre-installed" >&6; }
14296 else
14297 ok=yes
14298 case " ${configdirs} " in
14299 *" gcc "*) ;;
14300 *) ok=no ;;
14301 esac
14302 case ,${enable_languages}, in
14303 *,upc,*) ;;
14304 *) ok=no ;;
14305 esac
14306 if test $ok = yes; then
14307 # An in-tree tool is available and we can use it
14308 GUPC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gupc -B$$r/$(HOST_SUBDIR)/gcc/'
14309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14310 $as_echo "just compiled" >&6; }
14311 elif expr "x$GUPC_FOR_TARGET" : "x/" > /dev/null; then
14312 # We already found the complete path
14313 ac_dir=`dirname $GUPC_FOR_TARGET`
14314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14315 $as_echo "pre-installed in $ac_dir" >&6; }
14316 elif test "x$target" = "x$host"; then
14317 # We can use an host tool
14318 GUPC_FOR_TARGET='$(GUPC)'
14319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14320 $as_echo "host tool" >&6; }
14321 else
14322 # We need a cross tool
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14324 $as_echo "pre-installed" >&6; }
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14329 $as_echo_n "checking where to find the target ld... " >&6; }
14330 if test "x${build}" != "x${host}" ; then
14331 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14332 # We already found the complete path
14333 ac_dir=`dirname $LD_FOR_TARGET`
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14335 $as_echo "pre-installed in $ac_dir" >&6; }
14336 else
14337 # Canadian cross, just use what we found
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14339 $as_echo "pre-installed" >&6; }
14341 else
14342 ok=yes
14343 case " ${configdirs} " in
14344 *" ld "*) ;;
14345 *) ok=no ;;
14346 esac
14348 if test $ok = yes; then
14349 # An in-tree tool is available and we can use it
14350 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14352 $as_echo "just compiled" >&6; }
14353 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14354 # We already found the complete path
14355 ac_dir=`dirname $LD_FOR_TARGET`
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14357 $as_echo "pre-installed in $ac_dir" >&6; }
14358 elif test "x$target" = "x$host"; then
14359 # We can use an host tool
14360 LD_FOR_TARGET='$(LD)'
14361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14362 $as_echo "host tool" >&6; }
14363 else
14364 # We need a cross tool
14365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14366 $as_echo "pre-installed" >&6; }
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14371 $as_echo_n "checking where to find the target lipo... " >&6; }
14372 if test "x${build}" != "x${host}" ; then
14373 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14374 # We already found the complete path
14375 ac_dir=`dirname $LIPO_FOR_TARGET`
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14377 $as_echo "pre-installed in $ac_dir" >&6; }
14378 else
14379 # Canadian cross, just use what we found
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14381 $as_echo "pre-installed" >&6; }
14383 else
14384 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14385 # We already found the complete path
14386 ac_dir=`dirname $LIPO_FOR_TARGET`
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14388 $as_echo "pre-installed in $ac_dir" >&6; }
14389 elif test "x$target" = "x$host"; then
14390 # We can use an host tool
14391 LIPO_FOR_TARGET='$(LIPO)'
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14393 $as_echo "host tool" >&6; }
14394 else
14395 # We need a cross tool
14396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14397 $as_echo "pre-installed" >&6; }
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14402 $as_echo_n "checking where to find the target nm... " >&6; }
14403 if test "x${build}" != "x${host}" ; then
14404 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14405 # We already found the complete path
14406 ac_dir=`dirname $NM_FOR_TARGET`
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14408 $as_echo "pre-installed in $ac_dir" >&6; }
14409 else
14410 # Canadian cross, just use what we found
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14412 $as_echo "pre-installed" >&6; }
14414 else
14415 ok=yes
14416 case " ${configdirs} " in
14417 *" binutils "*) ;;
14418 *) ok=no ;;
14419 esac
14421 if test $ok = yes; then
14422 # An in-tree tool is available and we can use it
14423 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14425 $as_echo "just compiled" >&6; }
14426 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14427 # We already found the complete path
14428 ac_dir=`dirname $NM_FOR_TARGET`
14429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14430 $as_echo "pre-installed in $ac_dir" >&6; }
14431 elif test "x$target" = "x$host"; then
14432 # We can use an host tool
14433 NM_FOR_TARGET='$(NM)'
14434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14435 $as_echo "host tool" >&6; }
14436 else
14437 # We need a cross tool
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14439 $as_echo "pre-installed" >&6; }
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14444 $as_echo_n "checking where to find the target objdump... " >&6; }
14445 if test "x${build}" != "x${host}" ; then
14446 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14447 # We already found the complete path
14448 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14450 $as_echo "pre-installed in $ac_dir" >&6; }
14451 else
14452 # Canadian cross, just use what we found
14453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14454 $as_echo "pre-installed" >&6; }
14456 else
14457 ok=yes
14458 case " ${configdirs} " in
14459 *" binutils "*) ;;
14460 *) ok=no ;;
14461 esac
14463 if test $ok = yes; then
14464 # An in-tree tool is available and we can use it
14465 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14467 $as_echo "just compiled" >&6; }
14468 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14469 # We already found the complete path
14470 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14472 $as_echo "pre-installed in $ac_dir" >&6; }
14473 elif test "x$target" = "x$host"; then
14474 # We can use an host tool
14475 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14477 $as_echo "host tool" >&6; }
14478 else
14479 # We need a cross tool
14480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14481 $as_echo "pre-installed" >&6; }
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14486 $as_echo_n "checking where to find the target ranlib... " >&6; }
14487 if test "x${build}" != "x${host}" ; then
14488 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14489 # We already found the complete path
14490 ac_dir=`dirname $RANLIB_FOR_TARGET`
14491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14492 $as_echo "pre-installed in $ac_dir" >&6; }
14493 else
14494 # Canadian cross, just use what we found
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14496 $as_echo "pre-installed" >&6; }
14498 else
14499 ok=yes
14500 case " ${configdirs} " in
14501 *" binutils "*) ;;
14502 *) ok=no ;;
14503 esac
14505 if test $ok = yes; then
14506 # An in-tree tool is available and we can use it
14507 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14509 $as_echo "just compiled" >&6; }
14510 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14511 # We already found the complete path
14512 ac_dir=`dirname $RANLIB_FOR_TARGET`
14513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14514 $as_echo "pre-installed in $ac_dir" >&6; }
14515 elif test "x$target" = "x$host"; then
14516 # We can use an host tool
14517 RANLIB_FOR_TARGET='$(RANLIB)'
14518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14519 $as_echo "host tool" >&6; }
14520 else
14521 # We need a cross tool
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14523 $as_echo "pre-installed" >&6; }
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14528 $as_echo_n "checking where to find the target readelf... " >&6; }
14529 if test "x${build}" != "x${host}" ; then
14530 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14531 # We already found the complete path
14532 ac_dir=`dirname $READELF_FOR_TARGET`
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14534 $as_echo "pre-installed in $ac_dir" >&6; }
14535 else
14536 # Canadian cross, just use what we found
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14538 $as_echo "pre-installed" >&6; }
14540 else
14541 ok=yes
14542 case " ${configdirs} " in
14543 *" binutils "*) ;;
14544 *) ok=no ;;
14545 esac
14547 if test $ok = yes; then
14548 # An in-tree tool is available and we can use it
14549 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14551 $as_echo "just compiled" >&6; }
14552 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14553 # We already found the complete path
14554 ac_dir=`dirname $READELF_FOR_TARGET`
14555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14556 $as_echo "pre-installed in $ac_dir" >&6; }
14557 elif test "x$target" = "x$host"; then
14558 # We can use an host tool
14559 READELF_FOR_TARGET='$(READELF)'
14560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14561 $as_echo "host tool" >&6; }
14562 else
14563 # We need a cross tool
14564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14565 $as_echo "pre-installed" >&6; }
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14570 $as_echo_n "checking where to find the target strip... " >&6; }
14571 if test "x${build}" != "x${host}" ; then
14572 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14573 # We already found the complete path
14574 ac_dir=`dirname $STRIP_FOR_TARGET`
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14576 $as_echo "pre-installed in $ac_dir" >&6; }
14577 else
14578 # Canadian cross, just use what we found
14579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14580 $as_echo "pre-installed" >&6; }
14582 else
14583 ok=yes
14584 case " ${configdirs} " in
14585 *" binutils "*) ;;
14586 *) ok=no ;;
14587 esac
14589 if test $ok = yes; then
14590 # An in-tree tool is available and we can use it
14591 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14593 $as_echo "just compiled" >&6; }
14594 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14595 # We already found the complete path
14596 ac_dir=`dirname $STRIP_FOR_TARGET`
14597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14598 $as_echo "pre-installed in $ac_dir" >&6; }
14599 elif test "x$target" = "x$host"; then
14600 # We can use an host tool
14601 STRIP_FOR_TARGET='$(STRIP)'
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14603 $as_echo "host tool" >&6; }
14604 else
14605 # We need a cross tool
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14607 $as_echo "pre-installed" >&6; }
14611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14612 $as_echo_n "checking where to find the target windres... " >&6; }
14613 if test "x${build}" != "x${host}" ; then
14614 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14615 # We already found the complete path
14616 ac_dir=`dirname $WINDRES_FOR_TARGET`
14617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14618 $as_echo "pre-installed in $ac_dir" >&6; }
14619 else
14620 # Canadian cross, just use what we found
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14622 $as_echo "pre-installed" >&6; }
14624 else
14625 ok=yes
14626 case " ${configdirs} " in
14627 *" binutils "*) ;;
14628 *) ok=no ;;
14629 esac
14631 if test $ok = yes; then
14632 # An in-tree tool is available and we can use it
14633 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14635 $as_echo "just compiled" >&6; }
14636 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14637 # We already found the complete path
14638 ac_dir=`dirname $WINDRES_FOR_TARGET`
14639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14640 $as_echo "pre-installed in $ac_dir" >&6; }
14641 elif test "x$target" = "x$host"; then
14642 # We can use an host tool
14643 WINDRES_FOR_TARGET='$(WINDRES)'
14644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14645 $as_echo "host tool" >&6; }
14646 else
14647 # We need a cross tool
14648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14649 $as_echo "pre-installed" >&6; }
14653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14654 $as_echo_n "checking where to find the target windmc... " >&6; }
14655 if test "x${build}" != "x${host}" ; then
14656 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14657 # We already found the complete path
14658 ac_dir=`dirname $WINDMC_FOR_TARGET`
14659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14660 $as_echo "pre-installed in $ac_dir" >&6; }
14661 else
14662 # Canadian cross, just use what we found
14663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14664 $as_echo "pre-installed" >&6; }
14666 else
14667 ok=yes
14668 case " ${configdirs} " in
14669 *" binutils "*) ;;
14670 *) ok=no ;;
14671 esac
14673 if test $ok = yes; then
14674 # An in-tree tool is available and we can use it
14675 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14677 $as_echo "just compiled" >&6; }
14678 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14679 # We already found the complete path
14680 ac_dir=`dirname $WINDMC_FOR_TARGET`
14681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14682 $as_echo "pre-installed in $ac_dir" >&6; }
14683 elif test "x$target" = "x$host"; then
14684 # We can use an host tool
14685 WINDMC_FOR_TARGET='$(WINDMC)'
14686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14687 $as_echo "host tool" >&6; }
14688 else
14689 # We need a cross tool
14690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14691 $as_echo "pre-installed" >&6; }
14699 # Certain tools may need extra flags.
14700 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14701 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14702 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14704 # When building target libraries, except in a Canadian cross, we use
14705 # the same toolchain as the compiler we just built.
14706 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14707 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14708 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14709 if test $host = $build; then
14710 case " $configdirs " in
14711 *" gcc "*)
14712 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14713 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14714 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14716 esac
14723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14724 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14725 # Check whether --enable-maintainer-mode was given.
14726 if test "${enable_maintainer_mode+set}" = set; then :
14727 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14728 else
14729 USE_MAINTAINER_MODE=no
14732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14733 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14736 if test "$USE_MAINTAINER_MODE" = yes; then
14737 MAINTAINER_MODE_TRUE=
14738 MAINTAINER_MODE_FALSE='#'
14739 else
14740 MAINTAINER_MODE_TRUE='#'
14741 MAINTAINER_MODE_FALSE=
14743 MAINT=$MAINTAINER_MODE_TRUE
14745 # ---------------------
14746 # GCC bootstrap support
14747 # ---------------------
14749 # Stage specific cflags for build.
14750 stage1_cflags="-g"
14751 case $build in
14752 vax-*-*)
14753 case ${GCC} in
14754 yes) stage1_cflags="-g -Wa,-J" ;;
14755 *) stage1_cflags="-g -J" ;;
14756 esac ;;
14757 esac
14761 # Enable --enable-checking in stage1 of the compiler.
14762 # Check whether --enable-stage1-checking was given.
14763 if test "${enable_stage1_checking+set}" = set; then :
14764 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14765 else
14766 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14767 stage1_checking=--enable-checking=yes,types
14768 else
14769 stage1_checking=--enable-checking=$enable_checking,types
14775 # Enable -Werror in bootstrap stage2 and later.
14776 # Check whether --enable-werror was given.
14777 if test "${enable_werror+set}" = set; then :
14778 enableval=$enable_werror;
14779 else
14780 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14781 enable_werror=yes
14782 else
14783 enable_werror=no
14787 case ${enable_werror} in
14788 yes) stage2_werror_flag="--enable-werror-always" ;;
14789 *) stage2_werror_flag="" ;;
14790 esac
14793 # Specify what files to not compare during bootstrap.
14795 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14796 case "$target" in
14797 hppa*64*-*-hpux*) ;;
14798 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14799 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
14800 esac
14803 ac_config_files="$ac_config_files Makefile"
14805 cat >confcache <<\_ACEOF
14806 # This file is a shell script that caches the results of configure
14807 # tests run on this system so they can be shared between configure
14808 # scripts and configure runs, see configure's option --config-cache.
14809 # It is not useful on other systems. If it contains results you don't
14810 # want to keep, you may remove or edit it.
14812 # config.status only pays attention to the cache file if you give it
14813 # the --recheck option to rerun configure.
14815 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14816 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14817 # following values.
14819 _ACEOF
14821 # The following way of writing the cache mishandles newlines in values,
14822 # but we know of no workaround that is simple, portable, and efficient.
14823 # So, we kill variables containing newlines.
14824 # Ultrix sh set writes to stderr and can't be redirected directly,
14825 # and sets the high bit in the cache file unless we assign to the vars.
14827 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14828 eval ac_val=\$$ac_var
14829 case $ac_val in #(
14830 *${as_nl}*)
14831 case $ac_var in #(
14832 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14833 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14834 esac
14835 case $ac_var in #(
14836 _ | IFS | as_nl) ;; #(
14837 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14838 *) { eval $ac_var=; unset $ac_var;} ;;
14839 esac ;;
14840 esac
14841 done
14843 (set) 2>&1 |
14844 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14845 *${as_nl}ac_space=\ *)
14846 # `set' does not quote correctly, so add quotes: double-quote
14847 # substitution turns \\\\ into \\, and sed turns \\ into \.
14848 sed -n \
14849 "s/'/'\\\\''/g;
14850 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14851 ;; #(
14853 # `set' quotes correctly as required by POSIX, so do not add quotes.
14854 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14856 esac |
14857 sort
14859 sed '
14860 /^ac_cv_env_/b end
14861 t clear
14862 :clear
14863 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14864 t end
14865 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14866 :end' >>confcache
14867 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14868 if test -w "$cache_file"; then
14869 test "x$cache_file" != "x/dev/null" &&
14870 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14871 $as_echo "$as_me: updating cache $cache_file" >&6;}
14872 cat confcache >$cache_file
14873 else
14874 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14875 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14878 rm -f confcache
14880 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14881 # Let make expand exec_prefix.
14882 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14884 # Transform confdefs.h into DEFS.
14885 # Protect against shell expansion while executing Makefile rules.
14886 # Protect against Makefile macro expansion.
14888 # If the first sed substitution is executed (which looks for macros that
14889 # take arguments), then branch to the quote section. Otherwise,
14890 # look for a macro that doesn't take arguments.
14891 ac_script='
14892 :mline
14893 /\\$/{
14895 s,\\\n,,
14896 b mline
14898 t clear
14899 :clear
14900 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14901 t quote
14902 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14903 t quote
14904 b any
14905 :quote
14906 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14907 s/\[/\\&/g
14908 s/\]/\\&/g
14909 s/\$/$$/g
14911 :any
14914 s/^\n//
14915 s/\n/ /g
14919 DEFS=`sed -n "$ac_script" confdefs.h`
14922 ac_libobjs=
14923 ac_ltlibobjs=
14924 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14925 # 1. Remove the extension, and $U if already installed.
14926 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14927 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14928 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14929 # will be set to the directory where LIBOBJS objects are built.
14930 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14931 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14932 done
14933 LIBOBJS=$ac_libobjs
14935 LTLIBOBJS=$ac_ltlibobjs
14939 : ${CONFIG_STATUS=./config.status}
14940 ac_write_fail=0
14941 ac_clean_files_save=$ac_clean_files
14942 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14943 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14944 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14945 as_write_fail=0
14946 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14947 #! $SHELL
14948 # Generated by $as_me.
14949 # Run this file to recreate the current configuration.
14950 # Compiler output produced by configure, useful for debugging
14951 # configure, is in config.log if it exists.
14953 debug=false
14954 ac_cs_recheck=false
14955 ac_cs_silent=false
14957 SHELL=\${CONFIG_SHELL-$SHELL}
14958 export SHELL
14959 _ASEOF
14960 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14961 ## -------------------- ##
14962 ## M4sh Initialization. ##
14963 ## -------------------- ##
14965 # Be more Bourne compatible
14966 DUALCASE=1; export DUALCASE # for MKS sh
14967 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14968 emulate sh
14969 NULLCMD=:
14970 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14971 # is contrary to our usage. Disable this feature.
14972 alias -g '${1+"$@"}'='"$@"'
14973 setopt NO_GLOB_SUBST
14974 else
14975 case `(set -o) 2>/dev/null` in #(
14976 *posix*) :
14977 set -o posix ;; #(
14978 *) :
14980 esac
14984 as_nl='
14986 export as_nl
14987 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14988 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14989 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14990 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14991 # Prefer a ksh shell builtin over an external printf program on Solaris,
14992 # but without wasting forks for bash or zsh.
14993 if test -z "$BASH_VERSION$ZSH_VERSION" \
14994 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14995 as_echo='print -r --'
14996 as_echo_n='print -rn --'
14997 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14998 as_echo='printf %s\n'
14999 as_echo_n='printf %s'
15000 else
15001 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15002 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15003 as_echo_n='/usr/ucb/echo -n'
15004 else
15005 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15006 as_echo_n_body='eval
15007 arg=$1;
15008 case $arg in #(
15009 *"$as_nl"*)
15010 expr "X$arg" : "X\\(.*\\)$as_nl";
15011 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15012 esac;
15013 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15015 export as_echo_n_body
15016 as_echo_n='sh -c $as_echo_n_body as_echo'
15018 export as_echo_body
15019 as_echo='sh -c $as_echo_body as_echo'
15022 # The user is always right.
15023 if test "${PATH_SEPARATOR+set}" != set; then
15024 PATH_SEPARATOR=:
15025 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15026 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15027 PATH_SEPARATOR=';'
15032 # IFS
15033 # We need space, tab and new line, in precisely that order. Quoting is
15034 # there to prevent editors from complaining about space-tab.
15035 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15036 # splitting by setting IFS to empty value.)
15037 IFS=" "" $as_nl"
15039 # Find who we are. Look in the path if we contain no directory separator.
15040 case $0 in #((
15041 *[\\/]* ) as_myself=$0 ;;
15042 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15043 for as_dir in $PATH
15045 IFS=$as_save_IFS
15046 test -z "$as_dir" && as_dir=.
15047 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15048 done
15049 IFS=$as_save_IFS
15052 esac
15053 # We did not find ourselves, most probably we were run as `sh COMMAND'
15054 # in which case we are not to be found in the path.
15055 if test "x$as_myself" = x; then
15056 as_myself=$0
15058 if test ! -f "$as_myself"; then
15059 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15060 exit 1
15063 # Unset variables that we do not need and which cause bugs (e.g. in
15064 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15065 # suppresses any "Segmentation fault" message there. '((' could
15066 # trigger a bug in pdksh 5.2.14.
15067 for as_var in BASH_ENV ENV MAIL MAILPATH
15068 do eval test x\${$as_var+set} = xset \
15069 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15070 done
15071 PS1='$ '
15072 PS2='> '
15073 PS4='+ '
15075 # NLS nuisances.
15076 LC_ALL=C
15077 export LC_ALL
15078 LANGUAGE=C
15079 export LANGUAGE
15081 # CDPATH.
15082 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15085 # as_fn_error ERROR [LINENO LOG_FD]
15086 # ---------------------------------
15087 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15088 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15089 # script with status $?, using 1 if that was 0.
15090 as_fn_error ()
15092 as_status=$?; test $as_status -eq 0 && as_status=1
15093 if test "$3"; then
15094 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15095 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15097 $as_echo "$as_me: error: $1" >&2
15098 as_fn_exit $as_status
15099 } # as_fn_error
15102 # as_fn_set_status STATUS
15103 # -----------------------
15104 # Set $? to STATUS, without forking.
15105 as_fn_set_status ()
15107 return $1
15108 } # as_fn_set_status
15110 # as_fn_exit STATUS
15111 # -----------------
15112 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15113 as_fn_exit ()
15115 set +e
15116 as_fn_set_status $1
15117 exit $1
15118 } # as_fn_exit
15120 # as_fn_unset VAR
15121 # ---------------
15122 # Portably unset VAR.
15123 as_fn_unset ()
15125 { eval $1=; unset $1;}
15127 as_unset=as_fn_unset
15128 # as_fn_append VAR VALUE
15129 # ----------------------
15130 # Append the text in VALUE to the end of the definition contained in VAR. Take
15131 # advantage of any shell optimizations that allow amortized linear growth over
15132 # repeated appends, instead of the typical quadratic growth present in naive
15133 # implementations.
15134 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15135 eval 'as_fn_append ()
15137 eval $1+=\$2
15139 else
15140 as_fn_append ()
15142 eval $1=\$$1\$2
15144 fi # as_fn_append
15146 # as_fn_arith ARG...
15147 # ------------------
15148 # Perform arithmetic evaluation on the ARGs, and store the result in the
15149 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15150 # must be portable across $(()) and expr.
15151 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15152 eval 'as_fn_arith ()
15154 as_val=$(( $* ))
15156 else
15157 as_fn_arith ()
15159 as_val=`expr "$@" || test $? -eq 1`
15161 fi # as_fn_arith
15164 if expr a : '\(a\)' >/dev/null 2>&1 &&
15165 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15166 as_expr=expr
15167 else
15168 as_expr=false
15171 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15172 as_basename=basename
15173 else
15174 as_basename=false
15177 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15178 as_dirname=dirname
15179 else
15180 as_dirname=false
15183 as_me=`$as_basename -- "$0" ||
15184 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15185 X"$0" : 'X\(//\)$' \| \
15186 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15187 $as_echo X/"$0" |
15188 sed '/^.*\/\([^/][^/]*\)\/*$/{
15189 s//\1/
15192 /^X\/\(\/\/\)$/{
15193 s//\1/
15196 /^X\/\(\/\).*/{
15197 s//\1/
15200 s/.*/./; q'`
15202 # Avoid depending upon Character Ranges.
15203 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15204 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15205 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15206 as_cr_digits='0123456789'
15207 as_cr_alnum=$as_cr_Letters$as_cr_digits
15209 ECHO_C= ECHO_N= ECHO_T=
15210 case `echo -n x` in #(((((
15211 -n*)
15212 case `echo 'xy\c'` in
15213 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15214 xy) ECHO_C='\c';;
15215 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15216 ECHO_T=' ';;
15217 esac;;
15219 ECHO_N='-n';;
15220 esac
15222 rm -f conf$$ conf$$.exe conf$$.file
15223 if test -d conf$$.dir; then
15224 rm -f conf$$.dir/conf$$.file
15225 else
15226 rm -f conf$$.dir
15227 mkdir conf$$.dir 2>/dev/null
15229 if (echo >conf$$.file) 2>/dev/null; then
15230 if ln -s conf$$.file conf$$ 2>/dev/null; then
15231 as_ln_s='ln -s'
15232 # ... but there are two gotchas:
15233 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15234 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15235 # In both cases, we have to default to `cp -p'.
15236 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15237 as_ln_s='cp -p'
15238 elif ln conf$$.file conf$$ 2>/dev/null; then
15239 as_ln_s=ln
15240 else
15241 as_ln_s='cp -p'
15243 else
15244 as_ln_s='cp -p'
15246 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15247 rmdir conf$$.dir 2>/dev/null
15250 # as_fn_mkdir_p
15251 # -------------
15252 # Create "$as_dir" as a directory, including parents if necessary.
15253 as_fn_mkdir_p ()
15256 case $as_dir in #(
15257 -*) as_dir=./$as_dir;;
15258 esac
15259 test -d "$as_dir" || eval $as_mkdir_p || {
15260 as_dirs=
15261 while :; do
15262 case $as_dir in #(
15263 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15264 *) as_qdir=$as_dir;;
15265 esac
15266 as_dirs="'$as_qdir' $as_dirs"
15267 as_dir=`$as_dirname -- "$as_dir" ||
15268 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15269 X"$as_dir" : 'X\(//\)[^/]' \| \
15270 X"$as_dir" : 'X\(//\)$' \| \
15271 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15272 $as_echo X"$as_dir" |
15273 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15274 s//\1/
15277 /^X\(\/\/\)[^/].*/{
15278 s//\1/
15281 /^X\(\/\/\)$/{
15282 s//\1/
15285 /^X\(\/\).*/{
15286 s//\1/
15289 s/.*/./; q'`
15290 test -d "$as_dir" && break
15291 done
15292 test -z "$as_dirs" || eval "mkdir $as_dirs"
15293 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15296 } # as_fn_mkdir_p
15297 if mkdir -p . 2>/dev/null; then
15298 as_mkdir_p='mkdir -p "$as_dir"'
15299 else
15300 test -d ./-p && rmdir ./-p
15301 as_mkdir_p=false
15304 if test -x / >/dev/null 2>&1; then
15305 as_test_x='test -x'
15306 else
15307 if ls -dL / >/dev/null 2>&1; then
15308 as_ls_L_option=L
15309 else
15310 as_ls_L_option=
15312 as_test_x='
15313 eval sh -c '\''
15314 if test -d "$1"; then
15315 test -d "$1/.";
15316 else
15317 case $1 in #(
15318 -*)set "./$1";;
15319 esac;
15320 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15321 ???[sx]*):;;*)false;;esac;fi
15322 '\'' sh
15325 as_executable_p=$as_test_x
15327 # Sed expression to map a string onto a valid CPP name.
15328 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15330 # Sed expression to map a string onto a valid variable name.
15331 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15334 exec 6>&1
15335 ## ----------------------------------- ##
15336 ## Main body of $CONFIG_STATUS script. ##
15337 ## ----------------------------------- ##
15338 _ASEOF
15339 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15341 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15342 # Save the log message, to keep $0 and so on meaningful, and to
15343 # report actual input values of CONFIG_FILES etc. instead of their
15344 # values after options handling.
15345 ac_log="
15346 This file was extended by $as_me, which was
15347 generated by GNU Autoconf 2.64. Invocation command line was
15349 CONFIG_FILES = $CONFIG_FILES
15350 CONFIG_HEADERS = $CONFIG_HEADERS
15351 CONFIG_LINKS = $CONFIG_LINKS
15352 CONFIG_COMMANDS = $CONFIG_COMMANDS
15353 $ $0 $@
15355 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15358 _ACEOF
15360 case $ac_config_files in *"
15361 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15362 esac
15366 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15367 # Files that config.status was made for.
15368 config_files="$ac_config_files"
15370 _ACEOF
15372 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15373 ac_cs_usage="\
15374 \`$as_me' instantiates files and other configuration actions
15375 from templates according to the current configuration. Unless the files
15376 and actions are specified as TAGs, all are instantiated by default.
15378 Usage: $0 [OPTION]... [TAG]...
15380 -h, --help print this help, then exit
15381 -V, --version print version number and configuration settings, then exit
15382 -q, --quiet, --silent
15383 do not print progress messages
15384 -d, --debug don't remove temporary files
15385 --recheck update $as_me by reconfiguring in the same conditions
15386 --file=FILE[:TEMPLATE]
15387 instantiate the configuration file FILE
15389 Configuration files:
15390 $config_files
15392 Report bugs to the package provider."
15394 _ACEOF
15395 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15396 ac_cs_version="\\
15397 config.status
15398 configured by $0, generated by GNU Autoconf 2.64,
15399 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15401 Copyright (C) 2009 Free Software Foundation, Inc.
15402 This config.status script is free software; the Free Software Foundation
15403 gives unlimited permission to copy, distribute and modify it."
15405 ac_pwd='$ac_pwd'
15406 srcdir='$srcdir'
15407 INSTALL='$INSTALL'
15408 AWK='$AWK'
15409 test -n "\$AWK" || AWK=awk
15410 _ACEOF
15412 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15413 # The default lists apply if the user does not specify any file.
15414 ac_need_defaults=:
15415 while test $# != 0
15417 case $1 in
15418 --*=*)
15419 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15420 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15421 ac_shift=:
15424 ac_option=$1
15425 ac_optarg=$2
15426 ac_shift=shift
15428 esac
15430 case $ac_option in
15431 # Handling of the options.
15432 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15433 ac_cs_recheck=: ;;
15434 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15435 $as_echo "$ac_cs_version"; exit ;;
15436 --debug | --debu | --deb | --de | --d | -d )
15437 debug=: ;;
15438 --file | --fil | --fi | --f )
15439 $ac_shift
15440 case $ac_optarg in
15441 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15442 esac
15443 as_fn_append CONFIG_FILES " '$ac_optarg'"
15444 ac_need_defaults=false;;
15445 --he | --h | --help | --hel | -h )
15446 $as_echo "$ac_cs_usage"; exit ;;
15447 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15448 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15449 ac_cs_silent=: ;;
15451 # This is an error.
15452 -*) as_fn_error "unrecognized option: \`$1'
15453 Try \`$0 --help' for more information." ;;
15455 *) as_fn_append ac_config_targets " $1"
15456 ac_need_defaults=false ;;
15458 esac
15459 shift
15460 done
15462 ac_configure_extra_args=
15464 if $ac_cs_silent; then
15465 exec 6>/dev/null
15466 ac_configure_extra_args="$ac_configure_extra_args --silent"
15469 _ACEOF
15470 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15471 if \$ac_cs_recheck; then
15472 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15473 shift
15474 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15475 CONFIG_SHELL='$SHELL'
15476 export CONFIG_SHELL
15477 exec "\$@"
15480 _ACEOF
15481 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15482 exec 5>>config.log
15484 echo
15485 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15486 ## Running $as_me. ##
15487 _ASBOX
15488 $as_echo "$ac_log"
15489 } >&5
15491 _ACEOF
15492 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15494 # INIT-COMMANDS
15496 extrasub_build="$extrasub_build"
15497 extrasub_host="$extrasub_host"
15498 extrasub_target="$extrasub_target"
15500 _ACEOF
15502 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15504 # Handling of arguments.
15505 for ac_config_target in $ac_config_targets
15507 case $ac_config_target in
15508 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15510 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15511 esac
15512 done
15515 # If the user did not use the arguments to specify the items to instantiate,
15516 # then the envvar interface is used. Set only those that are not.
15517 # We use the long form for the default assignment because of an extremely
15518 # bizarre bug on SunOS 4.1.3.
15519 if $ac_need_defaults; then
15520 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15523 # Have a temporary directory for convenience. Make it in the build tree
15524 # simply because there is no reason against having it here, and in addition,
15525 # creating and moving files from /tmp can sometimes cause problems.
15526 # Hook for its removal unless debugging.
15527 # Note that there is a small window in which the directory will not be cleaned:
15528 # after its creation but before its name has been assigned to `$tmp'.
15529 $debug ||
15531 tmp=
15532 trap 'exit_status=$?
15533 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15535 trap 'as_fn_exit 1' 1 2 13 15
15537 # Create a (secure) tmp directory for tmp files.
15540 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15541 test -n "$tmp" && test -d "$tmp"
15542 } ||
15544 tmp=./conf$$-$RANDOM
15545 (umask 077 && mkdir "$tmp")
15546 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15548 # Set up the scripts for CONFIG_FILES section.
15549 # No need to generate them if there are no CONFIG_FILES.
15550 # This happens for instance with `./config.status config.h'.
15551 if test -n "$CONFIG_FILES"; then
15553 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15554 ac_cs_awk_getline=:
15555 ac_cs_awk_pipe_init=
15556 ac_cs_awk_read_file='
15557 while ((getline aline < (F[key])) > 0)
15558 print(aline)
15559 close(F[key])'
15560 ac_cs_awk_pipe_fini=
15561 else
15562 ac_cs_awk_getline=false
15563 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15564 ac_cs_awk_read_file='
15565 print "|#_!!_#|"
15566 print "cat " F[key] " &&"
15567 '$ac_cs_awk_pipe_init
15568 # The final `:' finishes the AND list.
15569 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15571 ac_cr=`echo X | tr X '\015'`
15572 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15573 # But we know of no other shell where ac_cr would be empty at this
15574 # point, so we can use a bashism as a fallback.
15575 if test "x$ac_cr" = x; then
15576 eval ac_cr=\$\'\\r\'
15578 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15579 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15580 ac_cs_awk_cr='\r'
15581 else
15582 ac_cs_awk_cr=$ac_cr
15585 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15586 _ACEOF
15588 # Create commands to substitute file output variables.
15590 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15591 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15592 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15593 echo "_ACAWK" &&
15594 echo "_ACEOF"
15595 } >conf$$files.sh &&
15596 . ./conf$$files.sh ||
15597 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15598 rm -f conf$$files.sh
15601 echo "cat >conf$$subs.awk <<_ACEOF" &&
15602 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15603 echo "_ACEOF"
15604 } >conf$$subs.sh ||
15605 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15606 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15607 ac_delim='%!_!# '
15608 for ac_last_try in false false false false false :; do
15609 . ./conf$$subs.sh ||
15610 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15612 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15613 if test $ac_delim_n = $ac_delim_num; then
15614 break
15615 elif $ac_last_try; then
15616 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15617 else
15618 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15620 done
15621 rm -f conf$$subs.sh
15623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15624 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15625 _ACEOF
15626 sed -n '
15628 s/^/S["/; s/!.*/"]=/
15631 s/^[^!]*!//
15632 :repl
15633 t repl
15634 s/'"$ac_delim"'$//
15635 t delim
15638 s/\(.\{148\}\).*/\1/
15639 t more1
15640 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15643 b repl
15644 :more1
15645 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15648 s/.\{148\}//
15649 t nl
15650 :delim
15652 s/\(.\{148\}\).*/\1/
15653 t more2
15654 s/["\\]/\\&/g; s/^/"/; s/$/"/
15657 :more2
15658 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15661 s/.\{148\}//
15662 t delim
15663 ' <conf$$subs.awk | sed '
15664 /^[^""]/{
15666 s/\n//
15668 ' >>$CONFIG_STATUS || ac_write_fail=1
15669 rm -f conf$$subs.awk
15670 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15671 _ACAWK
15672 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15673 for (key in S) S_is_set[key] = 1
15674 FS = "\a"
15675 \$ac_cs_awk_pipe_init
15678 line = $ 0
15679 nfields = split(line, field, "@")
15680 substed = 0
15681 len = length(field[1])
15682 for (i = 2; i < nfields; i++) {
15683 key = field[i]
15684 keylen = length(key)
15685 if (S_is_set[key]) {
15686 value = S[key]
15687 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15688 len += length(value) + length(field[++i])
15689 substed = 1
15690 } else
15691 len += 1 + keylen
15693 if (nfields == 3 && !substed) {
15694 key = field[2]
15695 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15696 \$ac_cs_awk_read_file
15697 next
15700 print line
15702 \$ac_cs_awk_pipe_fini
15703 _ACAWK
15704 _ACEOF
15705 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15706 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15707 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15708 else
15710 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15711 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15712 _ACEOF
15714 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15715 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15716 # trailing colons and then remove the whole line if VPATH becomes empty
15717 # (actually we leave an empty line to preserve line numbers).
15718 if test "x$srcdir" = x.; then
15719 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15720 s/:*\$(srcdir):*/:/
15721 s/:*\${srcdir}:*/:/
15722 s/:*@srcdir@:*/:/
15723 s/^\([^=]*=[ ]*\):*/\1/
15724 s/:*$//
15725 s/^[^=]*=[ ]*$//
15729 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15730 fi # test -n "$CONFIG_FILES"
15733 eval set X " :F $CONFIG_FILES "
15734 shift
15735 for ac_tag
15737 case $ac_tag in
15738 :[FHLC]) ac_mode=$ac_tag; continue;;
15739 esac
15740 case $ac_mode$ac_tag in
15741 :[FHL]*:*);;
15742 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15743 :[FH]-) ac_tag=-:-;;
15744 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15745 esac
15746 ac_save_IFS=$IFS
15747 IFS=:
15748 set x $ac_tag
15749 IFS=$ac_save_IFS
15750 shift
15751 ac_file=$1
15752 shift
15754 case $ac_mode in
15755 :L) ac_source=$1;;
15756 :[FH])
15757 ac_file_inputs=
15758 for ac_f
15760 case $ac_f in
15761 -) ac_f="$tmp/stdin";;
15762 *) # Look for the file first in the build tree, then in the source tree
15763 # (if the path is not absolute). The absolute path cannot be DOS-style,
15764 # because $ac_f cannot contain `:'.
15765 test -f "$ac_f" ||
15766 case $ac_f in
15767 [\\/$]*) false;;
15768 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15769 esac ||
15770 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15771 esac
15772 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15773 as_fn_append ac_file_inputs " '$ac_f'"
15774 done
15776 # Let's still pretend it is `configure' which instantiates (i.e., don't
15777 # use $as_me), people would be surprised to read:
15778 # /* config.h. Generated by config.status. */
15779 configure_input='Generated from '`
15780 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15781 `' by configure.'
15782 if test x"$ac_file" != x-; then
15783 configure_input="$ac_file. $configure_input"
15784 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15785 $as_echo "$as_me: creating $ac_file" >&6;}
15787 # Neutralize special characters interpreted by sed in replacement strings.
15788 case $configure_input in #(
15789 *\&* | *\|* | *\\* )
15790 ac_sed_conf_input=`$as_echo "$configure_input" |
15791 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15792 *) ac_sed_conf_input=$configure_input;;
15793 esac
15795 case $ac_tag in
15796 *:-:* | *:-) cat >"$tmp/stdin" \
15797 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15798 esac
15800 esac
15802 ac_dir=`$as_dirname -- "$ac_file" ||
15803 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15804 X"$ac_file" : 'X\(//\)[^/]' \| \
15805 X"$ac_file" : 'X\(//\)$' \| \
15806 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15807 $as_echo X"$ac_file" |
15808 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15809 s//\1/
15812 /^X\(\/\/\)[^/].*/{
15813 s//\1/
15816 /^X\(\/\/\)$/{
15817 s//\1/
15820 /^X\(\/\).*/{
15821 s//\1/
15824 s/.*/./; q'`
15825 as_dir="$ac_dir"; as_fn_mkdir_p
15826 ac_builddir=.
15828 case "$ac_dir" in
15829 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15831 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15832 # A ".." for each directory in $ac_dir_suffix.
15833 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15834 case $ac_top_builddir_sub in
15835 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15836 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15837 esac ;;
15838 esac
15839 ac_abs_top_builddir=$ac_pwd
15840 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15841 # for backward compatibility:
15842 ac_top_builddir=$ac_top_build_prefix
15844 case $srcdir in
15845 .) # We are building in place.
15846 ac_srcdir=.
15847 ac_top_srcdir=$ac_top_builddir_sub
15848 ac_abs_top_srcdir=$ac_pwd ;;
15849 [\\/]* | ?:[\\/]* ) # Absolute name.
15850 ac_srcdir=$srcdir$ac_dir_suffix;
15851 ac_top_srcdir=$srcdir
15852 ac_abs_top_srcdir=$srcdir ;;
15853 *) # Relative name.
15854 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15855 ac_top_srcdir=$ac_top_build_prefix$srcdir
15856 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15857 esac
15858 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15861 case $ac_mode in
15864 # CONFIG_FILE
15867 case $INSTALL in
15868 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15869 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15870 esac
15871 _ACEOF
15873 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15874 # If the template does not know about datarootdir, expand it.
15875 # FIXME: This hack should be removed a few years after 2.60.
15876 ac_datarootdir_hack=; ac_datarootdir_seen=
15877 ac_sed_dataroot='
15878 /datarootdir/ {
15882 /@datadir@/p
15883 /@docdir@/p
15884 /@infodir@/p
15885 /@localedir@/p
15886 /@mandir@/p'
15887 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15888 *datarootdir*) ac_datarootdir_seen=yes;;
15889 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15891 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15892 _ACEOF
15893 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15894 ac_datarootdir_hack='
15895 s&@datadir@&$datadir&g
15896 s&@docdir@&$docdir&g
15897 s&@infodir@&$infodir&g
15898 s&@localedir@&$localedir&g
15899 s&@mandir@&$mandir&g
15900 s&\\\${datarootdir}&$datarootdir&g' ;;
15901 esac
15902 _ACEOF
15904 # Neutralize VPATH when `$srcdir' = `.'.
15905 # Shell code in configure.ac might set extrasub.
15906 # FIXME: do we really want to maintain this feature?
15907 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15908 ac_sed_extra="$ac_vpsub
15909 $extrasub
15910 _ACEOF
15911 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15913 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15914 s|@configure_input@|$ac_sed_conf_input|;t t
15915 s&@top_builddir@&$ac_top_builddir_sub&;t t
15916 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15917 s&@srcdir@&$ac_srcdir&;t t
15918 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15919 s&@top_srcdir@&$ac_top_srcdir&;t t
15920 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15921 s&@builddir@&$ac_builddir&;t t
15922 s&@abs_builddir@&$ac_abs_builddir&;t t
15923 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15924 s&@INSTALL@&$ac_INSTALL&;t t
15925 $ac_datarootdir_hack
15927 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15928 if $ac_cs_awk_getline; then
15929 $AWK -f "$tmp/subs.awk"
15930 else
15931 $AWK -f "$tmp/subs.awk" | $SHELL
15932 fi >$tmp/out \
15933 || as_fn_error "could not create $ac_file" "$LINENO" 5
15935 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15936 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15937 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15938 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15939 which seems to be undefined. Please make sure it is defined." >&5
15940 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15941 which seems to be undefined. Please make sure it is defined." >&2;}
15943 rm -f "$tmp/stdin"
15944 case $ac_file in
15945 -) cat "$tmp/out" && rm -f "$tmp/out";;
15946 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15947 esac \
15948 || as_fn_error "could not create $ac_file" "$LINENO" 5
15953 esac
15956 case $ac_file$ac_mode in
15957 "Makefile":F) sed "$extrasub_build" Makefile |
15958 sed "$extrasub_host" |
15959 sed "$extrasub_target" > mf$$
15960 mv -f mf$$ Makefile ;;
15962 esac
15963 done # for ac_tag
15966 as_fn_exit 0
15967 _ACEOF
15968 ac_clean_files=$ac_clean_files_save
15970 test $ac_write_fail = 0 ||
15971 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15974 # configure is writing to config.log, and then calls config.status.
15975 # config.status does its own redirection, appending to config.log.
15976 # Unfortunately, on DOS this fails, as config.log is still kept open
15977 # by configure, so config.status won't be able to write to it; its
15978 # output is simply discarded. So we exec the FD to /dev/null,
15979 # effectively closing config.log, so it can be properly (re)opened and
15980 # appended to by config.status. When coming back to configure, we
15981 # need to make the FD available again.
15982 if test "$no_create" != yes; then
15983 ac_cs_success=:
15984 ac_config_status_args=
15985 test "$silent" = yes &&
15986 ac_config_status_args="$ac_config_status_args --quiet"
15987 exec 5>/dev/null
15988 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15989 exec 5>>config.log
15990 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15991 # would make configure fail if this is the last instruction.
15992 $ac_cs_success || as_fn_exit $?
15994 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15996 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}