Merge trunk version 200955 into gupc branch.
[official-gcc.git] / configure
blobb56396a5bfcfd105b833159c48eae7dbb94e1642
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 aarch64-*-*)
3301 alpha*-*-*)
3303 arm*-*-*)
3305 cris-*-*)
3307 frv-*-*)
3309 hppa*-*-linux*)
3311 hppa*-*-hpux*)
3313 i?86-*-*)
3315 ia64*-*-*)
3317 m32r*-*-*)
3319 m68k-*-*)
3321 mips*-*-rtems*)
3323 mips*-*-linux*)
3325 powerpc*-*-linux*)
3327 powerpc-*-darwin*)
3329 powerpc-*-aix* | rs6000-*-aix*)
3331 powerpc-*-freebsd*)
3333 powerpc64-*-freebsd*)
3335 powerpc*-*-rtems*)
3337 s390-*-* | s390x-*-*)
3339 sh-*-* | sh[34]*-*-*)
3341 sh64-*-* | sh5*-*-*)
3343 sparc*-*-*)
3345 x86_64-*-*)
3347 *-*-*)
3348 unsupported_languages="$unsupported_languages java"
3350 esac
3352 # Disable Java, libgcj or related libraries for some systems.
3353 case "${target}" in
3354 powerpc-*-darwin*)
3356 i[3456789]86-*-darwin*)
3358 x86_64-*-darwin[912]*)
3360 *-*-darwin*)
3361 noconfigdirs="$noconfigdirs ${libgcj}"
3363 *-*-netware*)
3364 noconfigdirs="$noconfigdirs ${libgcj}"
3366 *-*-rtems*)
3367 noconfigdirs="$noconfigdirs ${libgcj}"
3369 *-*-tpf*)
3370 noconfigdirs="$noconfigdirs ${libgcj}"
3372 *-*-uclinux*)
3373 noconfigdirs="$noconfigdirs ${libgcj}"
3375 *-*-vxworks*)
3376 noconfigdirs="$noconfigdirs ${libgcj}"
3378 alpha*-*-*vms*)
3379 noconfigdirs="$noconfigdirs ${libgcj}"
3381 arm-wince-pe)
3382 noconfigdirs="$noconfigdirs ${libgcj}"
3384 arm*-*-symbianelf*)
3385 noconfigdirs="$noconfigdirs ${libgcj}"
3387 bfin-*-*)
3388 noconfigdirs="$noconfigdirs target-boehm-gc"
3390 cris-*-* | crisv32-*-*)
3391 unsupported_languages="$unsupported_languages java"
3392 case "${target}" in
3393 *-*-linux*)
3395 *) # See PR46792 regarding target-libffi.
3396 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3397 esac
3399 hppa*64*-*-linux*)
3400 # In this case, it's because the hppa64-linux target is for
3401 # the kernel only at this point and has no libc, and thus no
3402 # headers, crt*.o, etc., all of which are needed by these.
3403 unsupported_languages="$unsupported_languages java"
3405 hppa*64*-*-hpux*)
3406 noconfigdirs="$noconfigdirs ${libgcj}"
3408 hppa*-hp-hpux11*)
3410 hppa*-*-hpux*)
3411 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3412 # build on HP-UX 10.20.
3413 noconfigdirs="$noconfigdirs ${libgcj}"
3415 ia64*-*-*vms*)
3416 noconfigdirs="$noconfigdirs ${libgcj}"
3418 i[3456789]86-w64-mingw*)
3419 noconfigdirs="$noconfigdirs ${libgcj}"
3421 i[3456789]86-*-mingw*)
3422 noconfigdirs="$noconfigdirs ${libgcj}"
3424 x86_64-*-mingw*)
3425 noconfigdirs="$noconfigdirs ${libgcj}"
3427 mmix-*-*)
3428 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
3430 powerpc-*-aix*)
3431 # copied from rs6000-*-* entry
3432 noconfigdirs="$noconfigdirs ${libgcj}"
3434 rs6000-*-aix*)
3435 noconfigdirs="$noconfigdirs ${libgcj}"
3437 *-*-lynxos*)
3438 noconfigdirs="$noconfigdirs ${libgcj}"
3440 esac
3442 # Disable libgo for some systems where it is known to not work.
3443 # For testing, you can easily override this with --enable-libgo.
3444 if test x$enable_libgo = x; then
3445 case "${target}" in
3446 *-*-darwin*)
3447 # PR 46986
3448 noconfigdirs="$noconfigdirs target-libgo"
3450 *-*-cygwin* | *-*-mingw*)
3451 noconfigdirs="$noconfigdirs target-libgo"
3453 *-*-aix*)
3454 noconfigdirs="$noconfigdirs target-libgo"
3456 esac
3459 # Default libgloss CPU subdirectory.
3460 libgloss_dir="$target_cpu"
3462 case "${target}" in
3463 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3464 libgloss_dir=wince
3466 aarch64*-*-* )
3467 libgloss_dir=aarch64
3469 arm*-*-*)
3470 libgloss_dir=arm
3472 cris-*-* | crisv32-*-*)
3473 libgloss_dir=cris
3475 hppa*-*-*)
3476 libgloss_dir=pa
3478 i[3456789]86-*-*)
3479 libgloss_dir=i386
3481 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3482 libgloss_dir=m68hc11
3484 m68*-*-* | fido-*-*)
3485 libgloss_dir=m68k
3487 mips*-*-*)
3488 libgloss_dir=mips
3490 powerpc*-*-*)
3491 libgloss_dir=rs6000
3493 sparc*-*-*)
3494 libgloss_dir=sparc
3496 esac
3498 # Disable newlib and libgloss for various target OSes.
3499 case "${target}" in
3500 alpha*-dec-osf*)
3501 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3503 i[3456789]86-*-linux*)
3504 # This section makes it possible to build newlib natively on linux.
3505 # If we are using a cross compiler then don't configure newlib.
3506 if test x${is_cross_compiler} != xno ; then
3507 noconfigdirs="$noconfigdirs target-newlib"
3509 noconfigdirs="$noconfigdirs target-libgloss"
3510 # If we are not using a cross compiler, do configure newlib.
3511 # Note however, that newlib will only be configured in this situation
3512 # if the --with-newlib option has been given, because otherwise
3513 # 'target-newlib' will appear in skipdirs.
3515 i[3456789]86-*-rdos*)
3516 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3518 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3519 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3521 sparc-*-sunos4*)
3522 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3524 *-*-aix*)
3525 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3527 *-*-beos*)
3528 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3530 *-*-chorusos)
3531 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3533 *-*-dragonfly*)
3534 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3536 *-*-freebsd*)
3537 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3539 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3540 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3542 *-*-lynxos*)
3543 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3545 *-*-mingw*)
3546 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3548 *-*-netbsd*)
3549 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3551 *-*-netware*)
3552 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3554 *-*-tpf*)
3555 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3557 *-*-uclinux*)
3558 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3560 *-*-vxworks*)
3561 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3563 esac
3565 case "${target}" in
3566 *-*-chorusos)
3568 powerpc-*-darwin*)
3569 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3570 noconfigdirs="$noconfigdirs sim target-rda"
3572 i[3456789]86-*-darwin*)
3573 noconfigdirs="$noconfigdirs ld gprof"
3574 noconfigdirs="$noconfigdirs sim target-rda"
3576 x86_64-*-darwin[912]*)
3577 noconfigdirs="$noconfigdirs ld gas gprof"
3578 noconfigdirs="$noconfigdirs sim target-rda"
3580 *-*-darwin*)
3581 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3582 noconfigdirs="$noconfigdirs sim target-rda"
3584 *-*-dragonfly*)
3586 *-*-freebsd*)
3587 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3588 && test -f /usr/local/include/gmp.h; then
3589 with_gmp=/usr/local
3592 *-*-kaos*)
3593 # Remove unsupported stuff on all kaOS configurations.
3594 noconfigdirs="$noconfigdirs target-libgloss"
3596 *-*-netbsd*)
3598 *-*-netware*)
3600 *-*-rtems*)
3601 noconfigdirs="$noconfigdirs target-libgloss"
3603 # The tpf target doesn't support gdb yet.
3604 *-*-tpf*)
3605 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
3607 *-*-uclinux*)
3608 noconfigdirs="$noconfigdirs target-rda"
3610 *-*-vxworks*)
3612 alpha*-dec-osf*)
3613 # ld works, but does not support shared libraries.
3614 # gas doesn't generate exception information.
3615 noconfigdirs="$noconfigdirs gas ld"
3617 alpha*-*-*vms*)
3618 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3620 alpha*-*-*)
3621 # newlib is not 64 bit ready
3622 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3624 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3625 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3627 arc-*-*)
3628 noconfigdirs="$noconfigdirs target-libgloss"
3630 arm-*-pe*)
3631 noconfigdirs="$noconfigdirs target-libgloss"
3633 arm-*-riscix*)
3634 noconfigdirs="$noconfigdirs ld target-libgloss"
3636 avr-*-rtems*)
3638 avr-*-*)
3639 if test x${with_avrlibc} != xno; then
3640 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3643 c4x-*-* | tic4x-*-*)
3644 noconfigdirs="$noconfigdirs target-libgloss"
3646 tic54x-*-*)
3647 noconfigdirs="$noconfigdirs target-libgloss gdb"
3649 d10v-*-*)
3650 noconfigdirs="$noconfigdirs target-libgloss"
3652 d30v-*-*)
3653 noconfigdirs="$noconfigdirs gdb"
3655 fr30-*-elf*)
3656 noconfigdirs="$noconfigdirs gdb"
3658 moxie-*-*)
3659 noconfigdirs="$noconfigdirs gprof"
3661 h8300*-*-*)
3662 noconfigdirs="$noconfigdirs target-libgloss"
3664 h8500-*-*)
3665 noconfigdirs="$noconfigdirs target-libgloss"
3667 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3669 hppa*64*-*-linux*)
3671 hppa*-*-linux*)
3673 hppa*-*-*elf* | \
3674 hppa*-*-lites* | \
3675 hppa*-*-openbsd* | \
3676 hppa*64*-*-*)
3678 hppa*-hp-hpux11*)
3679 noconfigdirs="$noconfigdirs ld"
3681 hppa*-*-pro*)
3683 hppa*-*-*)
3684 noconfigdirs="$noconfigdirs ld"
3686 i960-*-*)
3687 noconfigdirs="$noconfigdirs gdb"
3689 ia64*-*-elf*)
3690 # No gdb support yet.
3691 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3693 ia64*-**-hpux*)
3694 # No ld support yet.
3695 noconfigdirs="$noconfigdirs libgui itcl ld"
3697 ia64*-*-*vms*)
3698 # No ld support yet.
3699 noconfigdirs="$noconfigdirs libgui itcl ld"
3701 i[3456789]86-w64-mingw*)
3703 i[3456789]86-*-mingw*)
3704 target_configdirs="$target_configdirs target-winsup"
3706 *-*-cygwin*)
3707 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3708 noconfigdirs="$noconfigdirs target-libgloss"
3709 # always build newlib if winsup directory is present.
3710 if test -d "$srcdir/winsup/cygwin"; then
3711 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3712 elif test -d "$srcdir/newlib"; then
3713 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3716 i[3456789]86-*-pe)
3717 noconfigdirs="$noconfigdirs target-libgloss"
3719 i[3456789]86-*-sco3.2v5*)
3720 # The linker does not yet know about weak symbols in COFF,
3721 # and is not configured to handle mixed ELF and COFF.
3722 noconfigdirs="$noconfigdirs ld target-libgloss"
3724 i[3456789]86-*-sco*)
3725 noconfigdirs="$noconfigdirs gprof target-libgloss"
3727 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
3728 noconfigdirs="$noconfigdirs target-libgloss"
3730 i[3456789]86-*-sysv4*)
3731 noconfigdirs="$noconfigdirs target-libgloss"
3733 i[3456789]86-*-beos*)
3734 noconfigdirs="$noconfigdirs gdb"
3736 i[3456789]86-*-rdos*)
3737 noconfigdirs="$noconfigdirs gdb"
3739 mmix-*-*)
3740 noconfigdirs="$noconfigdirs gdb"
3742 mt-*-*)
3743 noconfigdirs="$noconfigdirs sim"
3745 powerpc-*-aix*)
3746 # copied from rs6000-*-* entry
3747 noconfigdirs="$noconfigdirs gprof"
3749 powerpc*-*-winnt* | powerpc*-*-pe*)
3750 target_configdirs="$target_configdirs target-winsup"
3751 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
3752 # always build newlib.
3753 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3755 # This is temporary until we can link against shared libraries
3756 powerpcle-*-solaris*)
3757 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
3759 powerpc-*-beos*)
3760 noconfigdirs="$noconfigdirs gdb"
3762 rs6000-*-lynxos*)
3763 noconfigdirs="$noconfigdirs gprof"
3765 rs6000-*-aix*)
3766 noconfigdirs="$noconfigdirs gprof"
3768 rs6000-*-*)
3769 noconfigdirs="$noconfigdirs gprof"
3771 m68k-apollo-*)
3772 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
3774 microblaze*)
3775 noconfigdirs="$noconfigdirs gprof"
3777 mips*-sde-elf* | mips*-mti-elf*)
3778 if test x$with_newlib = xyes; then
3779 noconfigdirs="$noconfigdirs gprof"
3782 mips*-*-irix5*)
3783 noconfigdirs="$noconfigdirs gprof target-libgloss"
3785 mips*-*-irix6*)
3786 noconfigdirs="$noconfigdirs gprof target-libgloss"
3788 mips*-*-bsd*)
3789 noconfigdirs="$noconfigdirs gprof target-libgloss"
3791 mips*-*-linux*)
3793 mips*-*-*)
3794 noconfigdirs="$noconfigdirs gprof"
3796 sh-*-* | sh64-*-*)
3797 case "${target}" in
3798 sh*-*-elf)
3801 noconfigdirs="$noconfigdirs target-libgloss" ;;
3802 esac
3804 sparc-*-sunos4*)
3805 if test x${is_cross_compiler} = xno ; then
3806 use_gnu_ld=no
3809 tic6x-*-*)
3810 noconfigdirs="$noconfigdirs sim"
3812 tilepro-*-* | tilegx-*-*)
3813 noconfigdirs="$noconfigdirs sim"
3815 v810-*-*)
3816 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3818 vax-*-*)
3819 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3821 esac
3823 # If we aren't building newlib, then don't build libgloss, since libgloss
3824 # depends upon some newlib header files.
3825 case "${noconfigdirs}" in
3826 *target-libgloss*) ;;
3827 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3828 esac
3830 # Work in distributions that contain no compiler tools, like Autoconf.
3831 host_makefile_frag=/dev/null
3832 if test -d ${srcdir}/config ; then
3833 case "${host}" in
3834 i[3456789]86-*-msdosdjgpp*)
3835 host_makefile_frag="config/mh-djgpp"
3837 *-cygwin*)
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3840 $as_echo_n "checking to see if cat works as expected... " >&6; }
3841 echo a >cygwin-cat-check
3842 if test `cat cygwin-cat-check` = a ; then
3843 rm cygwin-cat-check
3844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3845 $as_echo "yes" >&6; }
3846 else
3847 rm cygwin-cat-check
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849 $as_echo "no" >&6; }
3850 as_fn_error "The cat command does not ignore carriage return characters.
3851 Please either mount the build directory in binary mode or run the following
3852 commands before running any configure script:
3853 set -o igncr
3854 export SHELLOPTS
3855 " "$LINENO" 5
3858 host_makefile_frag="config/mh-cygwin"
3860 *-mingw*)
3861 host_makefile_frag="config/mh-mingw"
3863 hppa*-hp-hpux10*)
3864 host_makefile_frag="config/mh-pa-hpux10"
3866 hppa*-hp-hpux*)
3867 host_makefile_frag="config/mh-pa"
3869 hppa*-*)
3870 host_makefile_frag="config/mh-pa"
3872 *-*-darwin*)
3873 host_makefile_frag="config/mh-darwin"
3875 powerpc-*-aix*)
3876 host_makefile_frag="config/mh-ppc-aix"
3878 rs6000-*-aix*)
3879 host_makefile_frag="config/mh-ppc-aix"
3881 esac
3884 if test "${build}" != "${host}" ; then
3885 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3886 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3887 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3888 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3889 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3890 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3891 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3892 GUPC_FOR_BUILD=${GUPC_FOR_BUILD-gupc}
3893 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3894 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3895 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3896 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3897 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3898 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3899 else
3900 AR_FOR_BUILD="\$(AR)"
3901 AS_FOR_BUILD="\$(AS)"
3902 CC_FOR_BUILD="\$(CC)"
3903 CXX_FOR_BUILD="\$(CXX)"
3904 GCJ_FOR_BUILD="\$(GCJ)"
3905 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3906 GOC_FOR_BUILD="\$(GOC)"
3907 GUPC_FOR_BUILD="\$(GUPC)"
3908 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3909 LD_FOR_BUILD="\$(LD)"
3910 NM_FOR_BUILD="\$(NM)"
3911 RANLIB_FOR_BUILD="\$(RANLIB)"
3912 WINDRES_FOR_BUILD="\$(WINDRES)"
3913 WINDMC_FOR_BUILD="\$(WINDMC)"
3916 ac_ext=c
3917 ac_cpp='$CPP $CPPFLAGS'
3918 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3919 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3920 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3921 if test -n "$ac_tool_prefix"; then
3922 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3923 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3925 $as_echo_n "checking for $ac_word... " >&6; }
3926 if test "${ac_cv_prog_CC+set}" = set; then :
3927 $as_echo_n "(cached) " >&6
3928 else
3929 if test -n "$CC"; then
3930 ac_cv_prog_CC="$CC" # Let the user override the test.
3931 else
3932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3933 for as_dir in $PATH
3935 IFS=$as_save_IFS
3936 test -z "$as_dir" && as_dir=.
3937 for ac_exec_ext in '' $ac_executable_extensions; do
3938 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3939 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3941 break 2
3943 done
3944 done
3945 IFS=$as_save_IFS
3949 CC=$ac_cv_prog_CC
3950 if test -n "$CC"; then
3951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3952 $as_echo "$CC" >&6; }
3953 else
3954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3955 $as_echo "no" >&6; }
3960 if test -z "$ac_cv_prog_CC"; then
3961 ac_ct_CC=$CC
3962 # Extract the first word of "gcc", so it can be a program name with args.
3963 set dummy gcc; ac_word=$2
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3965 $as_echo_n "checking for $ac_word... " >&6; }
3966 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3967 $as_echo_n "(cached) " >&6
3968 else
3969 if test -n "$ac_ct_CC"; then
3970 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3971 else
3972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3973 for as_dir in $PATH
3975 IFS=$as_save_IFS
3976 test -z "$as_dir" && as_dir=.
3977 for ac_exec_ext in '' $ac_executable_extensions; do
3978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3979 ac_cv_prog_ac_ct_CC="gcc"
3980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3981 break 2
3983 done
3984 done
3985 IFS=$as_save_IFS
3989 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3990 if test -n "$ac_ct_CC"; then
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3992 $as_echo "$ac_ct_CC" >&6; }
3993 else
3994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3995 $as_echo "no" >&6; }
3998 if test "x$ac_ct_CC" = x; then
3999 CC=""
4000 else
4001 case $cross_compiling:$ac_tool_warned in
4002 yes:)
4003 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4004 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4005 ac_tool_warned=yes ;;
4006 esac
4007 CC=$ac_ct_CC
4009 else
4010 CC="$ac_cv_prog_CC"
4013 if test -z "$CC"; then
4014 if test -n "$ac_tool_prefix"; then
4015 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4016 set dummy ${ac_tool_prefix}cc; ac_word=$2
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4018 $as_echo_n "checking for $ac_word... " >&6; }
4019 if test "${ac_cv_prog_CC+set}" = set; then :
4020 $as_echo_n "(cached) " >&6
4021 else
4022 if test -n "$CC"; then
4023 ac_cv_prog_CC="$CC" # Let the user override the test.
4024 else
4025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4026 for as_dir in $PATH
4028 IFS=$as_save_IFS
4029 test -z "$as_dir" && as_dir=.
4030 for ac_exec_ext in '' $ac_executable_extensions; do
4031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4032 ac_cv_prog_CC="${ac_tool_prefix}cc"
4033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4034 break 2
4036 done
4037 done
4038 IFS=$as_save_IFS
4042 CC=$ac_cv_prog_CC
4043 if test -n "$CC"; then
4044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4045 $as_echo "$CC" >&6; }
4046 else
4047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4048 $as_echo "no" >&6; }
4054 if test -z "$CC"; then
4055 # Extract the first word of "cc", so it can be a program name with args.
4056 set dummy cc; ac_word=$2
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4058 $as_echo_n "checking for $ac_word... " >&6; }
4059 if test "${ac_cv_prog_CC+set}" = set; then :
4060 $as_echo_n "(cached) " >&6
4061 else
4062 if test -n "$CC"; then
4063 ac_cv_prog_CC="$CC" # Let the user override the test.
4064 else
4065 ac_prog_rejected=no
4066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4067 for as_dir in $PATH
4069 IFS=$as_save_IFS
4070 test -z "$as_dir" && as_dir=.
4071 for ac_exec_ext in '' $ac_executable_extensions; do
4072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4073 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4074 ac_prog_rejected=yes
4075 continue
4077 ac_cv_prog_CC="cc"
4078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4079 break 2
4081 done
4082 done
4083 IFS=$as_save_IFS
4085 if test $ac_prog_rejected = yes; then
4086 # We found a bogon in the path, so make sure we never use it.
4087 set dummy $ac_cv_prog_CC
4088 shift
4089 if test $# != 0; then
4090 # We chose a different compiler from the bogus one.
4091 # However, it has the same basename, so the bogon will be chosen
4092 # first if we set CC to just the basename; use the full file name.
4093 shift
4094 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4099 CC=$ac_cv_prog_CC
4100 if test -n "$CC"; then
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4102 $as_echo "$CC" >&6; }
4103 else
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4105 $as_echo "no" >&6; }
4110 if test -z "$CC"; then
4111 if test -n "$ac_tool_prefix"; then
4112 for ac_prog in cl.exe
4114 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4115 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4117 $as_echo_n "checking for $ac_word... " >&6; }
4118 if test "${ac_cv_prog_CC+set}" = set; then :
4119 $as_echo_n "(cached) " >&6
4120 else
4121 if test -n "$CC"; then
4122 ac_cv_prog_CC="$CC" # Let the user override the test.
4123 else
4124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4125 for as_dir in $PATH
4127 IFS=$as_save_IFS
4128 test -z "$as_dir" && as_dir=.
4129 for ac_exec_ext in '' $ac_executable_extensions; do
4130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4131 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4133 break 2
4135 done
4136 done
4137 IFS=$as_save_IFS
4141 CC=$ac_cv_prog_CC
4142 if test -n "$CC"; then
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4144 $as_echo "$CC" >&6; }
4145 else
4146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4147 $as_echo "no" >&6; }
4151 test -n "$CC" && break
4152 done
4154 if test -z "$CC"; then
4155 ac_ct_CC=$CC
4156 for ac_prog in cl.exe
4158 # Extract the first word of "$ac_prog", so it can be a program name with args.
4159 set dummy $ac_prog; ac_word=$2
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4161 $as_echo_n "checking for $ac_word... " >&6; }
4162 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4163 $as_echo_n "(cached) " >&6
4164 else
4165 if test -n "$ac_ct_CC"; then
4166 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4167 else
4168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4169 for as_dir in $PATH
4171 IFS=$as_save_IFS
4172 test -z "$as_dir" && as_dir=.
4173 for ac_exec_ext in '' $ac_executable_extensions; do
4174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4175 ac_cv_prog_ac_ct_CC="$ac_prog"
4176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4177 break 2
4179 done
4180 done
4181 IFS=$as_save_IFS
4185 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4186 if test -n "$ac_ct_CC"; then
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4188 $as_echo "$ac_ct_CC" >&6; }
4189 else
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4191 $as_echo "no" >&6; }
4195 test -n "$ac_ct_CC" && break
4196 done
4198 if test "x$ac_ct_CC" = x; then
4199 CC=""
4200 else
4201 case $cross_compiling:$ac_tool_warned in
4202 yes:)
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4204 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4205 ac_tool_warned=yes ;;
4206 esac
4207 CC=$ac_ct_CC
4214 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4215 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4216 as_fn_error "no acceptable C compiler found in \$PATH
4217 See \`config.log' for more details." "$LINENO" 5; }
4219 # Provide some information about the compiler.
4220 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4221 set X $ac_compile
4222 ac_compiler=$2
4223 for ac_option in --version -v -V -qversion; do
4224 { { ac_try="$ac_compiler $ac_option >&5"
4225 case "(($ac_try" in
4226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4227 *) ac_try_echo=$ac_try;;
4228 esac
4229 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4230 $as_echo "$ac_try_echo"; } >&5
4231 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4232 ac_status=$?
4233 if test -s conftest.err; then
4234 sed '10a\
4235 ... rest of stderr output deleted ...
4236 10q' conftest.err >conftest.er1
4237 cat conftest.er1 >&5
4238 rm -f conftest.er1 conftest.err
4240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4241 test $ac_status = 0; }
4242 done
4244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4245 /* end confdefs.h. */
4248 main ()
4252 return 0;
4254 _ACEOF
4255 ac_clean_files_save=$ac_clean_files
4256 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4257 # Try to create an executable without -o first, disregard a.out.
4258 # It will help us diagnose broken compilers, and finding out an intuition
4259 # of exeext.
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4261 $as_echo_n "checking for C compiler default output file name... " >&6; }
4262 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4264 # The possible output files:
4265 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4267 ac_rmfiles=
4268 for ac_file in $ac_files
4270 case $ac_file in
4271 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4272 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4273 esac
4274 done
4275 rm -f $ac_rmfiles
4277 if { { ac_try="$ac_link_default"
4278 case "(($ac_try" in
4279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4280 *) ac_try_echo=$ac_try;;
4281 esac
4282 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4283 $as_echo "$ac_try_echo"; } >&5
4284 (eval "$ac_link_default") 2>&5
4285 ac_status=$?
4286 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4287 test $ac_status = 0; }; then :
4288 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4289 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4290 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4291 # so that the user can short-circuit this test for compilers unknown to
4292 # Autoconf.
4293 for ac_file in $ac_files ''
4295 test -f "$ac_file" || continue
4296 case $ac_file in
4297 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4299 [ab].out )
4300 # We found the default executable, but exeext='' is most
4301 # certainly right.
4302 break;;
4303 *.* )
4304 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4305 then :; else
4306 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4308 # We set ac_cv_exeext here because the later test for it is not
4309 # safe: cross compilers may not add the suffix if given an `-o'
4310 # argument, so we may need to know it at that point already.
4311 # Even if this section looks crufty: it has the advantage of
4312 # actually working.
4313 break;;
4315 break;;
4316 esac
4317 done
4318 test "$ac_cv_exeext" = no && ac_cv_exeext=
4320 else
4321 ac_file=''
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4324 $as_echo "$ac_file" >&6; }
4325 if test -z "$ac_file"; then :
4326 $as_echo "$as_me: failed program was:" >&5
4327 sed 's/^/| /' conftest.$ac_ext >&5
4329 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4330 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4331 { as_fn_set_status 77
4332 as_fn_error "C compiler cannot create executables
4333 See \`config.log' for more details." "$LINENO" 5; }; }
4335 ac_exeext=$ac_cv_exeext
4337 # Check that the compiler produces executables we can run. If not, either
4338 # the compiler is broken, or we cross compile.
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4340 $as_echo_n "checking whether the C compiler works... " >&6; }
4341 # If not cross compiling, check that we can run a simple program.
4342 if test "$cross_compiling" != yes; then
4343 if { ac_try='./$ac_file'
4344 { { case "(($ac_try" in
4345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4346 *) ac_try_echo=$ac_try;;
4347 esac
4348 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4349 $as_echo "$ac_try_echo"; } >&5
4350 (eval "$ac_try") 2>&5
4351 ac_status=$?
4352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4353 test $ac_status = 0; }; }; then
4354 cross_compiling=no
4355 else
4356 if test "$cross_compiling" = maybe; then
4357 cross_compiling=yes
4358 else
4359 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4360 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4361 as_fn_error "cannot run C compiled programs.
4362 If you meant to cross compile, use \`--host'.
4363 See \`config.log' for more details." "$LINENO" 5; }
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4368 $as_echo "yes" >&6; }
4370 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4371 ac_clean_files=$ac_clean_files_save
4372 # Check that the compiler produces executables we can run. If not, either
4373 # the compiler is broken, or we cross compile.
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4375 $as_echo_n "checking whether we are cross compiling... " >&6; }
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4377 $as_echo "$cross_compiling" >&6; }
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4380 $as_echo_n "checking for suffix of executables... " >&6; }
4381 if { { ac_try="$ac_link"
4382 case "(($ac_try" in
4383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4384 *) ac_try_echo=$ac_try;;
4385 esac
4386 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4387 $as_echo "$ac_try_echo"; } >&5
4388 (eval "$ac_link") 2>&5
4389 ac_status=$?
4390 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4391 test $ac_status = 0; }; then :
4392 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4393 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4394 # work properly (i.e., refer to `conftest.exe'), while it won't with
4395 # `rm'.
4396 for ac_file in conftest.exe conftest conftest.*; do
4397 test -f "$ac_file" || continue
4398 case $ac_file in
4399 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4400 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4401 break;;
4402 * ) break;;
4403 esac
4404 done
4405 else
4406 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4407 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4408 as_fn_error "cannot compute suffix of executables: cannot compile and link
4409 See \`config.log' for more details." "$LINENO" 5; }
4411 rm -f conftest$ac_cv_exeext
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4413 $as_echo "$ac_cv_exeext" >&6; }
4415 rm -f conftest.$ac_ext
4416 EXEEXT=$ac_cv_exeext
4417 ac_exeext=$EXEEXT
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4419 $as_echo_n "checking for suffix of object files... " >&6; }
4420 if test "${ac_cv_objext+set}" = set; then :
4421 $as_echo_n "(cached) " >&6
4422 else
4423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4424 /* end confdefs.h. */
4427 main ()
4431 return 0;
4433 _ACEOF
4434 rm -f conftest.o conftest.obj
4435 if { { ac_try="$ac_compile"
4436 case "(($ac_try" in
4437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4438 *) ac_try_echo=$ac_try;;
4439 esac
4440 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4441 $as_echo "$ac_try_echo"; } >&5
4442 (eval "$ac_compile") 2>&5
4443 ac_status=$?
4444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4445 test $ac_status = 0; }; then :
4446 for ac_file in conftest.o conftest.obj conftest.*; do
4447 test -f "$ac_file" || continue;
4448 case $ac_file in
4449 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4450 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4451 break;;
4452 esac
4453 done
4454 else
4455 $as_echo "$as_me: failed program was:" >&5
4456 sed 's/^/| /' conftest.$ac_ext >&5
4458 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4459 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4460 as_fn_error "cannot compute suffix of object files: cannot compile
4461 See \`config.log' for more details." "$LINENO" 5; }
4463 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4466 $as_echo "$ac_cv_objext" >&6; }
4467 OBJEXT=$ac_cv_objext
4468 ac_objext=$OBJEXT
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4470 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4471 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4472 $as_echo_n "(cached) " >&6
4473 else
4474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4475 /* end confdefs.h. */
4478 main ()
4480 #ifndef __GNUC__
4481 choke me
4482 #endif
4485 return 0;
4487 _ACEOF
4488 if ac_fn_c_try_compile "$LINENO"; then :
4489 ac_compiler_gnu=yes
4490 else
4491 ac_compiler_gnu=no
4493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4494 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4498 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4499 if test $ac_compiler_gnu = yes; then
4500 GCC=yes
4501 else
4502 GCC=
4504 ac_test_CFLAGS=${CFLAGS+set}
4505 ac_save_CFLAGS=$CFLAGS
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4507 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4508 if test "${ac_cv_prog_cc_g+set}" = set; then :
4509 $as_echo_n "(cached) " >&6
4510 else
4511 ac_save_c_werror_flag=$ac_c_werror_flag
4512 ac_c_werror_flag=yes
4513 ac_cv_prog_cc_g=no
4514 CFLAGS="-g"
4515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4516 /* end confdefs.h. */
4519 main ()
4523 return 0;
4525 _ACEOF
4526 if ac_fn_c_try_compile "$LINENO"; then :
4527 ac_cv_prog_cc_g=yes
4528 else
4529 CFLAGS=""
4530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4531 /* end confdefs.h. */
4534 main ()
4538 return 0;
4540 _ACEOF
4541 if ac_fn_c_try_compile "$LINENO"; then :
4543 else
4544 ac_c_werror_flag=$ac_save_c_werror_flag
4545 CFLAGS="-g"
4546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4547 /* end confdefs.h. */
4550 main ()
4554 return 0;
4556 _ACEOF
4557 if ac_fn_c_try_compile "$LINENO"; then :
4558 ac_cv_prog_cc_g=yes
4560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4565 ac_c_werror_flag=$ac_save_c_werror_flag
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4568 $as_echo "$ac_cv_prog_cc_g" >&6; }
4569 if test "$ac_test_CFLAGS" = set; then
4570 CFLAGS=$ac_save_CFLAGS
4571 elif test $ac_cv_prog_cc_g = yes; then
4572 if test "$GCC" = yes; then
4573 CFLAGS="-g -O2"
4574 else
4575 CFLAGS="-g"
4577 else
4578 if test "$GCC" = yes; then
4579 CFLAGS="-O2"
4580 else
4581 CFLAGS=
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4585 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4586 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4587 $as_echo_n "(cached) " >&6
4588 else
4589 ac_cv_prog_cc_c89=no
4590 ac_save_CC=$CC
4591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4592 /* end confdefs.h. */
4593 #include <stdarg.h>
4594 #include <stdio.h>
4595 #include <sys/types.h>
4596 #include <sys/stat.h>
4597 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4598 struct buf { int x; };
4599 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4600 static char *e (p, i)
4601 char **p;
4602 int i;
4604 return p[i];
4606 static char *f (char * (*g) (char **, int), char **p, ...)
4608 char *s;
4609 va_list v;
4610 va_start (v,p);
4611 s = g (p, va_arg (v,int));
4612 va_end (v);
4613 return s;
4616 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4617 function prototypes and stuff, but not '\xHH' hex character constants.
4618 These don't provoke an error unfortunately, instead are silently treated
4619 as 'x'. The following induces an error, until -std is added to get
4620 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4621 array size at least. It's necessary to write '\x00'==0 to get something
4622 that's true only with -std. */
4623 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4625 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4626 inside strings and character constants. */
4627 #define FOO(x) 'x'
4628 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4630 int test (int i, double x);
4631 struct s1 {int (*f) (int a);};
4632 struct s2 {int (*f) (double a);};
4633 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4634 int argc;
4635 char **argv;
4637 main ()
4639 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4641 return 0;
4643 _ACEOF
4644 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4645 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4647 CC="$ac_save_CC $ac_arg"
4648 if ac_fn_c_try_compile "$LINENO"; then :
4649 ac_cv_prog_cc_c89=$ac_arg
4651 rm -f core conftest.err conftest.$ac_objext
4652 test "x$ac_cv_prog_cc_c89" != "xno" && break
4653 done
4654 rm -f conftest.$ac_ext
4655 CC=$ac_save_CC
4658 # AC_CACHE_VAL
4659 case "x$ac_cv_prog_cc_c89" in
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4662 $as_echo "none needed" >&6; } ;;
4663 xno)
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4665 $as_echo "unsupported" >&6; } ;;
4667 CC="$CC $ac_cv_prog_cc_c89"
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4669 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4670 esac
4671 if test "x$ac_cv_prog_cc_c89" != xno; then :
4675 ac_ext=c
4676 ac_cpp='$CPP $CPPFLAGS'
4677 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4678 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4679 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4681 ac_ext=cpp
4682 ac_cpp='$CXXCPP $CPPFLAGS'
4683 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4684 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4685 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4686 if test -z "$CXX"; then
4687 if test -n "$CCC"; then
4688 CXX=$CCC
4689 else
4690 if test -n "$ac_tool_prefix"; then
4691 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4693 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4694 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4696 $as_echo_n "checking for $ac_word... " >&6; }
4697 if test "${ac_cv_prog_CXX+set}" = set; then :
4698 $as_echo_n "(cached) " >&6
4699 else
4700 if test -n "$CXX"; then
4701 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4702 else
4703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4704 for as_dir in $PATH
4706 IFS=$as_save_IFS
4707 test -z "$as_dir" && as_dir=.
4708 for ac_exec_ext in '' $ac_executable_extensions; do
4709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4710 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4712 break 2
4714 done
4715 done
4716 IFS=$as_save_IFS
4720 CXX=$ac_cv_prog_CXX
4721 if test -n "$CXX"; then
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4723 $as_echo "$CXX" >&6; }
4724 else
4725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4726 $as_echo "no" >&6; }
4730 test -n "$CXX" && break
4731 done
4733 if test -z "$CXX"; then
4734 ac_ct_CXX=$CXX
4735 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4737 # Extract the first word of "$ac_prog", so it can be a program name with args.
4738 set dummy $ac_prog; ac_word=$2
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4740 $as_echo_n "checking for $ac_word... " >&6; }
4741 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4742 $as_echo_n "(cached) " >&6
4743 else
4744 if test -n "$ac_ct_CXX"; then
4745 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4746 else
4747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4748 for as_dir in $PATH
4750 IFS=$as_save_IFS
4751 test -z "$as_dir" && as_dir=.
4752 for ac_exec_ext in '' $ac_executable_extensions; do
4753 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4754 ac_cv_prog_ac_ct_CXX="$ac_prog"
4755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4756 break 2
4758 done
4759 done
4760 IFS=$as_save_IFS
4764 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4765 if test -n "$ac_ct_CXX"; then
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4767 $as_echo "$ac_ct_CXX" >&6; }
4768 else
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4770 $as_echo "no" >&6; }
4774 test -n "$ac_ct_CXX" && break
4775 done
4777 if test "x$ac_ct_CXX" = x; then
4778 CXX="g++"
4779 else
4780 case $cross_compiling:$ac_tool_warned in
4781 yes:)
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4783 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4784 ac_tool_warned=yes ;;
4785 esac
4786 CXX=$ac_ct_CXX
4792 # Provide some information about the compiler.
4793 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4794 set X $ac_compile
4795 ac_compiler=$2
4796 for ac_option in --version -v -V -qversion; do
4797 { { ac_try="$ac_compiler $ac_option >&5"
4798 case "(($ac_try" in
4799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4800 *) ac_try_echo=$ac_try;;
4801 esac
4802 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4803 $as_echo "$ac_try_echo"; } >&5
4804 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4805 ac_status=$?
4806 if test -s conftest.err; then
4807 sed '10a\
4808 ... rest of stderr output deleted ...
4809 10q' conftest.err >conftest.er1
4810 cat conftest.er1 >&5
4811 rm -f conftest.er1 conftest.err
4813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4814 test $ac_status = 0; }
4815 done
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4818 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4819 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4820 $as_echo_n "(cached) " >&6
4821 else
4822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4823 /* end confdefs.h. */
4826 main ()
4828 #ifndef __GNUC__
4829 choke me
4830 #endif
4833 return 0;
4835 _ACEOF
4836 if ac_fn_cxx_try_compile "$LINENO"; then :
4837 ac_compiler_gnu=yes
4838 else
4839 ac_compiler_gnu=no
4841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4842 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4846 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4847 if test $ac_compiler_gnu = yes; then
4848 GXX=yes
4849 else
4850 GXX=
4852 ac_test_CXXFLAGS=${CXXFLAGS+set}
4853 ac_save_CXXFLAGS=$CXXFLAGS
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4855 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4856 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4857 $as_echo_n "(cached) " >&6
4858 else
4859 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4860 ac_cxx_werror_flag=yes
4861 ac_cv_prog_cxx_g=no
4862 CXXFLAGS="-g"
4863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4864 /* end confdefs.h. */
4867 main ()
4871 return 0;
4873 _ACEOF
4874 if ac_fn_cxx_try_compile "$LINENO"; then :
4875 ac_cv_prog_cxx_g=yes
4876 else
4877 CXXFLAGS=""
4878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4879 /* end confdefs.h. */
4882 main ()
4886 return 0;
4888 _ACEOF
4889 if ac_fn_cxx_try_compile "$LINENO"; then :
4891 else
4892 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4893 CXXFLAGS="-g"
4894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4895 /* end confdefs.h. */
4898 main ()
4902 return 0;
4904 _ACEOF
4905 if ac_fn_cxx_try_compile "$LINENO"; then :
4906 ac_cv_prog_cxx_g=yes
4908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4913 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4916 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4917 if test "$ac_test_CXXFLAGS" = set; then
4918 CXXFLAGS=$ac_save_CXXFLAGS
4919 elif test $ac_cv_prog_cxx_g = yes; then
4920 if test "$GXX" = yes; then
4921 CXXFLAGS="-g -O2"
4922 else
4923 CXXFLAGS="-g"
4925 else
4926 if test "$GXX" = yes; then
4927 CXXFLAGS="-O2"
4928 else
4929 CXXFLAGS=
4932 ac_ext=c
4933 ac_cpp='$CPP $CPPFLAGS'
4934 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4935 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4936 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4939 # We must set the default linker to the linker used by gcc for the correct
4940 # operation of libtool. If LD is not defined and we are using gcc, try to
4941 # set the LD default to the ld used by gcc.
4942 if test -z "$LD"; then
4943 if test "$GCC" = yes; then
4944 case $build in
4945 *-*-mingw*)
4946 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4948 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4949 esac
4950 case $gcc_prog_ld in
4951 # Accept absolute paths.
4952 [\\/]* | [A-Za-z]:[\\/]*)
4953 LD="$gcc_prog_ld" ;;
4954 esac
4958 # Check whether -static-libstdc++ -static-libgcc is supported.
4959 have_static_libs=no
4960 if test "$GCC" = yes; then
4961 saved_LDFLAGS="$LDFLAGS"
4963 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4965 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4966 ac_ext=cpp
4967 ac_cpp='$CXXCPP $CPPFLAGS'
4968 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4969 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4970 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4974 /* end confdefs.h. */
4976 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4977 #error -static-libstdc++ not implemented
4978 #endif
4979 int main() {}
4980 _ACEOF
4981 if ac_fn_cxx_try_link "$LINENO"; then :
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4983 $as_echo "yes" >&6; }; have_static_libs=yes
4984 else
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4986 $as_echo "no" >&6; }
4988 rm -f core conftest.err conftest.$ac_objext \
4989 conftest$ac_exeext conftest.$ac_ext
4990 ac_ext=c
4991 ac_cpp='$CPP $CPPFLAGS'
4992 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4993 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4994 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4997 LDFLAGS="$saved_LDFLAGS"
5003 if test -n "$ac_tool_prefix"; then
5004 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5005 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5007 $as_echo_n "checking for $ac_word... " >&6; }
5008 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5009 $as_echo_n "(cached) " >&6
5010 else
5011 if test -n "$GNATBIND"; then
5012 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5013 else
5014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5015 for as_dir in $PATH
5017 IFS=$as_save_IFS
5018 test -z "$as_dir" && as_dir=.
5019 for ac_exec_ext in '' $ac_executable_extensions; do
5020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5021 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5023 break 2
5025 done
5026 done
5027 IFS=$as_save_IFS
5031 GNATBIND=$ac_cv_prog_GNATBIND
5032 if test -n "$GNATBIND"; then
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5034 $as_echo "$GNATBIND" >&6; }
5035 else
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5037 $as_echo "no" >&6; }
5042 if test -z "$ac_cv_prog_GNATBIND"; then
5043 ac_ct_GNATBIND=$GNATBIND
5044 # Extract the first word of "gnatbind", so it can be a program name with args.
5045 set dummy gnatbind; ac_word=$2
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5047 $as_echo_n "checking for $ac_word... " >&6; }
5048 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5049 $as_echo_n "(cached) " >&6
5050 else
5051 if test -n "$ac_ct_GNATBIND"; then
5052 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
5053 else
5054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5055 for as_dir in $PATH
5057 IFS=$as_save_IFS
5058 test -z "$as_dir" && as_dir=.
5059 for ac_exec_ext in '' $ac_executable_extensions; do
5060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5061 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5063 break 2
5065 done
5066 done
5067 IFS=$as_save_IFS
5071 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5072 if test -n "$ac_ct_GNATBIND"; then
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5074 $as_echo "$ac_ct_GNATBIND" >&6; }
5075 else
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5077 $as_echo "no" >&6; }
5080 if test "x$ac_ct_GNATBIND" = x; then
5081 GNATBIND="no"
5082 else
5083 case $cross_compiling:$ac_tool_warned in
5084 yes:)
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5086 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5087 ac_tool_warned=yes ;;
5088 esac
5089 GNATBIND=$ac_ct_GNATBIND
5091 else
5092 GNATBIND="$ac_cv_prog_GNATBIND"
5095 if test -n "$ac_tool_prefix"; then
5096 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5097 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5099 $as_echo_n "checking for $ac_word... " >&6; }
5100 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5101 $as_echo_n "(cached) " >&6
5102 else
5103 if test -n "$GNATMAKE"; then
5104 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5105 else
5106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5107 for as_dir in $PATH
5109 IFS=$as_save_IFS
5110 test -z "$as_dir" && as_dir=.
5111 for ac_exec_ext in '' $ac_executable_extensions; do
5112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5113 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5115 break 2
5117 done
5118 done
5119 IFS=$as_save_IFS
5123 GNATMAKE=$ac_cv_prog_GNATMAKE
5124 if test -n "$GNATMAKE"; then
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5126 $as_echo "$GNATMAKE" >&6; }
5127 else
5128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5129 $as_echo "no" >&6; }
5134 if test -z "$ac_cv_prog_GNATMAKE"; then
5135 ac_ct_GNATMAKE=$GNATMAKE
5136 # Extract the first word of "gnatmake", so it can be a program name with args.
5137 set dummy gnatmake; ac_word=$2
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5139 $as_echo_n "checking for $ac_word... " >&6; }
5140 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5141 $as_echo_n "(cached) " >&6
5142 else
5143 if test -n "$ac_ct_GNATMAKE"; then
5144 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5145 else
5146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5147 for as_dir in $PATH
5149 IFS=$as_save_IFS
5150 test -z "$as_dir" && as_dir=.
5151 for ac_exec_ext in '' $ac_executable_extensions; do
5152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5153 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5155 break 2
5157 done
5158 done
5159 IFS=$as_save_IFS
5163 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5164 if test -n "$ac_ct_GNATMAKE"; then
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5166 $as_echo "$ac_ct_GNATMAKE" >&6; }
5167 else
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5169 $as_echo "no" >&6; }
5172 if test "x$ac_ct_GNATMAKE" = x; then
5173 GNATMAKE="no"
5174 else
5175 case $cross_compiling:$ac_tool_warned in
5176 yes:)
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5178 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5179 ac_tool_warned=yes ;;
5180 esac
5181 GNATMAKE=$ac_ct_GNATMAKE
5183 else
5184 GNATMAKE="$ac_cv_prog_GNATMAKE"
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5188 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5189 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5190 $as_echo_n "(cached) " >&6
5191 else
5192 cat >conftest.adb <<EOF
5193 procedure conftest is begin null; end conftest;
5195 acx_cv_cc_gcc_supports_ada=no
5196 # There is a bug in old released versions of GCC which causes the
5197 # driver to exit successfully when the appropriate language module
5198 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5199 # Therefore we must check for the error message as well as an
5200 # unsuccessful exit.
5201 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5202 # given a .adb file, but produce no object file. So we must check
5203 # if an object file was really produced to guard against this.
5204 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5205 if test x"$errors" = x && test -f conftest.$ac_objext; then
5206 acx_cv_cc_gcc_supports_ada=yes
5208 rm -f conftest.*
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5211 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5213 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5214 have_gnat=yes
5215 else
5216 have_gnat=no
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5220 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5221 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5222 $as_echo_n "(cached) " >&6
5223 else
5224 echo abfoo >t1
5225 echo cdfoo >t2
5226 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5227 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5228 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5230 else
5231 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5234 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5235 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5237 else
5238 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5241 rm t1 t2
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5245 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5246 do_compare="$gcc_cv_prog_cmp_skip"
5250 # Check whether --enable-bootstrap was given.
5251 if test "${enable_bootstrap+set}" = set; then :
5252 enableval=$enable_bootstrap;
5253 else
5254 enable_bootstrap=default
5258 # Issue errors and warnings for invalid/strange bootstrap combinations.
5259 if test -r $srcdir/gcc/configure; then
5260 have_compiler=yes
5261 else
5262 have_compiler=no
5265 case "$have_compiler:$host:$target:$enable_bootstrap" in
5266 *:*:*:no) ;;
5268 # Default behavior. Enable bootstrap if we have a compiler
5269 # and we are in a native configuration.
5270 yes:$build:$build:default)
5271 enable_bootstrap=yes ;;
5273 *:*:*:default)
5274 enable_bootstrap=no ;;
5276 # We have a compiler and we are in a native configuration, bootstrap is ok
5277 yes:$build:$build:yes)
5280 # Other configurations, but we have a compiler. Assume the user knows
5281 # what he's doing.
5282 yes:*:*:yes)
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5284 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5287 # No compiler: if they passed --enable-bootstrap explicitly, fail
5288 no:*:*:yes)
5289 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5291 # Fail if wrong command line
5293 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5295 esac
5297 # Used for setting $lt_cv_objdir
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5299 $as_echo_n "checking for objdir... " >&6; }
5300 if test "${lt_cv_objdir+set}" = set; then :
5301 $as_echo_n "(cached) " >&6
5302 else
5303 rm -f .libs 2>/dev/null
5304 mkdir .libs 2>/dev/null
5305 if test -d .libs; then
5306 lt_cv_objdir=.libs
5307 else
5308 # MS-DOS does not allow filenames that begin with a dot.
5309 lt_cv_objdir=_libs
5311 rmdir .libs 2>/dev/null
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5314 $as_echo "$lt_cv_objdir" >&6; }
5315 objdir=$lt_cv_objdir
5321 cat >>confdefs.h <<_ACEOF
5322 #define LT_OBJDIR "$lt_cv_objdir/"
5323 _ACEOF
5327 # Check for GMP, MPFR and MPC
5328 gmplibs="-lmpc -lmpfr -lgmp"
5329 gmpinc=
5330 have_gmp=no
5332 # Specify a location for mpc
5333 # check for this first so it ends up on the link line before mpfr.
5335 # Check whether --with-mpc was given.
5336 if test "${with_mpc+set}" = set; then :
5337 withval=$with_mpc;
5341 # Check whether --with-mpc-include was given.
5342 if test "${with_mpc_include+set}" = set; then :
5343 withval=$with_mpc_include;
5347 # Check whether --with-mpc-lib was given.
5348 if test "${with_mpc_lib+set}" = set; then :
5349 withval=$with_mpc_lib;
5353 if test "x$with_mpc" != x; then
5354 gmplibs="-L$with_mpc/lib $gmplibs"
5355 gmpinc="-I$with_mpc/include $gmpinc"
5357 if test "x$with_mpc_include" != x; then
5358 gmpinc="-I$with_mpc_include $gmpinc"
5360 if test "x$with_mpc_lib" != x; then
5361 gmplibs="-L$with_mpc_lib $gmplibs"
5363 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5364 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5365 gmpinc='-I$$s/mpc/src '"$gmpinc"
5366 # Do not test the mpc version. Assume that it is sufficient, since
5367 # it is in the source tree, and the library has not been built yet
5368 # but it would be included on the link line in the version check below
5369 # hence making the test fail.
5370 have_gmp=yes
5373 # Specify a location for mpfr
5374 # check for this first so it ends up on the link line before gmp.
5376 # Check whether --with-mpfr-dir was given.
5377 if test "${with_mpfr_dir+set}" = set; then :
5378 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5379 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5384 # Check whether --with-mpfr was given.
5385 if test "${with_mpfr+set}" = set; then :
5386 withval=$with_mpfr;
5390 # Check whether --with-mpfr-include was given.
5391 if test "${with_mpfr_include+set}" = set; then :
5392 withval=$with_mpfr_include;
5396 # Check whether --with-mpfr-lib was given.
5397 if test "${with_mpfr_lib+set}" = set; then :
5398 withval=$with_mpfr_lib;
5402 if test "x$with_mpfr" != x; then
5403 gmplibs="-L$with_mpfr/lib $gmplibs"
5404 gmpinc="-I$with_mpfr/include $gmpinc"
5406 if test "x$with_mpfr_include" != x; then
5407 gmpinc="-I$with_mpfr_include $gmpinc"
5409 if test "x$with_mpfr_lib" != x; then
5410 gmplibs="-L$with_mpfr_lib $gmplibs"
5412 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5413 # MPFR v3.1.0 moved the sources into a src sub-directory.
5414 if test -d ${srcdir}/mpfr/src; then
5415 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5416 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5417 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5418 else
5419 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5420 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5421 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5423 # Do not test the mpfr version. Assume that it is sufficient, since
5424 # it is in the source tree, and the library has not been built yet
5425 # but it would be included on the link line in the version check below
5426 # hence making the test fail.
5427 have_gmp=yes
5430 # Specify a location for gmp
5432 # Check whether --with-gmp-dir was given.
5433 if test "${with_gmp_dir+set}" = set; then :
5434 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5435 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5440 # Check whether --with-gmp was given.
5441 if test "${with_gmp+set}" = set; then :
5442 withval=$with_gmp;
5446 # Check whether --with-gmp-include was given.
5447 if test "${with_gmp_include+set}" = set; then :
5448 withval=$with_gmp_include;
5452 # Check whether --with-gmp-lib was given.
5453 if test "${with_gmp_lib+set}" = set; then :
5454 withval=$with_gmp_lib;
5459 if test "x$with_gmp" != x; then
5460 gmplibs="-L$with_gmp/lib $gmplibs"
5461 gmpinc="-I$with_gmp/include $gmpinc"
5463 if test "x$with_gmp_include" != x; then
5464 gmpinc="-I$with_gmp_include $gmpinc"
5466 if test "x$with_gmp_lib" != x; then
5467 gmplibs="-L$with_gmp_lib $gmplibs"
5469 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5470 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5471 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5472 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5473 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5474 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5475 # Do not test the gmp version. Assume that it is sufficient, since
5476 # it is in the source tree, and the library has not been built yet
5477 # but it would be included on the link line in the version check below
5478 # hence making the test fail.
5479 have_gmp=yes
5482 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5483 have_gmp=yes
5484 saved_CFLAGS="$CFLAGS"
5485 CFLAGS="$CFLAGS $gmpinc"
5486 # Check for the recommended and required versions of GMP.
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5488 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5491 /* end confdefs.h. */
5492 #include "gmp.h"
5494 main ()
5497 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5498 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5499 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5500 choke me
5501 #endif
5504 return 0;
5506 _ACEOF
5507 if ac_fn_c_try_compile "$LINENO"; then :
5508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5509 /* end confdefs.h. */
5510 #include <gmp.h>
5512 main ()
5515 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5516 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5517 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5518 choke me
5519 #endif
5522 return 0;
5524 _ACEOF
5525 if ac_fn_c_try_compile "$LINENO"; then :
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5527 $as_echo "yes" >&6; }
5528 else
5529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5530 $as_echo "buggy but acceptable" >&6; }
5532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5533 else
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5535 $as_echo "no" >&6; }; have_gmp=no
5537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5539 # If we have GMP, check the MPFR version.
5540 if test x"$have_gmp" = xyes; then
5541 # Check for the recommended and required versions of MPFR.
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5543 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5545 /* end confdefs.h. */
5546 #include <gmp.h>
5547 #include <mpfr.h>
5549 main ()
5552 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5553 choke me
5554 #endif
5557 return 0;
5559 _ACEOF
5560 if ac_fn_c_try_compile "$LINENO"; then :
5561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5562 /* end confdefs.h. */
5563 #include <gmp.h>
5564 #include <mpfr.h>
5566 main ()
5569 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5570 choke me
5571 #endif
5574 return 0;
5576 _ACEOF
5577 if ac_fn_c_try_compile "$LINENO"; then :
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5579 $as_echo "yes" >&6; }
5580 else
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5582 $as_echo "buggy but acceptable" >&6; }
5584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5585 else
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5587 $as_echo "no" >&6; }; have_gmp=no
5589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5592 # Check for the MPC header version.
5593 if test x"$have_gmp" = xyes ; then
5594 # Check for the recommended and required versions of MPC.
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5596 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5598 /* end confdefs.h. */
5599 #include <mpc.h>
5601 main ()
5604 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5605 choke me
5606 #endif
5609 return 0;
5611 _ACEOF
5612 if ac_fn_c_try_compile "$LINENO"; then :
5613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5614 /* end confdefs.h. */
5615 #include <mpc.h>
5617 main ()
5620 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5621 choke me
5622 #endif
5625 return 0;
5627 _ACEOF
5628 if ac_fn_c_try_compile "$LINENO"; then :
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5630 $as_echo "yes" >&6; }
5631 else
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5633 $as_echo "buggy but acceptable" >&6; }
5635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5636 else
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5638 $as_echo "no" >&6; }; have_gmp=no
5640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5643 # Now check the MPFR library.
5644 if test x"$have_gmp" = xyes; then
5645 saved_LIBS="$LIBS"
5646 LIBS="$LIBS $gmplibs"
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5648 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5650 /* end confdefs.h. */
5651 #include <mpc.h>
5653 main ()
5656 mpfr_t n;
5657 mpfr_t x;
5658 mpc_t c;
5659 int t;
5660 mpfr_init (n);
5661 mpfr_init (x);
5662 mpfr_atan2 (n, n, x, GMP_RNDN);
5663 mpfr_erfc (n, x, GMP_RNDN);
5664 mpfr_subnormalize (x, t, GMP_RNDN);
5665 mpfr_clear(n);
5666 mpfr_clear(x);
5667 mpc_init2 (c, 53);
5668 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5669 mpc_cosh (c, c, MPC_RNDNN);
5670 mpc_pow (c, c, c, MPC_RNDNN);
5671 mpc_acosh (c, c, MPC_RNDNN);
5672 mpc_clear (c);
5675 return 0;
5677 _ACEOF
5678 if ac_fn_c_try_link "$LINENO"; then :
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5680 $as_echo "yes" >&6; }
5681 else
5682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5683 $as_echo "no" >&6; }; have_gmp=no
5685 rm -f core conftest.err conftest.$ac_objext \
5686 conftest$ac_exeext conftest.$ac_ext
5687 LIBS="$saved_LIBS"
5690 CFLAGS="$saved_CFLAGS"
5692 # The library versions listed in the error message below should match
5693 # the HARD-minimums enforced above.
5694 if test x$have_gmp != xyes; then
5695 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5696 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5697 their locations. Source code for these libraries can be found at
5698 their respective hosting sites as well as at
5699 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5700 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5701 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5702 make sure that you have installed both the libraries and the header
5703 files. They may be located in separate packages." "$LINENO" 5
5707 # Flags needed for both GMP, MPFR and/or MPC.
5715 # Allow host libstdc++ to be specified for static linking with PPL.
5717 # Check whether --with-host-libstdcxx was given.
5718 if test "${with_host_libstdcxx+set}" = set; then :
5719 withval=$with_host_libstdcxx;
5723 case $with_host_libstdcxx in
5724 no|yes)
5725 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5727 esac
5729 # Libraries to use for stage1 or when not bootstrapping.
5731 # Check whether --with-stage1-libs was given.
5732 if test "${with_stage1_libs+set}" = set; then :
5733 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5734 stage1_libs=
5735 else
5736 stage1_libs=$withval
5738 else
5739 stage1_libs=$with_host_libstdcxx
5744 # Linker flags to use for stage1 or when not bootstrapping.
5746 # Check whether --with-stage1-ldflags was given.
5747 if test "${with_stage1_ldflags+set}" = set; then :
5748 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5749 stage1_ldflags=
5750 else
5751 stage1_ldflags=$withval
5753 else
5754 stage1_ldflags=
5755 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5756 # if supported. But if the user explicitly specified the libraries to use,
5757 # trust that they are doing what they want.
5758 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5759 stage1_ldflags="-static-libstdc++ -static-libgcc"
5765 # Libraries to use for stage2 and later builds. This defaults to the
5766 # argument passed to --with-host-libstdcxx.
5768 # Check whether --with-boot-libs was given.
5769 if test "${with_boot_libs+set}" = set; then :
5770 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5771 poststage1_libs=
5772 else
5773 poststage1_libs=$withval
5775 else
5776 poststage1_libs=$with_host_libstdcxx
5781 # Linker flags to use for stage2 and later builds.
5783 # Check whether --with-boot-ldflags was given.
5784 if test "${with_boot_ldflags+set}" = set; then :
5785 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5786 poststage1_ldflags=
5787 else
5788 poststage1_ldflags=$withval
5790 else
5791 poststage1_ldflags=
5792 # In stages 2 and 3, default to linking libstdc++ and libgcc
5793 # statically. But if the user explicitly specified the libraries to
5794 # use, trust that they are doing what they want.
5795 if test "$poststage1_libs" = ""; then
5796 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5802 # GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5803 # Basic setup is inlined here, actual checks are in config/cloog.m4 and
5804 # config/isl.m4
5807 # Check whether --with-cloog was given.
5808 if test "${with_cloog+set}" = set; then :
5809 withval=$with_cloog;
5813 # Check whether --with-isl was given.
5814 if test "${with_isl+set}" = set; then :
5815 withval=$with_isl;
5819 # Treat either --without-cloog or --without-isl as a request to disable
5820 # GRAPHITE support and skip all following checks.
5821 if test "x$with_isl" != "xno" &&
5822 test "x$with_cloog" != "xno"; then
5823 # Check for ISL
5826 # Check whether --with-isl-include was given.
5827 if test "${with_isl_include+set}" = set; then :
5828 withval=$with_isl_include;
5832 # Check whether --with-isl-lib was given.
5833 if test "${with_isl_lib+set}" = set; then :
5834 withval=$with_isl_lib;
5838 # Check whether --enable-isl-version-check was given.
5839 if test "${enable_isl_version_check+set}" = set; then :
5840 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5841 else
5842 ENABLE_ISL_CHECK=yes
5846 # Initialize isllibs and islinc.
5847 case $with_isl in
5849 isllibs=
5850 islinc=
5852 "" | yes)
5855 isllibs="-L$with_isl/lib"
5856 islinc="-I$with_isl/include"
5858 esac
5859 if test "x${with_isl_include}" != x ; then
5860 islinc="-I$with_isl_include"
5862 if test "x${with_isl_lib}" != x; then
5863 isllibs="-L$with_isl_lib"
5865 if test "x${islinc}" = x && test "x${isllibs}" = x \
5866 && test -d ${srcdir}/isl; then
5867 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5868 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5869 ENABLE_ISL_CHECK=no
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5871 $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
5876 if test "${ENABLE_ISL_CHECK}" = yes ; then
5877 _isl_saved_CFLAGS=$CFLAGS
5878 _isl_saved_LDFLAGS=$LDFLAGS
5879 _isl_saved_LIBS=$LIBS
5881 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5882 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5883 LIBS="${_isl_saved_LIBS} -lisl"
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5886 $as_echo_n "checking for version 0.10 of ISL... " >&6; }
5887 if test "$cross_compiling" = yes; then :
5888 gcc_cv_isl=yes
5889 else
5890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5891 /* end confdefs.h. */
5892 #include <isl/version.h>
5893 #include <string.h>
5895 main ()
5897 if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5898 return 1;
5901 return 0;
5903 _ACEOF
5904 if ac_fn_c_try_run "$LINENO"; then :
5905 gcc_cv_isl=yes
5906 else
5907 gcc_cv_isl=no
5909 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5910 conftest.$ac_objext conftest.beam conftest.$ac_ext
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5914 $as_echo "$gcc_cv_isl" >&6; }
5916 CFLAGS=$_isl_saved_CFLAGS
5917 LDFLAGS=$_isl_saved_LDFLAGS
5918 LIBS=$_isl_saved_LIBS
5922 if test "${gcc_cv_isl}" = no ; then
5924 if test "${ENABLE_ISL_CHECK}" = yes ; then
5925 _isl_saved_CFLAGS=$CFLAGS
5926 _isl_saved_LDFLAGS=$LDFLAGS
5927 _isl_saved_LIBS=$LIBS
5929 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5930 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5931 LIBS="${_isl_saved_LIBS} -lisl"
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5934 $as_echo_n "checking for version 0.11 of ISL... " >&6; }
5935 if test "$cross_compiling" = yes; then :
5936 gcc_cv_isl=yes
5937 else
5938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5939 /* end confdefs.h. */
5940 #include <isl/version.h>
5941 #include <string.h>
5943 main ()
5945 if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5946 return 1;
5949 return 0;
5951 _ACEOF
5952 if ac_fn_c_try_run "$LINENO"; then :
5953 gcc_cv_isl=yes
5954 else
5955 gcc_cv_isl=no
5957 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5958 conftest.$ac_objext conftest.beam conftest.$ac_ext
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5962 $as_echo "$gcc_cv_isl" >&6; }
5964 CFLAGS=$_isl_saved_CFLAGS
5965 LDFLAGS=$_isl_saved_LDFLAGS
5966 LIBS=$_isl_saved_LIBS
5975 if test "x${with_isl}" = xno; then
5976 graphite_requested=no
5977 elif test "x${with_isl}" != x \
5978 || test "x${with_isl_include}" != x \
5979 || test "x${with_isl_lib}" != x ; then
5980 graphite_requested=yes
5981 else
5982 graphite_requested=no
5987 if test "${gcc_cv_isl}" = no ; then
5988 isllibs=
5989 islinc=
5992 if test "${graphite_requested}" = yes \
5993 && test "x${isllibs}" = x \
5994 && test "x${islinc}" = x ; then
5996 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6001 if test "x$gcc_cv_isl" != "xno"; then
6002 # Check for CLOOG
6005 # Check whether --with-cloog-include was given.
6006 if test "${with_cloog_include+set}" = set; then :
6007 withval=$with_cloog_include;
6011 # Check whether --with-cloog-lib was given.
6012 if test "${with_cloog_lib+set}" = set; then :
6013 withval=$with_cloog_lib;
6017 # Check whether --enable-cloog-version-check was given.
6018 if test "${enable_cloog_version_check+set}" = set; then :
6019 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
6020 else
6021 ENABLE_CLOOG_CHECK=yes
6025 # Initialize clooglibs and clooginc.
6026 case $with_cloog in
6028 clooglibs=
6029 clooginc=
6031 "" | yes)
6034 clooglibs="-L$with_cloog/lib"
6035 clooginc="-I$with_cloog/include"
6037 esac
6038 if test "x${with_cloog_include}" != x ; then
6039 clooginc="-I$with_cloog_include"
6041 if test "x${with_cloog_lib}" != x; then
6042 clooglibs="-L$with_cloog_lib"
6044 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
6045 && test -d ${srcdir}/cloog; then
6046 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6047 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
6048 ENABLE_CLOOG_CHECK=no
6049 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6050 $as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
6053 clooginc="-DCLOOG_INT_GMP ${clooginc}"
6054 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
6060 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6061 _cloog_saved_CFLAGS=$CFLAGS
6062 _cloog_saved_LDFLAGS=$LDFLAGS
6064 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6065 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
6068 $as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
6069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6070 /* end confdefs.h. */
6071 #include "cloog/version.h"
6073 main ()
6075 #if CLOOG_VERSION_MAJOR != 0 \
6076 || CLOOG_VERSION_MINOR != 17 \
6077 || CLOOG_VERSION_REVISION < 0
6078 choke me
6079 #endif
6081 return 0;
6083 _ACEOF
6084 if ac_fn_c_try_compile "$LINENO"; then :
6085 gcc_cv_cloog=yes
6086 else
6087 gcc_cv_cloog=no
6089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6091 $as_echo "$gcc_cv_cloog" >&6; }
6093 CFLAGS=$_cloog_saved_CFLAGS
6094 LDFLAGS=$_cloog_saved_LDFLAGS
6098 if test "${gcc_cv_cloog}" = no ; then
6102 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6103 _cloog_saved_CFLAGS=$CFLAGS
6104 _cloog_saved_LDFLAGS=$LDFLAGS
6106 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6107 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.0 of CLooG" >&5
6110 $as_echo_n "checking for version 0.18.0 of CLooG... " >&6; }
6111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6112 /* end confdefs.h. */
6113 #include "cloog/version.h"
6115 main ()
6117 #if CLOOG_VERSION_MAJOR != 0 \
6118 || CLOOG_VERSION_MINOR != 18 \
6119 || CLOOG_VERSION_REVISION < 0
6120 choke me
6121 #endif
6123 return 0;
6125 _ACEOF
6126 if ac_fn_c_try_compile "$LINENO"; then :
6127 gcc_cv_cloog=yes
6128 else
6129 gcc_cv_cloog=no
6131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6133 $as_echo "$gcc_cv_cloog" >&6; }
6135 CFLAGS=$_cloog_saved_CFLAGS
6136 LDFLAGS=$_cloog_saved_LDFLAGS
6146 if test "x${with_cloog}" = xno; then
6147 graphite_requested=no
6148 elif test "x${with_cloog}" != x \
6149 || test "x${with_cloog_include}" != x \
6150 || test "x${with_cloog_lib}" != x ; then
6151 graphite_requested=yes
6152 else
6153 graphite_requested=no
6158 if test "${gcc_cv_cloog}" = no ; then
6159 clooglibs=
6160 clooginc=
6163 if test "${graphite_requested}" = yes \
6164 && test "x${clooglibs}" = x \
6165 && test "x${clooginc}" = x ; then
6167 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6174 # If either the ISL or the CLooG check failed, disable builds of in-tree
6175 # variants of both
6176 if test "x$with_isl" = xno ||
6177 test "x$with_cloog" = xno ||
6178 test "x$gcc_cv_cloog" = xno ||
6179 test "x$gcc_cv_isl" = xno; then
6180 noconfigdirs="$noconfigdirs cloog isl"
6181 islinc=
6182 clooginc=
6183 clooglibs=
6191 # Check for LTO support.
6192 # Check whether --enable-lto was given.
6193 if test "${enable_lto+set}" = set; then :
6194 enableval=$enable_lto; enable_lto=$enableval
6195 else
6196 enable_lto=yes; default_enable_lto=yes
6203 target_elf=no
6204 case $target in
6205 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6206 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
6207 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6208 target_elf=no
6211 target_elf=yes
6213 esac
6215 if test $target_elf = yes; then :
6216 # ELF platforms build the lto-plugin always.
6217 build_lto_plugin=yes
6219 else
6220 if test x"$default_enable_lto" = x"yes" ; then
6221 case $target in
6222 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
6223 # On other non-ELF platforms, LTO has yet to be validated.
6224 *) enable_lto=no ;;
6225 esac
6226 else
6227 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6228 # It would also be nice to check the binutils support, but we don't
6229 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6230 # warn during gcc/ subconfigure; unless you're bootstrapping with
6231 # -flto it won't be needed until after installation anyway.
6232 case $target in
6233 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6234 *) if test x"$enable_lto" = x"yes"; then
6235 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6238 esac
6240 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6241 # Build it unless LTO was explicitly disabled.
6242 case $target in
6243 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6244 *) ;;
6245 esac
6251 # By default, C and C++ are the only stage 1 languages.
6252 stage1_languages=,c,
6254 # Target libraries that we bootstrap.
6255 bootstrap_target_libs=,target-libgcc,
6257 # Figure out what language subdirectories are present.
6258 # Look if the user specified --enable-languages="..."; if not, use
6259 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6260 # go away some day.
6261 # NB: embedded tabs in this IF block -- do not untabify
6262 if test -d ${srcdir}/gcc; then
6263 if test x"${enable_languages+set}" != xset; then
6264 if test x"${LANGUAGES+set}" = xset; then
6265 enable_languages="${LANGUAGES}"
6266 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6267 else
6268 enable_languages=all
6270 else
6271 if test x"${enable_languages}" = x ||
6272 test x"${enable_languages}" = xyes;
6273 then
6274 echo configure.in: --enable-languages needs at least one language argument 1>&2
6275 exit 1
6278 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6280 # 'f95' is the old name for the 'fortran' language. We issue a warning
6281 # and make the substitution.
6282 case ,${enable_languages}, in
6283 *,f95,*)
6284 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6285 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6287 esac
6289 # If bootstrapping, C++ must be enabled.
6290 case ",$enable_languages,:$enable_bootstrap" in
6291 *,c++,*:*) ;;
6292 *:yes)
6293 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6294 enable_languages="${enable_languages},c++"
6295 else
6296 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
6299 esac
6301 # First scan to see if an enabled language requires some other language.
6302 # We assume that a given config-lang.in will list all the language
6303 # front ends it requires, even if some are required indirectly.
6304 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6305 case ${lang_frag} in
6306 ..) ;;
6307 # The odd quoting in the next line works around
6308 # an apparent bug in bash 1.12 on linux.
6309 ${srcdir}/gcc/[*]/config-lang.in) ;;
6311 # From the config-lang.in, get $language, $lang_requires, and
6312 # $lang_requires_boot_languages.
6313 language=
6314 lang_requires=
6315 lang_requires_boot_languages=
6316 . ${lang_frag}
6317 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6318 case ,${enable_languages}, in
6319 *,$other,*) ;;
6320 *,all,*) ;;
6321 *,$language,*)
6322 echo " \`$other' language required by \`$language'; enabling" 1>&2
6323 enable_languages="${enable_languages},${other}"
6325 esac
6326 done
6327 for other in ${lang_requires_boot_languages} ; do
6328 if test "$other" != "c"; then
6329 case ,${enable_stage1_languages}, in
6330 *,$other,*) ;;
6331 *,all,*) ;;
6333 case ,${enable_languages}, in
6334 *,$language,*)
6335 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6336 enable_stage1_languages="$enable_stage1_languages,${other}"
6338 esac
6340 esac
6342 done
6344 esac
6345 done
6347 new_enable_languages=,c,
6349 # If LTO is enabled, add the LTO front end.
6350 extra_host_libiberty_configure_flags=
6351 if test "$enable_lto" = "yes" ; then
6352 case ,${enable_languages}, in
6353 *,lto,*) ;;
6354 *) enable_languages="${enable_languages},lto" ;;
6355 esac
6356 if test "${build_lto_plugin}" = "yes" ; then
6357 configdirs="$configdirs lto-plugin"
6358 extra_host_libiberty_configure_flags=--enable-shared
6363 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6364 potential_languages=,c,
6366 enabled_target_libs=
6367 disabled_target_libs=
6369 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6370 case ${lang_frag} in
6371 ..) ;;
6372 # The odd quoting in the next line works around
6373 # an apparent bug in bash 1.12 on linux.
6374 ${srcdir}/gcc/[*]/config-lang.in) ;;
6376 # From the config-lang.in, get $language, $target_libs,
6377 # $lang_dirs, $boot_language, and $build_by_default
6378 language=
6379 target_libs=
6380 lang_dirs=
6381 subdir_requires=
6382 boot_language=no
6383 build_by_default=yes
6384 . ${lang_frag}
6385 if test x${language} = x; then
6386 echo "${lang_frag} doesn't set \$language." 1>&2
6387 exit 1
6390 if test "$language" = "c++"; then
6391 boot_language=yes
6394 add_this_lang=no
6395 case ,${enable_languages}, in
6396 *,${language},*)
6397 # Language was explicitly selected; include it
6398 # unless it is C, which is enabled by default.
6399 if test "$language" != "c"; then
6400 add_this_lang=yes
6403 *,all,*)
6404 # 'all' was selected, select it if it is a default language
6405 if test "$language" != "c"; then
6406 add_this_lang=${build_by_default}
6409 esac
6411 # Disable languages that need other directories if these aren't available.
6412 for i in $subdir_requires; do
6413 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6414 case ,${enable_languages}, in
6415 *,${language},*)
6416 # Specifically requested language; tell them.
6417 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6420 # Silently disable.
6421 add_this_lang=unsupported
6423 esac
6424 done
6426 # Disable Ada if no preexisting GNAT is available.
6427 case ,${enable_languages},:${language}:${have_gnat} in
6428 *,${language},*:ada:no)
6429 # Specifically requested language; tell them.
6430 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6432 *:ada:no)
6433 # Silently disable.
6434 add_this_lang=unsupported
6436 esac
6438 # Disable a language that is unsupported by the target.
6439 case " $unsupported_languages " in
6440 *" $language "*)
6441 add_this_lang=unsupported
6443 esac
6445 case $add_this_lang in
6446 unsupported)
6447 # Remove language-dependent dirs.
6448 disabled_target_libs="$disabled_target_libs $target_libs"
6449 noconfigdirs="$noconfigdirs $lang_dirs"
6452 # Remove language-dependent dirs; still show language as supported.
6453 disabled_target_libs="$disabled_target_libs $target_libs"
6454 noconfigdirs="$noconfigdirs $lang_dirs"
6455 potential_languages="${potential_languages}${language},"
6457 yes)
6458 new_enable_languages="${new_enable_languages}${language},"
6459 potential_languages="${potential_languages}${language},"
6460 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6461 enabled_target_libs="$enabled_target_libs $target_libs"
6462 case "${boot_language}:,$enable_stage1_languages," in
6463 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6464 # Add to (comma-separated) list of stage 1 languages.
6465 case ",$stage1_languages," in
6466 *,$language,* | ,yes, | ,all,) ;;
6467 *) stage1_languages="${stage1_languages}${language}," ;;
6468 esac
6469 # We need to bootstrap any supporting libraries.
6470 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6472 esac
6474 esac
6476 esac
6477 done
6479 # Add target libraries which are only needed for disabled languages
6480 # to noconfigdirs.
6481 if test -n "$disabled_target_libs"; then
6482 for dir in $disabled_target_libs; do
6483 case " $enabled_target_libs " in
6484 *" ${dir} "*) ;;
6485 *) noconfigdirs="$noconfigdirs $dir" ;;
6486 esac
6487 done
6490 # Check whether --enable-stage1-languages was given.
6491 if test "${enable_stage1_languages+set}" = set; then :
6492 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6493 ,no,|,,)
6494 # Set it to something that will have no effect in the loop below
6495 enable_stage1_languages=c ;;
6496 ,yes,)
6497 enable_stage1_languages=`echo $new_enable_languages | \
6498 sed -e "s/^,//" -e "s/,$//" ` ;;
6499 *,all,*)
6500 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6501 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6502 esac
6504 # Add "good" languages from enable_stage1_languages to stage1_languages,
6505 # while "bad" languages go in missing_languages. Leave no duplicates.
6506 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6507 case $potential_languages in
6508 *,$i,*)
6509 case $stage1_languages in
6510 *,$i,*) ;;
6511 *) stage1_languages="$stage1_languages$i," ;;
6512 esac ;;
6514 case $missing_languages in
6515 *,$i,*) ;;
6516 *) missing_languages="$missing_languages$i," ;;
6517 esac ;;
6518 esac
6519 done
6523 # Remove leading/trailing commas that were added for simplicity
6524 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6525 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6526 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6527 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6529 if test "x$missing_languages" != x; then
6530 as_fn_error "
6531 The following requested languages could not be built: ${missing_languages}
6532 Supported languages are: ${potential_languages}" "$LINENO" 5
6534 if test "x$new_enable_languages" != "x$enable_languages"; then
6535 echo The following languages will be built: ${new_enable_languages}
6536 enable_languages="$new_enable_languages"
6540 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6543 # Handle --disable-<component> generically.
6544 for dir in $configdirs $build_configdirs $target_configdirs ; do
6545 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6546 varname=`echo $dirname | sed -e s/+/_/g`
6547 if eval test x\${enable_${varname}} "=" xno ; then
6548 noconfigdirs="$noconfigdirs $dir"
6550 done
6552 # Check for Boehm's garbage collector
6553 # Check whether --enable-objc-gc was given.
6554 if test "${enable_objc_gc+set}" = set; then :
6555 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6556 *,objc,*:*:yes:*target-boehm-gc*)
6557 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6559 esac
6563 # Make sure we only build Boehm's garbage collector if required.
6564 case ,${enable_languages},:${enable_objc_gc} in
6565 *,objc,*:yes)
6566 # Keep target-boehm-gc if requested for Objective-C.
6569 # Otherwise remove target-boehm-gc depending on target-libjava.
6570 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6571 noconfigdirs="$noconfigdirs target-boehm-gc"
6574 esac
6577 # Check whether --with-upc-pts was given.
6578 if test "${with_upc_pts+set}" = set; then :
6579 withval=$with_upc_pts;
6580 case ,${enable_languages}, in
6581 *,upc,)
6582 case "$withval" in
6583 struct|packed)
6584 true
6587 as_fn_error "$withval is an invalid option to --with-upc-pts" "$LINENO" 5
6589 esac
6592 as_fn_error "--with-upc-pts supplied, but UPC language not enabled" "$LINENO" 5
6594 esac
6599 # Disable libitm and libsanitizer if we're not building C++
6600 case ,${enable_languages}, in
6601 *,c++,*) ;;
6603 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
6605 esac
6607 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6608 # $build_configdirs and $target_configdirs.
6609 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6611 notsupp=""
6612 for dir in . $skipdirs $noconfigdirs ; do
6613 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6614 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6615 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6616 if test -r $srcdir/$dirname/configure ; then
6617 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6618 true
6619 else
6620 notsupp="$notsupp $dir"
6624 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6625 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6626 if test -r $srcdir/$dirname/configure ; then
6627 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6628 true
6629 else
6630 notsupp="$notsupp $dir"
6634 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6635 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6636 if test -r $srcdir/$dirname/configure ; then
6637 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6638 true
6639 else
6640 notsupp="$notsupp $dir"
6644 done
6646 # Quietly strip out all directories which aren't configurable in this tree.
6647 # This relies on all configurable subdirectories being autoconfiscated, which
6648 # is now the case.
6649 build_configdirs_all="$build_configdirs"
6650 build_configdirs=
6651 for i in ${build_configdirs_all} ; do
6652 j=`echo $i | sed -e s/build-//g`
6653 if test -f ${srcdir}/$j/configure ; then
6654 build_configdirs="${build_configdirs} $i"
6656 done
6658 configdirs_all="$configdirs"
6659 configdirs=
6660 for i in ${configdirs_all} ; do
6661 if test -f ${srcdir}/$i/configure ; then
6662 configdirs="${configdirs} $i"
6664 done
6666 target_configdirs_all="$target_configdirs"
6667 target_configdirs=
6668 for i in ${target_configdirs_all} ; do
6669 j=`echo $i | sed -e s/target-//g`
6670 if test -f ${srcdir}/$j/configure ; then
6671 target_configdirs="${target_configdirs} $i"
6673 done
6675 # Produce a warning message for the subdirs we can't configure.
6676 # This isn't especially interesting in the Cygnus tree, but in the individual
6677 # FSF releases, it's important to let people know when their machine isn't
6678 # supported by the one or two programs in a package.
6680 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6681 # If $appdirs is non-empty, at least one of those directories must still
6682 # be configured, or we error out. (E.g., if the gas release supports a
6683 # specified target in some subdirs but not the gas subdir, we shouldn't
6684 # pretend that all is well.)
6685 if test -n "$appdirs" ; then
6686 for dir in $appdirs ; do
6687 if test -r $dir/Makefile.in ; then
6688 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6689 appdirs=""
6690 break
6692 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6693 appdirs=""
6694 break
6697 done
6698 if test -n "$appdirs" ; then
6699 echo "*** This configuration is not supported by this package." 1>&2
6700 exit 1
6703 # Okay, some application will build, or we don't care to check. Still
6704 # notify of subdirs not getting built.
6705 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6706 echo " ${notsupp}" 1>&2
6707 echo " (Any other directories should still work fine.)" 1>&2
6710 case "$host" in
6711 *msdosdjgpp*)
6712 enable_gdbtk=no ;;
6713 esac
6715 # To find our prefix, in gcc_cv_tool_prefix.
6717 # The user is always right.
6718 if test "${PATH_SEPARATOR+set}" != set; then
6719 echo "#! /bin/sh" >conf$$.sh
6720 echo "exit 0" >>conf$$.sh
6721 chmod +x conf$$.sh
6722 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6723 PATH_SEPARATOR=';'
6724 else
6725 PATH_SEPARATOR=:
6727 rm -f conf$$.sh
6732 if test "x$exec_prefix" = xNONE; then
6733 if test "x$prefix" = xNONE; then
6734 gcc_cv_tool_prefix=$ac_default_prefix
6735 else
6736 gcc_cv_tool_prefix=$prefix
6738 else
6739 gcc_cv_tool_prefix=$exec_prefix
6742 # If there is no compiler in the tree, use the PATH only. In any
6743 # case, if there is no compiler in the tree nobody should use
6744 # AS_FOR_TARGET and LD_FOR_TARGET.
6745 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6746 gcc_version=`cat $srcdir/gcc/BASE-VER`
6747 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6748 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6749 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6750 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6751 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6752 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6753 else
6754 gcc_cv_tool_dirs=
6757 if test x$build = x$target && test -n "$md_exec_prefix"; then
6758 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6763 copy_dirs=
6766 # Check whether --with-build-sysroot was given.
6767 if test "${with_build_sysroot+set}" = set; then :
6768 withval=$with_build_sysroot; if test x"$withval" != x ; then
6769 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6771 else
6772 SYSROOT_CFLAGS_FOR_TARGET=
6778 # Check whether --with-debug-prefix-map was given.
6779 if test "${with_debug_prefix_map+set}" = set; then :
6780 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6781 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6782 for debug_map in $withval; do
6783 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6784 done
6786 else
6787 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6792 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6793 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6794 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6795 # We want to ensure that TARGET libraries (which we know are built with
6796 # gcc) are built with "-O2 -g", so include those options when setting
6797 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6798 if test "x$CFLAGS_FOR_TARGET" = x; then
6799 CFLAGS_FOR_TARGET=$CFLAGS
6800 case " $CFLAGS " in
6801 *" -O2 "*) ;;
6802 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6803 esac
6804 case " $CFLAGS " in
6805 *" -g "* | *" -g3 "*) ;;
6806 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6807 esac
6811 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6812 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6813 case " $CXXFLAGS " in
6814 *" -O2 "*) ;;
6815 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6816 esac
6817 case " $CXXFLAGS " in
6818 *" -g "* | *" -g3 "*) ;;
6819 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6820 esac
6826 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6827 # the named directory are copied to $(tooldir)/sys-include.
6828 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6829 if test x${is_cross_compiler} = xno ; then
6830 echo 1>&2 '***' --with-headers is only supported when cross compiling
6831 exit 1
6833 if test x"${with_headers}" != xyes ; then
6834 x=${gcc_cv_tool_prefix}
6835 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6839 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6840 # the name directories are copied to $(tooldir)/lib. Multiple directories
6841 # are permitted.
6842 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6843 if test x${is_cross_compiler} = xno ; then
6844 echo 1>&2 '***' --with-libs is only supported when cross compiling
6845 exit 1
6847 if test x"${with_libs}" != xyes ; then
6848 # Copy the libraries in reverse order, so that files in the first named
6849 # library override files in subsequent libraries.
6850 x=${gcc_cv_tool_prefix}
6851 for l in ${with_libs}; do
6852 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6853 done
6857 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6859 # This is done by determining whether or not the appropriate directory
6860 # is available, and by checking whether or not specific configurations
6861 # have requested that this magic not happen.
6863 # The command line options always override the explicit settings in
6864 # configure.in, and the settings in configure.in override this magic.
6866 # If the default for a toolchain is to use GNU as and ld, and you don't
6867 # want to do that, then you should use the --without-gnu-as and
6868 # --without-gnu-ld options for the configure script. Similarly, if
6869 # the default is to use the included zlib and you don't want to do that,
6870 # you should use the --with-system-zlib option for the configure script.
6872 if test x${use_gnu_as} = x &&
6873 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6874 with_gnu_as=yes
6875 extra_host_args="$extra_host_args --with-gnu-as"
6878 if test x${use_gnu_ld} = x &&
6879 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6880 with_gnu_ld=yes
6881 extra_host_args="$extra_host_args --with-gnu-ld"
6884 if test x${use_included_zlib} = x &&
6885 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6887 else
6888 with_system_zlib=yes
6889 extra_host_args="$extra_host_args --with-system-zlib"
6892 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6893 # can detect this case.
6895 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6896 with_newlib=yes
6897 extra_host_args="$extra_host_args --with-newlib"
6900 # Handle ${copy_dirs}
6901 set fnord ${copy_dirs}
6902 shift
6903 while test $# != 0 ; do
6904 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6906 else
6907 echo Copying $1 to $2
6909 # Use the install script to create the directory and all required
6910 # parent directories.
6911 if test -d $2 ; then
6913 else
6914 echo >config.temp
6915 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6918 # Copy the directory, assuming we have tar.
6919 # FIXME: Should we use B in the second tar? Not all systems support it.
6920 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6922 # It is the responsibility of the user to correctly adjust all
6923 # symlinks. If somebody can figure out how to handle them correctly
6924 # here, feel free to add the code.
6926 echo $1 > $2/COPIED
6928 shift; shift
6929 done
6931 # Determine a target-dependent exec_prefix that the installed
6932 # gcc will search in. Keep this list sorted by triplet, with
6933 # the *-*-osname triplets last.
6934 md_exec_prefix=
6935 case "${target}" in
6936 i[34567]86-pc-msdosdjgpp*)
6937 md_exec_prefix=/dev/env/DJDIR/bin
6939 *-*-hpux* | \
6940 *-*-nto-qnx* | \
6941 *-*-solaris2*)
6942 md_exec_prefix=/usr/ccs/bin
6944 esac
6946 extra_arflags_for_target=
6947 extra_nmflags_for_target=
6948 extra_ranlibflags_for_target=
6949 target_makefile_frag=/dev/null
6950 case "${target}" in
6951 spu-*-*)
6952 target_makefile_frag="config/mt-spu"
6954 mips*-sde-elf* | mips*-mti-elf*)
6955 target_makefile_frag="config/mt-sde"
6957 mipsisa*-*-elfoabi*)
6958 target_makefile_frag="config/mt-mips-elfoabi"
6960 mips*-*-*linux* | mips*-*-gnu*)
6961 target_makefile_frag="config/mt-mips-gnu"
6963 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6964 target_makefile_frag="config/mt-gnu"
6966 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6967 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6968 # commands to handle both 32-bit and 64-bit objects. These flags are
6969 # harmless if we're using GNU nm or ar.
6970 extra_arflags_for_target=" -X32_64"
6971 extra_nmflags_for_target=" -B -X32_64"
6973 esac
6975 alphaieee_frag=/dev/null
6976 case $target in
6977 alpha*-*-*)
6978 # This just makes sure to use the -mieee option to build target libs.
6979 # This should probably be set individually by each library.
6980 alphaieee_frag="config/mt-alphaieee"
6982 esac
6984 # If --enable-target-optspace always use -Os instead of -O2 to build
6985 # the target libraries, similarly if it is not specified, use -Os
6986 # on selected platforms.
6987 ospace_frag=/dev/null
6988 case "${enable_target_optspace}:${target}" in
6989 yes:*)
6990 ospace_frag="config/mt-ospace"
6992 :d30v-*)
6993 ospace_frag="config/mt-d30v"
6995 :m32r-* | :d10v-* | :fr30-*)
6996 ospace_frag="config/mt-ospace"
6998 no:* | :*)
7001 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7003 esac
7005 # Some systems (e.g., one of the i386-aix systems the gas testers are
7006 # using) don't handle "\$" correctly, so don't use it here.
7007 tooldir='${exec_prefix}'/${target_noncanonical}
7008 build_tooldir=${tooldir}
7010 # Create a .gdbinit file which runs the one in srcdir
7011 # and tells GDB to look there for source files.
7013 if test -r ${srcdir}/.gdbinit ; then
7014 case ${srcdir} in
7015 .) ;;
7016 *) cat > ./.gdbinit <<EOF
7017 # ${NO_EDIT}
7018 dir ${srcdir}
7019 dir .
7020 source ${srcdir}/.gdbinit
7023 esac
7026 # Make sure that the compiler is able to generate an executable. If it
7027 # can't, we are probably in trouble. We don't care whether we can run the
7028 # executable--we might be using a cross compiler--we only care whether it
7029 # can be created. At this point the main configure script has set CC.
7030 we_are_ok=no
7031 echo "int main () { return 0; }" > conftest.c
7032 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7033 if test $? = 0 ; then
7034 if test -s conftest || test -s conftest.exe ; then
7035 we_are_ok=yes
7038 case $we_are_ok in
7040 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7041 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7042 rm -f conftest*
7043 exit 1
7045 esac
7046 rm -f conftest*
7048 # Decide which environment variable is used to find dynamic libraries.
7049 case "${host}" in
7050 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
7051 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
7052 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
7053 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7054 esac
7056 # On systems where the dynamic library environment variable is PATH,
7057 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
7058 # built executables to PATH.
7059 if test "$RPATH_ENVVAR" = PATH; then
7060 GCC_SHLIB_SUBDIR=/shlib
7061 else
7062 GCC_SHLIB_SUBDIR=
7065 # Record target_configdirs and the configure arguments for target and
7066 # build configuration in Makefile.
7067 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7068 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7070 # If we are building libgomp, bootstrap it.
7071 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7072 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7075 # If we are building libsanitizer, bootstrap it.
7076 if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1 ; then
7077 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
7080 # Determine whether gdb needs tk/tcl or not.
7081 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7082 # and in that case we want gdb to be built without tk. Ugh!
7083 # In fact I believe gdb is the *only* package directly dependent on tk,
7084 # so we should be able to put the 'maybe's in unconditionally and
7085 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7086 # 100% sure that that's safe though.
7088 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7089 case "$enable_gdbtk" in
7091 GDB_TK="" ;;
7092 yes)
7093 GDB_TK="${gdb_tk}" ;;
7095 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7096 # distro. Eventually someone will fix this and move Insight, nee
7097 # gdbtk to a separate directory.
7098 if test -d ${srcdir}/gdb/gdbtk ; then
7099 GDB_TK="${gdb_tk}"
7100 else
7101 GDB_TK=""
7104 esac
7105 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7106 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7108 # Strip out unwanted targets.
7110 # While at that, we remove Makefiles if we were started for recursive
7111 # configuration, so that the top-level Makefile reconfigures them,
7112 # like we used to do when configure itself was recursive.
7114 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7115 # but now we're fixing up the Makefile ourselves with the additional
7116 # commands passed to AC_CONFIG_FILES. Use separate variables
7117 # extrasub-{build,host,target} not because there is any reason to split
7118 # the substitutions up that way, but only to remain below the limit of
7119 # 99 commands in a script, for HP-UX sed.
7120 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7122 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7123 yes:yes:*\ gold\ *:*,c++,*) ;;
7124 yes:yes:*\ gold\ *:*)
7125 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7127 esac
7129 # Adjust the toplevel makefile according to whether bootstrap was selected.
7130 case $enable_bootstrap in
7131 yes)
7132 bootstrap_suffix=bootstrap
7133 BUILD_CONFIG=bootstrap-debug
7136 bootstrap_suffix=no-bootstrap
7137 BUILD_CONFIG=
7139 esac
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7142 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7145 # Check whether --with-build-config was given.
7146 if test "${with_build_config+set}" = set; then :
7147 withval=$with_build_config; case $with_build_config in
7148 yes) with_build_config= ;;
7149 no) with_build_config= BUILD_CONFIG= ;;
7150 esac
7154 if test "x${with_build_config}" != x; then
7155 BUILD_CONFIG=$with_build_config
7156 else
7157 case $BUILD_CONFIG in
7158 bootstrap-debug)
7159 if echo "int f (void) { return 0; }" > conftest.c &&
7160 ${CC} -c conftest.c &&
7161 mv conftest.o conftest.o.g0 &&
7162 ${CC} -c -g conftest.c &&
7163 mv conftest.o conftest.o.g &&
7164 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7166 else
7167 BUILD_CONFIG=
7169 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7171 esac
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7174 $as_echo "$BUILD_CONFIG" >&6; }
7177 extrasub_build=
7178 for module in ${build_configdirs} ; do
7179 if test -z "${no_recursion}" \
7180 && test -f ${build_subdir}/${module}/Makefile; then
7181 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7182 rm -f ${build_subdir}/${module}/Makefile
7184 extrasub_build="$extrasub_build
7185 /^@if build-$module\$/d
7186 /^@endif build-$module\$/d
7187 /^@if build-$module-$bootstrap_suffix\$/d
7188 /^@endif build-$module-$bootstrap_suffix\$/d"
7189 done
7190 extrasub_host=
7191 for module in ${configdirs} ; do
7192 if test -z "${no_recursion}"; then
7193 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7194 if test -f ${file}; then
7195 echo 1>&2 "*** removing ${file} to force reconfigure"
7196 rm -f ${file}
7198 done
7200 extrasub_host="$extrasub_host
7201 /^@if $module\$/d
7202 /^@endif $module\$/d
7203 /^@if $module-$bootstrap_suffix\$/d
7204 /^@endif $module-$bootstrap_suffix\$/d"
7205 done
7206 extrasub_target=
7207 for module in ${target_configdirs} ; do
7208 if test -z "${no_recursion}" \
7209 && test -f ${target_subdir}/${module}/Makefile; then
7210 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7211 rm -f ${target_subdir}/${module}/Makefile
7214 # We only bootstrap target libraries listed in bootstrap_target_libs.
7215 case $bootstrap_target_libs in
7216 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7217 *) target_bootstrap_suffix=no-bootstrap ;;
7218 esac
7220 extrasub_target="$extrasub_target
7221 /^@if target-$module\$/d
7222 /^@endif target-$module\$/d
7223 /^@if target-$module-$target_bootstrap_suffix\$/d
7224 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7225 done
7227 # Do the final fixup along with target modules.
7228 extrasub_target="$extrasub_target
7229 /^@if /,/^@endif /d"
7231 # Create the serialization dependencies. This uses a temporary file.
7233 # Check whether --enable-serial-configure was given.
7234 if test "${enable_serial_configure+set}" = set; then :
7235 enableval=$enable_serial_configure;
7239 case ${enable_serial_configure} in
7240 yes)
7241 enable_serial_build_configure=yes
7242 enable_serial_host_configure=yes
7243 enable_serial_target_configure=yes
7245 esac
7247 # These force 'configure's to be done one at a time, to avoid problems
7248 # with contention over a shared config.cache.
7249 rm -f serdep.tmp
7250 echo '# serdep.tmp' > serdep.tmp
7251 olditem=
7252 test "x${enable_serial_build_configure}" = xyes &&
7253 for item in ${build_configdirs} ; do
7254 case ${olditem} in
7255 "") ;;
7256 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7257 esac
7258 olditem=${item}
7259 done
7260 olditem=
7261 test "x${enable_serial_host_configure}" = xyes &&
7262 for item in ${configdirs} ; do
7263 case ${olditem} in
7264 "") ;;
7265 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7266 esac
7267 olditem=${item}
7268 done
7269 olditem=
7270 test "x${enable_serial_target_configure}" = xyes &&
7271 for item in ${target_configdirs} ; do
7272 case ${olditem} in
7273 "") ;;
7274 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7275 esac
7276 olditem=${item}
7277 done
7278 serialization_dependencies=serdep.tmp
7281 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7282 # target, nonopt, and variable assignments. These are the ones we
7283 # might not want to pass down to subconfigures. The exception being
7284 # --cache-file=/dev/null, which is used to turn off the use of cache
7285 # files altogether, and which should be passed on to subconfigures.
7286 # Also strip program-prefix, program-suffix, and program-transform-name,
7287 # so that we can pass down a consistent program-transform-name.
7288 baseargs=
7289 tbaseargs=
7290 keep_next=no
7291 skip_next=no
7292 eval "set -- $ac_configure_args"
7293 for ac_arg
7295 if test X"$skip_next" = X"yes"; then
7296 skip_next=no
7297 continue
7299 if test X"$keep_next" = X"yes"; then
7300 case $ac_arg in
7301 *\'*)
7302 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7303 esac
7304 baseargs="$baseargs '$ac_arg'"
7305 tbaseargs="$tbaseargs '$ac_arg'"
7306 keep_next=no
7307 continue
7310 # Handle separated arguments. Based on the logic generated by
7311 # autoconf 2.59.
7312 case $ac_arg in
7313 *=* | --config-cache | -C | -disable-* | --disable-* \
7314 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7315 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7316 | -with-* | --with-* | -without-* | --without-* | --x)
7317 separate_arg=no
7320 separate_arg=yes
7323 separate_arg=no
7325 esac
7327 skip_targ=no
7328 case $ac_arg in
7330 --with-* | --without-*)
7331 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7333 case $libopt in
7334 *[-_]include)
7335 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7337 *[-_]lib)
7338 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7341 lib=$libopt
7343 esac
7346 case $lib in
7347 mpc | mpfr | gmp | cloog)
7348 # If we're processing --with-$lib, --with-$lib-include or
7349 # --with-$lib-lib, for one of the libs above, and target is
7350 # different from host, don't pass the current argument to any
7351 # target library's configure.
7352 if test x$is_cross_compiler = xyes; then
7353 skip_targ=yes
7356 esac
7358 esac
7360 case "$ac_arg" in
7361 --cache-file=/dev/null | \
7362 -cache-file=/dev/null )
7363 # Handled here to avoid the test to skip args below.
7364 baseargs="$baseargs '$ac_arg'"
7365 tbaseargs="$tbaseargs '$ac_arg'"
7366 # Assert: $separate_arg should always be no.
7367 keep_next=$separate_arg
7369 --no*)
7370 continue
7372 --c* | \
7373 --sr* | \
7374 --ho* | \
7375 --bu* | \
7376 --t* | \
7377 --program-* | \
7378 -cache_file* | \
7379 -srcdir* | \
7380 -host* | \
7381 -build* | \
7382 -target* | \
7383 -program-prefix* | \
7384 -program-suffix* | \
7385 -program-transform-name* )
7386 skip_next=$separate_arg
7387 continue
7390 # An option. Add it.
7391 case $ac_arg in
7392 *\'*)
7393 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7394 esac
7395 baseargs="$baseargs '$ac_arg'"
7396 if test X"$skip_targ" = Xno; then
7397 tbaseargs="$tbaseargs '$ac_arg'"
7399 keep_next=$separate_arg
7402 # Either a variable assignment, or a nonopt (triplet). Don't
7403 # pass it down; let the Makefile handle this.
7404 continue
7406 esac
7407 done
7408 # Remove the initial space we just introduced and, as these will be
7409 # expanded by make, quote '$'.
7410 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7412 # Add in --program-transform-name, after --program-prefix and
7413 # --program-suffix have been applied to it. Autoconf has already
7414 # doubled dollar signs and backslashes in program_transform_name; we want
7415 # the backslashes un-doubled, and then the entire thing wrapped in single
7416 # quotes, because this will be expanded first by make and then by the shell.
7417 # Also, because we want to override the logic in subdir configure scripts to
7418 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7419 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7420 ${program_transform_name}
7421 EOF_SED
7422 gcc_transform_name=`cat conftestsed.out`
7423 rm -f conftestsed.out
7424 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7425 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7426 if test "$silent" = yes; then
7427 baseargs="$baseargs --silent"
7428 tbaseargs="$tbaseargs --silent"
7430 baseargs="$baseargs --disable-option-checking"
7431 tbaseargs="$tbaseargs --disable-option-checking"
7433 # Record and document user additions to sub configure arguments.
7438 # For the build-side libraries, we just need to pretend we're native,
7439 # and not use the same cache file. Multilibs are neither needed nor
7440 # desired.
7441 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7443 # For host modules, accept cache file option, or specification as blank.
7444 case "${cache_file}" in
7445 "") # empty
7446 cache_file_option="" ;;
7447 /* | [A-Za-z]:[\\/]* ) # absolute path
7448 cache_file_option="--cache-file=${cache_file}" ;;
7449 *) # relative path
7450 cache_file_option="--cache-file=../${cache_file}" ;;
7451 esac
7453 # Host dirs don't like to share a cache file either, horribly enough.
7454 # This seems to be due to autoconf 2.5x stupidity.
7455 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7457 target_configargs="$target_configargs ${tbaseargs}"
7459 # Passing a --with-cross-host argument lets the target libraries know
7460 # whether they are being built with a cross-compiler or being built
7461 # native. However, it would be better to use other mechanisms to make the
7462 # sorts of decisions they want to make on this basis. Please consider
7463 # this option to be deprecated. FIXME.
7464 if test x${is_cross_compiler} = xyes ; then
7465 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7468 # Pass --with-sysroot on darwin without SDK in /
7469 case "${target}" in
7470 x86_64-*-darwin1[3-9]*)
7471 host_configargs="--with-sysroot=\"`xcrun --show-sdk-path`\" ${host_configargs}"
7473 esac
7475 # Default to --enable-multilib.
7476 if test x${enable_multilib} = x ; then
7477 target_configargs="--enable-multilib ${target_configargs}"
7480 # Pass --with-newlib if appropriate. Note that target_configdirs has
7481 # changed from the earlier setting of with_newlib.
7482 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7483 target_configargs="--with-newlib ${target_configargs}"
7486 # Different target subdirs use different values of certain variables
7487 # (notably CXX). Worse, multilibs use *lots* of different values.
7488 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7489 # it doesn't automatically accept command-line overrides of them.
7490 # This means it's not safe for target subdirs to share a cache file,
7491 # which is disgusting, but there you have it. Hopefully this can be
7492 # fixed in future. It's still worthwhile to use a cache file for each
7493 # directory. I think.
7495 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7496 # We need to pass --target, as newer autoconf's requires consistency
7497 # for target_alias and gcc doesn't manage it consistently.
7498 target_configargs="--cache-file=./config.cache ${target_configargs}"
7500 FLAGS_FOR_TARGET=
7501 case " $target_configdirs " in
7502 *" newlib "*)
7503 case " $target_configargs " in
7504 *" --with-newlib "*)
7505 case "$target" in
7506 *-cygwin*)
7507 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7509 esac
7511 # If we're not building GCC, don't discard standard headers.
7512 if test -d ${srcdir}/gcc; then
7513 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7515 if test "${build}" != "${host}"; then
7516 # On Canadian crosses, CC_FOR_TARGET will have already been set
7517 # by `configure', so we won't have an opportunity to add -Bgcc/
7518 # to it. This is right: we don't want to search that directory
7519 # for binaries, but we want the header files in there, so add
7520 # them explicitly.
7521 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7523 # Someone might think of using the pre-installed headers on
7524 # Canadian crosses, in case the installed compiler is not fully
7525 # compatible with the compiler being built. In this case, it
7526 # would be better to flag an error than risking having
7527 # incompatible object files being constructed. We can't
7528 # guarantee that an error will be flagged, but let's hope the
7529 # compiler will do it, when presented with incompatible header
7530 # files.
7534 case "${target}-${is_cross_compiler}" in
7535 i[3456789]86-*-linux*-no)
7536 # Here host == target, so we don't need to build gcc,
7537 # so we don't want to discard standard headers.
7538 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7541 # If we're building newlib, use its generic headers last, but search
7542 # for any libc-related directories first (so make it the last -B
7543 # switch).
7544 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7546 # If we're building libgloss, find the startup file, simulator library
7547 # and linker script.
7548 case " $target_configdirs " in
7549 *" libgloss "*)
7550 # Look for startup file, simulator library and maybe linker script.
7551 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7552 # Look for libnosys.a in case the target needs it.
7553 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7554 # Most targets have the linker script in the source directory.
7555 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7557 esac
7559 esac
7561 esac
7563 esac
7565 case "$target" in
7566 x86_64-*mingw* | *-w64-mingw*)
7567 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7568 # however, use a symlink named 'mingw' in ${prefix} .
7569 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7571 *-mingw*)
7572 # MinGW can't be handled as Cygwin above since it does not use newlib.
7573 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'
7575 esac
7577 # Allow the user to override the flags for
7578 # our build compiler if desired.
7579 if test x"${build}" = x"${host}" ; then
7580 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7581 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7582 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7585 # On Canadian crosses, we'll be searching the right directories for
7586 # the previously-installed cross compiler, so don't bother to add
7587 # flags for directories within the install tree of the compiler
7588 # being built; programs in there won't even run.
7589 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7590 # Search for pre-installed headers if nothing else fits.
7591 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7594 if test "x${use_gnu_ld}" = x &&
7595 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7596 # Arrange for us to find uninstalled linker scripts.
7597 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7600 # Search for other target-specific linker scripts and such.
7601 case "${target}" in
7602 mep*)
7603 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7605 esac
7607 # UPC linker script check
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UPC link script support" >&5
7609 $as_echo_n "checking for UPC link script support... " >&6; }
7610 # Check whether --enable-upc-link-script was given.
7611 if test "${enable_upc_link_script+set}" = set; then :
7612 enableval=$enable_upc_link_script;
7613 case $enableval in
7614 yes | no) ;;
7616 as_fn_error "--enable-upc-link-script accepts only yes or no." "$LINENO" 5
7618 esac
7620 else
7622 if test x${use_gnu_ld} != xno ; then
7623 case "$target" in
7624 # disable linker script for Apple Mac OS X
7625 *-*-darwin*)
7626 enable_upc_link_script=no
7629 enable_upc_link_script=yes
7631 esac
7632 else
7633 enable_upc_link_script=no
7635 if test "$enable_upc_link_script" = yes; then
7636 target_configargs="${target_configargs} --enable-upc-link-script"
7637 host_configargs="${host_configargs} --enable-upc-link-script"
7642 if test "$enable_upc_link_script" = yes; then
7643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7644 $as_echo "yes" >&6; };
7645 else
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7647 $as_echo "no" >&6; };
7651 # Makefile fragments.
7652 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7654 eval fragval=\$$frag
7655 if test $fragval != /dev/null; then
7656 eval $frag=${srcdir}/$fragval
7658 done
7664 # Miscellanea: directories, flags, etc.
7673 # Build module lists & subconfigure args.
7677 # Host module lists & subconfigure args.
7682 # Target module lists & subconfigure args.
7686 # Build tools.
7705 # Generate default definitions for YACC, M4, LEX and other programs that run
7706 # on the build machine. These are used if the Makefile can't locate these
7707 # programs in objdir.
7708 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7710 for ac_prog in 'bison -y' byacc yacc
7712 # Extract the first word of "$ac_prog", so it can be a program name with args.
7713 set dummy $ac_prog; ac_word=$2
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7715 $as_echo_n "checking for $ac_word... " >&6; }
7716 if test "${ac_cv_prog_YACC+set}" = set; then :
7717 $as_echo_n "(cached) " >&6
7718 else
7719 if test -n "$YACC"; then
7720 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7721 else
7722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7723 for as_dir in $PATH
7725 IFS=$as_save_IFS
7726 test -z "$as_dir" && as_dir=.
7727 for ac_exec_ext in '' $ac_executable_extensions; do
7728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7729 ac_cv_prog_YACC="$ac_prog"
7730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7731 break 2
7733 done
7734 done
7735 IFS=$as_save_IFS
7739 YACC=$ac_cv_prog_YACC
7740 if test -n "$YACC"; then
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7742 $as_echo "$YACC" >&6; }
7743 else
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7745 $as_echo "no" >&6; }
7749 test -n "$YACC" && break
7750 done
7751 test -n "$YACC" || YACC="$MISSING bison -y"
7753 case " $build_configdirs " in
7754 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7755 esac
7757 for ac_prog in bison
7759 # Extract the first word of "$ac_prog", so it can be a program name with args.
7760 set dummy $ac_prog; ac_word=$2
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7762 $as_echo_n "checking for $ac_word... " >&6; }
7763 if test "${ac_cv_prog_BISON+set}" = set; then :
7764 $as_echo_n "(cached) " >&6
7765 else
7766 if test -n "$BISON"; then
7767 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7768 else
7769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7770 for as_dir in $PATH
7772 IFS=$as_save_IFS
7773 test -z "$as_dir" && as_dir=.
7774 for ac_exec_ext in '' $ac_executable_extensions; do
7775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7776 ac_cv_prog_BISON="$ac_prog"
7777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7778 break 2
7780 done
7781 done
7782 IFS=$as_save_IFS
7786 BISON=$ac_cv_prog_BISON
7787 if test -n "$BISON"; then
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7789 $as_echo "$BISON" >&6; }
7790 else
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7792 $as_echo "no" >&6; }
7796 test -n "$BISON" && break
7797 done
7798 test -n "$BISON" || BISON="$MISSING bison"
7800 case " $build_configdirs " in
7801 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7802 esac
7804 for ac_prog in gm4 gnum4 m4
7806 # Extract the first word of "$ac_prog", so it can be a program name with args.
7807 set dummy $ac_prog; ac_word=$2
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7809 $as_echo_n "checking for $ac_word... " >&6; }
7810 if test "${ac_cv_prog_M4+set}" = set; then :
7811 $as_echo_n "(cached) " >&6
7812 else
7813 if test -n "$M4"; then
7814 ac_cv_prog_M4="$M4" # Let the user override the test.
7815 else
7816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7817 for as_dir in $PATH
7819 IFS=$as_save_IFS
7820 test -z "$as_dir" && as_dir=.
7821 for ac_exec_ext in '' $ac_executable_extensions; do
7822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7823 ac_cv_prog_M4="$ac_prog"
7824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7825 break 2
7827 done
7828 done
7829 IFS=$as_save_IFS
7833 M4=$ac_cv_prog_M4
7834 if test -n "$M4"; then
7835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7836 $as_echo "$M4" >&6; }
7837 else
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7839 $as_echo "no" >&6; }
7843 test -n "$M4" && break
7844 done
7845 test -n "$M4" || M4="$MISSING m4"
7847 case " $build_configdirs " in
7848 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7849 esac
7851 for ac_prog in flex lex
7853 # Extract the first word of "$ac_prog", so it can be a program name with args.
7854 set dummy $ac_prog; ac_word=$2
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7856 $as_echo_n "checking for $ac_word... " >&6; }
7857 if test "${ac_cv_prog_LEX+set}" = set; then :
7858 $as_echo_n "(cached) " >&6
7859 else
7860 if test -n "$LEX"; then
7861 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7862 else
7863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7864 for as_dir in $PATH
7866 IFS=$as_save_IFS
7867 test -z "$as_dir" && as_dir=.
7868 for ac_exec_ext in '' $ac_executable_extensions; do
7869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7870 ac_cv_prog_LEX="$ac_prog"
7871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7872 break 2
7874 done
7875 done
7876 IFS=$as_save_IFS
7880 LEX=$ac_cv_prog_LEX
7881 if test -n "$LEX"; then
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7883 $as_echo "$LEX" >&6; }
7884 else
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7886 $as_echo "no" >&6; }
7890 test -n "$LEX" && break
7891 done
7892 test -n "$LEX" || LEX="$MISSING flex"
7894 case " $build_configdirs " in
7895 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7896 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7897 esac
7899 for ac_prog in flex
7901 # Extract the first word of "$ac_prog", so it can be a program name with args.
7902 set dummy $ac_prog; ac_word=$2
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7904 $as_echo_n "checking for $ac_word... " >&6; }
7905 if test "${ac_cv_prog_FLEX+set}" = set; then :
7906 $as_echo_n "(cached) " >&6
7907 else
7908 if test -n "$FLEX"; then
7909 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7910 else
7911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7912 for as_dir in $PATH
7914 IFS=$as_save_IFS
7915 test -z "$as_dir" && as_dir=.
7916 for ac_exec_ext in '' $ac_executable_extensions; do
7917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7918 ac_cv_prog_FLEX="$ac_prog"
7919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7920 break 2
7922 done
7923 done
7924 IFS=$as_save_IFS
7928 FLEX=$ac_cv_prog_FLEX
7929 if test -n "$FLEX"; then
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7931 $as_echo "$FLEX" >&6; }
7932 else
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7934 $as_echo "no" >&6; }
7938 test -n "$FLEX" && break
7939 done
7940 test -n "$FLEX" || FLEX="$MISSING flex"
7942 case " $build_configdirs " in
7943 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7944 esac
7946 for ac_prog in makeinfo
7948 # Extract the first word of "$ac_prog", so it can be a program name with args.
7949 set dummy $ac_prog; ac_word=$2
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7951 $as_echo_n "checking for $ac_word... " >&6; }
7952 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7953 $as_echo_n "(cached) " >&6
7954 else
7955 if test -n "$MAKEINFO"; then
7956 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7957 else
7958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7959 for as_dir in $PATH
7961 IFS=$as_save_IFS
7962 test -z "$as_dir" && as_dir=.
7963 for ac_exec_ext in '' $ac_executable_extensions; do
7964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7965 ac_cv_prog_MAKEINFO="$ac_prog"
7966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7967 break 2
7969 done
7970 done
7971 IFS=$as_save_IFS
7975 MAKEINFO=$ac_cv_prog_MAKEINFO
7976 if test -n "$MAKEINFO"; then
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7978 $as_echo "$MAKEINFO" >&6; }
7979 else
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7981 $as_echo "no" >&6; }
7985 test -n "$MAKEINFO" && break
7986 done
7987 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7989 case " $build_configdirs " in
7990 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7993 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7994 # higher, else we use the "missing" dummy.
7995 if ${MAKEINFO} --version \
7996 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7998 else
7999 MAKEINFO="$MISSING makeinfo"
8003 esac
8005 # FIXME: expect and dejagnu may become build tools?
8007 for ac_prog in expect
8009 # Extract the first word of "$ac_prog", so it can be a program name with args.
8010 set dummy $ac_prog; ac_word=$2
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8012 $as_echo_n "checking for $ac_word... " >&6; }
8013 if test "${ac_cv_prog_EXPECT+set}" = set; then :
8014 $as_echo_n "(cached) " >&6
8015 else
8016 if test -n "$EXPECT"; then
8017 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8018 else
8019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8020 for as_dir in $PATH
8022 IFS=$as_save_IFS
8023 test -z "$as_dir" && as_dir=.
8024 for ac_exec_ext in '' $ac_executable_extensions; do
8025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8026 ac_cv_prog_EXPECT="$ac_prog"
8027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8028 break 2
8030 done
8031 done
8032 IFS=$as_save_IFS
8036 EXPECT=$ac_cv_prog_EXPECT
8037 if test -n "$EXPECT"; then
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8039 $as_echo "$EXPECT" >&6; }
8040 else
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8042 $as_echo "no" >&6; }
8046 test -n "$EXPECT" && break
8047 done
8048 test -n "$EXPECT" || EXPECT="expect"
8050 case " $configdirs " in
8051 *" expect "*)
8052 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8054 esac
8056 for ac_prog in runtest
8058 # Extract the first word of "$ac_prog", so it can be a program name with args.
8059 set dummy $ac_prog; ac_word=$2
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8061 $as_echo_n "checking for $ac_word... " >&6; }
8062 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8063 $as_echo_n "(cached) " >&6
8064 else
8065 if test -n "$RUNTEST"; then
8066 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8067 else
8068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8069 for as_dir in $PATH
8071 IFS=$as_save_IFS
8072 test -z "$as_dir" && as_dir=.
8073 for ac_exec_ext in '' $ac_executable_extensions; do
8074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8075 ac_cv_prog_RUNTEST="$ac_prog"
8076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8077 break 2
8079 done
8080 done
8081 IFS=$as_save_IFS
8085 RUNTEST=$ac_cv_prog_RUNTEST
8086 if test -n "$RUNTEST"; then
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8088 $as_echo "$RUNTEST" >&6; }
8089 else
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8091 $as_echo "no" >&6; }
8095 test -n "$RUNTEST" && break
8096 done
8097 test -n "$RUNTEST" || RUNTEST="runtest"
8099 case " $configdirs " in
8100 *" dejagnu "*)
8101 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8103 esac
8106 # Host tools.
8107 ncn_tool_prefix=
8108 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8109 ncn_target_tool_prefix=
8110 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8114 if test -n "$AR"; then
8115 ac_cv_prog_AR=$AR
8116 elif test -n "$ac_cv_prog_AR"; then
8117 AR=$ac_cv_prog_AR
8120 if test -n "$ac_cv_prog_AR"; then
8121 for ncn_progname in ar; do
8122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8123 set dummy ${ncn_progname}; ac_word=$2
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8125 $as_echo_n "checking for $ac_word... " >&6; }
8126 if test "${ac_cv_prog_AR+set}" = set; then :
8127 $as_echo_n "(cached) " >&6
8128 else
8129 if test -n "$AR"; then
8130 ac_cv_prog_AR="$AR" # Let the user override the test.
8131 else
8132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8133 for as_dir in $PATH
8135 IFS=$as_save_IFS
8136 test -z "$as_dir" && as_dir=.
8137 for ac_exec_ext in '' $ac_executable_extensions; do
8138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8139 ac_cv_prog_AR="${ncn_progname}"
8140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8141 break 2
8143 done
8144 done
8145 IFS=$as_save_IFS
8149 AR=$ac_cv_prog_AR
8150 if test -n "$AR"; then
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8152 $as_echo "$AR" >&6; }
8153 else
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8155 $as_echo "no" >&6; }
8159 done
8162 for ncn_progname in ar; do
8163 if test -n "$ncn_tool_prefix"; then
8164 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8165 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8167 $as_echo_n "checking for $ac_word... " >&6; }
8168 if test "${ac_cv_prog_AR+set}" = set; then :
8169 $as_echo_n "(cached) " >&6
8170 else
8171 if test -n "$AR"; then
8172 ac_cv_prog_AR="$AR" # Let the user override the test.
8173 else
8174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8175 for as_dir in $PATH
8177 IFS=$as_save_IFS
8178 test -z "$as_dir" && as_dir=.
8179 for ac_exec_ext in '' $ac_executable_extensions; do
8180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8181 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8183 break 2
8185 done
8186 done
8187 IFS=$as_save_IFS
8191 AR=$ac_cv_prog_AR
8192 if test -n "$AR"; then
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8194 $as_echo "$AR" >&6; }
8195 else
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8197 $as_echo "no" >&6; }
8202 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8203 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8204 set dummy ${ncn_progname}; ac_word=$2
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8206 $as_echo_n "checking for $ac_word... " >&6; }
8207 if test "${ac_cv_prog_AR+set}" = set; then :
8208 $as_echo_n "(cached) " >&6
8209 else
8210 if test -n "$AR"; then
8211 ac_cv_prog_AR="$AR" # Let the user override the test.
8212 else
8213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8214 for as_dir in $PATH
8216 IFS=$as_save_IFS
8217 test -z "$as_dir" && as_dir=.
8218 for ac_exec_ext in '' $ac_executable_extensions; do
8219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8220 ac_cv_prog_AR="${ncn_progname}"
8221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8222 break 2
8224 done
8225 done
8226 IFS=$as_save_IFS
8230 AR=$ac_cv_prog_AR
8231 if test -n "$AR"; then
8232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8233 $as_echo "$AR" >&6; }
8234 else
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8236 $as_echo "no" >&6; }
8241 test -n "$ac_cv_prog_AR" && break
8242 done
8244 if test -z "$ac_cv_prog_AR" ; then
8245 set dummy ar
8246 if test $build = $host ; then
8247 AR="$2"
8248 else
8249 AR="${ncn_tool_prefix}$2"
8255 if test -n "$AS"; then
8256 ac_cv_prog_AS=$AS
8257 elif test -n "$ac_cv_prog_AS"; then
8258 AS=$ac_cv_prog_AS
8261 if test -n "$ac_cv_prog_AS"; then
8262 for ncn_progname in as; do
8263 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8264 set dummy ${ncn_progname}; ac_word=$2
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8266 $as_echo_n "checking for $ac_word... " >&6; }
8267 if test "${ac_cv_prog_AS+set}" = set; then :
8268 $as_echo_n "(cached) " >&6
8269 else
8270 if test -n "$AS"; then
8271 ac_cv_prog_AS="$AS" # Let the user override the test.
8272 else
8273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8274 for as_dir in $PATH
8276 IFS=$as_save_IFS
8277 test -z "$as_dir" && as_dir=.
8278 for ac_exec_ext in '' $ac_executable_extensions; do
8279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8280 ac_cv_prog_AS="${ncn_progname}"
8281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8282 break 2
8284 done
8285 done
8286 IFS=$as_save_IFS
8290 AS=$ac_cv_prog_AS
8291 if test -n "$AS"; then
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8293 $as_echo "$AS" >&6; }
8294 else
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8296 $as_echo "no" >&6; }
8300 done
8303 for ncn_progname in as; do
8304 if test -n "$ncn_tool_prefix"; then
8305 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8306 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8308 $as_echo_n "checking for $ac_word... " >&6; }
8309 if test "${ac_cv_prog_AS+set}" = set; then :
8310 $as_echo_n "(cached) " >&6
8311 else
8312 if test -n "$AS"; then
8313 ac_cv_prog_AS="$AS" # Let the user override the test.
8314 else
8315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8316 for as_dir in $PATH
8318 IFS=$as_save_IFS
8319 test -z "$as_dir" && as_dir=.
8320 for ac_exec_ext in '' $ac_executable_extensions; do
8321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8322 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8324 break 2
8326 done
8327 done
8328 IFS=$as_save_IFS
8332 AS=$ac_cv_prog_AS
8333 if test -n "$AS"; then
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8335 $as_echo "$AS" >&6; }
8336 else
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8338 $as_echo "no" >&6; }
8343 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8344 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8345 set dummy ${ncn_progname}; ac_word=$2
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8347 $as_echo_n "checking for $ac_word... " >&6; }
8348 if test "${ac_cv_prog_AS+set}" = set; then :
8349 $as_echo_n "(cached) " >&6
8350 else
8351 if test -n "$AS"; then
8352 ac_cv_prog_AS="$AS" # Let the user override the test.
8353 else
8354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8355 for as_dir in $PATH
8357 IFS=$as_save_IFS
8358 test -z "$as_dir" && as_dir=.
8359 for ac_exec_ext in '' $ac_executable_extensions; do
8360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8361 ac_cv_prog_AS="${ncn_progname}"
8362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8363 break 2
8365 done
8366 done
8367 IFS=$as_save_IFS
8371 AS=$ac_cv_prog_AS
8372 if test -n "$AS"; then
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8374 $as_echo "$AS" >&6; }
8375 else
8376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8377 $as_echo "no" >&6; }
8382 test -n "$ac_cv_prog_AS" && break
8383 done
8385 if test -z "$ac_cv_prog_AS" ; then
8386 set dummy as
8387 if test $build = $host ; then
8388 AS="$2"
8389 else
8390 AS="${ncn_tool_prefix}$2"
8396 if test -n "$DLLTOOL"; then
8397 ac_cv_prog_DLLTOOL=$DLLTOOL
8398 elif test -n "$ac_cv_prog_DLLTOOL"; then
8399 DLLTOOL=$ac_cv_prog_DLLTOOL
8402 if test -n "$ac_cv_prog_DLLTOOL"; then
8403 for ncn_progname in dlltool; do
8404 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8405 set dummy ${ncn_progname}; ac_word=$2
8406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8407 $as_echo_n "checking for $ac_word... " >&6; }
8408 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8409 $as_echo_n "(cached) " >&6
8410 else
8411 if test -n "$DLLTOOL"; then
8412 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8413 else
8414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8415 for as_dir in $PATH
8417 IFS=$as_save_IFS
8418 test -z "$as_dir" && as_dir=.
8419 for ac_exec_ext in '' $ac_executable_extensions; do
8420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8421 ac_cv_prog_DLLTOOL="${ncn_progname}"
8422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8423 break 2
8425 done
8426 done
8427 IFS=$as_save_IFS
8431 DLLTOOL=$ac_cv_prog_DLLTOOL
8432 if test -n "$DLLTOOL"; then
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8434 $as_echo "$DLLTOOL" >&6; }
8435 else
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8437 $as_echo "no" >&6; }
8441 done
8444 for ncn_progname in dlltool; do
8445 if test -n "$ncn_tool_prefix"; then
8446 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8447 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8449 $as_echo_n "checking for $ac_word... " >&6; }
8450 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8451 $as_echo_n "(cached) " >&6
8452 else
8453 if test -n "$DLLTOOL"; then
8454 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8455 else
8456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8457 for as_dir in $PATH
8459 IFS=$as_save_IFS
8460 test -z "$as_dir" && as_dir=.
8461 for ac_exec_ext in '' $ac_executable_extensions; do
8462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8463 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8465 break 2
8467 done
8468 done
8469 IFS=$as_save_IFS
8473 DLLTOOL=$ac_cv_prog_DLLTOOL
8474 if test -n "$DLLTOOL"; then
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8476 $as_echo "$DLLTOOL" >&6; }
8477 else
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8479 $as_echo "no" >&6; }
8484 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8485 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8486 set dummy ${ncn_progname}; ac_word=$2
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8488 $as_echo_n "checking for $ac_word... " >&6; }
8489 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8490 $as_echo_n "(cached) " >&6
8491 else
8492 if test -n "$DLLTOOL"; then
8493 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8494 else
8495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8496 for as_dir in $PATH
8498 IFS=$as_save_IFS
8499 test -z "$as_dir" && as_dir=.
8500 for ac_exec_ext in '' $ac_executable_extensions; do
8501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8502 ac_cv_prog_DLLTOOL="${ncn_progname}"
8503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8504 break 2
8506 done
8507 done
8508 IFS=$as_save_IFS
8512 DLLTOOL=$ac_cv_prog_DLLTOOL
8513 if test -n "$DLLTOOL"; then
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8515 $as_echo "$DLLTOOL" >&6; }
8516 else
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8518 $as_echo "no" >&6; }
8523 test -n "$ac_cv_prog_DLLTOOL" && break
8524 done
8526 if test -z "$ac_cv_prog_DLLTOOL" ; then
8527 set dummy dlltool
8528 if test $build = $host ; then
8529 DLLTOOL="$2"
8530 else
8531 DLLTOOL="${ncn_tool_prefix}$2"
8537 if test -n "$LD"; then
8538 ac_cv_prog_LD=$LD
8539 elif test -n "$ac_cv_prog_LD"; then
8540 LD=$ac_cv_prog_LD
8543 if test -n "$ac_cv_prog_LD"; then
8544 for ncn_progname in ld; do
8545 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8546 set dummy ${ncn_progname}; ac_word=$2
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8548 $as_echo_n "checking for $ac_word... " >&6; }
8549 if test "${ac_cv_prog_LD+set}" = set; then :
8550 $as_echo_n "(cached) " >&6
8551 else
8552 if test -n "$LD"; then
8553 ac_cv_prog_LD="$LD" # Let the user override the test.
8554 else
8555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8556 for as_dir in $PATH
8558 IFS=$as_save_IFS
8559 test -z "$as_dir" && as_dir=.
8560 for ac_exec_ext in '' $ac_executable_extensions; do
8561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8562 ac_cv_prog_LD="${ncn_progname}"
8563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8564 break 2
8566 done
8567 done
8568 IFS=$as_save_IFS
8572 LD=$ac_cv_prog_LD
8573 if test -n "$LD"; then
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8575 $as_echo "$LD" >&6; }
8576 else
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8578 $as_echo "no" >&6; }
8582 done
8585 for ncn_progname in ld; do
8586 if test -n "$ncn_tool_prefix"; then
8587 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8588 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8590 $as_echo_n "checking for $ac_word... " >&6; }
8591 if test "${ac_cv_prog_LD+set}" = set; then :
8592 $as_echo_n "(cached) " >&6
8593 else
8594 if test -n "$LD"; then
8595 ac_cv_prog_LD="$LD" # Let the user override the test.
8596 else
8597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8598 for as_dir in $PATH
8600 IFS=$as_save_IFS
8601 test -z "$as_dir" && as_dir=.
8602 for ac_exec_ext in '' $ac_executable_extensions; do
8603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8604 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8606 break 2
8608 done
8609 done
8610 IFS=$as_save_IFS
8614 LD=$ac_cv_prog_LD
8615 if test -n "$LD"; then
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8617 $as_echo "$LD" >&6; }
8618 else
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8620 $as_echo "no" >&6; }
8625 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8626 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8627 set dummy ${ncn_progname}; ac_word=$2
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8629 $as_echo_n "checking for $ac_word... " >&6; }
8630 if test "${ac_cv_prog_LD+set}" = set; then :
8631 $as_echo_n "(cached) " >&6
8632 else
8633 if test -n "$LD"; then
8634 ac_cv_prog_LD="$LD" # Let the user override the test.
8635 else
8636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8637 for as_dir in $PATH
8639 IFS=$as_save_IFS
8640 test -z "$as_dir" && as_dir=.
8641 for ac_exec_ext in '' $ac_executable_extensions; do
8642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8643 ac_cv_prog_LD="${ncn_progname}"
8644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8645 break 2
8647 done
8648 done
8649 IFS=$as_save_IFS
8653 LD=$ac_cv_prog_LD
8654 if test -n "$LD"; then
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8656 $as_echo "$LD" >&6; }
8657 else
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8659 $as_echo "no" >&6; }
8664 test -n "$ac_cv_prog_LD" && break
8665 done
8667 if test -z "$ac_cv_prog_LD" ; then
8668 set dummy ld
8669 if test $build = $host ; then
8670 LD="$2"
8671 else
8672 LD="${ncn_tool_prefix}$2"
8678 if test -n "$LIPO"; then
8679 ac_cv_prog_LIPO=$LIPO
8680 elif test -n "$ac_cv_prog_LIPO"; then
8681 LIPO=$ac_cv_prog_LIPO
8684 if test -n "$ac_cv_prog_LIPO"; then
8685 for ncn_progname in lipo; do
8686 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8687 set dummy ${ncn_progname}; ac_word=$2
8688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8689 $as_echo_n "checking for $ac_word... " >&6; }
8690 if test "${ac_cv_prog_LIPO+set}" = set; then :
8691 $as_echo_n "(cached) " >&6
8692 else
8693 if test -n "$LIPO"; then
8694 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8695 else
8696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8697 for as_dir in $PATH
8699 IFS=$as_save_IFS
8700 test -z "$as_dir" && as_dir=.
8701 for ac_exec_ext in '' $ac_executable_extensions; do
8702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8703 ac_cv_prog_LIPO="${ncn_progname}"
8704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8705 break 2
8707 done
8708 done
8709 IFS=$as_save_IFS
8713 LIPO=$ac_cv_prog_LIPO
8714 if test -n "$LIPO"; then
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8716 $as_echo "$LIPO" >&6; }
8717 else
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8719 $as_echo "no" >&6; }
8723 done
8726 for ncn_progname in lipo; do
8727 if test -n "$ncn_tool_prefix"; then
8728 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8729 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8731 $as_echo_n "checking for $ac_word... " >&6; }
8732 if test "${ac_cv_prog_LIPO+set}" = set; then :
8733 $as_echo_n "(cached) " >&6
8734 else
8735 if test -n "$LIPO"; then
8736 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8737 else
8738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8739 for as_dir in $PATH
8741 IFS=$as_save_IFS
8742 test -z "$as_dir" && as_dir=.
8743 for ac_exec_ext in '' $ac_executable_extensions; do
8744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8745 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8747 break 2
8749 done
8750 done
8751 IFS=$as_save_IFS
8755 LIPO=$ac_cv_prog_LIPO
8756 if test -n "$LIPO"; then
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8758 $as_echo "$LIPO" >&6; }
8759 else
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8761 $as_echo "no" >&6; }
8766 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8767 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8768 set dummy ${ncn_progname}; ac_word=$2
8769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8770 $as_echo_n "checking for $ac_word... " >&6; }
8771 if test "${ac_cv_prog_LIPO+set}" = set; then :
8772 $as_echo_n "(cached) " >&6
8773 else
8774 if test -n "$LIPO"; then
8775 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8776 else
8777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8778 for as_dir in $PATH
8780 IFS=$as_save_IFS
8781 test -z "$as_dir" && as_dir=.
8782 for ac_exec_ext in '' $ac_executable_extensions; do
8783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8784 ac_cv_prog_LIPO="${ncn_progname}"
8785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8786 break 2
8788 done
8789 done
8790 IFS=$as_save_IFS
8794 LIPO=$ac_cv_prog_LIPO
8795 if test -n "$LIPO"; then
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8797 $as_echo "$LIPO" >&6; }
8798 else
8799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8800 $as_echo "no" >&6; }
8805 test -n "$ac_cv_prog_LIPO" && break
8806 done
8808 if test -z "$ac_cv_prog_LIPO" ; then
8809 set dummy lipo
8810 if test $build = $host ; then
8811 LIPO="$2"
8812 else
8813 LIPO="${ncn_tool_prefix}$2"
8819 if test -n "$NM"; then
8820 ac_cv_prog_NM=$NM
8821 elif test -n "$ac_cv_prog_NM"; then
8822 NM=$ac_cv_prog_NM
8825 if test -n "$ac_cv_prog_NM"; then
8826 for ncn_progname in nm; do
8827 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8828 set dummy ${ncn_progname}; ac_word=$2
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8830 $as_echo_n "checking for $ac_word... " >&6; }
8831 if test "${ac_cv_prog_NM+set}" = set; then :
8832 $as_echo_n "(cached) " >&6
8833 else
8834 if test -n "$NM"; then
8835 ac_cv_prog_NM="$NM" # Let the user override the test.
8836 else
8837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8838 for as_dir in $PATH
8840 IFS=$as_save_IFS
8841 test -z "$as_dir" && as_dir=.
8842 for ac_exec_ext in '' $ac_executable_extensions; do
8843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8844 ac_cv_prog_NM="${ncn_progname}"
8845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8846 break 2
8848 done
8849 done
8850 IFS=$as_save_IFS
8854 NM=$ac_cv_prog_NM
8855 if test -n "$NM"; then
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8857 $as_echo "$NM" >&6; }
8858 else
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8860 $as_echo "no" >&6; }
8864 done
8867 for ncn_progname in nm; do
8868 if test -n "$ncn_tool_prefix"; then
8869 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8870 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8872 $as_echo_n "checking for $ac_word... " >&6; }
8873 if test "${ac_cv_prog_NM+set}" = set; then :
8874 $as_echo_n "(cached) " >&6
8875 else
8876 if test -n "$NM"; then
8877 ac_cv_prog_NM="$NM" # Let the user override the test.
8878 else
8879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8880 for as_dir in $PATH
8882 IFS=$as_save_IFS
8883 test -z "$as_dir" && as_dir=.
8884 for ac_exec_ext in '' $ac_executable_extensions; do
8885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8886 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8888 break 2
8890 done
8891 done
8892 IFS=$as_save_IFS
8896 NM=$ac_cv_prog_NM
8897 if test -n "$NM"; then
8898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8899 $as_echo "$NM" >&6; }
8900 else
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8902 $as_echo "no" >&6; }
8907 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8908 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8909 set dummy ${ncn_progname}; ac_word=$2
8910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8911 $as_echo_n "checking for $ac_word... " >&6; }
8912 if test "${ac_cv_prog_NM+set}" = set; then :
8913 $as_echo_n "(cached) " >&6
8914 else
8915 if test -n "$NM"; then
8916 ac_cv_prog_NM="$NM" # Let the user override the test.
8917 else
8918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8919 for as_dir in $PATH
8921 IFS=$as_save_IFS
8922 test -z "$as_dir" && as_dir=.
8923 for ac_exec_ext in '' $ac_executable_extensions; do
8924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8925 ac_cv_prog_NM="${ncn_progname}"
8926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8927 break 2
8929 done
8930 done
8931 IFS=$as_save_IFS
8935 NM=$ac_cv_prog_NM
8936 if test -n "$NM"; then
8937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8938 $as_echo "$NM" >&6; }
8939 else
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8941 $as_echo "no" >&6; }
8946 test -n "$ac_cv_prog_NM" && break
8947 done
8949 if test -z "$ac_cv_prog_NM" ; then
8950 set dummy nm
8951 if test $build = $host ; then
8952 NM="$2"
8953 else
8954 NM="${ncn_tool_prefix}$2"
8960 if test -n "$RANLIB"; then
8961 ac_cv_prog_RANLIB=$RANLIB
8962 elif test -n "$ac_cv_prog_RANLIB"; then
8963 RANLIB=$ac_cv_prog_RANLIB
8966 if test -n "$ac_cv_prog_RANLIB"; then
8967 for ncn_progname in ranlib; do
8968 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8969 set dummy ${ncn_progname}; ac_word=$2
8970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8971 $as_echo_n "checking for $ac_word... " >&6; }
8972 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8973 $as_echo_n "(cached) " >&6
8974 else
8975 if test -n "$RANLIB"; then
8976 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8977 else
8978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8979 for as_dir in $PATH
8981 IFS=$as_save_IFS
8982 test -z "$as_dir" && as_dir=.
8983 for ac_exec_ext in '' $ac_executable_extensions; do
8984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8985 ac_cv_prog_RANLIB="${ncn_progname}"
8986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8987 break 2
8989 done
8990 done
8991 IFS=$as_save_IFS
8995 RANLIB=$ac_cv_prog_RANLIB
8996 if test -n "$RANLIB"; then
8997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8998 $as_echo "$RANLIB" >&6; }
8999 else
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9001 $as_echo "no" >&6; }
9005 done
9008 for ncn_progname in ranlib; do
9009 if test -n "$ncn_tool_prefix"; then
9010 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9011 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9013 $as_echo_n "checking for $ac_word... " >&6; }
9014 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9015 $as_echo_n "(cached) " >&6
9016 else
9017 if test -n "$RANLIB"; then
9018 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9019 else
9020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9021 for as_dir in $PATH
9023 IFS=$as_save_IFS
9024 test -z "$as_dir" && as_dir=.
9025 for ac_exec_ext in '' $ac_executable_extensions; do
9026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9027 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
9028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9029 break 2
9031 done
9032 done
9033 IFS=$as_save_IFS
9037 RANLIB=$ac_cv_prog_RANLIB
9038 if test -n "$RANLIB"; then
9039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9040 $as_echo "$RANLIB" >&6; }
9041 else
9042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9043 $as_echo "no" >&6; }
9048 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9049 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9050 set dummy ${ncn_progname}; ac_word=$2
9051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9052 $as_echo_n "checking for $ac_word... " >&6; }
9053 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9054 $as_echo_n "(cached) " >&6
9055 else
9056 if test -n "$RANLIB"; then
9057 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9058 else
9059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9060 for as_dir in $PATH
9062 IFS=$as_save_IFS
9063 test -z "$as_dir" && as_dir=.
9064 for ac_exec_ext in '' $ac_executable_extensions; do
9065 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9066 ac_cv_prog_RANLIB="${ncn_progname}"
9067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9068 break 2
9070 done
9071 done
9072 IFS=$as_save_IFS
9076 RANLIB=$ac_cv_prog_RANLIB
9077 if test -n "$RANLIB"; then
9078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9079 $as_echo "$RANLIB" >&6; }
9080 else
9081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9082 $as_echo "no" >&6; }
9087 test -n "$ac_cv_prog_RANLIB" && break
9088 done
9090 if test -z "$ac_cv_prog_RANLIB" ; then
9091 RANLIB="true"
9096 if test -n "$STRIP"; then
9097 ac_cv_prog_STRIP=$STRIP
9098 elif test -n "$ac_cv_prog_STRIP"; then
9099 STRIP=$ac_cv_prog_STRIP
9102 if test -n "$ac_cv_prog_STRIP"; then
9103 for ncn_progname in strip; do
9104 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9105 set dummy ${ncn_progname}; ac_word=$2
9106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9107 $as_echo_n "checking for $ac_word... " >&6; }
9108 if test "${ac_cv_prog_STRIP+set}" = set; then :
9109 $as_echo_n "(cached) " >&6
9110 else
9111 if test -n "$STRIP"; then
9112 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9113 else
9114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9115 for as_dir in $PATH
9117 IFS=$as_save_IFS
9118 test -z "$as_dir" && as_dir=.
9119 for ac_exec_ext in '' $ac_executable_extensions; do
9120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9121 ac_cv_prog_STRIP="${ncn_progname}"
9122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9123 break 2
9125 done
9126 done
9127 IFS=$as_save_IFS
9131 STRIP=$ac_cv_prog_STRIP
9132 if test -n "$STRIP"; then
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9134 $as_echo "$STRIP" >&6; }
9135 else
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9137 $as_echo "no" >&6; }
9141 done
9144 for ncn_progname in strip; do
9145 if test -n "$ncn_tool_prefix"; then
9146 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9147 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9149 $as_echo_n "checking for $ac_word... " >&6; }
9150 if test "${ac_cv_prog_STRIP+set}" = set; then :
9151 $as_echo_n "(cached) " >&6
9152 else
9153 if test -n "$STRIP"; then
9154 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9155 else
9156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9157 for as_dir in $PATH
9159 IFS=$as_save_IFS
9160 test -z "$as_dir" && as_dir=.
9161 for ac_exec_ext in '' $ac_executable_extensions; do
9162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9163 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9165 break 2
9167 done
9168 done
9169 IFS=$as_save_IFS
9173 STRIP=$ac_cv_prog_STRIP
9174 if test -n "$STRIP"; then
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9176 $as_echo "$STRIP" >&6; }
9177 else
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9179 $as_echo "no" >&6; }
9184 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9185 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9186 set dummy ${ncn_progname}; ac_word=$2
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9188 $as_echo_n "checking for $ac_word... " >&6; }
9189 if test "${ac_cv_prog_STRIP+set}" = set; then :
9190 $as_echo_n "(cached) " >&6
9191 else
9192 if test -n "$STRIP"; then
9193 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9194 else
9195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9196 for as_dir in $PATH
9198 IFS=$as_save_IFS
9199 test -z "$as_dir" && as_dir=.
9200 for ac_exec_ext in '' $ac_executable_extensions; do
9201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9202 ac_cv_prog_STRIP="${ncn_progname}"
9203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9204 break 2
9206 done
9207 done
9208 IFS=$as_save_IFS
9212 STRIP=$ac_cv_prog_STRIP
9213 if test -n "$STRIP"; then
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9215 $as_echo "$STRIP" >&6; }
9216 else
9217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9218 $as_echo "no" >&6; }
9223 test -n "$ac_cv_prog_STRIP" && break
9224 done
9226 if test -z "$ac_cv_prog_STRIP" ; then
9227 STRIP="true"
9232 if test -n "$WINDRES"; then
9233 ac_cv_prog_WINDRES=$WINDRES
9234 elif test -n "$ac_cv_prog_WINDRES"; then
9235 WINDRES=$ac_cv_prog_WINDRES
9238 if test -n "$ac_cv_prog_WINDRES"; then
9239 for ncn_progname in windres; do
9240 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9241 set dummy ${ncn_progname}; ac_word=$2
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9243 $as_echo_n "checking for $ac_word... " >&6; }
9244 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9245 $as_echo_n "(cached) " >&6
9246 else
9247 if test -n "$WINDRES"; then
9248 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9249 else
9250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9251 for as_dir in $PATH
9253 IFS=$as_save_IFS
9254 test -z "$as_dir" && as_dir=.
9255 for ac_exec_ext in '' $ac_executable_extensions; do
9256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9257 ac_cv_prog_WINDRES="${ncn_progname}"
9258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9259 break 2
9261 done
9262 done
9263 IFS=$as_save_IFS
9267 WINDRES=$ac_cv_prog_WINDRES
9268 if test -n "$WINDRES"; then
9269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9270 $as_echo "$WINDRES" >&6; }
9271 else
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9273 $as_echo "no" >&6; }
9277 done
9280 for ncn_progname in windres; do
9281 if test -n "$ncn_tool_prefix"; then
9282 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9283 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9285 $as_echo_n "checking for $ac_word... " >&6; }
9286 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9287 $as_echo_n "(cached) " >&6
9288 else
9289 if test -n "$WINDRES"; then
9290 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9291 else
9292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9293 for as_dir in $PATH
9295 IFS=$as_save_IFS
9296 test -z "$as_dir" && as_dir=.
9297 for ac_exec_ext in '' $ac_executable_extensions; do
9298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9299 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9301 break 2
9303 done
9304 done
9305 IFS=$as_save_IFS
9309 WINDRES=$ac_cv_prog_WINDRES
9310 if test -n "$WINDRES"; then
9311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9312 $as_echo "$WINDRES" >&6; }
9313 else
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9315 $as_echo "no" >&6; }
9320 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9321 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9322 set dummy ${ncn_progname}; ac_word=$2
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9324 $as_echo_n "checking for $ac_word... " >&6; }
9325 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9326 $as_echo_n "(cached) " >&6
9327 else
9328 if test -n "$WINDRES"; then
9329 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9330 else
9331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9332 for as_dir in $PATH
9334 IFS=$as_save_IFS
9335 test -z "$as_dir" && as_dir=.
9336 for ac_exec_ext in '' $ac_executable_extensions; do
9337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9338 ac_cv_prog_WINDRES="${ncn_progname}"
9339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9340 break 2
9342 done
9343 done
9344 IFS=$as_save_IFS
9348 WINDRES=$ac_cv_prog_WINDRES
9349 if test -n "$WINDRES"; then
9350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9351 $as_echo "$WINDRES" >&6; }
9352 else
9353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9354 $as_echo "no" >&6; }
9359 test -n "$ac_cv_prog_WINDRES" && break
9360 done
9362 if test -z "$ac_cv_prog_WINDRES" ; then
9363 set dummy windres
9364 if test $build = $host ; then
9365 WINDRES="$2"
9366 else
9367 WINDRES="${ncn_tool_prefix}$2"
9373 if test -n "$WINDMC"; then
9374 ac_cv_prog_WINDMC=$WINDMC
9375 elif test -n "$ac_cv_prog_WINDMC"; then
9376 WINDMC=$ac_cv_prog_WINDMC
9379 if test -n "$ac_cv_prog_WINDMC"; then
9380 for ncn_progname in windmc; do
9381 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9382 set dummy ${ncn_progname}; ac_word=$2
9383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9384 $as_echo_n "checking for $ac_word... " >&6; }
9385 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9386 $as_echo_n "(cached) " >&6
9387 else
9388 if test -n "$WINDMC"; then
9389 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9390 else
9391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9392 for as_dir in $PATH
9394 IFS=$as_save_IFS
9395 test -z "$as_dir" && as_dir=.
9396 for ac_exec_ext in '' $ac_executable_extensions; do
9397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9398 ac_cv_prog_WINDMC="${ncn_progname}"
9399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9400 break 2
9402 done
9403 done
9404 IFS=$as_save_IFS
9408 WINDMC=$ac_cv_prog_WINDMC
9409 if test -n "$WINDMC"; then
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9411 $as_echo "$WINDMC" >&6; }
9412 else
9413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9414 $as_echo "no" >&6; }
9418 done
9421 for ncn_progname in windmc; do
9422 if test -n "$ncn_tool_prefix"; then
9423 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9424 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9426 $as_echo_n "checking for $ac_word... " >&6; }
9427 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9428 $as_echo_n "(cached) " >&6
9429 else
9430 if test -n "$WINDMC"; then
9431 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9432 else
9433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9434 for as_dir in $PATH
9436 IFS=$as_save_IFS
9437 test -z "$as_dir" && as_dir=.
9438 for ac_exec_ext in '' $ac_executable_extensions; do
9439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9440 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9442 break 2
9444 done
9445 done
9446 IFS=$as_save_IFS
9450 WINDMC=$ac_cv_prog_WINDMC
9451 if test -n "$WINDMC"; then
9452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9453 $as_echo "$WINDMC" >&6; }
9454 else
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9456 $as_echo "no" >&6; }
9461 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9462 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9463 set dummy ${ncn_progname}; ac_word=$2
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9465 $as_echo_n "checking for $ac_word... " >&6; }
9466 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9467 $as_echo_n "(cached) " >&6
9468 else
9469 if test -n "$WINDMC"; then
9470 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9471 else
9472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9473 for as_dir in $PATH
9475 IFS=$as_save_IFS
9476 test -z "$as_dir" && as_dir=.
9477 for ac_exec_ext in '' $ac_executable_extensions; do
9478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9479 ac_cv_prog_WINDMC="${ncn_progname}"
9480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9481 break 2
9483 done
9484 done
9485 IFS=$as_save_IFS
9489 WINDMC=$ac_cv_prog_WINDMC
9490 if test -n "$WINDMC"; then
9491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9492 $as_echo "$WINDMC" >&6; }
9493 else
9494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9495 $as_echo "no" >&6; }
9500 test -n "$ac_cv_prog_WINDMC" && break
9501 done
9503 if test -z "$ac_cv_prog_WINDMC" ; then
9504 set dummy windmc
9505 if test $build = $host ; then
9506 WINDMC="$2"
9507 else
9508 WINDMC="${ncn_tool_prefix}$2"
9514 if test -n "$OBJCOPY"; then
9515 ac_cv_prog_OBJCOPY=$OBJCOPY
9516 elif test -n "$ac_cv_prog_OBJCOPY"; then
9517 OBJCOPY=$ac_cv_prog_OBJCOPY
9520 if test -n "$ac_cv_prog_OBJCOPY"; then
9521 for ncn_progname in objcopy; do
9522 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9523 set dummy ${ncn_progname}; ac_word=$2
9524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9525 $as_echo_n "checking for $ac_word... " >&6; }
9526 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9527 $as_echo_n "(cached) " >&6
9528 else
9529 if test -n "$OBJCOPY"; then
9530 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9531 else
9532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9533 for as_dir in $PATH
9535 IFS=$as_save_IFS
9536 test -z "$as_dir" && as_dir=.
9537 for ac_exec_ext in '' $ac_executable_extensions; do
9538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9539 ac_cv_prog_OBJCOPY="${ncn_progname}"
9540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9541 break 2
9543 done
9544 done
9545 IFS=$as_save_IFS
9549 OBJCOPY=$ac_cv_prog_OBJCOPY
9550 if test -n "$OBJCOPY"; then
9551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9552 $as_echo "$OBJCOPY" >&6; }
9553 else
9554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9555 $as_echo "no" >&6; }
9559 done
9562 for ncn_progname in objcopy; do
9563 if test -n "$ncn_tool_prefix"; then
9564 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9565 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9567 $as_echo_n "checking for $ac_word... " >&6; }
9568 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9569 $as_echo_n "(cached) " >&6
9570 else
9571 if test -n "$OBJCOPY"; then
9572 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9573 else
9574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9575 for as_dir in $PATH
9577 IFS=$as_save_IFS
9578 test -z "$as_dir" && as_dir=.
9579 for ac_exec_ext in '' $ac_executable_extensions; do
9580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9581 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9583 break 2
9585 done
9586 done
9587 IFS=$as_save_IFS
9591 OBJCOPY=$ac_cv_prog_OBJCOPY
9592 if test -n "$OBJCOPY"; then
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9594 $as_echo "$OBJCOPY" >&6; }
9595 else
9596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9597 $as_echo "no" >&6; }
9602 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9603 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9604 set dummy ${ncn_progname}; ac_word=$2
9605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9606 $as_echo_n "checking for $ac_word... " >&6; }
9607 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9608 $as_echo_n "(cached) " >&6
9609 else
9610 if test -n "$OBJCOPY"; then
9611 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9612 else
9613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9614 for as_dir in $PATH
9616 IFS=$as_save_IFS
9617 test -z "$as_dir" && as_dir=.
9618 for ac_exec_ext in '' $ac_executable_extensions; do
9619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9620 ac_cv_prog_OBJCOPY="${ncn_progname}"
9621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9622 break 2
9624 done
9625 done
9626 IFS=$as_save_IFS
9630 OBJCOPY=$ac_cv_prog_OBJCOPY
9631 if test -n "$OBJCOPY"; then
9632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9633 $as_echo "$OBJCOPY" >&6; }
9634 else
9635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9636 $as_echo "no" >&6; }
9641 test -n "$ac_cv_prog_OBJCOPY" && break
9642 done
9644 if test -z "$ac_cv_prog_OBJCOPY" ; then
9645 set dummy objcopy
9646 if test $build = $host ; then
9647 OBJCOPY="$2"
9648 else
9649 OBJCOPY="${ncn_tool_prefix}$2"
9655 if test -n "$OBJDUMP"; then
9656 ac_cv_prog_OBJDUMP=$OBJDUMP
9657 elif test -n "$ac_cv_prog_OBJDUMP"; then
9658 OBJDUMP=$ac_cv_prog_OBJDUMP
9661 if test -n "$ac_cv_prog_OBJDUMP"; then
9662 for ncn_progname in objdump; do
9663 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9664 set dummy ${ncn_progname}; ac_word=$2
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9666 $as_echo_n "checking for $ac_word... " >&6; }
9667 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9668 $as_echo_n "(cached) " >&6
9669 else
9670 if test -n "$OBJDUMP"; then
9671 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9672 else
9673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9674 for as_dir in $PATH
9676 IFS=$as_save_IFS
9677 test -z "$as_dir" && as_dir=.
9678 for ac_exec_ext in '' $ac_executable_extensions; do
9679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9680 ac_cv_prog_OBJDUMP="${ncn_progname}"
9681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9682 break 2
9684 done
9685 done
9686 IFS=$as_save_IFS
9690 OBJDUMP=$ac_cv_prog_OBJDUMP
9691 if test -n "$OBJDUMP"; then
9692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9693 $as_echo "$OBJDUMP" >&6; }
9694 else
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9696 $as_echo "no" >&6; }
9700 done
9703 for ncn_progname in objdump; do
9704 if test -n "$ncn_tool_prefix"; then
9705 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9706 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9708 $as_echo_n "checking for $ac_word... " >&6; }
9709 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9710 $as_echo_n "(cached) " >&6
9711 else
9712 if test -n "$OBJDUMP"; then
9713 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9714 else
9715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9716 for as_dir in $PATH
9718 IFS=$as_save_IFS
9719 test -z "$as_dir" && as_dir=.
9720 for ac_exec_ext in '' $ac_executable_extensions; do
9721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9722 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9724 break 2
9726 done
9727 done
9728 IFS=$as_save_IFS
9732 OBJDUMP=$ac_cv_prog_OBJDUMP
9733 if test -n "$OBJDUMP"; then
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9735 $as_echo "$OBJDUMP" >&6; }
9736 else
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9738 $as_echo "no" >&6; }
9743 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9744 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9745 set dummy ${ncn_progname}; ac_word=$2
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9747 $as_echo_n "checking for $ac_word... " >&6; }
9748 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9749 $as_echo_n "(cached) " >&6
9750 else
9751 if test -n "$OBJDUMP"; then
9752 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9753 else
9754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9755 for as_dir in $PATH
9757 IFS=$as_save_IFS
9758 test -z "$as_dir" && as_dir=.
9759 for ac_exec_ext in '' $ac_executable_extensions; do
9760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9761 ac_cv_prog_OBJDUMP="${ncn_progname}"
9762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9763 break 2
9765 done
9766 done
9767 IFS=$as_save_IFS
9771 OBJDUMP=$ac_cv_prog_OBJDUMP
9772 if test -n "$OBJDUMP"; then
9773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9774 $as_echo "$OBJDUMP" >&6; }
9775 else
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9777 $as_echo "no" >&6; }
9782 test -n "$ac_cv_prog_OBJDUMP" && break
9783 done
9785 if test -z "$ac_cv_prog_OBJDUMP" ; then
9786 set dummy objdump
9787 if test $build = $host ; then
9788 OBJDUMP="$2"
9789 else
9790 OBJDUMP="${ncn_tool_prefix}$2"
9796 if test -n "$READELF"; then
9797 ac_cv_prog_READELF=$READELF
9798 elif test -n "$ac_cv_prog_READELF"; then
9799 READELF=$ac_cv_prog_READELF
9802 if test -n "$ac_cv_prog_READELF"; then
9803 for ncn_progname in readelf; do
9804 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9805 set dummy ${ncn_progname}; ac_word=$2
9806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9807 $as_echo_n "checking for $ac_word... " >&6; }
9808 if test "${ac_cv_prog_READELF+set}" = set; then :
9809 $as_echo_n "(cached) " >&6
9810 else
9811 if test -n "$READELF"; then
9812 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9813 else
9814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9815 for as_dir in $PATH
9817 IFS=$as_save_IFS
9818 test -z "$as_dir" && as_dir=.
9819 for ac_exec_ext in '' $ac_executable_extensions; do
9820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9821 ac_cv_prog_READELF="${ncn_progname}"
9822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9823 break 2
9825 done
9826 done
9827 IFS=$as_save_IFS
9831 READELF=$ac_cv_prog_READELF
9832 if test -n "$READELF"; then
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9834 $as_echo "$READELF" >&6; }
9835 else
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9837 $as_echo "no" >&6; }
9841 done
9844 for ncn_progname in readelf; do
9845 if test -n "$ncn_tool_prefix"; then
9846 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9847 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9849 $as_echo_n "checking for $ac_word... " >&6; }
9850 if test "${ac_cv_prog_READELF+set}" = set; then :
9851 $as_echo_n "(cached) " >&6
9852 else
9853 if test -n "$READELF"; then
9854 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9855 else
9856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9857 for as_dir in $PATH
9859 IFS=$as_save_IFS
9860 test -z "$as_dir" && as_dir=.
9861 for ac_exec_ext in '' $ac_executable_extensions; do
9862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9863 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9865 break 2
9867 done
9868 done
9869 IFS=$as_save_IFS
9873 READELF=$ac_cv_prog_READELF
9874 if test -n "$READELF"; then
9875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9876 $as_echo "$READELF" >&6; }
9877 else
9878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9879 $as_echo "no" >&6; }
9884 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9885 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9886 set dummy ${ncn_progname}; ac_word=$2
9887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9888 $as_echo_n "checking for $ac_word... " >&6; }
9889 if test "${ac_cv_prog_READELF+set}" = set; then :
9890 $as_echo_n "(cached) " >&6
9891 else
9892 if test -n "$READELF"; then
9893 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9894 else
9895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9896 for as_dir in $PATH
9898 IFS=$as_save_IFS
9899 test -z "$as_dir" && as_dir=.
9900 for ac_exec_ext in '' $ac_executable_extensions; do
9901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9902 ac_cv_prog_READELF="${ncn_progname}"
9903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9904 break 2
9906 done
9907 done
9908 IFS=$as_save_IFS
9912 READELF=$ac_cv_prog_READELF
9913 if test -n "$READELF"; then
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9915 $as_echo "$READELF" >&6; }
9916 else
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9918 $as_echo "no" >&6; }
9923 test -n "$ac_cv_prog_READELF" && break
9924 done
9926 if test -z "$ac_cv_prog_READELF" ; then
9927 set dummy readelf
9928 if test $build = $host ; then
9929 READELF="$2"
9930 else
9931 READELF="${ncn_tool_prefix}$2"
9940 # Target tools.
9942 # Check whether --with-build-time-tools was given.
9943 if test "${with_build_time_tools+set}" = set; then :
9944 withval=$with_build_time_tools; case x"$withval" in
9945 x/*) ;;
9947 with_build_time_tools=
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9949 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9951 esac
9952 else
9953 with_build_time_tools=
9959 if test -n "$CC_FOR_TARGET"; then
9960 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9961 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9962 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9965 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9966 for ncn_progname in cc gcc; do
9967 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9968 set dummy ${ncn_progname}; ac_word=$2
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9970 $as_echo_n "checking for $ac_word... " >&6; }
9971 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9972 $as_echo_n "(cached) " >&6
9973 else
9974 if test -n "$CC_FOR_TARGET"; then
9975 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9976 else
9977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9978 for as_dir in $PATH
9980 IFS=$as_save_IFS
9981 test -z "$as_dir" && as_dir=.
9982 for ac_exec_ext in '' $ac_executable_extensions; do
9983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9984 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9986 break 2
9988 done
9989 done
9990 IFS=$as_save_IFS
9994 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9995 if test -n "$CC_FOR_TARGET"; then
9996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9997 $as_echo "$CC_FOR_TARGET" >&6; }
9998 else
9999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10000 $as_echo "no" >&6; }
10004 done
10007 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10008 for ncn_progname in cc gcc; do
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10010 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10011 if test -x $with_build_time_tools/${ncn_progname}; then
10012 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10014 $as_echo "yes" >&6; }
10015 break
10016 else
10017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10018 $as_echo "no" >&6; }
10020 done
10023 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10024 for ncn_progname in cc gcc; do
10025 if test -n "$ncn_target_tool_prefix"; then
10026 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10027 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10029 $as_echo_n "checking for $ac_word... " >&6; }
10030 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10031 $as_echo_n "(cached) " >&6
10032 else
10033 if test -n "$CC_FOR_TARGET"; then
10034 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10035 else
10036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10037 for as_dir in $PATH
10039 IFS=$as_save_IFS
10040 test -z "$as_dir" && as_dir=.
10041 for ac_exec_ext in '' $ac_executable_extensions; do
10042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10043 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10045 break 2
10047 done
10048 done
10049 IFS=$as_save_IFS
10053 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10054 if test -n "$CC_FOR_TARGET"; then
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10056 $as_echo "$CC_FOR_TARGET" >&6; }
10057 else
10058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10059 $as_echo "no" >&6; }
10064 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10065 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10066 set dummy ${ncn_progname}; ac_word=$2
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10068 $as_echo_n "checking for $ac_word... " >&6; }
10069 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10070 $as_echo_n "(cached) " >&6
10071 else
10072 if test -n "$CC_FOR_TARGET"; then
10073 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10074 else
10075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10076 for as_dir in $PATH
10078 IFS=$as_save_IFS
10079 test -z "$as_dir" && as_dir=.
10080 for ac_exec_ext in '' $ac_executable_extensions; do
10081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10082 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
10083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10084 break 2
10086 done
10087 done
10088 IFS=$as_save_IFS
10092 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10093 if test -n "$CC_FOR_TARGET"; then
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10095 $as_echo "$CC_FOR_TARGET" >&6; }
10096 else
10097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10098 $as_echo "no" >&6; }
10103 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10104 done
10107 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10108 set dummy cc gcc
10109 if test $build = $target ; then
10110 CC_FOR_TARGET="$2"
10111 else
10112 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10114 else
10115 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
10120 if test -n "$CXX_FOR_TARGET"; then
10121 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10122 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10123 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10126 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10127 for ncn_progname in c++ g++ cxx gxx; do
10128 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10129 set dummy ${ncn_progname}; ac_word=$2
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10131 $as_echo_n "checking for $ac_word... " >&6; }
10132 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10133 $as_echo_n "(cached) " >&6
10134 else
10135 if test -n "$CXX_FOR_TARGET"; then
10136 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10137 else
10138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10139 for as_dir in $PATH
10141 IFS=$as_save_IFS
10142 test -z "$as_dir" && as_dir=.
10143 for ac_exec_ext in '' $ac_executable_extensions; do
10144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10145 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10147 break 2
10149 done
10150 done
10151 IFS=$as_save_IFS
10155 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10156 if test -n "$CXX_FOR_TARGET"; then
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10158 $as_echo "$CXX_FOR_TARGET" >&6; }
10159 else
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10161 $as_echo "no" >&6; }
10165 done
10168 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10169 for ncn_progname in c++ g++ cxx gxx; do
10170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10171 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10172 if test -x $with_build_time_tools/${ncn_progname}; then
10173 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10175 $as_echo "yes" >&6; }
10176 break
10177 else
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10179 $as_echo "no" >&6; }
10181 done
10184 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10185 for ncn_progname in c++ g++ cxx gxx; do
10186 if test -n "$ncn_target_tool_prefix"; then
10187 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10188 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10190 $as_echo_n "checking for $ac_word... " >&6; }
10191 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10192 $as_echo_n "(cached) " >&6
10193 else
10194 if test -n "$CXX_FOR_TARGET"; then
10195 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10196 else
10197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10198 for as_dir in $PATH
10200 IFS=$as_save_IFS
10201 test -z "$as_dir" && as_dir=.
10202 for ac_exec_ext in '' $ac_executable_extensions; do
10203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10204 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10206 break 2
10208 done
10209 done
10210 IFS=$as_save_IFS
10214 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10215 if test -n "$CXX_FOR_TARGET"; then
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10217 $as_echo "$CXX_FOR_TARGET" >&6; }
10218 else
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10220 $as_echo "no" >&6; }
10225 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10226 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10227 set dummy ${ncn_progname}; ac_word=$2
10228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10229 $as_echo_n "checking for $ac_word... " >&6; }
10230 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10231 $as_echo_n "(cached) " >&6
10232 else
10233 if test -n "$CXX_FOR_TARGET"; then
10234 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10235 else
10236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10237 for as_dir in $PATH
10239 IFS=$as_save_IFS
10240 test -z "$as_dir" && as_dir=.
10241 for ac_exec_ext in '' $ac_executable_extensions; do
10242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10243 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10245 break 2
10247 done
10248 done
10249 IFS=$as_save_IFS
10253 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10254 if test -n "$CXX_FOR_TARGET"; then
10255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10256 $as_echo "$CXX_FOR_TARGET" >&6; }
10257 else
10258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10259 $as_echo "no" >&6; }
10264 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10265 done
10268 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10269 set dummy c++ g++ cxx gxx
10270 if test $build = $target ; then
10271 CXX_FOR_TARGET="$2"
10272 else
10273 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10275 else
10276 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10281 if test -n "$GCC_FOR_TARGET"; then
10282 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10283 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10284 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10287 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10288 for ncn_progname in gcc; do
10289 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10290 set dummy ${ncn_progname}; ac_word=$2
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10292 $as_echo_n "checking for $ac_word... " >&6; }
10293 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10294 $as_echo_n "(cached) " >&6
10295 else
10296 if test -n "$GCC_FOR_TARGET"; then
10297 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10298 else
10299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10300 for as_dir in $PATH
10302 IFS=$as_save_IFS
10303 test -z "$as_dir" && as_dir=.
10304 for ac_exec_ext in '' $ac_executable_extensions; do
10305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10306 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10308 break 2
10310 done
10311 done
10312 IFS=$as_save_IFS
10316 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10317 if test -n "$GCC_FOR_TARGET"; then
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10319 $as_echo "$GCC_FOR_TARGET" >&6; }
10320 else
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10322 $as_echo "no" >&6; }
10326 done
10329 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10330 for ncn_progname in gcc; do
10331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10332 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10333 if test -x $with_build_time_tools/${ncn_progname}; then
10334 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10336 $as_echo "yes" >&6; }
10337 break
10338 else
10339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10340 $as_echo "no" >&6; }
10342 done
10345 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10346 for ncn_progname in gcc; do
10347 if test -n "$ncn_target_tool_prefix"; then
10348 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10349 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10351 $as_echo_n "checking for $ac_word... " >&6; }
10352 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10353 $as_echo_n "(cached) " >&6
10354 else
10355 if test -n "$GCC_FOR_TARGET"; then
10356 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10357 else
10358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10359 for as_dir in $PATH
10361 IFS=$as_save_IFS
10362 test -z "$as_dir" && as_dir=.
10363 for ac_exec_ext in '' $ac_executable_extensions; do
10364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10365 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10367 break 2
10369 done
10370 done
10371 IFS=$as_save_IFS
10375 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10376 if test -n "$GCC_FOR_TARGET"; then
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10378 $as_echo "$GCC_FOR_TARGET" >&6; }
10379 else
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10381 $as_echo "no" >&6; }
10386 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10387 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10388 set dummy ${ncn_progname}; ac_word=$2
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10390 $as_echo_n "checking for $ac_word... " >&6; }
10391 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10392 $as_echo_n "(cached) " >&6
10393 else
10394 if test -n "$GCC_FOR_TARGET"; then
10395 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10396 else
10397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10398 for as_dir in $PATH
10400 IFS=$as_save_IFS
10401 test -z "$as_dir" && as_dir=.
10402 for ac_exec_ext in '' $ac_executable_extensions; do
10403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10404 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10406 break 2
10408 done
10409 done
10410 IFS=$as_save_IFS
10414 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10415 if test -n "$GCC_FOR_TARGET"; then
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10417 $as_echo "$GCC_FOR_TARGET" >&6; }
10418 else
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10420 $as_echo "no" >&6; }
10425 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10426 done
10429 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10430 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10431 else
10432 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10437 if test -n "$GCJ_FOR_TARGET"; then
10438 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10439 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10440 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10443 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10444 for ncn_progname in gcj; do
10445 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10446 set dummy ${ncn_progname}; ac_word=$2
10447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10448 $as_echo_n "checking for $ac_word... " >&6; }
10449 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10450 $as_echo_n "(cached) " >&6
10451 else
10452 if test -n "$GCJ_FOR_TARGET"; then
10453 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10454 else
10455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10456 for as_dir in $PATH
10458 IFS=$as_save_IFS
10459 test -z "$as_dir" && as_dir=.
10460 for ac_exec_ext in '' $ac_executable_extensions; do
10461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10462 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10464 break 2
10466 done
10467 done
10468 IFS=$as_save_IFS
10472 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10473 if test -n "$GCJ_FOR_TARGET"; then
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10475 $as_echo "$GCJ_FOR_TARGET" >&6; }
10476 else
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10478 $as_echo "no" >&6; }
10482 done
10485 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10486 for ncn_progname in gcj; do
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10488 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10489 if test -x $with_build_time_tools/${ncn_progname}; then
10490 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10492 $as_echo "yes" >&6; }
10493 break
10494 else
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10496 $as_echo "no" >&6; }
10498 done
10501 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10502 for ncn_progname in gcj; do
10503 if test -n "$ncn_target_tool_prefix"; then
10504 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10505 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10507 $as_echo_n "checking for $ac_word... " >&6; }
10508 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10509 $as_echo_n "(cached) " >&6
10510 else
10511 if test -n "$GCJ_FOR_TARGET"; then
10512 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10513 else
10514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10515 for as_dir in $PATH
10517 IFS=$as_save_IFS
10518 test -z "$as_dir" && as_dir=.
10519 for ac_exec_ext in '' $ac_executable_extensions; do
10520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10521 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10523 break 2
10525 done
10526 done
10527 IFS=$as_save_IFS
10531 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10532 if test -n "$GCJ_FOR_TARGET"; then
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10534 $as_echo "$GCJ_FOR_TARGET" >&6; }
10535 else
10536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10537 $as_echo "no" >&6; }
10542 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10543 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10544 set dummy ${ncn_progname}; ac_word=$2
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10546 $as_echo_n "checking for $ac_word... " >&6; }
10547 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10548 $as_echo_n "(cached) " >&6
10549 else
10550 if test -n "$GCJ_FOR_TARGET"; then
10551 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10552 else
10553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10554 for as_dir in $PATH
10556 IFS=$as_save_IFS
10557 test -z "$as_dir" && as_dir=.
10558 for ac_exec_ext in '' $ac_executable_extensions; do
10559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10560 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10562 break 2
10564 done
10565 done
10566 IFS=$as_save_IFS
10570 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10571 if test -n "$GCJ_FOR_TARGET"; then
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10573 $as_echo "$GCJ_FOR_TARGET" >&6; }
10574 else
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10576 $as_echo "no" >&6; }
10581 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10582 done
10585 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10586 set dummy gcj
10587 if test $build = $target ; then
10588 GCJ_FOR_TARGET="$2"
10589 else
10590 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10592 else
10593 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10598 if test -n "$GFORTRAN_FOR_TARGET"; then
10599 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10600 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10601 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10604 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10605 for ncn_progname in gfortran; do
10606 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10607 set dummy ${ncn_progname}; ac_word=$2
10608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10609 $as_echo_n "checking for $ac_word... " >&6; }
10610 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10611 $as_echo_n "(cached) " >&6
10612 else
10613 if test -n "$GFORTRAN_FOR_TARGET"; then
10614 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10615 else
10616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10617 for as_dir in $PATH
10619 IFS=$as_save_IFS
10620 test -z "$as_dir" && as_dir=.
10621 for ac_exec_ext in '' $ac_executable_extensions; do
10622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10623 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10625 break 2
10627 done
10628 done
10629 IFS=$as_save_IFS
10633 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10634 if test -n "$GFORTRAN_FOR_TARGET"; then
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10636 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10637 else
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10639 $as_echo "no" >&6; }
10643 done
10646 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10647 for ncn_progname in gfortran; do
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10649 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10650 if test -x $with_build_time_tools/${ncn_progname}; then
10651 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10653 $as_echo "yes" >&6; }
10654 break
10655 else
10656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10657 $as_echo "no" >&6; }
10659 done
10662 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10663 for ncn_progname in gfortran; do
10664 if test -n "$ncn_target_tool_prefix"; then
10665 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10666 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10668 $as_echo_n "checking for $ac_word... " >&6; }
10669 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10670 $as_echo_n "(cached) " >&6
10671 else
10672 if test -n "$GFORTRAN_FOR_TARGET"; then
10673 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10674 else
10675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10676 for as_dir in $PATH
10678 IFS=$as_save_IFS
10679 test -z "$as_dir" && as_dir=.
10680 for ac_exec_ext in '' $ac_executable_extensions; do
10681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10682 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10684 break 2
10686 done
10687 done
10688 IFS=$as_save_IFS
10692 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10693 if test -n "$GFORTRAN_FOR_TARGET"; then
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10695 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10696 else
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10698 $as_echo "no" >&6; }
10703 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10704 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10705 set dummy ${ncn_progname}; ac_word=$2
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10707 $as_echo_n "checking for $ac_word... " >&6; }
10708 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10709 $as_echo_n "(cached) " >&6
10710 else
10711 if test -n "$GFORTRAN_FOR_TARGET"; then
10712 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10713 else
10714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10715 for as_dir in $PATH
10717 IFS=$as_save_IFS
10718 test -z "$as_dir" && as_dir=.
10719 for ac_exec_ext in '' $ac_executable_extensions; do
10720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10721 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10723 break 2
10725 done
10726 done
10727 IFS=$as_save_IFS
10731 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10732 if test -n "$GFORTRAN_FOR_TARGET"; then
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10734 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10735 else
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10737 $as_echo "no" >&6; }
10742 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10743 done
10746 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10747 set dummy gfortran
10748 if test $build = $target ; then
10749 GFORTRAN_FOR_TARGET="$2"
10750 else
10751 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10753 else
10754 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10759 if test -n "$GOC_FOR_TARGET"; then
10760 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10761 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10762 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10765 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10766 for ncn_progname in gccgo; do
10767 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10768 set dummy ${ncn_progname}; ac_word=$2
10769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10770 $as_echo_n "checking for $ac_word... " >&6; }
10771 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10772 $as_echo_n "(cached) " >&6
10773 else
10774 if test -n "$GOC_FOR_TARGET"; then
10775 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10776 else
10777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10778 for as_dir in $PATH
10780 IFS=$as_save_IFS
10781 test -z "$as_dir" && as_dir=.
10782 for ac_exec_ext in '' $ac_executable_extensions; do
10783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10784 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10786 break 2
10788 done
10789 done
10790 IFS=$as_save_IFS
10794 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10795 if test -n "$GOC_FOR_TARGET"; then
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10797 $as_echo "$GOC_FOR_TARGET" >&6; }
10798 else
10799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10800 $as_echo "no" >&6; }
10804 done
10807 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10808 for ncn_progname in gccgo; do
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10810 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10811 if test -x $with_build_time_tools/${ncn_progname}; then
10812 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10814 $as_echo "yes" >&6; }
10815 break
10816 else
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10818 $as_echo "no" >&6; }
10820 done
10823 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10824 for ncn_progname in gccgo; do
10825 if test -n "$ncn_target_tool_prefix"; then
10826 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10827 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10829 $as_echo_n "checking for $ac_word... " >&6; }
10830 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10831 $as_echo_n "(cached) " >&6
10832 else
10833 if test -n "$GOC_FOR_TARGET"; then
10834 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10835 else
10836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10837 for as_dir in $PATH
10839 IFS=$as_save_IFS
10840 test -z "$as_dir" && as_dir=.
10841 for ac_exec_ext in '' $ac_executable_extensions; do
10842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10843 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10845 break 2
10847 done
10848 done
10849 IFS=$as_save_IFS
10853 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10854 if test -n "$GOC_FOR_TARGET"; then
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10856 $as_echo "$GOC_FOR_TARGET" >&6; }
10857 else
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10859 $as_echo "no" >&6; }
10864 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10866 set dummy ${ncn_progname}; ac_word=$2
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10868 $as_echo_n "checking for $ac_word... " >&6; }
10869 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10870 $as_echo_n "(cached) " >&6
10871 else
10872 if test -n "$GOC_FOR_TARGET"; then
10873 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10874 else
10875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10876 for as_dir in $PATH
10878 IFS=$as_save_IFS
10879 test -z "$as_dir" && as_dir=.
10880 for ac_exec_ext in '' $ac_executable_extensions; do
10881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10882 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10884 break 2
10886 done
10887 done
10888 IFS=$as_save_IFS
10892 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10893 if test -n "$GOC_FOR_TARGET"; then
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10895 $as_echo "$GOC_FOR_TARGET" >&6; }
10896 else
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10898 $as_echo "no" >&6; }
10903 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10904 done
10907 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10908 set dummy gccgo
10909 if test $build = $target ; then
10910 GOC_FOR_TARGET="$2"
10911 else
10912 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10914 else
10915 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10920 if test -n "$GUPC_FOR_TARGET"; then
10921 ac_cv_prog_GUPC_FOR_TARGET=$GUPC_FOR_TARGET
10922 elif test -n "$ac_cv_prog_GUPC_FOR_TARGET"; then
10923 GUPC_FOR_TARGET=$ac_cv_prog_GUPC_FOR_TARGET
10926 if test -n "$ac_cv_prog_GUPC_FOR_TARGET"; then
10927 for ncn_progname in gupc; do
10928 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10929 set dummy ${ncn_progname}; ac_word=$2
10930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10931 $as_echo_n "checking for $ac_word... " >&6; }
10932 if test "${ac_cv_prog_GUPC_FOR_TARGET+set}" = set; then :
10933 $as_echo_n "(cached) " >&6
10934 else
10935 if test -n "$GUPC_FOR_TARGET"; then
10936 ac_cv_prog_GUPC_FOR_TARGET="$GUPC_FOR_TARGET" # Let the user override the test.
10937 else
10938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10939 for as_dir in $PATH
10941 IFS=$as_save_IFS
10942 test -z "$as_dir" && as_dir=.
10943 for ac_exec_ext in '' $ac_executable_extensions; do
10944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10945 ac_cv_prog_GUPC_FOR_TARGET="${ncn_progname}"
10946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10947 break 2
10949 done
10950 done
10951 IFS=$as_save_IFS
10955 GUPC_FOR_TARGET=$ac_cv_prog_GUPC_FOR_TARGET
10956 if test -n "$GUPC_FOR_TARGET"; then
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUPC_FOR_TARGET" >&5
10958 $as_echo "$GUPC_FOR_TARGET" >&6; }
10959 else
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10961 $as_echo "no" >&6; }
10965 done
10968 if test -z "$ac_cv_prog_GUPC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10969 for ncn_progname in gupc; do
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10971 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10972 if test -x $with_build_time_tools/${ncn_progname}; then
10973 ac_cv_prog_GUPC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10975 $as_echo "yes" >&6; }
10976 break
10977 else
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10979 $as_echo "no" >&6; }
10981 done
10984 if test -z "$ac_cv_prog_GUPC_FOR_TARGET"; then
10985 for ncn_progname in gupc; do
10986 if test -n "$ncn_target_tool_prefix"; then
10987 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10988 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10990 $as_echo_n "checking for $ac_word... " >&6; }
10991 if test "${ac_cv_prog_GUPC_FOR_TARGET+set}" = set; then :
10992 $as_echo_n "(cached) " >&6
10993 else
10994 if test -n "$GUPC_FOR_TARGET"; then
10995 ac_cv_prog_GUPC_FOR_TARGET="$GUPC_FOR_TARGET" # Let the user override the test.
10996 else
10997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10998 for as_dir in $PATH
11000 IFS=$as_save_IFS
11001 test -z "$as_dir" && as_dir=.
11002 for ac_exec_ext in '' $ac_executable_extensions; do
11003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11004 ac_cv_prog_GUPC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11006 break 2
11008 done
11009 done
11010 IFS=$as_save_IFS
11014 GUPC_FOR_TARGET=$ac_cv_prog_GUPC_FOR_TARGET
11015 if test -n "$GUPC_FOR_TARGET"; then
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUPC_FOR_TARGET" >&5
11017 $as_echo "$GUPC_FOR_TARGET" >&6; }
11018 else
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11020 $as_echo "no" >&6; }
11025 if test -z "$ac_cv_prog_GUPC_FOR_TARGET" && test $build = $target ; then
11026 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11027 set dummy ${ncn_progname}; ac_word=$2
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11029 $as_echo_n "checking for $ac_word... " >&6; }
11030 if test "${ac_cv_prog_GUPC_FOR_TARGET+set}" = set; then :
11031 $as_echo_n "(cached) " >&6
11032 else
11033 if test -n "$GUPC_FOR_TARGET"; then
11034 ac_cv_prog_GUPC_FOR_TARGET="$GUPC_FOR_TARGET" # Let the user override the test.
11035 else
11036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11037 for as_dir in $PATH
11039 IFS=$as_save_IFS
11040 test -z "$as_dir" && as_dir=.
11041 for ac_exec_ext in '' $ac_executable_extensions; do
11042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11043 ac_cv_prog_GUPC_FOR_TARGET="${ncn_progname}"
11044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11045 break 2
11047 done
11048 done
11049 IFS=$as_save_IFS
11053 GUPC_FOR_TARGET=$ac_cv_prog_GUPC_FOR_TARGET
11054 if test -n "$GUPC_FOR_TARGET"; then
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUPC_FOR_TARGET" >&5
11056 $as_echo "$GUPC_FOR_TARGET" >&6; }
11057 else
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11059 $as_echo "no" >&6; }
11064 test -n "$ac_cv_prog_GUPC_FOR_TARGET" && break
11065 done
11068 if test -z "$ac_cv_prog_GUPC_FOR_TARGET" ; then
11069 set dummy gupc
11070 if test $build = $target ; then
11071 GUPC_FOR_TARGET="$2"
11072 else
11073 GUPC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11075 else
11076 GUPC_FOR_TARGET="$ac_cv_prog_GUPC_FOR_TARGET"
11081 cat > conftest.c << \EOF
11082 #ifdef __GNUC__
11083 gcc_yay;
11084 #endif
11086 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
11087 have_gcc_for_target=yes
11088 else
11089 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
11090 have_gcc_for_target=no
11092 rm conftest.c
11097 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
11098 if test -n "$with_build_time_tools"; then
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
11100 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
11101 if test -x $with_build_time_tools/ar; then
11102 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
11103 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
11105 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
11106 else
11107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11108 $as_echo "no" >&6; }
11110 elif test $build != $host && test $have_gcc_for_target = yes; then
11111 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
11112 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
11113 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
11116 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11117 # Extract the first word of "ar", so it can be a program name with args.
11118 set dummy ar; ac_word=$2
11119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11120 $as_echo_n "checking for $ac_word... " >&6; }
11121 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
11122 $as_echo_n "(cached) " >&6
11123 else
11124 case $AR_FOR_TARGET in
11125 [\\/]* | ?:[\\/]*)
11126 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
11129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11130 for as_dir in $gcc_cv_tool_dirs
11132 IFS=$as_save_IFS
11133 test -z "$as_dir" && as_dir=.
11134 for ac_exec_ext in '' $ac_executable_extensions; do
11135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11136 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11138 break 2
11140 done
11141 done
11142 IFS=$as_save_IFS
11145 esac
11147 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11148 if test -n "$AR_FOR_TARGET"; then
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11150 $as_echo "$AR_FOR_TARGET" >&6; }
11151 else
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11153 $as_echo "no" >&6; }
11158 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
11161 if test -n "$AR_FOR_TARGET"; then
11162 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11163 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11164 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11167 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11168 for ncn_progname in ar; do
11169 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11170 set dummy ${ncn_progname}; ac_word=$2
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11172 $as_echo_n "checking for $ac_word... " >&6; }
11173 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11174 $as_echo_n "(cached) " >&6
11175 else
11176 if test -n "$AR_FOR_TARGET"; then
11177 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11178 else
11179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11180 for as_dir in $PATH
11182 IFS=$as_save_IFS
11183 test -z "$as_dir" && as_dir=.
11184 for ac_exec_ext in '' $ac_executable_extensions; do
11185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11186 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11188 break 2
11190 done
11191 done
11192 IFS=$as_save_IFS
11196 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11197 if test -n "$AR_FOR_TARGET"; then
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11199 $as_echo "$AR_FOR_TARGET" >&6; }
11200 else
11201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11202 $as_echo "no" >&6; }
11206 done
11209 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
11210 for ncn_progname in ar; do
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11212 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11213 if test -x $with_build_time_tools/${ncn_progname}; then
11214 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11216 $as_echo "yes" >&6; }
11217 break
11218 else
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11220 $as_echo "no" >&6; }
11222 done
11225 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11226 for ncn_progname in ar; do
11227 if test -n "$ncn_target_tool_prefix"; then
11228 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11229 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11231 $as_echo_n "checking for $ac_word... " >&6; }
11232 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11233 $as_echo_n "(cached) " >&6
11234 else
11235 if test -n "$AR_FOR_TARGET"; then
11236 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11237 else
11238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11239 for as_dir in $PATH
11241 IFS=$as_save_IFS
11242 test -z "$as_dir" && as_dir=.
11243 for ac_exec_ext in '' $ac_executable_extensions; do
11244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11245 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11247 break 2
11249 done
11250 done
11251 IFS=$as_save_IFS
11255 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11256 if test -n "$AR_FOR_TARGET"; then
11257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11258 $as_echo "$AR_FOR_TARGET" >&6; }
11259 else
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11261 $as_echo "no" >&6; }
11266 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11267 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11268 set dummy ${ncn_progname}; ac_word=$2
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11270 $as_echo_n "checking for $ac_word... " >&6; }
11271 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11272 $as_echo_n "(cached) " >&6
11273 else
11274 if test -n "$AR_FOR_TARGET"; then
11275 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11276 else
11277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11278 for as_dir in $PATH
11280 IFS=$as_save_IFS
11281 test -z "$as_dir" && as_dir=.
11282 for ac_exec_ext in '' $ac_executable_extensions; do
11283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11284 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11286 break 2
11288 done
11289 done
11290 IFS=$as_save_IFS
11294 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11295 if test -n "$AR_FOR_TARGET"; then
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11297 $as_echo "$AR_FOR_TARGET" >&6; }
11298 else
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11300 $as_echo "no" >&6; }
11305 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11306 done
11309 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11310 set dummy ar
11311 if test $build = $target ; then
11312 AR_FOR_TARGET="$2"
11313 else
11314 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11316 else
11317 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11320 else
11321 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11327 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11328 if test -n "$with_build_time_tools"; then
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11330 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
11331 if test -x $with_build_time_tools/as; then
11332 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11333 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11335 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11336 else
11337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11338 $as_echo "no" >&6; }
11340 elif test $build != $host && test $have_gcc_for_target = yes; then
11341 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11342 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11343 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11346 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11347 # Extract the first word of "as", so it can be a program name with args.
11348 set dummy as; ac_word=$2
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11350 $as_echo_n "checking for $ac_word... " >&6; }
11351 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11352 $as_echo_n "(cached) " >&6
11353 else
11354 case $AS_FOR_TARGET in
11355 [\\/]* | ?:[\\/]*)
11356 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11360 for as_dir in $gcc_cv_tool_dirs
11362 IFS=$as_save_IFS
11363 test -z "$as_dir" && as_dir=.
11364 for ac_exec_ext in '' $ac_executable_extensions; do
11365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11366 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11368 break 2
11370 done
11371 done
11372 IFS=$as_save_IFS
11375 esac
11377 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11378 if test -n "$AS_FOR_TARGET"; then
11379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11380 $as_echo "$AS_FOR_TARGET" >&6; }
11381 else
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11383 $as_echo "no" >&6; }
11388 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11391 if test -n "$AS_FOR_TARGET"; then
11392 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11393 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11394 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11397 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11398 for ncn_progname in as; do
11399 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11400 set dummy ${ncn_progname}; ac_word=$2
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11402 $as_echo_n "checking for $ac_word... " >&6; }
11403 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11404 $as_echo_n "(cached) " >&6
11405 else
11406 if test -n "$AS_FOR_TARGET"; then
11407 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11408 else
11409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11410 for as_dir in $PATH
11412 IFS=$as_save_IFS
11413 test -z "$as_dir" && as_dir=.
11414 for ac_exec_ext in '' $ac_executable_extensions; do
11415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11416 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11418 break 2
11420 done
11421 done
11422 IFS=$as_save_IFS
11426 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11427 if test -n "$AS_FOR_TARGET"; then
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11429 $as_echo "$AS_FOR_TARGET" >&6; }
11430 else
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11432 $as_echo "no" >&6; }
11436 done
11439 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11440 for ncn_progname in as; do
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11442 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11443 if test -x $with_build_time_tools/${ncn_progname}; then
11444 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11446 $as_echo "yes" >&6; }
11447 break
11448 else
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11450 $as_echo "no" >&6; }
11452 done
11455 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11456 for ncn_progname in as; do
11457 if test -n "$ncn_target_tool_prefix"; then
11458 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11459 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11461 $as_echo_n "checking for $ac_word... " >&6; }
11462 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11463 $as_echo_n "(cached) " >&6
11464 else
11465 if test -n "$AS_FOR_TARGET"; then
11466 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11467 else
11468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11469 for as_dir in $PATH
11471 IFS=$as_save_IFS
11472 test -z "$as_dir" && as_dir=.
11473 for ac_exec_ext in '' $ac_executable_extensions; do
11474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11475 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11477 break 2
11479 done
11480 done
11481 IFS=$as_save_IFS
11485 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11486 if test -n "$AS_FOR_TARGET"; then
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11488 $as_echo "$AS_FOR_TARGET" >&6; }
11489 else
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11491 $as_echo "no" >&6; }
11496 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11497 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11498 set dummy ${ncn_progname}; ac_word=$2
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11500 $as_echo_n "checking for $ac_word... " >&6; }
11501 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11502 $as_echo_n "(cached) " >&6
11503 else
11504 if test -n "$AS_FOR_TARGET"; then
11505 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11506 else
11507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11508 for as_dir in $PATH
11510 IFS=$as_save_IFS
11511 test -z "$as_dir" && as_dir=.
11512 for ac_exec_ext in '' $ac_executable_extensions; do
11513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11514 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11516 break 2
11518 done
11519 done
11520 IFS=$as_save_IFS
11524 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11525 if test -n "$AS_FOR_TARGET"; then
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11527 $as_echo "$AS_FOR_TARGET" >&6; }
11528 else
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11530 $as_echo "no" >&6; }
11535 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11536 done
11539 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11540 set dummy as
11541 if test $build = $target ; then
11542 AS_FOR_TARGET="$2"
11543 else
11544 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11546 else
11547 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11550 else
11551 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11557 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11558 if test -n "$with_build_time_tools"; then
11559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11560 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11561 if test -x $with_build_time_tools/dlltool; then
11562 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11563 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11565 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11566 else
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11568 $as_echo "no" >&6; }
11570 elif test $build != $host && test $have_gcc_for_target = yes; then
11571 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11572 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11573 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11576 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11577 # Extract the first word of "dlltool", so it can be a program name with args.
11578 set dummy dlltool; ac_word=$2
11579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11580 $as_echo_n "checking for $ac_word... " >&6; }
11581 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11582 $as_echo_n "(cached) " >&6
11583 else
11584 case $DLLTOOL_FOR_TARGET in
11585 [\\/]* | ?:[\\/]*)
11586 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11590 for as_dir in $gcc_cv_tool_dirs
11592 IFS=$as_save_IFS
11593 test -z "$as_dir" && as_dir=.
11594 for ac_exec_ext in '' $ac_executable_extensions; do
11595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11596 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11598 break 2
11600 done
11601 done
11602 IFS=$as_save_IFS
11605 esac
11607 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11608 if test -n "$DLLTOOL_FOR_TARGET"; then
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11610 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11611 else
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11613 $as_echo "no" >&6; }
11618 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11621 if test -n "$DLLTOOL_FOR_TARGET"; then
11622 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11623 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11624 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11627 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11628 for ncn_progname in dlltool; do
11629 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11630 set dummy ${ncn_progname}; ac_word=$2
11631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11632 $as_echo_n "checking for $ac_word... " >&6; }
11633 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11634 $as_echo_n "(cached) " >&6
11635 else
11636 if test -n "$DLLTOOL_FOR_TARGET"; then
11637 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11638 else
11639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11640 for as_dir in $PATH
11642 IFS=$as_save_IFS
11643 test -z "$as_dir" && as_dir=.
11644 for ac_exec_ext in '' $ac_executable_extensions; do
11645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11646 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11648 break 2
11650 done
11651 done
11652 IFS=$as_save_IFS
11656 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11657 if test -n "$DLLTOOL_FOR_TARGET"; then
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11659 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11660 else
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11662 $as_echo "no" >&6; }
11666 done
11669 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11670 for ncn_progname in dlltool; do
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11672 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11673 if test -x $with_build_time_tools/${ncn_progname}; then
11674 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11676 $as_echo "yes" >&6; }
11677 break
11678 else
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11680 $as_echo "no" >&6; }
11682 done
11685 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11686 for ncn_progname in dlltool; do
11687 if test -n "$ncn_target_tool_prefix"; then
11688 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11689 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11691 $as_echo_n "checking for $ac_word... " >&6; }
11692 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11693 $as_echo_n "(cached) " >&6
11694 else
11695 if test -n "$DLLTOOL_FOR_TARGET"; then
11696 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11697 else
11698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11699 for as_dir in $PATH
11701 IFS=$as_save_IFS
11702 test -z "$as_dir" && as_dir=.
11703 for ac_exec_ext in '' $ac_executable_extensions; do
11704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11705 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11707 break 2
11709 done
11710 done
11711 IFS=$as_save_IFS
11715 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11716 if test -n "$DLLTOOL_FOR_TARGET"; then
11717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11718 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11719 else
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11721 $as_echo "no" >&6; }
11726 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11727 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11728 set dummy ${ncn_progname}; ac_word=$2
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11730 $as_echo_n "checking for $ac_word... " >&6; }
11731 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11732 $as_echo_n "(cached) " >&6
11733 else
11734 if test -n "$DLLTOOL_FOR_TARGET"; then
11735 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11736 else
11737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11738 for as_dir in $PATH
11740 IFS=$as_save_IFS
11741 test -z "$as_dir" && as_dir=.
11742 for ac_exec_ext in '' $ac_executable_extensions; do
11743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11744 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11746 break 2
11748 done
11749 done
11750 IFS=$as_save_IFS
11754 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11755 if test -n "$DLLTOOL_FOR_TARGET"; then
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11757 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11758 else
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11760 $as_echo "no" >&6; }
11765 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11766 done
11769 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11770 set dummy dlltool
11771 if test $build = $target ; then
11772 DLLTOOL_FOR_TARGET="$2"
11773 else
11774 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11776 else
11777 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11780 else
11781 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11787 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11788 if test -n "$with_build_time_tools"; then
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11790 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11791 if test -x $with_build_time_tools/ld; then
11792 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11793 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11795 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11796 else
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11798 $as_echo "no" >&6; }
11800 elif test $build != $host && test $have_gcc_for_target = yes; then
11801 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11802 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11803 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11806 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11807 # Extract the first word of "ld", so it can be a program name with args.
11808 set dummy ld; ac_word=$2
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11810 $as_echo_n "checking for $ac_word... " >&6; }
11811 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11812 $as_echo_n "(cached) " >&6
11813 else
11814 case $LD_FOR_TARGET in
11815 [\\/]* | ?:[\\/]*)
11816 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11820 for as_dir in $gcc_cv_tool_dirs
11822 IFS=$as_save_IFS
11823 test -z "$as_dir" && as_dir=.
11824 for ac_exec_ext in '' $ac_executable_extensions; do
11825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11826 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11828 break 2
11830 done
11831 done
11832 IFS=$as_save_IFS
11835 esac
11837 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11838 if test -n "$LD_FOR_TARGET"; then
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11840 $as_echo "$LD_FOR_TARGET" >&6; }
11841 else
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11843 $as_echo "no" >&6; }
11848 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11851 if test -n "$LD_FOR_TARGET"; then
11852 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11853 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11854 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11857 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11858 for ncn_progname in ld; do
11859 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11860 set dummy ${ncn_progname}; ac_word=$2
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11862 $as_echo_n "checking for $ac_word... " >&6; }
11863 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11864 $as_echo_n "(cached) " >&6
11865 else
11866 if test -n "$LD_FOR_TARGET"; then
11867 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11868 else
11869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11870 for as_dir in $PATH
11872 IFS=$as_save_IFS
11873 test -z "$as_dir" && as_dir=.
11874 for ac_exec_ext in '' $ac_executable_extensions; do
11875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11876 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11878 break 2
11880 done
11881 done
11882 IFS=$as_save_IFS
11886 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11887 if test -n "$LD_FOR_TARGET"; then
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11889 $as_echo "$LD_FOR_TARGET" >&6; }
11890 else
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11892 $as_echo "no" >&6; }
11896 done
11899 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11900 for ncn_progname in ld; do
11901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11902 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11903 if test -x $with_build_time_tools/${ncn_progname}; then
11904 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11906 $as_echo "yes" >&6; }
11907 break
11908 else
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11910 $as_echo "no" >&6; }
11912 done
11915 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11916 for ncn_progname in ld; do
11917 if test -n "$ncn_target_tool_prefix"; then
11918 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11919 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11921 $as_echo_n "checking for $ac_word... " >&6; }
11922 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11923 $as_echo_n "(cached) " >&6
11924 else
11925 if test -n "$LD_FOR_TARGET"; then
11926 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11927 else
11928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11929 for as_dir in $PATH
11931 IFS=$as_save_IFS
11932 test -z "$as_dir" && as_dir=.
11933 for ac_exec_ext in '' $ac_executable_extensions; do
11934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11935 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11937 break 2
11939 done
11940 done
11941 IFS=$as_save_IFS
11945 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11946 if test -n "$LD_FOR_TARGET"; then
11947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11948 $as_echo "$LD_FOR_TARGET" >&6; }
11949 else
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11951 $as_echo "no" >&6; }
11956 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11957 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11958 set dummy ${ncn_progname}; ac_word=$2
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11960 $as_echo_n "checking for $ac_word... " >&6; }
11961 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11962 $as_echo_n "(cached) " >&6
11963 else
11964 if test -n "$LD_FOR_TARGET"; then
11965 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11966 else
11967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11968 for as_dir in $PATH
11970 IFS=$as_save_IFS
11971 test -z "$as_dir" && as_dir=.
11972 for ac_exec_ext in '' $ac_executable_extensions; do
11973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11974 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11976 break 2
11978 done
11979 done
11980 IFS=$as_save_IFS
11984 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11985 if test -n "$LD_FOR_TARGET"; then
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11987 $as_echo "$LD_FOR_TARGET" >&6; }
11988 else
11989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11990 $as_echo "no" >&6; }
11995 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11996 done
11999 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
12000 set dummy ld
12001 if test $build = $target ; then
12002 LD_FOR_TARGET="$2"
12003 else
12004 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
12006 else
12007 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
12010 else
12011 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
12017 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
12018 if test -n "$with_build_time_tools"; then
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
12020 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
12021 if test -x $with_build_time_tools/lipo; then
12022 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
12023 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
12024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
12025 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
12026 else
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12028 $as_echo "no" >&6; }
12030 elif test $build != $host && test $have_gcc_for_target = yes; then
12031 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
12032 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
12033 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
12036 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12037 # Extract the first word of "lipo", so it can be a program name with args.
12038 set dummy lipo; ac_word=$2
12039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12040 $as_echo_n "checking for $ac_word... " >&6; }
12041 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
12042 $as_echo_n "(cached) " >&6
12043 else
12044 case $LIPO_FOR_TARGET in
12045 [\\/]* | ?:[\\/]*)
12046 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
12049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12050 for as_dir in $gcc_cv_tool_dirs
12052 IFS=$as_save_IFS
12053 test -z "$as_dir" && as_dir=.
12054 for ac_exec_ext in '' $ac_executable_extensions; do
12055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12056 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12058 break 2
12060 done
12061 done
12062 IFS=$as_save_IFS
12065 esac
12067 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
12068 if test -n "$LIPO_FOR_TARGET"; then
12069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12070 $as_echo "$LIPO_FOR_TARGET" >&6; }
12071 else
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12073 $as_echo "no" >&6; }
12078 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
12081 if test -n "$LIPO_FOR_TARGET"; then
12082 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
12083 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12084 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12087 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12088 for ncn_progname in lipo; do
12089 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12090 set dummy ${ncn_progname}; ac_word=$2
12091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12092 $as_echo_n "checking for $ac_word... " >&6; }
12093 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12094 $as_echo_n "(cached) " >&6
12095 else
12096 if test -n "$LIPO_FOR_TARGET"; then
12097 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12098 else
12099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12100 for as_dir in $PATH
12102 IFS=$as_save_IFS
12103 test -z "$as_dir" && as_dir=.
12104 for ac_exec_ext in '' $ac_executable_extensions; do
12105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12106 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
12107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12108 break 2
12110 done
12111 done
12112 IFS=$as_save_IFS
12116 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12117 if test -n "$LIPO_FOR_TARGET"; then
12118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12119 $as_echo "$LIPO_FOR_TARGET" >&6; }
12120 else
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12122 $as_echo "no" >&6; }
12126 done
12129 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
12130 for ncn_progname in lipo; do
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12132 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12133 if test -x $with_build_time_tools/${ncn_progname}; then
12134 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12136 $as_echo "yes" >&6; }
12137 break
12138 else
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12140 $as_echo "no" >&6; }
12142 done
12145 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
12146 for ncn_progname in lipo; do
12147 if test -n "$ncn_target_tool_prefix"; then
12148 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12149 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12151 $as_echo_n "checking for $ac_word... " >&6; }
12152 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12153 $as_echo_n "(cached) " >&6
12154 else
12155 if test -n "$LIPO_FOR_TARGET"; then
12156 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12157 else
12158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12159 for as_dir in $PATH
12161 IFS=$as_save_IFS
12162 test -z "$as_dir" && as_dir=.
12163 for ac_exec_ext in '' $ac_executable_extensions; do
12164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12165 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12167 break 2
12169 done
12170 done
12171 IFS=$as_save_IFS
12175 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12176 if test -n "$LIPO_FOR_TARGET"; then
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12178 $as_echo "$LIPO_FOR_TARGET" >&6; }
12179 else
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12181 $as_echo "no" >&6; }
12186 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12187 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12188 set dummy ${ncn_progname}; ac_word=$2
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12190 $as_echo_n "checking for $ac_word... " >&6; }
12191 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12192 $as_echo_n "(cached) " >&6
12193 else
12194 if test -n "$LIPO_FOR_TARGET"; then
12195 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12196 else
12197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12198 for as_dir in $PATH
12200 IFS=$as_save_IFS
12201 test -z "$as_dir" && as_dir=.
12202 for ac_exec_ext in '' $ac_executable_extensions; do
12203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12204 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
12205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12206 break 2
12208 done
12209 done
12210 IFS=$as_save_IFS
12214 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12215 if test -n "$LIPO_FOR_TARGET"; then
12216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12217 $as_echo "$LIPO_FOR_TARGET" >&6; }
12218 else
12219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12220 $as_echo "no" >&6; }
12225 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12226 done
12229 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12230 set dummy lipo
12231 if test $build = $target ; then
12232 LIPO_FOR_TARGET="$2"
12233 else
12234 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12236 else
12237 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
12240 else
12241 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
12247 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12248 if test -n "$with_build_time_tools"; then
12249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12250 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
12251 if test -x $with_build_time_tools/nm; then
12252 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12253 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12255 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
12256 else
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12258 $as_echo "no" >&6; }
12260 elif test $build != $host && test $have_gcc_for_target = yes; then
12261 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
12262 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12263 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12266 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12267 # Extract the first word of "nm", so it can be a program name with args.
12268 set dummy nm; ac_word=$2
12269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12270 $as_echo_n "checking for $ac_word... " >&6; }
12271 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12272 $as_echo_n "(cached) " >&6
12273 else
12274 case $NM_FOR_TARGET in
12275 [\\/]* | ?:[\\/]*)
12276 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12280 for as_dir in $gcc_cv_tool_dirs
12282 IFS=$as_save_IFS
12283 test -z "$as_dir" && as_dir=.
12284 for ac_exec_ext in '' $ac_executable_extensions; do
12285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12286 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12288 break 2
12290 done
12291 done
12292 IFS=$as_save_IFS
12295 esac
12297 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12298 if test -n "$NM_FOR_TARGET"; then
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12300 $as_echo "$NM_FOR_TARGET" >&6; }
12301 else
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12303 $as_echo "no" >&6; }
12308 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12311 if test -n "$NM_FOR_TARGET"; then
12312 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12313 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12314 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12317 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12318 for ncn_progname in nm; do
12319 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12320 set dummy ${ncn_progname}; ac_word=$2
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12322 $as_echo_n "checking for $ac_word... " >&6; }
12323 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12324 $as_echo_n "(cached) " >&6
12325 else
12326 if test -n "$NM_FOR_TARGET"; then
12327 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12328 else
12329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12330 for as_dir in $PATH
12332 IFS=$as_save_IFS
12333 test -z "$as_dir" && as_dir=.
12334 for ac_exec_ext in '' $ac_executable_extensions; do
12335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12336 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12338 break 2
12340 done
12341 done
12342 IFS=$as_save_IFS
12346 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12347 if test -n "$NM_FOR_TARGET"; then
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12349 $as_echo "$NM_FOR_TARGET" >&6; }
12350 else
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12352 $as_echo "no" >&6; }
12356 done
12359 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12360 for ncn_progname in nm; do
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12362 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12363 if test -x $with_build_time_tools/${ncn_progname}; then
12364 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12366 $as_echo "yes" >&6; }
12367 break
12368 else
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12370 $as_echo "no" >&6; }
12372 done
12375 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12376 for ncn_progname in nm; do
12377 if test -n "$ncn_target_tool_prefix"; then
12378 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12379 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12381 $as_echo_n "checking for $ac_word... " >&6; }
12382 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12383 $as_echo_n "(cached) " >&6
12384 else
12385 if test -n "$NM_FOR_TARGET"; then
12386 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12387 else
12388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12389 for as_dir in $PATH
12391 IFS=$as_save_IFS
12392 test -z "$as_dir" && as_dir=.
12393 for ac_exec_ext in '' $ac_executable_extensions; do
12394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12395 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12397 break 2
12399 done
12400 done
12401 IFS=$as_save_IFS
12405 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12406 if test -n "$NM_FOR_TARGET"; then
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12408 $as_echo "$NM_FOR_TARGET" >&6; }
12409 else
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12411 $as_echo "no" >&6; }
12416 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12417 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12418 set dummy ${ncn_progname}; ac_word=$2
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12420 $as_echo_n "checking for $ac_word... " >&6; }
12421 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12422 $as_echo_n "(cached) " >&6
12423 else
12424 if test -n "$NM_FOR_TARGET"; then
12425 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12426 else
12427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12428 for as_dir in $PATH
12430 IFS=$as_save_IFS
12431 test -z "$as_dir" && as_dir=.
12432 for ac_exec_ext in '' $ac_executable_extensions; do
12433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12434 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12436 break 2
12438 done
12439 done
12440 IFS=$as_save_IFS
12444 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12445 if test -n "$NM_FOR_TARGET"; then
12446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12447 $as_echo "$NM_FOR_TARGET" >&6; }
12448 else
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12450 $as_echo "no" >&6; }
12455 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12456 done
12459 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12460 set dummy nm
12461 if test $build = $target ; then
12462 NM_FOR_TARGET="$2"
12463 else
12464 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12466 else
12467 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12470 else
12471 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12477 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12478 if test -n "$with_build_time_tools"; then
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12480 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12481 if test -x $with_build_time_tools/objdump; then
12482 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12483 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12485 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12486 else
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12488 $as_echo "no" >&6; }
12490 elif test $build != $host && test $have_gcc_for_target = yes; then
12491 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12492 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12493 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12496 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12497 # Extract the first word of "objdump", so it can be a program name with args.
12498 set dummy objdump; ac_word=$2
12499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12500 $as_echo_n "checking for $ac_word... " >&6; }
12501 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12502 $as_echo_n "(cached) " >&6
12503 else
12504 case $OBJDUMP_FOR_TARGET in
12505 [\\/]* | ?:[\\/]*)
12506 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12510 for as_dir in $gcc_cv_tool_dirs
12512 IFS=$as_save_IFS
12513 test -z "$as_dir" && as_dir=.
12514 for ac_exec_ext in '' $ac_executable_extensions; do
12515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12516 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12518 break 2
12520 done
12521 done
12522 IFS=$as_save_IFS
12525 esac
12527 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12528 if test -n "$OBJDUMP_FOR_TARGET"; then
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12530 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12531 else
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12533 $as_echo "no" >&6; }
12538 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12541 if test -n "$OBJDUMP_FOR_TARGET"; then
12542 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12543 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12544 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12547 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12548 for ncn_progname in objdump; do
12549 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12550 set dummy ${ncn_progname}; ac_word=$2
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12552 $as_echo_n "checking for $ac_word... " >&6; }
12553 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12554 $as_echo_n "(cached) " >&6
12555 else
12556 if test -n "$OBJDUMP_FOR_TARGET"; then
12557 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12558 else
12559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12560 for as_dir in $PATH
12562 IFS=$as_save_IFS
12563 test -z "$as_dir" && as_dir=.
12564 for ac_exec_ext in '' $ac_executable_extensions; do
12565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12566 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12568 break 2
12570 done
12571 done
12572 IFS=$as_save_IFS
12576 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12577 if test -n "$OBJDUMP_FOR_TARGET"; then
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12579 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12580 else
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12582 $as_echo "no" >&6; }
12586 done
12589 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12590 for ncn_progname in objdump; do
12591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12592 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12593 if test -x $with_build_time_tools/${ncn_progname}; then
12594 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12596 $as_echo "yes" >&6; }
12597 break
12598 else
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12600 $as_echo "no" >&6; }
12602 done
12605 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12606 for ncn_progname in objdump; do
12607 if test -n "$ncn_target_tool_prefix"; then
12608 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12609 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12611 $as_echo_n "checking for $ac_word... " >&6; }
12612 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12613 $as_echo_n "(cached) " >&6
12614 else
12615 if test -n "$OBJDUMP_FOR_TARGET"; then
12616 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12617 else
12618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12619 for as_dir in $PATH
12621 IFS=$as_save_IFS
12622 test -z "$as_dir" && as_dir=.
12623 for ac_exec_ext in '' $ac_executable_extensions; do
12624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12625 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12627 break 2
12629 done
12630 done
12631 IFS=$as_save_IFS
12635 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12636 if test -n "$OBJDUMP_FOR_TARGET"; then
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12638 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12639 else
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12641 $as_echo "no" >&6; }
12646 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12647 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12648 set dummy ${ncn_progname}; ac_word=$2
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12650 $as_echo_n "checking for $ac_word... " >&6; }
12651 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12652 $as_echo_n "(cached) " >&6
12653 else
12654 if test -n "$OBJDUMP_FOR_TARGET"; then
12655 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12656 else
12657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12658 for as_dir in $PATH
12660 IFS=$as_save_IFS
12661 test -z "$as_dir" && as_dir=.
12662 for ac_exec_ext in '' $ac_executable_extensions; do
12663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12664 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12666 break 2
12668 done
12669 done
12670 IFS=$as_save_IFS
12674 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12675 if test -n "$OBJDUMP_FOR_TARGET"; then
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12677 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12678 else
12679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12680 $as_echo "no" >&6; }
12685 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12686 done
12689 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12690 set dummy objdump
12691 if test $build = $target ; then
12692 OBJDUMP_FOR_TARGET="$2"
12693 else
12694 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12696 else
12697 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12700 else
12701 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12707 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12708 if test -n "$with_build_time_tools"; then
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12710 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12711 if test -x $with_build_time_tools/ranlib; then
12712 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12713 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12715 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12716 else
12717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12718 $as_echo "no" >&6; }
12720 elif test $build != $host && test $have_gcc_for_target = yes; then
12721 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12722 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12723 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12726 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12727 # Extract the first word of "ranlib", so it can be a program name with args.
12728 set dummy ranlib; ac_word=$2
12729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12730 $as_echo_n "checking for $ac_word... " >&6; }
12731 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12732 $as_echo_n "(cached) " >&6
12733 else
12734 case $RANLIB_FOR_TARGET in
12735 [\\/]* | ?:[\\/]*)
12736 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12740 for as_dir in $gcc_cv_tool_dirs
12742 IFS=$as_save_IFS
12743 test -z "$as_dir" && as_dir=.
12744 for ac_exec_ext in '' $ac_executable_extensions; do
12745 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12746 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12748 break 2
12750 done
12751 done
12752 IFS=$as_save_IFS
12755 esac
12757 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12758 if test -n "$RANLIB_FOR_TARGET"; then
12759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12760 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12761 else
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12763 $as_echo "no" >&6; }
12768 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12771 if test -n "$RANLIB_FOR_TARGET"; then
12772 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12773 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12774 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12777 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12778 for ncn_progname in ranlib; do
12779 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12780 set dummy ${ncn_progname}; ac_word=$2
12781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12782 $as_echo_n "checking for $ac_word... " >&6; }
12783 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12784 $as_echo_n "(cached) " >&6
12785 else
12786 if test -n "$RANLIB_FOR_TARGET"; then
12787 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12788 else
12789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12790 for as_dir in $PATH
12792 IFS=$as_save_IFS
12793 test -z "$as_dir" && as_dir=.
12794 for ac_exec_ext in '' $ac_executable_extensions; do
12795 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12796 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12798 break 2
12800 done
12801 done
12802 IFS=$as_save_IFS
12806 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12807 if test -n "$RANLIB_FOR_TARGET"; then
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12809 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12810 else
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12812 $as_echo "no" >&6; }
12816 done
12819 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12820 for ncn_progname in ranlib; do
12821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12822 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12823 if test -x $with_build_time_tools/${ncn_progname}; then
12824 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12826 $as_echo "yes" >&6; }
12827 break
12828 else
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12830 $as_echo "no" >&6; }
12832 done
12835 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12836 for ncn_progname in ranlib; do
12837 if test -n "$ncn_target_tool_prefix"; then
12838 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12839 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12841 $as_echo_n "checking for $ac_word... " >&6; }
12842 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12843 $as_echo_n "(cached) " >&6
12844 else
12845 if test -n "$RANLIB_FOR_TARGET"; then
12846 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12847 else
12848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12849 for as_dir in $PATH
12851 IFS=$as_save_IFS
12852 test -z "$as_dir" && as_dir=.
12853 for ac_exec_ext in '' $ac_executable_extensions; do
12854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12855 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12857 break 2
12859 done
12860 done
12861 IFS=$as_save_IFS
12865 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12866 if test -n "$RANLIB_FOR_TARGET"; then
12867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12868 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12869 else
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12871 $as_echo "no" >&6; }
12876 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12877 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12878 set dummy ${ncn_progname}; ac_word=$2
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12880 $as_echo_n "checking for $ac_word... " >&6; }
12881 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12882 $as_echo_n "(cached) " >&6
12883 else
12884 if test -n "$RANLIB_FOR_TARGET"; then
12885 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12886 else
12887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12888 for as_dir in $PATH
12890 IFS=$as_save_IFS
12891 test -z "$as_dir" && as_dir=.
12892 for ac_exec_ext in '' $ac_executable_extensions; do
12893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12894 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12896 break 2
12898 done
12899 done
12900 IFS=$as_save_IFS
12904 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12905 if test -n "$RANLIB_FOR_TARGET"; then
12906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12907 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12908 else
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12910 $as_echo "no" >&6; }
12915 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12916 done
12919 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12920 set dummy ranlib
12921 if test $build = $target ; then
12922 RANLIB_FOR_TARGET="$2"
12923 else
12924 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12926 else
12927 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12930 else
12931 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12937 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12938 if test -n "$with_build_time_tools"; then
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12940 $as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12941 if test -x $with_build_time_tools/readelf; then
12942 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12943 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12945 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12946 else
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12948 $as_echo "no" >&6; }
12950 elif test $build != $host && test $have_gcc_for_target = yes; then
12951 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12952 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12953 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12956 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12957 # Extract the first word of "readelf", so it can be a program name with args.
12958 set dummy readelf; ac_word=$2
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12960 $as_echo_n "checking for $ac_word... " >&6; }
12961 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12962 $as_echo_n "(cached) " >&6
12963 else
12964 case $READELF_FOR_TARGET in
12965 [\\/]* | ?:[\\/]*)
12966 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12970 for as_dir in $gcc_cv_tool_dirs
12972 IFS=$as_save_IFS
12973 test -z "$as_dir" && as_dir=.
12974 for ac_exec_ext in '' $ac_executable_extensions; do
12975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12976 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12978 break 2
12980 done
12981 done
12982 IFS=$as_save_IFS
12985 esac
12987 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12988 if test -n "$READELF_FOR_TARGET"; then
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12990 $as_echo "$READELF_FOR_TARGET" >&6; }
12991 else
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12993 $as_echo "no" >&6; }
12998 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13001 if test -n "$READELF_FOR_TARGET"; then
13002 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
13003 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13004 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13007 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13008 for ncn_progname in readelf; do
13009 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13010 set dummy ${ncn_progname}; ac_word=$2
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13012 $as_echo_n "checking for $ac_word... " >&6; }
13013 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13014 $as_echo_n "(cached) " >&6
13015 else
13016 if test -n "$READELF_FOR_TARGET"; then
13017 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13018 else
13019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13020 for as_dir in $PATH
13022 IFS=$as_save_IFS
13023 test -z "$as_dir" && as_dir=.
13024 for ac_exec_ext in '' $ac_executable_extensions; do
13025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13026 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13028 break 2
13030 done
13031 done
13032 IFS=$as_save_IFS
13036 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13037 if test -n "$READELF_FOR_TARGET"; then
13038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13039 $as_echo "$READELF_FOR_TARGET" >&6; }
13040 else
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13042 $as_echo "no" >&6; }
13046 done
13049 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13050 for ncn_progname in readelf; do
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13052 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13053 if test -x $with_build_time_tools/${ncn_progname}; then
13054 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13056 $as_echo "yes" >&6; }
13057 break
13058 else
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13060 $as_echo "no" >&6; }
13062 done
13065 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13066 for ncn_progname in readelf; do
13067 if test -n "$ncn_target_tool_prefix"; then
13068 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13069 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13071 $as_echo_n "checking for $ac_word... " >&6; }
13072 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13073 $as_echo_n "(cached) " >&6
13074 else
13075 if test -n "$READELF_FOR_TARGET"; then
13076 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13077 else
13078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13079 for as_dir in $PATH
13081 IFS=$as_save_IFS
13082 test -z "$as_dir" && as_dir=.
13083 for ac_exec_ext in '' $ac_executable_extensions; do
13084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13085 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13087 break 2
13089 done
13090 done
13091 IFS=$as_save_IFS
13095 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13096 if test -n "$READELF_FOR_TARGET"; then
13097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13098 $as_echo "$READELF_FOR_TARGET" >&6; }
13099 else
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13101 $as_echo "no" >&6; }
13106 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13107 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13108 set dummy ${ncn_progname}; ac_word=$2
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13110 $as_echo_n "checking for $ac_word... " >&6; }
13111 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13112 $as_echo_n "(cached) " >&6
13113 else
13114 if test -n "$READELF_FOR_TARGET"; then
13115 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13116 else
13117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13118 for as_dir in $PATH
13120 IFS=$as_save_IFS
13121 test -z "$as_dir" && as_dir=.
13122 for ac_exec_ext in '' $ac_executable_extensions; do
13123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13124 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13126 break 2
13128 done
13129 done
13130 IFS=$as_save_IFS
13134 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13135 if test -n "$READELF_FOR_TARGET"; then
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13137 $as_echo "$READELF_FOR_TARGET" >&6; }
13138 else
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13140 $as_echo "no" >&6; }
13145 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13146 done
13149 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13150 set dummy readelf
13151 if test $build = $target ; then
13152 READELF_FOR_TARGET="$2"
13153 else
13154 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13156 else
13157 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13160 else
13161 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13167 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13168 if test -n "$with_build_time_tools"; then
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13170 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
13171 if test -x $with_build_time_tools/strip; then
13172 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13173 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13175 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
13176 else
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13178 $as_echo "no" >&6; }
13180 elif test $build != $host && test $have_gcc_for_target = yes; then
13181 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
13182 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13183 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13186 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13187 # Extract the first word of "strip", so it can be a program name with args.
13188 set dummy strip; ac_word=$2
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13190 $as_echo_n "checking for $ac_word... " >&6; }
13191 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13192 $as_echo_n "(cached) " >&6
13193 else
13194 case $STRIP_FOR_TARGET in
13195 [\\/]* | ?:[\\/]*)
13196 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13199 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13200 for as_dir in $gcc_cv_tool_dirs
13202 IFS=$as_save_IFS
13203 test -z "$as_dir" && as_dir=.
13204 for ac_exec_ext in '' $ac_executable_extensions; do
13205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13206 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13208 break 2
13210 done
13211 done
13212 IFS=$as_save_IFS
13215 esac
13217 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13218 if test -n "$STRIP_FOR_TARGET"; then
13219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13220 $as_echo "$STRIP_FOR_TARGET" >&6; }
13221 else
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13223 $as_echo "no" >&6; }
13228 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13231 if test -n "$STRIP_FOR_TARGET"; then
13232 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13233 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13234 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13237 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13238 for ncn_progname in strip; do
13239 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13240 set dummy ${ncn_progname}; ac_word=$2
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13242 $as_echo_n "checking for $ac_word... " >&6; }
13243 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13244 $as_echo_n "(cached) " >&6
13245 else
13246 if test -n "$STRIP_FOR_TARGET"; then
13247 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13248 else
13249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13250 for as_dir in $PATH
13252 IFS=$as_save_IFS
13253 test -z "$as_dir" && as_dir=.
13254 for ac_exec_ext in '' $ac_executable_extensions; do
13255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13256 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13258 break 2
13260 done
13261 done
13262 IFS=$as_save_IFS
13266 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13267 if test -n "$STRIP_FOR_TARGET"; then
13268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13269 $as_echo "$STRIP_FOR_TARGET" >&6; }
13270 else
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13272 $as_echo "no" >&6; }
13276 done
13279 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
13280 for ncn_progname in strip; do
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13282 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13283 if test -x $with_build_time_tools/${ncn_progname}; then
13284 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13286 $as_echo "yes" >&6; }
13287 break
13288 else
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13290 $as_echo "no" >&6; }
13292 done
13295 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13296 for ncn_progname in strip; do
13297 if test -n "$ncn_target_tool_prefix"; then
13298 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13299 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13301 $as_echo_n "checking for $ac_word... " >&6; }
13302 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13303 $as_echo_n "(cached) " >&6
13304 else
13305 if test -n "$STRIP_FOR_TARGET"; then
13306 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13307 else
13308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13309 for as_dir in $PATH
13311 IFS=$as_save_IFS
13312 test -z "$as_dir" && as_dir=.
13313 for ac_exec_ext in '' $ac_executable_extensions; do
13314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13315 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13317 break 2
13319 done
13320 done
13321 IFS=$as_save_IFS
13325 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13326 if test -n "$STRIP_FOR_TARGET"; then
13327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13328 $as_echo "$STRIP_FOR_TARGET" >&6; }
13329 else
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13331 $as_echo "no" >&6; }
13336 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13337 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13338 set dummy ${ncn_progname}; ac_word=$2
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13340 $as_echo_n "checking for $ac_word... " >&6; }
13341 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13342 $as_echo_n "(cached) " >&6
13343 else
13344 if test -n "$STRIP_FOR_TARGET"; then
13345 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13346 else
13347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13348 for as_dir in $PATH
13350 IFS=$as_save_IFS
13351 test -z "$as_dir" && as_dir=.
13352 for ac_exec_ext in '' $ac_executable_extensions; do
13353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13354 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13356 break 2
13358 done
13359 done
13360 IFS=$as_save_IFS
13364 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13365 if test -n "$STRIP_FOR_TARGET"; then
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13367 $as_echo "$STRIP_FOR_TARGET" >&6; }
13368 else
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13370 $as_echo "no" >&6; }
13375 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13376 done
13379 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13380 set dummy strip
13381 if test $build = $target ; then
13382 STRIP_FOR_TARGET="$2"
13383 else
13384 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13386 else
13387 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13390 else
13391 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13397 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13398 if test -n "$with_build_time_tools"; then
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13400 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
13401 if test -x $with_build_time_tools/windres; then
13402 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13403 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13405 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13406 else
13407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13408 $as_echo "no" >&6; }
13410 elif test $build != $host && test $have_gcc_for_target = yes; then
13411 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13412 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13413 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13416 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13417 # Extract the first word of "windres", so it can be a program name with args.
13418 set dummy windres; ac_word=$2
13419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13420 $as_echo_n "checking for $ac_word... " >&6; }
13421 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13422 $as_echo_n "(cached) " >&6
13423 else
13424 case $WINDRES_FOR_TARGET in
13425 [\\/]* | ?:[\\/]*)
13426 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13430 for as_dir in $gcc_cv_tool_dirs
13432 IFS=$as_save_IFS
13433 test -z "$as_dir" && as_dir=.
13434 for ac_exec_ext in '' $ac_executable_extensions; do
13435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13436 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13438 break 2
13440 done
13441 done
13442 IFS=$as_save_IFS
13445 esac
13447 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13448 if test -n "$WINDRES_FOR_TARGET"; then
13449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13450 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13451 else
13452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13453 $as_echo "no" >&6; }
13458 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13461 if test -n "$WINDRES_FOR_TARGET"; then
13462 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13463 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13464 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13467 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13468 for ncn_progname in windres; do
13469 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13470 set dummy ${ncn_progname}; ac_word=$2
13471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13472 $as_echo_n "checking for $ac_word... " >&6; }
13473 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13474 $as_echo_n "(cached) " >&6
13475 else
13476 if test -n "$WINDRES_FOR_TARGET"; then
13477 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13478 else
13479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13480 for as_dir in $PATH
13482 IFS=$as_save_IFS
13483 test -z "$as_dir" && as_dir=.
13484 for ac_exec_ext in '' $ac_executable_extensions; do
13485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13486 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13488 break 2
13490 done
13491 done
13492 IFS=$as_save_IFS
13496 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13497 if test -n "$WINDRES_FOR_TARGET"; then
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13499 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13500 else
13501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13502 $as_echo "no" >&6; }
13506 done
13509 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13510 for ncn_progname in windres; do
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13512 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13513 if test -x $with_build_time_tools/${ncn_progname}; then
13514 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13516 $as_echo "yes" >&6; }
13517 break
13518 else
13519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13520 $as_echo "no" >&6; }
13522 done
13525 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13526 for ncn_progname in windres; do
13527 if test -n "$ncn_target_tool_prefix"; then
13528 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13529 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13531 $as_echo_n "checking for $ac_word... " >&6; }
13532 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13533 $as_echo_n "(cached) " >&6
13534 else
13535 if test -n "$WINDRES_FOR_TARGET"; then
13536 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13537 else
13538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13539 for as_dir in $PATH
13541 IFS=$as_save_IFS
13542 test -z "$as_dir" && as_dir=.
13543 for ac_exec_ext in '' $ac_executable_extensions; do
13544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13545 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13547 break 2
13549 done
13550 done
13551 IFS=$as_save_IFS
13555 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13556 if test -n "$WINDRES_FOR_TARGET"; then
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13558 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13559 else
13560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13561 $as_echo "no" >&6; }
13566 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13567 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13568 set dummy ${ncn_progname}; ac_word=$2
13569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13570 $as_echo_n "checking for $ac_word... " >&6; }
13571 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13572 $as_echo_n "(cached) " >&6
13573 else
13574 if test -n "$WINDRES_FOR_TARGET"; then
13575 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13576 else
13577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13578 for as_dir in $PATH
13580 IFS=$as_save_IFS
13581 test -z "$as_dir" && as_dir=.
13582 for ac_exec_ext in '' $ac_executable_extensions; do
13583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13584 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13586 break 2
13588 done
13589 done
13590 IFS=$as_save_IFS
13594 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13595 if test -n "$WINDRES_FOR_TARGET"; then
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13597 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13598 else
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13600 $as_echo "no" >&6; }
13605 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13606 done
13609 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13610 set dummy windres
13611 if test $build = $target ; then
13612 WINDRES_FOR_TARGET="$2"
13613 else
13614 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13616 else
13617 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13620 else
13621 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13627 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13628 if test -n "$with_build_time_tools"; then
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13630 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13631 if test -x $with_build_time_tools/windmc; then
13632 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13633 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13635 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13636 else
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13638 $as_echo "no" >&6; }
13640 elif test $build != $host && test $have_gcc_for_target = yes; then
13641 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13642 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13643 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13646 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13647 # Extract the first word of "windmc", so it can be a program name with args.
13648 set dummy windmc; ac_word=$2
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13650 $as_echo_n "checking for $ac_word... " >&6; }
13651 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13652 $as_echo_n "(cached) " >&6
13653 else
13654 case $WINDMC_FOR_TARGET in
13655 [\\/]* | ?:[\\/]*)
13656 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13660 for as_dir in $gcc_cv_tool_dirs
13662 IFS=$as_save_IFS
13663 test -z "$as_dir" && as_dir=.
13664 for ac_exec_ext in '' $ac_executable_extensions; do
13665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13666 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13668 break 2
13670 done
13671 done
13672 IFS=$as_save_IFS
13675 esac
13677 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13678 if test -n "$WINDMC_FOR_TARGET"; then
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13680 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13681 else
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13683 $as_echo "no" >&6; }
13688 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13691 if test -n "$WINDMC_FOR_TARGET"; then
13692 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13693 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13694 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13697 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13698 for ncn_progname in windmc; do
13699 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13700 set dummy ${ncn_progname}; ac_word=$2
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13702 $as_echo_n "checking for $ac_word... " >&6; }
13703 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13704 $as_echo_n "(cached) " >&6
13705 else
13706 if test -n "$WINDMC_FOR_TARGET"; then
13707 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13708 else
13709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13710 for as_dir in $PATH
13712 IFS=$as_save_IFS
13713 test -z "$as_dir" && as_dir=.
13714 for ac_exec_ext in '' $ac_executable_extensions; do
13715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13716 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13718 break 2
13720 done
13721 done
13722 IFS=$as_save_IFS
13726 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13727 if test -n "$WINDMC_FOR_TARGET"; then
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13729 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13730 else
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13732 $as_echo "no" >&6; }
13736 done
13739 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13740 for ncn_progname in windmc; do
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13742 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13743 if test -x $with_build_time_tools/${ncn_progname}; then
13744 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13746 $as_echo "yes" >&6; }
13747 break
13748 else
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13750 $as_echo "no" >&6; }
13752 done
13755 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13756 for ncn_progname in windmc; do
13757 if test -n "$ncn_target_tool_prefix"; then
13758 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13759 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13761 $as_echo_n "checking for $ac_word... " >&6; }
13762 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13763 $as_echo_n "(cached) " >&6
13764 else
13765 if test -n "$WINDMC_FOR_TARGET"; then
13766 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13767 else
13768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13769 for as_dir in $PATH
13771 IFS=$as_save_IFS
13772 test -z "$as_dir" && as_dir=.
13773 for ac_exec_ext in '' $ac_executable_extensions; do
13774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13775 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13777 break 2
13779 done
13780 done
13781 IFS=$as_save_IFS
13785 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13786 if test -n "$WINDMC_FOR_TARGET"; then
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13788 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13789 else
13790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13791 $as_echo "no" >&6; }
13796 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13797 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13798 set dummy ${ncn_progname}; ac_word=$2
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13800 $as_echo_n "checking for $ac_word... " >&6; }
13801 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13802 $as_echo_n "(cached) " >&6
13803 else
13804 if test -n "$WINDMC_FOR_TARGET"; then
13805 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13806 else
13807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13808 for as_dir in $PATH
13810 IFS=$as_save_IFS
13811 test -z "$as_dir" && as_dir=.
13812 for ac_exec_ext in '' $ac_executable_extensions; do
13813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13814 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13816 break 2
13818 done
13819 done
13820 IFS=$as_save_IFS
13824 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13825 if test -n "$WINDMC_FOR_TARGET"; then
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13827 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13828 else
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13830 $as_echo "no" >&6; }
13835 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13836 done
13839 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13840 set dummy windmc
13841 if test $build = $target ; then
13842 WINDMC_FOR_TARGET="$2"
13843 else
13844 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13846 else
13847 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13850 else
13851 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13855 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13858 $as_echo_n "checking where to find the target ar... " >&6; }
13859 if test "x${build}" != "x${host}" ; then
13860 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13861 # We already found the complete path
13862 ac_dir=`dirname $AR_FOR_TARGET`
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13864 $as_echo "pre-installed in $ac_dir" >&6; }
13865 else
13866 # Canadian cross, just use what we found
13867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13868 $as_echo "pre-installed" >&6; }
13870 else
13871 ok=yes
13872 case " ${configdirs} " in
13873 *" binutils "*) ;;
13874 *) ok=no ;;
13875 esac
13877 if test $ok = yes; then
13878 # An in-tree tool is available and we can use it
13879 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13881 $as_echo "just compiled" >&6; }
13882 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13883 # We already found the complete path
13884 ac_dir=`dirname $AR_FOR_TARGET`
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13886 $as_echo "pre-installed in $ac_dir" >&6; }
13887 elif test "x$target" = "x$host"; then
13888 # We can use an host tool
13889 AR_FOR_TARGET='$(AR)'
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13891 $as_echo "host tool" >&6; }
13892 else
13893 # We need a cross tool
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13895 $as_echo "pre-installed" >&6; }
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13900 $as_echo_n "checking where to find the target as... " >&6; }
13901 if test "x${build}" != "x${host}" ; then
13902 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13903 # We already found the complete path
13904 ac_dir=`dirname $AS_FOR_TARGET`
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13906 $as_echo "pre-installed in $ac_dir" >&6; }
13907 else
13908 # Canadian cross, just use what we found
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13910 $as_echo "pre-installed" >&6; }
13912 else
13913 ok=yes
13914 case " ${configdirs} " in
13915 *" gas "*) ;;
13916 *) ok=no ;;
13917 esac
13919 if test $ok = yes; then
13920 # An in-tree tool is available and we can use it
13921 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13923 $as_echo "just compiled" >&6; }
13924 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13925 # We already found the complete path
13926 ac_dir=`dirname $AS_FOR_TARGET`
13927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13928 $as_echo "pre-installed in $ac_dir" >&6; }
13929 elif test "x$target" = "x$host"; then
13930 # We can use an host tool
13931 AS_FOR_TARGET='$(AS)'
13932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13933 $as_echo "host tool" >&6; }
13934 else
13935 # We need a cross tool
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13937 $as_echo "pre-installed" >&6; }
13941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13942 $as_echo_n "checking where to find the target cc... " >&6; }
13943 if test "x${build}" != "x${host}" ; then
13944 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13945 # We already found the complete path
13946 ac_dir=`dirname $CC_FOR_TARGET`
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13948 $as_echo "pre-installed in $ac_dir" >&6; }
13949 else
13950 # Canadian cross, just use what we found
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13952 $as_echo "pre-installed" >&6; }
13954 else
13955 ok=yes
13956 case " ${configdirs} " in
13957 *" gcc "*) ;;
13958 *) ok=no ;;
13959 esac
13961 if test $ok = yes; then
13962 # An in-tree tool is available and we can use it
13963 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13965 $as_echo "just compiled" >&6; }
13966 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13967 # We already found the complete path
13968 ac_dir=`dirname $CC_FOR_TARGET`
13969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13970 $as_echo "pre-installed in $ac_dir" >&6; }
13971 elif test "x$target" = "x$host"; then
13972 # We can use an host tool
13973 CC_FOR_TARGET='$(CC)'
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13975 $as_echo "host tool" >&6; }
13976 else
13977 # We need a cross tool
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13979 $as_echo "pre-installed" >&6; }
13983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13984 $as_echo_n "checking where to find the target c++... " >&6; }
13985 if test "x${build}" != "x${host}" ; then
13986 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13987 # We already found the complete path
13988 ac_dir=`dirname $CXX_FOR_TARGET`
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13990 $as_echo "pre-installed in $ac_dir" >&6; }
13991 else
13992 # Canadian cross, just use what we found
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13994 $as_echo "pre-installed" >&6; }
13996 else
13997 ok=yes
13998 case " ${configdirs} " in
13999 *" gcc "*) ;;
14000 *) ok=no ;;
14001 esac
14002 case ,${enable_languages}, in
14003 *,c++,*) ;;
14004 *) ok=no ;;
14005 esac
14006 if test $ok = yes; then
14007 # An in-tree tool is available and we can use it
14008 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'
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14010 $as_echo "just compiled" >&6; }
14011 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14012 # We already found the complete path
14013 ac_dir=`dirname $CXX_FOR_TARGET`
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14015 $as_echo "pre-installed in $ac_dir" >&6; }
14016 elif test "x$target" = "x$host"; then
14017 # We can use an host tool
14018 CXX_FOR_TARGET='$(CXX)'
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14020 $as_echo "host tool" >&6; }
14021 else
14022 # We need a cross tool
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14024 $as_echo "pre-installed" >&6; }
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
14029 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
14030 if test "x${build}" != "x${host}" ; then
14031 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14032 # We already found the complete path
14033 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14035 $as_echo "pre-installed in $ac_dir" >&6; }
14036 else
14037 # Canadian cross, just use what we found
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14039 $as_echo "pre-installed" >&6; }
14041 else
14042 ok=yes
14043 case " ${configdirs} " in
14044 *" gcc "*) ;;
14045 *) ok=no ;;
14046 esac
14047 case ,${enable_languages}, in
14048 *,c++,*) ;;
14049 *) ok=no ;;
14050 esac
14051 if test $ok = yes; then
14052 # An in-tree tool is available and we can use it
14053 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'
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14055 $as_echo "just compiled" >&6; }
14056 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14057 # We already found the complete path
14058 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14060 $as_echo "pre-installed in $ac_dir" >&6; }
14061 elif test "x$target" = "x$host"; then
14062 # We can use an host tool
14063 RAW_CXX_FOR_TARGET='$(CXX)'
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14065 $as_echo "host tool" >&6; }
14066 else
14067 # We need a cross tool
14068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14069 $as_echo "pre-installed" >&6; }
14073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
14074 $as_echo_n "checking where to find the target dlltool... " >&6; }
14075 if test "x${build}" != "x${host}" ; then
14076 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14077 # We already found the complete path
14078 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14080 $as_echo "pre-installed in $ac_dir" >&6; }
14081 else
14082 # Canadian cross, just use what we found
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14084 $as_echo "pre-installed" >&6; }
14086 else
14087 ok=yes
14088 case " ${configdirs} " in
14089 *" binutils "*) ;;
14090 *) ok=no ;;
14091 esac
14093 if test $ok = yes; then
14094 # An in-tree tool is available and we can use it
14095 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14097 $as_echo "just compiled" >&6; }
14098 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14099 # We already found the complete path
14100 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14102 $as_echo "pre-installed in $ac_dir" >&6; }
14103 elif test "x$target" = "x$host"; then
14104 # We can use an host tool
14105 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14107 $as_echo "host tool" >&6; }
14108 else
14109 # We need a cross tool
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14111 $as_echo "pre-installed" >&6; }
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14116 $as_echo_n "checking where to find the target gcc... " >&6; }
14117 if test "x${build}" != "x${host}" ; then
14118 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14119 # We already found the complete path
14120 ac_dir=`dirname $GCC_FOR_TARGET`
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14122 $as_echo "pre-installed in $ac_dir" >&6; }
14123 else
14124 # Canadian cross, just use what we found
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14126 $as_echo "pre-installed" >&6; }
14128 else
14129 ok=yes
14130 case " ${configdirs} " in
14131 *" gcc "*) ;;
14132 *) ok=no ;;
14133 esac
14135 if test $ok = yes; then
14136 # An in-tree tool is available and we can use it
14137 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14139 $as_echo "just compiled" >&6; }
14140 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14141 # We already found the complete path
14142 ac_dir=`dirname $GCC_FOR_TARGET`
14143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14144 $as_echo "pre-installed in $ac_dir" >&6; }
14145 elif test "x$target" = "x$host"; then
14146 # We can use an host tool
14147 GCC_FOR_TARGET='$()'
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14149 $as_echo "host tool" >&6; }
14150 else
14151 # We need a cross tool
14152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14153 $as_echo "pre-installed" >&6; }
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
14158 $as_echo_n "checking where to find the target gcj... " >&6; }
14159 if test "x${build}" != "x${host}" ; then
14160 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14161 # We already found the complete path
14162 ac_dir=`dirname $GCJ_FOR_TARGET`
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14164 $as_echo "pre-installed in $ac_dir" >&6; }
14165 else
14166 # Canadian cross, just use what we found
14167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14168 $as_echo "pre-installed" >&6; }
14170 else
14171 ok=yes
14172 case " ${configdirs} " in
14173 *" gcc "*) ;;
14174 *) ok=no ;;
14175 esac
14176 case ,${enable_languages}, in
14177 *,java,*) ;;
14178 *) ok=no ;;
14179 esac
14180 if test $ok = yes; then
14181 # An in-tree tool is available and we can use it
14182 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
14183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14184 $as_echo "just compiled" >&6; }
14185 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14186 # We already found the complete path
14187 ac_dir=`dirname $GCJ_FOR_TARGET`
14188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14189 $as_echo "pre-installed in $ac_dir" >&6; }
14190 elif test "x$target" = "x$host"; then
14191 # We can use an host tool
14192 GCJ_FOR_TARGET='$(GCJ)'
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14194 $as_echo "host tool" >&6; }
14195 else
14196 # We need a cross tool
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14198 $as_echo "pre-installed" >&6; }
14202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14203 $as_echo_n "checking where to find the target gfortran... " >&6; }
14204 if test "x${build}" != "x${host}" ; then
14205 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14206 # We already found the complete path
14207 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14209 $as_echo "pre-installed in $ac_dir" >&6; }
14210 else
14211 # Canadian cross, just use what we found
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14213 $as_echo "pre-installed" >&6; }
14215 else
14216 ok=yes
14217 case " ${configdirs} " in
14218 *" gcc "*) ;;
14219 *) ok=no ;;
14220 esac
14221 case ,${enable_languages}, in
14222 *,fortran,*) ;;
14223 *) ok=no ;;
14224 esac
14225 if test $ok = yes; then
14226 # An in-tree tool is available and we can use it
14227 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14229 $as_echo "just compiled" >&6; }
14230 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14231 # We already found the complete path
14232 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14234 $as_echo "pre-installed in $ac_dir" >&6; }
14235 elif test "x$target" = "x$host"; then
14236 # We can use an host tool
14237 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14239 $as_echo "host tool" >&6; }
14240 else
14241 # We need a cross tool
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14243 $as_echo "pre-installed" >&6; }
14247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14248 $as_echo_n "checking where to find the target gccgo... " >&6; }
14249 if test "x${build}" != "x${host}" ; then
14250 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14251 # We already found the complete path
14252 ac_dir=`dirname $GOC_FOR_TARGET`
14253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14254 $as_echo "pre-installed in $ac_dir" >&6; }
14255 else
14256 # Canadian cross, just use what we found
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14258 $as_echo "pre-installed" >&6; }
14260 else
14261 ok=yes
14262 case " ${configdirs} " in
14263 *" gcc "*) ;;
14264 *) ok=no ;;
14265 esac
14266 case ,${enable_languages}, in
14267 *,go,*) ;;
14268 *) ok=no ;;
14269 esac
14270 if test $ok = yes; then
14271 # An in-tree tool is available and we can use it
14272 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14274 $as_echo "just compiled" >&6; }
14275 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14276 # We already found the complete path
14277 ac_dir=`dirname $GOC_FOR_TARGET`
14278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14279 $as_echo "pre-installed in $ac_dir" >&6; }
14280 elif test "x$target" = "x$host"; then
14281 # We can use an host tool
14282 GOC_FOR_TARGET='$(GOC)'
14283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14284 $as_echo "host tool" >&6; }
14285 else
14286 # We need a cross tool
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14288 $as_echo "pre-installed" >&6; }
14292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gupc" >&5
14293 $as_echo_n "checking where to find the target gupc... " >&6; }
14294 if test "x${build}" != "x${host}" ; then
14295 if expr "x$GUPC_FOR_TARGET" : "x/" > /dev/null; then
14296 # We already found the complete path
14297 ac_dir=`dirname $GUPC_FOR_TARGET`
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14299 $as_echo "pre-installed in $ac_dir" >&6; }
14300 else
14301 # Canadian cross, just use what we found
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14303 $as_echo "pre-installed" >&6; }
14305 else
14306 ok=yes
14307 case " ${configdirs} " in
14308 *" gcc "*) ;;
14309 *) ok=no ;;
14310 esac
14311 case ,${enable_languages}, in
14312 *,upc,*) ;;
14313 *) ok=no ;;
14314 esac
14315 if test $ok = yes; then
14316 # An in-tree tool is available and we can use it
14317 GUPC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gupc -B$$r/$(HOST_SUBDIR)/gcc/'
14318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14319 $as_echo "just compiled" >&6; }
14320 elif expr "x$GUPC_FOR_TARGET" : "x/" > /dev/null; then
14321 # We already found the complete path
14322 ac_dir=`dirname $GUPC_FOR_TARGET`
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14324 $as_echo "pre-installed in $ac_dir" >&6; }
14325 elif test "x$target" = "x$host"; then
14326 # We can use an host tool
14327 GUPC_FOR_TARGET='$(GUPC)'
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14329 $as_echo "host tool" >&6; }
14330 else
14331 # We need a cross tool
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14333 $as_echo "pre-installed" >&6; }
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14338 $as_echo_n "checking where to find the target ld... " >&6; }
14339 if test "x${build}" != "x${host}" ; then
14340 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14341 # We already found the complete path
14342 ac_dir=`dirname $LD_FOR_TARGET`
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14344 $as_echo "pre-installed in $ac_dir" >&6; }
14345 else
14346 # Canadian cross, just use what we found
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14348 $as_echo "pre-installed" >&6; }
14350 else
14351 ok=yes
14352 case " ${configdirs} " in
14353 *" ld "*) ;;
14354 *) ok=no ;;
14355 esac
14357 if test $ok = yes; then
14358 # An in-tree tool is available and we can use it
14359 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
14360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14361 $as_echo "just compiled" >&6; }
14362 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14363 # We already found the complete path
14364 ac_dir=`dirname $LD_FOR_TARGET`
14365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14366 $as_echo "pre-installed in $ac_dir" >&6; }
14367 elif test "x$target" = "x$host"; then
14368 # We can use an host tool
14369 LD_FOR_TARGET='$(LD)'
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14371 $as_echo "host tool" >&6; }
14372 else
14373 # We need a cross tool
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14375 $as_echo "pre-installed" >&6; }
14379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14380 $as_echo_n "checking where to find the target lipo... " >&6; }
14381 if test "x${build}" != "x${host}" ; then
14382 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14383 # We already found the complete path
14384 ac_dir=`dirname $LIPO_FOR_TARGET`
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14386 $as_echo "pre-installed in $ac_dir" >&6; }
14387 else
14388 # Canadian cross, just use what we found
14389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14390 $as_echo "pre-installed" >&6; }
14392 else
14393 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14394 # We already found the complete path
14395 ac_dir=`dirname $LIPO_FOR_TARGET`
14396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14397 $as_echo "pre-installed in $ac_dir" >&6; }
14398 elif test "x$target" = "x$host"; then
14399 # We can use an host tool
14400 LIPO_FOR_TARGET='$(LIPO)'
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14402 $as_echo "host tool" >&6; }
14403 else
14404 # We need a cross tool
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14406 $as_echo "pre-installed" >&6; }
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14411 $as_echo_n "checking where to find the target nm... " >&6; }
14412 if test "x${build}" != "x${host}" ; then
14413 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14414 # We already found the complete path
14415 ac_dir=`dirname $NM_FOR_TARGET`
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14417 $as_echo "pre-installed in $ac_dir" >&6; }
14418 else
14419 # Canadian cross, just use what we found
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14421 $as_echo "pre-installed" >&6; }
14423 else
14424 ok=yes
14425 case " ${configdirs} " in
14426 *" binutils "*) ;;
14427 *) ok=no ;;
14428 esac
14430 if test $ok = yes; then
14431 # An in-tree tool is available and we can use it
14432 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14434 $as_echo "just compiled" >&6; }
14435 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14436 # We already found the complete path
14437 ac_dir=`dirname $NM_FOR_TARGET`
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14439 $as_echo "pre-installed in $ac_dir" >&6; }
14440 elif test "x$target" = "x$host"; then
14441 # We can use an host tool
14442 NM_FOR_TARGET='$(NM)'
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14444 $as_echo "host tool" >&6; }
14445 else
14446 # We need a cross tool
14447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14448 $as_echo "pre-installed" >&6; }
14452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14453 $as_echo_n "checking where to find the target objdump... " >&6; }
14454 if test "x${build}" != "x${host}" ; then
14455 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14456 # We already found the complete path
14457 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14459 $as_echo "pre-installed in $ac_dir" >&6; }
14460 else
14461 # Canadian cross, just use what we found
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14463 $as_echo "pre-installed" >&6; }
14465 else
14466 ok=yes
14467 case " ${configdirs} " in
14468 *" binutils "*) ;;
14469 *) ok=no ;;
14470 esac
14472 if test $ok = yes; then
14473 # An in-tree tool is available and we can use it
14474 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14476 $as_echo "just compiled" >&6; }
14477 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14478 # We already found the complete path
14479 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14481 $as_echo "pre-installed in $ac_dir" >&6; }
14482 elif test "x$target" = "x$host"; then
14483 # We can use an host tool
14484 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14486 $as_echo "host tool" >&6; }
14487 else
14488 # We need a cross tool
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14490 $as_echo "pre-installed" >&6; }
14494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14495 $as_echo_n "checking where to find the target ranlib... " >&6; }
14496 if test "x${build}" != "x${host}" ; then
14497 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14498 # We already found the complete path
14499 ac_dir=`dirname $RANLIB_FOR_TARGET`
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14501 $as_echo "pre-installed in $ac_dir" >&6; }
14502 else
14503 # Canadian cross, just use what we found
14504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14505 $as_echo "pre-installed" >&6; }
14507 else
14508 ok=yes
14509 case " ${configdirs} " in
14510 *" binutils "*) ;;
14511 *) ok=no ;;
14512 esac
14514 if test $ok = yes; then
14515 # An in-tree tool is available and we can use it
14516 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14518 $as_echo "just compiled" >&6; }
14519 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14520 # We already found the complete path
14521 ac_dir=`dirname $RANLIB_FOR_TARGET`
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14523 $as_echo "pre-installed in $ac_dir" >&6; }
14524 elif test "x$target" = "x$host"; then
14525 # We can use an host tool
14526 RANLIB_FOR_TARGET='$(RANLIB)'
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14528 $as_echo "host tool" >&6; }
14529 else
14530 # We need a cross tool
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14532 $as_echo "pre-installed" >&6; }
14536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14537 $as_echo_n "checking where to find the target readelf... " >&6; }
14538 if test "x${build}" != "x${host}" ; then
14539 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14540 # We already found the complete path
14541 ac_dir=`dirname $READELF_FOR_TARGET`
14542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14543 $as_echo "pre-installed in $ac_dir" >&6; }
14544 else
14545 # Canadian cross, just use what we found
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14547 $as_echo "pre-installed" >&6; }
14549 else
14550 ok=yes
14551 case " ${configdirs} " in
14552 *" binutils "*) ;;
14553 *) ok=no ;;
14554 esac
14556 if test $ok = yes; then
14557 # An in-tree tool is available and we can use it
14558 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14560 $as_echo "just compiled" >&6; }
14561 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14562 # We already found the complete path
14563 ac_dir=`dirname $READELF_FOR_TARGET`
14564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14565 $as_echo "pre-installed in $ac_dir" >&6; }
14566 elif test "x$target" = "x$host"; then
14567 # We can use an host tool
14568 READELF_FOR_TARGET='$(READELF)'
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14570 $as_echo "host tool" >&6; }
14571 else
14572 # We need a cross tool
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14574 $as_echo "pre-installed" >&6; }
14578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14579 $as_echo_n "checking where to find the target strip... " >&6; }
14580 if test "x${build}" != "x${host}" ; then
14581 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14582 # We already found the complete path
14583 ac_dir=`dirname $STRIP_FOR_TARGET`
14584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14585 $as_echo "pre-installed in $ac_dir" >&6; }
14586 else
14587 # Canadian cross, just use what we found
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14589 $as_echo "pre-installed" >&6; }
14591 else
14592 ok=yes
14593 case " ${configdirs} " in
14594 *" binutils "*) ;;
14595 *) ok=no ;;
14596 esac
14598 if test $ok = yes; then
14599 # An in-tree tool is available and we can use it
14600 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14602 $as_echo "just compiled" >&6; }
14603 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14604 # We already found the complete path
14605 ac_dir=`dirname $STRIP_FOR_TARGET`
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14607 $as_echo "pre-installed in $ac_dir" >&6; }
14608 elif test "x$target" = "x$host"; then
14609 # We can use an host tool
14610 STRIP_FOR_TARGET='$(STRIP)'
14611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14612 $as_echo "host tool" >&6; }
14613 else
14614 # We need a cross tool
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14616 $as_echo "pre-installed" >&6; }
14620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14621 $as_echo_n "checking where to find the target windres... " >&6; }
14622 if test "x${build}" != "x${host}" ; then
14623 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14624 # We already found the complete path
14625 ac_dir=`dirname $WINDRES_FOR_TARGET`
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14627 $as_echo "pre-installed in $ac_dir" >&6; }
14628 else
14629 # Canadian cross, just use what we found
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14631 $as_echo "pre-installed" >&6; }
14633 else
14634 ok=yes
14635 case " ${configdirs} " in
14636 *" binutils "*) ;;
14637 *) ok=no ;;
14638 esac
14640 if test $ok = yes; then
14641 # An in-tree tool is available and we can use it
14642 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14644 $as_echo "just compiled" >&6; }
14645 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14646 # We already found the complete path
14647 ac_dir=`dirname $WINDRES_FOR_TARGET`
14648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14649 $as_echo "pre-installed in $ac_dir" >&6; }
14650 elif test "x$target" = "x$host"; then
14651 # We can use an host tool
14652 WINDRES_FOR_TARGET='$(WINDRES)'
14653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14654 $as_echo "host tool" >&6; }
14655 else
14656 # We need a cross tool
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14658 $as_echo "pre-installed" >&6; }
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14663 $as_echo_n "checking where to find the target windmc... " >&6; }
14664 if test "x${build}" != "x${host}" ; then
14665 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14666 # We already found the complete path
14667 ac_dir=`dirname $WINDMC_FOR_TARGET`
14668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14669 $as_echo "pre-installed in $ac_dir" >&6; }
14670 else
14671 # Canadian cross, just use what we found
14672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14673 $as_echo "pre-installed" >&6; }
14675 else
14676 ok=yes
14677 case " ${configdirs} " in
14678 *" binutils "*) ;;
14679 *) ok=no ;;
14680 esac
14682 if test $ok = yes; then
14683 # An in-tree tool is available and we can use it
14684 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14686 $as_echo "just compiled" >&6; }
14687 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14688 # We already found the complete path
14689 ac_dir=`dirname $WINDMC_FOR_TARGET`
14690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14691 $as_echo "pre-installed in $ac_dir" >&6; }
14692 elif test "x$target" = "x$host"; then
14693 # We can use an host tool
14694 WINDMC_FOR_TARGET='$(WINDMC)'
14695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14696 $as_echo "host tool" >&6; }
14697 else
14698 # We need a cross tool
14699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14700 $as_echo "pre-installed" >&6; }
14708 # Certain tools may need extra flags.
14709 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14710 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14711 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14713 # When building target libraries, except in a Canadian cross, we use
14714 # the same toolchain as the compiler we just built.
14715 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14716 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14717 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14718 if test $host = $build; then
14719 case " $configdirs " in
14720 *" gcc "*)
14721 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14722 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14723 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14725 esac
14732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14733 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14734 # Check whether --enable-maintainer-mode was given.
14735 if test "${enable_maintainer_mode+set}" = set; then :
14736 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14737 else
14738 USE_MAINTAINER_MODE=no
14741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14742 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14745 if test "$USE_MAINTAINER_MODE" = yes; then
14746 MAINTAINER_MODE_TRUE=
14747 MAINTAINER_MODE_FALSE='#'
14748 else
14749 MAINTAINER_MODE_TRUE='#'
14750 MAINTAINER_MODE_FALSE=
14752 MAINT=$MAINTAINER_MODE_TRUE
14754 # ---------------------
14755 # GCC bootstrap support
14756 # ---------------------
14758 # Stage specific cflags for build.
14759 stage1_cflags="-g"
14760 case $build in
14761 vax-*-*)
14762 case ${GCC} in
14763 yes) stage1_cflags="-g -Wa,-J" ;;
14764 *) stage1_cflags="-g -J" ;;
14765 esac ;;
14766 esac
14770 # Enable --enable-checking in stage1 of the compiler.
14771 # Check whether --enable-stage1-checking was given.
14772 if test "${enable_stage1_checking+set}" = set; then :
14773 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14774 else
14775 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14776 stage1_checking=--enable-checking=yes,types
14777 else
14778 stage1_checking=--enable-checking=$enable_checking,types
14784 # Enable -Werror in bootstrap stage2 and later.
14785 # Check whether --enable-werror was given.
14786 if test "${enable_werror+set}" = set; then :
14787 enableval=$enable_werror;
14788 else
14789 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14790 enable_werror=yes
14791 else
14792 enable_werror=no
14796 case ${enable_werror} in
14797 yes) stage2_werror_flag="--enable-werror-always" ;;
14798 *) stage2_werror_flag="" ;;
14799 esac
14802 # Specify what files to not compare during bootstrap.
14804 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14805 case "$target" in
14806 hppa*64*-*-hpux*) ;;
14807 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14808 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
14809 esac
14812 ac_config_files="$ac_config_files Makefile"
14814 cat >confcache <<\_ACEOF
14815 # This file is a shell script that caches the results of configure
14816 # tests run on this system so they can be shared between configure
14817 # scripts and configure runs, see configure's option --config-cache.
14818 # It is not useful on other systems. If it contains results you don't
14819 # want to keep, you may remove or edit it.
14821 # config.status only pays attention to the cache file if you give it
14822 # the --recheck option to rerun configure.
14824 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14825 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14826 # following values.
14828 _ACEOF
14830 # The following way of writing the cache mishandles newlines in values,
14831 # but we know of no workaround that is simple, portable, and efficient.
14832 # So, we kill variables containing newlines.
14833 # Ultrix sh set writes to stderr and can't be redirected directly,
14834 # and sets the high bit in the cache file unless we assign to the vars.
14836 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14837 eval ac_val=\$$ac_var
14838 case $ac_val in #(
14839 *${as_nl}*)
14840 case $ac_var in #(
14841 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14842 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14843 esac
14844 case $ac_var in #(
14845 _ | IFS | as_nl) ;; #(
14846 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14847 *) { eval $ac_var=; unset $ac_var;} ;;
14848 esac ;;
14849 esac
14850 done
14852 (set) 2>&1 |
14853 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14854 *${as_nl}ac_space=\ *)
14855 # `set' does not quote correctly, so add quotes: double-quote
14856 # substitution turns \\\\ into \\, and sed turns \\ into \.
14857 sed -n \
14858 "s/'/'\\\\''/g;
14859 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14860 ;; #(
14862 # `set' quotes correctly as required by POSIX, so do not add quotes.
14863 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14865 esac |
14866 sort
14868 sed '
14869 /^ac_cv_env_/b end
14870 t clear
14871 :clear
14872 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14873 t end
14874 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14875 :end' >>confcache
14876 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14877 if test -w "$cache_file"; then
14878 test "x$cache_file" != "x/dev/null" &&
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14880 $as_echo "$as_me: updating cache $cache_file" >&6;}
14881 cat confcache >$cache_file
14882 else
14883 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14884 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14887 rm -f confcache
14889 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14890 # Let make expand exec_prefix.
14891 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14893 # Transform confdefs.h into DEFS.
14894 # Protect against shell expansion while executing Makefile rules.
14895 # Protect against Makefile macro expansion.
14897 # If the first sed substitution is executed (which looks for macros that
14898 # take arguments), then branch to the quote section. Otherwise,
14899 # look for a macro that doesn't take arguments.
14900 ac_script='
14901 :mline
14902 /\\$/{
14904 s,\\\n,,
14905 b mline
14907 t clear
14908 :clear
14909 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14910 t quote
14911 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14912 t quote
14913 b any
14914 :quote
14915 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14916 s/\[/\\&/g
14917 s/\]/\\&/g
14918 s/\$/$$/g
14920 :any
14923 s/^\n//
14924 s/\n/ /g
14928 DEFS=`sed -n "$ac_script" confdefs.h`
14931 ac_libobjs=
14932 ac_ltlibobjs=
14933 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14934 # 1. Remove the extension, and $U if already installed.
14935 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14936 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14937 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14938 # will be set to the directory where LIBOBJS objects are built.
14939 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14940 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14941 done
14942 LIBOBJS=$ac_libobjs
14944 LTLIBOBJS=$ac_ltlibobjs
14948 : ${CONFIG_STATUS=./config.status}
14949 ac_write_fail=0
14950 ac_clean_files_save=$ac_clean_files
14951 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14952 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14953 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14954 as_write_fail=0
14955 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14956 #! $SHELL
14957 # Generated by $as_me.
14958 # Run this file to recreate the current configuration.
14959 # Compiler output produced by configure, useful for debugging
14960 # configure, is in config.log if it exists.
14962 debug=false
14963 ac_cs_recheck=false
14964 ac_cs_silent=false
14966 SHELL=\${CONFIG_SHELL-$SHELL}
14967 export SHELL
14968 _ASEOF
14969 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14970 ## -------------------- ##
14971 ## M4sh Initialization. ##
14972 ## -------------------- ##
14974 # Be more Bourne compatible
14975 DUALCASE=1; export DUALCASE # for MKS sh
14976 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14977 emulate sh
14978 NULLCMD=:
14979 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14980 # is contrary to our usage. Disable this feature.
14981 alias -g '${1+"$@"}'='"$@"'
14982 setopt NO_GLOB_SUBST
14983 else
14984 case `(set -o) 2>/dev/null` in #(
14985 *posix*) :
14986 set -o posix ;; #(
14987 *) :
14989 esac
14993 as_nl='
14995 export as_nl
14996 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14997 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14998 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14999 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15000 # Prefer a ksh shell builtin over an external printf program on Solaris,
15001 # but without wasting forks for bash or zsh.
15002 if test -z "$BASH_VERSION$ZSH_VERSION" \
15003 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15004 as_echo='print -r --'
15005 as_echo_n='print -rn --'
15006 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15007 as_echo='printf %s\n'
15008 as_echo_n='printf %s'
15009 else
15010 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15011 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15012 as_echo_n='/usr/ucb/echo -n'
15013 else
15014 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15015 as_echo_n_body='eval
15016 arg=$1;
15017 case $arg in #(
15018 *"$as_nl"*)
15019 expr "X$arg" : "X\\(.*\\)$as_nl";
15020 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15021 esac;
15022 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15024 export as_echo_n_body
15025 as_echo_n='sh -c $as_echo_n_body as_echo'
15027 export as_echo_body
15028 as_echo='sh -c $as_echo_body as_echo'
15031 # The user is always right.
15032 if test "${PATH_SEPARATOR+set}" != set; then
15033 PATH_SEPARATOR=:
15034 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15035 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15036 PATH_SEPARATOR=';'
15041 # IFS
15042 # We need space, tab and new line, in precisely that order. Quoting is
15043 # there to prevent editors from complaining about space-tab.
15044 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15045 # splitting by setting IFS to empty value.)
15046 IFS=" "" $as_nl"
15048 # Find who we are. Look in the path if we contain no directory separator.
15049 case $0 in #((
15050 *[\\/]* ) as_myself=$0 ;;
15051 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15052 for as_dir in $PATH
15054 IFS=$as_save_IFS
15055 test -z "$as_dir" && as_dir=.
15056 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15057 done
15058 IFS=$as_save_IFS
15061 esac
15062 # We did not find ourselves, most probably we were run as `sh COMMAND'
15063 # in which case we are not to be found in the path.
15064 if test "x$as_myself" = x; then
15065 as_myself=$0
15067 if test ! -f "$as_myself"; then
15068 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15069 exit 1
15072 # Unset variables that we do not need and which cause bugs (e.g. in
15073 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15074 # suppresses any "Segmentation fault" message there. '((' could
15075 # trigger a bug in pdksh 5.2.14.
15076 for as_var in BASH_ENV ENV MAIL MAILPATH
15077 do eval test x\${$as_var+set} = xset \
15078 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15079 done
15080 PS1='$ '
15081 PS2='> '
15082 PS4='+ '
15084 # NLS nuisances.
15085 LC_ALL=C
15086 export LC_ALL
15087 LANGUAGE=C
15088 export LANGUAGE
15090 # CDPATH.
15091 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15094 # as_fn_error ERROR [LINENO LOG_FD]
15095 # ---------------------------------
15096 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15097 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15098 # script with status $?, using 1 if that was 0.
15099 as_fn_error ()
15101 as_status=$?; test $as_status -eq 0 && as_status=1
15102 if test "$3"; then
15103 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15104 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15106 $as_echo "$as_me: error: $1" >&2
15107 as_fn_exit $as_status
15108 } # as_fn_error
15111 # as_fn_set_status STATUS
15112 # -----------------------
15113 # Set $? to STATUS, without forking.
15114 as_fn_set_status ()
15116 return $1
15117 } # as_fn_set_status
15119 # as_fn_exit STATUS
15120 # -----------------
15121 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15122 as_fn_exit ()
15124 set +e
15125 as_fn_set_status $1
15126 exit $1
15127 } # as_fn_exit
15129 # as_fn_unset VAR
15130 # ---------------
15131 # Portably unset VAR.
15132 as_fn_unset ()
15134 { eval $1=; unset $1;}
15136 as_unset=as_fn_unset
15137 # as_fn_append VAR VALUE
15138 # ----------------------
15139 # Append the text in VALUE to the end of the definition contained in VAR. Take
15140 # advantage of any shell optimizations that allow amortized linear growth over
15141 # repeated appends, instead of the typical quadratic growth present in naive
15142 # implementations.
15143 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15144 eval 'as_fn_append ()
15146 eval $1+=\$2
15148 else
15149 as_fn_append ()
15151 eval $1=\$$1\$2
15153 fi # as_fn_append
15155 # as_fn_arith ARG...
15156 # ------------------
15157 # Perform arithmetic evaluation on the ARGs, and store the result in the
15158 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15159 # must be portable across $(()) and expr.
15160 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15161 eval 'as_fn_arith ()
15163 as_val=$(( $* ))
15165 else
15166 as_fn_arith ()
15168 as_val=`expr "$@" || test $? -eq 1`
15170 fi # as_fn_arith
15173 if expr a : '\(a\)' >/dev/null 2>&1 &&
15174 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15175 as_expr=expr
15176 else
15177 as_expr=false
15180 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15181 as_basename=basename
15182 else
15183 as_basename=false
15186 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15187 as_dirname=dirname
15188 else
15189 as_dirname=false
15192 as_me=`$as_basename -- "$0" ||
15193 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15194 X"$0" : 'X\(//\)$' \| \
15195 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15196 $as_echo X/"$0" |
15197 sed '/^.*\/\([^/][^/]*\)\/*$/{
15198 s//\1/
15201 /^X\/\(\/\/\)$/{
15202 s//\1/
15205 /^X\/\(\/\).*/{
15206 s//\1/
15209 s/.*/./; q'`
15211 # Avoid depending upon Character Ranges.
15212 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15213 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15214 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15215 as_cr_digits='0123456789'
15216 as_cr_alnum=$as_cr_Letters$as_cr_digits
15218 ECHO_C= ECHO_N= ECHO_T=
15219 case `echo -n x` in #(((((
15220 -n*)
15221 case `echo 'xy\c'` in
15222 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15223 xy) ECHO_C='\c';;
15224 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15225 ECHO_T=' ';;
15226 esac;;
15228 ECHO_N='-n';;
15229 esac
15231 rm -f conf$$ conf$$.exe conf$$.file
15232 if test -d conf$$.dir; then
15233 rm -f conf$$.dir/conf$$.file
15234 else
15235 rm -f conf$$.dir
15236 mkdir conf$$.dir 2>/dev/null
15238 if (echo >conf$$.file) 2>/dev/null; then
15239 if ln -s conf$$.file conf$$ 2>/dev/null; then
15240 as_ln_s='ln -s'
15241 # ... but there are two gotchas:
15242 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15243 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15244 # In both cases, we have to default to `cp -p'.
15245 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15246 as_ln_s='cp -p'
15247 elif ln conf$$.file conf$$ 2>/dev/null; then
15248 as_ln_s=ln
15249 else
15250 as_ln_s='cp -p'
15252 else
15253 as_ln_s='cp -p'
15255 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15256 rmdir conf$$.dir 2>/dev/null
15259 # as_fn_mkdir_p
15260 # -------------
15261 # Create "$as_dir" as a directory, including parents if necessary.
15262 as_fn_mkdir_p ()
15265 case $as_dir in #(
15266 -*) as_dir=./$as_dir;;
15267 esac
15268 test -d "$as_dir" || eval $as_mkdir_p || {
15269 as_dirs=
15270 while :; do
15271 case $as_dir in #(
15272 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15273 *) as_qdir=$as_dir;;
15274 esac
15275 as_dirs="'$as_qdir' $as_dirs"
15276 as_dir=`$as_dirname -- "$as_dir" ||
15277 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15278 X"$as_dir" : 'X\(//\)[^/]' \| \
15279 X"$as_dir" : 'X\(//\)$' \| \
15280 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15281 $as_echo X"$as_dir" |
15282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15283 s//\1/
15286 /^X\(\/\/\)[^/].*/{
15287 s//\1/
15290 /^X\(\/\/\)$/{
15291 s//\1/
15294 /^X\(\/\).*/{
15295 s//\1/
15298 s/.*/./; q'`
15299 test -d "$as_dir" && break
15300 done
15301 test -z "$as_dirs" || eval "mkdir $as_dirs"
15302 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15305 } # as_fn_mkdir_p
15306 if mkdir -p . 2>/dev/null; then
15307 as_mkdir_p='mkdir -p "$as_dir"'
15308 else
15309 test -d ./-p && rmdir ./-p
15310 as_mkdir_p=false
15313 if test -x / >/dev/null 2>&1; then
15314 as_test_x='test -x'
15315 else
15316 if ls -dL / >/dev/null 2>&1; then
15317 as_ls_L_option=L
15318 else
15319 as_ls_L_option=
15321 as_test_x='
15322 eval sh -c '\''
15323 if test -d "$1"; then
15324 test -d "$1/.";
15325 else
15326 case $1 in #(
15327 -*)set "./$1";;
15328 esac;
15329 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15330 ???[sx]*):;;*)false;;esac;fi
15331 '\'' sh
15334 as_executable_p=$as_test_x
15336 # Sed expression to map a string onto a valid CPP name.
15337 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15339 # Sed expression to map a string onto a valid variable name.
15340 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15343 exec 6>&1
15344 ## ----------------------------------- ##
15345 ## Main body of $CONFIG_STATUS script. ##
15346 ## ----------------------------------- ##
15347 _ASEOF
15348 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15350 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15351 # Save the log message, to keep $0 and so on meaningful, and to
15352 # report actual input values of CONFIG_FILES etc. instead of their
15353 # values after options handling.
15354 ac_log="
15355 This file was extended by $as_me, which was
15356 generated by GNU Autoconf 2.64. Invocation command line was
15358 CONFIG_FILES = $CONFIG_FILES
15359 CONFIG_HEADERS = $CONFIG_HEADERS
15360 CONFIG_LINKS = $CONFIG_LINKS
15361 CONFIG_COMMANDS = $CONFIG_COMMANDS
15362 $ $0 $@
15364 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15367 _ACEOF
15369 case $ac_config_files in *"
15370 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15371 esac
15375 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15376 # Files that config.status was made for.
15377 config_files="$ac_config_files"
15379 _ACEOF
15381 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15382 ac_cs_usage="\
15383 \`$as_me' instantiates files and other configuration actions
15384 from templates according to the current configuration. Unless the files
15385 and actions are specified as TAGs, all are instantiated by default.
15387 Usage: $0 [OPTION]... [TAG]...
15389 -h, --help print this help, then exit
15390 -V, --version print version number and configuration settings, then exit
15391 -q, --quiet, --silent
15392 do not print progress messages
15393 -d, --debug don't remove temporary files
15394 --recheck update $as_me by reconfiguring in the same conditions
15395 --file=FILE[:TEMPLATE]
15396 instantiate the configuration file FILE
15398 Configuration files:
15399 $config_files
15401 Report bugs to the package provider."
15403 _ACEOF
15404 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15405 ac_cs_version="\\
15406 config.status
15407 configured by $0, generated by GNU Autoconf 2.64,
15408 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15410 Copyright (C) 2009 Free Software Foundation, Inc.
15411 This config.status script is free software; the Free Software Foundation
15412 gives unlimited permission to copy, distribute and modify it."
15414 ac_pwd='$ac_pwd'
15415 srcdir='$srcdir'
15416 INSTALL='$INSTALL'
15417 AWK='$AWK'
15418 test -n "\$AWK" || AWK=awk
15419 _ACEOF
15421 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15422 # The default lists apply if the user does not specify any file.
15423 ac_need_defaults=:
15424 while test $# != 0
15426 case $1 in
15427 --*=*)
15428 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15429 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15430 ac_shift=:
15433 ac_option=$1
15434 ac_optarg=$2
15435 ac_shift=shift
15437 esac
15439 case $ac_option in
15440 # Handling of the options.
15441 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15442 ac_cs_recheck=: ;;
15443 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15444 $as_echo "$ac_cs_version"; exit ;;
15445 --debug | --debu | --deb | --de | --d | -d )
15446 debug=: ;;
15447 --file | --fil | --fi | --f )
15448 $ac_shift
15449 case $ac_optarg in
15450 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15451 esac
15452 as_fn_append CONFIG_FILES " '$ac_optarg'"
15453 ac_need_defaults=false;;
15454 --he | --h | --help | --hel | -h )
15455 $as_echo "$ac_cs_usage"; exit ;;
15456 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15457 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15458 ac_cs_silent=: ;;
15460 # This is an error.
15461 -*) as_fn_error "unrecognized option: \`$1'
15462 Try \`$0 --help' for more information." ;;
15464 *) as_fn_append ac_config_targets " $1"
15465 ac_need_defaults=false ;;
15467 esac
15468 shift
15469 done
15471 ac_configure_extra_args=
15473 if $ac_cs_silent; then
15474 exec 6>/dev/null
15475 ac_configure_extra_args="$ac_configure_extra_args --silent"
15478 _ACEOF
15479 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15480 if \$ac_cs_recheck; then
15481 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15482 shift
15483 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15484 CONFIG_SHELL='$SHELL'
15485 export CONFIG_SHELL
15486 exec "\$@"
15489 _ACEOF
15490 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15491 exec 5>>config.log
15493 echo
15494 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15495 ## Running $as_me. ##
15496 _ASBOX
15497 $as_echo "$ac_log"
15498 } >&5
15500 _ACEOF
15501 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15503 # INIT-COMMANDS
15505 extrasub_build="$extrasub_build"
15506 extrasub_host="$extrasub_host"
15507 extrasub_target="$extrasub_target"
15509 _ACEOF
15511 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15513 # Handling of arguments.
15514 for ac_config_target in $ac_config_targets
15516 case $ac_config_target in
15517 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15519 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15520 esac
15521 done
15524 # If the user did not use the arguments to specify the items to instantiate,
15525 # then the envvar interface is used. Set only those that are not.
15526 # We use the long form for the default assignment because of an extremely
15527 # bizarre bug on SunOS 4.1.3.
15528 if $ac_need_defaults; then
15529 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15532 # Have a temporary directory for convenience. Make it in the build tree
15533 # simply because there is no reason against having it here, and in addition,
15534 # creating and moving files from /tmp can sometimes cause problems.
15535 # Hook for its removal unless debugging.
15536 # Note that there is a small window in which the directory will not be cleaned:
15537 # after its creation but before its name has been assigned to `$tmp'.
15538 $debug ||
15540 tmp=
15541 trap 'exit_status=$?
15542 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15544 trap 'as_fn_exit 1' 1 2 13 15
15546 # Create a (secure) tmp directory for tmp files.
15549 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15550 test -n "$tmp" && test -d "$tmp"
15551 } ||
15553 tmp=./conf$$-$RANDOM
15554 (umask 077 && mkdir "$tmp")
15555 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15557 # Set up the scripts for CONFIG_FILES section.
15558 # No need to generate them if there are no CONFIG_FILES.
15559 # This happens for instance with `./config.status config.h'.
15560 if test -n "$CONFIG_FILES"; then
15562 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15563 ac_cs_awk_getline=:
15564 ac_cs_awk_pipe_init=
15565 ac_cs_awk_read_file='
15566 while ((getline aline < (F[key])) > 0)
15567 print(aline)
15568 close(F[key])'
15569 ac_cs_awk_pipe_fini=
15570 else
15571 ac_cs_awk_getline=false
15572 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15573 ac_cs_awk_read_file='
15574 print "|#_!!_#|"
15575 print "cat " F[key] " &&"
15576 '$ac_cs_awk_pipe_init
15577 # The final `:' finishes the AND list.
15578 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15580 ac_cr=`echo X | tr X '\015'`
15581 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15582 # But we know of no other shell where ac_cr would be empty at this
15583 # point, so we can use a bashism as a fallback.
15584 if test "x$ac_cr" = x; then
15585 eval ac_cr=\$\'\\r\'
15587 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15588 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15589 ac_cs_awk_cr='\r'
15590 else
15591 ac_cs_awk_cr=$ac_cr
15594 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15595 _ACEOF
15597 # Create commands to substitute file output variables.
15599 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15600 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15601 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15602 echo "_ACAWK" &&
15603 echo "_ACEOF"
15604 } >conf$$files.sh &&
15605 . ./conf$$files.sh ||
15606 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15607 rm -f conf$$files.sh
15610 echo "cat >conf$$subs.awk <<_ACEOF" &&
15611 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15612 echo "_ACEOF"
15613 } >conf$$subs.sh ||
15614 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15615 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15616 ac_delim='%!_!# '
15617 for ac_last_try in false false false false false :; do
15618 . ./conf$$subs.sh ||
15619 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15621 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15622 if test $ac_delim_n = $ac_delim_num; then
15623 break
15624 elif $ac_last_try; then
15625 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15626 else
15627 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15629 done
15630 rm -f conf$$subs.sh
15632 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15633 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15634 _ACEOF
15635 sed -n '
15637 s/^/S["/; s/!.*/"]=/
15640 s/^[^!]*!//
15641 :repl
15642 t repl
15643 s/'"$ac_delim"'$//
15644 t delim
15647 s/\(.\{148\}\).*/\1/
15648 t more1
15649 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15652 b repl
15653 :more1
15654 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15657 s/.\{148\}//
15658 t nl
15659 :delim
15661 s/\(.\{148\}\).*/\1/
15662 t more2
15663 s/["\\]/\\&/g; s/^/"/; s/$/"/
15666 :more2
15667 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15670 s/.\{148\}//
15671 t delim
15672 ' <conf$$subs.awk | sed '
15673 /^[^""]/{
15675 s/\n//
15677 ' >>$CONFIG_STATUS || ac_write_fail=1
15678 rm -f conf$$subs.awk
15679 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15680 _ACAWK
15681 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15682 for (key in S) S_is_set[key] = 1
15683 FS = "\a"
15684 \$ac_cs_awk_pipe_init
15687 line = $ 0
15688 nfields = split(line, field, "@")
15689 substed = 0
15690 len = length(field[1])
15691 for (i = 2; i < nfields; i++) {
15692 key = field[i]
15693 keylen = length(key)
15694 if (S_is_set[key]) {
15695 value = S[key]
15696 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15697 len += length(value) + length(field[++i])
15698 substed = 1
15699 } else
15700 len += 1 + keylen
15702 if (nfields == 3 && !substed) {
15703 key = field[2]
15704 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15705 \$ac_cs_awk_read_file
15706 next
15709 print line
15711 \$ac_cs_awk_pipe_fini
15712 _ACAWK
15713 _ACEOF
15714 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15715 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15716 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15717 else
15719 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15720 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15721 _ACEOF
15723 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15724 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15725 # trailing colons and then remove the whole line if VPATH becomes empty
15726 # (actually we leave an empty line to preserve line numbers).
15727 if test "x$srcdir" = x.; then
15728 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15729 s/:*\$(srcdir):*/:/
15730 s/:*\${srcdir}:*/:/
15731 s/:*@srcdir@:*/:/
15732 s/^\([^=]*=[ ]*\):*/\1/
15733 s/:*$//
15734 s/^[^=]*=[ ]*$//
15738 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15739 fi # test -n "$CONFIG_FILES"
15742 eval set X " :F $CONFIG_FILES "
15743 shift
15744 for ac_tag
15746 case $ac_tag in
15747 :[FHLC]) ac_mode=$ac_tag; continue;;
15748 esac
15749 case $ac_mode$ac_tag in
15750 :[FHL]*:*);;
15751 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15752 :[FH]-) ac_tag=-:-;;
15753 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15754 esac
15755 ac_save_IFS=$IFS
15756 IFS=:
15757 set x $ac_tag
15758 IFS=$ac_save_IFS
15759 shift
15760 ac_file=$1
15761 shift
15763 case $ac_mode in
15764 :L) ac_source=$1;;
15765 :[FH])
15766 ac_file_inputs=
15767 for ac_f
15769 case $ac_f in
15770 -) ac_f="$tmp/stdin";;
15771 *) # Look for the file first in the build tree, then in the source tree
15772 # (if the path is not absolute). The absolute path cannot be DOS-style,
15773 # because $ac_f cannot contain `:'.
15774 test -f "$ac_f" ||
15775 case $ac_f in
15776 [\\/$]*) false;;
15777 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15778 esac ||
15779 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15780 esac
15781 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15782 as_fn_append ac_file_inputs " '$ac_f'"
15783 done
15785 # Let's still pretend it is `configure' which instantiates (i.e., don't
15786 # use $as_me), people would be surprised to read:
15787 # /* config.h. Generated by config.status. */
15788 configure_input='Generated from '`
15789 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15790 `' by configure.'
15791 if test x"$ac_file" != x-; then
15792 configure_input="$ac_file. $configure_input"
15793 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15794 $as_echo "$as_me: creating $ac_file" >&6;}
15796 # Neutralize special characters interpreted by sed in replacement strings.
15797 case $configure_input in #(
15798 *\&* | *\|* | *\\* )
15799 ac_sed_conf_input=`$as_echo "$configure_input" |
15800 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15801 *) ac_sed_conf_input=$configure_input;;
15802 esac
15804 case $ac_tag in
15805 *:-:* | *:-) cat >"$tmp/stdin" \
15806 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15807 esac
15809 esac
15811 ac_dir=`$as_dirname -- "$ac_file" ||
15812 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15813 X"$ac_file" : 'X\(//\)[^/]' \| \
15814 X"$ac_file" : 'X\(//\)$' \| \
15815 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15816 $as_echo X"$ac_file" |
15817 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15818 s//\1/
15821 /^X\(\/\/\)[^/].*/{
15822 s//\1/
15825 /^X\(\/\/\)$/{
15826 s//\1/
15829 /^X\(\/\).*/{
15830 s//\1/
15833 s/.*/./; q'`
15834 as_dir="$ac_dir"; as_fn_mkdir_p
15835 ac_builddir=.
15837 case "$ac_dir" in
15838 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15840 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15841 # A ".." for each directory in $ac_dir_suffix.
15842 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15843 case $ac_top_builddir_sub in
15844 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15845 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15846 esac ;;
15847 esac
15848 ac_abs_top_builddir=$ac_pwd
15849 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15850 # for backward compatibility:
15851 ac_top_builddir=$ac_top_build_prefix
15853 case $srcdir in
15854 .) # We are building in place.
15855 ac_srcdir=.
15856 ac_top_srcdir=$ac_top_builddir_sub
15857 ac_abs_top_srcdir=$ac_pwd ;;
15858 [\\/]* | ?:[\\/]* ) # Absolute name.
15859 ac_srcdir=$srcdir$ac_dir_suffix;
15860 ac_top_srcdir=$srcdir
15861 ac_abs_top_srcdir=$srcdir ;;
15862 *) # Relative name.
15863 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15864 ac_top_srcdir=$ac_top_build_prefix$srcdir
15865 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15866 esac
15867 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15870 case $ac_mode in
15873 # CONFIG_FILE
15876 case $INSTALL in
15877 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15878 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15879 esac
15880 _ACEOF
15882 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15883 # If the template does not know about datarootdir, expand it.
15884 # FIXME: This hack should be removed a few years after 2.60.
15885 ac_datarootdir_hack=; ac_datarootdir_seen=
15886 ac_sed_dataroot='
15887 /datarootdir/ {
15891 /@datadir@/p
15892 /@docdir@/p
15893 /@infodir@/p
15894 /@localedir@/p
15895 /@mandir@/p'
15896 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15897 *datarootdir*) ac_datarootdir_seen=yes;;
15898 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15899 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15900 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15901 _ACEOF
15902 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15903 ac_datarootdir_hack='
15904 s&@datadir@&$datadir&g
15905 s&@docdir@&$docdir&g
15906 s&@infodir@&$infodir&g
15907 s&@localedir@&$localedir&g
15908 s&@mandir@&$mandir&g
15909 s&\\\${datarootdir}&$datarootdir&g' ;;
15910 esac
15911 _ACEOF
15913 # Neutralize VPATH when `$srcdir' = `.'.
15914 # Shell code in configure.ac might set extrasub.
15915 # FIXME: do we really want to maintain this feature?
15916 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15917 ac_sed_extra="$ac_vpsub
15918 $extrasub
15919 _ACEOF
15920 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15922 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15923 s|@configure_input@|$ac_sed_conf_input|;t t
15924 s&@top_builddir@&$ac_top_builddir_sub&;t t
15925 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15926 s&@srcdir@&$ac_srcdir&;t t
15927 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15928 s&@top_srcdir@&$ac_top_srcdir&;t t
15929 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15930 s&@builddir@&$ac_builddir&;t t
15931 s&@abs_builddir@&$ac_abs_builddir&;t t
15932 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15933 s&@INSTALL@&$ac_INSTALL&;t t
15934 $ac_datarootdir_hack
15936 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15937 if $ac_cs_awk_getline; then
15938 $AWK -f "$tmp/subs.awk"
15939 else
15940 $AWK -f "$tmp/subs.awk" | $SHELL
15941 fi >$tmp/out \
15942 || as_fn_error "could not create $ac_file" "$LINENO" 5
15944 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15945 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15946 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15948 which seems to be undefined. Please make sure it is defined." >&5
15949 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15950 which seems to be undefined. Please make sure it is defined." >&2;}
15952 rm -f "$tmp/stdin"
15953 case $ac_file in
15954 -) cat "$tmp/out" && rm -f "$tmp/out";;
15955 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15956 esac \
15957 || as_fn_error "could not create $ac_file" "$LINENO" 5
15962 esac
15965 case $ac_file$ac_mode in
15966 "Makefile":F) sed "$extrasub_build" Makefile |
15967 sed "$extrasub_host" |
15968 sed "$extrasub_target" > mf$$
15969 mv -f mf$$ Makefile ;;
15971 esac
15972 done # for ac_tag
15975 as_fn_exit 0
15976 _ACEOF
15977 ac_clean_files=$ac_clean_files_save
15979 test $ac_write_fail = 0 ||
15980 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15983 # configure is writing to config.log, and then calls config.status.
15984 # config.status does its own redirection, appending to config.log.
15985 # Unfortunately, on DOS this fails, as config.log is still kept open
15986 # by configure, so config.status won't be able to write to it; its
15987 # output is simply discarded. So we exec the FD to /dev/null,
15988 # effectively closing config.log, so it can be properly (re)opened and
15989 # appended to by config.status. When coming back to configure, we
15990 # need to make the FD available again.
15991 if test "$no_create" != yes; then
15992 ac_cs_success=:
15993 ac_config_status_args=
15994 test "$silent" = yes &&
15995 ac_config_status_args="$ac_config_status_args --quiet"
15996 exec 5>/dev/null
15997 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15998 exec 5>>config.log
15999 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16000 # would make configure fail if this is the last instruction.
16001 $ac_cs_success || as_fn_exit $?
16003 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16004 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16005 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}